/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/app/(marketing)/home/Home.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.home .page-layout {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  width: 90%;
  margin: 0 auto;
}
.home .full-width {
  margin: 5rem 0;
}
.home__separator {
  position: relative;
  width: 35%;
  height: 0.25rem;
  margin-top: 1rem;
  background: linear-gradient(90deg, rgba(99, 187, 223, 0) 0%, rgb(99, 187, 223) 50%, rgba(99, 187, 223, 0) 100%);
  margin: 0 auto;
  margin-top: 0;
}
.home__separator::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: rgb(118, 198, 255);
  opacity: 0.4;
  content: "";
  filter: blur(10px);
  transform: translate(-50%, -50%);
}
.home__separator::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background-color: rgb(118, 198, 255);
  content: "";
  transform: translate(-50%, -50%);
}
@media (max-width: 450px) {
  .home__separator {
    width: 75%;
    margin: 2rem auto 1rem;
  }
  .home__separator::before {
    width: 2rem;
    height: 2rem;
    opacity: 0.6;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/buttons/MainButton/MainButton.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.btn {
  z-index: 1;
  display: inline-flex;
  gap: 0.8rem;
  justify-content: center;
  align-items: center;
  min-width: max-content;
  padding: 1.4rem;
  overflow: hidden;
  border-radius: 0.8rem;
  font-family: "Encode Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  cursor: pointer;
  transition: transform 0.15s ease-in;
}
.btn:active {
  transform: scale(0.96);
}
.btn .btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: auto;
  color: inherit;
}
.btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn.disabled::after, .btn.disabled::before {
  display: none;
}
.btn.disabled, .btn.disabled::after, .btn.disabled::before {
  transition: none;
}
.btn.disabled:hover::before {
  width: 0;
}
.btn.disabled:hover::after {
  width: 0;
}
.btn-primary {
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(45, 45, 45);
  background-color: transparent;
  color: rgb(255, 255, 255);
  transition: all 0.3s;
}
.btn-primary::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  background-color: rgb(24, 24, 24);
  content: "";
}
.btn-primary::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  border-radius: 0.8rem;
  background-color: rgb(45, 45, 45);
  transition: all 0.3s;
  content: "";
}
.btn-primary:hover:not(:disabled) {
  border: 1px solid rgb(167, 167, 173);
  color: rgb(255, 255, 255);
}
.btn-primary:hover:not(:disabled)::before {
  width: 100%;
}
.btn-secondary {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: transparent;
  transition: all 0.3s;
}
.btn-secondary::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  background-color: transparent;
  content: "";
}
.btn-secondary::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  border-radius: 0.8rem;
  transition: all 0.3s;
  content: "";
}
.btn-secondary:hover:not(:disabled) {
  color: rgb(255, 255, 255);
}
.btn-secondary:hover:not(:disabled)::before {
  width: 100%;
}
.btn.is-loading {
  min-width: var(--button-width, auto);
  opacity: 0.8;
  cursor: not-allowed;
  pointer-events: none;
}
.btn.is-loading:not(.width-set) {
  --button-width: var(--button-width);
}
.btn.is-loading:not(.width-set).width-set {
  min-width: var(--button-width);
}
.btn.is-loading .loader {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  border: 2px solid transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  border-top-color: rgb(255, 255, 255);
}
.btn.is-loading.btn-primary::before {
  width: 0;
}
.btn.is-loading.btn-primary:hover::before {
  width: 0;
}
.btn.is-loading.btn-secondary::before {
  width: 0;
}
.btn.is-loading.btn-secondary:hover::before {
  width: 0;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/buttons/MenuButton/MenuButton.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.menu-button__container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 4.5rem;
}
.menu-button__button {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
}
.menu-button__link, .menu-button__button {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 100%;
  padding: 0 1rem;
  color: rgb(198, 198, 198);
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}
.menu-button__link:hover, .menu-button__button:hover {
  color: rgb(167, 167, 173);
}
.menu-button__image {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.2rem;
}
.menu-button__submenu {
  position: absolute;
  top: 4.5rem;
  left: 0;
  z-index: 9;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 20rem;
  height: max-content;
  padding: 0.7rem;
  border-radius: 0 1.2rem 1.2rem;
  background: linear-gradient(178.39deg, rgba(255, 255, 255, 0.35) -77.71%, rgba(0, 0, 0, 0.2) 119.44%);
  backdrop-filter: blur(100px);
}
.menu-button__submenu-item {
  width: 100%;
  height: 4.5rem;
  padding: 1rem 2rem;
  border-radius: 0.8rem;
  background-color: rgb(10, 17, 22);
  color: rgb(198, 198, 198);
  font-size: 1.4rem;
  text-decoration: none;
  cursor: pointer;
}
.menu-button__submenu-item:hover {
  background-color: rgb(16, 26, 34);
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/generics/NextImageWrapper/NextImageWrapper.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.next-image-wrapper {
  position: relative;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/loaders/Spinner/Spinner.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.spinner-container {
  position: fixed;
  inset: 0;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 100%;
  border: 2px solid rgb(255, 255, 255);
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  transform: translate(-50%, -50%);
}
.spinner--small {
  width: 2rem;
  height: 2rem;
}
.spinner--medium {
  width: 3rem;
  height: 3rem;
}
.spinner--large {
  width: 4rem;
  height: 4rem;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/loaders/LoaderMessage/LoaderMessage.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.loader-message {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  color: rgb(167, 167, 173);
  font-size: 1.6rem;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/generics/DisplayRating/DisplayRating.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.display-rating {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: max-content;
  min-height: 3rem;
}
.display-rating__app-store-image {
  width: 4rem;
  height: auto;
}
.display-rating__value {
  color: rgb(255, 255, 255);
  font-size: 4.8rem;
  font-weight: 700;
}
.display-rating__star-container {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: max-content;
}
.display-rating__star-image {
  width: 2rem;
  height: auto;
}
.display-rating__star--partial .display-rating__star-image {
  width: 2rem;
  height: auto;
}
.display-rating__filled-icon {
  background: "linear-gradient(270deg, #F4A968 0%, #FFEE9D 50.4%, #FFFFC1 70.01%, #F5F5F5 100%)";
  background-clip: "text";
}

@media (max-width: 450px) {
  .display-rating {
    gap: 4rem;
  }
  .display-rating__app-store-image {
    width: 3rem;
    height: auto;
  }
  .display-rating__value {
    font-size: 2rem;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/generics/StickyScrollGallery/StickyScrollGallery.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.sticky-scroll-gallery {
  position: relative;
  width: 100%;
  height: 30rem;
  overflow: hidden scroll;
  scrollbar-width: none;
  color: rgb(255, 255, 255);
  transition: height 0.3s ease;
  scroll-snap-type: y mandatory;
}
.sticky-scroll-gallery.expand {
  height: 40rem;
}
.sticky-scroll-gallery::-webkit-scrollbar {
  display: none;
}
.sticky-scroll-gallery .background-container {
  position: sticky;
  top: 0;
  left: 5%;
  z-index: 0;
  width: 100%;
  height: 100%; /* Take full height of parent */
  border-radius: 1.2rem;
  background-image: url(/_next/static/media/investment-philosophy-bg.0cc81af4.png);
  background-position: center;
  background-size: cover;
}
.sticky-scroll-gallery .scroll-sections-container {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.sticky-scroll-gallery .scroll-item-section {
  position: relative;
  top: 0; /* Stick to the top of the container */
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}
.sticky-scroll-gallery .scroll-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  border-radius: 0.8rem;
}
.sticky-scroll-gallery .scroll-item__content {
  width: 80%;
  max-width: 80%;
  padding: 2rem;
  border-radius: 0.5rem;
  text-align: center;
}
.sticky-scroll-gallery .scroll-item__title {
  margin-bottom: 1rem;
  color: rgb(255, 255, 255);
  font-size: 3.6rem;
  font-weight: 700;
}
.sticky-scroll-gallery .scroll-item__author {
  margin-top: 1.5rem;
  color: rgb(255, 255, 255);
  font-size: 2.8rem;
  font-weight: 700;
  text-align: right;
}
.sticky-scroll-gallery .scroll-item__description {
  color: rgb(255, 255, 255);
  font-size: 2.4rem;
  font-weight: 400;
}
.sticky-scroll-gallery .scroll-item.quote-item .scroll-item__title,
.sticky-scroll-gallery .scroll-item.quote-item .scroll-item__description {
  color: rgb(255, 255, 255);
  font-size: 2.8rem;
  font-weight: 700;
  text-align: left;
}

@media (max-width: 820px) {
  .sticky-scroll-gallery .scroll-item__title {
    font-size: 2.8rem;
  }
  .sticky-scroll-gallery .scroll-item__description {
    font-size: 1.6rem;
  }
  .sticky-scroll-gallery .scroll-item__author {
    font-size: 1.6rem;
  }
  .sticky-scroll-gallery .scroll-item.quote-item .scroll-item__title,
  .sticky-scroll-gallery .scroll-item.quote-item .scroll-item__description {
    font-size: 2.4rem;
  }
}
@media (max-width: 450px) {
  .sticky-scroll-gallery .scroll-item {
    padding: 1.5rem;
  }
  .sticky-scroll-gallery .scroll-item__content {
    max-width: 90%;
    padding: 1.5rem;
  }
  .sticky-scroll-gallery .scroll-item__title {
    font-size: 2rem;
  }
  .sticky-scroll-gallery .scroll-item__description {
    font-size: 1.2rem;
  }
  .sticky-scroll-gallery .scroll-item__author {
    font-size: 1.2rem;
  }
  .sticky-scroll-gallery .scroll-item.quote-item .scroll-item__title,
  .sticky-scroll-gallery .scroll-item.quote-item .scroll-item__description {
    font-size: 2.4rem;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/generics/DisplayChart/DisplayChart.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.chart-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: center;
  align-items: center;
  width: 85%;
  padding: 3rem 2rem;
  margin: 2rem auto 0;
  border-radius: 1.2rem;
  background-color: rgb(13, 14, 20);
}
.chart-container .chart-title-container {
  width: 92%;
}
.chart-container .chart-title {
  color: rgb(255, 255, 255);
  font-size: 2.4rem;
  font-weight: 700;
}
.chart-container .chart-sub-title {
  color: rgb(207, 211, 218);
  font-size: 1.6rem;
  font-weight: 400;
}
.chart-container .chart-image-wrapper {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
  width: 92%;
  aspect-ratio: 16/9;
}
.chart-container .chart-image {
  object-fit: contain;
}
.chart-container .chart-footer {
  color: rgb(115, 116, 121);
  font-size: 1.2rem;
  text-align: center;
}

@media (max-width: 1080px) {
  .chart-container {
    width: 95%;
    padding: 1rem 0.5rem;
  }
}
@media (max-width: 820px) {
  .chart-container {
    gap: 1rem;
    width: 100%;
    padding: 1rem 0.5rem;
  }
  .chart-container .chart-image-wrapper {
    gap: 2rem;
    width: 100%;
    aspect-ratio: 16/9;
  }
  .chart-container .chart-title {
    font-size: 2rem;
  }
  .chart-container .chart-sub-title {
    font-size: 1.4rem;
  }
  .chart-container .chart-footer {
    font-size: 0.8rem;
  }
}
@media (max-width: 450px) {
  .chart-container {
    gap: 1rem;
  }
  .chart-container .chart-image-wrapper {
    aspect-ratio: 4/3;
  }
  .chart-container .chart-title {
    font-size: 1.4rem;
  }
  .chart-container .chart-sub-title {
    font-size: 0.8rem;
  }
  .chart-container .chart-image {
    width: 95%;
  }
  .chart-container .chart-footer {
    width: 80%;
    margin: 0 auto;
    font-size: 0.8rem;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/generics/GenericDropdown/GenericDropdown.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.generic-dropdown {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  height: 5.5rem;
  font-size: 1.6rem;
}
.generic-dropdown__label {
  color: rgb(167, 167, 173);
}
.generic-dropdown .selected-option {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90%;
  padding: 1rem;
  border-radius: 0.8rem;
  background-color: rgb(30, 30, 30);
  cursor: pointer;
}
.generic-dropdown .selected-option__name {
  width: 90%;
  height: 100%;
  padding-top: 0.2rem;
  color: rgb(167, 167, 173);
}
.generic-dropdown .selected-option.open {
  border-bottom: 0 solid transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.generic-dropdown .selected-option.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.generic-dropdown .arrow {
  width: 1.3rem;
  height: auto;
  transition: transform ease 0.3s;
  transform: rotate(0);
}
.generic-dropdown .arrow.open {
  transform: rotate(-180deg);
}
.generic-dropdown .dropdown-options {
  position: absolute;
  top: 90%;
  z-index: 10;
  display: none;
  width: 100%;
  height: 10rem;
  overflow-y: scroll;
  scrollbar-width: thin;
  border-bottom-right-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
  background-color: rgb(30, 30, 30);
  color: rgb(115, 116, 121);
}
.generic-dropdown .dropdown-options.has-label {
  top: 7.5rem;
}
.generic-dropdown .dropdown-options.visible {
  display: flex;
  flex-direction: column;
}
.generic-dropdown .dropdown-search {
  position: absolute;
  top: -10%;
  z-index: -1;
  opacity: 0;
}
.generic-dropdown .dropdown-option {
  width: 100%;
  height: max-content;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.generic-dropdown .dropdown-option:hover {
  color: rgb(167, 167, 173);
}
.generic-dropdown .dropdown-option.highlighted {
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 820px) {
  .generic-dropdown {
    height: 4.3rem;
    font-size: 1.4rem;
  }
  .generic-dropdown .selected-option__name {
    margin-top: -0.5rem;
  }
}
@media (max-width: 450px) {
  .generic-dropdown {
    height: 4rem;
    font-size: 1.2rem;
  }
  .generic-dropdown .selected-option__name {
    margin-top: -0.5rem;
  }
}
@media (max-width: 390px) {
  .generic-dropdown {
    height: 3rem;
    font-size: 0.8rem;
  }
  .generic-dropdown .selected-option__name {
    margin-top: -0.7rem;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/generics/SelectableBadge/SelectableBadge.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.selectable-badge {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 25rem;
  min-width: 10rem;
  height: 5rem;
  padding: 1.3rem;
  border-radius: 1rem;
  background-color: rgb(10, 17, 22);
  cursor: pointer;
}
.selectable-badge__text {
  color: rgb(167, 167, 173);
  font-size: 2rem;
}
.selectable-badge__image {
  width: 1.8rem;
  height: auto;
}
.selectable-badge__blue-check {
  position: absolute;
  left: 10%;
  width: 3.5rem;
  height: auto;
  opacity: 0;
  transition: opacity ease-in 0.1s;
}
.selectable-badge:hover .selectable-badge__text {
  color: rgb(255, 255, 255);
}
.selectable-badge.clicked {
  border: 1px solid rgb(118, 198, 255);
  background-color: rgba(118, 198, 255, 0.1);
}
.selectable-badge.clicked .selectable-badge__blue-check {
  opacity: 1;
}
.selectable-badge.clicked .selectable-badge__text {
  color: rgb(118, 198, 255);
}

@media ((min-width: 1200px) and (max-width: 1400px)) {
  .selectable-badge {
    width: 15rem;
  }
  .selectable-badge__blue-check {
    left: 5%;
  }
}
@media (max-width: 1080px) {
  .selectable-badge__blue-check {
    left: 7%;
  }
}
@media (max-width: 820px) {
  .selectable-badge {
    width: 100%;
  }
  .selectable-badge__text {
    font-size: 1.6rem;
  }
  .selectable-badge__blue-check {
    left: 38%;
  }
}
@media (max-width: 450px) {
  .selectable-badge__text {
    font-size: 1.4rem;
  }
  .selectable-badge__blue-check {
    left: 25%;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/generics/GenericCheckbox/GenericCheckbox.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.generic-checkbox {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
  width: max-content;
  min-width: 7rem;
  height: 4rem;
  padding: 1rem 0;
  cursor: pointer;
}
.generic-checkbox #generic-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.generic-checkbox__checkbox {
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgb(115, 116, 121);
  border-radius: 0.4rem;
  background-color: rgb(6, 6, 6);
}
.generic-checkbox__checkbox.checked {
  border: none;
  background-color: rgb(118, 198, 255);
}
.generic-checkbox__black-check {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: auto;
  transform: translate(-50%, -50%);
}
.generic-checkbox__label {
  display: block;
  width: max-content;
  height: 2rem;
  color: rgb(167, 167, 173);
  font-size: 1.4rem;
  font-weight: 400;
}
.generic-checkbox:hover .generic-checkbox__checkbox {
  border: 1px solid rgb(167, 167, 173);
}
.generic-checkbox:hover .generic-checkbox__label {
  color: rgb(255, 255, 255);
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/generics/PopupLayout/PopupLayout.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.popup-layout__outer-container {
  position: fixed;
  inset: 0;
  z-index: 99;
  animation: fade-in 0.3s ease-in;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
}
.popup-layout__outer-container--fade-out {
  animation: fade-out 0.3s ease-in;
}
.popup-layout__inner-container {
  position: relative;
  top: 7%;
  left: 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 56%;
  height: 80vh;
  min-height: 20rem;
  border: 1px solid rgb(115, 116, 121);
  border-radius: 1rem;
  background-color: rgb(6, 6, 6);
  transform: translate(-50%, 0);
}
.popup-layout__close-button {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  width: 4rem;
  height: 4rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.popup-layout__close-button:active {
  background-color: rgba(0, 0, 0, 0.5);
  transform: scale(1.05);
}
.popup-layout__close-button:focus {
  outline: 1px solid rgba(0, 0, 0, 0.5);
}
@media (hover: none) and (pointer: coarse) {
  .popup-layout__close-button:active {
    transform: scale(0.9);
  }
}
.popup-layout__header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  height: 23%;
  padding: 1rem;
  border-radius: 1rem 1rem 0 0;
  box-shadow: 0 0 0.4px 0.4px rgb(115, 116, 121);
  background-color: rgb(10, 17, 22);
}
.popup-layout__title {
  color: rgb(118, 198, 255);
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
}
.popup-layout__sub-title {
  color: rgb(198, 198, 198);
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}
.popup-layout__body {
  height: 65%;
  min-height: 5rem;
  margin: 0;
  overflow: scroll;
  scrollbar-width: none;
}
.popup-layout__body.full-height {
  height: max-content;
  margin: 0.5rem 0;
}
.popup-layout__separator {
  width: 100%;
  height: 0.1rem;
  background: linear-gradient(90deg, rgba(115, 116, 121, 0) 0%, rgb(115, 116, 121) 50%, rgba(115, 116, 121, 0) 100%);
}
.popup-layout__footer-container {
  width: 100%;
  height: max-content;
  min-height: 5%;
}
.popup-layout__footer {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: max-content;
  padding: 2rem;
  color: rgb(115, 116, 121);
}
.popup-layout__footer-text {
  color: rgb(115, 116, 121);
  font-size: 1.2rem;
  font-weight: 400;
}
.popup-layout__footer-custom {
  width: 100%;
  height: 100%;
  padding: 0 3rem;
  margin-top: 0;
  box-shadow: inset 0 0.3px 0 0 rgb(115, 116, 121);
}

@media (max-width: 1600px) {
  .popup-layout__inner-container {
    top: 2%;
    height: 96vh;
  }
}
@media (max-width: 1200px) {
  .popup-layout__inner-container {
    top: 5%;
    height: 90vh;
  }
}
@media (max-width: 1080px) {
  .popup-layout__inner-container {
    width: 70%;
  }
}
@media (max-width: 820px) {
  .popup-layout__inner-container {
    top: 10%;
    width: 90%;
    height: 70vh;
  }
  .popup-layout__header {
    height: 20%;
  }
  .popup-layout__title {
    font-size: 2.4rem;
  }
  .popup-layout__sub-title {
    font-size: 1.2rem;
  }
  .popup-layout__footer-custom {
    padding: 1rem 3rem;
  }
}
@media (max-width: 390px) {
  .popup-layout__inner-container {
    top: 5%;
    height: 80vh;
    padding-bottom: 0.5rem;
  }
  .popup-layout__title {
    font-size: 2rem;
  }
  .popup-layout__sub-title {
    font-size: 1.2rem;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/generics/PopupLayoutTwo/PopupLayoutTwo.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.popup-layout__outer-container {
  position: fixed;
  inset: 0;
  z-index: 99;
  animation: fade-in 0.3s ease-in;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
}
.popup-layout__outer-container--fade-out {
  animation: fade-out 0.3s ease-in;
}
.popup-layout__inner-container {
  position: relative;
  top: 7%;
  left: 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 56%;
  height: 80vh;
  min-height: 20rem;
  border: 1px solid rgb(115, 116, 121);
  border-radius: 1rem;
  background-color: rgb(6, 6, 6);
  transform: translate(-50%, 0);
}
.popup-layout__close-button {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  position: absolute;
  top: 2%;
  right: 1rem;
  width: 4.5rem;
  height: 4.5rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.popup-layout__close-button:active {
  background-color: rgba(0, 0, 0, 0.5);
  transform: scale(1.05);
}
.popup-layout__close-button:focus {
  outline: 1px solid rgba(0, 0, 0, 0.5);
}
@media (hover: none) and (pointer: coarse) {
  .popup-layout__close-button:active {
    transform: scale(0.9);
  }
}
.popup-layout__header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  height: 20%;
  padding: 1rem;
  border-radius: 1rem 1rem 0 0;
  box-shadow: 0 0 0.4px 0.4px rgb(115, 116, 121);
  background-color: rgb(10, 17, 22);
}
.popup-layout__title {
  color: rgb(118, 198, 255);
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
}
.popup-layout__sub-title {
  color: rgb(115, 116, 121);
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}
.popup-layout__body {
  height: 70%;
  min-height: 5rem;
  margin: 0;
  overflow: scroll;
  scrollbar-width: none;
}
.popup-layout__body.full-height {
  height: max-content;
  margin: 0.5rem 0;
}
.popup-layout__separator {
  width: 100%;
  height: 0.1rem;
  background: linear-gradient(90deg, rgba(115, 116, 121, 0) 0%, rgb(115, 116, 121) 50%, rgba(115, 116, 121, 0) 100%);
}
.popup-layout__footer-container {
  width: 100%;
  height: max-content;
  min-height: 5%;
}
.popup-layout__footer {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: max-content;
  padding: 2rem;
  color: rgb(115, 116, 121);
}
.popup-layout__footer-text {
  color: rgb(115, 116, 121);
  font-size: 1.2rem;
  font-weight: 400;
}
.popup-layout__footer-custom {
  width: 100%;
  height: 100%;
  padding: 0 3rem;
  margin-top: 0;
  box-shadow: inset 0 0.3px 0 0 rgb(115, 116, 121);
}

@media (max-width: 1600px) {
  .popup-layout__inner-container {
    top: 2%;
    height: 96vh;
  }
  .popup-layout__header {
    height: min-content;
  }
}
@media (max-width: 1400px) {
  .popup-layout__inner-container {
    top: 2%;
    height: 96vh;
  }
}
@media (max-width: 1200px) {
  .popup-layout__inner-container {
    top: 5%;
    height: 90vh;
  }
}
@media (max-width: 1080px) {
  .popup-layout__inner-container {
    width: 70%;
  }
}
@media (max-width: 820px) {
  .popup-layout__inner-container {
    top: 10%;
    width: 90%;
    height: 70vh;
  }
  .popup-layout__header {
    height: 20%;
  }
  .popup-layout__title {
    font-size: 2.4rem;
  }
  .popup-layout__sub-title {
    font-size: 1.2rem;
  }
  .popup-layout__footer-custom {
    padding: 1rem 3rem;
  }
}
@media (max-width: 450px) {
  .popup-layout__inner-container {
    top: 10%;
    height: 70vh;
    padding-bottom: 0.5rem;
  }
  .popup-layout__title {
    font-size: 2rem;
  }
  .popup-layout__sub-title {
    font-size: 1.2rem;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/generics/ProgressBar/ProgressBar.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.progress-bar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 7rem;
}
.progress-bar__circle {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: rgba(115, 116, 121, 0.2);
  color: rgb(207, 211, 218);
  font-size: 2.4rem;
  font-weight: 500;
}
.progress-bar__circle.completed {
  background-color: rgb(118, 198, 255);
  color: rgb(0, 0, 0);
}
.progress-bar__line {
  width: 10%;
  height: 2px;
  opacity: 0;
}
.progress-bar__line.completed {
  background-color: rgb(118, 198, 255);
  opacity: 1;
}

@media (max-width: 820px) {
  .progress-bar__circle {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }
}
@media (max-width: 450px) {
  .progress-bar__circle {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.4rem;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/generics/PopupFormHeader/PopupFormHeader.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.popup-form__header {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  width: 100%;
  height: 2rem;
  color: rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: 700;
}
.popup-form__info-wrapper {
  position: relative;
  position: relative;
  cursor: pointer;
}
.popup-form__info-wrapper::before, .popup-form__info-wrapper::after {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.popup-form__info-wrapper::before {
  z-index: 1000;
  min-width: 12rem;
  max-width: 20rem;
  padding: 0.8rem 1.2rem;
  box-shadow: 0 0 4px 1px rgb(115, 116, 121);
  border-radius: 0.8rem;
  background-color: rgb(10, 17, 22);
  color: rgb(207, 211, 218);
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  content: attr(data-tooltip);
}
.popup-form__info-wrapper::after {
  z-index: 1001;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  content: "";
}
.popup-form__info-wrapper::before {
  top: 50%;
  left: calc(100% + 10px);
  transform: translateY(-50%);
}
.popup-form__info-wrapper::after {
  top: 50%;
  left: calc(100% + 4px);
  border-left: none;
  transform: translateY(-50%);
  border-right-color: rgb(10, 17, 22);
}
.popup-form__info-wrapper:hover::before, .popup-form__info-wrapper:hover::after {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 450px) {
  .popup-form__info-wrapper {
    position: relative;
    cursor: pointer;
  }
  .popup-form__info-wrapper::before, .popup-form__info-wrapper::after {
    position: absolute;
    opacity: 0;
    visibility: hidden;
  }
  .popup-form__info-wrapper::before, .popup-form__info-wrapper::after {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .popup-form__info-wrapper::before {
    z-index: 1000;
    min-width: 12rem;
    max-width: 20rem;
    padding: 0.8rem 1.2rem;
    box-shadow: 0 0 4px 1px rgb(115, 116, 121);
    border-radius: 0.8rem;
    background-color: rgb(10, 17, 22);
    color: rgb(207, 211, 218);
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
    content: attr(data-tooltip);
  }
  .popup-form__info-wrapper::after {
    z-index: 1001;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    content: "";
  }
  .popup-form__info-wrapper::before {
    top: 50%;
    left: calc(100% + 10px);
    transform: translateY(-50%);
  }
  .popup-form__info-wrapper::after {
    top: 50%;
    left: calc(100% + 4px);
    border-left: none;
    transform: translateY(-50%);
    border-right-color: rgb(10, 17, 22);
  }
  .popup-form__info-wrapper:hover::before, .popup-form__info-wrapper:hover::after {
    opacity: 1;
    visibility: visible;
  }
}
.popup-form__info {
  width: 1.5rem;
  height: auto;
  cursor: pointer;
}
.popup-form__asterisk {
  display: block;
  height: 1rem;
  color: rgb(255, 73, 102);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 820px) {
  .popup-form__header {
    font-size: 1.6rem;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/generics/MetricLabel/MetricLabel.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.metric-label {
  align-self: center;
  width: max-content;
  padding: 0.7rem 1.3rem;
  margin: 0;
  border: 1.4px solid rgb(136, 136, 136);
  border-radius: 0.8rem;
  color: rgb(118, 198, 255);
  font-weight: 700;
}

@media (width <= 450px) {
  .metric-label {
    font-size: 1.6rem;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/generics/QualitativeInsights/QualitativeInsights.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.qi {
  width: 100%;
  height: 100%;
}
.qi__main-heading, .qi__mini-heading, .qi__mini-section {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  height: max-content;
  margin: 1rem 0;
}
.qi__main-heading.compact, .qi__mini-heading.compact, .qi__mini-section.compact {
  margin: 0;
}
.qi__main-heading.no-gap, .qi__mini-heading.no-gap, .qi__mini-section.no-gap {
  gap: 0;
}
.qi .value p,
.qi .value h1,
.qi .value h2,
.qi .value h3,
.qi .value h4,
.qi .value h5,
.qi .value h6,
.qi .value ul,
.qi .value ol {
  margin-bottom: 0.75rem;
}
.qi .value h3,
.qi .value h4 {
  margin-top: 1rem;
  font-weight: 700;
}
.qi .value ul,
.qi .value ol {
  padding-left: 1.25rem;
  list-style: disc;
}
.qi .value hr {
  margin: 1rem 0;
  opacity: 0.2;
}
.qi .value strong {
  font-weight: 700;
}
.qi .label {
  color: rgb(207, 211, 218);
  font-size: 1.9rem;
  font-weight: 700;
}
.qi .value,
.qi .values {
  color: rgb(207, 211, 218);
  font-size: 1.6rem;
}
.qi__main-heading .label {
  font-size: 2rem;
}
.qi__mini-section {
  margin: 1.5rem 0;
}
.qi__mini-section .values {
  text-decoration: none;
}
.qi.advanced {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  opacity: 0.8;
  user-select: none;
}
.qi.advanced .qi__chart-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  height: max-content;
  margin: 1rem 0;
}
.qi.advanced .qi__tab-buttons {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: space-between;
  width: 95%;
  height: 6rem;
}
.qi.advanced .value,
.qi.advanced .values {
  color: rgb(167, 167, 173);
}

@media (max-width: 820px) {
  .qi__main-heading, .qi__mini-heading, .qi__mini-section {
    margin: 1.4rem 0;
  }
  .qi__main-heading .label, .qi__mini-heading .label, .qi__mini-section .label {
    font-size: 1.9rem;
  }
  .qi__main-heading .value, .qi__mini-heading .value, .qi__mini-section .value {
    font-size: 1.6rem;
  }
}
@media (max-width: 450px) {
  .qi__main-heading, .qi__mini-heading, .qi__mini-section {
    margin: 1.2rem 0;
  }
  .qi__main-heading .label, .qi__mini-heading .label, .qi__mini-section .label {
    font-size: 1.6rem;
  }
  .qi__main-heading .value, .qi__mini-heading .value, .qi__mini-section .value {
    font-size: 1.4rem;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/buttons/TabButtonFour/TabButtonFour.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.tab-button {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  width: max-content;
  min-width: 5rem;
  height: 4.5rem;
  padding: 1rem 1.5rem;
  border: 0 solid transparent;
  color: rgb(167, 167, 173);
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
}
.tab-button.selected {
  border-bottom: 1px solid rgb(118, 198, 255);
  background-color: rgb(24, 24, 24);
  color: rgb(118, 198, 255);
}
.tab-button:hover:not(.selected) {
  background-color: rgb(24, 24, 24);
}

@media (max-width: 450px) {
  .tab-button {
    font-size: 1.4rem;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/charts/SecurityInfoChart/SecurityInfoChart.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.security-info-chart {
  width: 100%;
  height: 100%;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/charts/CustomToolTip.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.custom-tooltip {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: max-content;
  min-width: 10rem;
  height: fit-content;
  border-radius: 0.8rem;
  background-color: rgb(24, 24, 24);
}
.custom-tooltip__items {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 1rem;
}
.custom-tooltip__value-one {
  color: rgb(255, 255, 255);
  font-size: 1.4rem;
}
.custom-tooltip__value-two {
  color: rgb(115, 116, 121);
  font-size: 1.2rem;
  font-weight: 400;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/charts/GaugeChart/GaugeChart.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.gauge-chart {
  width: 100%;
  height: 30%;
}
.gauge-chart__score {
  font-size: 2.8rem;
  font-weight: 500;
  fill: rgb(115, 116, 121);
}
.gauge-chart__label {
  font-size: 1.4rem;
  font-weight: 700;
  fill: rgba(167, 167, 173, 0.8);
}

@media (max-width: 820px) {
  .gauge-chart__score {
    font-size: 2.4rem;
  }
}
@media (max-width: 450px) {
  .gauge-chart__score {
    font-size: 2rem;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/charts/HorizontalBarChart/HorizontalBarChart.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.hbar-chart {
  width: 100%;
  height: 45%;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/charts/VerticalBarChart/VerticalBarChart.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.vbar-chart {
  width: 100%;
  height: 100%;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/charts/DonutChart/CustomLegend.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.donut-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 2rem;
  width: 30rem;
  font-size: 1.6rem;
}
.donut-legend__item {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  min-width: 7rem;
}
.donut-legend__indicator {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/charts/DonutChart/DonutChart.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.donut-chart {
  width: 100%;
  height: 100%;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/charts/CustomLegend.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.custom-legend {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: space-evenly;
  width: 100%;
  min-width: 5rem;
  height: 3rem;
  padding: 0.5rem 0;
  margin: 0.5rem 0;
}
.custom-legend__item {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}
.custom-legend__square {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.3rem;
}
.custom-legend__name {
  color: rgb(255, 255, 255);
  font-size: 1.4rem;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/charts/StackedBarChart/StackedBarChart.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.stacked-bar-chart {
  width: 100%;
  height: 100%;
}

@media (width <= 450px) {
  .stacked-bar-chart .custom-legend {
    display: flex;
    flex-flow: row wrap;
    gap: 1rem;
    align-items: start;
    width: 80%;
    padding-left: 2rem;
    margin-left: 7rem;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/buttons/MenuButtonTwo/MenuButtonTwo.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.menu-button-two {
  position: relative;
}
.menu-button-two__icon {
  width: 1.8rem;
  height: 1.8rem;
  color: rgb(207, 211, 218);
  transition: transform ease 0.5s;
}
.menu-button-two__icon--plus {
  width: 1.4rem;
  height: auto;
  transition: transform ease 0.3s;
}
.menu-button-two__button {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  display: flex;
  flex-direction: row;
  gap: 0.3rem;
  align-items: center;
  width: max-content;
  height: 3.5rem;
  color: rgb(207, 211, 218);
  font-size: 1.4rem;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.3s ease-in;
}
.menu-button-two__button:hover {
  color: rgb(255, 255, 255);
}
.menu-button-two__button:hover .menu-button-two__icon {
  color: rgb(255, 255, 255);
}
.menu-button-two__button--link {
  text-decoration: none;
}
.menu-button-two__button--mobile {
  font-size: 1.6rem;
}
.menu-button-two__button[data-open=true]:not([data-mobile=true]) .menu-button-two__icon {
  transform: rotate(-180deg);
}
.menu-button-two__button[data-open=true][data-mobile=true] .menu-button-two__icon--plus {
  transform: rotate(45deg);
}
.menu-button-two__items-container {
  position: absolute;
  top: 4.5rem;
  left: 0;
  z-index: 999;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  width: max-content;
  height: max-content;
  padding: 1rem;
  border-radius: 1rem;
  background-color: rgb(24, 24, 24);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.09);
  animation: fade-in 0.5s ease-in;
}
.menu-button-two__items-container--closing:not(.menu-button-two__items-container--mobile) {
  animation: fade-out 0.3s ease-in;
}
.menu-button-two__items-container--mobile {
  position: static;
  z-index: 1;
  width: 100%;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  animation: slide-down-mobile 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.menu-button-two__items-container--mobile.menu-button-two__items-container--closing {
  animation: slide-up-mobile 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.menu-button-two__image-wrapper {
  position: relative;
  width: 25rem;
  aspect-ratio: 4/3;
}
.menu-button-two__items {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.menu-button-two__items--mobile {
  gap: 0.8rem;
}
.menu-button-two__link-name {
  color: rgb(167, 167, 173);
  font-size: 1.4rem;
  font-weight: 400;
}
.menu-button-two__link-description {
  color: rgb(167, 167, 173);
  font-size: 1.2rem;
  font-weight: 400;
}
.menu-button-two__link {
  padding: 1rem;
  border-radius: 0.8rem;
  text-decoration: none;
}
.menu-button-two__link--mobile {
  padding: 0.3rem 0;
  padding-left: 2.5rem;
  border-radius: 0;
}
.menu-button-two__link--mobile .menu-button-two__link-name {
  font-size: 1.4rem;
}
.menu-button-two__link:hover .menu-button-two__link-name {
  color: rgb(255, 255, 255);
}
.menu-button-two__link[data-active=true] {
  background-color: rgb(0, 0, 0);
}
.menu-button-two__link[data-active=true] .menu-button-two__link-name {
  color: rgb(255, 255, 255);
}

@keyframes slide-down-mobile {
  from {
    max-height: 0;
    opacity: 0;
    transform: translateY(-1rem);
  }
  to {
    max-height: 100vh;
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-up-mobile {
  from {
    max-height: 100vh;
    opacity: 1;
    transform: translateY(0);
  }
  to {
    max-height: 0;
    opacity: 0;
    transform: translateY(-1rem);
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/buttons/PrimaryButton/PrimaryButton.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.primary-button {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  width: max-content;
  padding: 0.8rem 1.6rem;
  border-radius: 0.8rem;
  background: rgb(118, 198, 255);
  color: rgb(0, 0, 0);
  cursor: pointer;
  transition: transform 0.15s ease-in;
}
.primary-button:active {
  transform: scale(0.96);
}
.primary-button.is-loading {
  min-width: var(--button-width, auto);
  opacity: 0.8;
  cursor: not-allowed;
  pointer-events: none;
}
.primary-button.is-loading:not(.width-set) {
  --button-width: var(--button-width);
}
.primary-button.is-loading:not(.width-set).width-set {
  min-width: var(--button-width);
}
.primary-button.is-loading .spinner {
  top: 47%;
  left: 48%;
}
.primary-button.small {
  height: 4.5rem;
  font-size: 1.4rem;
}
.primary-button.small .primary-button__image {
  width: 2rem;
  height: 2rem;
}
.primary-button:hover {
  background-color: rgb(106, 178, 230);
}
.primary-button.large {
  height: 6rem;
  padding: 1rem 2rem;
  font-size: 1.6rem;
}
.primary-button.large .primary-button__image {
  width: 2.2rem;
  height: 2.2rem;
}
.primary-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 450px) {
  .primary-button {
    padding: 0.5rem 1.6rem;
  }
  .primary-button.small {
    height: 3.8rem;
    font-size: 1.2rem;
  }
  .primary-button.large {
    height: 4.5rem;
    font-size: 1.6rem;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/cards/AccordionCard/AccordionCard.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.accordion-card {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid rgb(115, 116, 121);
}
.accordion-card__title-container {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
  width: 100%;
  height: 5rem;
  cursor: pointer;
}
.accordion-card__image {
  width: 2rem;
  height: auto;
  transition: transform ease-in-out 0.3s;
}
.accordion-card__image.open {
  transform: rotate(-45deg);
}
.accordion-card__title {
  color: rgb(207, 211, 218);
  font-size: 2rem;
  font-weight: 600;
  text-align: left;
  word-wrap: break-word;
}
.accordion-card__content {
  max-height: 0;
  padding: 0 2.5rem 0 4rem;
  margin-top: 0.5rem;
  color: rgb(167, 167, 173);
  font-size: 1.6rem;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1), opacity 0.2s ease-in, visibility 0s linear 0.3s, padding 0.2s ease, transform 0.3s ease;
  transform: translateY(-2rem);
}
.accordion-card.open .accordion-card__content {
  max-height: 100rem;
  padding-bottom: 1.5rem;
  opacity: 1;
  visibility: visible;
  transition: max-height 0.3s ease-in, opacity 0.3s ease-in, visibility 0s linear 0s, padding 0.3s ease, transform 0.3s ease;
  transform: translateY(0);
}

@media (max-width: 820px) {
  .accordion-card__title-container {
    gap: 1rem;
    height: 5rem;
  }
  .accordion-card__title {
    font-size: 1.6rem;
    font-weight: 400;
  }
  .accordion-card__content {
    font-size: 1.4rem;
    font-weight: 400;
  }
}
@media (max-width: 450px) {
  .accordion-card__title-container {
    gap: 1rem;
    height: 4.5rem;
    padding: 0.75rem 0;
  }
  .accordion-card__title {
    font-size: 1.4rem;
    font-weight: 400;
    text-align: left;
    word-wrap: break-word;
  }
  .accordion-card__content {
    padding: 0 1rem 0 3rem;
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: 400;
  }
}
@media (max-width: 390px) {
  .accordion-card__title-container {
    height: 5rem;
    padding: 1rem 0;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/cards/CarouselCardOne/CarouselCardOne.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.carousel-card-one {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.carousel-card-one__image-wrapper {
  position: relative;
  width: 45%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 1.2rem;
}
.carousel-card-one__image {
  border-radius: 1.2rem;
}
.carousel-card-one .primary-button {
  margin: 0 0.5rem;
}

@media (max-width: 1400px) {
  .carousel-card-one__image-wrapper {
    width: 55%;
  }
}
@media (max-width: 820px) {
  .carousel-card-one__image-wrapper {
    width: 60%;
  }
}
@media (max-width: 450px) {
  .carousel-card-one__image-wrapper {
    width: 75%;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/cards/CompanyReportCard/CompanyReportCard.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.report-card {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  padding: 1.8rem;
  border-radius: 1.2rem;
  background: transparent;
  pointer-events: auto;
}
.report-card::before {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 1.5px;
  border-radius: 1.5rem;
  background: conic-gradient(from 180deg at 50% 50%, rgba(99, 187, 223, 0.5) -92.02deg, rgba(255, 255, 255, 0) 18.84deg, rgba(99, 187, 223, 0.5) 267.98deg, rgba(255, 255, 255, 0) 378.84deg), conic-gradient(from 180deg at 50% 50%, rgba(255, 255, 255, 0) 0deg, rgba(99, 187, 223, 0.5) 45.05deg, rgba(99, 187, 223, 0.26) 173.09deg, rgba(255, 255, 255, 0) 360deg);
  opacity: 0.7;
  content: "";
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.report-card__row {
  display: flex;
  justify-content: space-between;
  column-gap: 2rem;
  align-items: center;
}
.report-card__company-info {
  display: flex;
  column-gap: 2rem;
  align-items: center;
}
.report-card__logo {
  width: 5rem;
  height: auto;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.report-card__company-name {
  color: rgb(255, 255, 255);
  font-size: 2.4rem;
  font-weight: 700;
  text-align: left;
}
.report-card__exited-date {
  color: rgb(167, 167, 173);
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
}
.report-card__percentage {
  font-size: 2rem;
  font-weight: 700;
}
.report-card__percentage.profit {
  color: rgb(59, 255, 114);
}
.report-card__percentage.loss {
  color: rgb(255, 73, 102);
}
.report-card__entry-price, .report-card__exit-price {
  color: rgb(167, 167, 173);
  font-size: 1.6rem;
  font-weight: 500;
}
.report-card__entry-price-value, .report-card__exit-price-value {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
}
.report-card__report {
  z-index: 1;
  width: fit-content;
  color: rgb(99, 187, 223);
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}
.report-card:hover {
  background-color: rgba(99, 187, 223, 0.1);
}
.report-card:hover .report-card__report {
  color: rgb(118, 198, 255);
}

@media (max-width: 820px) {
  .report-card__logo {
    width: 5rem;
    height: 5rem;
  }
  .report-card__company-info {
    column-gap: 1rem;
  }
  .report-card__company-name {
    font-size: 2rem;
  }
  .report-card__percentage {
    font-size: 1.6rem;
  }
  .report-card__entry-price, .report-card__exit-price {
    font-size: 1.2rem;
  }
  .report-card__entry-price-value, .report-card__exit-price-value {
    font-size: 1.6rem;
  }
  .report-card__report {
    font-size: 1.2rem;
  }
}
@media (max-width: 450px) {
  .report-card__row {
    column-gap: unset;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/cards/FinancialMetricCard/FinancialMetricCard.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fm-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30rem;
  height: max-content;
  padding: 2rem;
  overflow: hidden;
  border-radius: 1.1rem;
  background-color: rgb(6, 6, 6);
}
.fm-card::before {
  position: absolute;
  right: -4rem;
  bottom: -4rem;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: linear-gradient(180deg, rgb(255, 255, 255) -59.88%, rgb(118, 198, 255) 133.58%);
  filter: blur(50px);
  opacity: 0.9;
  content: "";
}
.fm-card:hover::after {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 1.5px;
  border-radius: 1.1rem;
  background: linear-gradient(162.87deg, rgb(99, 187, 223) 7.73%, rgb(27, 50, 59) 87.39%);
  opacity: 1;
  content: "";
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.fm-card__title {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: 400;
}
.fm-card__value {
  font-size: 4.8rem;
  font-weight: 700;
}
.fm-card__value.green {
  color: rgb(59, 255, 114);
}
.fm-card__value.blue {
  color: rgb(99, 187, 223);
}
.fm-card__value.yellow {
  color: rgb(255, 241, 118);
}
.fm-card__value.pink {
  color: rgb(255, 118, 233);
}
.fm-card__description {
  color: rgb(115, 116, 121);
  font-size: 1.6rem;
  font-weight: 500;
}
.fm-card__description.hide {
  opacity: 0;
}

@media (max-width: 1080px) {
  .fm-card {
    width: 23rem;
  }
}
@media (max-width: 820px) {
  .fm-card {
    width: 20rem;
  }
  .fm-card:hover::after {
    content: none; /* Remove the pseudo-element completely on hover in mobile */
  }
  .fm-card__title {
    font-size: 1.6rem;
    font-weight: 400;
  }
  .fm-card__value {
    font-size: 2.8rem;
  }
  .fm-card__description {
    font-size: 1.4rem;
  }
}
@media (max-width: 450px) {
  .fm-card {
    width: 90vw;
  }
  .fm-card::after {
    position: absolute;
    inset: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 1.5px;
    border-radius: 1.1rem;
    background: linear-gradient(162.87deg, rgb(99, 187, 223) 7.73%, rgb(27, 50, 59) 87.39%);
    opacity: 1;
    content: "";
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
  }
  .fm-card:hover::after {
    content: none; /* Remove the pseudo-element completely on hover in mobile */
  }
  .fm-card__title {
    font-size: 1.6rem;
    font-weight: 400;
  }
  .fm-card__value {
    font-size: 2.8rem;
  }
  .fm-card__description {
    font-size: 1.4rem;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/cards/AnalyticsCard/AnalyticsCard.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.analytics-card {
  padding: 1.8rem;
  border: 1px solid rgb(16, 26, 34);
  border-radius: 1.8rem;
  background-color: rgb(10, 17, 22);
}
.analytics-card__heading {
  color: rgb(207, 211, 218);
  font-size: 1.6rem;
  font-weight: 500;
}
.analytics-card__heading img {
  display: inline-block;
  vertical-align: middle;
}
.analytics-card__value {
  color: rgb(255, 255, 255);
  font-size: 4.8rem;
  font-weight: 700;
}
.analytics-card__content {
  color: rgb(167, 167, 173);
  font-size: 1.6rem;
  font-weight: 400;
}

@media (max-width: 820px) {
  .analytics-card__heading {
    font-size: 1.2rem;
  }
  .analytics-card__value {
    font-size: 3.6rem;
  }
  .analytics-card__content {
    font-size: 1.2rem;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/cards/HoldingsCard/HoldingsCard.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.holdings-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.9rem;
  border-radius: 1.6rem;
  background-color: rgb(24, 24, 24);
}
.holdings-card .company-name {
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
  font-weight: 700;
}
.holdings-card-percentage {
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
  font-weight: 400;
}
.holdings-card-right {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
.holdings-card-right .arrow {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  outline: 0;
}
.holdings-card-rating {
  padding: 1rem;
  border: 1px solid rgb(60, 60, 60);
  border-radius: 1rem;
  background-color: rgb(30, 30, 30);
  text-align: center;
}
.holdings-card-rating p {
  color: rgb(115, 116, 121);
  font-size: 1.2rem;
  font-weight: 500;
}
.holdings-card-rating .rating-value {
  color: rgb(255, 255, 255);
  font-size: 1.4rem;
  font-weight: 700;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/cards/PricingCardThree/PricingCardThree.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.pricing-card-three {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem;
  border-radius: 1.2rem;
  background-color: rgb(10, 17, 22);
}
.pricing-card-three::before {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 1px;
  border-radius: 1.2rem;
  background: linear-gradient(180deg, rgba(118, 198, 255, 0) 0%, rgb(118, 198, 255) 50%, rgba(118, 198, 255, 0) 100%), linear-gradient(90deg, rgba(118, 198, 255, 0) 0%, rgba(118, 198, 255, 0.5) 50%, rgba(118, 198, 255, 0) 100%);
  opacity: 1;
  content: "";
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.pricing-card-three__header {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  height: max-content;
  min-height: 4rem;
}
.pricing-card-three__badge {
  position: absolute;
  top: 0;
  right: 0;
  width: max-content;
  min-width: 7rem;
  height: 4rem;
  padding: 0.8rem 2rem;
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  background-color: rgb(118, 198, 255);
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
  font-weight: 400;
}
.pricing-card-three__header-body {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  width: 100%;
  height: max-content;
  min-height: 3rem;
}
.pricing-card-three__title {
  color: rgb(118, 198, 255);
  font-size: 2.4rem;
  font-weight: 700;
}
.pricing-card-three__price-container {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.pricing-card-three__price {
  color: rgb(255, 255, 255);
  font-size: 2.8rem;
  font-weight: 700;
}
.pricing-card-three__year {
  color: rgb(198, 198, 198);
  font-size: 1.6rem;
  font-weight: 400;
}
.pricing-card-three__text {
  font-size: 1.4rem;
  font-weight: 400;
}
.pricing-card-three__text.two {
  color: rgb(167, 167, 173);
}
.pricing-card-three__text.one {
  color: rgb(198, 198, 198);
  text-align: center;
}
.pricing-card-three__highlight-container {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: max-content;
  min-height: 3rem;
}
.pricing-card-three__highlight {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.pricing-card-three__h-image-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 5.5rem;
  height: 5.5rem;
  background-color: rgba(118, 198, 255, 0.1);
}
.pricing-card-three__h-image-wrapper.square {
  border-radius: 1rem;
}
.pricing-card-three__h-image-wrapper.circle {
  border-radius: 50%;
}
.pricing-card-three__h-image-wrapper .h-image {
  color: rgb(118, 198, 255);
}
.pricing-card-three__highlight-text {
  width: 100%;
  color: rgb(255, 255, 255);
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}
.pricing-card-three__separator {
  width: 100%;
  height: 1px;
  border: none;
  background: linear-gradient(270deg, rgba(118, 198, 255, 0) 0%, rgb(118, 198, 255) 50%, rgba(118, 198, 255, 0) 100%);
}
.pricing-card-three__features-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  height: max-content;
  min-height: 4rem;
  padding: 0;
  margin-top: 1rem;
  list-style: none;
}
.pricing-card-three__list-item {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  width: 100%;
  height: 3rem;
  color: rgb(198, 198, 198);
  font-size: 1.4rem;
  font-weight: 400;
}
.pricing-card-three__bottom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
}
.pricing-card-three__bottom .primary-button,
.pricing-card-three__bottom .secondary-button {
  min-width: 15rem;
}
.pricing-card-three__link {
  color: rgb(99, 187, 223);
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
}
.pricing-card-three__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
}
.pricing-card-three__footer .text {
  color: rgb(167, 167, 173);
  font-size: 1.2rem;
  font-weight: 400;
}
.pricing-card-three__footer .text:nth-child(2) {
  margin-top: -0.5rem;
}

@media (max-width: 1080px) {
  .pricing-card-three {
    padding: 1.2rem;
  }
}
@media (max-width: 820px) {
  .pricing-card-three__highlight-container {
    gap: 1.5rem;
  }
  .pricing-card-three__highlight-text {
    width: 100%;
    font-size: 1.2rem;
  }
}
@media (max-width: 450px) {
  .pricing-card-three__text.one {
    font-size: 1.2rem;
  }
  .pricing-card-three__h-image-wrapper {
    width: 4.5rem;
    height: 4.5rem;
    padding: 1rem;
  }
  .pricing-card-three__list-item {
    font-size: 1.2rem;
  }
  .pricing-card-three__list-item .list-item-image {
    width: 1.8rem;
    height: auto;
  }
  .pricing-card-three__bottom {
    margin-top: 2rem;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/buttons/SecondaryButton/SecondaryButton.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.secondary-button {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  width: max-content;
  padding: 0.8rem 1.6rem;
  border: 2px solid rgb(118, 198, 255);
  border-radius: 0.8rem;
  color: rgb(118, 198, 255);
  cursor: pointer;
  transition: transform 0.15s ease-in;
}
.secondary-button:active {
  transform: scale(0.96);
}
.secondary-button.small {
  height: 4.5rem;
  font-size: 1.4rem;
}
.secondary-button.small .secondary-button__image {
  width: 2rem;
  height: 2rem;
}
.secondary-button:hover {
  background-color: rgb(41, 69, 89);
}
.secondary-button.large {
  height: 6rem;
  padding: 1rem 2rem;
  font-size: 1.6rem;
}
.secondary-button.large .secondary-button__image {
  width: 2.2rem;
  height: 2.2rem;
}

@media (max-width: 450px) {
  .secondary-button.small {
    height: 3.8rem;
    font-size: 1.2rem;
  }
  .secondary-button.large {
    height: 4.5rem;
    font-size: 1.6rem;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/popups/SavartScorePopup/SavartScorePopup.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.savart__score--popup {
  position: fixed;
  inset: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.savart__score--popup.active {
  opacity: 1;
  visibility: visible;
}
.savart__score--container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30%;
  background-color: rgb(24, 24, 24);
}
.savart__score--inner-container {
  width: 89%;
  padding: 2rem 0;
  margin: 0 auto;
}
.savart__score--inner-container .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.savart__score--inner-container .header p {
  color: rgb(255, 255, 255);
  font-size: 2.4rem;
  font-weight: 700;
}
.savart__score--inner-container .header button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  outline: 0;
}
.savart__score--inner-container .content {
  margin-bottom: 2rem;
  color: rgb(115, 116, 121);
  font-size: 1.6rem;
  font-weight: 400;
}
.savart__score--inner-container .rating-info-header {
  margin-bottom: 0.2rem;
  color: rgb(255, 255, 255);
  font-size: 1.9rem;
  font-weight: 500;
}
.savart__score--inner-container .rating-info-content {
  margin-bottom: 1rem;
  color: rgb(115, 116, 121);
  font-size: 1.6rem;
  font-weight: 400;
}

@media (max-width: 820px) {
  .savart__score--container {
    width: 60%;
  }
  .savart__score--inner-container .header p {
    font-size: 1.9rem;
  }
}
@media (max-width: 450px) {
  .savart__score--container {
    width: 80%;
  }
  .savart__score--inner-container .header p {
    font-size: 1.6rem;
  }
  .savart__score--inner-container .content {
    font-size: 1.4rem;
  }
  .savart__score--inner-container .rating-info-header, .savart__score--inner-container .rating-info-content {
    font-size: 1.4rem;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/cards/UnlockApartReportCard/UnlockApartReportCard.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.unlock-report-card {
  width: 100%;
  padding: 1.5rem 3rem 1rem;
  border: 1.5px solid rgb(60, 60, 60);
  border-radius: 1.2rem;
  background-color: rgb(45, 45, 45);
  text-align: center;
}
.unlock-report-card p {
  color: rgb(198, 198, 198);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
}
.unlock-report-card .stars {
  margin-top: 0.5rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.unlock-report-card .btn {
  height: 4rem;
  margin-top: 0.5rem;
  border: 1px solid rgb(136, 136, 136);
  color: rgb(118, 198, 255);
}
.unlock-report-card .btn:hover {
  border: 1px solid rgb(136, 136, 136);
  color: rgb(118, 198, 255);
}

@media (max-width: 820px) {
  .unlock-report-card p {
    font-size: 1.4rem;
    font-weight: 400;
  }
  .unlock-report-card .btn {
    padding: 1rem;
    font-size: 1.4rem;
    font-weight: 500;
  }
}
@media (max-width: 450px) {
  .unlock-report-card p {
    font-size: 1.2rem;
  }
  .unlock-report-card .btn {
    padding: 0.8rem;
    font-size: 1.2rem;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/buttons/TextButton/TextButton.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.text-button {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  width: max-content;
  padding: 0.8rem 0;
  cursor: pointer;
}
.text-button .text-button__image {
  rotate: -90deg;
}
.text-button.small {
  height: 2rem;
  font-size: 1.4rem;
}
.text-button.small .text-button__image {
  width: 1.5rem;
  height: 1.5rem;
}
.text-button.large {
  height: 2.5rem;
  padding: 1rem 0;
  font-size: 1.6rem;
}
.text-button.large .text-button__image {
  width: 1.7rem;
  height: 1.7rem;
}
.text-button.blue {
  color: rgb(118, 198, 255);
}
.text-button.blue .text-button__image {
  rotate: 0deg;
}
.text-button.pink {
  color: rgb(255, 118, 233);
}
.text-button.pink .text-button__image {
  rotate: 0deg;
}

@media (max-width: 450px) {
  .text-button.small {
    font-size: 1.2rem;
  }
  .text-button.large {
    font-size: 1.4rem;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/buttons/TabButton/TabButton.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.tab-button {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
  width: max-content;
  min-width: 10rem;
  padding: 1.5rem;
  border-radius: 1rem 1rem 0 0;
  background-color: transparent;
  cursor: pointer;
}
.tab-button.active {
  border-bottom: 2px solid rgb(94, 158, 204);
  background-color: rgb(10, 17, 22);
}
.tab-button__image {
  width: 4rem;
  height: auto;
}
.tab-button__content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.tab-button__title {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
}
.tab-button__content {
  color: rgb(167, 167, 173);
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
}

@media (max-width: 1080px) {
  .tab-button__title {
    font-size: 1.6rem;
  }
  .tab-button__content {
    font-size: 1.2rem;
  }
}
@media (max-width: 450px) {
  .tab-button__image {
    width: 3rem;
  }
  .tab-button__content-container {
    width: 100%;
  }
  .tab-button__title {
    font-size: 1.6rem;
  }
  .tab-button__content {
    font-size: 1.2rem;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/buttons/TabButtonTwo/TabButtonTwo.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.tab-button-two {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  width: max-content;
  min-width: 8rem;
  height: 4.5rem;
  padding: 1rem 1.5rem;
  border-radius: 1rem 1rem 0 0;
  background-color: transparent;
  cursor: pointer;
}
.tab-button-two__text {
  color: rgb(167, 167, 173);
  font-size: 1.4rem;
  font-weight: 400;
}
.tab-button-two__image {
  width: 2rem;
  height: auto;
}
.tab-button-two.active {
  border-bottom: 2px solid rgb(118, 198, 255);
  background-color: rgba(118, 198, 255, 0.1);
}
.tab-button-two.active .tab-button-two__text {
  color: rgb(118, 198, 255);
  font-weight: 700;
}

@media (max-width: 820px) {
  .tab-button-two__text {
    font-size: 1.2rem;
  }
  .tab-button-two__image {
    width: 1.5rem;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/buttons/FinancialCalculatorButton/FinancialCalculatorButton.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fc-button {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
  align-items: center;
  width: 25rem;
  height: 5.6rem;
  padding: 0.8rem 1.2rem;
  border-radius: 1rem;
  background-color: rgb(10, 17, 22);
  cursor: pointer;
}
.fc-button .trending-up {
  width: 2.3rem;
  height: auto;
  padding: 0.3rem;
  border-radius: 0.4rem;
  color: rgb(115, 116, 121);
}
.fc-button .trending-up.active {
  background-color: rgba(118, 198, 255, 0.1);
  color: rgb(99, 187, 223);
}
.fc-button__right {
  display: flex;
  flex-direction: column;
  color: rgb(167, 167, 173);
}
.fc-button__name {
  font-size: 1.4rem;
}
.fc-button__description {
  font-size: 1.2rem;
}
.fc-button:hover {
  background-color: rgb(16, 26, 34);
}
.fc-button.active {
  border-left: 2px solid rgb(118, 198, 255);
  background-color: rgb(16, 26, 34);
}
.fc-button.active .fc-button__name {
  color: rgb(118, 198, 255);
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/buttons/TabButtonThree/TabButtonThree.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.tab-button-three {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  width: max-content;
  min-width: 8rem;
  height: 8rem;
  padding: 2rem;
  border: 1px solid rgb(60, 60, 60);
  border-radius: 1rem;
  background-color: rgb(24, 24, 24);
  cursor: pointer;
}
.tab-button-three__title {
  color: rgb(255, 255, 255);
  font-size: 2.4rem;
  font-weight: 600;
}
.tab-button-three__description {
  color: rgb(167, 167, 173);
  font-size: 1.4rem;
  font-weight: 400;
}
.tab-button-three.active {
  border: 1px solid rgb(118, 198, 255);
}
.tab-button-three.active .tab-button-three__description {
  color: rgb(118, 198, 255);
}

@media (max-width: 820px) {
  .tab-button-three__title {
    font-size: 2rem;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/buttons/AreaChartButton/AreaChartButton.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.ac-button {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  width: max-content;
  min-width: 4rem;
  height: 4rem;
  padding: 0.5rem 0.8rem;
  border: 0 solid transparent;
  border-radius: 0.8rem;
  color: rgb(115, 116, 121);
  font-size: 1.4rem;
}
.ac-button.selected {
  border-bottom: 2px solid rgb(118, 198, 255);
  background-color: rgb(24, 24, 24);
  color: rgb(255, 255, 255);
}
.ac-button:hover:not(.selected) {
  background-color: rgb(24, 24, 24);
  cursor: pointer;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/buttons/MenuButtonThree/MenuButtonThree.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.menu-button {
  position: relative;
  display: inline-flex;
  width: 100%;
  min-width: 0;
  min-height: max-content;
  padding: 0.4rem 0;
  margin: 0.7rem 0;
  border: 0 solid transparent;
  border-radius: 0.7rem;
  color: rgb(167, 167, 173);
  font-size: 1.6rem;
  text-decoration: none;
}
.menu-button__name {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-left: 1rem;
}
.menu-button:hover:not(.menu-button--selected) {
  background-color: rgb(27, 27, 27);
  color: rgb(198, 198, 198);
}
.menu-button--selected {
  border-left: 2px solid rgb(118, 198, 255);
  background-color: rgb(27, 27, 27);
  color: rgb(198, 198, 198);
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/cards/HoldSellCards/HoldSell.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.hold-sell__cards {
  width: 100%;
  height: fit-content;
  padding: 1rem 0;
  border-radius: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-align: center;
}
.hold-sell__cards--heading {
  color: rgb(115, 116, 121);
  font-size: 1.6rem;
  line-height: 1.92rem;
}
.hold-sell__cards--content {
  font-size: 2rem;
}

@media (max-width: 1080px) {
  .hold-sell__cards--content {
    font-size: 2.4rem;
  }
}
@media (max-width: 820px) {
  .hold-sell__cards--heading {
    font-size: 1.4rem;
  }
  .hold-sell__cards--content {
    font-size: 1.9rem;
  }
}
@media (max-width: 450px) {
  .hold-sell__cards--heading {
    font-size: 1.2rem;
  }
  .hold-sell__cards--content {
    font-size: 1.6rem;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/cards/StaticCardWithImage/StaticCardWithImage.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.static-card-image {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  padding: 1.2rem;
  border: 0.3px solid rgb(115, 116, 121);
  border-radius: 1.2rem;
  background-color: rgb(0, 0, 0);
}
.static-card-image__heading {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: 700;
}
.static-card-image__content {
  margin: 0.5rem 0 0;
  color: rgb(167, 167, 173);
  font-size: 1.4rem;
  font-weight: 400;
}

@media (max-width: 450px) {
  .static-card-image__content-wrapper {
    width: 100%;
  }
  .static-card-image__heading {
    font-size: 1.2rem;
  }
  .static-card-image__content {
    font-size: 0.8rem;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/cards/TestimonialsCard/TestimonialsCard.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.testimonials-card {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.testimonials-card__quote {
  position: absolute;
  top: -2rem;
  left: -1rem;
  width: 1.5rem;
  height: 1.5rem;
}
.testimonials-card__text {
  width: 100%;
  color: rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: 400;
  text-align: left;
}
.testimonials-card__star-container {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: max-content;
}
.testimonials-card__user-container {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}
.testimonials-card__user-image {
  width: 7rem;
  height: auto;
}
.testimonials-card__user-details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  height: max-content;
  min-height: 2rem;
}
.testimonials-card__user-name {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: 600;
}
.testimonials-card__user-designation {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.6rem;
  font-weight: 400;
}

@media (max-width: 1400px) {
  .testimonials-card__text, .testimonials-card__user-name {
    font-size: 1.6rem;
  }
  .testimonials-card__user-image {
    width: 6rem;
  }
  .testimonials-card__user-designation {
    font-size: 1.4rem;
  }
}
@media (max-width: 450px) {
  .testimonials-card__text, .testimonials-card__user-name {
    font-size: 1.4rem;
  }
  .testimonials-card__user-image {
    width: 6rem;
  }
  .testimonials-card__user-details {
    gap: 0.7rem;
  }
  .testimonials-card__user-designation {
    font-size: 1.2rem;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/cards/SynapseCard/SynapseCard.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.synapse-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 31rem;
  padding: 0.5rem;
  border: 2px solid transparent;
}
.synapse-card::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  background: linear-gradient(178.39deg, rgba(255, 255, 255, 0.35) -77.71%, rgba(0, 0, 0, 0.2) 119.44%);
  opacity: 0.7;
  pointer-events: none;
  content: "";
}
.synapse-card::after {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 1px;
  border-radius: 1.5rem;
  background: linear-gradient(178.39deg, rgba(255, 255, 255, 0.35) -77.71%, rgba(0, 0, 0, 0.2) 119.44%);
  opacity: 0.7;
  content: "";
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.synapse-card.bottom-top::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.35) -77.71%, rgba(0, 0, 0, 0.2) 119.44%);
  opacity: 0.7;
  pointer-events: none;
  content: "";
}
.synapse-card__heading {
  margin-bottom: 0;
  font-size: 4.8rem;
  font-weight: 700;
}
.synapse-card__heading.blue {
  background: linear-gradient(269.7deg, rgb(23, 158, 255) -25.16%, rgb(45, 167, 255) 35.91%, rgb(69, 177, 255) 94.38%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.synapse-card__heading.yellow {
  background: linear-gradient(270deg, rgb(244, 169, 104) 0%, rgb(255, 238, 157) 50.4%, rgb(255, 255, 193) 70.01%, rgb(245, 245, 245) 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.synapse-card__heading.green {
  background: rgb(59, 255, 114);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.synapse-card__content {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: rgb(255, 255, 255);
  font-size: 2.4rem;
  font-weight: 600;
  text-wrap: wrap;
  text-align: center;
}
.synapse-card__image-wrapper {
  position: relative;
  width: 16rem;
  height: 8rem;
}

@media (max-width: 1080px) {
  .synapse-card {
    width: 100%;
  }
  .synapse-card__heading {
    font-size: 3.6rem;
  }
}
@media (max-width: 820px) {
  .synapse-card {
    height: 20rem;
  }
}
@media (width <= 450px) {
  .synapse-card {
    width: 100%;
    height: 14rem;
  }
  .synapse-card__image-wrapper {
    width: 10rem;
    height: 6rem;
  }
  .synapse-card__heading {
    font-size: 2.8rem;
  }
  .synapse-card__content {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}
@media (width <= 390px) {
  .synapse-card {
    width: 30rem;
    height: 14rem;
  }
  .synapse-card__image-wrapper {
    width: 10rem;
    height: 6rem;
  }
  .synapse-card__heading {
    font-size: 2.8rem;
  }
  .synapse-card__content {
    margin-bottom: 0;
    font-size: 1.2rem;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/cards/ApproachCard/ApproachCard.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.approach-card {
  height: 100%;
  padding: 2rem;
  border: 1px solid rgb(74, 140, 167);
  border-radius: 1.8rem;
  background-color: rgba(118, 198, 255, 0.1);
  transition: transform 0.3s ease-in-out;
}
.approach-card h2 {
  color: rgb(118, 198, 255);
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.approach-card p {
  color: rgb(167, 167, 173);
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
}
.approach-card:hover {
  transform: scale(1.05);
}

@media (max-width: 820px) {
  .approach-card {
    width: 90vw;
    padding: 2rem;
  }
  .approach-card p {
    font-size: 1.6rem;
  }
}
@media (max-width: 450px) {
  .approach-card h2 {
    font-size: 2rem;
  }
  .approach-card p {
    font-size: 1.4rem;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/cards/CarouselCardTwo/CarouselCardTwo.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.carousel-card-two {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.carousel-card-two__badge {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  padding: 1.2rem;
  border-radius: 0.9rem;
  background-color: rgb(0, 0, 0);
  filter: blur(2px);
}
.carousel-card-two__badge::before {
  position: absolute;
  top: 1.3rem;
  left: 0.8rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  opacity: 0.1;
  content: "";
}
.carousel-card-two__badge.active {
  border: 1px solid rgba(54, 104, 180, 0.3);
  transform: scale(1.2);
  filter: blur(0);
}
.carousel-card-two__badge.green::before {
  background-color: rgb(59, 255, 114);
}
.carousel-card-two__badge.blue::before {
  background-color: rgb(118, 198, 255);
}
.carousel-card-two__badge.pink::before {
  background-color: rgb(255, 118, 233);
}
.carousel-card-two__badge.yellow::before {
  background-color: rgb(255, 241, 118);
}
.carousel-card-two__badge-image {
  width: 1.5rem;
  height: auto;
}
.carousel-card-two__badge-text {
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
  font-weight: 700;
}
.carousel-card-two__card {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  align-items: start;
  width: 78%;
  height: 28rem;
  padding: 2rem 3rem;
  border: 0.3px solid rgb(115, 116, 121);
  border-radius: 1.2rem;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(50px);
}
.carousel-card-two__card-image {
  width: 2.5rem;
  height: auto;
}
.carousel-card-two__card-image-wrapper {
  position: relative;
  width: 5%;
  margin-top: 1rem;
}
.carousel-card-two__card-image-wrapper::before {
  position: absolute;
  top: -0.8rem;
  left: -0.8rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  opacity: 0.1;
  content: "";
}
.carousel-card-two__card-image-wrapper.green::before {
  background-color: rgb(59, 255, 114);
}
.carousel-card-two__card-image-wrapper.blue::before {
  background-color: rgb(118, 198, 255);
}
.carousel-card-two__card-image-wrapper.pink::before {
  background-color: rgb(255, 118, 233);
}
.carousel-card-two__card-image-wrapper.pink .carousel-card-two__card-image {
  width: 2rem;
  height: auto;
}
.carousel-card-two__card-image-wrapper.yellow::before {
  background-color: rgb(255, 241, 118);
}
.carousel-card-two__card-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 90%;
}
.carousel-card-two__card-title {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: 700;
}
.carousel-card-two__card-text {
  color: rgb(167, 167, 173);
  font-size: 1.4rem;
  font-weight: 400;
}

@media (max-width: 1400px) {
  .carousel-card-two__card {
    width: 80%;
  }
}
@media (max-width: 1080px) {
  .carousel-card-two__card {
    width: 90%;
    padding: 3rem;
  }
}
@media (max-width: 820px) {
  .carousel-card-two__badge::before {
    top: 1.2rem;
    left: 0.8rem;
  }
  .carousel-card-two__badge-image {
    width: 1.3rem;
  }
  .carousel-card-two__badge-text {
    font-size: 1.4rem;
  }
  .carousel-card-two__card {
    width: 100%;
    height: 21rem;
    padding: 2rem;
  }
  .carousel-card-two__card-image-wrapper::before {
    width: 3.4rem;
    height: 3.4rem;
  }
  .carousel-card-two__card-image {
    width: 1.8rem;
    height: auto;
  }
  .carousel-card-two__card-title {
    font-size: 1.6rem;
  }
  .carousel-card-two__card-text {
    font-size: 1.2rem;
  }
}
@media (max-width: 450px) {
  .carousel-card-two__badge::before {
    top: 1.1rem;
  }
  .carousel-card-two__badge-text {
    font-size: 1.2rem;
  }
  .carousel-card-two__card {
    width: 90%;
    height: 32rem;
  }
  .carousel-card-two__card-image {
    width: 2rem;
  }
  .carousel-card-two__card-image-wrapper::before {
    width: 3rem;
    height: 3rem;
  }
  .carousel-card-two__card-image-wrapper.pink::before {
    top: -0.7rem;
  }
  .carousel-card-two__card-image-wrapper.pink .carousel-card-two__card-image {
    width: 1.4rem;
  }
  .carousel-card-two__card-title {
    font-size: 1.4rem;
  }
  .carousel-card-two__card-text {
    font-size: 1.2rem;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/cards/UserDetailsCard/UserDetailsCard.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.user-details-card {
  position: relative;
  width: 30rem;
  height: 30rem;
  overflow: hidden;
  border: 1px solid rgb(115, 116, 121);
  border-radius: 1rem;
}
.user-details-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
  transition: transform 0.6s ease;
  backface-visibility: hidden; /* Hide back face during flip */
}
.user-details-card__details {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  z-index: 1;
  text-align: center;
  transition: opacity 0.3s ease;
  transform: translateX(-50%);
}
.user-details-card__name {
  width: 100%;
  min-width: max-content;
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.user-details-card__designation {
  width: 100%;
  min-width: max-content;
  color: rgb(198, 198, 198);
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}
.user-details-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 2rem;
  border-radius: 1rem;
  background-color: rgb(255, 255, 255);
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transform: rotateY(180deg); /* Start flipped for desktop */
  backface-visibility: hidden; /* Hide back face during flip */
}
.user-details-card__overlay .user-details-card__name {
  color: rgb(0, 0, 0);
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
}
.user-details-card__overlay .user-details-card__designation {
  color: rgb(16, 26, 34);
  font-size: 1.4rem;
  text-align: left;
}
.user-details-card__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: max-content;
}
.user-details-card__description {
  color: rgb(0, 0, 0);
  font-size: 1.2rem;
  text-align: left;
}
.user-details-card__icons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  width: auto;
  height: 2rem;
  margin-top: 1rem;
}
.user-details-card__icon {
  width: 2rem;
  height: 100%;
  color: rgb(0, 0, 0);
  cursor: pointer;
  transition: color 0.3s ease;
}
.user-details-card__icon:hover {
  color: rgb(118, 198, 255);
}
@media (hover: hover) {
  .user-details-card:hover {
    perspective: 1000px; /* Add perspective for 3D effect */
  }
  .user-details-card:hover::after {
    display: none;
  }
  .user-details-card:hover .user-details-card__image {
    transform: rotateY(180deg); /* Flip the image */
  }
  .user-details-card:hover .user-details-card__details {
    opacity: 0;
  }
  .user-details-card:hover .user-details-card__overlay {
    opacity: 1;
    transform: rotateY(0); /* Flip the overlay to front */
  }
}
@media (hover: none) {
  .user-details-card.active::after {
    display: none;
  }
  .user-details-card.active .user-details-card__details {
    opacity: 0;
  }
  .user-details-card.active .user-details-card__overlay {
    background-color: rgb(255, 255, 255);
    opacity: 1;
  }
}

@media (max-width: 1080px) {
  .user-details-card {
    width: 28rem;
    height: 28rem;
  }
}
@media (max-width: 820px) {
  .user-details-card {
    width: 20rem;
    height: 20rem;
    aspect-ratio: 1/1;
    perspective: none;
  }
  .user-details-card::after {
    bottom: -10%;
    height: 10rem;
  }
  .user-details-card__details {
    bottom: 1rem;
  }
  .user-details-card__name {
    font-size: 1.4rem;
  }
  .user-details-card__designation {
    font-size: 0.8rem;
  }
  .user-details-card__overlay {
    gap: 0.5rem;
    padding: 1rem;
    transition: opacity 0.3s ease;
    transform: none;
    backface-visibility: visible;
  }
  .user-details-card__overlay .user-details-card__name {
    font-size: 1.6rem;
  }
  .user-details-card__overlay .user-details-card__designation {
    font-size: 1.2rem;
  }
  .user-details-card__description {
    font-size: 0.8rem;
  }
  .user-details-card__image {
    transition: none;
    backface-visibility: visible;
  }
  .user-details-card__icon {
    width: 1.8rem;
  }
}
@media (max-width: 450px) {
  .user-details-card {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .user-details-card__details {
    bottom: 1rem;
  }
  .user-details-card__name {
    font-size: 1.4rem;
  }
  .user-details-card__designation {
    font-size: 0.8rem;
  }
  .user-details-card__overlay {
    gap: 0.5rem;
    padding: 1rem;
  }
  .user-details-card__overlay .user-details-card__name {
    font-size: 1.2rem;
  }
  .user-details-card__overlay .user-details-card__designation {
    font-size: 0.8rem;
  }
  .user-details-card__description {
    overflow-y: scroll;
    scrollbar-width: none;
    font-size: 0.8rem;
  }
  .user-details-card__icon {
    width: 1.6rem;
  }
}
@media (max-width: 390px) {
  .user-details-card {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1.1;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/cards/VideoCard/VideoCard.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.video-card {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 1.2rem;
  cursor: pointer;
}
.video-card__thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-card__placeholder {
  width: 100%;
  height: 100%;
  background-color: rgb(6, 6, 6);
}
.video-card__play-button {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: transform 0.15s ease-in;
}
.video-card__play-button:active {
  transform: scale(0.96);
}
.video-card__play-button:active {
  transform: translate(-50%, -50%) scale(0.96);
}
.video-card__play-button::after {
  position: absolute;
  top: -1.4rem;
  left: -1.4rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  box-shadow: 0 0 30px 0 rgba(118, 198, 255, 0.6);
  content: "";
  animation: fade-in 0.3s ease-in;
}
.video-card__play-icon {
  width: 2.2rem;
  height: auto;
  background-color: transparent;
}
.video-card__text-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 2rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  animation: fade-in 0.3s ease-in;
}
.video-card__label {
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
  font-weight: 600;
}
.video-card__description {
  color: rgb(255, 255, 255);
  font-size: 1.4rem;
  font-weight: 500;
}

@media (max-width: 450px) {
  .video-card__label {
    font-size: 1.4rem;
  }
  .video-card__description {
    font-size: 1.2rem;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/cards/VipProfileCard/VipProfileCard.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.vip-profile-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: max-content;
  min-height: 20rem;
  padding: 3rem 2rem;
  border-radius: 1.2rem;
  background-color: rgb(13, 14, 20);
}
.vip-profile-card::before {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 1px;
  border-radius: 1.2rem;
  background: linear-gradient(90deg, rgba(54, 104, 180, 0.3) 0%, rgba(118, 198, 255, 0.3) 100%);
  opacity: 1;
  content: "";
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.vip-profile-card__container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.vip-profile-card__image-inner-wrapper {
  position: relative;
  width: 15rem;
  height: 15rem;
  overflow: hidden;
  border-radius: 50%;
}
.vip-profile-card__name {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.vip-profile-card__designation {
  color: rgb(167, 167, 173);
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.vip-profile-card__quote {
  width: 80%;
  color: rgb(207, 211, 218);
  font-size: 2.8rem;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 820px) {
  .vip-profile-card__name {
    font-size: 1.6rem;
  }
  .vip-profile-card__designation {
    font-size: 1.4rem;
  }
  .vip-profile-card__quote {
    font-size: 2rem;
  }
}
@media (max-width: 450px) {
  .vip-profile-card__name {
    font-size: 1.4rem;
    font-weight: 400;
  }
  .vip-profile-card__designation {
    font-size: 1.2rem;
  }
  .vip-profile-card__quote {
    font-size: 1.4rem;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/cards/StaticCardTwo/StaticCardTwo.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.static-card-two {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  width: 20rem;
  height: 20rem;
  padding: 1.3rem;
  border-radius: 1rem;
  background-color: rgb(16, 26, 34);
}
.static-card-two__image-wrapper {
  position: relative;
  flex: 1;
  width: 85%;
  min-height: 0;
}
.static-card-two__title {
  color: rgb(255, 255, 255);
  font-size: 1.4rem;
  font-weight: 600;
}

@media (max-width: 1080px) {
  .static-card-two {
    width: 18rem;
    height: 17rem;
  }
  .static-card-two__image-wrapper {
    width: 65%;
  }
}
@media (max-width: 820px) {
  .static-card-two {
    width: 16rem;
    height: 15rem;
  }
  .static-card-two__image-wrapper {
    width: 65%;
  }
  .static-card-two__title {
    font-size: 1.2rem;
  }
}
@media (max-width: 450px) {
  .static-card-two {
    width: 12rem;
    height: 10rem;
    padding: 0.75rem;
    border-radius: 0.7rem;
  }
  .static-card-two__image-wrapper {
    width: 65%;
  }
  .static-card-two__title {
    font-size: 0.8rem;
    letter-spacing: 0.06rem;
  }
}
@media (max-width: 390px) {
  .static-card-two {
    width: 11rem;
    height: 9rem;
    border-radius: 0.7rem;
  }
  .static-card-two__image-wrapper {
    width: 65%;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/composites/CarouselTwo/CarouselTwo.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.carousel-two {
  position: relative;
  width: 100%;
  min-height: 20rem;
  padding: 2rem 0;
  contain: layout style;
  isolation: isolate;
}
.carousel-two__card-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 15rem;
  margin: 0 auto;
}
.carousel-two__badges {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: max-content;
  min-height: 7rem;
}
.carousel-two__badge-wrapper {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 50vw;
  transform: translateX(-40%);
}
.carousel-two__badge-wrapper:hover {
  z-index: 10;
}

@media (max-width: 1080px) {
  .carousel-two__badge-wrapper {
    width: 60vw;
  }
}
@media (max-width: 820px) {
  .carousel-two {
    height: 25rem;
  }
  .carousel-two__badge-wrapper {
    width: 72vw;
  }
}
@media (max-width: 450px) {
  .carousel-two__badge-wrapper {
    width: 100vw;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/composites/FormBuilder/FormBuilder.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.form-builder {
  width: 100%;
  height: auto;
  padding: 4rem 0;
}
.form-builder__form-rows {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(9.5rem, auto);
  gap: 3rem 6rem;
  width: 100%;
  padding: 0 0.5rem;
}
.form-builder__form-rows .forminput-container {
  height: max-content;
}
.form-builder__form-rows .formtextarea-container {
  grid-row: span 2;
  grid-column: span 2;
  height: 80%;
}
.form-builder__form-rows .primary-button {
  grid-column: span 2;
  width: 100%;
}

@media (max-width: 820px) {
  .form-builder {
    padding: 1rem 0;
  }
  .form-builder__form-rows {
    grid-template-columns: 1fr;
    gap: 1rem 0;
  }
  .form-builder__form-rows > * {
    grid-column: 1/-1; /* Force all items to span the full width */
  }
}
@media (max-width: 450px) {
  .form-builder__form-rows {
    grid-template-columns: 1fr;
    gap: 1rem 0;
  }
  .form-builder__form-rows > * {
    grid-column: 1/-1; /* Force all items to span the full width */
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/inputs/FormInput/FormInput.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.forminput-container {
  position: relative;
  display: block;
  width: 100%;
  height: 4.5rem;
}
.forminput-container input::-webkit-outer-spin-button,
.forminput-container input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}
.forminput-container input[type=number] {
  appearance: textfield;
}
.forminput-container .forminput__wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  height: auto;
}
.forminput-container .forminput__label {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  width: max-content;
  padding: 0.2rem 0.6rem;
  color: rgb(255, 255, 255);
  font-size: 1.4rem;
  font-weight: 500;
}
.forminput-container .forminput__required-star {
  display: inline-block;
  color: rgb(255, 73, 102);
  font-size: 1.4rem;
}
.forminput-container .forminput__input {
  width: 100%;
  height: 4.5rem;
  padding: 1rem 2rem;
  border: 1px solid rgb(115, 116, 121);
  border-radius: 0.8rem;
  background-color: rgb(0, 0, 0);
  color: rgb(167, 167, 173);
  font-size: 1.6rem;
}
.forminput-container .forminput__input::placeholder {
  color: rgb(115, 116, 121);
}
.forminput-container .forminput__input-container.password {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  border: 1px solid rgb(115, 116, 121);
  border-radius: 0.8rem;
}
.forminput-container .forminput__input-container.password .forminput__input {
  width: 85%;
  border: none;
}
.forminput-container .forminput__password-toggle {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  width: max-content;
  height: 100%;
  background-color: transparent;
  cursor: pointer;
}
.forminput-container .forminput__eye {
  width: 2rem;
  height: auto;
}
.forminput-container .forminput__error {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: start;
  width: 100%;
  margin-top: 0.7rem;
}
@media (max-width: 1080px) {
  .forminput-container .forminput__error {
    gap: 0.5rem;
  }
}
@media (max-width: 450px) {
  .forminput-container .forminput__error {
    align-items: center;
  }
}
@media (max-width: 390px) {
  .forminput-container .forminput__error {
    gap: 0.5rem;
  }
}
.forminput-container .forminput__error-image {
  width: 1.7rem;
  height: auto;
}
@media (max-width: 450px) {
  .forminput-container .forminput__error-image {
    width: 1.3rem;
  }
}
@media (max-width: 390px) {
  .forminput-container .forminput__error-image {
    width: 1rem;
  }
}
.forminput-container .forminput__error-message {
  display: block;
  width: 100%;
  color: rgb(255, 73, 102);
  font-size: 1.2rem;
  text-align: left;
}
@media (max-width: 390px) {
  .forminput-container .forminput__error-message {
    font-size: 0.8rem;
  }
}

@media (max-width: 820px) {
  .forminput-container .forminput__input {
    padding: 1rem 1.5rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 450px) {
  .forminput-container .forminput__label {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .forminput-container .forminput__required-star {
    font-size: 1.2rem;
  }
  .forminput-container .forminput__input {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/inputs/FormTextArea/FormTextArea.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.formtextarea-container {
  position: relative;
  display: block;
  width: 100%;
  height: 4.5rem;
}
.formtextarea-container .formtextarea__wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  height: 100%;
}
.formtextarea-container .formtextarea__label {
  width: max-content;
  padding: 0.2rem 0.6rem;
  color: rgb(255, 255, 255);
  font-size: 1.4rem;
  font-weight: 500;
}
.formtextarea-container .formtextarea__label::after {
  margin-left: 0.5rem;
  color: rgb(255, 73, 102);
  font-size: 1.4rem;
  content: "*";
}
.formtextarea-container .formtextarea__textarea {
  width: 100%;
  height: 100%;
  padding: 1rem 2rem;
  border: 1px solid rgb(115, 116, 121);
  border-radius: 0.8rem;
  background-color: rgb(0, 0, 0);
  color: rgb(115, 116, 121);
  font-size: 1.6rem;
  outline: 0;
}
.formtextarea-container .formtextarea__textarea::placeholder {
  font-size: 1.6rem;
}
.formtextarea-container .formtextarea__error {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: start;
  width: 100%;
  margin-top: 0.7rem;
}
@media (max-width: 1080px) {
  .formtextarea-container .formtextarea__error {
    gap: 0.5rem;
  }
}
@media (max-width: 450px) {
  .formtextarea-container .formtextarea__error {
    align-items: center;
  }
}
@media (max-width: 390px) {
  .formtextarea-container .formtextarea__error {
    gap: 0.5rem;
  }
}
.formtextarea-container .formtextarea__error-image {
  width: 1.7rem;
  height: auto;
}
@media (max-width: 450px) {
  .formtextarea-container .formtextarea__error-image {
    width: 1.3rem;
  }
}
@media (max-width: 390px) {
  .formtextarea-container .formtextarea__error-image {
    width: 1rem;
  }
}
.formtextarea-container .formtextarea__error-message {
  display: block;
  width: 100%;
  color: rgb(255, 73, 102);
  font-size: 1.2rem;
  text-align: left;
}
@media (max-width: 390px) {
  .formtextarea-container .formtextarea__error-message {
    font-size: 0.8rem;
  }
}

@media (max-width: 820px) {
  .formtextarea-container .formtextarea__textarea {
    padding: 1rem 1.5rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 450px) {
  .formtextarea-container .formtextarea__label {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .formtextarea-container .formtextarea__label::after {
    font-size: 1.2rem;
  }
  .formtextarea-container .formtextarea__textarea {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/inputs/SingleSelectFormInput/SingleSelectFormInput.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.select-form-input {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  height: auto;
}
.select-form-input__label {
  width: max-content;
  padding: 0.2rem 0.6rem;
  color: rgb(255, 255, 255);
  font-size: 1.4rem;
  font-weight: 500;
}
.select-form-input__label::after {
  margin-left: 0.5rem;
  color: rgb(255, 73, 102);
  font-size: 1.4rem;
  content: "*";
}
.select-form-input .select-dropdown {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 4.5rem;
  background: transparent;
  font-size: 1.6rem;
}
.select-form-input .select-dropdown.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.select-form-input .select-dropdown__field {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 2rem;
  border: 1px solid rgb(115, 116, 121);
  border-radius: 0.8rem;
  background-color: rgb(0, 0, 0);
  color: rgb(167, 167, 173);
  cursor: pointer;
}
.select-form-input .select-dropdown__field.active {
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  color: transparent;
}
.select-form-input .select-dropdown__no-data {
  flex-grow: 1;
  padding: 0.5rem 0;
  color: rgb(167, 167, 173);
}
.select-form-input .select-dropdown__arrow-icon {
  width: 1.3rem;
  height: auto;
  opacity: 1;
}
@media (max-width: 1080px) {
  .select-form-input .select-dropdown__arrow-icon {
    width: 1.1rem;
  }
}
.select-form-input .select-dropdown__arrow-icon.active {
  opacity: 0;
}
.select-form-input .select-dropdown__arrow-icon.disabled {
  opacity: 0.5;
}
.select-form-input .select-dropdown__selected-field {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  align-items: center;
}
.select-form-input .select-dropdown__selected-option {
  margin-left: 0.5rem;
  background-color: transparent;
  color: inherit;
}
.select-form-input .select-dropdown__options {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  box-sizing: border-box;
  width: 100%;
  max-height: 20rem;
  padding-bottom: 1.5rem;
  padding-left: 0.6rem;
  margin-top: -4rem;
  overflow-y: auto;
  border: 1px solid rgb(115, 116, 121);
  border-top: none; /* Remove top border */
  border-radius: 0 0 0.8rem 0.8rem;
  background-color: rgb(6, 6, 6);
}
.select-form-input .select-dropdown__option {
  width: 100%;
  height: 4rem;
  padding: 0 2rem;
  background-color: transparent;
  color: rgb(167, 167, 173);
  line-height: 4rem;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s;
}
.select-form-input .select-dropdown__option.matched {
  background-color: rgba(207, 211, 218, 0.1);
  color: rgb(255, 255, 255);
}
.select-form-input .select-dropdown__option:hover {
  background-color: rgba(207, 211, 218, 0.1);
  color: rgb(255, 255, 255);
}
.select-form-input .select-dropdown__tooltip {
  cursor: pointer;
}
.select-form-input__error {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: start;
  width: 100%;
  margin-top: 0.7rem;
}
@media (max-width: 1080px) {
  .select-form-input__error {
    gap: 0.5rem;
  }
}
@media (max-width: 450px) {
  .select-form-input__error {
    align-items: center;
  }
}
@media (max-width: 390px) {
  .select-form-input__error {
    gap: 0.5rem;
  }
}
.select-form-input__error-image {
  width: 1.7rem;
  height: auto;
}
@media (max-width: 450px) {
  .select-form-input__error-image {
    width: 1.3rem;
  }
}
@media (max-width: 390px) {
  .select-form-input__error-image {
    width: 1rem;
  }
}
.select-form-input__error-message {
  display: block;
  width: 100%;
  color: rgb(255, 73, 102);
  font-size: 1.2rem;
  text-align: left;
}
@media (max-width: 390px) {
  .select-form-input__error-message {
    font-size: 0.8rem;
  }
}

@media (max-width: 1080px) {
  .select-form-input .select-dropdown__arrow-icon {
    width: 1.1rem;
  }
}
@media (max-width: 820px) {
  .select-form-input .select-dropdown {
    font-size: 1.4rem;
  }
  .select-form-input .select-dropdown__field-name {
    font-size: 1.2rem;
  }
  .select-form-input .select-dropdown__option {
    padding: 1rem;
  }
}
@media (max-width: 450px) {
  .select-form-input .select-dropdown {
    font-size: 1.2rem;
  }
  .select-form-input .select-dropdown__field-name {
    font-size: 0.8rem;
  }
  .select-form-input .select-dropdown__option {
    padding: 0.5rem;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/inputs/MobileInput/MobileInput.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.mobile-input {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  height: 100%;
}
.mobile-input__label {
  width: max-content;
  padding: 0.2rem 0.6rem;
  color: rgb(255, 255, 255);
  font-size: 1.4rem;
  font-weight: 500;
}
.mobile-input__label::after {
  margin-left: 0.5rem;
  color: rgb(255, 73, 102);
  font-size: 1.4rem;
  content: "*";
}
.mobile-input__fields {
  display: flex;
  flex-direction: row;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
}
.mobile-input__fields .select-form-input {
  width: 30%;
}
.mobile-input__fields .select-form-input .select-dropdown__field {
  justify-content: start;
  padding: 0 0.6rem;
}
.mobile-input__fields .forminput-container {
  flex-grow: 1;
}
.mobile-input__fields .forminput-container .forminput__input {
  width: 100%;
  padding: 2rem;
}

@media (max-width: 820px) {
  .mobile-input .select-form-input .select-dropdown__field {
    padding: 0 1rem;
  }
  .mobile-input__fields .forminput-container .forminput__error {
    bottom: -50%;
    left: -33%;
  }
}
@media (max-width: 450px) {
  .mobile-input__label {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .mobile-input__label::after {
    font-size: 1.2rem;
  }
  .mobile-input .select-form-input {
    width: 35%;
  }
  .mobile-input .select-form-input .select-dropdown__field {
    padding: 0 0.5rem;
  }
  .mobile-input__fields .forminput-container .forminput__error {
    left: -40%;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/inputs/CheckboxInput/CheckboxInput.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.checkbox-input {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.checkbox-input input[type=checkbox] {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0;
  border: 1px solid rgb(167, 167, 173);
  border-radius: 0.3rem;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
  appearance: none;
}
.checkbox-input input[type=checkbox]:checked {
  position: relative;
  border-color: rgb(99, 187, 223);
  background-color: rgb(99, 187, 223);
}
.checkbox-input input[type=checkbox]:checked::before {
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  font-size: 1rem;
  line-height: 1;
  content: "✔";
  transform: translate(-50%, -50%);
}
.checkbox-input input[type=checkbox]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.checkbox-input input[type=checkbox]:hover:not(:disabled) {
  border-color: rgb(99, 187, 223);
}
.checkbox-input label {
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/inputs/FooterEmailInput/FooterEmailInput.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.email-input {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  height: 8.5rem;
}
.email-input__input-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.email-input input {
  width: 70%;
  height: 5.6rem;
  padding: 0 0.5rem 0 1rem;
  border: 1px solid rgb(115, 116, 121);
  border-radius: 0.6rem 0 0.6rem 0.6rem;
  background-color: transparent;
  color: rgb(167, 167, 173);
  font-size: 1.6rem;
  font-weight: 400;
  outline: 0;
}
.email-input__spinner {
  width: 3rem;
  height: 3rem;
  margin-left: 1rem;
  border: 2px solid rgb(255, 255, 255);
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  transform: translate(-50%, -50%);
}
.email-input #subscribe {
  width: 30%;
  height: 5.6rem;
  margin-left: -0.5rem;
  border: 0;
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  background-color: rgb(118, 198, 255);
  font-size: 1.6rem;
  font-weight: 400;
  cursor: pointer;
  outline: 0;
  transition: transform 0.15s ease-in;
}
.email-input #subscribe:active {
  transform: scale(0.96);
}
.email-input .error-msg {
  margin-top: 1rem;
  color: rgb(255, 73, 102);
  font-size: 1.2rem;
  animation: fade-in 0.3s ease-in;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .email-input input {
    width: 60%;
  }
  .email-input #subscribe {
    width: 40%;
  }
}
@media (max-width: 1200px) {
  .email-input #subscribe {
    font-size: 1.4rem;
  }
}
@media (max-width: 1080px) {
  .email-input input {
    width: 65%;
  }
  .email-input__spinner {
    width: 2.5rem;
    height: 2.5rem;
  }
  .email-input #subscribe {
    width: 35%;
    font-size: 1.2rem;
  }
}
@media (max-width: 820px) {
  .email-input input {
    font-size: 1.4rem;
  }
  .email-input #subscribe {
    font-size: 1.4rem;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/inputs/OtpInput/OtpInput.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.otp-input {
  width: 100%;
  height: 5.5rem;
}
.otp-input__input-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90%;
  padding: 0 1rem;
  border: 1px solid rgb(115, 116, 121);
  border-radius: 1rem;
}
.otp-input__input {
  width: 90%;
  height: 100%;
  border: none;
  background-color: transparent;
  color: rgb(115, 116, 121);
  font-size: 1.6rem;
  font-weight: 400;
}
.otp-input__button {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  width: max-content;
  height: 100%;
  background-color: transparent;
  color: rgb(115, 116, 121);
  font-size: 1.6rem;
  font-weight: 400;
  cursor: not-allowed;
}
.otp-input__button.active {
  color: rgb(118, 198, 255);
  cursor: pointer;
}
.otp-input__text-container {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: end;
  align-items: center;
  width: 100%;
  height: 10%;
  padding: 0 0.5rem;
  margin-top: 0.5rem;
  font-size: 1.2rem;
}
.otp-input__error {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: start;
  width: 100%;
  margin-top: 0.7rem;
}
@media (max-width: 1080px) {
  .otp-input__error {
    gap: 0.5rem;
  }
}
@media (max-width: 450px) {
  .otp-input__error {
    align-items: center;
  }
}
@media (max-width: 390px) {
  .otp-input__error {
    gap: 0.5rem;
  }
}
.otp-input__error-image {
  width: 1.7rem;
  height: auto;
}
@media (max-width: 450px) {
  .otp-input__error-image {
    width: 1.3rem;
  }
}
@media (max-width: 390px) {
  .otp-input__error-image {
    width: 1rem;
  }
}
.otp-input__error-message {
  display: block;
  width: 100%;
  color: rgb(255, 73, 102);
  font-size: 1.2rem;
  text-align: left;
}
@media (max-width: 390px) {
  .otp-input__error-message {
    font-size: 0.8rem;
  }
}
.otp-input__timer {
  width: max-content;
  height: max-content;
  color: rgb(118, 198, 255);
}

@media (max-width: 820px) {
  .otp-input__input {
    font-size: 1.4rem;
  }
  .otp-input__button {
    font-size: 1.4rem;
  }
}
@media (max-width: 450px) {
  .otp-input {
    height: 4rem;
  }
  .otp-input__input {
    font-size: 1.2rem;
  }
  .otp-input__button {
    font-size: 1.2rem;
  }
  .otp-input__text-container {
    font-size: 0.8rem;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/inputs/MobileInputTwo/MobileInputTwo.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.mobile-input-two {
  width: 100%;
  height: 10rem;
  padding: 1rem;
}
.mobile-input-two__input-container {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: 90%;
  padding: 0 1rem;
  border: 1px solid rgb(115, 116, 121);
  border-radius: 1rem;
}
.mobile-input-two__input-container .generic-dropdown {
  width: 25%;
  margin-top: 0.5rem;
}
.mobile-input-two__input-container .generic-dropdown .dropdown-search {
  top: -60%;
}
.mobile-input-two__input {
  width: 60%;
  height: 80%;
  border: none;
  background-color: transparent;
  color: rgb(115, 116, 121);
  font-size: 1.6rem;
}
.mobile-input-two__button {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  width: 20%;
  height: 100%;
  background-color: transparent;
  color: rgb(115, 116, 121);
  font-size: 1.6rem;
  font-weight: 400;
  cursor: not-allowed;
}
.mobile-input-two__button.active {
  color: rgb(118, 198, 255);
  cursor: pointer;
}
.mobile-input-two__error {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: start;
  width: 100%;
  margin-top: 0.7rem;
}
@media (max-width: 1080px) {
  .mobile-input-two__error {
    gap: 0.5rem;
  }
}
@media (max-width: 450px) {
  .mobile-input-two__error {
    align-items: center;
  }
}
@media (max-width: 390px) {
  .mobile-input-two__error {
    gap: 0.5rem;
  }
}
.mobile-input-two__error-image {
  width: 1.7rem;
  height: auto;
}
@media (max-width: 450px) {
  .mobile-input-two__error-image {
    width: 1.3rem;
  }
}
@media (max-width: 390px) {
  .mobile-input-two__error-image {
    width: 1rem;
  }
}
.mobile-input-two__error-message {
  display: block;
  width: 100%;
  color: rgb(255, 73, 102);
  font-size: 1.2rem;
  text-align: left;
}
@media (max-width: 390px) {
  .mobile-input-two__error-message {
    font-size: 0.8rem;
  }
}
.mobile-input-two__message {
  width: 100%;
  height: 100%;
  margin: 0.5rem;
  color: rgb(167, 167, 173);
  font-size: 1.2rem;
}

@media (max-width: 820px) {
  .mobile-input-two__input-container .generic-dropdown {
    width: 22%;
  }
  .mobile-input-two__input {
    font-size: 1.4rem;
  }
  .mobile-input-two__button {
    font-size: 1.4rem;
  }
}
@media (max-width: 450px) {
  .mobile-input-two .generic-dropdown {
    width: 30%;
  }
  .mobile-input-two__input {
    width: 50%;
    font-size: 1.2rem;
  }
  .mobile-input-two__button {
    width: 22%;
    font-size: 1.2rem;
  }
  .mobile-input-two__error, .mobile-input-two__message {
    font-size: 0.8rem;
  }
}
@media (max-width: 390px) {
  .mobile-input-two__button {
    width: 30%;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/inputs/ServiceSelectorInput/ServiceSelectorInput.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.service-selector-input {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.service-selector-input__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: max-content;
  min-height: 5rem;
  padding: 2rem 2.5rem;
  border: 1px solid rgb(118, 198, 255);
  border-radius: 2rem;
}
.service-selector-input__wrapper.selected {
  background-color: rgba(118, 198, 255, 0.1);
}
.service-selector-input__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 90%;
  height: 100%;
}
.service-selector-input__title {
  color: rgb(115, 116, 121);
  font-size: 2rem;
  font-weight: 700;
}
.service-selector-input__description {
  color: rgb(115, 116, 121);
  font-size: 1.6rem;
  font-weight: 500;
}
.service-selector-input .generic-checkbox {
  min-width: max-content;
}
.service-selector-input__error {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: start;
  width: 100%;
  margin-top: 0.7rem;
}
@media (max-width: 1080px) {
  .service-selector-input__error {
    gap: 0.5rem;
  }
}
@media (max-width: 450px) {
  .service-selector-input__error {
    align-items: center;
  }
}
@media (max-width: 390px) {
  .service-selector-input__error {
    gap: 0.5rem;
  }
}
.service-selector-input__error-image {
  width: 1.7rem;
  height: auto;
}
@media (max-width: 450px) {
  .service-selector-input__error-image {
    width: 1.3rem;
  }
}
@media (max-width: 390px) {
  .service-selector-input__error-image {
    width: 1rem;
  }
}
.service-selector-input__error-message {
  display: block;
  width: 100%;
  color: rgb(255, 73, 102);
  font-size: 1.2rem;
  text-align: left;
}
@media (max-width: 390px) {
  .service-selector-input__error-message {
    font-size: 0.8rem;
  }
}

@media (max-width: 820px) {
  .service-selector-input__title {
    font-size: 1.6rem;
  }
  .service-selector-input__description {
    font-size: 1.4rem;
  }
}
@media (max-width: 450px) {
  .service-selector-input__wrapper {
    padding: 1.5rem;
    border-radius: 1.5rem;
  }
  .service-selector-input__title {
    font-size: 1.4rem;
  }
  .service-selector-input__description {
    font-size: 1.2rem;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/inputs/ItemQuantitySelectorInput/ItemQuantitySelectorInput.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.item-qty-selector-input {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.item-qty-selector-input__wrapper {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: max-content;
  min-height: 5rem;
  padding: 2rem 2.5rem;
  border: 1px solid rgb(118, 198, 255);
  border-radius: 2rem;
}
.item-qty-selector-input__wrapper.added {
  background-color: rgba(118, 198, 255, 0.1);
}
.item-qty-selector-input__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 90%;
  height: 100%;
}
.item-qty-selector-input__title {
  color: rgb(115, 116, 121);
  font-size: 2rem;
  font-weight: 700;
}
.item-qty-selector-input__description {
  color: rgb(115, 116, 121);
  font-size: 1.6rem;
  font-weight: 500;
}
.item-qty-selector-input__button {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  width: 5.7rem;
  height: 4.5rem;
  border-radius: 1rem;
  background-color: rgb(10, 17, 22);
  color: rgb(115, 116, 121);
  font-size: 2.8rem;
  text-align: center;
  cursor: pointer;
}
.item-qty-selector-input__button:hover {
  color: rgb(255, 255, 255);
}
.item-qty-selector-input__button:disabled {
  opacity: 0.5;
  cursor: default;
}
.item-qty-selector-input__button:disabled:hover {
  color: rgb(115, 116, 121);
}
.item-qty-selector-input__count {
  color: rgb(115, 116, 121);
  font-size: 2.4rem;
  font-weight: 400;
}
.item-qty-selector-input__error {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: start;
  width: 100%;
  margin-top: 0.7rem;
}
@media (max-width: 1080px) {
  .item-qty-selector-input__error {
    gap: 0.5rem;
  }
}
@media (max-width: 450px) {
  .item-qty-selector-input__error {
    align-items: center;
  }
}
@media (max-width: 390px) {
  .item-qty-selector-input__error {
    gap: 0.5rem;
  }
}
.item-qty-selector-input__error-image {
  width: 1.7rem;
  height: auto;
}
@media (max-width: 450px) {
  .item-qty-selector-input__error-image {
    width: 1.3rem;
  }
}
@media (max-width: 390px) {
  .item-qty-selector-input__error-image {
    width: 1rem;
  }
}
.item-qty-selector-input__error-message {
  display: block;
  width: 100%;
  color: rgb(255, 73, 102);
  font-size: 1.2rem;
  text-align: left;
}
@media (max-width: 390px) {
  .item-qty-selector-input__error-message {
    font-size: 0.8rem;
  }
}

@media (max-width: 820px) {
  .item-qty-selector-input__title {
    font-size: 1.6rem;
  }
  .item-qty-selector-input__description {
    font-size: 1.4rem;
  }
  .item-qty-selector-input__count {
    font-size: 1.4rem;
  }
}
@media (max-width: 450px) {
  .item-qty-selector-input__wrapper {
    padding: 1.5rem;
    border-radius: 1.5rem;
  }
  .item-qty-selector-input__content {
    width: 80%;
  }
  .item-qty-selector-input__title {
    font-size: 1.4rem;
  }
  .item-qty-selector-input__description {
    font-size: 1.2rem;
  }
  .item-qty-selector-input__count {
    font-size: 1.2rem;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/inputs/AmountInput/AmountInput.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.amount-input {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 5rem;
}
.amount-input__input-container {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  width: 100%;
  height: 90%;
}
.amount-input__button {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  width: 7rem;
  height: 4.5rem;
  border-radius: 1rem;
  background-color: rgb(10, 17, 22);
  color: rgb(115, 116, 121);
  font-size: 2.8rem;
  text-align: center;
  cursor: pointer;
}
.amount-input__button:hover {
  color: rgb(255, 255, 255);
}
.amount-input__button:disabled {
  opacity: 0.5;
  cursor: default;
}
.amount-input__button:disabled:hover {
  color: rgb(115, 116, 121);
}

@media (max-width: 820px) {
  .amount-input {
    min-height: 4rem;
  }
  .amount-input__header {
    font-size: 1.6rem;
  }
  .amount-input__info {
    width: 1.3rem;
  }
}
@media (max-width: 450px) {
  .amount-input__info {
    width: 1.2rem;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/inputs/SelectBadgeInput/SelectBadgeInput.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.badge-input {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 7rem;
}
.badge-input__badges {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90%;
}
.badge-input__error {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: start;
  width: 100%;
  margin-top: 0.7rem;
}
@media (max-width: 1080px) {
  .badge-input__error {
    gap: 0.5rem;
  }
}
@media (max-width: 450px) {
  .badge-input__error {
    align-items: center;
  }
}
@media (max-width: 390px) {
  .badge-input__error {
    gap: 0.5rem;
  }
}
.badge-input__error-image {
  width: 1.7rem;
  height: auto;
}
@media (max-width: 450px) {
  .badge-input__error-image {
    width: 1.3rem;
  }
}
@media (max-width: 390px) {
  .badge-input__error-image {
    width: 1rem;
  }
}
.badge-input__error-message {
  display: block;
  width: 100%;
  color: rgb(255, 73, 102);
  font-size: 1.2rem;
  text-align: left;
}
@media (max-width: 390px) {
  .badge-input__error-message {
    font-size: 0.8rem;
  }
}
.badge-input__error {
  margin-top: 0;
}

@media (max-width: 1080px) {
  .badge-input__badges {
    gap: 5rem;
    justify-content: start;
  }
}
@media (max-width: 820px) {
  .badge-input__badges {
    flex-direction: column;
    gap: 3rem;
    justify-content: start;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/inputs/ActionInput/ActionInput.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.action-input {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  height: max-content;
  min-height: 10rem;
}
.action-input__container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
  height: 100%;
}
.action-input__input-container {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.action-input__input {
  width: 80%;
  height: 4.5rem;
  padding: 1rem 2rem;
  border: 1px solid rgb(115, 116, 121);
  border-radius: 0.8rem;
  background-color: rgb(0, 0, 0);
  color: rgb(115, 116, 121);
  font-size: 1.6rem;
}
.action-input__input::placeholder {
  color: rgb(115, 116, 121);
}
.action-input__button {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  width: 30%;
  min-width: max-content;
  background-color: transparent;
  color: rgb(99, 187, 223);
  font-size: 1.6rem;
  font-weight: 400;
  cursor: pointer;
}
.action-input__button.remove {
  width: max-content;
}
.action-input .spinner__container {
  width: 30%;
}
.action-input__applied {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5.5rem;
  padding: 2rem;
  border: 1px solid rgb(118, 198, 255);
  border-radius: 2rem;
  background-color: rgba(118, 198, 255, 0.1);
  color: rgb(118, 198, 255);
  font-size: 1.6rem;
  font-weight: 400;
}
.action-input__applied-value {
  font-weight: 700;
}
.action-input__error {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: start;
  width: 100%;
  margin-top: 0.7rem;
}
@media (max-width: 1080px) {
  .action-input__error {
    gap: 0.5rem;
  }
}
@media (max-width: 450px) {
  .action-input__error {
    align-items: center;
  }
}
@media (max-width: 390px) {
  .action-input__error {
    gap: 0.5rem;
  }
}
.action-input__error-image {
  width: 1.7rem;
  height: auto;
}
@media (max-width: 450px) {
  .action-input__error-image {
    width: 1.3rem;
  }
}
@media (max-width: 390px) {
  .action-input__error-image {
    width: 1rem;
  }
}
.action-input__error-message {
  display: block;
  width: 100%;
  color: rgb(255, 73, 102);
  font-size: 1.2rem;
  text-align: left;
}
@media (max-width: 390px) {
  .action-input__error-message {
    font-size: 0.8rem;
  }
}

@media (max-width: 820px) {
  .action-input {
    min-height: 7rem;
  }
  .action-input__input, .action-input__applied, .action-input__button {
    font-size: 1.4rem;
  }
}
@media (max-width: 450px) {
  .action-input {
    min-height: 5rem;
  }
  .action-input__input, .action-input__applied, .action-input__button {
    font-size: 1.2rem;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/inputs/PasswordInput/PasswordInput.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.password-input {
  width: 100%;
  height: 5.5rem;
}
.password-input__input-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90%;
  padding: 0 1rem;
  border: 1px solid rgb(115, 116, 121);
  border-radius: 1rem;
}
.password-input__input {
  width: 90%;
  height: 100%;
  border: none;
  background-color: transparent;
  color: rgb(115, 116, 121);
  font-size: 1.6rem;
  font-weight: 400;
}
.password-input__button {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  width: max-content;
  height: 100%;
  background-color: transparent;
  cursor: pointer;
}
.password-input__eye {
  width: 2rem;
  height: auto;
}
.password-input__error {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: start;
  width: 100%;
  margin-top: 0.7rem;
}
@media (max-width: 1080px) {
  .password-input__error {
    gap: 0.5rem;
  }
}
@media (max-width: 450px) {
  .password-input__error {
    align-items: center;
  }
}
@media (max-width: 390px) {
  .password-input__error {
    gap: 0.5rem;
  }
}
.password-input__error-image {
  width: 1.7rem;
  height: auto;
}
@media (max-width: 450px) {
  .password-input__error-image {
    width: 1.3rem;
  }
}
@media (max-width: 390px) {
  .password-input__error-image {
    width: 1rem;
  }
}
.password-input__error-message {
  display: block;
  width: 100%;
  color: rgb(255, 73, 102);
  font-size: 1.2rem;
  text-align: left;
}
@media (max-width: 390px) {
  .password-input__error-message {
    font-size: 0.8rem;
  }
}

@media (max-width: 820px) {
  .password-input__input {
    font-size: 1.4rem;
  }
  .password-input__button {
    font-size: 1.4rem;
  }
}
@media (max-width: 450px) {
  .password-input {
    height: 4rem;
  }
  .password-input__input {
    font-size: 1.2rem;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/inputs/SearchInput/SearchInput.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.search-input__container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.search-input__wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
  width: 100%;
  height: 5.5rem;
  padding: 1rem 1.2rem;
  border: 1px solid rgb(115, 116, 121);
  border-radius: 1.4rem;
  box-shadow: 0 1632px 250px 0 rgb(0, 0, 0), 0 1044px 250px 0 rgba(0, 0, 0, 0.01), 0 587px 250px 0 rgba(0, 0, 0, 0.03), 0 261px 250px 0 rgba(0, 0, 0, 0.04), 0 65px 144px 0 rgba(0, 0, 0, 0.05);
}
.search-input__wrapper.in-focus {
  border: 1px solid rgb(115, 116, 121);
  border-bottom: none;
  border-radius: 1.4rem 1.4rem 0 0;
}
.search-input__icon {
  width: 2.2rem;
  height: auto;
  color: rgb(255, 255, 255);
  stroke-width: 1px;
  cursor: pointer;
}
.search-input__field {
  flex: 1;
  height: 80%;
  border: none;
  background-color: transparent;
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
  font-weight: 500;
  transition: color 0.15s ease-out;
  outline: none;
}
.search-input__field::placeholder {
  color: rgb(167, 167, 173);
}
.search-input__placeholder-label {
  position: absolute;
  left: 4.2rem;
  color: rgb(198, 198, 198);
  font-size: 1.6rem;
  font-weight: 500;
  pointer-events: none;
  animation: fade-in 0.1s ease-in;
}
.search-input__placeholder-text {
  position: absolute;
  left: 10rem;
  color: rgb(198, 198, 198);
  font-size: 1.6rem;
  font-weight: 500;
  pointer-events: none;
  animation: fade-in 0.1s ease-in;
}
.search-input__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  height: 15rem;
  padding-top: 1rem;
  overflow: scroll;
  border: 1px solid rgb(115, 116, 121);
  border-radius: 0 0 1.4rem 1.4rem;
  background-color: rgb(42, 42, 42);
  scroll-behavior: smooth;
}
.search-input__dropdown .spinner-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.search-input__dropdown-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  min-height: 3.5rem;
  padding: 0 1.5rem;
  color: rgb(198, 198, 198);
  font-size: 1.4rem;
  word-wrap: break-word;
  transition: 0.3s background-color ease, 0.3s color ease;
}
.search-input__dropdown-item:hover {
  background-color: rgb(16, 26, 34);
  color: rgb(198, 198, 198);
  cursor: default;
}

@media (max-width: 450px) {
  .search-input__icon {
    width: 2rem;
  }
  .search-input__wrapper {
    padding: 0.5rem 1.2rem;
  }
  .search-input__field {
    font-size: 1.4rem;
  }
  .search-input__placeholder-label {
    font-size: 1.4rem;
  }
  .search-input__placeholder-text {
    left: 9rem;
    font-size: 1.4rem;
  }
  .search-input__dropdown-item {
    font-size: 1.2rem;
  }
}
@media (max-width: 390px) {
  .search-input__icon {
    width: 1.8rem;
  }
  .search-input__field {
    font-size: 1.2rem;
  }
  .search-input__placeholder-label {
    font-size: 1.2rem;
  }
  .search-input__placeholder-text {
    left: 8.5rem;
    font-size: 1.2rem;
  }
  .search-input__dropdown {
    gap: 0.5rem;
  }
  .search-input__dropdown-item {
    min-height: 3rem;
    font-size: 1.2rem;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/composites/MenuBar/MenuBar.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.menu-bar {
  display: flex;
  flex-direction: row;
  gap: 3.5rem;
  align-items: center;
  width: max-content;
  height: 4.5rem;
  padding: 0 1.5rem;
  border-radius: 3.6rem;
  background-color: rgb(24, 24, 24);
}
.menu-bar.mobile-menu {
  flex-direction: column;
  gap: 1.7rem;
  align-items: start;
  height: fit-content;
  padding: 0;
  background-color: transparent;
}

@media (max-width: 1200px) {
  .menu-bar {
    gap: 1.5rem;
  }
}
@media (max-width: 1080px) {
  .menu-bar {
    gap: 2rem;
    padding: 0 1rem;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/composites/TestimonialsCarousel/TestimonialsCarousel.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.testimonials-carousel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: start;
  width: 50rem;
  height: 35rem;
  padding: 3rem;
  overflow: hidden;
  border-radius: 2rem;
  background: url(/_next/static/media/texture-background.3981af2a.webp) no-repeat;
  background-size: cover;
}
.testimonials-carousel__slides-container {
  position: relative;
  width: 100%;
  height: calc(100% - 2.5rem); /* Reserve space for navigation */
}
.testimonials-carousel__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: transform 0.8s ease-in-out, opacity 1s ease-in-out;
  transform: translateX(100%);
}
.testimonials-carousel__slide--active {
  z-index: 1;
  opacity: 1;
  transform: translateX(0);
}
.testimonials-carousel__slide--exiting {
  z-index: 0;
  opacity: 0;
  transform: translateX(-100%);
}
.testimonials-carousel__slide--two-active {
  z-index: 1;
  transition: none;
  animation: slide-in-from-left 0.8s ease-in-out forwards;
}
.testimonials-carousel__slide--two-exiting {
  z-index: 0;
  transition: none;
  animation: slide-out-to-right 0.8s ease-in-out forwards;
}
.testimonials-carousel__navigation {
  display: flex;
  gap: 2rem;
  justify-content: center;
  width: 100%;
}
.testimonials-carousel__nav-dot {
  width: 0.8rem;
  height: 0.8rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  cursor: pointer;
  transition: width 0.3s ease, background-color 0.3s ease;
}
.testimonials-carousel__nav-dot--active {
  width: 2.75rem;
  border-radius: 0.35rem;
  background-color: rgb(118, 198, 255);
}

@media (max-width: 450px) {
  .testimonials-carousel {
    width: 100%;
    height: 34rem;
  }
  .testimonials-carousel__nav-dot--active {
    height: 0.6rem;
  }
}
@keyframes slide-in-from-left {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slide-out-to-right {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-100%);
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/composites/TestimonialsMarquee/TestimonialsMarquee.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.testimonials-marquee {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.testimonials-marquee__marquee {
  display: flex;
  gap: 3rem;
  align-items: center;
  width: max-content;
  animation: marquee 20s linear infinite;
}
.testimonials-marquee__marquee:has(.testimonials-card:hover), .testimonials-marquee__marquee:has(.video-card:hover) {
  animation-play-state: paused;
}
.testimonials-marquee__marquee--paused {
  animation-play-state: paused;
}
.testimonials-marquee__marquee .testimonials-card {
  gap: 0;
  justify-content: space-between;
  width: 30vw;
  height: 27rem;
  padding: 2rem;
  border: 1px solid rgb(42, 42, 42);
  border-radius: 1.2rem;
}
.testimonials-marquee__marquee .testimonials-card__user-container {
  padding-top: 1.5rem;
  border-top: 1px solid rgb(42, 42, 42);
}
.testimonials-marquee__marquee .video-card {
  width: 30vw;
  height: 27rem;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 1600px) {
  .testimonials-marquee .testimonials-card {
    width: 33vw;
    height: 28rem;
  }
  .testimonials-marquee__marquee {
    height: 28rem;
  }
  .testimonials-marquee__marquee .video-card {
    width: 33vw;
  }
}
@media (max-width: 1400px) {
  .testimonials-marquee .testimonials-card {
    width: 32vw;
    height: 28rem;
  }
  .testimonials-marquee__marquee {
    height: 29rem;
  }
  .testimonials-marquee__marquee .video-card {
    width: 32vw;
    height: 28rem;
  }
}
@media (max-width: 1200px) {
  .testimonials-marquee .testimonials-card {
    width: 33vw;
    height: 26rem;
  }
  .testimonials-marquee__marquee {
    height: 27rem;
  }
  .testimonials-marquee__marquee .video-card {
    width: 33vw;
    height: 26rem;
  }
}
@media (max-width: 1080px) {
  .testimonials-marquee .testimonials-card {
    width: 35vw;
    height: 25rem;
  }
  .testimonials-marquee__marquee {
    height: 26rem;
  }
  .testimonials-marquee__marquee .video-card {
    width: 35vw;
    height: 25rem;
  }
}
@media (max-width: 820px) {
  .testimonials-marquee .testimonials-card {
    width: 45vw;
  }
  .testimonials-marquee__marquee .video-card {
    width: 45vw;
  }
}
@media (max-width: 450px) {
  .testimonials-marquee .testimonials-card {
    width: 90vw;
  }
  .testimonials-marquee__marquee .video-card {
    width: 90vw;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/composites/TestimonialsMarquee/VideoCardPopup/VideoCardPopup.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.video-card-popup__outer-container {
  position: fixed;
  inset: 0;
  z-index: 99;
  animation: fade-in 0.3s ease-in;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
}
.video-card-popup__outer-container--fade-out {
  animation: fade-out 0.3s ease-in;
}
.video-card-popup__inner-container {
  position: relative;
  top: 5%;
  left: 10%;
  width: 80%;
  height: 80%;
  overflow: hidden;
  border: 1px solid rgb(115, 116, 121);
  border-radius: 1rem;
  background-color: rgb(6, 6, 6);
  animation: fade-in 0.3s ease-in;
}
.video-card-popup__close {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 0.5rem;
  cursor: pointer;
}
.video-card-popup__lucide-icon {
  width: 100%;
  height: auto;
  color: rgb(255, 255, 255);
}
.video-card-popup__video-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.video-card-popup__video-container.playing::after {
  display: none;
}
.video-card-popup__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
.video-card-popup__button-container {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  cursor: pointer;
}
.video-card-popup__button {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  position: relative;
  display: flex;
  align-items: start;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  transition: transform 0.15s ease-in;
}
.video-card-popup__button:active {
  transform: scale(0.96);
}
.video-card-popup__button::after {
  position: absolute;
  top: -1.4rem;
  left: -1.4rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 30px 0 rgba(118, 198, 255, 0.6);
  transition: opacity 0.2s ease;
  content: "";
}
.video-card-popup__button--visible::after {
  opacity: 1;
}
.video-card-popup__play-icon {
  width: 2.2rem;
  height: auto;
  background-color: transparent;
  animation: fade-in 0.2s ease-in;
}
.video-card-popup__text-container {
  position: absolute;
  bottom: 7%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0 2rem;
  animation: fade-in 0.3s ease-in;
}
.video-card-popup__label {
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
  font-weight: 600;
}
.video-card-popup__description {
  color: rgb(255, 255, 255);
  font-size: 1.4rem;
  font-weight: 500;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/generics/TimerPopupLayout/TimerPopupLayout.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.timer-popup-layout__outer-container {
  position: fixed;
  inset: 0;
  z-index: 99;
  animation: fade-in 0.3s ease-in;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  background-color: rgb(6, 6, 6);
}
.timer-popup-layout__inner-container {
  position: relative;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: row;
  gap: 0;
  width: 80%;
  min-height: 20rem;
  max-height: 90vh;
  overflow-y: auto;
  border: 1px solid rgb(115, 116, 121);
  border-radius: 1rem;
  transform: translate(-50%, -50%);
}
.timer-popup-layout__close-button {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  z-index: 1;
  width: 4rem;
  height: 4rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  color: rgb(255, 255, 255);
  cursor: pointer;
  transition: transform 0.15s ease-in;
}
.timer-popup-layout__close-button:active {
  transform: scale(0.96);
}
.timer-popup-layout__close-button:focus {
  outline: 1px solid rgba(0, 0, 0, 0.5);
}
.timer-popup-layout__left {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 50%;
  padding: 4rem;
  overflow: hidden;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.timer-popup-layout__left::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 65%;
  border-radius: 50%;
  background: linear-gradient(94.69deg, rgb(118, 198, 255) 12.63%, rgb(0, 149, 255) 106.48%);
  mix-blend-mode: darken;
  filter: blur(100px);
  opacity: 0.3;
  content: "";
  transform: translate(-30%, -40%);
}
.timer-popup-layout__left::before {
  position: absolute;
  top: 80%;
  left: 75%;
  width: 30%;
  height: 30%;
  border-radius: 50%;
  background: linear-gradient(94.69deg, rgb(118, 198, 255) 12.63%, rgb(0, 149, 255) 106.48%);
  mix-blend-mode: lighten;
  filter: blur(90px);
  opacity: 0.5;
  content: "";
}
.timer-popup-layout__title {
  color: rgb(255, 255, 255);
  font-size: 2.8rem;
  font-weight: 700;
}
.timer-popup-layout__sub-title {
  color: rgb(167, 167, 173);
  font-size: 2rem;
  font-weight: 500;
}
.timer-popup-layout__badge {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  width: max-content;
  padding: 0.75rem 1rem;
  border-radius: 2rem;
  background-color: rgba(41, 69, 89, 0.1);
  box-shadow: 0 0 0.5px 0.5px rgb(115, 116, 121);
}
.timer-popup-layout__badge-circle {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: rgb(118, 198, 255);
}
.timer-popup-layout__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: start;
  width: 100%;
  padding: 0;
  color: rgb(198, 198, 198);
}
.timer-popup-layout__list-content {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
  width: 100%;
}
.timer-popup-layout__check {
  width: 1.5rem;
  height: 1.5rem;
}
.timer-popup-layout__list-text {
  font-size: 1.6rem;
  font-weight: 500;
}
.timer-popup-layout__footer {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  width: 100%;
}
.timer-popup-layout__footer-badge {
  width: max-content;
  min-width: 15rem;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  background: rgb(10, 17, 22);
  color: rgb(167, 167, 173);
  font-size: 1.2rem;
  font-weight: 600;
  box-shadow: 0 0 0.5px 0.5px rgb(115, 116, 121);
}
.timer-popup-layout__footer-text {
  width: max-content;
  min-width: 15rem;
  padding: 0.5rem 1rem;
  color: rgb(115, 116, 121);
  font-size: 1.2rem;
  font-weight: 400;
}
.timer-popup-layout__separator {
  position: relative;
  width: 50%;
  height: 0.75px;
  background: linear-gradient(90deg, rgba(118, 198, 255, 0) 0%, #76c6ff 50%, rgba(118, 198, 255, 0) 100%);
  transform: rotate(-90deg);
}
@media (max-width: 1080px) {
  .timer-popup-layout__separator {
    width: 60%;
  }
}
@media (max-width: 820px) {
  .timer-popup-layout__separator {
    width: 75%;
  }
}
@media (max-width: 450px) {
  .timer-popup-layout__separator {
    width: 100%;
  }
}
.timer-popup-layout__right {
  width: 50%;
  padding: 4rem;
  box-shadow: 0 0 0.5px 0.5px rgb(115, 116, 121);
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1080px) {
  .timer-popup-layout__inner-container {
    flex-direction: column;
    gap: 0;
    max-height: 90vh;
    scroll-behavior: smooth;
  }
  .timer-popup-layout__left, .timer-popup-layout__right {
    width: 100%;
    height: 50%;
    border-radius: 0;
  }
  .timer-popup-layout__right {
    box-shadow: none;
    border-top: 1px solid rgb(115, 116, 121);
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
  .timer-popup-layout__left {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .timer-popup-layout__title {
    font-size: 2.4rem;
  }
  .timer-popup-layout__sub-title {
    font-size: 1.6rem;
  }
}
@media (max-width: 820px) {
  .timer-popup-layout__title {
    font-size: 2rem;
  }
  .timer-popup-layout__sub-title {
    font-size: 1.6rem;
  }
  .timer-popup-layout__check {
    width: 1.3rem;
    height: 1.3rem;
  }
  .timer-popup-layout__list-text {
    font-size: 1.2rem;
  }
  .timer-popup-layout__footer-text {
    font-size: 0.8rem;
  }
  .timer-popup-layout__footer {
    gap: 2rem;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 450px) {
  .timer-popup-layout__inner-container {
    width: 95vw;
    max-height: 88vh;
  }
  .timer-popup-layout__left, .timer-popup-layout__right {
    padding: 2rem;
  }
  .timer-popup-layout__left {
    gap: 2rem;
    height: 45%;
  }
  .timer-popup-layout__right {
    height: 45%;
  }
  .timer-popup-layout__check {
    width: 1rem;
    height: 1rem;
  }
  .timer-popup-layout__list {
    gap: 1rem;
  }
  .timer-popup-layout__list-content {
    gap: 1rem;
  }
  .timer-popup-layout__title {
    font-size: 2rem;
  }
  .timer-popup-layout__sub-title {
    font-size: 1.4rem;
  }
  .timer-popup-layout__footer-badge {
    font-size: 0.8rem;
  }
}
@media (max-width: 380px) {
  .timer-popup-layout__left {
    gap: 2rem;
    height: 50%;
  }
  .timer-popup-layout__check {
    width: 1rem;
    height: 1rem;
  }
  .timer-popup-layout__list {
    gap: 1rem;
  }
  .timer-popup-layout__list-content {
    gap: 1rem;
  }
  .timer-popup-layout__title {
    font-size: 2rem;
  }
  .timer-popup-layout__sub-title {
    font-size: 1.4rem;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/cards/StaticCardThree/StaticCardThree.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.static-card-three {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: center;
  align-items: start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 10rem;
  padding: 2rem;
  border-radius: 1.2rem;
  background-color: rgb(10, 17, 22);
}
.static-card-three__image {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2.2rem;
  height: 2.2rem;
  margin-top: 0.7rem;
}
.static-card-three__image-element {
  width: 100%;
  height: auto;
}
.static-card-three__icon {
  color: rgb(207, 211, 218);
}
.static-card-three__content-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.static-card-three__title {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: 700;
}
.static-card-three__content {
  width: 100%;
  color: rgb(167, 167, 173);
  font-size: 1.6rem;
  font-weight: 400;
  text-wrap: wrap;
}

@media ((min-width: 1200px) and (max-width: 1400px)) {
  .static-card-three__title {
    width: 70%;
  }
}
@media (max-width: 450px) {
  .static-card-three {
    width: 100%;
  }
  .static-card-three__title {
    font-size: 1.4rem;
  }
  .static-card-three__image {
    width: 1.8rem;
  }
  .static-card-three__content {
    font-size: 1.2rem;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/cards/UserDetailsCardTwo/UserDetailsCardTwo.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.ud-card-two {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: space-between;
  width: 100%;
  height: 64.5rem;
  border-radius: 1.2rem;
  background-color: rgb(10, 17, 22);
}
.ud-card-two::before {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 1.2px;
  border-radius: 1rem;
  background: linear-gradient(90deg, rgba(54, 104, 180, 0.3) 0%, rgba(118, 198, 255, 0.3) 100%);
  opacity: 1;
  content: "";
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.ud-card-two__image-container {
  position: relative;
  width: 100%;
  height: 50%;
}
.ud-card-two__image {
  width: 100%;
  height: auto;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.ud-card-two__name {
  position: absolute;
  bottom: 1%;
  left: 3%;
  color: rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: 700;
}
.ud-card-two__content {
  width: 100%;
  height: 20rem;
  padding: 1rem;
  color: rgb(198, 198, 198);
  font-size: 1.6rem;
  font-weight: 400;
}
.ud-card-two__separator {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(99, 187, 223, 0) 0%, rgb(99, 187, 223) 50%, rgba(99, 187, 223, 0) 100%);
}
.ud-card-two__key-result {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 5rem;
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
}
.ud-card-two__key-result-label {
  color: rgb(198, 198, 198);
}

@media (min-width: 1400px) {
  .ud-card-two {
    height: 62rem;
  }
  .ud-card-two__name {
    bottom: 5%;
  }
}
@media (max-width: 1200px) {
  .ud-card-two {
    height: 63rem;
  }
  .ud-card-two__image-container {
    height: 40%;
  }
  .ud-card-two__content {
    height: 25rem;
  }
  .ud-card-two__name {
    bottom: 5%;
  }
}
@media (max-width: 1080px) {
  .ud-card-two {
    gap: 1rem;
    height: 65rem;
  }
  .ud-card-two__image-container {
    height: 35%;
  }
  .ud-card-two__content {
    height: 50%;
  }
  .ud-card-two__key-result {
    font-size: 1.4rem;
  }
}
@media (max-width: 950px) {
  .ud-card-two__content {
    font-size: 1.4rem;
  }
  .ud-card-two__key-result {
    font-size: 1.4rem;
  }
}
@media (max-width: 820px) {
  .ud-card-two {
    gap: 1rem;
    justify-content: start;
    height: 60rem;
  }
  .ud-card-two__image-container {
    height: 60%;
  }
  .ud-card-two__name {
    font-size: 1.6rem;
  }
  .ud-card-two__content {
    height: max-content;
    font-size: 1.4rem;
  }
  .ud-card-two__key-result {
    font-size: 1.4rem;
  }
}
@media (max-width: 450px) {
  .ud-card-two {
    height: 50rem;
  }
  .ud-card-two__name {
    font-size: 1.4rem;
  }
  .ud-card-two__image-container {
    height: 70%;
  }
  .ud-card-two__content {
    font-size: 1.2rem;
  }
  .ud-card-two__key-result {
    font-size: 1.2rem;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/cards/PricingCard/PricingCard.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.pricing-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1.8rem 1.2rem;
  border: 2px solid rgb(16, 26, 34);
  border-radius: 1.2rem;
  background-color: rgb(10, 17, 22);
}
.pricing-card__header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.pricing-card__header .heading {
  font-size: 3.6rem;
  font-weight: 700;
}
.pricing-card__header .heading img {
  display: inline;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.pricing-card__header .content {
  color: rgb(167, 167, 173);
  font-size: 1.4rem;
  font-weight: 400;
}
.pricing-card__header .sub-content {
  color: rgb(207, 211, 218);
  font-size: 1.6rem;
  font-weight: 400;
}
.pricing-card__header .price {
  color: rgb(167, 167, 173);
  font-size: 1.4rem;
  font-weight: 400;
}
.pricing-card__header .price span {
  margin-right: 0.5rem;
  color: rgb(207, 211, 218);
  font-size: 3.6rem;
  font-weight: 700;
}
.pricing-card__header hr {
  width: 100%;
  height: 1px;
  border: 0;
  outline: 0;
}
.pricing-card__pricing-list {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.pricing-card__pricing-list h3 {
  margin: 0.75rem 0;
  font-size: 1.6rem;
  font-weight: 600;
}
.pricing-card__pricing-list .list {
  display: flex;
  flex-direction: row;
  column-gap: 1.5rem;
  align-items: center;
}
.pricing-card__pricing-list .list__text {
  color: rgb(255, 255, 255);
  font-size: 1.4rem;
  font-weight: 500;
}
.pricing-card .primary-button {
  display: block;
  margin: 0 auto;
}
.pricing-card__learn-more {
  color: rgb(99, 187, 223);
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}
.pricing-card__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
}
.pricing-card__footer .text {
  color: rgb(167, 167, 173);
  font-size: 1.2rem;
  font-weight: 400;
}
.pricing-card__footer .text:nth-child(2) {
  margin-top: -0.5rem;
}
.pricing-card.blue .pricing-card__header .heading {
  color: rgb(118, 198, 255);
}
.pricing-card.blue .pricing-card__header hr {
  background-image: linear-gradient(90deg, rgba(118, 198, 255, 0) 0%, #76c6ff 50%, rgba(118, 198, 255, 0) 100%);
}
.pricing-card.blue .pricing-card__pricing-list h3 {
  color: rgb(118, 198, 255);
}
.pricing-card.yellow .pricing-card__header .heading {
  color: rgb(255, 241, 118);
}
.pricing-card.yellow .pricing-card__header hr {
  background-image: linear-gradient(90deg, rgba(255, 241, 118, 0) 0%, #fff176 50%, rgba(255, 241, 118, 0) 100%);
}
.pricing-card.yellow .pricing-card__pricing-list h3 {
  color: rgb(255, 241, 118);
}
.pricing-card.pink .pricing-card__header .heading {
  color: rgb(255, 118, 233);
}
.pricing-card.pink .pricing-card__header hr {
  background-image: linear-gradient(90deg, rgba(255, 118, 233, 0) 0%, #ff76e9 50%, rgba(255, 118, 233, 0) 100%);
}
.pricing-card.pink .pricing-card__pricing-list h3 {
  color: rgb(255, 118, 233);
}

@media (max-width: 1080px) {
  .pricing-card__header .heading {
    font-size: 2.8rem;
  }
  .pricing-card__header .heading img {
    width: 3.5rem;
    height: auto;
  }
  .pricing-card__header .content {
    font-size: 1.2rem;
  }
  .pricing-card__header .sub-content {
    font-size: 1.4rem;
  }
  .pricing-card__header .price {
    font-size: 1.2rem;
  }
  .pricing-card__header .price span {
    font-size: 2.8rem;
  }
  .pricing-card__pricing-list h3 {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .pricing-card__pricing-list .list img {
    width: 2.5rem;
    height: auto;
  }
  .pricing-card__pricing-list .list__text {
    font-size: 1.4rem;
    font-weight: 400;
  }
}
@media (max-width: 820px) {
  .pricing-card__header .content {
    font-size: 1.2rem;
  }
  .pricing-card__header .sub-content {
    font-size: 1.4rem;
  }
  .pricing-card__header .price {
    font-size: 1.2rem;
  }
  .pricing-card__header .price span {
    font-size: 1.6rem;
  }
  .pricing-card__pricing-list h3 {
    font-size: 1.4rem;
    font-weight: 700;
  }
  .pricing-card__pricing-list .list {
    font-size: 1.4rem;
    font-weight: 400;
  }
  .pricing-card__pricing-list .list img {
    width: 2.2rem;
    height: auto;
  }
  .pricing-card.pink .pricing-card__header .price {
    margin-top: 2.2rem;
  }
}
@media (max-width: 450px) {
  .pricing-card.pink .pricing-card__header .price {
    margin-top: 0;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/cards/OrderDetailsCard/OrderDetailsCard.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.od-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  height: max-content;
  min-height: 10rem;
  padding: 1.5rem;
  border-radius: 1rem;
  background-color: rgb(10, 17, 22);
}
.od-card__detail-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: max-content;
  min-height: 2rem;
}
.od-card__detail-label {
  color: rgb(207, 211, 218);
  font-size: 1.6rem;
  font-weight: 400;
}
.od-card__detail-label.title {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: 700;
}
.od-card__detail-value {
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
  font-weight: 600;
}
.od-card__detail-value.title {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  width: max-content;
  color: rgb(99, 187, 223);
  font-weight: 400;
  text-decoration: none;
}
.od-card__detail-value.status {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  width: max-content;
  color: rgb(255, 73, 102);
}
.od-card__detail-value.status.green {
  color: rgb(59, 255, 114);
}
.od-card__download, .od-card__status-image {
  width: 1.8rem;
  height: auto;
}
.od-card__button-container {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: max-content;
  min-height: 3rem;
}
.od-card__button {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  width: max-content;
  min-width: 4rem;
  height: 6rem;
  padding: 1rem;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 1rem;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.od-card__button-image {
  width: 3rem;
  height: auto;
}
.od-card__button-content {
  display: flex;
  flex-direction: column;
}
.od-card__button-text-small {
  font-size: 1.2rem;
  font-weight: 500;
}
.od-card__button-text-large {
  font-size: 2rem;
  font-weight: 700;
}

@media (max-width: 820px) {
  .od-card__detail-label {
    font-size: 1.4rem;
  }
  .od-card__detail-label.title {
    font-size: 1.6rem;
  }
  .od-card__detail-value {
    font-size: 1.4rem;
  }
  .od-card__download, .od-card__status-image {
    width: 1.6rem;
  }
  .od-card__button-image {
    width: 2.6rem;
  }
  .od-card__button-text-small {
    font-size: 1.2rem;
  }
  .od-card__button-text-large {
    font-size: 1.6rem;
  }
}
@media (max-width: 450px) {
  .od-card__detail-label {
    font-size: 1.2rem;
  }
  .od-card__detail-label.title {
    font-size: 1.4rem;
  }
  .od-card__detail-value {
    font-size: 1.2rem;
  }
  .od-card__download, .od-card__status-image {
    width: 1.4rem;
  }
  .od-card__button-image {
    width: 2.5rem;
  }
  .od-card__button-container {
    flex-direction: column;
  }
  .od-card__button {
    justify-content: space-evenly;
    width: 70%;
  }
  .od-card__button-text-small {
    font-size: 0.8rem;
  }
  .od-card__button-text-large {
    font-size: 1.4rem;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/cards/OrderDetailsCardTwo/OrderDetailsCardTwo.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.od-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  height: max-content;
  min-height: 10rem;
  padding: 1.5rem;
  border-radius: 1rem;
  background-color: rgb(10, 17, 22);
}
.od-card__detail-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: max-content;
  min-height: 2rem;
}
.od-card__detail-label {
  color: rgb(207, 211, 218);
  font-size: 1.6rem;
  font-weight: 400;
}
.od-card__detail-label.title {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: 700;
}
.od-card__detail-value {
  color: rgb(255, 255, 255);
  font-size: 1.6rem;
  font-weight: 600;
}
.od-card__detail-value.title {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  width: max-content;
  color: rgb(99, 187, 223);
  font-weight: 400;
  text-decoration: none;
}
.od-card__detail-value.status {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  width: max-content;
  color: rgb(255, 73, 102);
}
.od-card__detail-value.status.green {
  color: rgb(59, 255, 114);
}
.od-card__download, .od-card__status-image {
  width: 1.8rem;
  height: auto;
}
.od-card__qr-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  width: 100%;
}
.od-card__qr-text {
  color: rgb(115, 116, 121);
  font-size: 1.9rem;
  text-align: center;
}
.od-card__qr {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 15rem;
  border: 2px solid rgb(115, 116, 121);
  border-radius: 1rem;
}
.od-card__qr-image {
  width: 100%;
  height: 100%;
}
.od-card__button-container {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: max-content;
  min-height: 3rem;
}
.od-card__button {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  width: max-content;
  min-width: 4rem;
  height: 6rem;
  padding: 1rem;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 1rem;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.od-card__button-image {
  width: 3rem;
  height: auto;
}
.od-card__button-content {
  display: flex;
  flex-direction: column;
}
.od-card__button-text-small {
  font-size: 1.2rem;
  font-weight: 500;
}
.od-card__button-text-large {
  font-size: 2rem;
  font-weight: 700;
}

@media (max-width: 820px) {
  .od-card__detail-label {
    font-size: 1.4rem;
  }
  .od-card__detail-label.title {
    font-size: 1.6rem;
  }
  .od-card__detail-value {
    font-size: 1.4rem;
  }
  .od-card__download, .od-card__status-image {
    width: 1.6rem;
  }
  .od-card__button-image {
    width: 2.6rem;
  }
  .od-card__button-text-small {
    font-size: 1.2rem;
  }
  .od-card__button-text-large {
    font-size: 1.6rem;
  }
}
@media (max-width: 450px) {
  .od-card__detail-label {
    font-size: 1.2rem;
  }
  .od-card__detail-label.title {
    font-size: 1.4rem;
  }
  .od-card__detail-value {
    font-size: 1.2rem;
  }
  .od-card__download, .od-card__status-image {
    width: 1.4rem;
  }
  .od-card__button-image {
    width: 2.5rem;
  }
  .od-card__button-container {
    flex-direction: column;
  }
  .od-card__button {
    justify-content: space-evenly;
    width: 70%;
  }
  .od-card__button-text-small {
    font-size: 0.8rem;
  }
  .od-card__button-text-large {
    font-size: 1.4rem;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/cards/InvestmentCard/InvestmentCard.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.investment-card {
  width: 33rem;
  padding: 2.4rem 1.8rem;
  margin: 2rem 0 1rem;
  border-radius: 2.4rem;
  background-color: rgb(10, 17, 22);
}
.investment-card__header {
  display: flex;
  column-gap: 1rem;
  align-items: center;
}
.investment-card__header img {
  width: 2.8rem;
  height: 2.8rem;
}
.investment-card__header .heading {
  color: rgb(255, 255, 255);
  font-size: 2.8rem;
  font-weight: 700;
}
.investment-card__text {
  margin: 1rem 0 2rem;
  color: rgb(167, 167, 173);
  font-size: 2rem;
  font-weight: 400;
}
.investment-card__list {
  display: flex;
  column-gap: 1rem;
  align-items: center;
}
.investment-card__list-content {
  margin-top: 0.5rem;
  color: rgb(207, 211, 218);
  font-size: 2rem;
  font-weight: 400;
}
.investment-card__radio-button {
  margin-top: 1.5rem;
}
.investment-card__label {
  color: rgb(115, 116, 121);
  font-size: 2rem;
  font-weight: 500;
}
.investment-card input[type=radio] {
  position: relative;
  appearance: none;
  width: 18px;
  height: 18px;
  margin-right: 1rem;
  margin-bottom: -0.2rem;
  border: 2px solid rgb(115, 116, 121);
  border-radius: 50%;
  background-color: rgb(10, 17, 22);
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.investment-card input[type=radio]:checked {
  border-color: rgb(118, 198, 255);
  background-color: rgb(10, 17, 22);
}
.investment-card input[type=radio]:checked::after {
  position: absolute;
  top: 49%;
  left: 49%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: rgb(118, 198, 255);
  content: "";
  transform: translate(-50%, -50%);
}

@media (max-width: 820px) {
  .investment-card {
    width: 100%;
  }
  .investment-card__header .heading {
    font-size: 2.4rem;
  }
  .investment-card__text {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
  }
  .investment-card__list-content {
    font-size: 1.4rem;
  }
  .investment-card__label {
    font-size: 1.4rem;
  }
}
@media (max-width: 450px) {
  .investment-card {
    width: 100%;
  }
  .investment-card__header .heading {
    font-size: 2rem;
  }
  .investment-card__text {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/cards/PricingCardTwo/PricingCardTwo.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.pricing-card-two {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  width: 30rem;
  height: 20rem;
  padding: 1rem 1.6rem;
  border: 1px solid rgba(118, 198, 255, 0.1);
  border-radius: 1.2rem;
  background-color: rgb(10, 17, 22);
}
.pricing-card-two .spinner {
  top: 45%;
  left: 43%;
}
.pricing-card-two__badge {
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  height: 3rem;
  padding: 1rem 1.3rem;
  border-radius: 10rem;
  color: rgb(0, 0, 0);
  font-size: 1.4rem;
  font-weight: 600;
}
.pricing-card-two__badge.gold {
  background: linear-gradient(270deg, rgb(255, 158, 74), rgb(255, 227, 95), rgb(255, 255, 121), rgb(245, 245, 245));
}
.pricing-card-two__badge.silver {
  background: linear-gradient(180deg, rgb(255, 255, 255), rgb(56, 56, 56));
}
.pricing-card-two__body {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  width: 100%;
  height: max-content;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgb(115, 116, 121);
}
.pricing-card-two__body-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}
.pricing-card-two__body-top .price {
  color: rgb(207, 211, 218);
  font-size: 3.6rem;
  font-weight: 500;
}
.pricing-card-two__body-top .change-container {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1rem;
}
.pricing-card-two__body-top .change {
  font-size: 1.4rem;
  font-weight: 400;
}
.pricing-card-two__body-top .change.green {
  color: rgb(59, 255, 114);
}
.pricing-card-two__body-top .change.red {
  color: rgb(255, 73, 102);
}
.pricing-card-two__body-top .trending-up {
  width: 1.5rem;
  height: auto;
  color: rgb(59, 255, 114);
}
.pricing-card-two__body-top .trending-down {
  color: rgb(255, 73, 102);
}
.pricing-card-two__body-bottom {
  color: rgb(167, 167, 173);
  font-size: 1.6rem;
}
.pricing-card-two__footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: max-content;
}
.pricing-card-two__footer-label, .pricing-card-two__footer-value {
  color: rgb(198, 198, 198);
  font-size: 1.4rem;
}
.pricing-card-two__footer-value {
  font-weight: 600;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/cards/MarketSummaryCard/MarketSummaryCard.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.ms-card {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  align-items: center;
  width: 25rem;
  height: 14rem;
  padding: 1.2rem;
  border-radius: 1.2rem;
}
.ms-card .spinner {
  top: 47%;
  left: 47%;
}
.ms-card.green {
  border: 1px solid rgba(59, 255, 114, 0.2);
  background-color: rgba(59, 255, 114, 0.1);
}
.ms-card.orange {
  border: 1px solid rgba(255, 102, 0, 0.2);
  background-color: rgba(255, 102, 0, 0.1);
}
.ms-card.blue {
  border: 1px solid rgba(118, 198, 255, 0.2);
  background-color: rgba(118, 198, 255, 0.1);
}
.ms-card__label {
  color: rgb(167, 167, 173);
  font-size: 1.4rem;
  font-weight: 500;
}
.ms-card__value-container {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: baseline;
}
.ms-card__primary-value {
  font-size: 2.4rem;
  font-weight: 500;
}
.ms-card__primary-value.green {
  color: rgb(59, 255, 114);
}
.ms-card__primary-value.orange {
  color: rgb(255, 102, 0);
}
.ms-card__primary-value.blue {
  color: rgb(99, 187, 223);
}
.ms-card__secondary-value {
  color: rgb(115, 116, 121);
  font-weight: 500;
}
.ms-card__description {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  color: rgb(167, 167, 173);
  font-size: 1.2rem;
  font-weight: 400;
}
.ms-card__description.green {
  color: rgb(59, 255, 114);
}
.ms-card__description.red {
  color: rgb(255, 73, 102);
}
.ms-card__description .trending-up {
  width: 1.7rem;
  height: auto;
  color: rgb(59, 255, 114);
}
.ms-card__description .trending-down {
  width: 1.7rem;
  height: auto;
  color: rgb(255, 73, 102);
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/cards/ResearchReportCard/ResearchReportCard.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.rr-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  border: 1px solid rgb(62, 66, 76);
  border-radius: 1.2rem;
  background-color: rgb(10, 17, 22);
  box-shadow: 0 -3.367px 10.1px 0 rgba(0, 0, 0, 0.2) inset, 0 4.208px 8.417px -3.367px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(7.6px);
}
.rr-card__image {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2.2rem;
  height: 2.2rem;
  margin-top: 0.7rem;
}
.rr-card__image-element {
  width: 100%;
  height: auto;
}
.rr-card__icon {
  color: rgb(207, 211, 218);
}
.rr-card__content-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.rr-card__title {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: 700;
}
.rr-card__content {
  color: rgb(198, 198, 198);
  font-size: 1.6rem;
  font-weight: 400;
}

@media (max-width: 820px) {
  .rr-card__title {
    font-size: 1.6rem;
  }
  .rr-card__image {
    width: 2rem;
  }
  .rr-card__content {
    font-size: 1.4rem;
  }
}
@media (max-width: 450px) {
  .rr-card__title {
    font-size: 1.4rem;
  }
  .rr-card__image {
    width: 1.6rem;
  }
  .rr-card__content {
    font-size: 1.2rem;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/cards/SquareCard/SquareCard.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.square-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  height: 30rem;
  min-height: 10rem;
  padding: 1.4rem;
  border-radius: 1.6rem;
  background-color: rgb(24, 24, 24);
}
.square-card.chart {
  height: max-content;
}
.square-card__title {
  color: rgb(115, 116, 121);
  font-size: 2.4rem;
  font-weight: 700;
}
.square-card__title.small {
  font-size: 1.9rem;
}
.square-card__data {
  color: rgb(167, 167, 173);
  font-size: 1.9rem;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/cards/SectorSummaryCard/SectorSummaryCard.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.ss-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1.2rem;
  border: 1.4px solid rgb(60, 60, 60);
  border-radius: 1.2rem;
  background-color: rgb(24, 24, 24);
}
.ss-card__content {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.ss-card__text-container {
  flex: 1;
}
.ss-card__title {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: 700;
}
.ss-card__text {
  margin: 1rem 0;
  color: rgb(167, 167, 173);
}
.ss-card__video-container {
  width: 30rem;
  height: 16.75rem;
  overflow: hidden;
  border: 1px solid rgb(24, 24, 24);
  border-radius: 1rem;
  box-shadow: -0.6rem -0.6rem 1.5rem 0 rgb(24, 24, 24), 0.6rem 0.6rem 1.5rem 0 rgb(24, 24, 24);
}
.ss-card__video {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

@media (width <= 450px) {
  .ss-card__title {
    font-size: 1.6rem;
  }
  .ss-card__text {
    font-size: 1.4rem;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/cards/SecurityFeedCards/SecurityFeedCards.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.security-feed-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: 3rem;
}
.security-feed-card.f-three {
  border-left: 0.3rem solid rgb(255, 241, 118);
}
.security-feed-card.f-two {
  border-left: 0.3rem solid rgb(255, 118, 233);
}
.security-feed-card.f-one {
  border-left: 0.3rem solid rgb(118, 198, 255);
}
.security-feed-card .card-name {
  width: fit-content;
  padding: 0.5rem 1.5rem;
  border-radius: 2.3rem;
  color: rgb(6, 6, 6);
  font-size: 1.6rem;
  font-size: 600;
}
.security-feed-card .card-name.f-three {
  background-color: rgb(255, 241, 118);
}
.security-feed-card .card-name.f-two {
  background-color: rgb(255, 118, 233);
}
.security-feed-card .card-name.f-one {
  background-color: rgb(118, 198, 255);
}
.security-feed-card .heading {
  color: rgb(198, 198, 198);
  font-size: 1.9rem;
  font-weight: 700;
}
.security-feed-card .content {
  color: rgb(167, 167, 173);
  font-size: 1.9rem;
  font-weight: 400;
}
.security-feed-card .date-time {
  display: flex;
  justify-content: space-between;
}
.security-feed-card .date-time p {
  color: rgb(167, 167, 173);
  font-size: 1.6rem;
  font-weight: 300;
}

@media (width <= 450px) {
  .security-feed-card .card-name {
    font-size: 1.4rem;
  }
  .security-feed-card .heading {
    font-size: 1.6rem;
  }
  .security-feed-card .content {
    font-size: 1.4rem;
  }
  .security-feed-card .date-time p {
    font-size: 1.2rem;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/cards/StandardCard/StandardCard.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.standard-card {
  display: flex;
  flex-direction: column;
  padding: 1rem 2rem;
  border: 1px solid rgb(60, 60, 60);
  border-radius: 1.2rem;
  background-color: rgb(24, 24, 24);
}
.standard-card.content {
  gap: 1rem;
  justify-content: space-around;
  width: 50%;
  height: 60rem;
  padding: 2rem 3rem;
}
.standard-card.content__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: max-content;
  padding: 0 1rem;
  border: none;
  color: rgb(167, 167, 173);
  font-size: 1.9rem;
}
.standard-card.content__item-name, .standard-card.content__item-value {
  width: max-content;
  height: 1rem;
  padding: 0;
  margin: 0;
  border: none;
}
.standard-card.content__item-name {
  font-weight: 700;
}
.standard-card.content__item-value {
  font-weight: 600;
}
.standard-card.charts {
  gap: 3rem;
  align-items: center;
  width: 50%;
  height: 60rem;
  padding: 2rem 1rem;
}
.standard-card.title-content {
  gap: 1.5rem;
  justify-content: start;
  width: 100%;
  height: 43rem;
}
.standard-card.title-content__title {
  padding: 0;
  margin: 0;
  border: none;
  color: rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: 700;
}
.standard-card.title-content__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: max-content;
  padding: 0;
  border: none;
  color: rgb(167, 167, 173);
  font-size: 1.9rem;
}
.standard-card.title-content__item-name, .standard-card.title-content__item-value {
  width: max-content;
  height: 3rem;
  padding: 0;
  margin: 0;
  border: none;
}
.standard-card.title-content__item-name {
  font-weight: 500;
}
.standard-card.title-content__item-value {
  font-weight: 400;
}
.standard-card.svg {
  width: 100%;
  height: 50rem;
}
.standard-card .savart-score-btn {
  padding: 1rem 2rem;
  border: 1px solid rgb(60, 60, 60);
  border-radius: 1rem;
  background-color: rgb(24, 24, 24);
  color: rgb(167, 167, 173);
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
}
.standard-card .card-display {
  display: none;
}
.standard-card .card-display .chart-card-button {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  width: 100%;
  padding: 0.8rem 1.2rem;
  border: 1px solid rgb(118, 198, 255);
  border-radius: 0.8rem;
  background-color: rgba(118, 198, 255, 0.15);
  color: rgb(118, 198, 255);
  font-size: 1.4rem;
}

@media (max-width: 1080px) {
  .standard-card.content {
    width: 50%;
    padding: 1rem;
  }
  .standard-card.charts {
    width: 50%;
  }
}
@media (max-width: 820px) {
  .standard-card .card-display {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .standard-card.content {
    width: 100%;
    padding: 1rem;
  }
  .standard-card.content__item {
    font-size: 1.6rem;
  }
  .standard-card.charts {
    gap: 2rem;
    width: 95%;
    margin: 0 auto;
  }
  .standard-card.title-content {
    height: 38rem;
  }
  .standard-card.title-content__title {
    font-size: 1.6rem;
  }
  .standard-card.title-content__item-name, .standard-card.title-content__item-value {
    font-size: 1.4rem;
  }
  .standard-card .savart-score-btn {
    font-size: 1.4rem;
  }
}
@media (max-width: 450px) {
  .standard-card .card-display {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .standard-card.content {
    width: 100%;
    padding: 1rem;
  }
  .standard-card.content__item {
    font-size: 1.6rem;
  }
  .standard-card.charts {
    gap: 2rem;
    width: 95%;
    margin: 0 auto;
  }
  .standard-card.title-content__title {
    font-size: 1.6rem;
  }
  .standard-card.title-content__item-name, .standard-card.title-content__item-value {
    font-size: 1.4rem;
  }
  .standard-card .savart-score-btn {
    font-size: 1.4rem;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/composites/CarouselOne/CarouselOne.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.carousel-one {
  display: grid;
  width: 100%;
  height: 70%;
  overflow: hidden;
}
.carousel-one .carousel-card-one {
  /* All cards occupy the same grid cell */
  grid-area: 1/1/2/2;
  width: 100%;
  height: 100%;
  /* Initially hide cards */
  opacity: 0;
  /* Animation */
  animation-name: card-cycle;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

@keyframes card-cycle {
  /* Card is hidden for most of the animation */
  0% {
    z-index: 1;
    opacity: 0;
    transform: translateX(8rem) scale(0.8);
  }
  /* Start entering from right */
  10% {
    z-index: 1;
    opacity: 0;
    transform: translateX(8rem) scale(0.8);
  }
  /* Fully visible in center */
  20% {
    z-index: 5;
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  /* Start exiting to left */
  30% {
    z-index: 5;
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  /* Fully exited */
  40% {
    z-index: 1;
    opacity: 0;
    transform: translateX(-8rem) scale(0.8);
  }
  /* Stay hidden until next cycle */
  100% {
    z-index: 1;
    opacity: 0;
    transform: translateX(-8rem) scale(0.8);
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/sections/common/FormThree/FormThree.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.form-three {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(25px);
}
.form-three__title {
  color: rgb(255, 255, 255);
  font-size: 2.8rem;
  font-weight: 700;
}
.form-three__sub-title {
  color: rgb(167, 167, 173);
  font-size: 2rem;
  font-weight: 500;
}
.form-three__form {
  width: 100%;
  height: auto;
  padding: 0;
}
.form-three__form .mobile-input__fields {
  position: relative;
}
.form-three__form .mobile-input__fields .select-form-input {
  width: 35%;
}
.form-three__form .mobile-input__fields .select-form-input .select-dropdown__selected-option {
  font-size: 1.4rem;
}
.form-three__form .mobile-input__fields .select-form-input .select-dropdown__option {
  padding: 0 0.5rem;
  font-size: 1.4rem;
}
.form-three__form .mobile-input__fields .forminput-container .forminput__error {
  position: absolute;
  left: -10rem;
  width: 30rem;
}
.form-three__field--full-width {
  grid-column: 1/-1;
}

@media (max-width: 1400px) {
  .form-three__form .mobile-input__fields .forminput-container .forminput__error {
    width: fit-content;
  }
}
@media (max-width: 1200px) {
  .form-three {
    gap: 1rem;
  }
  .form-three__form .form-builder__form-rows {
    gap: 2rem;
  }
}
@media (max-width: 1080px) {
  .form-three__title {
    font-size: 2.4rem;
  }
  .form-three__sub-title {
    font-size: 1.6rem;
  }
  .form-three__form .form-builder__form-rows {
    gap: 2rem;
  }
  .form-three__form .mobile-input__fields .select-form-input .select-dropdown__selected-option {
    font-size: 1.2rem;
  }
  .form-three__form .mobile-input__fields .select-form-input .select-dropdown__option {
    font-size: 1.2rem;
  }
  .form-three__form .mobile-input__fields .forminput-container .forminput__error {
    left: -38%;
    width: fit-content;
  }
}
@media (max-width: 820px) {
  .form-three {
    width: 100%;
    border: none;
    background-color: transparent;
  }
  .form-three::before {
    display: none;
  }
  .form-three__title {
    font-size: 2rem;
  }
  .form-three__sub-title {
    font-size: 1.6rem;
  }
}
@media (max-width: 450px) {
  .form-three__title {
    font-size: 2rem;
    text-align: center;
  }
  .form-three__sub-title {
    font-size: 1.4rem;
  }
  .form-three__form {
    padding: 0;
  }
  .form-three__form .mobile-input__fields .select-form-input .select-dropdown__selected-option {
    font-size: 1.2rem;
  }
  .form-three__form .mobile-input__fields .select-form-input .select-dropdown__option {
    font-size: 1.2rem;
  }
  .form-three__form .mobile-input__fields .forminput-container .forminput__error {
    left: -40%;
    width: fit-content;
  }
  .form-three .form-builder__form-rows {
    height: 100%;
  }
}
@media (max-width: 390px) {
  .form-three__form {
    padding: 0;
  }
  .form-three__form .form-builder__form-rows {
    gap: 1rem;
  }
  .form-three__form .mobile-input__fields .forminput-container .forminput__error {
    left: -41%;
    width: fit-content;
  }
}
@media (max-width: 380px) {
  .form-three__form {
    height: 40vh;
  }
  .form-three__form .mobile-input__fields .select-form-input {
    width: 37%;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/sections/common/ContactForm/ContactForm.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.contact-form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  width: 100%;
  height: max-content;
  min-height: 10rem;
}
.contact-form::before {
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 100%;
  border-radius: 50%;
  background: rgb(118, 198, 255);
  mix-blend-mode: hard-light;
  filter: blur(190px);
  opacity: 0.17;
  content: "";
}
.contact-form__title {
  color: rgb(255, 255, 255);
  font-size: 4.8rem;
  font-weight: 700;
  text-align: center;
}
.contact-form__sub-title {
  width: 57%;
  color: rgb(167, 167, 173);
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 1600px) {
  .contact-form__sub-title {
    width: 69%;
  }
}
@media (max-width: 1400px) {
  .contact-form__sub-title {
    width: 77%;
  }
}
@media (max-width: 1200px) {
  .contact-form__sub-title {
    width: 70%;
  }
}
@media (max-width: 820px) {
  .contact-form {
    margin-top: 0;
  }
  .contact-form::before {
    display: none;
  }
  .contact-form__title {
    font-size: 3.6rem;
  }
  .contact-form__sub-title {
    font-size: 2rem;
  }
}
@media (max-width: 450px) {
  .contact-form__title {
    font-size: 2.8rem;
  }
  .contact-form__sub-title {
    width: 90%;
    font-size: 1.4rem;
  }
}
@media (max-width: 390px) {
  .contact-form__sub-title {
    width: 100%;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/sections/common/AnimatedTextAndFooter/AnimatedTextAndFooter.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animated-text-and-footer {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin: 0 auto;
}
.animated-text-and-footer__animation-container {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 90%;
}
.animated-text-and-footer__glass-o-wrapper {
  position: relative;
  width: 40%;
  aspect-ratio: 1;
}
.animated-text-and-footer__text-animation {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  min-height: 3rem;
  overflow: hidden;
}
.animated-text-and-footer__word-container {
  display: flex;
  width: 100%;
  opacity: 1;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transform: translateY(0);
}
.animated-text-and-footer__word-container.word-exit {
  opacity: 0;
  transform: translateY(-4rem);
}
.animated-text-and-footer__letter {
  display: inline-block;
  color: rgb(255, 255, 255);
  font-size: 8rem;
  font-weight: 700;
}
.animated-text-and-footer__letter.letter-enter {
  opacity: 0;
  animation: letter-fade-in 0.5s forwards;
}
.animated-text-and-footer__footer {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}
.animated-text-and-footer__footer-image {
  width: 2rem;
  height: auto;
}
.animated-text-and-footer__footer-text {
  color: rgb(198, 198, 198);
  font-size: 2rem;
}

@keyframes letter-fade-in {
  0% {
    opacity: 0;
    transform: translateY(5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1400px) {
  .animated-text-and-footer {
    width: 100%;
  }
  .animated-text-and-footer__glass-o-wrapper {
    width: 40%;
  }
}
@media (max-width: 1200px) {
  .animated-text-and-footer__animation-container {
    width: 100%;
  }
  .animated-text-and-footer__glass-o-wrapper {
    width: 35%;
  }
  .animated-text-and-footer__text-animation {
    width: 65%;
  }
  .animated-text-and-footer__footer-text {
    font-size: 1.6rem;
  }
}
@media (max-width: 1080px) {
  .animated-text-and-footer {
    width: 90%;
  }
  .animated-text-and-footer__animation-container {
    gap: 2rem;
    width: 100%;
    height: 100%;
  }
  .animated-text-and-footer__glass-o-wrapper {
    width: 40%;
  }
  .animated-text-and-footer__text-animation {
    width: 50%;
  }
  .animated-text-and-footer__letter {
    font-size: 4.8rem;
  }
  .animated-text-and-footer__footer {
    width: 100%;
    margin-left: 5rem;
  }
  .animated-text-and-footer__footer-text {
    font-size: 1.6rem;
  }
}
@media (max-width: 820px) {
  .animated-text-and-footer {
    width: 95%;
  }
  .animated-text-and-footer__animation-container {
    gap: 2rem;
    width: 100%;
  }
  .animated-text-and-footer__glass-o-wrapper {
    width: 45%;
  }
  .animated-text-and-footer__text-animation {
    width: 50%;
  }
  .animated-text-and-footer__letter {
    font-size: 3.6rem;
  }
  .animated-text-and-footer__footer {
    gap: 0.75rem;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .animated-text-and-footer__footer-text {
    font-size: 1.2rem;
  }
}
@media (max-width: 450px) {
  .animated-text-and-footer {
    width: 100%;
    margin: 0;
  }
  .animated-text-and-footer__animation-container {
    gap: 0.75rem;
    width: 100%;
  }
  .animated-text-and-footer__glass-o-wrapper {
    width: 60%;
  }
  .animated-text-and-footer__text-animation {
    width: 55%;
  }
  .animated-text-and-footer__letter {
    font-size: 2.4rem;
  }
  .animated-text-and-footer__footer {
    gap: 0.5rem;
    width: 100%;
    text-align: center;
  }
  .animated-text-and-footer__footer-image {
    width: 1.5rem;
    height: auto;
  }
  .animated-text-and-footer__footer-text {
    font-size: 0.8rem;
  }
}
@media (max-width: 390px) {
  .animated-text-and-footer__glass-o-wrapper {
    width: 50%;
  }
  .animated-text-and-footer__footer {
    gap: 0;
    width: 75%;
  }
  .animated-text-and-footer__footer-text {
    width: 88%;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/sections/common/DownloadAppPopup/DownloadAppPopup.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.da-popup__outer-container {
  position: fixed;
  inset: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
}
.da-popup__inner-container {
  position: absolute;
  top: 5%;
  left: 50%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 70%;
  height: 90vh;
  min-height: 20rem;
  border: 1px solid rgb(115, 116, 121);
  border-radius: 1rem;
  background-color: rgb(6, 6, 6);
  transform: translate(-50%, 0);
}
.da-popup__header-container {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  justify-content: center;
  width: 100%;
  height: max-content;
  padding: 2rem;
  border-bottom: 1px solid rgb(115, 116, 121);
  background-color: rgb(10, 17, 22);
}
.da-popup__title {
  color: rgb(207, 211, 218);
  font-size: 2.8rem;
  font-weight: 500;
}
.da-popup__close {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  position: absolute;
  top: 30%;
  right: 5%;
  cursor: pointer;
}
.da-popup__close-icon {
  color: rgba(255, 255, 255, 0.5);
}
.da-popup__body {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 4rem;
}
.da-popup__body-left, .da-popup__body-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 90%;
}
.da-popup__body-left {
  width: 40%;
}
.da-popup__body-right {
  width: 50%;
  padding-left: 2rem;
}
.da-popup__body-separator {
  width: 1px;
  height: 70%;
  margin-top: 5rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ccc 50%, rgba(153, 153, 153, 0) 100%);
}
.da-popup__button-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: max-content;
  min-height: 3rem;
}
.da-popup__button {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  width: max-content;
  min-width: 4rem;
  height: 6rem;
  padding: 1rem;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 1rem;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.da-popup__button-image {
  width: 3rem;
  height: auto;
}
.da-popup__button-content {
  display: flex;
  flex-direction: column;
}
.da-popup__button-text-small {
  font-size: 1.2rem;
  font-weight: 500;
}
.da-popup__button-text-large {
  font-size: 2rem;
  font-weight: 700;
}
.da-popup__body-title {
  color: rgb(255, 255, 255);
  font-size: 2.4rem;
  font-weight: 700;
}
.da-popup__body-title-two {
  color: rgb(167, 167, 173);
  font-size: 2.4rem;
  font-weight: 400;
}
.da-popup__body-subtitle {
  width: 100%;
  color: rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
.da-popup__qr {
  width: 15rem;
  height: 15rem;
  font-weight: 700;
  text-align: center;
}
.da-popup__form {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  align-items: center;
  width: 100%;
  height: 80%;
}
.da-popup__form .mobile-input-two {
  height: 8rem;
  padding: 0;
}
.da-popup__form .mobile-input-two .generic-dropdown {
  height: 5rem;
}
.da-popup__form .otp-input {
  height: 7rem;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/sections/common/Faq/Faq.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.faq {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: max-content;
  min-height: 10rem;
}
.faq__title {
  color: rgb(255, 255, 255);
  font-size: 4.8rem;
  font-weight: 700;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  height: max-content;
}

@media (max-width: 820px) {
  .faq__title {
    font-size: 3.6rem;
  }
}
@media (max-width: 450px) {
  .faq__title {
    font-size: 2.4rem;
  }
  .faq__list {
    gap: 1.4rem;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/sections/common/FormOne/FormOne.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.form-one {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  padding: 4rem 7rem;
  box-shadow: 0 0 0.5px 0.5px rgb(115, 116, 121);
  border-radius: 2rem;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(25px);
}
.form-one__title {
  color: rgb(255, 255, 255);
  font-size: 2.8rem;
  font-weight: 700;
}
.form-one__form {
  width: 100%;
  height: auto;
}
.form-one__form .mobile-input__fields {
  position: relative;
}
.form-one__form .mobile-input__fields .select-form-input {
  width: 35%;
}
.form-one__form .mobile-input__fields .select-form-input .select-dropdown__selected-option {
  font-size: 1.4rem;
}
.form-one__form .mobile-input__fields .select-form-input .select-dropdown__option {
  padding: 0 0.5rem;
  font-size: 1.4rem;
}
.form-one__form .mobile-input__fields .forminput-container .forminput__error {
  position: absolute;
  left: -10rem;
  width: 30rem;
}
.form-one__field--full-width {
  grid-column: 1/-1;
}

@media (max-width: 1400px) {
  .form-one__form .mobile-input__fields .forminput-container .forminput__error {
    width: fit-content;
  }
}
@media ((min-width: 1200px) and (max-width: 1400px)) {
  .form-one__form .mobile-input__fields .select-form-input {
    width: 40%;
  }
}
@media (max-width: 1080px) {
  .form-one__form .mobile-input__fields .forminput-container .forminput__error {
    left: -9rem;
    width: fit-content;
  }
}
@media (max-width: 820px) {
  .form-one {
    width: 100%;
    padding: 2rem 1.5rem;
    box-shadow: 0 0 0.5px 0.5px rgb(115, 116, 121);
    border: none;
    background-color: transparent;
  }
  .form-one::before {
    display: none;
  }
  .form-one__title {
    font-size: 2.4rem;
  }
  .form-one__form .mobile-input__fields .forminput-container .forminput__error {
    left: -38%;
    width: fit-content;
  }
}
@media (max-width: 450px) {
  .form-one__title {
    font-size: 2rem;
    text-align: center;
  }
  .form-one__form {
    height: 43vh;
    padding: 0;
  }
  .form-one__form .mobile-input__fields .select-form-input .select-dropdown__selected-option {
    font-size: 1.2rem;
  }
  .form-one__form .mobile-input__fields .select-form-input .select-dropdown__option {
    font-size: 1.2rem;
  }
  .form-one__form .mobile-input__fields .forminput-container .forminput__error {
    left: -40%;
    width: fit-content;
  }
  .form-one .form-builder__form-rows {
    height: 100%;
  }
}
@media (max-width: 390px) {
  .form-one__form {
    height: 43vh;
  }
  .form-one__form .mobile-input__fields .forminput-container .forminput__error {
    left: -41%;
    width: fit-content;
  }
}
@media (max-width: 380px) {
  .form-one__form {
    height: 45vh;
  }
  .form-one__form .mobile-input__fields .select-form-input {
    width: 37%;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/sections/common/Lamp/Lamp.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Styles for animation without Framer Motion */
/* Styles for animation with Framer Motion */
.lamp-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: max-content;
  min-height: 15rem;
  padding: 2rem 0;
  color: rgb(255, 255, 255);
}
.lamp-section__lamp-image-wrapper {
  position: relative;
  width: 45%;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.lamp-section__text {
  width: 37%;
  background: linear-gradient(270deg, rgb(153, 151, 68) 0%, rgb(255, 251, 114) 100%);
  background-clip: text;
  color: transparent;
  font-size: 3.6rem;
  text-align: center;
}

@media (max-width: 1400px) {
  .lamp-section__text {
    width: 40%;
  }
}
@media (max-width: 1080px) {
  .lamp-section__lamp-image-wrapper {
    width: 60%;
  }
  .lamp-section__text {
    width: 100%;
    padding: 0 1rem;
    font-size: 2.8rem;
  }
}
@media (max-width: 820px) {
  .lamp-section__lamp-image-wrapper {
    width: 75%;
  }
  .lamp-section__text {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .lamp-section {
    padding-top: 2rem;
  }
  .lamp-section__lamp-image-wrapper {
    width: 100%;
  }
  .lamp-section__text {
    font-size: 2rem;
  }
}
@media (max-width: 390px) {
  .lamp-section__text {
    width: 100%;
    font-size: 1.6rem;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/sections/common/Ratings/Ratings.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.ratings {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  min-width: 10rem;
  height: max-content;
  min-height: 12rem;
  margin: 0 auto;
}
.ratings__left {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  align-items: center;
  width: max-content;
  min-width: 5rem;
  height: max-content;
  min-height: 3rem;
}
.ratings__ratings-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ratings__right {
  min-width: 5rem;
  min-height: 3rem;
  color: rgb(255, 255, 255);
}

@media (max-width: 1080px) {
  .ratings {
    gap: 3rem;
    width: 100%;
  }
}
@media (max-width: 820px) {
  .ratings {
    flex-direction: column-reverse;
    justify-content: center;
    width: 100%;
  }
  .ratings__left {
    gap: 2rem;
    width: 100%;
  }
  .ratings__right {
    margin: 0 auto;
  }
  .ratings__ratings-wrapper {
    gap: 1.5rem;
  }
}
@media (max-width: 450px) {
  .ratings {
    flex-direction: column-reverse;
    width: 100%;
  }
  .ratings__left, .ratings__right {
    width: 100%;
  }
  .ratings__left {
    gap: 2rem;
  }
  .ratings__ratings-wrapper {
    gap: 1.5rem;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/sections/common/DownloadAppPopupTwo/DownloadAppPopupTwo.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.da-popup-two__outer-container {
  position: fixed;
  inset: 0;
  z-index: 99;
  animation: fade-in 0.3s ease-in;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
}
.da-popup-two__outer-container--fade-out {
  animation: fade-out 0.3s ease-in;
}
.da-popup-two__inner-container {
  position: absolute;
  top: 15%;
  left: 50%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 50%;
  height: 60vh;
  min-height: 20rem;
  border: 1px solid rgb(115, 116, 121);
  border-radius: 1rem;
  background-color: rgb(6, 6, 6);
  transform: translate(-50%, 0);
  animation: fade-in 0.5s ease-in;
}
.da-popup-two__header-container {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  justify-content: center;
  width: 100%;
  height: max-content;
  padding: 2rem;
  border-bottom: 1px solid rgb(115, 116, 121);
  background-color: rgb(10, 17, 22);
}
.da-popup-two__title {
  color: rgb(207, 211, 218);
  font-size: 2.8rem;
  font-weight: 500;
}
.da-popup-two__close {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  position: absolute;
  top: 30%;
  right: 5%;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.da-popup-two__close:hover {
  opacity: 0.7;
}
.da-popup-two__close-icon {
  width: 2.4rem;
  height: 2.4rem;
  color: rgba(255, 255, 255, 0.5);
}
.da-popup-two__body {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4rem;
}
.da-popup-two__body-left, .da-popup-two__body-right {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  height: 90%;
}
.da-popup-two__body-separator {
  width: 1px;
  height: 70%;
  margin-top: 5rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ccc 50%, rgba(153, 153, 153, 0) 100%);
}
.da-popup-two__button-container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 60%;
  min-height: 3rem;
}
.da-popup-two__button {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  width: max-content;
  min-width: 4rem;
  height: 6rem;
  padding: 1rem 2rem;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 1rem;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.da-popup-two__button-image {
  width: 3rem;
  height: auto;
}
.da-popup-two__button-content {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.da-popup-two__button-text-small {
  color: rgb(255, 255, 255);
  font-size: 1.2rem;
  font-weight: 500;
  text-align: left;
}
.da-popup-two__button-text-large {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
}
.da-popup-two__body-title {
  width: 100%;
  color: rgb(255, 255, 255);
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.da-popup-two__body-subtitle {
  width: 100%;
  color: rgb(167, 167, 173);
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
}
.da-popup-two__qr {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 20rem;
  border: 2px solid rgb(115, 116, 121);
  border-radius: 1rem;
}
.da-popup-two__qr-image {
  width: 100%;
  height: 100%;
}

@media (max-width: 1600px) {
  .da-popup-two__inner-container {
    top: 10%;
    left: 50%;
    gap: 3rem;
    width: 65%;
    height: 70vh;
  }
  .da-popup-two__body {
    padding: 0 4rem 4rem;
  }
  .da-popup-two__button-container {
    width: 100%;
    height: 70%;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .da-popup-two__body {
    padding: 0 4rem 4rem;
  }
  .da-popup-two__button-container {
    width: 100%;
    height: 70%;
  }
  .da-popup-two__qr {
    margin-top: 2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .da-popup-two__button-container {
    height: 60%;
  }
  .da-popup-two__qr {
    width: 19rem;
    height: 19rem;
    margin-top: 2rem;
  }
}
@media (max-width: 1200px) {
  .da-popup-two__button-container {
    height: 60%;
  }
  .da-popup-two__qr {
    margin-top: 2rem;
  }
}
@media (max-width: 1080px) {
  .da-popup-two__inner-container {
    width: 80%;
  }
}
@media (max-width: 820px) {
  .da-popup-two {
    display: none;
  }
  .da-popup-two__inner-container {
    width: 85%;
    height: 75vh;
  }
  .da-popup-two__header-container {
    align-items: center;
  }
  .da-popup-two__title {
    font-size: 2rem;
  }
  .da-popup-two__close {
    top: 5%;
    right: 2%;
  }
  .da-popup-two__body {
    flex-direction: column-reverse;
    gap: 10rem;
    justify-content: start;
    padding: 0 2rem 2rem;
  }
  .da-popup-two__body-left, .da-popup-two__body-right {
    width: 100%;
    height: fit-content;
  }
  .da-popup-two__body-separator {
    display: none;
  }
  .da-popup-two__qr {
    width: 18rem;
    height: 18rem;
    margin-top: 0;
  }
}
@media (max-width: 450px) {
  .da-popup-two__inner-container {
    gap: 2rem;
    width: 90%;
  }
  .da-popup-two__header-container {
    gap: 1rem;
    height: 8rem;
    padding: 1rem;
  }
  .da-popup-two__header-container img {
    width: 3.5rem;
    height: auto;
  }
  .da-popup-two__title {
    font-size: 1.6rem;
  }
  .da-popup-two__body {
    gap: 5rem;
    padding: 0 1rem 2rem;
  }
  .da-popup-two__body-title {
    font-size: 2rem;
  }
  .da-popup-two__button {
    height: 5rem;
    padding: 0.8rem 1.5rem;
  }
  .da-popup-two__button-image {
    width: 2.5rem;
  }
  .da-popup-two__button-text-small {
    font-size: 0.8rem;
  }
  .da-popup-two__button-text-large {
    font-size: 1.4rem;
  }
  .da-popup-two__qr {
    width: 15rem;
    height: 15rem;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/sections/common/SynapseCards/SynapseCards.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.synapse-cards {
  display: flex;
  gap: 1rem;
  width: 100%;
  height: max-content;
}
.synapse-cards .synapse-card {
  width: 100%;
}
.synapse-cards .card-wrapper {
  display: flex;
  flex: 1 0 25%;
  flex-direction: column;
  gap: 5rem;
}
.synapse-cards .card-wrapper:nth-child(3) .synapse-card__content {
  text-align: center;
  white-space: pre-line;
}
.synapse-cards .apart-img {
  position: relative;
  flex: 1 0 40%;
  width: 15%;
  aspect-ratio: 16/9;
}

@media ((min-width: 1200px) and (max-width: 1400px)) {
  .synapse-cards {
    gap: 3rem;
  }
}
@media (max-width: 1080px) {
  .synapse-cards {
    gap: 2.5rem;
  }
  .synapse-cards .card-wrapper {
    flex: 1 0 15%;
    gap: 2rem;
  }
  .synapse-cards .card-wrapper .synapse-card {
    width: 100%;
  }
  .synapse-cards .apart-img {
    flex: 1 0 40%;
  }
}
@media (max-width: 820px) {
  .synapse-cards {
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
  }
  .synapse-cards .card-wrapper {
    flex: 1 0 auto;
    gap: 2rem;
    width: 100%;
    height: max-content;
  }
  .synapse-cards .apart-img {
    width: 100%;
    aspect-ratio: 0.7;
  }
}
@media (max-width: 450px) {
  .synapse-cards {
    flex-direction: column;
    gap: 2rem;
    min-height: max-content;
  }
  .synapse-cards .card-wrapper {
    flex: 1 0 auto;
    gap: 2rem;
    width: 100%;
    height: max-content;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/sections/common/TabSection/TabSection.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.tab-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  height: max-content;
}
.tab-section__tab-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: max-content;
  min-height: 4rem;
}
.tab-section__tab-container .tab-button {
  width: 100%;
}
.tab-section__content-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 1rem 0;
}
.tab-section__section-content {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  width: 40%;
}
.tab-section__title {
  font-size: 2.8rem;
  font-weight: 700;
}
.tab-section__title.blue {
  color: rgb(118, 198, 255);
}
.tab-section__title.yellow {
  color: rgb(255, 241, 118);
}
.tab-section__title.pink {
  color: rgb(255, 118, 233);
}
.tab-section__content {
  color: rgb(207, 211, 218);
  font-size: 2rem;
  font-weight: 400;
}
.tab-section__feature-list-title {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: 600;
}
.tab-section__feature-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.tab-section__feature-item {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  width: max-content;
}
.tab-section__check-icon {
  width: 2.2rem;
  height: auto;
}
.tab-section__feature {
  width: 90%;
  color: rgb(207, 211, 218);
  font-size: 1.6rem;
  font-weight: 400;
}
.tab-section__cover-image {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
.tab-section__cover-image.no-badge {
  width: 80%;
  margin: 0 auto;
}
.tab-section__cover-image-wrapper {
  position: relative;
  width: 50%;
  height: auto;
}
.tab-section__badge {
  padding: 0.7rem 1rem;
  border-radius: 1rem;
  background: rgba(10, 17, 22, 0.5);
  backdrop-filter: blur(5px);
}
.tab-section .top {
  position: absolute;
  top: 4%;
  right: 5%;
  width: max-content;
  font-size: 2rem;
  font-weight: 500;
}
.tab-section .top.blue {
  color: rgb(118, 198, 255);
}
.tab-section .top.yellow {
  color: rgb(255, 241, 118);
}
.tab-section .top.pink {
  color: rgb(255, 118, 233);
}
.tab-section .bottom {
  position: absolute;
  bottom: -2%;
  left: 5%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: max-content;
  height: max-content;
}
.tab-section .bottom .label {
  display: inline-block;
  color: rgb(167, 167, 173);
  font-size: 1.4rem;
  font-weight: 400;
}
.tab-section .bottom .amount {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: 700;
}

@media (max-width: 1600px) {
  .tab-section__section-content {
    gap: 3rem;
    justify-content: space-between;
  }
  .tab-section__cover-image {
    aspect-ratio: 16/9;
  }
  .tab-section__cover-image.no-badge {
    width: 100%;
  }
  .tab-section__cover-image-wrapper {
    width: 45%;
  }
}
@media (max-width: 1400px) {
  .tab-section__section-content {
    gap: 2rem;
    justify-content: space-between;
  }
  .tab-section__cover-image.no-badge {
    width: 100%;
  }
  .tab-section__cover-image-wrapper {
    width: 50%;
    height: auto;
  }
}
@media (max-width: 1080px) {
  .tab-section__title {
    font-size: 2.4rem;
  }
  .tab-section__content {
    font-size: 1.6rem;
  }
  .tab-section__feature-list-title {
    font-size: 1.6rem;
  }
  .tab-section__feature {
    font-size: 1.4rem;
  }
  .tab-section__cover-image-wrapper {
    width: 52%;
  }
  .tab-section__cover-image {
    aspect-ratio: auto;
  }
  .tab-section__cover-image.no-badge {
    width: 100%;
  }
}
@media (max-width: 820px) {
  .tab-section__tab-container {
    flex-direction: column;
    gap: 1rem;
    justify-content: start;
  }
  .tab-section__content-container {
    flex-direction: column;
    gap: 2rem;
    justify-content: start;
    align-items: start;
    padding: 1rem 0;
  }
  .tab-section__section-content {
    width: 100%;
  }
  .tab-section__cover-image-wrapper {
    width: 100%;
  }
  .tab-section__cover-image {
    aspect-ratio: 4/3;
  }
  .tab-section__cover-image.no-badge {
    width: 100%;
  }
  .tab-section .top {
    font-size: 1.6rem;
  }
  .tab-section .bottom {
    bottom: -4%;
  }
  .tab-section .bottom .label {
    font-size: 1.2rem;
  }
  .tab-section .bottom .amount {
    font-size: 1.6rem;
  }
}
@media (max-width: 450px) {
  .tab-section__title {
    font-size: 2rem;
  }
  .tab-section__content {
    font-size: 1.4rem;
  }
  .tab-section__feature-list-title {
    font-size: 1.4rem;
  }
  .tab-section__feature {
    font-size: 1.2rem;
  }
  .tab-section__cover-image {
    aspect-ratio: 1.1;
  }
  .tab-section .top {
    font-size: 1.2rem;
  }
  .tab-section .bottom {
    bottom: -10%;
  }
  .tab-section .bottom .label {
    font-size: 0.8rem;
  }
  .tab-section .bottom .amount {
    font-size: 1.2rem;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/sections/home/Goals/Goals.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.goals-section {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: max-content;
  min-height: 10rem;
  padding: 2rem 4rem;
  padding-bottom: 5rem;
}
.goals-section.visible::before {
  position: absolute;
  top: -5%;
  left: 20%;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background: rgb(118, 198, 255);
  mix-blend-mode: hard-light;
  filter: blur(190px);
  opacity: 0.17;
  content: "";
}
.goals-section__top {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: max-content;
  min-height: 8rem;
}
.goals-section__title {
  color: rgb(255, 255, 255);
  font-size: 4.8rem;
  font-weight: 700;
}
.goals-section__sub-title {
  color: rgb(167, 167, 173);
  font-size: 2.8rem;
  font-weight: 400;
  text-align: center;
}
.goals-section__sub-title.visible {
  color: rgb(115, 116, 121);
}
.goals-section__bottom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 3rem;
  border-radius: 1.2rem;
  background-color: rgb(6, 6, 6);
}

@media (max-width: 1080px) {
  .goals-section {
    padding: 3rem;
  }
  .goals-section__top, .goals-section__bottom {
    width: 90%;
  }
  .goals-section__title, .goals-section__sub-title {
    text-align: center;
  }
  .goals-section__title {
    width: 80%;
    margin: 0 auto;
  }
  .goals-section__sub-title {
    font-size: 2.4rem;
  }
}
@media (max-width: 820px) {
  .goals-section__top {
    width: 100%;
  }
  .goals-section__title, .goals-section__sub-title {
    text-align: center;
  }
  .goals-section__title {
    font-size: 3.6rem;
  }
  .goals-section__sub-title {
    font-size: 2rem;
  }
}
@media (max-width: 450px) {
  .goals-section {
    padding: 2rem;
  }
  .goals-section__top, .goals-section__bottom {
    width: 100%;
  }
  .goals-section__bottom {
    padding: 2rem;
  }
  .goals-section__title {
    font-size: 2.8rem;
  }
  .goals-section__sub-title {
    font-size: 1.4rem;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/sections/home/Hero/Hero.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.home-hero {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  justify-content: center;
  align-items: center;
}
.home-hero__top {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: center;
  align-items: center;
}
.home-hero__title-container {
  display: block;
}
.home-hero__title {
  color: rgb(255, 255, 255);
  font-size: 8rem;
  font-weight: 700;
  text-align: center;
}
.home-hero__title-two {
  margin-top: -1rem;
  background: linear-gradient(180deg, rgb(255, 255, 255) -59.88%, rgb(118, 198, 255) 133.58%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 8rem;
  font-weight: 700;
  text-align: center;
}
.home-hero__content {
  color: rgb(167, 167, 173);
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
.home-hero__image-container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: max-content;
  border-radius: 0.3rem;
}
.home-hero__image {
  position: relative;
  height: auto;
  aspect-ratio: 0.5;
  will-change: transform;
}
.home-hero__image--left {
  width: 15%;
}
.home-hero__image--right {
  width: 15%;
}
.home-hero__image--bottom {
  width: 20%;
  margin-top: 1.5rem;
}

@media (max-width: 1080px) {
  .home-hero__image--left {
    width: 25%;
  }
  .home-hero__image--right {
    width: 27%;
  }
  .home-hero__image--bottom {
    width: 30%;
  }
}
@media (max-width: 820px) {
  .home-hero__title, .home-hero__title-two {
    width: 100%;
    font-size: 3.6rem;
  }
  .home-hero__content {
    font-size: 1.6rem;
  }
}
@media (width <= 450px) {
  .home-hero {
    gap: 4rem;
  }
  .home-hero__title, .home-hero__title-two {
    font-size: 3.6rem;
  }
  .home-hero__content {
    font-size: 1.6rem;
  }
  .home-hero__image--left {
    width: 20%;
  }
  .home-hero__image--right {
    width: 22%;
  }
  .home-hero__image--bottom {
    width: 25%;
  }
}
@media (width <= 390px) {
  .hero {
    gap: 4rem;
  }
  .hero__title, .hero__title-two {
    font-size: 3.6rem;
  }
  .hero__content {
    font-size: 1.4rem;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/sections/home/Hero/ItrPromoBanner.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.itr-promo-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  padding: 3.25rem 3.5rem;
  margin: 0 auto 3rem;
  overflow: hidden;
  border: 1.5px solid rgba(56, 189, 248, 0.35);
  border-radius: 2rem;
  background: radial-gradient(120% 120% at 50% 0%, #061122 0%, #030814 100%);
  backdrop-filter: blur(24px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.75), 0 0 45px rgba(56, 189, 248, 0.15);
  /* BACKGROUND BLENDED 3D ILLUSTRATION */
  /* CENTERED MAIN CONTENT */
}
@media (width <= 1024px) {
  .itr-promo-banner {
    max-width: 100%;
    padding: 2.5rem 2rem;
  }
}
.itr-promo-banner__bg-image-wrapper {
  position: absolute;
  top: 50%;
  right: 3%;
  z-index: 1;
  opacity: 0.32;
  pointer-events: none;
  transform: translateY(-50%);
  mix-blend-mode: screen;
}
@media (width <= 768px) {
  .itr-promo-banner__bg-image-wrapper {
    right: -10%;
    opacity: 0.15;
  }
}
.itr-promo-banner__bg-image-wrapper .bg-blended-3d-image {
  width: 100%;
  max-width: 440px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(56, 189, 248, 0.25));
}
.itr-promo-banner__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  align-items: center;
  max-width: 850px;
  text-align: center;
}
.itr-promo-banner__content .logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.25rem;
}
.itr-promo-banner__content .logo-wrapper .savart-company-logo {
  height: auto;
  object-fit: contain;
}
.itr-promo-banner__title {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  letter-spacing: -0.025em;
}
.itr-promo-banner__title .title-line-one {
  display: block;
  color: #fff;
  font-size: clamp(2.35rem, 4.2vw, 3.35rem);
  font-weight: 800;
  line-height: 1.15;
}
.itr-promo-banner__title .title-line-two {
  display: block;
  background: linear-gradient(135deg, #38bdf8 0%, #60a5fa 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(2.35rem, 4.2vw, 3.35rem);
  font-weight: 800;
  line-height: 1.15;
}
.itr-promo-banner__subtitle {
  color: #94a3b8;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.itr-promo-banner__btn {
  display: inline-flex;
  gap: 0.75rem;
  align-items: center;
  padding: 1.05rem 2.5rem;
  margin-top: 0.5rem;
  border: none;
  border-radius: 1rem;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.5);
}
.itr-promo-banner__btn:hover {
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
  box-shadow: 0 16px 38px rgba(37, 99, 235, 0.65);
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/sections/home/InvestmentPlaning/InvestmentPlaning.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.investment-planning {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 70%;
  margin: 0 auto 3rem;
}
.investment-planning__heading {
  color: rgb(255, 255, 255);
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 6rem;
  text-align: center;
}
.investment-planning__card {
  width: 80%;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.3s ease-in, transform 0.3s ease-in;
  transform: translateY(3rem);
}
.investment-planning .fade-out {
  opacity: 0;
}
.investment-planning .fade-in {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .investment-planning {
    width: 80%;
  }
}
@media (max-width: 820px) {
  .investment-planning {
    width: 100%;
  }
  .investment-planning__heading {
    font-size: 3.6rem;
    line-height: 4.5rem;
  }
}
@media (width <= 450px) {
  .investment-planning {
    gap: 2rem;
    width: 100%;
  }
  .investment-planning__heading {
    font-size: 2.8rem;
    line-height: 3.75rem;
  }
  .investment-planning__card {
    width: 95%;
  }
}
@media (width <= 390px) {
  .investment-planning {
    gap: 2rem;
    width: 100%;
  }
  .investment-planning__card {
    width: 95%;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/composites/InvestSlider/InvestmentSlider.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.investment-slider {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  width: 100%;
}
.investment-slider__range-display {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 0.1rem;
}
.investment-slider__range-display .active-range {
  color: rgb(207, 211, 218);
  font-size: 2.4rem;
  font-weight: 600;
}
.investment-slider__range-display .range-btn {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  outline: 0;
}
.investment-slider__range-display .inactive-range {
  color: rgb(167, 167, 173);
  font-size: 2.4rem;
  font-weight: 400;
}
.investment-slider__label {
  width: 100%;
  height: max-content;
}
.investment-slider__input {
  appearance: none;
  width: 100%;
  height: 0.8rem;
  border-radius: 0.5rem;
  background: linear-gradient(to right, rgb(118, 198, 255) var(--progress), rgb(115, 116, 121) var(--progress));
  cursor: pointer;
  transition: background 0.8s linear;
  outline: none;
}
.investment-slider__input:active {
  background: linear-gradient(to right, #76c6ff var(--progress), rgb(115, 116, 121) var(--progress));
}
.investment-slider__input::-webkit-slider-thumb {
  appearance: none;
  width: 2.5rem;
  height: 2.5rem;
  border: 3px solid rgb(118, 198, 255);
  border-radius: 50%;
  background-color: rgb(0, 0, 0);
  cursor: grab;
  transition: transform 0.3s linear;
}
.investment-slider__input::-webkit-slider-thumb:hover {
  transform: scale(1.2);
}
.investment-slider__input::-webkit-slider-thumb:active {
  transform: scale(1.3);
}
.investment-slider__input::-moz-range-thumb {
  appearance: none;
  width: 2.5rem;
  height: 2.5rem;
  border: 3px solid rgb(118, 198, 255);
  border-radius: 50%;
  background-color: rgb(0, 0, 0);
  cursor: grab;
  transition: transform 0.3s linear;
}
.investment-slider__input::-moz-range-thumb:hover {
  transform: scale(1.2);
}
.investment-slider__input::-moz-range-thumb:active {
  transform: scale(1.3);
}

@media (width <= 820px) {
  .investment-slider__range-display .active-range {
    font-size: 1.6rem;
  }
  .investment-slider__range-display .inactive-range {
    font-size: 1.6rem;
  }
  .investment-slider__input {
    height: 0.4rem;
  }
  .investment-slider__input::-webkit-slider-thumb, .investment-slider__input::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 450px) {
  .investment-slider__range-display .active-range {
    font-size: 1.2rem;
  }
  .investment-slider__range-display .inactive-range {
    font-size: 1.2rem;
  }
  .investment-slider__input {
    height: 0.4rem;
  }
  .investment-slider__input::-webkit-slider-thumb, .investment-slider__input::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 390px) {
  .investment-slider__range-display .active-range {
    font-size: 1.2rem;
  }
  .investment-slider__range-display .inactive-range {
    font-size: 1.2rem;
  }
  .investment-slider__input {
    height: 0.3rem;
  }
  .investment-slider__input::-webkit-slider-thumb, .investment-slider__input::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/cards/RecommendationCard/RecommendationCard.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.recommendation-card {
  position: relative;
  padding: 3rem;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.recommendation-card::after {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 1.5px;
  border-radius: 1.5rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.28) 0.3%, rgba(255, 255, 255, 0) 51.62%);
  opacity: 0.5;
  content: "";
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.recommendation-card__container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  padding: 2rem 0 4rem;
  border-radius: 2rem;
  text-align: center;
}
.recommendation-card__container::after {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 1.5px;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 59.09%);
  opacity: 1;
  content: "";
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.recommendation-card__heading {
  background-image: linear-gradient(177.11deg, rgba(255, 255, 255, 0) -49.09%, rgb(255, 255, 255) 71.86%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.4rem;
  font-weight: 500;
}
.recommendation-card__content {
  width: 70%;
  margin: 0.5rem 0;
  color: rgb(167, 167, 173);
  font-size: 1.6rem;
  font-weight: 400;
}
.recommendation-card__plan {
  font-size: 3.6rem;
  font-weight: 700;
}
.recommendation-card.yellow-card {
  border: 1.5px solid transparent;
  background: linear-gradient(180deg, rgba(255, 241, 118, 0.1) 0%, rgba(255, 241, 118, 0) 58.84%) padding-box;
}
.recommendation-card.yellow-card::after {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 1.5px;
  border-radius: 1.5rem;
  background: linear-gradient(0deg, rgba(255, 241, 118, 0.28) 0.3%, rgba(255, 241, 118, 0) 51.62%);
  opacity: 1;
  content: "";
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.recommendation-card.yellow-card .recommendation-card__container {
  border: 1.5px solid transparent;
  background: linear-gradient(180deg, rgba(255, 241, 118, 0) 55.71%, rgba(255, 241, 118, 0.15) 99.65%);
}
.recommendation-card.yellow-card .recommendation-card__container::after {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 1.5px;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 59.09%);
  opacity: 1;
  content: "";
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.recommendation-card.yellow-card .recommendation-card__plan {
  color: rgb(255, 241, 118);
}
.recommendation-card.white-card {
  overflow: hidden;
  border: 1.5px solid transparent;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 50%) padding-box;
}
.recommendation-card.white-card::after {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 1.5px;
  border-radius: 1.5rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0.3%, rgba(255, 255, 255, 0) 51.62%);
  opacity: 1;
  content: "";
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.recommendation-card.white-card .recommendation-card__container {
  border: 1.5px solid transparent;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 50%) padding-box;
}
.recommendation-card.white-card .recommendation-card__container::after {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 1.5px;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 59.09%);
  opacity: 1;
  content: "";
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.recommendation-card.white-card .recommendation-card__plan {
  color: rgb(255, 255, 255);
}
.recommendation-card.gold-card {
  border: 1.5px solid transparent;
  background: linear-gradient(180deg, rgba(255, 164, 60, 0.1) 0%, rgba(255, 164, 60, 0) 58.84%) padding-box;
}
.recommendation-card.gold-card::after {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 2px;
  border-radius: 1.5rem;
  background: linear-gradient(0deg, rgba(255, 241, 118, 0.28) 0.3%, rgba(255, 241, 118, 0) 51.62%);
  opacity: 1;
  content: "";
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.recommendation-card.gold-card .recommendation-card__container {
  border: 1.5px solid transparent;
  background: linear-gradient(180deg, rgba(255, 164, 60, 0) 55.71%, rgba(255, 164, 60, 0.15) 99.65%);
}
.recommendation-card.gold-card .recommendation-card__container::after {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 1.5px;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(255, 241, 118, 0.28) 0%, rgba(255, 241, 118, 0) 59.09%);
  opacity: 1;
  content: "";
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.recommendation-card.gold-card .recommendation-card__plan {
  color: rgb(255, 164, 60);
}
.recommendation-card.blue-card {
  border: 0.2rem solid transparent;
  background: linear-gradient(180deg, rgba(118, 198, 255, 0.1) 0%, rgba(118, 198, 255, 0) 58.84%) padding-box;
}
.recommendation-card.blue-card::after {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0.2rem;
  border-radius: 1.5rem;
  background: linear-gradient(0deg, rgba(118, 198, 255, 0.28) 0.3%, rgba(118, 198, 255, 0) 51.62%);
  opacity: 1;
  content: "";
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.recommendation-card.blue-card .recommendation-card__container {
  border: 1.5px solid transparent;
  background: linear-gradient(180deg, rgba(118, 198, 255, 0) 55.71%, rgba(118, 198, 255, 0.15) 99.65%);
}
.recommendation-card.blue-card .recommendation-card__container::after {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 1.5px;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(118, 198, 255, 0.28) 0%, rgba(118, 198, 255, 0) 59.09%);
  opacity: 1;
  content: "";
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.recommendation-card.blue-card .recommendation-card__plan {
  color: rgb(99, 187, 223);
}
.recommendation-card.pink-card {
  border: 1.5px solid transparent;
  background: linear-gradient(180deg, rgba(255, 118, 233, 0.1) 0%, rgba(255, 118, 233, 0) 58.84%) padding-box;
}
.recommendation-card.pink-card::after {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 1.5px;
  border-radius: 1.5rem;
  background: linear-gradient(0deg, rgba(255, 118, 233, 0.28) 0.3%, rgba(255, 118, 233, 0) 51.62%);
  opacity: 1;
  content: "";
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.recommendation-card.pink-card .recommendation-card__container {
  border: 1.5px solid transparent;
  background: linear-gradient(180deg, rgba(255, 118, 233, 0) 55.71%, rgba(255, 118, 233, 0.15) 99.65%);
}
.recommendation-card.pink-card .recommendation-card__container::after {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 1.5px;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(255, 118, 233, 0.28) 0%, rgba(255, 118, 233, 0) 59.09%);
  opacity: 1;
  content: "";
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.recommendation-card.pink-card .recommendation-card__plan {
  color: rgb(255, 118, 233);
}
.recommendation-card__btn .primary-button {
  margin: 0 auto;
}

@media (max-width: 820px) {
  .recommendation-card {
    padding: 2rem;
  }
  .recommendation-card__container {
    padding: 1.5rem 2rem;
  }
  .recommendation-card__heading {
    font-size: 2rem;
  }
  .recommendation-card__content {
    width: 90%;
    font-size: 1.4rem;
  }
  .recommendation-card__plan {
    font-size: 2rem;
  }
  .recommendation-card__image {
    width: 10rem;
    height: auto;
  }
  .recommendation-card__btn .primary-button.small {
    padding: 0.5rem 1rem;
  }
}
@media (width <= 450px) {
  .recommendation-card {
    padding: 2rem;
  }
  .recommendation-card__container {
    padding: 1.5rem 2rem;
  }
  .recommendation-card__heading {
    font-size: 1.2rem;
  }
  .recommendation-card__content {
    font-size: 0.8rem;
  }
  .recommendation-card__plan {
    font-size: 1.6rem;
  }
}
@media (width <= 390px) {
  .recommendation-card__heading {
    font-size: 1.2rem;
  }
  .recommendation-card__content {
    font-size: 0.8rem;
  }
  .recommendation-card__plan {
    font-size: 1.6rem;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/sections/home/PortfolioInsights/PortfolioInsights.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.portfolio-insights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 4rem;
  width: 100%;
  height: max-content;
  min-height: 10rem;
  color: rgb(255, 255, 255);
}
.portfolio-insights__image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 0.7;
}

@media (max-width: 1080px) {
  .portfolio-insights {
    gap: 5rem 2.5rem;
  }
}
@media (max-width: 820px) {
  .portfolio-insights {
    gap: 4rem 2rem;
  }
}
@media (max-width: 450px) {
  .portfolio-insights {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
    row-gap: 3rem;
  }
  .portfolio-insights__image-wrapper {
    aspect-ratio: 0.7;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/sections/home/Synapse/Synapse.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.synapse {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 6rem;
  overflow: hidden;
}
.synapse::before {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: -1;
  width: 50%;
  height: 50%;
  background: rgb(118, 198, 255);
  opacity: 0.1;
  content: "";
  filter: blur(200px);
  mix-blend-mode: hard-light;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/sections/home/Synapse/StockAdviceSection/StockAdviceSection.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* instrument-sans-latin-ext-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-ext-400-normal.7cd252cf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-ext-400-normal.ea6e49b1.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* instrument-sans-latin-400-normal */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/instrument-sans-latin-400-normal.d485ddcf.woff2) format("woff2"), url(/_next/static/media/instrument-sans-latin-400-normal.0671ff9d.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* familjen-grotesk-vietnamese-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.d6c2718f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-vietnamese-400-normal.4612bd4c.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* familjen-grotesk-latin-ext-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.96c7f186.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-ext-400-normal.c5032abd.woff) format("woff");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* familjen-grotesk-latin-400-normal */
@font-face {
  font-family: "Familjen Grotesk";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/familjen-grotesk-latin-400-normal.00dced3f.woff2) format("woff2"), url(/_next/static/media/familjen-grotesk-latin-400-normal.b2b1cea5.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/ # Do take a look at this article - pramod
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

*:focus {
  outline: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root {
  isolation: isolate;
}

input[type=number] {
  appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* FormInput mixins */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.flex-box {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
.flex-box__left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: 2rem;
}
.flex-box__left .heading {
  width: 80%;
  margin: 0;
  color: rgb(255, 255, 255);
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 6rem;
}
.flex-box__left .content {
  margin-top: 2rem;
  color: rgb(198, 198, 198);
  font-size: 2rem;
  font-weight: 500;
}
.flex-box__right {
  justify-content: start;
  width: 50%;
  text-align: right;
}
.flex-box__image-wrapper {
  position: relative;
  width: 85%;
  aspect-ratio: 2/3;
  margin: 0 auto;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .flex-box {
    width: 75%;
  }
  .flex-box__left .heading {
    width: 100%;
  }
  .flex-box__image-wrapper {
    width: 100%;
  }
}
@media (min-width: 1080px) and (max-width: 1200px) {
  .flex-box {
    width: 85%;
  }
  .flex-box__left .heading {
    width: 100%;
  }
  .flex-box__image-wrapper {
    width: 90%;
  }
}
@media (max-width: 1080px) {
  .flex-box {
    width: 90%;
  }
  .flex-box__left .heading {
    width: 100%;
  }
}
@media (max-width: 820px) {
  .flex-box {
    flex-direction: column;
    gap: 3rem;
    align-items: center;
    width: 100%;
  }
  .flex-box__left {
    justify-content: center;
    width: 90%;
  }
  .flex-box__left .heading {
    width: 100%;
    font-size: 3.6rem;
    line-height: 4rem;
  }
  .flex-box__left .content {
    font-size: 1.6rem;
    text-align: center;
  }
  .flex-box__right {
    width: 100%;
  }
  .flex-box__image-wrapper {
    width: 55%;
  }
}
@media (width <= 450px) {
  .flex-box {
    flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
  .flex-box__left, .flex-box__right {
    width: 100%;
  }
  .flex-box__left {
    justify-content: center;
  }
  .flex-box__left .heading {
    width: 80%;
    margin: 0 auto;
    font-size: 2.8rem;
    line-height: 3rem;
    text-align: center;
  }
  .flex-box__left .content {
    font-size: 1.4rem;
    text-align: center;
  }
  .flex-box__image-wrapper {
    width: 80%;
  }
}
@media (width <= 390px) {
  .flex-box {
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    width: 100%;
  }
  .flex-box__left, .flex-box__right {
    width: 100%;
  }
  .flex-box__left {
    justify-content: center;
  }
  .flex-box__image-wrapper {
    width: 85%;
  }
}
