html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

[hidden],
template {
  display: none
}

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

button {
  background-color: transparent;
  background-image: none
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

fieldset,
ol,
ul {
  margin: 0;
  padding: 0
}

ol,
ul {
  list-style: none
}

html {
  font-family: Quicksand, -apple-system, BlinkMacSystemFont;
  line-height: 1.5
}

*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid #e2e8f0
}

hr {
  border-top-width: 1px
}

img {
  border-style: solid
}

textarea {
  resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a0aec0
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a0aec0
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0
}

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

table {
  border-collapse: collapse
}

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

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

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit
}

code,
kbd,
pre,
samp {
  font-family: Satisfy, SFMono-Regular, Menlo
}

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

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

.container {
  width: 100%
}

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

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

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

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

.bg-transparent {
  background-color: transparent
}

.bg-regal-purple {
  --bg-opacity: 1;
  background-color: #0a192f;
  background-color: rgba(10, 25, 47, var(--bg-opacity))
}

.bg-aside-purple {
  --bg-opacity: 1;
  background-color: #172a45;
  background-color: rgba(23, 42, 69, var(--bg-opacity))
}

.hover\:bg-hover-purple:hover {
  background-color: rgba(36, 59, 90, .62)
}

.border-regal-blue {
  --border-opacity: 1;
  border-color: #64ffda;
  border-color: rgba(100, 255, 218, var(--border-opacity))
}

.rounded-sm {
  border-radius: .125rem
}

.rounded {
  border-radius: .25rem
}

.rounded-md {
  border-radius: .375rem
}

.rounded-lg {
  border-radius: .5rem
}

.rounded-full {
  border-radius: 9999px
}

.border-2 {
  border-width: 2px
}

.border {
  border-width: 1px
}

.cursor-pointer {
  cursor: pointer
}

.block {
  display: block
}

.flex {
  display: flex
}

.grid {
  display: grid
}

.hidden {
  display: none
}

.flex-row {
  flex-direction: row
}

.flex-col {
  flex-direction: column
}

.flex-wrap {
  flex-wrap: wrap
}

.items-start {
  align-items: flex-start
}

.items-end {
  align-items: flex-end
}

.items-center {
  align-items: center
}

.self-start {
  align-self: flex-start
}

.self-center {
  align-self: center
}

.justify-start {
  justify-content: flex-start
}

.justify-center {
  justify-content: center
}

.justify-between {
  justify-content: space-between
}

.order-1 {
  order: 1
}

.order-2 {
  order: 2
}

.font-sans {
  font-family: Quicksand, -apple-system, BlinkMacSystemFont
}

.font-serif {
  font-family: "Hind Siliguri", Georgia, Cambria
}

.font-mono {
  font-family: Satisfy, SFMono-Regular, Menlo
}

.font-hairline {
  font-weight: 100
}

.font-normal {
  font-weight: 400
}

.font-medium {
  font-weight: 500
}

.font-semibold {
  font-weight: 600
}

.font-bold {
  font-weight: 700
}

.h-3 {
  height: .75rem
}

.h-4 {
  height: 1rem
}

.h-5 {
  height: 1.25rem
}

.h-16 {
  height: 4rem
}

.h-auto {
  height: auto
}

.h-full {
  height: 100%
}

.h-screen {
  height: 100vh
}

.text-sm {
  font-size: .875rem
}

.text-base {
  font-size: 1rem
}

.text-lg {
  font-size: 1.125rem
}

.text-xl {
  font-size: 1.25rem
}

.text-2xl {
  font-size: 1.5rem
}

.text-3xl {
  font-size: 1.875rem
}

.text-5xl {
  font-size: 3rem
}

.leading-snug {
  line-height: 1.375
}

.leading-loose {
  line-height: 2
}

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.mt-0 {
  margin-top: 0
}

.mt-1 {
  margin-top: .25rem
}

.mt-2 {
  margin-top: .5rem
}

.mr-2 {
  margin-right: .5rem
}

.ml-2 {
  margin-left: .5rem
}

.mt-3 {
  margin-top: .75rem
}

.mt-4 {
  margin-top: 1rem
}

.mb-4 {
  margin-bottom: 1rem
}

.ml-4 {
  margin-left: 1rem
}

.mt-5 {
  margin-top: 1.25rem
}

.mr-5 {
  margin-right: 1.25rem
}

.mb-6 {
  margin-bottom: 1.5rem
}

.ml-6 {
  margin-left: 1.5rem
}

