@font-face {
  font-family: "Visuelt Pro";
  src: url(/fonts/VisueltPro/VisueltPro-Bold.woff) format("woff"), url(/fonts/VisueltPro/VisueltPro-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Visuelt Pro";
  src: url(/fonts/VisueltPro/VisueltPro-Regular.woff) format("woff"), url(/fonts/VisueltPro/VisueltPro-Regular.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Visuelt Pro";
  src: url(/fonts/VisueltPro/VisueltPro-Light.woff) format("woff"), url(/fonts/VisueltPro/VisueltPro-Light.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std";
  src: url(/fonts/CircularStd/CircularStd-Bold.woff) format("woff"), url(/fonts/CircularStd/CircularStd-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --placeholder: #f7f7f7;
  --tertiary: #000000;
  --tertiary-bg: #ececec;
  --neutral-bg: #c1c1c1;
  --border: #c1c1c1;
  --nav-after: #f7f7f7;
  --tooltip-bg: $contrast-light;
  --preview: url("../images/backpack/light.svg");
}
:root img.__light {
  display: block;
}
:root img.__dark {
  display: none;
}

[data-theme=dark] {
  --placeholder: #24272D;
  --tertiary: #ffffff;
  --tertiary-bg: #383E49;
  --neutral-bg: #282D35;
  --border: #383E49;
  --nav-after: #24272d;
  --tooltip-bg: $sidebar-dark;
  --preview: url("../images/backpack/dark.svg");
}
[data-theme=dark] img.__light {
  display: none;
}
[data-theme=dark] img.__dark {
  display: block;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(720deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.p-progress-spinner-svg {
  width: 60px;
  height: 60px;
  animation: p-progress-spinner-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.p-progress-spinner-circle {
  stroke-dasharray: 89, 200;
  stroke-dashoffset: 0;
  stroke: #40b4ea;
  animation: p-progress-spinner-dash 1.5s ease-in-out infinite, p-progress-spinner-color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes p-progress-spinner-rotate {
  to {
    transform: rotate(1turn);
  }
}
@keyframes p-progress-spinner-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  to {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes p-progress-spinner-color {
  0%, to {
    stroke: #40b4ea;
  }
  40% {
    stroke: #40b4ea;
  }
  66% {
    stroke: #40b4ea;
  }
  80%, 90% {
    stroke: #40b4ea;
  }
}
@keyframes swipe {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  30% {
    transform: translateY(8px);
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    transform: translateY(0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes glitch-animation-1 {
  0% {
    clip: rect(102px, 350px, 11px, 30px);
  }
  5% {
    clip: rect(138px, 350px, 105px, 30px);
  }
  10% {
    clip: rect(125px, 350px, 26px, 30px);
  }
  15% {
    clip: rect(85px, 350px, 83px, 30px);
  }
  20% {
    clip: rect(79px, 350px, 95px, 30px);
  }
  25% {
    clip: rect(103px, 350px, 97px, 30px);
  }
  30% {
    clip: rect(106px, 350px, 77px, 30px);
  }
  35% {
    clip: rect(108px, 350px, 16px, 30px);
  }
  40% {
    clip: rect(88px, 350px, 83px, 30px);
  }
  45% {
    clip: rect(79px, 350px, 29px, 30px);
  }
  50% {
    clip: rect(13px, 350px, 9px, 30px);
  }
  55% {
    clip: rect(7px, 350px, 110px, 30px);
  }
  60% {
    clip: rect(145px, 350px, 121px, 30px);
  }
  65% {
    clip: rect(25px, 350px, 7px, 30px);
  }
  70% {
    clip: rect(89px, 350px, 112px, 30px);
  }
  75% {
    clip: rect(112px, 350px, 92px, 30px);
  }
  80% {
    clip: rect(142px, 350px, 24px, 30px);
  }
  85% {
    clip: rect(123px, 350px, 24px, 30px);
  }
  90% {
    clip: rect(13px, 350px, 138px, 30px);
  }
  95% {
    clip: rect(87px, 350px, 67px, 30px);
  }
  100% {
    clip: rect(11px, 350px, 82px, 30px);
  }
}
@keyframes glitch-animation-2 {
  0% {
    clip: rect(109px, 350px, 84px, 30px);
  }
  5% {
    clip: rect(75px, 350px, 20px, 30px);
  }
  10% {
    clip: rect(35px, 350px, 99px, 30px);
  }
  15% {
    clip: rect(150px, 350px, 111px, 30px);
  }
  20% {
    clip: rect(137px, 350px, 134px, 30px);
  }
  25% {
    clip: rect(149px, 350px, 11px, 30px);
  }
  30% {
    clip: rect(98px, 350px, 88px, 30px);
  }
  35% {
    clip: rect(133px, 350px, 39px, 30px);
  }
  40% {
    clip: rect(145px, 350px, 130px, 30px);
  }
  45% {
    clip: rect(71px, 350px, 115px, 30px);
  }
  50% {
    clip: rect(83px, 350px, 56px, 30px);
  }
  55% {
    clip: rect(85px, 350px, 58px, 30px);
  }
  60% {
    clip: rect(30px, 350px, 2px, 30px);
  }
  65% {
    clip: rect(131px, 350px, 61px, 30px);
  }
  70% {
    clip: rect(10px, 350px, 95px, 30px);
  }
  75% {
    clip: rect(91px, 350px, 83px, 30px);
  }
  80% {
    clip: rect(138px, 350px, 121px, 30px);
  }
  85% {
    clip: rect(54px, 350px, 22px, 30px);
  }
  90% {
    clip: rect(74px, 350px, 116px, 30px);
  }
  95% {
    clip: rect(41px, 350px, 145px, 30px);
  }
  100% {
    clip: rect(91px, 350px, 57px, 30px);
  }
}
* {
  outline: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ERIC MEYER RESET
================================================== */
html, body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}

ol, ul {
  list-style: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

html {
  height: 100%;
  overflow-x: hidden;
}

body {
  height: 100%;
  overflow-x: hidden;
  font: 500 20px/28px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background: #f7f7f7;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr auto;
  gap: 0;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] body {
  color: #ffffff;
}
html[data-theme=dark] body {
  background: #24272D;
}

noscript {
  width: 100%;
  height: 100%;
  text-align: center;
  backdrop-filter: blur(4px);
  background: rgba(236, 236, 236, 0.8);
  z-index: 100;
  font: 500 20px/28px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  position: fixed;
  top: 0;
  left: 0;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 899px) {
  .container {
    padding: 0 12px;
  }
}

[data-theme=dark] .header__theme::after {
  content: attr(data-light);
}
[data-theme=dark] .header__icon--dark {
  fill: #f7f7f7;
  left: -32px;
}
[data-theme=dark] .header__icon--light {
  left: 8px;
}
[data-theme=dark] .menu__text::before {
  border-color: transparent #ffffff transparent transparent;
}

.header {
  position: relative;
  z-index: 2;
  padding: 20px 20px 0;
}
@media only screen and (max-width: 899px) {
  .header {
    padding: 12px 0 0;
  }
}
.header__icon {
  top: 5px;
  position: absolute;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.header__icon--dark {
  left: 8px;
}
.header__icon--light {
  left: -32px;
}
.header__icon path {
  fill: #383E49;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .header__icon path {
  fill: #ececec;
}
.header__theme {
  outline: none;
  border-radius: 40px;
  padding: 6px 8px 4px;
  position: relative;
  overflow: hidden;
  padding-left: 28px;
  font: 700 12px/16px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #383E49;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background: #f7f7f7;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .header__theme {
  color: #ececec;
}
html[data-theme=dark] .header__theme {
  background: #24272D;
}
.header__theme:hover {
  font: 700 12px/16px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #ececec;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background: #24272D;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .header__theme:hover {
  color: #383E49;
}
html[data-theme=dark] .header__theme:hover {
  background: #f7f7f7;
}
.header__theme:hover path {
  fill: #ececec;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .header__theme:hover path {
  fill: #383E49;
}
.header__theme::after {
  content: attr(data-dark);
  text-transform: uppercase;
}
.header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.sidebar {
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 899px) {
  .sidebar {
    width: 100%;
    margin: 8px 0;
    z-index: 10;
    position: sticky;
    bottom: 1dvh;
    left: 8px;
  }
}

.menu {
  width: 64px;
  border-radius: 80px;
  z-index: 2;
  position: sticky;
  top: 20px;
  left: 0;
  background: #ececec;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  padding: 16px 24px;
  border-radius: 80px;
  box-shadow: none;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .menu {
  background: #383E49;
}
@media only screen and (max-width: 899px) {
  .menu {
    width: 100%;
    backdrop-filter: blur(4px);
    background: rgba(236, 236, 236, 0.8);
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    padding: 8px;
    border-radius: 80px;
    box-shadow: none;
    position: relative;
    inset: auto;
    transform: translate(0, 0);
  }
  html[data-theme=dark] .menu {
    background: rgba(56, 62, 73, 0.8);
  }
}
.menu__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 899px) {
  .menu__container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 4px;
  }
}
.menu__text {
  font: 500 12px/16px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .menu__text {
  color: #ffffff;
}
@media only screen and (min-width: 899px) {
  .menu__text {
    text-align: left;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 44px;
    transform: translate(0, -50%);
    font: 700 12px/12px "Circular Std", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    color: #ffffff;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    background: #000000;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    padding: 4px 8px;
    border-radius: 4px;
    box-shadow: none;
  }
  html[data-theme=dark] .menu__text {
    color: #000000;
  }
  html[data-theme=dark] .menu__text {
    background: #ffffff;
  }
  .menu__text::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 4px 0;
    border-color: transparent #000000 transparent transparent;
    position: absolute;
    top: 50%;
    left: -4px;
    transform: translate(0, -50%);
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
}
.menu__link {
  text-decoration: none;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
@media only screen and (max-width: 899px) {
  .menu__link {
    opacity: 0.4;
  }
  .menu__link svg {
    width: 24px;
    height: 24px;
  }
}
.menu__link path {
  fill: #c1c1c1;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .menu__link path {
  fill: #282D35;
}
@media only screen and (max-width: 899px) {
  .menu__link path {
    fill: #000000;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  html[data-theme=dark] .menu__link path {
    fill: #ffffff;
  }
}
.menu__link:hover path {
  fill: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .menu__link:hover path {
  fill: #ffffff;
}
@media only screen and (max-width: 899px) {
  .menu__link:hover path {
    fill: #ffffff;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  html[data-theme=dark] .menu__link:hover path {
    fill: #000000;
  }
}
.menu__link:hover .menu__text {
  opacity: 1;
  pointer-events: all;
}

.page {
  width: 100%;
  max-width: 1400px;
  margin: 40px auto;
  display: grid;
  grid-template-columns: 145px 1fr;
  grid-template-rows: auto;
  gap: 0;
}
@media only screen and (min-width: 1240px) and (max-width: 1439px) {
  .page {
    max-width: calc(100% - 40px);
    display: grid;
    grid-template-columns: 102px 1fr;
    grid-template-rows: auto;
    gap: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1239px) {
  .page {
    max-width: calc(100% - 40px);
    display: grid;
    grid-template-columns: 102px 1fr;
    grid-template-rows: auto;
    gap: 0;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1023px) {
  .page {
    margin: 20px auto;
    max-width: calc(100% - 40px);
    display: grid;
    grid-template-columns: 102px 1fr;
    grid-template-rows: auto;
    gap: 0;
  }
}
@media only screen and (max-width: 899px) {
  .page {
    max-width: calc(100% - 16px);
    position: relative;
    margin: 20px auto 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
  }
}
.page-feed {
  margin-right: 106px;
}
@media only screen and (min-width: 1240px) and (max-width: 1439px) {
  .page-feed {
    margin-right: 104px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1239px) {
  .page-feed {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1023px) {
  .page-feed {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 899px) {
  .page-feed {
    width: 100%;
    margin-right: 0;
    margin-bottom: auto;
  }
}
.page-feed__header {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
}
@media only screen and (max-width: 899px) {
  .page-feed__header {
    margin-bottom: 20px;
    gap: 4px;
  }
}
.page-feed__title {
  font: 700 56px/56px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .page-feed__title {
  color: #ffffff;
}
@media only screen and (min-width: 1024px) and (max-width: 1239px) {
  .page-feed__title {
    font: 700 48px/48px "Visuelt Pro", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    color: #000000;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  html[data-theme=dark] .page-feed__title {
    color: #ffffff;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1023px) {
  .page-feed__title {
    font: 700 40px/44px "Visuelt Pro", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    color: #000000;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  html[data-theme=dark] .page-feed__title {
    color: #ffffff;
  }
}
@media only screen and (max-width: 899px) {
  .page-feed__title {
    font: 700 32px/36px "Visuelt Pro", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    color: #000000;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  html[data-theme=dark] .page-feed__title {
    color: #ffffff;
  }
}
.page-feed__description {
  font: 500 16px/24px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #c1c1c1;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .page-feed__description {
  color: #c1c1c1;
}
.page-wrapper {
  width: 100%;
}
.page-grid {
  display: grid;
  grid-template-columns: 1fr 220px;
  grid-template-rows: auto;
  gap: 40px;
}
@media only screen and (max-width: 899px) {
  .page-grid {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
  }
}

.footer {
  height: 200px;
  padding: 64px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  background: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .footer {
  background: #1a1c20;
}
.footer__social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.footer__social-link {
  width: 32px;
  height: 32px;
  border-radius: 80px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.footer__social-link path {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.footer__social-link:hover:has(.github, .codepen) {
  background: #ffffff;
}
.footer__social-link:hover:has(.github, .codepen) path {
  fill: #000000;
}
.footer__social-link:hover:has(.npm) {
  background: #cb0001;
}
.footer__social-link:hover:has(.npm) path {
  fill: #ffffff;
}
.footer__social-link:hover:has(.behance) {
  background: #0241D1;
}
.footer__social-link:hover:has(.behance) path {
  fill: #ffffff;
}
.footer__social-link:hover:has(.telegram) {
  background: #179CDD;
}
.footer__social-link:hover:has(.telegram) path {
  fill: #ffffff;
}
.footer__social-link:hover:has(.vk) {
  background: #0077FF;
}
.footer__social-link:hover:has(.vk) path {
  fill: #ffffff;
}
.footer__rang {
  position: absolute;
  bottom: -3px;
  left: 0;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .footer__rang {
  opacity: 0.3;
}
@media only screen and (max-width: 899px) {
  .footer__rang {
    position: -5px;
    bottom: 0;
    left: 0;
  }
}
.footer__link, .footer__text {
  text-decoration: none;
  opacity: 0.08;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  font: 700 32px/36px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #ececec;
}
@media only screen and (min-width: 1240px) and (max-width: 1439px) {
  .footer__link, .footer__text {
    font: 700 24px/28px "Visuelt Pro", sans-serif;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1239px) {
  .footer__link, .footer__text {
    font: 700 20px/24px "Visuelt Pro", sans-serif;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1023px) {
  .footer__link, .footer__text {
    font: 700 20px/24px "Visuelt Pro", sans-serif;
  }
}
@media only screen and (max-width: 899px) {
  .footer__link, .footer__text {
    font: 700 16px/24px "Visuelt Pro", sans-serif;
  }
}
.footer__link:hover {
  color: #40b4ea;
  opacity: 1;
}
.footer__copyright {
  font: 700 12px/12px "Circular Std", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #ffffff;
}
.footer__zui {
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  bottom: -10px;
  right: -2px;
  font: 700 56px/56px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #282D35;
  opacity: 0.4;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .footer__zui {
  opacity: 0.4;
}
@media only screen and (min-width: 1240px) and (max-width: 1439px) {
  .footer__zui {
    font: 700 48px/48px "Visuelt Pro", sans-serif;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1023px) {
  .footer__zui {
    font: 700 40px/44px "Visuelt Pro", sans-serif;
  }
}
@media only screen and (max-width: 899px) {
  .footer__zui {
    font: 700 40px/44px "Visuelt Pro", sans-serif;
    position: absolute;
    bottom: -12px;
    right: -2px;
  }
}
.footer__zui:hover {
  color: #40b4ea;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .footer__zui:hover {
  opacity: 1;
}

.modal {
  width: 1000px;
  max-height: calc(100% - 40px);
  overflow-y: auto;
  display: none;
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f7f7f7;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  padding: 40px;
  border-radius: 40px;
  box-shadow: none;
}
html[data-theme=dark] .modal {
  background: #24272D;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .modal {
    width: calc(100% - 28px);
  }
}
@media only screen and (max-width: 899px) {
  .modal {
    height: calc(100% - 20px);
    padding: 20px;
    border-radius: 20px;
    overflow-y: auto;
  }
}
.modal__title {
  text-align: center;
  margin-bottom: 40px;
  font: 700 32px/36px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
}
@media only screen and (max-width: 899px) {
  .modal__title {
    text-align: left;
    margin: 0 44px 20px 0;
    font: 700 24px/28px "Visuelt Pro", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
  }
}
.modal__content h2 {
  margin-bottom: 20px;
  font: 700 24px/28px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
}
@media only screen and (max-width: 899px) {
  .modal__content h2 {
    font: 700 20px/24px "Visuelt Pro", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
  }
}
.modal__content p {
  margin-bottom: 12px;
  font: 500 20px/28px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .modal__content p {
  color: #ffffff;
}
.modal__content p:has(code) {
  line-height: 28px;
}
.modal__content p + h2 {
  margin-top: 24px;
}
.modal__content iframe {
  border-radius: 12px;
  margin-bottom: 32px;
}
.modal__content iframe:last-child {
  margin-bottom: 0;
}
.modal__content-image {
  display: block;
  margin: 0 auto 20px;
  height: 200px;
}
.modal__content .textarea-code + h2 {
  margin-top: 28px;
}
.modal__content .__code {
  border-radius: 40px;
  font: 500 16px/24px "Visuelt Pro", sans-serif;
  font-family: monospace;
  color: #905;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background: #ececec;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  padding: 4px 8px;
  border-radius: 8px;
  box-shadow: none;
}
html[data-theme=dark] .modal__content .__code {
  color: #e2777a;
}
html[data-theme=dark] .modal__content .__code {
  background: #383E49;
}
.modal__close {
  border-radius: 24px !important;
  z-index: 3;
  position: absolute !important;
  top: 16px;
  right: 16px;
}
@media only screen and (max-width: 899px) {
  .modal__close {
    position: absolute !important;
    top: 4px;
    right: 4px;
  }
}
.modal__page {
  opacity: 0;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.modal__preloader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.modal__preloader svg {
  width: 40px;
  height: 40px;
}
.modal__preloader.__hide {
  opacity: 0;
  pointer-events: none;
}
.modal__error {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 400 20px/28px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #e85656;
}
.modal-overlay {
  width: 100%;
  height: 100%;
  z-index: 9998;
  backdrop-filter: blur(2px);
  background: rgba(56, 62, 73, 0.8);
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html[data-theme=dark] .modal-overlay {
  background: rgba(56, 62, 73, 0.8);
}
.modal.__active {
  display: block;
}
.modal.large {
  max-width: 800px;
  padding: 0;
}
.modal.small {
  width: 600px;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .modal.small {
    width: calc(100% - 28px);
  }
}
@media only screen and (max-width: 899px) {
  .modal.small {
    height: auto;
    padding: 20px;
    border-radius: 20px;
    overflow-y: auto;
  }
}
.modal.small .modal__title {
  padding: 0 20px;
  font: 700 24px/28px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
}
.modal.video {
  width: 400px;
  height: auto;
  padding: 0;
}
@media only screen and (max-width: 899px) {
  .modal.video {
    width: 320px;
  }
}

.page__tag {
  position: relative;
}
@media only screen and (max-width: 899px) {
  .page__tag {
    width: 100%;
  }
  .page__tag::after {
    content: "";
    width: 20px;
    height: 100%;
    display: block;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to right, transparent 0%, var(--nav-after) 100%);
  }
}
.page__tag-list {
  position: sticky;
  top: 20px;
  right: 0;
}
@media only screen and (max-width: 899px) {
  .page__tag-list {
    overflow-x: scroll;
    scroll-behavior: smooth;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
  }
  .page__tag-list::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
.page__tag-link {
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.4;
  display: block;
  padding: 8px 16px;
  font: 500 12px/16px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .page__tag-link {
  color: #ffffff;
}
@media only screen and (max-width: 899px) {
  .page__tag-link {
    padding: 8px 16px 6px;
  }
}
.page__tag-link:hover, .page__tag-link:focus {
  opacity: 1;
}
.page__tag-item {
  border-bottom: 1px solid;
  border-color: #ececec;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .page__tag-item {
  border-color: #383E49;
}
@media only screen and (max-width: 899px) {
  .page__tag-item {
    border: 0;
    border-radius: 40px;
    background: #ececec;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  html[data-theme=dark] .page__tag-item {
    background: #383E49;
  }
  .page__tag-item:last-child {
    margin-right: 12px;
  }
}
.page__tag-item.__active .page__tag-link {
  opacity: 1;
}

.textarea-code {
  position: relative;
  z-index: 1;
}
.textarea-code .button {
  position: absolute;
  top: 8px;
  right: 8px;
}
.textarea-code .button .code__chech {
  display: none;
}
.textarea-code .button.__copy .code__copy {
  display: none;
}
.textarea-code .button.__copy .code__chech {
  display: block;
}

.main__title {
  font: 700 56px/56px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .main__title {
  color: #ffffff;
}
@media only screen and (min-width: 900px) and (max-width: 1023px) {
  .main__title {
    font: 700 40px/44px "Visuelt Pro", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    color: #000000;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  html[data-theme=dark] .main__title {
    color: #ffffff;
  }
}
@media only screen and (max-width: 899px) {
  .main__title {
    font: 700 32px/36px "Visuelt Pro", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    color: #000000;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  html[data-theme=dark] .main__title {
    color: #ffffff;
  }
}
.main__headline {
  font: 700 40px/44px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .main__headline {
  color: #ffffff;
}
@media only screen and (min-width: 900px) and (max-width: 1023px) {
  .main__headline {
    font: 700 32px/36px "Visuelt Pro", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    color: #000000;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  html[data-theme=dark] .main__headline {
    color: #ffffff;
  }
}
@media only screen and (max-width: 899px) {
  .main__headline {
    display: none;
  }
}
.main__text {
  text-wrap: balance;
  font: 400 24px/32px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .main__text {
  color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .main__text {
    font: 400 20px/28px "Visuelt Pro", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    color: #000000;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  html[data-theme=dark] .main__text {
    color: #ffffff;
  }
}
.main__button {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  font: 700 16px/16px "Circular Std", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  background: transparent;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  padding: 16px 24px;
  border-radius: 80px;
  box-shadow: none;
}
html[data-theme=dark] .main__button {
  color: #ffffff;
}
html[data-theme=dark] .main__button {
  background: transparent;
}
@media only screen and (min-width: 900px) and (max-width: 1070px) {
  .main__button {
    font: 700 12px/16px "Visuelt Pro", sans-serif;
  }
}
.main__button::before {
  content: "";
  width: 48px;
  height: 48px;
  display: block;
  border-radius: 80px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background: #c1c1c1;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .main__button::before {
  background: #282D35;
}
.main__button-text {
  position: relative;
  z-index: 2;
}
.main__button svg {
  position: relative;
  z-index: 2;
}
.main__button svg path {
  fill: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .main__button svg path {
  fill: #ffffff;
}
.main__button:hover::before {
  width: 100%;
  background: #ececec;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .main__button:hover::before {
  background: #383E49;
}
.main__button--inversion::before {
  background: #c1c1c1;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .main__button--inversion::before {
  background: #24272D;
}
.main__button--inversion:hover::before {
  background: #ececec;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .main__button--inversion:hover::before {
  background: #24272D;
}

.main-hero {
  height: calc(100dvh - 80px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .main-hero {
    height: calc(100dvh - 60px);
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 32px;
  }
}
.main-hero__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}
@media only screen and (max-width: 899px) {
  .main-hero__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
  }
}
.main-hero__contant {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
}
@media only screen and (max-width: 899px) {
  .main-hero__contant {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
}
.main-hero__title {
  font: 700 56px/56px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .main-hero__title {
  color: #ffffff;
}
@media only screen and (min-width: 900px) and (max-width: 1023px) {
  .main-hero__title {
    font: 700 40px/44px "Visuelt Pro", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    color: #000000;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  html[data-theme=dark] .main-hero__title {
    color: #ffffff;
  }
}
@media only screen and (max-width: 899px) {
  .main-hero__title {
    font: 700 32px/36px "Visuelt Pro", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    color: #000000;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  html[data-theme=dark] .main-hero__title {
    color: #ffffff;
  }
}
.main-hero__text {
  text-wrap: balance;
  font: 400 32px/40px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .main-hero__text {
  color: #ffffff;
}
@media only screen and (min-width: 1024px) and (max-width: 1239px) {
  .main-hero__text {
    font: 400 24px/32px "Visuelt Pro", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    color: #000000;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  html[data-theme=dark] .main-hero__text {
    color: #ffffff;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .main-hero__text {
    font: 400 20px/28px "Visuelt Pro", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    color: #000000;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  html[data-theme=dark] .main-hero__text {
    color: #ffffff;
  }
}
@media only screen and (max-width: 899px) {
  .main-hero__text {
    width: 100%;
    text-align: center;
    text-wrap: normal;
  }
}
.main-hero__code {
  color: #c1c1c1;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .main-hero__code {
  color: #383E49;
}
.main-hero__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.main-hero__item {
  position: relative;
  opacity: 0.4;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.main-hero__item::before {
  content: "";
  width: 0;
  height: 2px;
  border-radius: 80px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background: #40b4ea;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .main-hero__item::before {
  background: #40b4ea;
}
.main-hero__item:not(:last-child)::after {
  content: "/";
  font: 500 12px/16px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .main-hero__item:not(:last-child)::after {
  color: #ffffff;
}
.main-hero__item:not(:last-child)::before {
  margin-left: -4px;
}
.main-hero__item:hover {
  opacity: 1;
}
.main-hero__item:hover::before {
  width: 24px;
}
.main-hero__item:hover::after {
  opacity: 0.4;
}
.main-hero__link {
  text-decoration: none;
  font: 500 16px/24px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .main-hero__link {
  color: #ffffff;
}
.main-hero__avatar {
  position: relative;
}
.main-hero__avatar svg {
  position: absolute;
  top: -32px;
  right: -32px;
}
@media only screen and (max-width: 899px) {
  .main-hero__avatar svg {
    top: -24px;
    right: -24px;
  }
}
.main-hero__avatar svg circle {
  fill: #c1c1c1;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .main-hero__avatar svg circle {
  fill: #282D35;
}
.main-hero__image {
  width: 384px;
  height: 384px;
  position: relative;
  z-index: 2;
  border-radius: 100%;
}
@media only screen and (min-width: 1024px) and (max-width: 1239px) {
  .main-hero__image {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1023px) {
  .main-hero__image {
    width: 260px;
    height: 260px;
  }
}
@media only screen and (max-width: 899px) {
  .main-hero__image {
    width: 200px;
    height: 200px;
  }
}
.main-hero__mouse {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 899px) {
  .main-hero__mouse {
    display: none;
  }
}
.main-hero__mouse svg rect.__mouse {
  stroke: #c1c1c1;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .main-hero__mouse svg rect.__mouse {
  stroke: #383E49;
}
.main-hero__mouse svg rect.__button {
  fill: #c1c1c1;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  animation: swipe 2s infinite;
}
html[data-theme=dark] .main-hero__mouse svg rect.__button {
  fill: #383E49;
}

.main-about {
  position: relative;
  background: #ffffff;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .main-about {
  background: #282D35;
}
.main-about::before, .main-about::after {
  content: "";
  width: 100vw;
  height: 100%;
  top: 0;
  position: absolute;
  background: #ffffff;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .main-about::before, html[data-theme=dark] .main-about::after {
  background: #282D35;
}
.main-about::before {
  left: -100vw;
}
.main-about::after {
  right: -100vw;
}
.main-about .__bar {
  position: absolute;
  top: 0;
  right: -128px;
}
.main-about .__bar path {
  fill: #f7f7f7;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .main-about .__bar path {
  fill: #24272D;
}
@media only screen and (max-width: 899px) {
  .main-about .__bar {
    display: none;
  }
}
.main-about__wrapper {
  position: relative;
  padding: 154px 0 80px;
  display: grid;
  grid-template-columns: 1fr 200px;
  grid-template-rows: auto;
  gap: 200px;
}
@media only screen and (min-width: 1024px) and (max-width: 1239px) {
  .main-about__wrapper {
    gap: 80px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1023px) {
  .main-about__wrapper {
    gap: 40px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 899px) {
  .main-about__wrapper {
    padding: 52px 0;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    gap: 40px;
  }
}
.main-about__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}
@media only screen and (max-width: 899px) {
  .main-about__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
  }
}
.main-about__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
}
@media only screen and (max-width: 899px) {
  .main-about__content {
    gap: 16px;
  }
}
.main-about__hobby {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
}
.main-about__history {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
@media only screen and (max-width: 899px) {
  .main-about__history {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
.main-about__history .history__item {
  padding: 8px;
  border: 2px solid #40b4ea;
  border-radius: 100%;
}
.main-about__history .history__item:nth-of-type(2) {
  margin-left: -80px;
}
@media only screen and (min-width: 900px) and (max-width: 1023px) {
  .main-about__history .history__item:nth-of-type(2) {
    margin-left: -40px;
  }
}
@media only screen and (max-width: 899px) {
  .main-about__history .history__item:nth-of-type(2) {
    margin-left: 0;
  }
}
.main-about__history .history__cover {
  width: 152px;
  height: 152px;
  display: block;
  border-radius: 100%;
}
@media only screen and (min-width: 900px) and (max-width: 1023px) {
  .main-about__history .history__cover {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 899px) {
  .main-about__history .history__cover {
    width: 80px;
    height: 80px;
  }
}

.main-portfolio {
  padding: 80px 0;
}
@media only screen and (min-width: 900px) and (max-width: 1023px) {
  .main-portfolio {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 899px) {
  .main-portfolio {
    padding: 52px 0;
  }
}
.main-portfolio .main__title {
  margin-bottom: 60px;
}
@media only screen and (min-width: 900px) and (max-width: 1023px) {
  .main-portfolio .main__title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .main-portfolio .main__title {
    margin-bottom: 20px;
  }
}
.main-portfolio .portfolio-list__item::before {
  display: none;
}

.main-brands__list {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 899px) {
  .main-brands__list {
    width: 100%;
    margin-top: 20px;
    overflow-x: scroll;
    scroll-behavior: smooth;
    flex-wrap: nowrap;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
  }
  .main-brands__list::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
.main-brands__item {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  background: #ececec;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .main-brands__item {
  background: #383E49;
}
@media only screen and (min-width: 1024px) and (max-width: 1239px) {
  .main-brands__item {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1023px) {
  .main-brands__item {
    width: 76px;
    height: 76px;
  }
}
@media only screen and (max-width: 899px) {
  .main-brands__item {
    width: 80px;
    height: 80px;
    flex: 0 0 auto;
  }
}
.main-brands__logo {
  max-width: 56px;
}
.main-brands__logo--ar ._a {
  fill: #E0002A;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .main-brands__logo--ar ._a {
  fill: #ffffff;
}
.main-brands__logo--ar stop {
  stop-color: #ffffff;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .main-brands__logo--ar stop {
  stop-color: #ffffff;
}
.main-brands__logo--cordiant {
  max-width: 40px;
}
.main-brands__logo--cordiant path {
  fill: #005387;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .main-brands__logo--cordiant path {
  fill: #ffffff;
}
.main-brands__logo--vw {
  max-width: 40px;
}
.main-brands__logo--vw path {
  fill: #011E50;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .main-brands__logo--vw path {
  fill: #ffffff;
}
.main-brands__logo--kia {
  max-width: 56px;
}
.main-brands__logo--kia path {
  fill: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .main-brands__logo--kia path {
  fill: #ffffff;
}
.main-brands__logo--lada {
  max-width: 56px;
}
.main-brands__logo--lada path {
  fill: #465865;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .main-brands__logo--lada path {
  fill: #ffffff;
}
.main-brands__logo--nitto {
  max-width: 64px;
}
.main-brands__logo--nitto path {
  fill: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .main-brands__logo--nitto path {
  fill: #ffffff;
}
.main-brands__logo--elle {
  max-width: 64px;
}
.main-brands__logo--elle path {
  fill: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .main-brands__logo--elle path {
  fill: #ffffff;
}
.main-brands__logo--rzd {
  max-width: 56px;
}
.main-brands__logo--rzd path {
  fill: #E53124;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .main-brands__logo--rzd path {
  fill: #ffffff;
}

.history video {
  width: 400px;
  display: block;
}
@media only screen and (max-width: 899px) {
  .history video {
    width: 320px;
  }
}
.history__text {
  text-align: center;
  padding: 12px;
  font: 700 12px/16px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #e85656;
}

.resume-page {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .resume-page {
    gap: 28px;
  }
}
.resume-page__item {
  display: none;
}
.resume-page__item--active {
  display: block;
}
.resume .page-wrapper {
  width: 100%;
}
.resume .__resume {
  opacity: 1;
}
.resume .__resume path {
  opacity: 0.7;
  fill: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .resume .__resume path {
  fill: #ffffff;
}

.resume-hellow {
  margin-bottom: 80px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 80px;
}
@media only screen and (min-width: 900px) and (max-width: 1239px) {
  .resume-hellow {
    gap: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .resume-hellow {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 32px;
  }
}
.resume-hellow__image {
  width: 220px;
  height: 220px;
  display: block;
  border-radius: 500px;
  cursor: grab;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .resume-hellow__image {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 899px) {
  .resume-hellow__image {
    margin: 0 auto;
  }
}
.resume-hellow__title {
  opacity: 0.1;
  font: 500 20px/28px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .resume-hellow__title {
  color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 800px) {
  .resume-hellow__title {
    font: 500 16px/24px "Visuelt Pro", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    color: #000000;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  html[data-theme=dark] .resume-hellow__title {
    color: #ffffff;
  }
}
.resume-hellow__name {
  font: 700 56px/56px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .resume-hellow__name {
  color: #ffffff;
}
@media only screen and (min-width: 801px) and (max-width: 1239px) {
  .resume-hellow__name {
    font: 700 48px/48px "Visuelt Pro", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    color: #000000;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  html[data-theme=dark] .resume-hellow__name {
    color: #ffffff;
  }
}
@media only screen and (min-width: 0px) and (max-width: 800px) {
  .resume-hellow__name {
    font: 700 32px/36px "Visuelt Pro", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    color: #000000;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  html[data-theme=dark] .resume-hellow__name {
    color: #ffffff;
  }
}
.resume-hellow__description {
  text-wrap: balance;
  font: 400 24px/32px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #c1c1c1;
}
@media only screen and (min-width: 0px) and (max-width: 800px) {
  .resume-hellow__description {
    font: 500 16px/24px "Visuelt Pro", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    color: #c1c1c1;
  }
}
.resume-hellow__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
}
@media only screen and (max-width: 899px) {
  .resume-hellow__content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 4px;
  }
}

.resume-page__tabs .tabs-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}
.resume-page__tabs .tabs-link {
  text-decoration: none;
  font: 700 32px/36px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #c1c1c1;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .resume-page__tabs .tabs-link {
  color: #383E49;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .resume-page__tabs .tabs-link {
    font: 700 24px/28px "Visuelt Pro", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    color: #c1c1c1;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  html[data-theme=dark] .resume-page__tabs .tabs-link {
    color: #383E49;
  }
}
.resume-page__tabs .tabs-link:hover {
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .resume-page__tabs .tabs-link:hover {
  color: #ffffff;
}
.resume-page__tabs .tabs-item::after {
  content: "";
  width: 40px;
  height: 4px;
  display: block;
  margin: 12px auto 0;
  border-radius: 80px;
  background: #40b4ea;
  opacity: 0;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
@media only screen and (max-width: 899px) {
  .resume-page__tabs .tabs-item::after {
    margin-top: 8px;
  }
}
.resume-page__tabs .tabs-item--active .tabs-link {
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .resume-page__tabs .tabs-item--active .tabs-link {
  color: #ffffff;
}
.resume-page__tabs .tabs-item--active::after {
  opacity: 1;
}

.resume-career {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0;
}
@media only screen and (max-width: 899px) {
  .resume-career {
    margin-bottom: 20px;
  }
}
.resume-career__year {
  border-right: 1px solid;
  position: relative;
  border-color: #ececec;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  font: 500 16px/24px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #c1c1c1;
}
html[data-theme=dark] .resume-career__year {
  border-color: #383E49;
}
.resume-career__year::after {
  content: "";
  width: calc(4px + 1px);
  height: calc(4px + 1px);
  display: block;
  background: #40b4ea;
  border-radius: 80px;
  border: 8px solid;
  border-color: #f7f7f7;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  position: absolute;
  top: 0;
  right: -11px;
}
html[data-theme=dark] .resume-career__year::after {
  border-color: #24272D;
}
.resume-career__title {
  font: 700 32px/36px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .resume-career__title {
  color: #ffffff;
}
@media only screen and (min-width: 900px) and (max-width: 1023px) {
  .resume-career__title {
    font: 700 24px/28px "Visuelt Pro", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    color: #000000;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  html[data-theme=dark] .resume-career__title {
    color: #ffffff;
  }
}
@media only screen and (max-width: 899px) {
  .resume-career__title {
    font: 700 20px/24px "Visuelt Pro", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    color: #000000;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  html[data-theme=dark] .resume-career__title {
    color: #ffffff;
  }
}
.resume-career__text {
  text-wrap: balance;
  padding: 16px 0 28px;
  font: 500 20px/28px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .resume-career__text {
  color: #ffffff;
}
@media only screen and (min-width: 900px) and (max-width: 1023px) {
  .resume-career__text {
    font: 500 16px/24px "Visuelt Pro", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    color: #000000;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  html[data-theme=dark] .resume-career__text {
    color: #ffffff;
  }
}
@media only screen and (max-width: 899px) {
  .resume-career__text {
    padding: 12px 0 28px;
    font: 500 16px/24px "Visuelt Pro", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    color: #000000;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  html[data-theme=dark] .resume-career__text {
    color: #ffffff;
  }
}
.resume-career__item {
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-template-rows: auto;
  gap: 16px;
}
.resume-career__item:last-child .resume-career__text {
  padding-bottom: 0;
}

@media only screen and (max-width: 899px) {
  .resume-skills {
    margin-bottom: 20px;
  }
}
.resume-skills__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
}
.resume-skills__item:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 899px) {
  .resume-skills__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.resume-skills__title {
  font: 700 32px/36px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .resume-skills__title {
  color: #ffffff;
}
@media only screen and (min-width: 900px) and (max-width: 1023px) {
  .resume-skills__title {
    font: 700 24px/28px "Visuelt Pro", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    color: #000000;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  html[data-theme=dark] .resume-skills__title {
    color: #ffffff;
  }
}
@media only screen and (max-width: 899px) {
  .resume-skills__title {
    font: 700 20px/24px "Visuelt Pro", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    color: #000000;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  html[data-theme=dark] .resume-skills__title {
    color: #ffffff;
  }
}
.resume-skills__text {
  text-wrap: balance;
  font: 500 20px/28px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .resume-skills__text {
  color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 1023px) {
  .resume-skills__text {
    font: 500 16px/24px "Visuelt Pro", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    color: #000000;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  html[data-theme=dark] .resume-skills__text {
    color: #ffffff;
  }
}

.resume-stack {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 40px 80px;
}
@media only screen and (min-width: 900px) and (max-width: 1023px) {
  .resume-stack {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .resume-stack {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 32px 20px;
  }
}
.resume-stack__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
}
.resume-stack__header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 8px;
}
.resume-stack__title {
  font: 700 20px/24px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .resume-stack__title {
  color: #ffffff;
}
.resume-stack__subline {
  font: 500 16px/24px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #c1c1c1;
}
.resume-stack__subline:empty {
  display: none;
}
.resume-stack__progress {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 4px;
  gap: 8px;
}
.resume-stack__progress-item {
  border-radius: 12px;
  background: #c1c1c1;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .resume-stack__progress-item {
  background: #383E49;
}
.resume-stack__progress._1 .resume-stack__progress-item:nth-of-type(1) {
  background: #40b4ea;
}
.resume-stack__progress._2 .resume-stack__progress-item:nth-of-type(1) {
  background: #40b4ea;
}
.resume-stack__progress._2 .resume-stack__progress-item:nth-of-type(2) {
  background: #40b4ea;
}
.resume-stack__progress._3 .resume-stack__progress-item:nth-of-type(1) {
  background: #40b4ea;
}
.resume-stack__progress._3 .resume-stack__progress-item:nth-of-type(2) {
  background: #40b4ea;
}
.resume-stack__progress._3 .resume-stack__progress-item:nth-of-type(3) {
  background: #40b4ea;
}
.resume-stack__progress._4 .resume-stack__progress-item:nth-of-type(1) {
  background: #40b4ea;
}
.resume-stack__progress._4 .resume-stack__progress-item:nth-of-type(2) {
  background: #40b4ea;
}
.resume-stack__progress._4 .resume-stack__progress-item:nth-of-type(3) {
  background: #40b4ea;
}
.resume-stack__progress._4 .resume-stack__progress-item:nth-of-type(4) {
  background: #40b4ea;
}
.resume-stack__progress._5 .resume-stack__progress-item:nth-of-type(1) {
  background: #40b4ea;
}
.resume-stack__progress._5 .resume-stack__progress-item:nth-of-type(2) {
  background: #40b4ea;
}
.resume-stack__progress._5 .resume-stack__progress-item:nth-of-type(3) {
  background: #40b4ea;
}
.resume-stack__progress._5 .resume-stack__progress-item:nth-of-type(4) {
  background: #40b4ea;
}
.resume-stack__progress._5 .resume-stack__progress-item:nth-of-type(5) {
  background: #40b4ea;
}

.resume-tools {
  margin: 40px 0 0;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  background: #ececec;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  padding: 20px;
  border-radius: 24px;
  box-shadow: none;
}
html[data-theme=dark] .resume-tools {
  background: #282D35;
}

.portfolio-image {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translate(-50%, 0);
  margin-left: 0;
  z-index: 1;
  pointer-events: none;
}
.portfolio-image path {
  fill: #ececec;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .portfolio-image path {
  fill: #282D35;
}
@media only screen and (max-width: 899px) {
  .portfolio-image--desktop {
    display: none;
  }
}
.portfolio-image--mobile {
  display: none;
}
@media only screen and (max-width: 899px) {
  .portfolio-image--mobile {
    display: block;
    margin-top: -80px;
  }
}
@media only screen and (max-width: 899px) {
  .portfolio-page {
    width: 100%;
    height: 100%;
  }
}
.portfolio .page-feed {
  height: 380px;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
@media only screen and (max-width: 899px) {
  .portfolio .page-feed {
    height: auto;
    padding-bottom: 24px;
  }
}
.portfolio .__portfolio {
  opacity: 1;
}
.portfolio .__portfolio path {
  opacity: 0.7;
  fill: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .portfolio .__portfolio path {
  fill: #ffffff;
}

.portfolio-list {
  position: relative;
  z-index: 2;
  counter-reset: ol-counter;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0;
}
@media only screen and (min-width: 0px) and (max-width: 899px) {
  .portfolio-list {
    gap: 12px;
  }
}
.portfolio-list__item {
  z-index: 1;
  position: relative;
}
.portfolio-list__item::before {
  width: 20px;
  content: counter(ol-counter) ".";
  counter-increment: ol-counter;
  display: block;
  z-index: 3;
  text-align: right;
  font: 400 16px/24px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #c1c1c1;
  position: absolute;
  top: 52px;
  left: 28px;
}
@media only screen and (min-width: 0px) and (max-width: 899px) {
  .portfolio-list__item::before {
    display: none;
  }
}
.portfolio-list__item:hover {
  z-index: 2;
}
.portfolio-list__item:last-child .portfolio-list__link {
  border-radius: 32px 0 0;
}
.portfolio-list__item:first-child .portfolio-list__link {
  border: 0;
  border-radius: 0 0 0 32px;
}
.portfolio-list__item:first-child .portfolio-list__link::before {
  border: 0;
}
.portfolio-list__project {
  position: relative;
  z-index: 2;
  margin: -56px 0 0 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4px;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
@media only screen and (min-width: 899px) and (max-width: 1180px) {
  .portfolio-list__project {
    padding-right: 120px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 899px) {
  .portfolio-list__project {
    width: 100%;
    margin: 0;
    padding: 20px;
  }
}
.portfolio-list__title {
  position: relative;
  z-index: 3;
  text-wrap: balance;
  transform: scale(1);
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  font: 700 40px/44px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .portfolio-list__title {
  color: #ffffff;
}
@media only screen and (min-width: 900px) and (max-width: 1180px) {
  .portfolio-list__title {
    font: 700 32px/36px "Visuelt Pro", sans-serif;
  }
}
@media only screen and (min-width: 0px) and (max-width: 899px) {
  .portfolio-list__title {
    font: 700 24px/28px "Visuelt Pro", sans-serif;
  }
}
.portfolio-list__sub {
  margin-left: 8px;
  opacity: 0.6;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  font: 500 20px/28px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #c1c1c1;
}
html[data-theme=dark] .portfolio-list__sub {
  opacity: 0.4;
}
@media only screen and (min-width: 0px) and (max-width: 899px) {
  .portfolio-list__sub {
    font: 500 16px/24px "Visuelt Pro", sans-serif;
  }
}
.portfolio-list__job {
  font: 500 20px/28px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #c1c1c1;
}
@media only screen and (min-width: 0px) and (max-width: 899px) {
  .portfolio-list__job {
    font: 500 16px/24px "Visuelt Pro", sans-serif;
  }
}
.portfolio-list__preview {
  height: 100%;
  position: relative;
  flex: 0 0 auto;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
@media only screen and (min-width: 0px) and (max-width: 899px) {
  .portfolio-list__preview {
    position: static;
  }
}
.portfolio-list__button {
  flex: 1 0 auto;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  overflow: hidden;
  position: relative;
  font: 700 16px/16px "Circular Std", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  background: transparent;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  padding: 16px 24px;
  border-radius: 80px;
  box-shadow: none;
}
html[data-theme=dark] .portfolio-list__button {
  color: #ffffff;
}
html[data-theme=dark] .portfolio-list__button {
  background: transparent;
}
@media only screen and (min-width: 900px) and (max-width: 1070px) {
  .portfolio-list__button {
    font: 700 12px/16px "Visuelt Pro", sans-serif;
  }
}
@media only screen and (min-width: 0px) and (max-width: 899px) {
  .portfolio-list__button {
    display: none;
  }
}
.portfolio-list__button::before {
  content: "";
  width: 48px;
  height: 48px;
  display: block;
  border-radius: 80px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background: #c1c1c1;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .portfolio-list__button::before {
  background: #282D35;
}
.portfolio-list__button-text {
  position: relative;
  z-index: 2;
}
.portfolio-list__button svg {
  position: relative;
  z-index: 2;
}
.portfolio-list__button svg path {
  fill: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .portfolio-list__button svg path {
  fill: #ffffff;
}
.portfolio-list__cover {
  width: 412px;
  height: 278px;
  pointer-events: none;
  opacity: 0;
  object-fit: cover;
  transform: translateX(24px);
  clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
  position: absolute;
  top: -42px;
  right: -32px;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
@media only screen and (min-width: 0px) and (max-width: 899px) {
  .portfolio-list__cover {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 240px;
    opacity: 1;
    position: relative;
    clip-path: none;
    top: 0;
    right: 0;
    border-radius: 20px;
    transform: translateX(0);
  }
}
@media only screen and (min-width: 0px) and (max-width: 899px) {
  .portfolio-list__cover {
    max-height: 140px;
  }
}
.portfolio-list__link {
  height: 194px;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  border-color: #c1c1c1;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background: #ececec;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  padding: 0 0 0 44px;
  border-radius: 0;
  box-shadow: none;
}
html[data-theme=dark] .portfolio-list__link {
  border-color: #282D35;
}
html[data-theme=dark] .portfolio-list__link {
  background: #383E49;
}
@media only screen and (min-width: 0px) and (max-width: 899px) {
  .portfolio-list__link {
    height: 100%;
    padding: 8px;
    border-radius: 24px !important;
    border: 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
  }
}
.portfolio-list__link::before {
  content: "";
  width: 100dvw;
  height: 100%;
  display: block;
  border-bottom: 1px solid;
  position: absolute;
  z-index: -1;
  top: 0;
  border-color: #c1c1c1;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background: #ececec;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
html[data-theme=dark] .portfolio-list__link::before {
  border-color: #282D35;
}
html[data-theme=dark] .portfolio-list__link::before {
  background: #383E49;
}
@media only screen and (max-width: 899px) {
  .portfolio-list__link::before {
    display: none;
  }
}
.portfolio-list__link::before {
  right: -100vw;
}
.portfolio-list__link:hover {
  background: #ffffff;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .portfolio-list__link:hover {
  background: #282D35;
}
.portfolio-list__link:hover .portfolio-list__project {
  margin-left: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 899px) {
  .portfolio-list__link:hover .portfolio-list__project {
    margin-left: 0;
  }
}
.portfolio-list__link:hover .portfolio-list__title {
  font: 700 48px/48px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .portfolio-list__link:hover .portfolio-list__title {
  color: #ffffff;
}
@media only screen and (min-width: 900px) and (max-width: 1180px) {
  .portfolio-list__link:hover .portfolio-list__title {
    font: 700 32px/36px "Visuelt Pro", sans-serif;
  }
}
@media only screen and (min-width: 0px) and (max-width: 899px) {
  .portfolio-list__link:hover .portfolio-list__title {
    font: 700 24px/28px "Visuelt Pro", sans-serif;
  }
}
.portfolio-list__link:hover .portfolio-list__button::before {
  width: 100%;
  background: #ececec;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .portfolio-list__link:hover .portfolio-list__button::before {
  background: #383E49;
}
.portfolio-list__link:hover .portfolio-list__cover {
  opacity: 1;
  transform: translateX(0);
}
.portfolio-list__link:hover::after, .portfolio-list__link:hover::before {
  background: #ffffff;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .portfolio-list__link:hover::after, html[data-theme=dark] .portfolio-list__link:hover::before {
  background: #282D35;
}

.project {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 32px;
}
.project__cover {
  position: relative;
}
.project__cover-image {
  position: relative;
  max-width: 100%;
  height: 100% !important;
  margin-bottom: 0 !important;
  border-radius: 0 0 40px 40px;
  z-index: 1;
  opacity: 0.4;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .project__cover-image {
  opacity: 0.2;
}
@media only screen and (max-width: 899px) {
  .project__cover-image {
    border-radius: 0 0 20px 20px;
  }
}
.project__header {
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.project__header-title {
  order: 2;
  text-align: center;
  text-wrap: balance;
  font: 700 48px/48px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .project__header-title {
  color: #ffffff;
}
@media only screen and (max-width: 899px) {
  .project__header-title {
    font: 700 40px/44px "Visuelt Pro", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    color: #000000;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  html[data-theme=dark] .project__header-title {
    color: #ffffff;
  }
}
@media only screen and (max-width: 899px) {
  .project__header-title {
    padding: 0 40px;
  }
}
.project__header-descriptipn {
  order: 3;
  text-align: center;
  text-wrap: balance;
  font: 500 20px/28px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .project__header-descriptipn {
  color: #ffffff;
}
@media only screen and (max-width: 899px) {
  .project__header-descriptipn {
    font: 500 16px/24px "Visuelt Pro", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    color: #000000;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  html[data-theme=dark] .project__header-descriptipn {
    color: #ffffff;
  }
}
@media only screen and (max-width: 899px) {
  .project__header-descriptipn {
    padding: 0 40px;
  }
}
.project__header-link {
  order: 1;
  text-decoration: none;
  font: 400 16px/24px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background: rgba(236, 236, 236, 0.8);
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  padding: 12px 20px;
  border-radius: 40px;
  box-shadow: none;
}
html[data-theme=dark] .project__header-link {
  color: #ffffff;
}
html[data-theme=dark] .project__header-link {
  background: rgba(56, 62, 73, 0.8);
}
.project__header-link:hover {
  font: 400 16px/24px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #40b4ea;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .project__header-link:hover {
  color: #40b4ea;
}
.project__header-archive {
  order: 1;
  text-decoration: none;
  font: 400 12px/16px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background: rgba(236, 236, 236, 0.8);
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  padding: 8px 16px;
  border-radius: 40px;
  box-shadow: none;
}
html[data-theme=dark] .project__header-archive {
  color: #ffffff;
}
html[data-theme=dark] .project__header-archive {
  background: rgba(56, 62, 73, 0.8);
}
.project__task {
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16px;
}
@media only screen and (max-width: 899px) {
  .project__task {
    padding: 0 20px;
  }
}
.project__title {
  margin-bottom: 20px;
  font: 700 32px/36px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .project__title {
  color: #ffffff;
}
@media only screen and (max-width: 899px) {
  .project__title {
    margin: 0 44px 20px 0;
    font: 700 24px/28px "Visuelt Pro", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    color: #000000;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  html[data-theme=dark] .project__title {
    color: #ffffff;
  }
}
.project__text {
  text-wrap: balance;
  margin-bottom: 0 !important;
}
.project__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16px;
}
.project__list-item {
  text-wrap: balance;
  font: 500 20px/28px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .project__list-item {
  color: #ffffff;
}
@media only screen and (max-width: 899px) {
  .project__list-item {
    font: 500 16px/24px "Visuelt Pro", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    color: #000000;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  html[data-theme=dark] .project__list-item {
    color: #ffffff;
  }
}
.project__list--decimal {
  padding-left: 32px;
  list-style: decimal;
}
@media only screen and (max-width: 899px) {
  .project__list--decimal {
    padding-left: 24px;
  }
}
.project__list--decimal li::marker {
  color: #40b4ea;
}
.project__list--disc {
  padding-left: 20px;
  list-style: disc;
}
@media only screen and (max-width: 899px) {
  .project__list--disc {
    padding-left: calc(12px - 2px);
  }
}
.project__list--disc li::marker {
  color: #40b4ea;
}
.project__stack {
  margin: 0 40px;
  background: #ffffff;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  padding: 20px;
  border-radius: 20px;
  box-shadow: none;
}
html[data-theme=dark] .project__stack {
  background: #282D35;
}
@media only screen and (max-width: 899px) {
  .project__stack {
    padding: 20px;
    margin: 0 8px;
  }
}
.project__stack-item {
  font: 500 16px/24px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background: #f7f7f7;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  padding: 8px 24px;
  border-radius: 80px;
  box-shadow: none;
}
html[data-theme=dark] .project__stack-item {
  color: #ffffff;
}
html[data-theme=dark] .project__stack-item {
  background: #24272D;
}
.project__stack-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.project__screen {
  padding: 0 20px;
}
.project__screen:last-child {
  margin-bottom: 16px;
}
@media only screen and (max-width: 899px) {
  .project__screen:last-child {
    margin-bottom: 8px;
  }
}
.project__screen-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.project__screen-item:has(.project__screen-image--mobile) .project__screen-wrapper {
  gap: 0;
}
.project__screen-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 12px;
}
@media only screen and (max-width: 899px) {
  .project__screen-wrapper {
    gap: 8px;
  }
}
.project__screen-caption {
  text-align: center;
  opacity: 0.4;
  font: 500 20px/28px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .project__screen-caption {
  color: #ffffff;
}
@media only screen and (max-width: 899px) {
  .project__screen-caption {
    font: 500 12px/16px "Visuelt Pro", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    color: #000000;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  html[data-theme=dark] .project__screen-caption {
    color: #ffffff;
  }
}
.project__screen-title {
  margin-bottom: 8px;
  font: 700 24px/28px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .project__screen-title {
  color: #ffffff;
}
@media only screen and (max-width: 899px) {
  .project__screen-title {
    margin-bottom: 4px;
    font: 700 20px/24px "Visuelt Pro", sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    color: #000000;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
  }
  html[data-theme=dark] .project__screen-title {
    color: #ffffff;
  }
}
.project__screen-image {
  max-width: 100%;
  border-radius: 12px;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 899px) {
  .project__screen-image {
    border-radius: 8px;
  }
}
.project__screen-image--desktop {
  height: 100%;
  object-fit: cover;
}
.project__screen-image--mobile {
  max-width: 90%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
@media only screen and (max-width: 899px) {
  .project__screen-image--mobile {
    border-radius: 8px;
  }
}

.plugins__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 1200px) {
  .plugins__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 20px;
  }
}
@media only screen and (max-width: 899px) {
  .plugins__list {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    gap: 8px;
  }
}
.plugins__item {
  width: 100%;
}
.plugins__item.__show {
  display: block;
}
.plugins__item.__hide {
  display: none;
}
.plugins__link {
  height: 100%;
  text-decoration: none;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  background: #ececec;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  padding: 8px;
  border-radius: 24px;
  box-shadow: none;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .plugins__link {
  background: #383E49;
}
.plugins__link:hover, .plugins__link:focus {
  background: #ffffff;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .plugins__link:hover, html[data-theme=dark] .plugins__link:focus {
  background: #282D35;
}
.plugins__link .badge {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translate(-50%, 0);
}
.plugins__cover {
  max-width: 100%;
  border-radius: 20px;
}
.plugins__title {
  padding: 8px 20px 20px;
  font: 700 20px/28px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .plugins__title {
  color: #ffffff;
}
.plugins .__plugins {
  opacity: 1;
}
.plugins .__plugins path {
  opacity: 0.7;
  fill: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .plugins .__plugins path {
  fill: #ffffff;
}

.notepad__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 12px;
}
.notepad__item {
  display: block;
}
.notepad__item.__show {
  display: block;
}
.notepad__item.__hide {
  display: none;
}
.notepad__link {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  background: #ececec;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  padding: 20px;
  border-radius: 24px;
  box-shadow: none;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .notepad__link {
  background: #383E49;
}
.notepad__link:hover, .notepad__link:focus {
  background: #ffffff;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .notepad__link:hover, html[data-theme=dark] .notepad__link:focus {
  background: #282D35;
}
.notepad__title {
  font: 700 20px/24px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .notepad__title {
  color: #ffffff;
}
.notepad .__notepad {
  opacity: 1;
}
.notepad .__notepad path {
  opacity: 0.7;
  fill: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .notepad .__notepad path {
  fill: #ffffff;
}

.backpack__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 1200px) {
  .backpack__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 20px;
  }
}
@media only screen and (max-width: 899px) {
  .backpack__list {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    gap: 8px;
  }
}
.backpack__item {
  width: 100%;
}
.backpack__link {
  height: 100%;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  background: #ececec;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  padding: 20px;
  border-radius: 24px;
  box-shadow: none;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .backpack__link {
  background: #383E49;
}
.backpack__link:hover, .backpack__link:focus {
  background: #ffffff;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .backpack__link:hover, html[data-theme=dark] .backpack__link:focus {
  background: #282D35;
}
.backpack__header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.backpack__header svg {
  width: 32px;
  height: 32px;
}
.backpack__header svg path {
  fill: #40b4ea;
}
.backpack__title {
  font: 700 20px/24px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .backpack__title {
  color: #ffffff;
}
.backpack__text {
  font: 500 16px/24px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .backpack__text {
  color: #ffffff;
}
.backpack .__backpack {
  opacity: 1;
}
.backpack .__backpack path {
  opacity: 0.7;
  fill: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .backpack .__backpack path {
  fill: #ffffff;
}

.aspectratio {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 8px;
}
@media only screen and (min-width: 0px) and (max-width: 800px) {
  .aspectratio {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    gap: 20px;
  }
}
.aspectratio__directions {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(3, 68px);
  grid-template-rows: repeat(2, 68px);
  gap: 16px;
}
.aspectratio__directions-item {
  height: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid #40b4ea;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-color: #ececec;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .aspectratio__directions-item {
  border-color: #383E49;
}
.aspectratio__directions-item input[type=radio] {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}
.aspectratio__directions-item:has(input:checked) {
  border-top: 2px solid #40b4ea;
  border-right: 2px solid #40b4ea;
  border-bottom: 2px solid #40b4ea;
  border-left: 2px solid #40b4ea;
  border-color: #40b4ea;
}
.aspectratio__directions-selected {
  text-align: center;
  word-spacing: 100vw;
  font: 500 12px/16px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.aspectratio__controls {
  margin-bottom: 12px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 12px;
}
@media only screen and (max-width: 899px) {
  .aspectratio__controls {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    gap: 8px;
  }
}
.aspectratio__code {
  position: relative;
}
.aspectratio__code-copy {
  position: absolute;
  top: 2px;
  right: 8px;
}
.aspectratio__code .button {
  position: absolute;
  top: 8px;
  right: 8px;
}
.aspectratio pre[class*=language-] {
  padding-top: 0;
  padding-bottom: 0;
  height: calc(80px + 20px);
}
.aspectratio pre[class*=language-] code {
  display: block;
}

.triangle {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 8px;
}
@media only screen and (min-width: 0px) and (max-width: 800px) {
  .triangle {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    gap: 8px;
  }
}
.triangle__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 16px;
}
.triangle__directions {
  width: 100%;
  margin-bottom: 16px;
  justify-content: center;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(3, 64px);
  grid-template-rows: repeat(3, 64px);
  gap: 16px;
}
.triangle__directions-item {
  height: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid #40b4ea;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-color: #ececec;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .triangle__directions-item {
  border-color: #383E49;
}
.triangle__directions-item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.triangle__directions-item:nth-of-type(1)::before {
  border-width: 100px 100px 0 0;
  border-color: #40b4ea transparent transparent transparent;
}
.triangle__directions-item:nth-of-type(2)::before {
  border-width: 0 32px 64px 32px;
  border-color: transparent transparent #40b4ea transparent;
}
.triangle__directions-item:nth-of-type(3)::before {
  border-width: 100px 0 0 100px;
  border-color: #40b4ea transparent transparent transparent;
}
.triangle__directions-item:nth-of-type(4)::before {
  border-width: 32px 64px 32px 0;
  border-color: transparent #40b4ea transparent transparent;
}
.triangle__directions-item:nth-of-type(5)::before {
  border-width: 32px 0 32px 64px;
  border-color: transparent transparent transparent #40b4ea;
}
.triangle__directions-item:nth-of-type(6)::before {
  border-width: 100px 0 0 100px;
  border-color: transparent transparent transparent #40b4ea;
}
.triangle__directions-item:nth-of-type(7)::before {
  border-width: 64px 32px 0 32px;
  border-color: #40b4ea transparent transparent transparent;
}
.triangle__directions-item:nth-of-type(8)::before {
  border-width: 0 0 100px 100px;
  border-color: transparent transparent #40b4ea transparent;
}
.triangle__directions-item input[type=radio] {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}
.triangle__directions-item:has(input:checked) {
  border-top: 2px solid #40b4ea;
  border-right: 2px solid #40b4ea;
  border-bottom: 2px solid #40b4ea;
  border-left: 2px solid #40b4ea;
  border-color: rgba(64, 180, 234, 0.4);
}
.triangle__directions-selected {
  text-align: center;
  word-spacing: 100vw;
  font: 500 12px/16px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.triangle__controls {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 12px;
}
@media only screen and (max-width: 899px) {
  .triangle__controls {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    gap: 8px;
  }
}
.triangle__preview {
  width: 100%;
  height: 248px;
  padding: 20px;
  overflow: hidden;
  border-radius: 12px;
  border: 2px solid var(--border);
  background: var(--preview);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.triangle__code {
  position: relative;
}
.triangle__code-copy {
  position: absolute;
  top: 2px;
  right: 8px;
}
.triangle__code .button {
  position: absolute;
  top: 8px;
  right: 8px;
}
.triangle pre[class*=language-] {
  padding-top: 0;
  padding-bottom: 0;
}
.triangle pre[class*=language-] code {
  display: block;
}

.remem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}
.remem__wrapper {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto;
  gap: 12px;
}
@media only screen and (max-width: 899px) {
  .remem__wrapper {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    gap: 8px;
  }
}
.remem__input {
  border: 2px solid;
  border-radius: 12px;
  border-color: #c1c1c1;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
html[data-theme=dark] .remem__input {
  border-color: #383E49;
}
.remem__input input {
  width: 100%;
  padding: 8px 16px;
  background: transparent;
  border: 0;
  font: 500 20px/28px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .remem__input input {
  color: #ffffff;
}
.remem__input input::-webkit-outer-spin-button, .remem__input input::-webkit-inner-spin-button {
  display: none;
}
.remem__input input:disabled {
  opacity: 0.05;
}
.remem__input select {
  padding: 4px 12px;
  background: transparent;
  border: 0;
  border-left: 2px solid;
  margin-right: 12px;
  font: 500 20px/28px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  border-color: #c1c1c1;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .remem__input select {
  color: #ffffff;
}
html[data-theme=dark] .remem__input select {
  border-color: #383E49;
}
.remem__icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.remem__icon path {
  opacity: 0.4;
  fill: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .remem__icon path {
  fill: #ffffff;
}
.remem__base {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.remem__base label {
  font: 500 16px/24px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .remem__base label {
  color: #ffffff;
}
.remem__base-input {
  width: calc(100% / 3);
  border: 2px solid #40b4ea;
  border-radius: 12px;
  border-color: #c1c1c1;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
html[data-theme=dark] .remem__base-input {
  border-color: #383E49;
}
@media only screen and (max-width: 899px) {
  .remem__base-input {
    width: 100%;
  }
}
.remem__base-input input {
  width: 100%;
  padding: 8px 16px;
  background: transparent;
  border: 0;
  font: 500 20px/28px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .remem__base-input input {
  color: #ffffff;
}
.remem__base-input input::-webkit-outer-spin-button, .remem__base-input input::-webkit-inner-spin-button {
  display: none;
}
.remem__base-input input:disabled {
  opacity: 0.05;
}
.remem__base-input span {
  border-left: 2px solid;
  padding-left: 12px;
  margin-right: 12px;
  font: 500 20px/28px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  border-color: #c1c1c1;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .remem__base-input span {
  color: #ffffff;
}
html[data-theme=dark] .remem__base-input span {
  border-color: #383E49;
}
.remem__copy {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.remem__copy span {
  border-radius: 16px;
  padding: 12px 20px;
  background: #c1c1c1;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  font: 400 20px/28px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .remem__copy span {
  background: #282D35;
}
html[data-theme=dark] .remem__copy span {
  color: #ffffff;
}
.remem__copy button .remem__chech {
  display: none;
}
.remem__copy button.__active .remem__copy {
  display: none;
}
.remem__copy button.__active .remem__chech {
  display: block;
}

.text-control {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
}
.text-control__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 20px 60px;
}
@media only screen and (min-width: 900px) and (max-width: 1023px) {
  .text-control__item {
    gap: 20px;
  }
}
@media only screen and (max-width: 899px) {
  .text-control__item {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    gap: 20px;
  }
}
.text-control__row {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
}
.text-control__row .select__defalut {
  pointer-events: none;
  opacity: 0.4;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.text-control__row:has(input:checked) .select__defalut {
  pointer-events: all;
  opacity: 1;
}
.text-control__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.text-control__title {
  font: 700 20px/24px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .text-control__title {
  color: #ffffff;
}
.text-control__text {
  text-wrap: pretty;
  font: 500 12px/16px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  opacity: 0.4;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .text-control__text {
  color: #ffffff;
}
html[data-theme=dark] .text-control__text {
  opacity: 0.4;
}
.text-control__demo {
  overflow: hidden;
  min-height: 168px;
  background: #ececec;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  padding: 12px 20px;
  border-radius: 20px;
  box-shadow: none;
}
html[data-theme=dark] .text-control__demo {
  background: #282D35;
}
@media only screen and (max-width: 899px) {
  .text-control__demo {
    min-height: auto;
  }
}
.text-control__demo-text {
  font: 500 16px/24px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .text-control__demo-text {
  color: #ffffff;
}
.text-control__code {
  position: relative;
}
.text-control__code-copy {
  position: absolute;
  top: 2px;
  right: 8px;
}
.text-control__code .button {
  position: absolute;
  top: 8px;
  right: 8px;
}
.text-control pre[class*=language-] {
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
}
.text-control pre[class*=language-] code {
  display: block;
}

.page-error {
  width: 100%;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.page-error__title {
  position: relative;
  padding: 32px;
  font: 700 64px/64px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  font-size: 160px;
}
html[data-theme=dark] .page-error__title {
  color: #ffffff;
}
.page-error__title::before, .page-error__title::after {
  content: attr(data-text);
  width: 100%;
  height: 100%;
  padding: 32px;
  overflow: hidden;
  position: absolute;
  top: 0;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background: #f7f7f7;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .page-error__title::before, html[data-theme=dark] .page-error__title::after {
  color: #ffffff;
}
html[data-theme=dark] .page-error__title::before, html[data-theme=dark] .page-error__title::after {
  background: #24272D;
}
.page-error__title::before {
  left: 3px;
  text-shadow: -2px 0 red;
  animation-name: glitch-animation-1;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: reverse-alternate;
}
.page-error__title::after {
  left: -3px;
  text-shadow: -2px 0 blue;
  animation-name: glitch-animation-2;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: reverse-alternate;
}
.page-error__link {
  text-decoration: none;
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.page-error__link svg {
  transform: rotate(180deg);
}
.page-error__link-text {
  width: 0;
  overflow: hidden;
  text-transform: uppercase;
  text-align: right;
  opacity: 0;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  font: 700 12px/16px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .page-error__link-text {
  color: #ffffff;
}
.page-error__link:hover .page-error__link-text {
  width: 40px;
  opacity: 1;
}

.badge {
  height: 24px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 20px;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.badge.large {
  font-size: 16px;
  line-height: 16px;
  height: 32px;
  padding: 0 12px;
}
.badge.primary {
  background-color: #40b4ea;
  color: #ffffff;
}
.badge.success {
  background-color: #52b530;
  color: #ffffff;
}
.badge.secondary {
  background-color: #f9aa34;
  color: #ffffff;
}
.badge.danger {
  background-color: #e85656;
  color: #ffffff;
}
.badge.css {
  background-color: #663398;
  color: #ffffff;
}
.badge.scss {
  background-color: #CF709F;
  color: #ffffff;
}
.badge.html {
  background-color: #E55B36;
  color: #ffffff;
}
.badge.javascript {
  background-color: #FDDC4C;
  color: #000000;
}
.badge.jquery {
  background-color: #78CFF5;
  color: #000000;
}
.badge.medium {
  font-size: 12px;
  line-height: 12px;
  height: 24px;
  padding: 0 8px;
}
.badge.primary {
  background-color: #40b4ea;
  color: #ffffff;
}
.badge.success {
  background-color: #52b530;
  color: #ffffff;
}
.badge.secondary {
  background-color: #f9aa34;
  color: #ffffff;
}
.badge.danger {
  background-color: #e85656;
  color: #ffffff;
}
.badge.css {
  background-color: #663398;
  color: #ffffff;
}
.badge.scss {
  background-color: #CF709F;
  color: #ffffff;
}
.badge.html {
  background-color: #E55B36;
  color: #ffffff;
}
.badge.javascript {
  background-color: #FDDC4C;
  color: #000000;
}
.badge.jquery {
  background-color: #78CFF5;
  color: #000000;
}
.badge.small {
  font-size: 8px;
  line-height: 8px;
  height: 16px;
  padding: 0 8px;
}
.badge.primary {
  background-color: #40b4ea;
  color: #ffffff;
}
.badge.success {
  background-color: #52b530;
  color: #ffffff;
}
.badge.secondary {
  background-color: #f9aa34;
  color: #ffffff;
}
.badge.danger {
  background-color: #e85656;
  color: #ffffff;
}
.badge.css {
  background-color: #663398;
  color: #ffffff;
}
.badge.scss {
  background-color: #CF709F;
  color: #ffffff;
}
.badge.html {
  background-color: #E55B36;
  color: #ffffff;
}
.badge.javascript {
  background-color: #FDDC4C;
  color: #000000;
}
.badge.jquery {
  background-color: #78CFF5;
  color: #000000;
}
.badge.tools {
  color: #c1c1c1;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background: #f7f7f7;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .badge.tools {
  color: #383E49;
}
html[data-theme=dark] .badge.tools {
  background: #24272D;
}

.button {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  border: 0;
  border-radius: 16px;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.button.large {
  font: 700 20px/28px "Visuelt Pro", sans-serif;
  padding: 12px 16px;
  gap: 8px;
}
.button.large.primary {
  background: #40b4ea;
  color: #ffffff;
}
.button.large.primary path {
  fill: #ffffff;
}
.button.large.success {
  background: #52b530;
  color: #ffffff;
}
.button.large.success path {
  fill: #ffffff;
}
.button.large.waring {
  background: #f9aa34;
  color: #000000;
}
.button.large.waring path {
  fill: #000000;
}
.button.large.danger {
  background: #e85656;
  color: #ffffff;
}
.button.large.danger path {
  fill: #ffffff;
}
.button.large.tertiary {
  background: transparent;
  color: var(--tertiary);
}
.button.large.tertiary path {
  fill: var(--tertiary);
}
.button.large.neutral {
  background: var(--tertiary-bg);
  color: var(--tertiary);
}
.button.large.neutral path {
  fill: var(--tertiary);
}
.button.large.primary:hover, .button.large.primary:focus {
  color: #ffffff;
  background: #8bd0f0;
}
.button.large.success:hover, .button.large.success:focus {
  color: #ffffff;
  background: #8dda72;
}
.button.large.warning:hover, .button.large.warning:focus {
  color: #000000;
  background: #fabf66;
}
.button.large.danger:hover, .button.large.danger:focus {
  color: #ffffff;
  background: #ee8181;
}
.button.large.tertiary:hover, .button.large.tertiary:focus {
  color: #ffffff;
  background: var(--tertiary-bg);
}
.button.large.tertiary:hover path, .button.large.tertiary:focus path {
  fill: var(--tertiary);
}
.button.large.neutral:hover, .button.large.neutral:focus {
  color: #ffffff;
  background: var(--neutral-bg);
}
.button.medium {
  font: 700 16px/24px "Visuelt Pro", sans-serif;
  padding: 12px 16px;
  gap: 4px;
}
.button.medium.primary {
  background: #40b4ea;
  color: #ffffff;
}
.button.medium.primary path {
  fill: #ffffff;
}
.button.medium.success {
  background: #52b530;
  color: #ffffff;
}
.button.medium.success path {
  fill: #ffffff;
}
.button.medium.waring {
  background: #f9aa34;
  color: #000000;
}
.button.medium.waring path {
  fill: #000000;
}
.button.medium.danger {
  background: #e85656;
  color: #ffffff;
}
.button.medium.danger path {
  fill: #ffffff;
}
.button.medium.tertiary {
  background: transparent;
  color: var(--tertiary);
}
.button.medium.tertiary path {
  fill: var(--tertiary);
}
.button.medium.neutral {
  background: var(--tertiary-bg);
  color: var(--tertiary);
}
.button.medium.neutral path {
  fill: var(--tertiary);
}
.button.medium.primary:hover, .button.medium.primary:focus {
  color: #ffffff;
  background: #8bd0f0;
}
.button.medium.success:hover, .button.medium.success:focus {
  color: #ffffff;
  background: #8dda72;
}
.button.medium.warning:hover, .button.medium.warning:focus {
  color: #000000;
  background: #fabf66;
}
.button.medium.danger:hover, .button.medium.danger:focus {
  color: #ffffff;
  background: #ee8181;
}
.button.medium.tertiary:hover, .button.medium.tertiary:focus {
  color: #ffffff;
  background: var(--tertiary-bg);
}
.button.medium.tertiary:hover path, .button.medium.tertiary:focus path {
  fill: var(--tertiary);
}
.button.medium.neutral:hover, .button.medium.neutral:focus {
  color: #ffffff;
  background: var(--neutral-bg);
}
.button.small {
  font: 700 12px/16px "Visuelt Pro", sans-serif;
  padding: 4px 12px;
  gap: 4px;
}
.button.small.primary {
  background: #40b4ea;
  color: #ffffff;
}
.button.small.primary path {
  fill: #ffffff;
}
.button.small.success {
  background: #52b530;
  color: #ffffff;
}
.button.small.success path {
  fill: #ffffff;
}
.button.small.waring {
  background: #f9aa34;
  color: #000000;
}
.button.small.waring path {
  fill: #000000;
}
.button.small.danger {
  background: #e85656;
  color: #ffffff;
}
.button.small.danger path {
  fill: #ffffff;
}
.button.small.tertiary {
  background: transparent;
  color: var(--tertiary);
}
.button.small.tertiary path {
  fill: var(--tertiary);
}
.button.small.neutral {
  background: var(--tertiary-bg);
  color: var(--tertiary);
}
.button.small.neutral path {
  fill: var(--tertiary);
}
.button.small.primary:hover, .button.small.primary:focus {
  color: #ffffff;
  background: #8bd0f0;
}
.button.small.success:hover, .button.small.success:focus {
  color: #ffffff;
  background: #8dda72;
}
.button.small.warning:hover, .button.small.warning:focus {
  color: #000000;
  background: #fabf66;
}
.button.small.danger:hover, .button.small.danger:focus {
  color: #ffffff;
  background: #ee8181;
}
.button.small.tertiary:hover, .button.small.tertiary:focus {
  color: #ffffff;
  background: var(--tertiary-bg);
}
.button.small.tertiary:hover path, .button.small.tertiary:focus path {
  fill: var(--tertiary);
}
.button.small.neutral:hover, .button.small.neutral:focus {
  color: #ffffff;
  background: var(--neutral-bg);
}
.button.fab {
  font: 700 20px/28px "Visuelt Pro", sans-serif;
  padding: 16px;
  gap: 8px;
}
.button.fab.primary {
  background: #40b4ea;
  color: #ffffff;
}
.button.fab.primary path {
  fill: #ffffff;
}
.button.fab.success {
  background: #52b530;
  color: #ffffff;
}
.button.fab.success path {
  fill: #ffffff;
}
.button.fab.waring {
  background: #f9aa34;
  color: #000000;
}
.button.fab.waring path {
  fill: #000000;
}
.button.fab.danger {
  background: #e85656;
  color: #ffffff;
}
.button.fab.danger path {
  fill: #ffffff;
}
.button.fab.tertiary {
  background: transparent;
  color: var(--tertiary);
}
.button.fab.tertiary path {
  fill: var(--tertiary);
}
.button.fab.neutral {
  background: var(--tertiary-bg);
  color: var(--tertiary);
}
.button.fab.neutral path {
  fill: var(--tertiary);
}
.button.fab.primary:hover, .button.fab.primary:focus {
  color: #ffffff;
  background: #8bd0f0;
}
.button.fab.success:hover, .button.fab.success:focus {
  color: #ffffff;
  background: #8dda72;
}
.button.fab.warning:hover, .button.fab.warning:focus {
  color: #000000;
  background: #fabf66;
}
.button.fab.danger:hover, .button.fab.danger:focus {
  color: #ffffff;
  background: #ee8181;
}
.button.fab.tertiary:hover, .button.fab.tertiary:focus {
  color: #ffffff;
  background: var(--tertiary-bg);
}
.button.fab.tertiary:hover path, .button.fab.tertiary:focus path {
  fill: var(--tertiary);
}
.button.fab.neutral:hover, .button.fab.neutral:focus {
  color: #ffffff;
  background: var(--neutral-bg);
}
.button:disabled {
  color: var(--sem-color-text-on-surface-variant) !important;
  background: var(--sem-color-background-surface-neutral) !important;
}

.input {
  border: 2px solid var(--border);
  border-radius: 12px;
  padding: 8px 16px;
  font: 500 16px/24px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background: #f7f7f7;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .input {
  color: #ffffff;
}
html[data-theme=dark] .input {
  background: #24272D;
}
.input:focus {
  border-color: #40b4ea;
}
.input:not(.input:placeholder-shown) {
  box-shadow: none;
  border-color: #c1c1c1;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .input:not(.input:placeholder-shown) {
  border-color: #383E49;
}
.input-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4px;
  position: relative;
}
.input-placeholder label {
  font: 500 16px/24px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  left: 16px;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .input-placeholder label {
  color: #ffffff;
}
.input-placeholder input[type=text], .input-placeholder input[type=password], .input-placeholder input[type=email], .input-placeholder input[type=number], .input-placeholder input[type=search], .input-placeholder input[type=tel], .input-placeholder input[type=url], .input-placeholder input[type=date], .input-placeholder input[type=datetime-local], .input-placeholder input[type=time], .input-placeholder input[type=month], .input-placeholder input[type=week] {
  padding-top: 12px;
  padding-bottom: 4px;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
.input-placeholder input[type=text]::-webkit-input-placeholder, .input-placeholder input[type=password]::-webkit-input-placeholder, .input-placeholder input[type=email]::-webkit-input-placeholder, .input-placeholder input[type=number]::-webkit-input-placeholder, .input-placeholder input[type=search]::-webkit-input-placeholder, .input-placeholder input[type=tel]::-webkit-input-placeholder, .input-placeholder input[type=url]::-webkit-input-placeholder, .input-placeholder input[type=date]::-webkit-input-placeholder, .input-placeholder input[type=datetime-local]::-webkit-input-placeholder, .input-placeholder input[type=time]::-webkit-input-placeholder, .input-placeholder input[type=month]::-webkit-input-placeholder, .input-placeholder input[type=week]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--placeholder);
}
.input-placeholder input[type=text]:-moz-placeholder, .input-placeholder input[type=password]:-moz-placeholder, .input-placeholder input[type=email]:-moz-placeholder, .input-placeholder input[type=number]:-moz-placeholder, .input-placeholder input[type=search]:-moz-placeholder, .input-placeholder input[type=tel]:-moz-placeholder, .input-placeholder input[type=url]:-moz-placeholder, .input-placeholder input[type=date]:-moz-placeholder, .input-placeholder input[type=datetime-local]:-moz-placeholder, .input-placeholder input[type=time]:-moz-placeholder, .input-placeholder input[type=month]:-moz-placeholder, .input-placeholder input[type=week]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--placeholder);
  opacity: 1;
}
.input-placeholder input[type=text]::-moz-placeholder, .input-placeholder input[type=password]::-moz-placeholder, .input-placeholder input[type=email]::-moz-placeholder, .input-placeholder input[type=number]::-moz-placeholder, .input-placeholder input[type=search]::-moz-placeholder, .input-placeholder input[type=tel]::-moz-placeholder, .input-placeholder input[type=url]::-moz-placeholder, .input-placeholder input[type=date]::-moz-placeholder, .input-placeholder input[type=datetime-local]::-moz-placeholder, .input-placeholder input[type=time]::-moz-placeholder, .input-placeholder input[type=month]::-moz-placeholder, .input-placeholder input[type=week]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--placeholder);
  opacity: 1;
}
.input-placeholder input[type=text]:-ms-input-placeholder, .input-placeholder input[type=password]:-ms-input-placeholder, .input-placeholder input[type=email]:-ms-input-placeholder, .input-placeholder input[type=number]:-ms-input-placeholder, .input-placeholder input[type=search]:-ms-input-placeholder, .input-placeholder input[type=tel]:-ms-input-placeholder, .input-placeholder input[type=url]:-ms-input-placeholder, .input-placeholder input[type=date]:-ms-input-placeholder, .input-placeholder input[type=datetime-local]:-ms-input-placeholder, .input-placeholder input[type=time]:-ms-input-placeholder, .input-placeholder input[type=month]:-ms-input-placeholder, .input-placeholder input[type=week]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--placeholder);
}
.input-placeholder input[type=text]::-ms-input-placeholder, .input-placeholder input[type=password]::-ms-input-placeholder, .input-placeholder input[type=email]::-ms-input-placeholder, .input-placeholder input[type=number]::-ms-input-placeholder, .input-placeholder input[type=search]::-ms-input-placeholder, .input-placeholder input[type=tel]::-ms-input-placeholder, .input-placeholder input[type=url]::-ms-input-placeholder, .input-placeholder input[type=date]::-ms-input-placeholder, .input-placeholder input[type=datetime-local]::-ms-input-placeholder, .input-placeholder input[type=time]::-ms-input-placeholder, .input-placeholder input[type=month]::-ms-input-placeholder, .input-placeholder input[type=week]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--placeholder);
}
.input-placeholder input[type=text]::placeholder, .input-placeholder input[type=password]::placeholder, .input-placeholder input[type=email]::placeholder, .input-placeholder input[type=number]::placeholder, .input-placeholder input[type=search]::placeholder, .input-placeholder input[type=tel]::placeholder, .input-placeholder input[type=url]::placeholder, .input-placeholder input[type=date]::placeholder, .input-placeholder input[type=datetime-local]::placeholder, .input-placeholder input[type=time]::placeholder, .input-placeholder input[type=month]::placeholder, .input-placeholder input[type=week]::placeholder {
  /* Most modern browsers support this now. */
  color: var(--placeholder);
}
.input-placeholder input[type=text]::-webkit-outer-spin-button, .input-placeholder input[type=text]::-webkit-inner-spin-button, .input-placeholder input[type=password]::-webkit-outer-spin-button, .input-placeholder input[type=password]::-webkit-inner-spin-button, .input-placeholder input[type=email]::-webkit-outer-spin-button, .input-placeholder input[type=email]::-webkit-inner-spin-button, .input-placeholder input[type=number]::-webkit-outer-spin-button, .input-placeholder input[type=number]::-webkit-inner-spin-button, .input-placeholder input[type=search]::-webkit-outer-spin-button, .input-placeholder input[type=search]::-webkit-inner-spin-button, .input-placeholder input[type=tel]::-webkit-outer-spin-button, .input-placeholder input[type=tel]::-webkit-inner-spin-button, .input-placeholder input[type=url]::-webkit-outer-spin-button, .input-placeholder input[type=url]::-webkit-inner-spin-button, .input-placeholder input[type=date]::-webkit-outer-spin-button, .input-placeholder input[type=date]::-webkit-inner-spin-button, .input-placeholder input[type=datetime-local]::-webkit-outer-spin-button, .input-placeholder input[type=datetime-local]::-webkit-inner-spin-button, .input-placeholder input[type=time]::-webkit-outer-spin-button, .input-placeholder input[type=time]::-webkit-inner-spin-button, .input-placeholder input[type=month]::-webkit-outer-spin-button, .input-placeholder input[type=month]::-webkit-inner-spin-button, .input-placeholder input[type=week]::-webkit-outer-spin-button, .input-placeholder input[type=week]::-webkit-inner-spin-button {
  display: none;
}
.input-placeholder input[type=text]:focus + label, .input-placeholder input[type=text]:not(.input-placeholder input[type=text]:placeholder-shown, .input-placeholder input[type=password]:placeholder-shown, .input-placeholder input[type=email]:placeholder-shown, .input-placeholder input[type=number]:placeholder-shown, .input-placeholder input[type=search]:placeholder-shown, .input-placeholder input[type=tel]:placeholder-shown, .input-placeholder input[type=url]:placeholder-shown, .input-placeholder input[type=date]:placeholder-shown, .input-placeholder input[type=datetime-local]:placeholder-shown, .input-placeholder input[type=time]:placeholder-shown, .input-placeholder input[type=month]:placeholder-shown, .input-placeholder input[type=week]:placeholder-shown) + label, .input-placeholder input[type=password]:focus + label, .input-placeholder input[type=password]:not(.input-placeholder input[type=text]:placeholder-shown, .input-placeholder input[type=password]:placeholder-shown, .input-placeholder input[type=email]:placeholder-shown, .input-placeholder input[type=number]:placeholder-shown, .input-placeholder input[type=search]:placeholder-shown, .input-placeholder input[type=tel]:placeholder-shown, .input-placeholder input[type=url]:placeholder-shown, .input-placeholder input[type=date]:placeholder-shown, .input-placeholder input[type=datetime-local]:placeholder-shown, .input-placeholder input[type=time]:placeholder-shown, .input-placeholder input[type=month]:placeholder-shown, .input-placeholder input[type=week]:placeholder-shown) + label, .input-placeholder input[type=email]:focus + label, .input-placeholder input[type=email]:not(.input-placeholder input[type=text]:placeholder-shown, .input-placeholder input[type=password]:placeholder-shown, .input-placeholder input[type=email]:placeholder-shown, .input-placeholder input[type=number]:placeholder-shown, .input-placeholder input[type=search]:placeholder-shown, .input-placeholder input[type=tel]:placeholder-shown, .input-placeholder input[type=url]:placeholder-shown, .input-placeholder input[type=date]:placeholder-shown, .input-placeholder input[type=datetime-local]:placeholder-shown, .input-placeholder input[type=time]:placeholder-shown, .input-placeholder input[type=month]:placeholder-shown, .input-placeholder input[type=week]:placeholder-shown) + label, .input-placeholder input[type=number]:focus + label, .input-placeholder input[type=number]:not(.input-placeholder input[type=text]:placeholder-shown, .input-placeholder input[type=password]:placeholder-shown, .input-placeholder input[type=email]:placeholder-shown, .input-placeholder input[type=number]:placeholder-shown, .input-placeholder input[type=search]:placeholder-shown, .input-placeholder input[type=tel]:placeholder-shown, .input-placeholder input[type=url]:placeholder-shown, .input-placeholder input[type=date]:placeholder-shown, .input-placeholder input[type=datetime-local]:placeholder-shown, .input-placeholder input[type=time]:placeholder-shown, .input-placeholder input[type=month]:placeholder-shown, .input-placeholder input[type=week]:placeholder-shown) + label, .input-placeholder input[type=search]:focus + label, .input-placeholder input[type=search]:not(.input-placeholder input[type=text]:placeholder-shown, .input-placeholder input[type=password]:placeholder-shown, .input-placeholder input[type=email]:placeholder-shown, .input-placeholder input[type=number]:placeholder-shown, .input-placeholder input[type=search]:placeholder-shown, .input-placeholder input[type=tel]:placeholder-shown, .input-placeholder input[type=url]:placeholder-shown, .input-placeholder input[type=date]:placeholder-shown, .input-placeholder input[type=datetime-local]:placeholder-shown, .input-placeholder input[type=time]:placeholder-shown, .input-placeholder input[type=month]:placeholder-shown, .input-placeholder input[type=week]:placeholder-shown) + label, .input-placeholder input[type=tel]:focus + label, .input-placeholder input[type=tel]:not(.input-placeholder input[type=text]:placeholder-shown, .input-placeholder input[type=password]:placeholder-shown, .input-placeholder input[type=email]:placeholder-shown, .input-placeholder input[type=number]:placeholder-shown, .input-placeholder input[type=search]:placeholder-shown, .input-placeholder input[type=tel]:placeholder-shown, .input-placeholder input[type=url]:placeholder-shown, .input-placeholder input[type=date]:placeholder-shown, .input-placeholder input[type=datetime-local]:placeholder-shown, .input-placeholder input[type=time]:placeholder-shown, .input-placeholder input[type=month]:placeholder-shown, .input-placeholder input[type=week]:placeholder-shown) + label, .input-placeholder input[type=url]:focus + label, .input-placeholder input[type=url]:not(.input-placeholder input[type=text]:placeholder-shown, .input-placeholder input[type=password]:placeholder-shown, .input-placeholder input[type=email]:placeholder-shown, .input-placeholder input[type=number]:placeholder-shown, .input-placeholder input[type=search]:placeholder-shown, .input-placeholder input[type=tel]:placeholder-shown, .input-placeholder input[type=url]:placeholder-shown, .input-placeholder input[type=date]:placeholder-shown, .input-placeholder input[type=datetime-local]:placeholder-shown, .input-placeholder input[type=time]:placeholder-shown, .input-placeholder input[type=month]:placeholder-shown, .input-placeholder input[type=week]:placeholder-shown) + label, .input-placeholder input[type=date]:focus + label, .input-placeholder input[type=date]:not(.input-placeholder input[type=text]:placeholder-shown, .input-placeholder input[type=password]:placeholder-shown, .input-placeholder input[type=email]:placeholder-shown, .input-placeholder input[type=number]:placeholder-shown, .input-placeholder input[type=search]:placeholder-shown, .input-placeholder input[type=tel]:placeholder-shown, .input-placeholder input[type=url]:placeholder-shown, .input-placeholder input[type=date]:placeholder-shown, .input-placeholder input[type=datetime-local]:placeholder-shown, .input-placeholder input[type=time]:placeholder-shown, .input-placeholder input[type=month]:placeholder-shown, .input-placeholder input[type=week]:placeholder-shown) + label, .input-placeholder input[type=datetime-local]:focus + label, .input-placeholder input[type=datetime-local]:not(.input-placeholder input[type=text]:placeholder-shown, .input-placeholder input[type=password]:placeholder-shown, .input-placeholder input[type=email]:placeholder-shown, .input-placeholder input[type=number]:placeholder-shown, .input-placeholder input[type=search]:placeholder-shown, .input-placeholder input[type=tel]:placeholder-shown, .input-placeholder input[type=url]:placeholder-shown, .input-placeholder input[type=date]:placeholder-shown, .input-placeholder input[type=datetime-local]:placeholder-shown, .input-placeholder input[type=time]:placeholder-shown, .input-placeholder input[type=month]:placeholder-shown, .input-placeholder input[type=week]:placeholder-shown) + label, .input-placeholder input[type=time]:focus + label, .input-placeholder input[type=time]:not(.input-placeholder input[type=text]:placeholder-shown, .input-placeholder input[type=password]:placeholder-shown, .input-placeholder input[type=email]:placeholder-shown, .input-placeholder input[type=number]:placeholder-shown, .input-placeholder input[type=search]:placeholder-shown, .input-placeholder input[type=tel]:placeholder-shown, .input-placeholder input[type=url]:placeholder-shown, .input-placeholder input[type=date]:placeholder-shown, .input-placeholder input[type=datetime-local]:placeholder-shown, .input-placeholder input[type=time]:placeholder-shown, .input-placeholder input[type=month]:placeholder-shown, .input-placeholder input[type=week]:placeholder-shown) + label, .input-placeholder input[type=month]:focus + label, .input-placeholder input[type=month]:not(.input-placeholder input[type=text]:placeholder-shown, .input-placeholder input[type=password]:placeholder-shown, .input-placeholder input[type=email]:placeholder-shown, .input-placeholder input[type=number]:placeholder-shown, .input-placeholder input[type=search]:placeholder-shown, .input-placeholder input[type=tel]:placeholder-shown, .input-placeholder input[type=url]:placeholder-shown, .input-placeholder input[type=date]:placeholder-shown, .input-placeholder input[type=datetime-local]:placeholder-shown, .input-placeholder input[type=time]:placeholder-shown, .input-placeholder input[type=month]:placeholder-shown, .input-placeholder input[type=week]:placeholder-shown) + label, .input-placeholder input[type=week]:focus + label, .input-placeholder input[type=week]:not(.input-placeholder input[type=text]:placeholder-shown, .input-placeholder input[type=password]:placeholder-shown, .input-placeholder input[type=email]:placeholder-shown, .input-placeholder input[type=number]:placeholder-shown, .input-placeholder input[type=search]:placeholder-shown, .input-placeholder input[type=tel]:placeholder-shown, .input-placeholder input[type=url]:placeholder-shown, .input-placeholder input[type=date]:placeholder-shown, .input-placeholder input[type=datetime-local]:placeholder-shown, .input-placeholder input[type=time]:placeholder-shown, .input-placeholder input[type=month]:placeholder-shown, .input-placeholder input[type=week]:placeholder-shown) + label {
  top: 4px;
  transform: translate(0, 0);
  font: 500 8px/12px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #c1c1c1;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .input-placeholder input[type=text]:focus + label, html[data-theme=dark] .input-placeholder input[type=text]:not(.input-placeholder input[type=text]:placeholder-shown, .input-placeholder input[type=password]:placeholder-shown, .input-placeholder input[type=email]:placeholder-shown, .input-placeholder input[type=number]:placeholder-shown, .input-placeholder input[type=search]:placeholder-shown, .input-placeholder input[type=tel]:placeholder-shown, .input-placeholder input[type=url]:placeholder-shown, .input-placeholder input[type=date]:placeholder-shown, .input-placeholder input[type=datetime-local]:placeholder-shown, .input-placeholder input[type=time]:placeholder-shown, .input-placeholder input[type=month]:placeholder-shown, .input-placeholder input[type=week]:placeholder-shown) + label, html[data-theme=dark] .input-placeholder input[type=password]:focus + label, html[data-theme=dark] .input-placeholder input[type=password]:not(.input-placeholder input[type=text]:placeholder-shown, .input-placeholder input[type=password]:placeholder-shown, .input-placeholder input[type=email]:placeholder-shown, .input-placeholder input[type=number]:placeholder-shown, .input-placeholder input[type=search]:placeholder-shown, .input-placeholder input[type=tel]:placeholder-shown, .input-placeholder input[type=url]:placeholder-shown, .input-placeholder input[type=date]:placeholder-shown, .input-placeholder input[type=datetime-local]:placeholder-shown, .input-placeholder input[type=time]:placeholder-shown, .input-placeholder input[type=month]:placeholder-shown, .input-placeholder input[type=week]:placeholder-shown) + label, html[data-theme=dark] .input-placeholder input[type=email]:focus + label, html[data-theme=dark] .input-placeholder input[type=email]:not(.input-placeholder input[type=text]:placeholder-shown, .input-placeholder input[type=password]:placeholder-shown, .input-placeholder input[type=email]:placeholder-shown, .input-placeholder input[type=number]:placeholder-shown, .input-placeholder input[type=search]:placeholder-shown, .input-placeholder input[type=tel]:placeholder-shown, .input-placeholder input[type=url]:placeholder-shown, .input-placeholder input[type=date]:placeholder-shown, .input-placeholder input[type=datetime-local]:placeholder-shown, .input-placeholder input[type=time]:placeholder-shown, .input-placeholder input[type=month]:placeholder-shown, .input-placeholder input[type=week]:placeholder-shown) + label, html[data-theme=dark] .input-placeholder input[type=number]:focus + label, html[data-theme=dark] .input-placeholder input[type=number]:not(.input-placeholder input[type=text]:placeholder-shown, .input-placeholder input[type=password]:placeholder-shown, .input-placeholder input[type=email]:placeholder-shown, .input-placeholder input[type=number]:placeholder-shown, .input-placeholder input[type=search]:placeholder-shown, .input-placeholder input[type=tel]:placeholder-shown, .input-placeholder input[type=url]:placeholder-shown, .input-placeholder input[type=date]:placeholder-shown, .input-placeholder input[type=datetime-local]:placeholder-shown, .input-placeholder input[type=time]:placeholder-shown, .input-placeholder input[type=month]:placeholder-shown, .input-placeholder input[type=week]:placeholder-shown) + label, html[data-theme=dark] .input-placeholder input[type=search]:focus + label, html[data-theme=dark] .input-placeholder input[type=search]:not(.input-placeholder input[type=text]:placeholder-shown, .input-placeholder input[type=password]:placeholder-shown, .input-placeholder input[type=email]:placeholder-shown, .input-placeholder input[type=number]:placeholder-shown, .input-placeholder input[type=search]:placeholder-shown, .input-placeholder input[type=tel]:placeholder-shown, .input-placeholder input[type=url]:placeholder-shown, .input-placeholder input[type=date]:placeholder-shown, .input-placeholder input[type=datetime-local]:placeholder-shown, .input-placeholder input[type=time]:placeholder-shown, .input-placeholder input[type=month]:placeholder-shown, .input-placeholder input[type=week]:placeholder-shown) + label, html[data-theme=dark] .input-placeholder input[type=tel]:focus + label, html[data-theme=dark] .input-placeholder input[type=tel]:not(.input-placeholder input[type=text]:placeholder-shown, .input-placeholder input[type=password]:placeholder-shown, .input-placeholder input[type=email]:placeholder-shown, .input-placeholder input[type=number]:placeholder-shown, .input-placeholder input[type=search]:placeholder-shown, .input-placeholder input[type=tel]:placeholder-shown, .input-placeholder input[type=url]:placeholder-shown, .input-placeholder input[type=date]:placeholder-shown, .input-placeholder input[type=datetime-local]:placeholder-shown, .input-placeholder input[type=time]:placeholder-shown, .input-placeholder input[type=month]:placeholder-shown, .input-placeholder input[type=week]:placeholder-shown) + label, html[data-theme=dark] .input-placeholder input[type=url]:focus + label, html[data-theme=dark] .input-placeholder input[type=url]:not(.input-placeholder input[type=text]:placeholder-shown, .input-placeholder input[type=password]:placeholder-shown, .input-placeholder input[type=email]:placeholder-shown, .input-placeholder input[type=number]:placeholder-shown, .input-placeholder input[type=search]:placeholder-shown, .input-placeholder input[type=tel]:placeholder-shown, .input-placeholder input[type=url]:placeholder-shown, .input-placeholder input[type=date]:placeholder-shown, .input-placeholder input[type=datetime-local]:placeholder-shown, .input-placeholder input[type=time]:placeholder-shown, .input-placeholder input[type=month]:placeholder-shown, .input-placeholder input[type=week]:placeholder-shown) + label, html[data-theme=dark] .input-placeholder input[type=date]:focus + label, html[data-theme=dark] .input-placeholder input[type=date]:not(.input-placeholder input[type=text]:placeholder-shown, .input-placeholder input[type=password]:placeholder-shown, .input-placeholder input[type=email]:placeholder-shown, .input-placeholder input[type=number]:placeholder-shown, .input-placeholder input[type=search]:placeholder-shown, .input-placeholder input[type=tel]:placeholder-shown, .input-placeholder input[type=url]:placeholder-shown, .input-placeholder input[type=date]:placeholder-shown, .input-placeholder input[type=datetime-local]:placeholder-shown, .input-placeholder input[type=time]:placeholder-shown, .input-placeholder input[type=month]:placeholder-shown, .input-placeholder input[type=week]:placeholder-shown) + label, html[data-theme=dark] .input-placeholder input[type=datetime-local]:focus + label, html[data-theme=dark] .input-placeholder input[type=datetime-local]:not(.input-placeholder input[type=text]:placeholder-shown, .input-placeholder input[type=password]:placeholder-shown, .input-placeholder input[type=email]:placeholder-shown, .input-placeholder input[type=number]:placeholder-shown, .input-placeholder input[type=search]:placeholder-shown, .input-placeholder input[type=tel]:placeholder-shown, .input-placeholder input[type=url]:placeholder-shown, .input-placeholder input[type=date]:placeholder-shown, .input-placeholder input[type=datetime-local]:placeholder-shown, .input-placeholder input[type=time]:placeholder-shown, .input-placeholder input[type=month]:placeholder-shown, .input-placeholder input[type=week]:placeholder-shown) + label, html[data-theme=dark] .input-placeholder input[type=time]:focus + label, html[data-theme=dark] .input-placeholder input[type=time]:not(.input-placeholder input[type=text]:placeholder-shown, .input-placeholder input[type=password]:placeholder-shown, .input-placeholder input[type=email]:placeholder-shown, .input-placeholder input[type=number]:placeholder-shown, .input-placeholder input[type=search]:placeholder-shown, .input-placeholder input[type=tel]:placeholder-shown, .input-placeholder input[type=url]:placeholder-shown, .input-placeholder input[type=date]:placeholder-shown, .input-placeholder input[type=datetime-local]:placeholder-shown, .input-placeholder input[type=time]:placeholder-shown, .input-placeholder input[type=month]:placeholder-shown, .input-placeholder input[type=week]:placeholder-shown) + label, html[data-theme=dark] .input-placeholder input[type=month]:focus + label, html[data-theme=dark] .input-placeholder input[type=month]:not(.input-placeholder input[type=text]:placeholder-shown, .input-placeholder input[type=password]:placeholder-shown, .input-placeholder input[type=email]:placeholder-shown, .input-placeholder input[type=number]:placeholder-shown, .input-placeholder input[type=search]:placeholder-shown, .input-placeholder input[type=tel]:placeholder-shown, .input-placeholder input[type=url]:placeholder-shown, .input-placeholder input[type=date]:placeholder-shown, .input-placeholder input[type=datetime-local]:placeholder-shown, .input-placeholder input[type=time]:placeholder-shown, .input-placeholder input[type=month]:placeholder-shown, .input-placeholder input[type=week]:placeholder-shown) + label, html[data-theme=dark] .input-placeholder input[type=week]:focus + label, html[data-theme=dark] .input-placeholder input[type=week]:not(.input-placeholder input[type=text]:placeholder-shown, .input-placeholder input[type=password]:placeholder-shown, .input-placeholder input[type=email]:placeholder-shown, .input-placeholder input[type=number]:placeholder-shown, .input-placeholder input[type=search]:placeholder-shown, .input-placeholder input[type=tel]:placeholder-shown, .input-placeholder input[type=url]:placeholder-shown, .input-placeholder input[type=date]:placeholder-shown, .input-placeholder input[type=datetime-local]:placeholder-shown, .input-placeholder input[type=time]:placeholder-shown, .input-placeholder input[type=month]:placeholder-shown, .input-placeholder input[type=week]:placeholder-shown) + label {
  color: #ececec;
}
.input-placeholder input[type=text]:focus + label + .__hover, .input-placeholder input[type=password]:focus + label + .__hover, .input-placeholder input[type=email]:focus + label + .__hover, .input-placeholder input[type=number]:focus + label + .__hover, .input-placeholder input[type=search]:focus + label + .__hover, .input-placeholder input[type=tel]:focus + label + .__hover, .input-placeholder input[type=url]:focus + label + .__hover, .input-placeholder input[type=date]:focus + label + .__hover, .input-placeholder input[type=datetime-local]:focus + label + .__hover, .input-placeholder input[type=time]:focus + label + .__hover, .input-placeholder input[type=month]:focus + label + .__hover, .input-placeholder input[type=week]:focus + label + .__hover {
  opacity: 1;
}

.toggle__control {
  cursor: pointer;
  font: 400 20px/28px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.toggle__control input[type=checkbox] {
  position: relative;
  width: 44px;
  height: 24px;
  outline: none;
  border-radius: 20px;
  appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  background: #c1c1c1;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .toggle__control input[type=checkbox] {
  background: #383E49;
}
.toggle__control input[type=checkbox]:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  top: 4px;
  left: 4px;
  background: #fff;
  transition: 0.2s;
}
.toggle__control input[type=checkbox]:checked {
  background: #40b4ea;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .toggle__control input[type=checkbox]:checked {
  background: #40b4ea;
}
.toggle__control input[type=checkbox]:checked:before {
  left: calc(100% - 20px);
}
.toggle__control input:disabled {
  opacity: 0.2;
}

.select__defalut {
  border: 2px solid var(--border);
  border-radius: 12px;
  padding: 8px 16px;
  position: relative;
  font: 500 16px/24px "Visuelt Pro", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  color: #000000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background: #f7f7f7;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .select__defalut {
  color: #ffffff;
}
html[data-theme=dark] .select__defalut {
  background: #24272D;
}

/* PrismJS 1.29.0
https://prismjs.com/download.html#themes=prism-tomorrow&languages=css+clike+javascript+scss */
/**
 * prism.js tomorrow night eighties for JavaScript, CoffeeScript, CSS and HTML
 * Based on https://github.com/chriskempson/tomorrow-theme
 * @author Rose Pritchard
 */
code[class*=language-],
pre[class*=language-] {
  color: #000;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background: none;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 12px;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
html[data-theme=dark] code[class*=language-],
html[data-theme=dark] pre[class*=language-] {
  color: #fff;
}

/* Code blocks */
pre[class*=language-] {
  padding: 16px 16px 0;
  margin: 0;
  overflow: auto;
  min-height: 64px;
  border-radius: 24px;
}

:not(pre) > code[class*=language-],
pre[class*=language-] {
  background: #ececec;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

/* Inline code */
:not(pre) > code[class*=language-] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}

.token {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

.token.punctuation {
  color: #999;
}

.token.namespace {
  opacity: 0.7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #9a6e3a;
  /* This background color was intended by the author of this theme. */
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}

.token.function,
.token.class-name {
  color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
  color: #e90;
}

.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

[data-theme=dark] :not(pre) > code[class*=language-],
[data-theme=dark] pre[class*=language-] {
  background: #282D35;
}
[data-theme=dark] .token.comment,
[data-theme=dark] .token.block-comment,
[data-theme=dark] .token.prolog,
[data-theme=dark] .token.doctype,
[data-theme=dark] .token.cdata {
  color: #999;
}
[data-theme=dark] .token.punctuation {
  color: #ccc;
}
[data-theme=dark] .token.tag,
[data-theme=dark] .token.attr-name,
[data-theme=dark] .token.namespace,
[data-theme=dark] .token.deleted {
  color: #e2777a;
}
[data-theme=dark] .token.function-name {
  color: #6196cc;
}
[data-theme=dark] .token.boolean,
[data-theme=dark] .token.number,
[data-theme=dark] .token.function {
  color: #f08d49;
}
[data-theme=dark] .token.property,
[data-theme=dark] .token.class-name,
[data-theme=dark] .token.constant,
[data-theme=dark] .token.symbol {
  color: #f8c555;
}
[data-theme=dark] .token.selector,
[data-theme=dark] .token.important,
[data-theme=dark] .token.atrule,
[data-theme=dark] .token.keyword,
[data-theme=dark] .token.builtin {
  color: #cc99cd;
}
[data-theme=dark] .token.string,
[data-theme=dark] .token.char,
[data-theme=dark] .token.attr-value,
[data-theme=dark] .token.regex,
[data-theme=dark] .token.variable {
  color: #7ec699;
}
[data-theme=dark] .token.operator,
[data-theme=dark] .token.entity,
[data-theme=dark] .token.url {
  color: #67cdcc;
}
[data-theme=dark] .token.important,
[data-theme=dark] .token.bold {
  font-weight: bold;
}
[data-theme=dark] .token.italic {
  font-style: italic;
}
[data-theme=dark] .token.entity {
  cursor: help;
}
[data-theme=dark] .token.inserted {
  color: green;
}

code[class*=language-] {
  padding: 4px 0;
}

.language-js {
  color: #249cdc !important;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
html[data-theme=dark] .language-js {
  color: #9CDCFE !important;
}

/*! lightgallery - v1.9.0 - 2020-10-14
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2020 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: "lg";
  src: url("/fonts/LightGallery/lg.ttf?22t19m") format("truetype"), url("/fonts/lg.woff?22t19m") format("woff"), url("/fonts/lg.svg?22t19m#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #ffffff;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #ffffff;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: left;
  z-index: 1080;
}
@media only screen and (min-width: 0px) and (max-width: 899px) {
  .lg-sub-html {
    overflow-y: scroll;
    max-height: 150px;
  }
}
.lg-sub-html a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
}
.lg-sub-html a::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #40b4ea;
  opacity: 0.8;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: -1;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-thumb {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 10000;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
  margin-left: auto;
  margin-right: auto;
}

.lg-outer .lg-thumb-item {
  border-radius: 8px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  margin-right: 0 !important;
  border: 2px solid #ffffff;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #40b4ea;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #ffffff;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/lg/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/lg/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/lg/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/lg/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/lg/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button {
  display: none;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #ffffff;
  color: #ffffff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #ffffff;
}

.lg-outer .lg-dropdown {
  background-color: #ffffff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e907";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e905";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e906";
}

.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.lg-rotate-left:after {
  content: "\e900";
}

.lg-rotate-right:after {
  content: "\e901";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-ver:after {
  content: "\e903";
}

.lg-flip-hor:after {
  content: "\e902";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  text-align: left;
  opacity: 0;
  outline: none;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../img/lg/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

#lg-zoom-in, #lg-zoom-out {
  display: none;
}

/* @import "_elements/typography";
@import "_elements/textarea";
@import "_elements/checkbox";
@import "_elements/radio";
@import "_elements/chips";
@import "_elements/snackbar";
@import "_elements/label";
@import "_elements/form";
@import "_elements/badge";
@import "_elements/tooltip";
 */