.mt-8 {
  margin-top: 2rem
}

.mb-8 {
  margin-bottom: 2rem
}

.mt-10 {
  margin-top: 2.5rem
}

.mb-10 {
  margin-bottom: 2.5rem
}

.mb-16 {
  margin-bottom: 4rem
}

.-mt-1 {
  margin-top: -.25rem
}

.max-w-6xl {
  max-width: 72rem
}

.min-h-screen {
  min-height: 100vh
}

.opacity-75 {
  opacity: .75
}

.opacity-100 {
  opacity: 1
}

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

.overflow-auto {
  overflow: auto
}

.overflow-x-hidden {
  overflow-x: hidden
}

.overflow-y-hidden {
  overflow-y: hidden
}

.p-0 {
  padding: 0
}

.p-3 {
  padding: .75rem
}

.p-5 {
  padding: 1.25rem
}

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem
}

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem
}

.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem
}

.pr-2 {
  padding-right: .5rem
}

.pt-4 {
  padding-top: 1rem
}

.pr-4 {
  padding-right: 1rem
}

.pt-5 {
  padding-top: 1.25rem
}

.pl-5 {
  padding-left: 1.25rem
}

.pb-8 {
  padding-bottom: 2rem
}

.pb-10 {
  padding-bottom: 2.5rem
}

.pt-24 {
  padding-top: 6rem
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.top-0 {
  top: 0
}

.bottom-0 {
  bottom: 0
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06)
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

.text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity))
}

.text-gray-900 {
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity))
}

.text-regal-blue {
  --text-opacity: 1;
  color: #64ffda;
  color: rgba(100, 255, 218, var(--text-opacity))
}

.text-regal-pink {
  --text-opacity: 1;
  color: #e66470;
  color: rgba(230, 100, 112, var(--text-opacity))
}

.hover\:text-regal-blue:hover {
  --text-opacity: 1;
  color: #64ffda;
  color: rgba(100, 255, 218, var(--text-opacity))
}

.hover\:text-regal-pink:hover {
  --text-opacity: 1;
  color: #e66470;
  color: rgba(230, 100, 112, var(--text-opacity))
}

.italic {
  font-style: italic
}

.tracking-tighter {
  letter-spacing: -.05em
}

.tracking-tight {
  letter-spacing: -.025em
}

.tracking-normal {
  letter-spacing: 0
}

.tracking-wide {
  letter-spacing: .025em
}

.tracking-wider {
  letter-spacing: .05em
}

.w-5 {
  width: 1.25rem
}

.w-auto {
  width: auto
}

.w-1\/2 {
  width: 50%
}

.w-full {
  width: 100%
}

.z-10 {
  z-index: 10
}

.z-50 {
  z-index: 50
}

.gap-8 {
  grid-gap: 2rem;
  gap: 2rem
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr))
}

.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

.hover\:rotate-360:hover {
  --transform-rotate: 360deg
}

.hover\:-translate-y-3:hover {
  --transform-translate-y: -0.75rem
}

.transition-all {
  transition-property: all
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
}

.ease-in {
  transition-timing-function: cubic-bezier(.4, 0, 1, 1)
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.ease-in-out {
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.duration-500 {
  transition-duration: .5s
}

@-webkit-keyframes spin {
  to {
      transform: rotate(1turn)
  }
}

@keyframes spin {
  to {
      transform: rotate(1turn)
  }
}

@-webkit-keyframes ping {

  75%,
  to {
      transform: scale(2);
      opacity: 0
  }
}

@keyframes ping {

  75%,
  to {
      transform: scale(2);
      opacity: 0
  }
}

@-webkit-keyframes pulse {
  50% {
      opacity: .5
  }
}

@keyframes pulse {
  50% {
      opacity: .5
  }
}

@-webkit-keyframes bounce {

  0%,
  to {
      transform: translateY(-25%);
      -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
      animation-timing-function: cubic-bezier(.8, 0, 1, 1)
  }

  50% {
      transform: none;
      -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
      animation-timing-function: cubic-bezier(0, 0, .2, 1)
  }
}

@keyframes bounce {

  0%,
  to {
      transform: translateY(-25%);
      -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
      animation-timing-function: cubic-bezier(.8, 0, 1, 1)
  }

  50% {
      transform: none;
      -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
      animation-timing-function: cubic-bezier(0, 0, .2, 1)
  }
}

:root {
  --regal-blue: #64ffda;
  --regal-purple: #0a192f;
  --regal-pink: #e66470;
  --regal-hover-purple: rgba(10, 25, 47, 0.62);
  --regal-aside-purple: #172a45;
  --hover-purple: rgba(36, 59, 90, 0.62)
}

@media (min-width: 640px) {
  .sm\:bg-transparent {
      background-color: transparent
  }

  .sm\:block {
      display: block
  }

  .sm\:flex {
      display: flex
  }

  .sm\:grid {
      display: grid
  }

  .sm\:hidden {
      display: none
  }

  .sm\:font-semibold {
      font-weight: 600
  }

  .sm\:text-3xl {
      font-size: 1.875rem
  }

  .sm\:mt-0 {
      margin-top: 0
  }

  .sm\:mt-10 {
      margin-top: 2.5rem
  }

  .sm\:py-0 {
      padding-top: 0;
      padding-bottom: 0
  }

  .sm\:px-40 {
      padding-left: 10rem;
      padding-right: 10rem
  }

  .sm\:pl-3 {
      padding-left: .75rem
  }

  .sm\:col-gap-0 {
      grid-column-gap: 0;
      -moz-column-gap: 0;
      column-gap: 0
  }

  .sm\:row-gap-2 {
      grid-row-gap: .5rem;
      row-gap: .5rem
  }

  .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .sm\:col-span-2 {
      grid-column: span 2/span 2
  }
}

@media (min-width: 768px) {
  .md\:block {
      display: block
  }

  .md\:items-end {
      align-items: flex-end
  }

  .md\:self-center {
      align-self: center
  }

  .md\:order-1 {
      order: 1
  }

  .md\:font-medium {
      font-weight: 500
  }

  .md\:font-semibold {
      font-weight: 600
  }

  .md\:h-5 {
      height: 1.25rem
  }

  .md\:h-20 {
      height: 5rem
  }

  .md\:text-xl {
      font-size: 1.25rem
  }

  .md\:text-2xl {
      font-size: 1.5rem
  }

  .md\:text-3xl {
      font-size: 1.875rem
  }

  .md\:text-5xl {
      font-size: 3rem
  }

  .md\:text-6xl {
      font-size: 4rem
  }

  .md\:ml-0 {
      margin-left: 0
  }

  .md\:mt-4 {
      margin-top: 1rem
  }

  .md\:mb-5 {
      margin-bottom: 1.25rem
  }

  .md\:mb-8 {
      margin-bottom: 2rem
  }

  .md\:mt-10 {
      margin-top: 2.5rem
  }

  .md\:mr-10 {
      margin-right: 2.5rem
  }

  .md\:mb-12 {
      margin-bottom: 3rem
  }

  .md\:mb-40 {
      margin-bottom: 10rem
  }

  .md\:-mt-4 {
      margin-top: -1rem
  }

  .md\:-mr-64 {
      margin-right: -16rem
  }

  .md\:px-0 {
      padding-left: 0;
      padding-right: 0
  }

  .md\:px-4 {
      padding-left: 1rem;
      padding-right: 1rem
  }

  .md\:py-8 {
      padding-top: 2rem;
      padding-bottom: 2rem
  }

  .md\:px-10 {
      padding-left: 2.5rem;
      padding-right: 2.5rem
  }

  .md\:py-16 {
      padding-top: 4rem;
      padding-bottom: 4rem
  }

  .md\:py-24 {
      padding-top: 6rem;
      padding-bottom: 6rem
  }

  .md\:pr-0 {
      padding-right: 0
  }

  .md\:pl-5 {
      padding-left: 1.25rem
  }

  .md\:pr-10 {
      padding-right: 2.5rem
  }

  .md\:fixed {
      position: fixed
  }

  .md\:bottom-0 {
      bottom: 0
  }

  .md\:text-left {
      text-align: left
  }

  .md\:text-right {
      text-align: right
  }

  .md\:text-justify {
      text-align: justify
  }

  .md\:w-5 {
      width: 1.25rem
  }

  .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .md\:col-span-2 {
      grid-column: span 2/span 2
  }

  .md\:row-auto {
      grid-row: auto
  }
}

@media (min-width: 1024px) {
  .lg\:flex {
      display: flex
  }

  .lg\:grid {
      display: grid
  }

  .lg\:hidden {
      display: none
  }

  .lg\:items-start {
      align-items: flex-start
  }

  .lg\:order-1 {
      order: 1
  }

  .lg\:h-6 {
      height: 1.5rem
  }

  .lg\:h-8 {
      height: 2rem
  }

  .lg\:h-20 {
      height: 5rem
  }

  .lg\:h-auto {
      height: auto
  }

  .lg\:text-sm {
      font-size: .875rem
  }

  .lg\:text-xl {
      font-size: 1.25rem
  }

  .lg\:text-2xl {
      font-size: 1.5rem
  }

  .lg\:text-4xl {
      font-size: 2.25rem
  }

  .lg\:leading-tight {
      line-height: 1.25
  }

  .lg\:leading-normal {
      line-height: 1.5
  }

  .lg\:mt-0 {
      margin-top: 0
  }

  .lg\:mr-0 {
      margin-right: 0
  }

  .lg\:ml-0 {
      margin-left: 0
  }

  .lg\:mr-2 {
      margin-right: .5rem
  }

  .lg\:ml-2 {
      margin-left: .5rem
  }

  .lg\:mb-12 {
      margin-bottom: 3rem
  }

  .lg\:mb-16 {
      margin-bottom: 4rem
  }

  .lg\:mr-20 {
      margin-right: 5rem
  }

  .lg\:mb-24 {
      margin-bottom: 6rem
  }

  .lg\:mb-32 {
      margin-bottom: 8rem
  }

  .lg\:-mt-2 {
      margin-top: -.5rem
  }

  .lg\:-mt-4 {
      margin-top: -1rem
  }

  .lg\:-mr-16 {
      margin-right: -4rem
  }

  .lg\:-ml-16 {
      margin-left: -4rem
  }

  .lg\:max-w-3xl {
      max-width: 48rem
  }

  .lg\:p-8 {
      padding: 2rem
  }

  .lg\:py-32 {
      padding-top: 8rem;
      padding-bottom: 8rem
  }

  .lg\:px-40 {
      padding-left: 10rem;
      padding-right: 10rem
  }

  .lg\:px-48 {
      padding-left: 12rem;
      padding-right: 12rem
  }

  .lg\:pl-3 {
      padding-left: .75rem
  }

  .lg\:pt-24 {
      padding-top: 6rem
  }

  .lg\:pb-24 {
      padding-bottom: 6rem
  }

  .lg\:pr-40 {
      padding-right: 10rem
  }

  .lg\:pr-48 {
      padding-right: 12rem
  }

  .lg\:pl-64 {
      padding-left: 16rem
  }

  .lg\:text-left {
      text-align: left
  }

  .lg\:w-6 {
      width: 1.5rem
  }

  .lg\:w-8 {
      width: 2rem
  }

  .lg\:w-7\/12 {
      width: 58.333333%
  }

  .lg\:w-8\/12 {
      width: 66.666667%
  }

  .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .lg\:col-span-1 {
      grid-column: span 1/span 1
  }

  .lg\:col-start-2 {
      grid-column-start: 2
  }

  .lg\:row-start-1 {
      grid-row-start: 1
  }
}

html {
  font-family: "Hind Siliguri", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  scroll-behavior: smooth;
  background-color: var(--regal-purple)
}

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  transition: all .09s ease-in-out
}

::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 6px;
  z-index: 2
}

::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
  background: var(--regal-blue);
  border-radius: 1rem
}

::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
  background: var(--regal-purple)
}

body {
  font-size: 16px
}

@media screen and (max-width: 1024px) {
  body {
      font-size: 14px
  }
}

@media screen and (max-width: 640px) {
  body {
      font-size: 12px
  }
}

.nuxt-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 0;
  opacity: 1;
  transition: width .1s, opacity .4s;
  background-color: #fff;
  z-index: 999999
}

.nav-links.blo[data-v-13a4f914] {
  right: 0;
  transition: right 0.5s ease-in
}

.nav-links.hid[data-v-13a4f914] {
  display: none;
  right: -1000px;
  transition: all 0.5s ease-out
}


section .hero-text[data-v-dfdbaa32] {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-family: "Hind Siliguri", Georgia, Cambria;
  font-weight: 400;
  opacity: .75;
  letter-spacing: 0;
  margin-top: 2rem
}

.about-content .image-wrapper[data-v-7cf7f3d0] {
  width: 288px;
  height: 288px
}

.about-content .image-wrapper .img[data-v-7cf7f3d0] {
  width: 17rem;
  height: 17rem;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  background: url('assets/images/official\ one.png');
  background-size: cover;
  background-position: 50%;
  background-blend-mode: multiply;
  box-shadow: 0 10px 30px -15px rgba(2, 12, 27, .7);
  z-index: 400
}

.about-content .image-wrapper .overlay[data-v-7cf7f3d0] {
  position: absolute;
  width: 17rem;
  height: 17rem;
  background-color: #64ffda;
  transition: all .25s cubic-bezier(.645, .045, .355, 1) 0s;
  opacity: .3;
  z-index: 1000;
  filter: contrast(1)
}

.about-content .image-wrapper .overlay[data-v-7cf7f3d0]:hover {
  background-color: transparent
}

.about-content .image-wrapper .overlay:hover .square[data-v-7cf7f3d0] {
  border: 2px solid var(--regal-blue)
}

.about-content .image-wrapper .square[data-v-7cf7f3d0] {
  position: absolute;
  width: 17rem;
  height: 17rem;
  border: 2px solid var(--regal-blue);
  border-radius: 5px;
  opacity: .8;
  z-index: 2
}

@media screen and (max-width: 414px) {
  section header .text-about[data-v-7cf7f3d0]:after {
      display: none;
      content: "";
      position: absolute;
      height: 1px;
      width: 63%;
      top: 48%;
      right: 10px;
      opacity: .3;
      background: var(--regal-blue)
  }
}

@media screen and (max-width: 968px) {
  section header .text-about[data-v-7cf7f3d0]:after {
      content: "";
      position: absolute;
      height: 1px;
      width: 70%;
      top: 48%;
      right: 10%;
      opacity: .3;
      background: var(--regal-blue)
  }
}

@media screen and (min-width: 1024px) {
  section header .text-about[data-v-7cf7f3d0]:after {
      content: "";
      position: absolute;
      height: 1px;
      width: 20vw;
      top: 48%;
      left: 15%;
      opacity: .3;
      background: var(--regal-blue)
  }
}

section .work-place .work-tab[data-v-03eac2ba] {
  position: relative;
  flex-direction: column;
  width: 50%;
  align-self: flex-start;
  border-left: 1px solid var(--regal-blue)
}

section .work-place .work-tab .active-tab[data-v-03eac2ba] {
  position: absolute;
  left: 0;
  background: var(--regal-blue);
  width: 3px;
  height: 2.75rem;
  margin-left: -2px;
  transition: all .4s
}

section .work-place .work-tab .place[data-v-03eac2ba] {
  padding: .75rem 2rem;
  width: 100%;
  cursor: pointer;
  font-size: .875rem;
  margin-left: -2px
}

section .work-place .work-tab .active-span.place[data-v-03eac2ba] {
  color: var(--regal-blue);
  background-color: var(--hover-purple)
}

@media screen and (max-width: 414px) {
  section header .text-work[data-v-03eac2ba]:after {
      display: none;
      content: "";
      position: absolute;
      height: 1px;
      width: 63%;
      top: 48%;
      right: 10px;
      opacity: .3;
      background: var(--regal-blue)
  }
}

@media screen and (max-width: 968px) {
  section header .text-work[data-v-03eac2ba]:after {
      content: "";
      position: absolute;
      height: 1px;
      width: 70%;
      top: 48%;
      right: 10%;
      opacity: .3;
      background: var(--regal-blue)
  }
}

@media screen and (min-width: 1024px) {
  section header .text-work[data-v-03eac2ba]:after {
      content: "";
      position: absolute;
      height: 1px;
      width: 30%;
      top: 48%;
      left: 30%;
      opacity: .3;
      background: var(--regal-blue)
  }
}

.project-content .image-wrapper[data-v-48cd35a6] {
  width: 100%;
  height: auto;
  position: relative
}

@media screen and (min-width: 400px) {
  section header .text-project[data-v-48cd35a6]:after {
      content: "";
      position: absolute;
      height: 1px;
      width: 63%;
      top: 48%;
      right: 10px;
      opacity: .3;
      background: var(--regal-blue)
  }
}

@media screen and (max-width: 768px) {
  section .project-content .image-wrapper[data-v-48cd35a6] {
      width: 100%
  }
}

@media screen and (min-width: 1024px) {
  section header .text-project[data-v-48cd35a6]:after {
      content: "";
      position: absolute;
      height: 1px;
      width: 20vw;
      top: 48%;
      left: 24%;
      opacity: .3;
      background: var(--regal-blue)
  }

  section .project-content .lg\:grid-cols-3[data-v-48cd35a6] {
      grid-template-columns: repeat(3, minmax(0, 1fr))
  }
}

.card[data-v-4a3830e6] {
  height: auto
}