:root {
  --bs-title-font-family: "Jost", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica" , "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-body-font-family: "Stolzl", sans-serif;
  --bs-body-font-size: 14px;
  --bs-transition: .35s ease;
  --bs-border-radius: 8px;
  --bs-primary: #EE4B40;
  --bs-gradient: linear-gradient(90.5deg, var(--bs-primary) 0.1%, var(--bs-secondary) 103.09%);
  --bs-primary-rgb: 238, 75, 64;
  --bs-secondary: #FFB318;
  --bs-secondary-rgb: 255, 179, 24;
  --bs-success: #00af30;
  --bs-success-rgb: 0, 175, 48;
  --bs-danger: #EE4B40;
  --bs-danger-rgb: 238, 75, 64;
  --bs-gray: #E3E2DF;
  --bs-gray-light: #FAFAFA;
  --bs-gray-dark: #929292;
  --bs-secondary-color: var(--bs-gray-dark);
  --bs-secondary-color-rgb: 146, 146, 146;
  --bs-dark: #1E2936;
  --bs-body-color: var(--bs-dark);
  --bs-btn-bg: var(--bs-primary);
  --bs-offcanvas-width: 310px;
  --bs-spinner-width: 0.4 ;
}

[data-bs-theme=blue] {
  --bs-primary: #618cfb;
  --bs-primary-rgb: 97, 140, 251;
  --bs-secondary: #18f1ff;
  --bs-secondary-rgb: 24, 241, 255;
}

:lang(hy) {
  --bs-title-font-family: "WeblySleek", sans-serif;
  --bs-body-font-family: "WeblySleek", sans-serif;
  --bs-body-font-weight: 300;
}
:lang(hy) .form-file__text {
  font-weight: 300;
}
:lang(hy) .intro-badge {
  font-size: 26px;
}

:lang(de) .intro-badge {
  font-size: 26px;
}

:lang(fr) .intro-badge {
  font-size: 28px;
}

:lang(it) .intro-badge {
  font-size: 28px;
}

:lang(ka) body {
  --bs-body-font-weight: 500 ;
}
:lang(ka) .intro-title {
  font-size: 39px;
  line-height: 1.2;
}

:lang(kk) body {
  --bs-body-font-weight: 600;
  --bs-body-font-family: "Helvetica", "Arial", sans-serif;
}

.spinner-border-sm {
  --bs-spinner-border-width: .1em;
}

@font-face {
  font-family: "Stolzl";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/template/Stolzl-Thin.woff2") format("woff2"), url("../fonts/template/Stolzl-Thin.woff") format("woff");
}
@font-face {
  font-family: "Stolzl";
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/template/Stolzl-Light.woff2") format("woff2"), url("../fonts/template/Stolzl-Light.woff") format("woff");
}
@font-face {
  font-family: "Stolzl";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/template/Stolzl-Book.woff2") format("woff2"), url("../fonts/template/Stolzl-Book.woff") format("woff");
}
@font-face {
  font-family: "Stolzl";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/template/Stolzl-Regular.woff2") format("woff2"), url("../fonts/template/Stolzl-Regular.woff") format("woff");
}
@font-face {
  font-family: "Stolzl";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/template/Stolzl-Medium.woff2") format("woff2"), url("../fonts/template/Stolzl-Medium.woff") format("woff");
}
@font-face {
  font-family: "Stolzl";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/template/Stolzl-Bold.woff2") format("woff2"), url("../fonts/template/Stolzl-Bold.woff") format("woff");
}
@font-face {
  font-family: "WeblySleek";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/template/WeblySleek-Light.woff2") format("woff2"), url("../fonts/template/WeblySleek-Light.woff") format("woff");
}
@font-face {
  font-family: "WeblySleek";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/template/WeblySleek-SemiBold.woff2") format("woff2"), url("../fonts/template/WeblySleek-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Formular";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/template/formular/Formular.woff2") format("woff2"), url("../fonts/template/formular/Formular.woff") format("woff");
}
@font-face {
  font-family: "Formular";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/template/formular/Formular-Medium.woff2") format("woff2"), url("../fonts/template/formular/Formular-Medium.woff") format("woff");
}
@font-face {
  font-family: "Formular";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/template/formular/Formular-Bold.woff2") format("woff2"), url("../fonts/template/formular/Formular-Bold.woff") format("woff");
}
html, body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
html._overscroll-contain {
  overscroll-behavior-y: contain;
}

body {
  min-height: 100vh;
}

@media (min-width: 576px) {
  .w-xs-auto {
    width: auto !important;
  }
}
@media (min-width: 768px) {
  .w-sm-auto {
    width: auto !important;
  }
}
@media (min-width: 992px) {
  .w-md-auto {
    width: auto !important;
  }
}
@media (min-width: 1201px) {
  .w-lg-auto {
    width: auto !important;
  }
}
@media (min-width: 1401px) {
  .w-xl-auto {
    width: auto !important;
  }
}

.wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.wrapper--inner .main-content {
  padding: 24px 0;
}

.main-content {
  flex: 1;
}

.icon {
  flex: none;
  height: 24px;
  width: 24px;
  fill: currentColor;
  pointer-events: none;
}

.flag {
  flex: none;
  height: 15px;
  width: 21px;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul:not(.pagination, .list-reset), ol:not(.pagination, .list-reset) {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 767px) {
  ul:not(.pagination, .list-reset), ol:not(.pagination, .list-reset) {
    gap: 8px;
  }
}
ul:not(.pagination, .list-reset) li, ol:not(.pagination, .list-reset) li {
  display: flex;
  align-items: center;
  gap: 8px;
}
ul:not(.pagination, .list-reset) li::before, ol:not(.pagination, .list-reset) li::before {
  content: "";
  flex: none;
  height: 6px;
  width: 6px;
  border-radius: 50px;
  background-color: var(--bs-primary);
}

.page-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-white);
  border: 0;
  padding: 0;
}
@media (min-width: 576px) {
  .page-block {
    border: 1px solid var(--bs-gray);
    padding: 1rem;
  }
}
@media (min-width: 1401px) {
  .page-block {
    padding: 24px;
  }
}

.main, .aside {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.token {
  position: relative;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  font-family: var(--bs-title-font-family);
  color: var(--bs-secondary);
  font-size: 1rem;
}
.token::after {
  content: "";
  height: 1em;
  width: 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.79098 3.31795L3.31598 5.79295C3.12851 5.98047 3.02319 6.23478 3.02319 6.49994C3.02319 6.76511 3.12851 7.01942 3.31598 7.20694L5.79098 9.68194C5.88385 9.77492 5.99414 9.84868 6.11554 9.899C6.23694 9.94933 6.36706 9.97523 6.49848 9.97523C6.6299 9.97523 6.76002 9.94933 6.88142 9.899C7.00282 9.84868 7.11311 9.77492 7.20598 9.68194L9.67998 7.20694C9.86745 7.01942 9.97277 6.76511 9.97277 6.49994C9.97277 6.23478 9.86745 5.98047 9.67998 5.79295L7.20598 3.31795C7.11311 3.22497 7.00282 3.15121 6.88142 3.10089C6.76002 3.05056 6.6299 3.02466 6.49848 3.02466C6.36706 3.02466 6.23694 3.05056 6.11554 3.10089C5.99414 3.15121 5.88385 3.22497 5.79098 3.31795ZM6.49798 8.26794L4.73098 6.49994L6.49798 4.73194L8.26598 6.49994L6.49798 8.26794Z' fill='%23FFB318'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.28789e-07 6.50006C-0.00078503 5.02926 0.497271 3.60168 1.41279 2.45057C2.32831 1.29945 3.60716 0.492861 5.0404 0.162588C6.47363 -0.167686 7.97651 -0.00211579 9.30347 0.632244C10.6304 1.2666 11.703 2.33225 12.346 3.65506C13.2768 4.1088 14.0856 4.77833 14.7053 5.60791C15.325 6.43749 15.7375 7.4031 15.9085 8.42435C16.0795 9.44559 16.004 10.4929 15.6884 11.4791C15.3727 12.4653 14.8261 13.3618 14.0939 14.094C13.3617 14.8261 12.4652 15.3728 11.479 15.6884C10.4928 16.0041 9.44553 16.0795 8.42428 15.9085C7.40304 15.7375 6.43743 15.325 5.60785 14.7054C4.77827 14.0857 4.10874 13.2768 3.655 12.3461C2.55884 11.8125 1.63484 10.9813 0.988541 9.94759C0.342239 8.91386 -0.000315777 7.7192 9.28789e-07 6.50006ZM6.5 1.50006C5.17392 1.50006 3.90215 2.02685 2.96447 2.96453C2.02679 3.90221 1.5 5.17398 1.5 6.50006C1.5 7.82614 2.02679 9.09791 2.96447 10.0356C3.90215 10.9733 5.17392 11.5001 6.5 11.5001C7.82608 11.5001 9.09785 10.9733 10.0355 10.0356C10.9732 9.09791 11.5 7.82614 11.5 6.50006C11.5 5.17398 10.9732 3.90221 10.0355 2.96453C9.09785 2.02685 7.82608 1.50006 6.5 1.50006ZM13 6.50006C13 6.29906 12.99 6.10006 12.973 5.90306C13.4506 6.3643 13.8315 6.91602 14.0935 7.52604C14.3556 8.13606 14.4935 8.79216 14.4993 9.45606C14.505 10.12 14.3785 10.7783 14.1271 11.3928C13.8757 12.0073 13.5044 12.5656 13.035 13.035C12.5655 13.5045 12.0073 13.8758 11.3928 14.1272C10.7783 14.3786 10.1199 14.5051 9.45599 14.4993C8.7921 14.4935 8.136 14.3556 7.52598 14.0936C6.91596 13.8315 6.36423 13.4506 5.903 12.9731C6.80314 13.0561 7.71071 12.9504 8.56772 12.6629C9.42472 12.3753 10.2123 11.9122 10.8802 11.303C11.5481 10.6938 12.0816 9.95207 12.4466 9.12507C12.8116 8.29807 13.0001 7.40403 13 6.50006Z' fill='%23FFB318'/%3E%3C/svg%3E%0A");
}

.flex-none {
  flex: none;
}

.object-position-top {
  -o-object-position: center;
     object-position: center;
}
.object-position-center {
  -o-object-position: center;
     object-position: center;
}
.object-position-bottom {
  -o-object-position: center;
     object-position: center;
}

.bg-gray {
  background-color: var(--bs-gray);
}

.border-dotted {
  --bs-border-style: dotted;
}
.border-dashed {
  --bs-border-style: dashed;
}

.text-decoration-dotted {
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
}

.js-copytextarea {
  color: var(--bs-dark);
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  outline: none;
  width: 100%;
  border: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.circle-anim {
  width: 80px;
  height: 80px;
  flex: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle-anim::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -8px;
  left: -8px;
  transform-origin: center;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid var(--bs-primary);
  border-color: var(--bs-primary) transparent var(--bs-primary) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.big-picture > * {
  pointer-events: none;
}

.transition {
  transition: 0.5s ease;
}

.visibility-hidden {
  pointer-events: none;
  opacity: 0;
}

.pixelate {
  transition: var(--bs-transition);
  opacity: 0;
}
.pixelate-view {
  transition: var(--bs-transition);
  opacity: 0;
}

.logo {
  position: relative;
  display: flex;
}
.logo--custom::after {
  position: absolute;
}

[dir=rtl] .toggle-pswd {
  right: unset;
  left: 0.5rem;
}
[dir=rtl] .header-profile .dropdown-toggle {
  padding-left: 16px;
  padding-right: unset;
}
[dir=rtl] .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding: 0 var(--bs-breadcrumb-item-padding-x);
}
[dir=rtl] .ms-auto {
  margin-right: auto !important;
  margin-left: unset !important;
}
[dir=rtl] .nav-footer__link::after {
  transform: rotate(180deg);
}
[dir=rtl] .toast {
  padding: 15px 40px 15px 15px !important;
}
[dir=rtl] .toast::before {
  right: 10px;
}
[dir=rtl] .form-check {
  padding-left: unset;
  padding-right: 1.5em;
}
[dir=rtl] .form-check-input {
  float: right;
  margin-left: unset;
  margin-right: -1.5em;
}
[dir=rtl] .intro-img__content::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

@media (max-width: 767px) {
  [data-landing=free][data-status=done] #intro-form h2, [data-landing=free][data-status=done] .intro__row .col-auto.col-lg-6, [data-landing=free][data-status=done] .intro-form__item--img {
    display: none;
  }
}

.disable-frame {
  position: relative;
  border-radius: 8px;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  overflow: hidden;
}
.disable-frame::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(227, 226, 223, 0.2);
  backdrop-filter: blur(1.5px);
}
.disable-frame__text {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.loader {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  background-color: #F1F1F2;
  width: 100%;
  height: 12px;
}
.loader-bar {
  top: 0;
  left: 0;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  transition: width 0.05s linear;
}
.loader-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  display: inline-block;
  transition: var(--bs-transition);
  background-color: var(--bs-primary);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 75%, transparent 75%, transparent);
  background-size: 1em 1em;
  animation: barStripe 1s linear infinite;
}

@keyframes barStripe {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1em 0;
  }
}
.collapse-btn {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 0;
}
.collapse-btn[aria-expanded=true] .icon {
  transform: rotate(180deg);
}
.collapse-btn-primary[aria-expanded=true] {
  color: var(--bs-primary);
}

.img-process {
  max-height: 1000px;
  transition: max-height 1s ease-in-out;
  overflow: hidden;
  transition: all 0.25s ease;
  opacity: 1;
}
.img-process.hide {
  max-height: 0;
  opacity: 0;
}

.mh-0 {
  min-height: unset !important;
}
.mh-20 {
  min-height: 20vh !important;
}
.mh-50 {
  min-height: 50vh !important;
}
.mh-80 {
  min-height: 80vh !important;
}
.mh-100 {
  min-height: 100vh !important;
}
@media (min-width: 576px) {
  .mh-xs-0 {
    min-height: unset !important;
  }
  .mh-xs-20 {
    min-height: 20vh !important;
  }
  .mh-xs-50 {
    min-height: 50vh !important;
  }
  .mh-xs-80 {
    min-height: 80vh !important;
  }
  .mh-xs-100 {
    min-height: 100vh !important;
  }
}
@media (min-width: 768px) {
  .mh-sm-0 {
    min-height: unset !important;
  }
  .mh-sm-20 {
    min-height: 20vh !important;
  }
  .mh-sm-50 {
    min-height: 50vh !important;
  }
  .mh-sm-80 {
    min-height: 80vh !important;
  }
  .mh-sm-100 {
    min-height: 100vh !important;
  }
}
@media (min-width: 992px) {
  .mh-md-0 {
    min-height: unset !important;
  }
  .mh-md-20 {
    min-height: 20vh !important;
  }
  .mh-md-50 {
    min-height: 50vh !important;
  }
  .mh-md-80 {
    min-height: 80vh !important;
  }
  .mh-md-100 {
    min-height: 100vh !important;
  }
}
@media (min-width: 1201px) {
  .mh-lg-0 {
    min-height: unset !important;
  }
  .mh-lg-20 {
    min-height: 20vh !important;
  }
  .mh-lg-50 {
    min-height: 50vh !important;
  }
  .mh-lg-80 {
    min-height: 80vh !important;
  }
  .mh-lg-100 {
    min-height: 100vh !important;
  }
}
@media (min-width: 1401px) {
  .mh-xl-0 {
    min-height: unset !important;
  }
  .mh-xl-20 {
    min-height: 20vh !important;
  }
  .mh-xl-50 {
    min-height: 50vh !important;
  }
  .mh-xl-80 {
    min-height: 80vh !important;
  }
  .mh-xl-100 {
    min-height: 100vh !important;
  }
}

[id] {
  scroll-margin-top: 60px;
}

.size-1 {
  height: 0.5rem !important;
  width: 0.5rem !important;
}
.size-2 {
  height: 0.75rem !important;
  width: 0.75rem !important;
}
.size-3 {
  height: 1rem !important;
  width: 1rem !important;
}
.size-4 {
  height: 1.25rem !important;
  width: 1.25rem !important;
}
.size-5 {
  min-height: unset !important;
  height: 1.5rem !important;
  width: 1.5rem !important;
}

.badge-gradient {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  padding: 2px 8px;
  border-radius: 4px;
  background: linear-gradient(90deg, #FF7B00 0%, #B300D3 100%);
  color: var(--bs-white);
}
.badge-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  padding: 2px 8px;
  border-radius: 4px;
  background: linear-gradient(90.05deg, #EE4B40 0.1%, #FFB318 100%);
  color: var(--bs-white);
}
.badge-gray {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  padding: 2px 8px;
  border-radius: 4px;
  background: var(--bs-gray-dark);
  color: var(--bs-white);
}
.badge-warning {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  padding: 2px 8px;
  border-radius: 4px;
  background: #FFAE00;
  color: var(--bs-body-color);
}
.badge-success {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  padding: 2px 8px;
  border-radius: 4px;
  background: #00E070;
  color: var(--bs-body-color);
}

#cookieBanner {
  position: fixed;
  bottom: env(safe-area-inset-bottom);
  left: 0;
  width: 100%;
  z-index: 999;
  padding-bottom: env(safe-area-inset-bottom);
}

.cookie-banner {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: #fff;
  border: 1px solid var(--bs-gray);
  font-size: 14px;
  padding: 1rem;
}
@media (min-width: 768px) {
  .cookie-banner {
    padding: 0.5rem 1rem;
  }
}
.cookie-banner .btn {
  --bs-btn-padding-y: 0.5em;
  --bs-btn-padding-x: 1em;
  min-height: auto;
  line-height: 1;
}

.ratio-portrait {
  aspect-ratio: 1/1.3;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background-color: var(--bs-gray-light);
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--bs-gray);
  border-radius: 8px;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-control {
  font-size: 14px;
  padding: 0.75em;
  min-height: 45px;
  background-color: var(--bs-gray-light);
  border-color: #D8DADC;
}
.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-control::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-control:focus {
  border-color: #D8DADC;
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}
.form-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 1em;
  gap: 1em;
  color: rgba(0, 0, 0, 0.7);
}
.form-divider::before, .form-divider::after {
  content: "";
  height: 1px;
  width: 100%;
  flex: 1;
  background-color: var(--bs-gray);
}
.form-divider--primary::before, .form-divider--primary::after {
  background-color: var(--bs-primary);
}
.form-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.form-check-input[type=checkbox] {
  height: 16px;
  width: 16px;
}
.form-check-input[type=checkbox]:checked {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23EE4B40' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  background-color: var(--bs-white);
  border-color: #dee2e6;
}
.form-radio {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.02em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form-radio input {
  flex: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 1.7em;
  width: 1.7em;
  border-radius: 50px;
  background-color: var(--bs-gray-light);
  border: 1px solid var(--bs-gray);
  outline: none;
}
.form-radio input:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}
.form-radio input:disabled, .form-radio input:disabled ~ span {
  cursor: default;
  opacity: 0.5;
}
.form-radio input:checked {
  border-color: var(--bs-primary);
  background-color: var(--bs-primary);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 10 3 3 6-6'/></svg>");
}
.form-file {
  width: 100%;
  position: relative;
}
.form-file.valid .form-file__text {
  display: none;
}
.form-file.valid .form-file-nav {
  display: flex;
}
.form-file.valid .form-file__result {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.form-file.valid .form-file__input-wrap {
  border: 0;
}
.form-file.valid .form-file-view {
  display: flex;
}
.form-file__result {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.form-file__result img {
  max-height: 100%;
  max-width: 100%;
  z-index: 2;
  pointer-events: none;
}
.form-file__proccess-timer {
  background-color: #fff;
  position: absolute;
  padding: 1rem;
  border-radius: 8px;
  max-width: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
  margin: 2%;
}
@media (max-width: 575px) {
  .form-file__proccess-timer {
    width: unset;
  }
}
.form-file__text {
  font-weight: 300;
}
.form-file input[type=file] {
  position: absolute;
  height: 1px;
  width: 1px;
  visibility: hidden;
}
.form-file__input {
  overflow: hidden;
  width: 100%;
  min-height: 340px;
  height: 100%;
}
@media (max-width: 575px) {
  .form-file__input {
    min-height: 180px;
  }
}
.form-file__input-wrap {
  min-height: inherit;
  height: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 2px dashed var(--bs-dark);
  background-color: #FAFAFA;
}
.form-file-view {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  align-items: center;
  justify-content: center;
  display: none;
  filter: blur(4px);
  background-color: var(--bs-gray);
}
.form-file__row {
  position: relative;
  display: flex;
  flex-direction: column;
}
.form-file__area {
  cursor: pointer;
  background-color: var(--bs-gray-light);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: inherit;
  color: #9E9E9E;
  padding: 1rem;
  text-align: center;
}
.form-file__area button {
  pointer-events: none;
}
.form-file__icon {
  height: 48px;
  width: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M26 8H17.6C14.2397 8 12.5595 8 11.2761 8.65396C10.1471 9.2292 9.2292 10.1471 8.65396 11.2761C8 12.5595 8 14.2397 8 17.6V30.4C8 33.7604 8 35.4404 8.65396 36.724C9.2292 37.853 10.1471 38.7708 11.2761 39.346C12.5595 40 14.2397 40 17.6 40H30.4C33.7604 40 35.4404 40 36.724 39.346C37.853 38.7708 38.7708 37.853 39.346 36.724C40 35.4404 40 33.7604 40 30.4V22' stroke='%23929292' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 31.9999L16.5858 23.4141C17.3668 22.6331 18.6332 22.6331 19.4142 23.4141L26 29.9999M26 29.9999L31.5858 24.4141C32.3668 23.6331 33.6332 23.6331 34.4142 24.4141L40 29.9999M26 29.9999L30.5 34.4999' stroke='%23929292' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36 16V6M36 6L32 10M36 6L40 10' stroke='%23929292' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  flex: none;
}
@media (max-width: 575px) {
  .form-file__icon {
    height: 32px;
    width: 32px;
  }
}
.form-file__available-to-registered-users {
  position: absolute;
  max-width: 300px;
  z-index: 4;
  background: white;
  border-radius: 8px;
  margin: 5%;
  padding: 10px;
}
@media (max-width: 575px) {
  .form-file__available-to-registered-users {
    font-size: 10px;
  }
}
.form-file-nav {
  margin-top: -8px;
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  display: flex;
  display: none;
  z-index: 2;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: var(--bs-gray);
}
.form-file-nav__btn {
  margin: 0;
  border: 0;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 12px;
  background-color: var(--bs-gray-light);
  color: var(--bs-primary);
  flex: 1;
  text-decoration: none;
  transition: var(--bs-transition);
}
.form-file-nav__btn:not(:first-child) {
  border-left: 1px solid var(--bs-gray);
}
.form-file-nav__btn:hover {
  background-color: #efeeed;
}
@media (max-width: 575px) {
  .form-file-nav__btn span {
    display: none;
  }
}
.form-select:focus {
  border-color: #D8DADC;
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}

.radio-btn {
  --token-size: 20px;
  --token-size-big: 32px;
  --price-size: 14px;
  --price-size-big: 24px;
  --discount-size: 10px;
  --token-input-size: 75px;
  --token-input-line: 4px;
  --min-height: 60px;
  position: relative;
  cursor: pointer;
  display: block;
}
.radio-btn [type=text] {
  position: relative;
  font-size: var(--token-size-big);
  border: 0;
  outline: none;
  color: var(--bs-secondary);
  background-color: transparent;
  font-weight: 500;
  text-align: center;
  width: var(--token-input-size);
  letter-spacing: 0.1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.radio-btn [type=radio] {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  height: 1px;
  width: 1px;
}
.radio-btn [type=radio]:checked ~ .radio-btn-content {
  background-color: var(--bs-gray-light);
  border-color: var(--bs-primary);
}
.radio-btn [type=radio]:checked ~ .radio-btn-content .radio-btn__icon {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: var(--bs-white);
}
.radio-btn [type=radio]:disabled ~ .radio-btn-content {
  cursor: default;
  background-color: var(--bs-gray-light);
}
.radio-btn__icon {
  border: 1px solid var(--bs-gray);
  background-color: var(--bs-gray-light);
  border-radius: 50px;
  height: 24px;
  width: 24px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
}
.radio-btn__icon .icon {
  height: 16px;
  width: 16px;
}
.radio-btn__input {
  position: relative;
}
.radio-btn__input::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: var(--token-input-line);
  background-repeat: repeat-x;
  background-image: repeating-linear-gradient(90deg, var(--bs-gray) 0, var(--bs-gray) calc(33.3333333333% - var(--token-input-line)), transparent 0, transparent calc(40% - var(--token-input-line)));
  pointer-events: none;
}
.radio-btn-content {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--bs-white);
  border: 1px solid var(--bs-gray);
  padding: 8px 16px;
  border-radius: 4px;
  gap: 16px;
  min-height: var(--min-height);
  transition: var(--bs-transition);
  overflow: hidden;
  width: 100%;
}
.radio-btn-content[data-badge] {
  padding-right: 40px;
}
.radio-btn-content[data-badge]::after {
  content: attr(data-badge);
  position: absolute;
  color: var(--bs-white);
  background-color: var(--bs-primary);
  text-transform: uppercase;
  font-size: var(--discount-size);
  font-weight: 300;
  text-align: center;
  height: 1.5em;
  width: 100%;
  transform-origin: center;
  transform: rotate(45deg);
  top: 30%;
  right: -43.5%;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.radio-btn-content:hover {
  background-color: var(--bs-gray-light);
}
.radio-btn-content.active {
  background-color: var(--bs-gray-light);
  border-color: var(--bs-primary);
}
.radio-btn-content__side {
  display: flex;
  align-items: center;
  font-size: var(--price-size);
}
.radio-btn-content__side:nth-child(2) {
  gap: 16px;
  flex: 1;
}
.radio-btn-content__side:nth-child(2)::after {
  content: "";
  flex: 1;
  height: 1px;
  border: 1px dashed var(--bs-gray);
  order: -1;
}
.radio-btn-content__dashed {
  border: 1px dashed var(--bs-gray);
}
.radio-btn-content .token {
  font-size: var(--token-size);
}

.toggle-pswd {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5rem;
  background-color: transparent;
  border: 0;
  color: rgba(0, 0, 0, 0.6);
}
.toggle-pswd .eye-off {
  display: none;
}
.toggle-pswd.active .eye-on {
  display: none;
}
.toggle-pswd.active .eye-off {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--bs-title-font-family);
  font-weight: 600;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 40px;
  line-height: 1;
}
@media (max-width: 1200px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  h3 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 14px;
  }
}

h4 {
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 14px;
  }
}

.fs-7 {
  font-size: 10px;
}
.fs-small {
  font-size: 14px !important;
}
@media (min-width: 576px) {
  .fs-xs-6 {
    font-size: 16px !important;
  }
  .fs-xs-7 {
    font-size: 14px !important;
  }
}
@media (min-width: 768px) {
  .fs-sm-6 {
    font-size: 16px !important;
  }
  .fs-sm-7 {
    font-size: 14px !important;
  }
}

.text-gradient {
  background: linear-gradient(90.05deg, #EE4B40 0.1%, #FFB318 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-2 {
  background: linear-gradient(90deg, #FF7B00 0%, #B300D3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.small, small {
  font-size: 0.75rem !important;
}

.btn {
  --bs-btn-padding-x: 2em;
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  border-radius: var(--bs-border-radius);
  font-family: var(--bs-body-font-family);
  font-size: 16px;
  text-align: center;
  transition: var(--bs-transition);
  font-weight: 400;
}
.btn-rounded {
  min-height: 40px;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  padding: 0;
}
.btn-rounded:hover:not(.btn-primary):not(.btn-secondary):not(.btn-outline):not(.btn-light) {
  color: var(--bs-primary);
}
.btn-sm {
  --bs-btn-padding-x: 1em;
  min-height: unset;
  font-size: 14px;
}
.btn-outline-primary {
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-color: var(--bs-primary);
  --bs-btn-bg: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-disabled-color: var(--bs-btn-color);
  --bs-btn-disabled-bg: var(--bs-btn-bg);
  --bs-btn-disabled-border-color: var(--bs-btn-border-color);
}
.btn-primary.disabled, .btn-secondary.disabled {
  color: var(--bs-btn-color);
}
.btn-telegram {
  background-image: linear-gradient(203.2deg, #37aee2 21.67%, #1e96c8 70%);
  background-size: 150% 100%;
  background-position: left 50% top 0;
  color: #fff;
  border: 0 !important;
}
.btn-telegram.disabled, .btn-telegram:disabled {
  background-color: linear-gradient(203.2deg, #37aee2 21.67%, #1e96c8 70%);
  color: #fff;
  opacity: 0.65;
}
.btn-telegram:hover {
  color: #fff;
  background-position: left 100% top 0;
}
.btn-telegram:active {
  color: #fff !important;
  background-image: linear-gradient(203.2deg, #37aee2 21.67%, #1e96c8 70%) !important;
}
.btn-vkontakte {
  background-color: #0077ff;
  color: #fff;
  border: 0 !important;
}
.btn-vkontakte:hover {
  color: #fff;
  background-color: #006be6;
}
.btn-vkontakte:active {
  color: #fff !important;
  background-color: #0077ff !important;
}
.btn-whatsapp {
  background-color: #28D146;
  color: #fff;
  border: 0 !important;
}
.btn-whatsapp:hover {
  color: #fff;
  background-color: #24bc3f;
}
.btn-whatsapp:active {
  color: #fff !important;
  background-color: #28D146 !important;
}
.btn-none {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
.btn-sberpay {
  border: 0;
  background-color: #21A038;
  color: #fff;
}
.btn-sberpay:hover, .btn-sberpay:active {
  background-color: #21A038;
  color: #fff;
}
.btn-gradient {
  background: linear-gradient(90deg, #FF7B00 0%, #B300D3 100%);
  color: var(--bs-white);
  border: 0;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-active-color: var(--bs-white);
}
.btn-gradient:hover, .btn-gradient:active {
  background: linear-gradient(90deg, #FF7B00 0%, #B300D3 100%);
  box-shadow: 0 4px 4px rgba(var(--bs-primary-rgb), 0.4);
}
.btn-gradient.disabled, .btn-gradient:disabled {
  color: var(--bs-white);
}

.nav-header {
  display: flex;
  align-items: center;
  gap: 48px;
}
.nav-header__link {
  text-decoration: none;
  font-family: var(--bs-title-font-family);
  color: var(--bs-body-color);
  opacity: 0.5;
  font-weight: 600;
  transition: var(--bs-transition);
}
.nav-header__link:hover, .nav-header__link._active {
  opacity: 1;
}
.nav-base {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .nav-base {
    font-size: 12px;
  }
  .nav-base .icon {
    height: 20px;
    width: 20px;
  }
}
@media (min-width: 1401px) {
  .nav-base {
    font-size: 14px;
  }
  .nav-base .icon {
    height: 24px;
    width: 24px;
  }
}
.nav-base a, .nav-base button {
  background-color: transparent;
  border: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--dark);
  padding: 12px;
  text-decoration: none;
  border-radius: 8px;
  transition: var(--bs-transition);
  font-weight: 300;
}
.nav-base a:hover, .nav-base button:hover {
  color: var(--bs-primary);
  background-color: #F6F4F0;
}
.nav-base a._active, .nav-base button._active {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
.nav-base a._active[aria-expanded=true], .nav-base button._active[aria-expanded=true] {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
.nav-base a._disabled, .nav-base button._disabled {
  pointer-events: none;
}
.nav-base a .icon, .nav-base button .icon {
  fill: currentColor;
}
.nav-base a[aria-expanded]::after, .nav-base button[aria-expanded]::after {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: unset;
  vertical-align: unset;
  border-width: 0 2px 2px 0;
  border-style: solid;
  height: 6px;
  width: 6px;
  flex: none;
  border-color: currentColor;
  transform: rotate(45deg);
  margin-left: auto;
}
.nav-base a[aria-expanded=true], .nav-base button[aria-expanded=true] {
  background-color: var(--bs-light);
}
.nav-base a[aria-expanded=true]::after, .nav-base button[aria-expanded=true]::after {
  top: unset;
  transform: rotate(-135deg);
}
.nav-base .accordion-collapse {
  background-color: var(--bs-light);
  transition: var(--bs-transition);
}
.nav-base .accordion [aria-expanded=true] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.nav-footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .nav-footer {
    align-items: stretch;
  }
}
.nav-footer__link {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  transition: var(--bs-transition);
}
@media (min-width: 768px) {
  .nav-footer__link:hover {
    color: var(--bs-primary);
  }
}
@media (max-width: 575px) {
  .nav-footer__link::after {
    content: "";
    height: 8px;
    width: 8px;
    flex: none;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    transform: rotate(45deg);
  }
}
.nav-tab {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ccc;
}
.nav-tab a, .nav-tab button {
  width: 100%;
  background-color: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  color: var(--dark);
  padding: 6px;
  text-decoration: none;
  border-radius: 8px;
  transition: var(--bs-transition);
  border: 1px solid transparent;
  text-align: center;
  line-height: 1.3;
  font-size: 12px;
}
@media (min-width: 768px) {
  .nav-tab a, .nav-tab button {
    gap: 8px;
    flex-direction: row;
    text-align: left;
  }
}
.nav-tab a:hover, .nav-tab button:hover {
  color: var(--bs-primary);
  background-color: #F6F4F0;
}
.nav-tab a._active, .nav-tab button._active {
  border-color: var(--bs-primary);
  color: var(--bs-primary);
  pointer-events: none;
}
.nav-tab a._disabled, .nav-tab button._disabled {
  pointer-events: none;
}
.nav-tab a .icon, .nav-tab button .icon {
  height: 1.4em;
  width: 1.4em;
}

.lang {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  text-transform: uppercase;
}
.lang .dropdown-menu {
  min-width: 100%;
  max-height: 150px;
  padding: 0;
  overflow: hidden;
  border-radius: 4px;
}
.lang-current {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 22px;
  gap: 4px;
  border: 0;
  background-color: transparent;
  font-size: 14px;
  color: inherit;
  text-transform: inherit;
}
.lang-current::after {
  display: none;
}
.lang-current::before {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  border-radius: 1px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  margin-top: -3px;
  right: 8px;
  transform: rotate(45deg);
}
.lang-current.show::before {
  margin-top: 0;
  transform: rotate(-135deg);
}
.lang-list {
  display: flex;
  flex-direction: column;
  max-height: inherit;
  overflow: hidden;
  overflow-y: auto;
  padding: 0.5em 0;
}
.lang-list::-webkit-scrollbar {
  width: 6px;
}
.lang-list::-webkit-scrollbar-track {
  background-color: var(--bs-gray-light);
}
.lang-list::-webkit-scrollbar-thumb {
  background-color: var(--bs-gray);
  border-radius: 8px;
}
.lang-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  text-decoration: none;
  padding: 0.2em 0.5em;
  color: inherit;
  font-size: 14px;
}
.lang-item.active {
  background-color: rgba(var(--bs-primary-rgb), 0.1);
}
.lang-item:hover {
  color: var(--bs-primary);
}
.lang--header {
  color: #A5A9B4;
}
.lang--footer {
  color: var(--bs-gray-dark);
}
@media (max-width: 575px) {
  .lang--footer {
    color: var(--bs-white);
  }
}
.lang--footer .lang-current {
  background-color: transparent;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 8px;
  border-radius: 4px;
  color: inherit;
  border: 1px solid;
}
@media (max-width: 575px) {
  .lang--footer .lang-current {
    padding: 0.5em 2.5em 0.5em 1em;
  }
  .lang--footer .lang-current::before {
    right: 1em;
  }
}
.lang--footer .flag {
  display: none;
}

.breadcrumb {
  --bs-breadcrumb-item-active-color: var(--bs-dark);
  --bs-breadcrumb-divider-color: var(--bs-dark);
  --bs-breadcrumb-item-padding-x: 0.2rem;
  --bs-breadcrumb-margin-bottom: 24px;
  --bs-breadcrumb-font-size: 12px;
  color: var(--bs-dark);
  font-family: var(--bs-title-font-family);
}
.breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: var(--bs-primary);
}

[data-badge-left] {
  position: relative;
}
[data-badge-left]::before {
  content: attr(data-badge-left);
  color: var(--bs-dark);
  font-size: 8px;
  font-weight: 400;
  white-space: nowrap;
  position: absolute;
  padding: 0.1em;
  text-transform: uppercase;
  left: -30px;
  top: 0;
  transform: rotate(-35deg);
  width: 100px;
  height: 24px;
  text-align: center;
  background-image: url("data:image/svg+xml,%3Csvg width='82' height='24' viewBox='0 0 82 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M69.0196 22.8914L80.8654 19.1019L75.3014 13.5261L78.7242 3.44336L67.0632 6.93428L69.0196 22.8914Z' fill='%23FF9300' stroke='%23FFAB00' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M69.0199 22.8912L72.3811 18.0232L68.4253 18.0376L69.0199 22.8912Z' fill='%23B24C00' stroke='%23FFAB00' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.711 22.8914L0.865234 19.1019L6.42614 13.5261L3.00641 3.44336L14.6643 6.93428L12.711 22.8914Z' fill='%23FF9300' stroke='%23FFAB00' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M72.4484 18.1533L9.34985 18.0233L10.9889 1.07433L72.7318 0.891357L72.4484 18.1533Z' fill='%23FFB318' stroke='%23FFAB00' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.7108 22.8915L9.34961 18.0234L13.3054 18.0379L12.7108 22.8915Z' fill='%23B24C00' stroke='%23FFAB00' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding-top: 4px;
}

[data-badge-right] {
  position: relative;
}
[data-badge-right]::before {
  content: attr(data-badge-right);
  color: var(--bs-dark);
  font-size: 8px;
  font-weight: 400;
  white-space: nowrap;
  position: absolute;
  padding: 0.1em;
  text-transform: uppercase;
  right: -30px;
  top: 0;
  transform: rotate(35deg);
  width: 100px;
  height: 24px;
  text-align: center;
  background-image: url("data:image/svg+xml,%3Csvg width='82' height='24' viewBox='0 0 82 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M69.0196 22.8914L80.8654 19.1019L75.3014 13.5261L78.7242 3.44336L67.0632 6.93428L69.0196 22.8914Z' fill='%23FF9300' stroke='%23FFAB00' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M69.0199 22.8912L72.3811 18.0232L68.4253 18.0376L69.0199 22.8912Z' fill='%23B24C00' stroke='%23FFAB00' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.711 22.8914L0.865234 19.1019L6.42614 13.5261L3.00641 3.44336L14.6643 6.93428L12.711 22.8914Z' fill='%23FF9300' stroke='%23FFAB00' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M72.4484 18.1533L9.34985 18.0233L10.9889 1.07433L72.7318 0.891357L72.4484 18.1533Z' fill='%23FFB318' stroke='%23FFAB00' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.7108 22.8915L9.34961 18.0234L13.3054 18.0379L12.7108 22.8915Z' fill='%23B24C00' stroke='%23FFAB00' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding-top: 4px;
}

.modal {
  --bs-secondary-color: #A5A9B4;
  --bs-modal-border-width: 0;
}
.modal .btn-close {
  height: 24px;
  width: 24px;
  z-index: 1;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.modal-promo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--bs-light);
  padding: 1rem;
  border-radius: 0.5rem;
  max-width: 290px;
  width: 100%;
}
.modal-promo[data-discount]::after {
  content: attr(data-discount);
  position: absolute;
  border-radius: 4px;
  right: -0.6em;
  top: -1em;
  font-size: 10px;
  background-color: var(--bs-primary);
  color: var(--bs-white);
  padding: 2px 4px;
}
.modal .radio-btn {
  --token-size: 16px;
  --token-size-big: 20px;
  --price-size: 14px;
  --price-size-big: 14px;
  --discount-size: 9px;
  --token-input-size: 50px;
  --min-height: 35px;
  --token-input-line: 2px;
}
.modal-photoshoot {
  --bs-modal-width: 640px;
}
.modal-photoshoot .btn-close {
  --bs-btn-close-opacity: 1;
  filter: var(--bs-btn-close-white-filter);
}
.modal-photoprofile {
  --bs-modal-width: 860px;
}
.modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}
.modal .img-process {
  width: 100%;
}
.modal .img-process__wrap {
  min-height: 335px;
}
.modal-xl {
  --bs-modal-width: 860px ;
}
.modal-lg {
  --bs-modal-width: 720px ;
}
.modal-md {
  --bs-modal-width: 640px ;
}
.modal-sm {
  --bs-modal-width: 480px ;
}
.modal-xs {
  --bs-modal-width: 380px ;
}
@media (max-width: 575px) {
  .modal-backdrop {
    --bs-backdrop-bg: rgba(211, 211, 211, 0.5);
    --bs-backdrop-opacity: 1;
    backdrop-filter: blur(5px);
  }
}

.photoshoots-offer-pro-modal .btn-close, .photoshoot-info-modal .btn-close {
  --bs-btn-close-opacity: 1;
  filter: var(--bs-btn-close-white-filter);
  mix-blend-mode: difference;
}

@media (max-width: 575px) {
  #trial-payment-modal.show ~ .modal-backdrop, #gift-modal.show ~ .modal-backdrop {
    --bs-backdrop-bg: rgba(233, 233, 233, 0.8) !important;
    --bs-backdrop-opacity: 1 !important;
    backdrop-filter: blur(20px);
  }
}

.modal--trigger-outside .modal-dialog {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .modal--trigger-outside {
    --bs-modal-padding: 1.5rem;
    --bs-modal-header-padding: 1.5rem;
  }
}
.modal--trigger-outside .btn-close {
  --bs-btn-close-opacity: 1;
  position: absolute;
  top: -1.5rem;
  right: 0.5rem;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .modal--trigger-outside .btn-close {
    height: 40px;
    width: 40px;
    position: fixed;
    right: 2rem;
    top: 2rem;
  }
}
@media (min-width: 576px) {
  .modal--trigger-outside .btn-close {
    filter: var(--bs-btn-close-white-filter);
  }
}

#modal-image .btn-close {
  --bs-btn-close-color: var(--bs-white);
}
#modal-image .modal-close {
  border: 0;
  background-color: transparent;
  position: absolute;
  z-index: 3;
  top: 1rem;
  right: 1rem;
  color: #fff;
}
#modal-image .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  max-width: unset;
  margin: 0;
  padding: 1rem;
}

.modal-dialog__img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 575px) {
  #toast-container {
    top: unset !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 100% !important;
  }
}

.toast {
  background-color: #fff !important;
  opacity: 1 !important;
  border-radius: 8px !important;
  border: 0 !important;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15) !important;
  color: var(--bs-dark) !important;
  padding: 15px 15px 15px 40px !important;
  background-image: none !important;
  margin: 6px 0 0 0 !important;
}
.toast::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 575px) {
  .toast {
    width: 100% !important;
    border-radius: 0 !important;
  }
}
.toast-progress {
  opacity: 1 !important;
}
.toast-close-button {
  color: inherit !important;
  font-size: 22px !important;
  font-weight: 300 !important;
}
.toast-warning::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.16675 6.66675C9.16675 6.20675 9.54008 5.83342 10.0001 5.83342C10.4601 5.83342 10.8334 6.20675 10.8334 6.66675C10.8334 7.12675 10.4601 7.50008 10.0001 7.50008C9.54008 7.50008 9.16675 7.12675 9.16675 6.66675ZM9.16675 9.16675C9.16675 8.70675 9.54008 8.33341 10.0001 8.33341C10.4601 8.33341 10.8334 8.70675 10.8334 9.16675V13.3334C10.8334 13.7934 10.4601 14.1667 10.0001 14.1667C9.54008 14.1667 9.16675 13.7934 9.16675 13.3334V9.16675ZM10.0001 16.6667C6.32425 16.6667 3.33341 13.6759 3.33341 10.0001C3.33341 6.32425 6.32425 3.33341 10.0001 3.33341C13.6759 3.33341 16.6667 6.32425 16.6667 10.0001C16.6667 13.6759 13.6759 16.6667 10.0001 16.6667ZM10.0001 1.66675C5.39758 1.66675 1.66675 5.39758 1.66675 10.0001C1.66675 14.6026 5.39758 18.3334 10.0001 18.3334C14.6017 18.3334 18.3334 14.6026 18.3334 10.0001C18.3334 5.39758 14.6017 1.66675 10.0001 1.66675Z' fill='%23FFB318'/%3E%3C/svg%3E%0A");
}
.toast-warning .toast-progress {
  background-color: #FFB318;
}
.toast-info::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.16675 6.6665C9.16675 6.2065 9.54008 5.83317 10.0001 5.83317C10.4601 5.83317 10.8334 6.2065 10.8334 6.6665C10.8334 7.1265 10.4601 7.49984 10.0001 7.49984C9.54008 7.49984 9.16675 7.1265 9.16675 6.6665ZM9.16675 9.1665C9.16675 8.7065 9.54008 8.33317 10.0001 8.33317C10.4601 8.33317 10.8334 8.7065 10.8334 9.1665V13.3332C10.8334 13.7932 10.4601 14.1665 10.0001 14.1665C9.54008 14.1665 9.16675 13.7932 9.16675 13.3332V9.1665ZM10.0001 16.6665C6.32425 16.6665 3.33341 13.6757 3.33341 9.99984C3.33341 6.324 6.32425 3.33317 10.0001 3.33317C13.6759 3.33317 16.6667 6.324 16.6667 9.99984C16.6667 13.6757 13.6759 16.6665 10.0001 16.6665ZM10.0001 1.6665C5.39758 1.6665 1.66675 5.39734 1.66675 9.99984C1.66675 14.6023 5.39758 18.3332 10.0001 18.3332C14.6017 18.3332 18.3334 14.6023 18.3334 9.99984C18.3334 5.39734 14.6017 1.6665 10.0001 1.6665Z' fill='%234285F4'/%3E%3C/svg%3E%0A");
}
.toast-info .toast-progress {
  background-color: #4285F4;
}
.toast-success::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.4976 9.14533H17.5001C17.9593 9.14533 18.3326 9.51699 18.3335 9.97616C18.3401 12.202 17.4793 14.2978 15.9093 15.8762C14.3401 17.4545 12.2501 18.327 10.0243 18.3337H10.0001C7.78262 18.3337 5.69679 17.4737 4.12429 15.9095C2.54595 14.3403 1.67345 12.2503 1.66679 10.0245C1.66012 7.79783 2.52095 5.70283 4.09095 4.12449C5.66012 2.54616 7.75012 1.67366 9.97595 1.66699C10.6385 1.67699 11.3135 1.74366 11.9601 1.89866C12.4068 2.00699 12.6826 2.45699 12.5743 2.90449C12.4668 3.35116 12.0143 3.62616 11.5693 3.51949C11.0518 3.39449 10.5026 3.34199 9.98095 3.33366C8.20012 3.33866 6.52762 4.03699 5.27262 5.29949C4.01679 6.56199 3.32845 8.23866 3.33345 10.0195C3.33845 11.8003 4.03679 13.472 5.29929 14.7278C6.55762 15.9787 8.22595 16.667 10.0001 16.667H10.0193C11.8001 16.662 13.4726 15.9637 14.7276 14.7012C15.9835 13.4378 16.6718 11.762 16.6668 9.98116C16.666 9.52116 17.0376 9.14616 17.4976 9.14533ZM6.91095 9.41108C7.23679 9.08524 7.76345 9.08524 8.08929 9.41108L9.95929 11.2811L15.2068 5.28441C15.5101 4.94024 16.036 4.90358 16.3826 5.20691C16.7285 5.50941 16.7635 6.03608 16.4601 6.38274L10.6268 13.0494C10.4751 13.2227 10.2585 13.3252 10.0276 13.3336H10.0001C9.77929 13.3336 9.56762 13.2461 9.41095 13.0894L6.91095 10.5894C6.58512 10.2636 6.58512 9.73691 6.91095 9.41108Z' fill='%2300AF30'/%3E%3C/svg%3E%0A");
}
.toast-success .toast-progress {
  background: #00AF30;
}
.toast-error::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.2559 7.74425C11.9301 7.41841 11.4034 7.41841 11.0776 7.74425L10.0001 8.82175L8.92258 7.74425C8.59675 7.41841 8.07008 7.41841 7.74425 7.74425C7.41841 8.07008 7.41841 8.59675 7.74425 8.92258L8.82175 10.0001L7.74425 11.0776C7.41841 11.4034 7.41841 11.9301 7.74425 12.2559C7.90675 12.4184 8.12008 12.5001 8.33342 12.5001C8.54675 12.5001 8.76008 12.4184 8.92258 12.2559L10.0001 11.1784L11.0776 12.2559C11.2401 12.4184 11.4534 12.5001 11.6667 12.5001C11.8801 12.5001 12.0934 12.4184 12.2559 12.2559C12.5817 11.9301 12.5817 11.4034 12.2559 11.0776L11.1784 10.0001L12.2559 8.92258C12.5817 8.59675 12.5817 8.07008 12.2559 7.74425ZM10.0001 16.6667C6.32425 16.6667 3.33341 13.6759 3.33341 10.0001C3.33341 6.32425 6.32425 3.33341 10.0001 3.33341C13.6759 3.33341 16.6667 6.32425 16.6667 10.0001C16.6667 13.6759 13.6759 16.6667 10.0001 16.6667ZM10.0001 1.66675C5.40508 1.66675 1.66675 5.40508 1.66675 10.0001C1.66675 14.5951 5.40508 18.3334 10.0001 18.3334C14.5951 18.3334 18.3334 14.5951 18.3334 10.0001C18.3334 5.40508 14.5951 1.66675 10.0001 1.66675Z' fill='%23EE4B40'/%3E%3C/svg%3E%0A");
}
.toast-error .toast-progress {
  background-color: #EE4B40;
}
.toast-title {
  font-family: var(--bs-title-font-family);
  font-size: 12px;
  margin-bottom: 4px;
}
.toast-message {
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.2px;
  font-size: 10px;
}

.impersonation-header {
  background: var(--bs-primary);
  padding: 15px;
  text-align: center;
}
.impersonation-header a {
  color: white;
}

.pagination {
  --bs-pagination-active-bg: var(--bs-primary);
  --bs-pagination-active-border-color: var(--bs-primary);
  --bs-pagination-color: var(--bs-gray-dark);
  --bs-pagination-focus-color: var(--bs-gray-dark);
  --bs-pagination-hover-color: var(--bs-gray-dark);
}

.collections {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.collections-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.collections-btn {
  position: relative;
  font-family: inherit;
  font-weight: 400;
  border: 0;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.5rem;
  display: inline-flex;
  padding: 4px 12px;
  border-radius: 0.5rem;
  font-size: 12px;
  transition: 0.25s ease;
  min-height: 32px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.collections-btn-light {
  background-color: #FAFAFA;
  color: #A5A9B4;
  border: 1px solid #FAFAFA;
}
.collections-btn-light:hover {
  color: #A5A9B4;
  border-color: var(--bs-primary);
}
.collections-btn-light.active {
  color: var(--bs-body-color);
  border-color: var(--bs-primary);
}
.collections-btn-light svg {
  height: 16px;
  width: 16px;
}
.collections-btn-primary {
  color: var(--bs-white);
  background: linear-gradient(90deg, #FF7B00 0%, #B300D3 100%);
  background-size: 150%;
  background-position: left center;
}
@media (min-width: 768px) {
  .collections-btn-primary {
    font-size: 14px;
  }
}
.collections-btn-primary:hover {
  background-position: right center;
}
.collections-btn-filter.active {
  position: relative;
}
.collections-btn-filter.active::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  height: 8px;
  width: 8px;
  border-radius: 50px;
  border: 1px solid var(--bs-white);
  background: var(--bs-gradient);
}
.collections-btn-disabled {
  pointer-events: none !important;
  background-color: #A5A9B4 !important;
  border-color: #A5A9B4 !important;
  color: var(--bs-white) !important;
}
.collections-btn.btn-primary {
  --bs-btn-disabled-bg: #A5A9B4;
  --bs-btn-disabled-border-color: #A5A9B4;
  --bs-btn-disabled-color: var(--bs-white);
  --bs-btn-disabled-opacity: 1;
}
.collections-filter .form-check {
  font-size: 20px;
  cursor: pointer;
}
.collections-filter .form-check-input {
  margin-top: 0.35em;
}
.collections-filter .form-check-input[type=checkbox] {
  height: 20px;
  width: 20px;
}
.collections-filter .form-check-label {
  font-weight: 300;
  font-size: 12px;
}
@media (min-width: 768px) {
  .collections-filter .form-check-label {
    font-size: 14px;
  }
}
.collections-filter input:checked ~ .check-btn, .collections-filter input:checked .tag-btn {
  color: var(--bs-white);
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.collections-filter .check-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  min-height: 28px;
  border: 1px solid #FAFAFA;
  background-color: #FAFAFA;
  border-radius: 50px;
  font-weight: 300;
  padding: 0 12px;
  transition: border-color 0.25s ease, color 0.25s ease, background-color 0.25s ease;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.collections-filter .check-btn.active {
  color: var(--bs-white);
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
@media (hover: hover) {
  .collections-filter .check-btn:hover {
    border-color: var(--bs-primary);
  }
}
.collections-filter .tag-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #A5A9B4;
  border: 1px solid #A5A9B4;
  background-color: var(--bs-white);
  min-height: 32px;
  font-size: 12px;
  padding: 6px 8px;
  border-radius: 8px;
  font-weight: 300;
  transition: border-color 0.25s ease, color 0.25s ease, background-color 0.25s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.collections-filter .tag-btn.active {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: var(--bs-white);
}
@media (hover: hover) {
  .collections-filter .tag-btn:hover {
    color: var(--bs-body-color);
    border-color: var(--bs-primary);
  }
}
.collections-pagination {
  display: inline-flex;
  margin: auto;
  gap: 4px;
}
.collections-pagination button, .collections-pagination span {
  background-color: #A5A9B4;
  border: 1px solid #A5A9B4;
  border-radius: 6px;
  color: #fff;
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0;
}
.collections-pagination span {
  padding: 0 0.5rem;
  height: 32px;
  font-weight: 300;
}
.collections-pagination button {
  height: 32px;
  width: 32px;
}
.collections-pagination button:hover {
  border-color: #EE4B40;
}
.collections-pagination button:active {
  border-color: #EE4B40;
  background-color: #EE4B40;
}
.collections-pagination button:disabled {
  color: #DDDDDD;
}

.icon.star, .icon.heart {
  fill: transparent;
  stroke: currentColor;
}

.active > .icon.star {
  fill: var(--bs-secondary);
  stroke: var(--bs-secondary);
}
.active > .icon.heart {
  fill: var(--bs-primary);
  stroke: var(--bs-primary);
}

.collection-tooltip {
  --bs-tooltip-bg: var(--bs-primary);
  --bs-tooltip-opacity: 1;
  --bs-tooltip-font-size: 12px;
}
.collection-badge {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-white);
  border-radius: 4px;
  text-align: center;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 300;
}
.collection-badge-gradient {
  background: linear-gradient(90deg, #FF7B00 0%, #B300D3 100%);
}
.collection-badge-gray {
  background: #A5A9B4;
}
.collection-modal .btn {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 32px;
  font-size: 14px;
}
.collection-modal-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.collection-modal-wrap::-webkit-scrollbar {
  width: 4px;
}
.collection-modal-wrap::-webkit-scrollbar-track {
  background: #FAFAFA;
}
.collection-modal-wrap::-webkit-scrollbar-thumb {
  background-color: #A5A9B4;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .collection-modal__content {
    position: absolute;
  }
}
.collection-carousel {
  width: 100%;
}
.collection-carousel .swiper-slide {
  text-align: center;
}
.collection-carousel .swiper-button-prev, .collection-carousel .swiper-button-next {
  position: absolute;
  z-index: 1;
  height: 24px;
  width: 24px;
  flex: none;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.collection-carousel .swiper-button-prev {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8287 18.9995C13.5367 18.9995 13.2467 18.8725 13.0487 18.6265L8.22066 12.6265C7.92266 12.2555 7.92666 11.7255 8.23166 11.3595L13.2317 5.3595C13.5847 4.9355 14.2157 4.8785 14.6407 5.2315C15.0647 5.5845 15.1217 6.2155 14.7677 6.6395L10.2927 12.0105L14.6077 17.3725C14.9537 17.8025 14.8857 18.4325 14.4547 18.7785C14.2707 18.9275 14.0487 18.9995 13.8287 18.9995Z' fill='%23A5A9B4'/%3E%3C/svg%3E%0A");
}
.collection-carousel .swiper-button-next {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.9995 19C9.7735 19 9.5465 18.924 9.3595 18.768C8.9355 18.415 8.8785 17.784 9.2315 17.36L13.7075 11.989L9.3925 6.62695C9.0465 6.19695 9.1145 5.56695 9.5445 5.22095C9.9755 4.87495 10.6045 4.94295 10.9515 5.37295L15.7795 11.373C16.0775 11.744 16.0735 12.274 15.7685 12.64L10.7685 18.64C10.5705 18.877 10.2865 19 9.9995 19Z' fill='%23A5A9B4'/%3E%3Cmask id='mask0_3790_46605' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='9' y='5' width='7' height='14'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.9995 19C9.7735 19 9.5465 18.924 9.3595 18.768C8.9355 18.415 8.8785 17.784 9.2315 17.36L13.7075 11.989L9.3925 6.62695C9.0465 6.19695 9.1145 5.56695 9.5445 5.22095C9.9755 4.87495 10.6045 4.94295 10.9515 5.37295L15.7795 11.373C16.0775 11.744 16.0735 12.274 15.7685 12.64L10.7685 18.64C10.5705 18.877 10.2865 19 9.9995 19Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_3790_46605)'%3E%3Crect width='24' height='24' fill='%23A5A9B4'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.collection-carousel .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 0.5rem;
}
.collection-carousel .swiper-pagination span {
  height: 4px;
  width: 4px;
  border-radius: 50px;
  background-color: #A5A9B4;
}
.collection-carousel .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: var(--bs-primary);
}
.collection-page__headline {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.collection-page-title {
  font-size: 24px;
  line-height: 1;
  margin: 0;
}
.collection-page .collection-item-media {
  max-width: 80px;
}
.collection-dropdown .dropdown-toggle {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 4px 12px;
  border-radius: 0.5rem;
  transition: 0.25s ease;
  min-height: 32px;
  color: #A5A9B4;
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
}
.collection-dropdown .dropdown-toggle:hover {
  color: #A5A9B4;
  border-color: var(--bs-primary);
}
.collection-dropdown .dropdown-toggle[aria-expanded=true] {
  color: var(--bs-body-color);
  border-color: var(--bs-primary);
}
.collection-dropdown .dropdown-toggle[aria-expanded=true]::after {
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.99864 10.6663C7.84664 10.6663 7.6953 10.615 7.57197 10.5117L3.57197 7.17833C3.2893 6.943 3.25064 6.52233 3.48664 6.23966C3.72197 5.957 4.14197 5.919 4.4253 6.15433L8.00597 9.13833L11.5806 6.26166C11.8673 6.031 12.2873 6.07633 12.518 6.363C12.7486 6.64966 12.7033 7.069 12.4166 7.30033L8.41664 10.519C8.29464 10.617 8.14664 10.6663 7.99864 10.6663Z' fill='%23EE4B40'/%3E%3C/svg%3E%0A");
}
.collection-dropdown .dropdown-toggle.isactive {
  color: var(--bs-body-color);
  border-color: var(--bs-primary);
}
.collection-dropdown .dropdown-toggle.isactive::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.99864 10.6663C7.84664 10.6663 7.6953 10.615 7.57197 10.5117L3.57197 7.17833C3.2893 6.943 3.25064 6.52233 3.48664 6.23966C3.72197 5.957 4.14197 5.919 4.4253 6.15433L8.00597 9.13833L11.5806 6.26166C11.8673 6.031 12.2873 6.07633 12.518 6.363C12.7486 6.64966 12.7033 7.069 12.4166 7.30033L8.41664 10.519C8.29464 10.617 8.14664 10.6663 7.99864 10.6663Z' fill='%23231F20'/%3E%3C/svg%3E%0A");
}
.collection-dropdown .dropdown-toggle::after {
  border: 0;
  height: 16px;
  width: 16px;
  flex: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.99864 10.6663C7.84664 10.6663 7.6953 10.615 7.57197 10.5117L3.57197 7.17833C3.2893 6.943 3.25064 6.52233 3.48664 6.23966C3.72197 5.957 4.14197 5.919 4.4253 6.15433L8.00597 9.13833L11.5806 6.26166C11.8673 6.031 12.2873 6.07633 12.518 6.363C12.7486 6.64966 12.7033 7.069 12.4166 7.30033L8.41664 10.519C8.29464 10.617 8.14664 10.6663 7.99864 10.6663Z' fill='%23A5A9B4'/%3E%3C/svg%3E%0A");
}
.collection-dropdown .dropdown-menu__wrap {
  max-height: 200px;
  overflow-y: auto;
}
.collection-dropdown .dropdown-menu__wrap::-webkit-scrollbar {
  width: 8px;
}
.collection-dropdown .dropdown-menu__wrap::-webkit-scrollbar-track {
  background: transparent;
}
.collection-dropdown .dropdown-menu__wrap::-webkit-scrollbar-thumb {
  background-color: #A5A9B4;
  border-right: 4px solid #fff;
}
.collection-dropdown .dropdown-menu__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 10px;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.collection-dropdown .dropdown-menu__item:hover {
  color: var(--bs-primary);
}
.collection-btn {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #A5A9B4;
  font-size: 12px;
}
.collection-btn:hover {
  color: var(--bs-body);
}
.collection-card {
  display: flex;
  gap: 1rem;
}
.collection-card .btn {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 32px;
  font-size: 14px;
}
.collection-card-link {
  min-height: 32px;
  padding: 6px 20px;
  border-radius: 0.5rem;
  background-color: var(--bs-gray-light);
  color: #A5A9B4;
}
.collection-card-link:hover {
  color: var(--bs-primary);
}
.collection-card-link svg {
  height: 20px;
  width: 20px;
}
.collection-card-title {
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  line-height: 1.2;
}
.collection-card-title:hover {
  color: var(--bs-primary);
}
.collection-card-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: #A5A9B4;
}
.collection-card__media {
  flex: none;
  width: 100%;
  max-width: 70px;
}
@media (min-width: 768px) {
  .collection-card__media {
    max-width: 90px;
  }
}
.collection-card__media img {
  aspect-ratio: 3/4;
  width: 100%;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 0.5rem;
}
.collection-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
  flex-grow: 1;
  overflow: hidden;
}
.collection-card-price {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 400;
  line-height: 1.2;
}
.collection-card-price__current {
  color: var(--bs-primary);
  font-size: 16px;
}
.collection-card-price__old {
  font-size: 12px;
  text-decoration: line-through;
  color: #A5A9B4;
}
.collection-card-price__discount {
  font-size: 12px;
  color: var(--bs-primary);
}
.collection-item {
  --bd-radius: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  transition: box-shadow 0.25s ease;
  background: var(--bs-gray);
  border: 0;
  padding: 1px;
  border-radius: var(--bd-radius);
}
.collection-item.custom {
  background: linear-gradient(90deg, #FF7B00 0%, #B300D3 100%);
}
.collection-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.collection-item__headline {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.collection-item .collection-btn {
  height: 20px;
  width: 20px;
  padding: 1px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.collection-item .collection-btn svg {
  height: 100%;
  width: 100%;
}
.collection-item:hover .collection-item__link {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.collection-item:hover .collection-item-title {
  color: var(--bs-primary);
}
@media (min-width: 992px) {
  .collection-item:hover:not(.narrow) .collection-item-text {
    max-height: 100%;
  }
}
.collection-item__link {
  flex: none;
  height: 20px;
  width: 20px;
  color: var(--bs-primary);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.25s ease;
}
.collection-item__link.active {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
.collection-item__link svg {
  height: 100%;
  width: 100%;
}
.collection-item-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  width: 100%;
  height: 100%;
  background-color: var(--bs-white);
  border-radius: calc(var(--bd-radius) * 0.9);
}
.collection-item-wrap__main {
  display: flex;
  gap: 12px;
  overflow: hidden;
}
.collection-item-media {
  flex: none;
  width: 100%;
  max-width: 80px;
}
@media (min-width: 768px) {
  .collection-item-media {
    max-width: 133px;
  }
}
.collection-item-media img {
  aspect-ratio: 3/4;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 0.5rem;
}
.collection-item-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 0 1 100%;
  overflow: hidden;
  height: auto;
}
.collection-item-title {
  margin: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  font-weight: 400;
  color: var(--bs-body-color);
}
@media (min-width: 768px) {
  .collection-item-title {
    font-size: 16px;
  }
}
.collection-item-text {
  font-size: 12px;
  color: #A5A9B4;
  font-weight: 300;
  margin: 0;
  overflow: hidden;
  max-height: 3.4em;
  line-height: 1.14;
  transition: max-height 0.15s ease;
}
@media (min-width: 768px) {
  .collection-item-text {
    font-size: 14px;
  }
}
.collection-item-info {
  font-weight: 300;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 12px;
  font-size: 12px;
  color: #A5A9B4;
}
.collection-item-info__item {
  padding: 0;
  color: inherit;
  border: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 4px;
}
.collection-item-info svg {
  height: 12px;
  width: 12px;
}

.bg-gradient-wb {
  background: linear-gradient(120.02deg, #9333EA 11.59%, #FF41D5 90.85%);
}

.header {
  position: relative;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  background-color: var(--bs-gray-light);
}
.header .profile__avatar {
  border: 1px solid var(--bs-primary);
}
@media (max-width: 991px) {
  .header {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 10px 0;
    background-color: var(--bs-white);
    box-shadow: unset;
  }
}
@media (max-width: 575px) {
  .header {
    padding: 5px 0;
  }
  .header::before {
    content: "";
    pointer-events: none;
    position: absolute;
    bottom: 0;
    width: calc(100% - 1.5rem);
    left: 0.75rem;
    height: 1px;
    background-color: var(--bs-gray);
  }
}
.header__row {
  align-items: center;
  justify-content: space-between;
}
.header-profile .dropdown-toggle {
  position: relative;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0;
  border-radius: 50px;
  border: 1px solid var(--bs-gray);
  padding-right: 16px;
}
.header-profile .dropdown-toggle::after {
  content: "";
  display: inline-block;
  margin-left: unset;
  vertical-align: unset;
  border-width: 0 2px 2px 0;
  border-style: solid;
  height: 6px;
  width: 6px;
  border-color: var(--bs-primary);
  transform: rotate(45deg);
}
.header-profile .dropdown-toggle.show::after {
  transform: rotate(225deg);
}
.header-profile .dropdown-menu {
  min-width: 260px;
  max-height: 360px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--bs-gray) var(--bs-gray-light);
}
.header .profile {
  font-size: 14px;
}
.header .profile__avatar {
  height: 40px;
  width: 40px;
}

.footer {
  padding: 40px 0;
  background-color: var(--bs-body-color);
  color: var(--bs-white);
}
.footer .icon {
  height: 20px;
  width: 20px;
}
@media (max-width: 767px) {
  .footer {
    padding: 24px 0;
  }
}
@media (max-width: 575px) {
  .footer {
    padding: 16px 0;
  }
  .footer .divider {
    display: block;
    width: 100%;
    height: 1px;
    margin: 24px 0;
    background-color: var(--bs-gray);
  }
}
.footer-payment {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.footer-top {
  gap: 16px 0;
}
.footer-top__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 575px) {
  .footer-top__info {
    align-items: center;
  }
}
@media (max-width: 575px) {
  .footer-top__text {
    text-align: center;
  }
}
.footer a {
  text-decoration: none;
  color: inherit;
}
.footer-bottom {
  padding-top: 40px;
  align-items: center;
  justify-content: space-between;
  color: var(--bs-gray-dark);
  gap: 24px 0;
}
@media (max-width: 575px) {
  .footer-bottom {
    color: var(--bs-white);
    padding-top: 0;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .footer-bottom .footer-policy {
    font-size: 10px;
    order: 1;
  }
}
.footer-bottom__text {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}
@media (max-width: 575px) {
  .footer-bottom__text {
    font-size: 10px;
    justify-content: center;
  }
}

.profile {
  display: flex;
  font-size: 16px;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.profile:hover {
  color: inherit;
}
.profile__avatar {
  position: relative;
  height: 120px;
  width: 120px;
  border-radius: 100%;
  flex: none;
  overflow: hidden;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M26 8H17.6C14.2397 8 12.5595 8 11.2761 8.65396C10.1471 9.2292 9.2292 10.1471 8.65396 11.2761C8 12.5595 8 14.2397 8 17.6V30.4C8 33.7604 8 35.4404 8.65396 36.724C9.2292 37.853 10.1471 38.7708 11.2761 39.346C12.5595 40 14.2397 40 17.6 40H30.4C33.7604 40 35.4404 40 36.724 39.346C37.853 38.7708 38.7708 37.853 39.346 36.724C40 35.4404 40 33.7604 40 30.4V22' stroke='%23929292' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 31.9999L16.5858 23.4141C17.3668 22.6331 18.6332 22.6331 19.4142 23.4141L26 29.9999M26 29.9999L31.5858 24.4141C32.3668 23.6331 33.6332 23.6331 34.4142 24.4141L40 29.9999M26 29.9999L30.5 34.4999' stroke='%23929292' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36 16V6M36 6L32 10M36 6L40 10' stroke='%23929292' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  border: 2px dashed var(--bs-gray);
}
@media (max-width: 575px) {
  .profile__avatar {
    height: 80px;
    width: 80px;
  }
}
.profile__avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.profile__avatar label {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
  cursor: pointer;
}
.profile__avatar label input[type=file] {
  height: 1px;
  width: 1px;
  position: absolute;
  visibility: hidden;
}
.profile__avatar.valid {
  border: 1px solid var(--bs-primary);
}
.profile__avatar.valid:hover .profile__avatar-remove {
  display: flex;
}
.profile__avatar-remove {
  position: absolute;
  height: 100%;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2;
  top: 0;
  left: 0;
  border: 0;
  background-color: rgba(255, 255, 255, 0.4);
}
.profile__avatar-remove span {
  height: 40px;
  width: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
.profile__name {
  font-weight: 400;
  font-size: 1em;
  color: var(--bs-dark);
}
.profile__text {
  font-size: 0.75em;
  color: #535763;
}

.img-process {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.img-process.valid .img-process__view, .img-process.valid .img-process__nav {
  display: flex;
}
.img-process.valid .img-process__text {
  display: none;
}
.img-process.valid .form-file__area {
  border: 0;
}
.img-process .carousel {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.img-process .carousel-bullets {
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  right: unset;
  bottom: unset;
  margin: 0;
  padding: unset;
  position: absolute;
  background-color: var(--bs-gray-light);
  width: 100%;
}
.img-process .carousel-bullets [data-bs-target] {
  text-align: center;
  box-sizing: content-box;
  flex: 1;
  width: unset;
  height: unset;
  padding: 0.5em 0;
  margin: 0;
  text-indent: unset;
  cursor: pointer;
  background-color: unset;
  background-clip: unset;
  border: 0;
  transition: opacity 0.6s ease;
}
.img-process .carousel-bullets [data-bs-target]:not(:last-child) {
  border-right: 1px solid var(--bs-gray);
}
.img-process .carousel-inner {
  height: inherit;
}
.img-process .carousel-item {
  position: relative;
  height: inherit;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.img-process .carousel-item img {
  max-width: 99%;
  max-height: calc(100% - 20px);
  margin-bottom: 20px;
}
.img-process .carousel-item.active {
  display: flex;
}
.img-process__wrap {
  position: relative;
  min-height: 340px;
}
.img-process__wrap input {
  position: absolute;
  height: 1px;
  width: 1px;
  visibility: hidden;
}
@media (max-width: 575px) {
  .img-process__wrap {
    min-height: 250px;
  }
}
.img-process__view {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.img-process__view::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(196, 196, 196, 0.5);
  filter: blur(2px);
  z-index: 1;
}
.img-process__view img {
  z-index: 2;
  max-width: 99%;
  max-height: 99%;
  pointer-events: none;
}
.img-process__nav {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: var(--bs-gray);
  background-color: var(--bs-gray-light);
  display: none;
  width: 100%;
}
.img-process__nav:hover {
  background-color: var(--bs-light);
}
.img-process__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  padding: 12px 16px;
  flex: 1;
  color: var(--bs-primary);
  text-decoration: none;
  border: 1px solid var(--bs-gray);
}

.intro {
  padding: 40px 0;
  position: relative;
}
.intro-bg {
  position: absolute;
  z-index: -1;
  width: 1630px;
  left: 51%;
  transform: translateX(-50%);
  top: -14%;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .intro-bg {
    width: 1450px;
    top: -5%;
  }
}
@media (max-width: 1200px) {
  .intro-bg {
    width: 1250px;
    top: -5%;
  }
}
@media (max-width: 991px) {
  .intro-bg {
    width: 1000px;
  }
}
@media (max-width: 767px) {
  .intro-bg {
    display: none;
  }
}
.intro h2 {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .intro h2 {
    margin-bottom: 16px;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.4;
  }
  .intro h2 span {
    font-weight: 700;
    position: relative;
    white-space: nowrap;
  }
  .intro h2 span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    border-radius: 100%;
    transform: rotate(0.026deg);
    background-color: var(--bs-primary);
  }
}
.intro__row {
  gap: 16px 0;
}
@media (max-width: 767px) {
  .intro {
    padding: 24px 0;
  }
}
@media (max-width: 575px) {
  .intro {
    padding: 8px 0;
  }
}
@media (max-width: 575px) {
  .intro-form {
    padding-bottom: 24px;
  }
}
.intro-form.valid .form-file-view, .intro-form.valid .form-file-nav {
  display: flex;
}
.intro-form__row {
  display: grid;
  gap: 16px;
}
@media (min-width: 768px) {
  .intro-form__row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .intro-form__row {
    gap: 24px;
  }
}
.intro-form__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .intro-form__item {
    align-items: flex-start;
    padding: 24px 32px;
  }
}
@media (min-width: 576px) {
  .intro-form__item {
    padding: 16px 24px;
    gap: 16px;
    border-radius: 8px;
    background-color: var(--bs-white);
    border: 1px solid var(--bs-gray);
  }
}
@media (min-width: 768px) {
  .intro-form__item:first-child {
    grid-area: 1/1/3/2;
  }
}
.intro-form__item h3 {
  margin-bottom: 0;
}
.intro-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 1200px) {
  .intro-content {
    gap: 16px;
  }
}
@media (max-width: 991px) {
  .intro-content {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .intro-content {
    gap: 8px;
  }
}
.intro-title {
  font-size: 46px;
  line-height: 1;
  margin-bottom: 16px;
  color: var(--bs-black);
}
@media (max-width: 1400px) {
  .intro-title {
    font-size: 4vw;
  }
}
@media (max-width: 991px) {
  .intro-title {
    text-align: center;
    font-size: 5vw;
    text-transform: uppercase;
    color: var(--bs-dark);
  }
}
@media (max-width: 575px) {
  .intro-title {
    font-size: 26px;
  }
}
.intro-badge {
  background: var(--bs-gradient);
  text-transform: uppercase;
  border-radius: 50px;
  color: var(--bs-white);
  padding: 0 16px;
  font-size: 32px;
  font-weight: 400;
  font-family: var(--bs-title-font-family);
  text-align: center;
}
@media (max-width: 1400px) {
  .intro-badge {
    font-size: 2.2vw;
  }
}
@media (max-width: 991px) {
  .intro-badge {
    font-size: 3.4vw;
    background: var(--bs-primary);
  }
}
@media (max-width: 767px) {
  .intro-badge {
    font-size: 4vw;
  }
}
@media (max-width: 575px) {
  .intro-badge {
    font-size: 18px;
  }
}
.intro-text {
  line-height: 1.3;
  margin: 0;
}
.intro-img {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.intro-img__content {
  position: relative;
  display: flex;
  flex: 1;
  gap: 16px;
}
@media (max-width: 767px) {
  .intro-img__content {
    gap: 0;
    border-radius: 8px;
    overflow: hidden;
  }
}
.intro-img__content::after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 60px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='78' height='44' viewBox='0 0 78 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_563_18198)'%3E%3Cpath d='M10 10.0002L17.8798 21.5002L10 33.002H30.1378L38.0176 21.5002L30.1378 10.0002H10Z' fill='%23FFB318'/%3E%3Cpath d='M34.0176 10.0002L41.8974 21.5002L34.0176 33.002H48.0255L55.9053 21.5002L48.0255 10.0002H34.0176Z' fill='%23FFB318'/%3E%3Cpath d='M51.9062 10.0002L59.786 21.5002L51.9062 33.002H59.786L67.6658 21.5002L59.786 10.0002H51.9062Z' fill='%23FFB318'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_563_18198' x='0' y='0.000244141' width='77.666' height='43.0017' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_563_18198'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_563_18198' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
.intro-img__col {
  position: relative;
  border-radius: 8px;
  flex: 1;
  max-width: 284px;
}
.intro-img__col img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .intro-img__col img {
    border-radius: 0;
  }
}
.intro-img__text {
  font-weight: 700;
  font-size: 16px;
  font-family: var(--bs-title-font-family);
  color: var(--bs-primary);
  text-align: center;
  display: flex;
  padding: 0.2em 0;
  border-radius: 0 0 8px 8px;
  width: 100%;
}
@media (max-width: 767px) {
  .intro-img__text {
    position: absolute;
    color: var(--bs-white);
    background-color: var(--bs-primary);
    bottom: 0;
  }
}
.intro-img__text span {
  flex: 1;
  text-transform: uppercase;
}

.authorization {
  padding: 40px 0;
}
.authorization-wrap {
  max-width: 465px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: var(--bs-white);
  border-radius: var(--bs-border-radius);
  border: 1px solid var(--bs-gray);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  padding: 32px;
}
@media (max-width: 575px) {
  .authorization-wrap {
    padding: 16px;
    border: 0;
    box-shadow: unset;
  }
}
.authorization-wrap__title {
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.photoshoots-grid {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0.5rem;
}
@media (min-width: 768px) {
  .photoshoots-grid {
    --bs-gutter-x: 1.5rem;
  }
}
.photoshoots-dropdown {
  --bs-dropdown-min-width: 280px;
  --bs-dropdown-bg: var(--bs-gray-light);
  --bs-dropdown-border-width: 0;
  --bs-dropdown-padding-x: 1rem;
  --bs-dropdown-padding-y: 1rem;
  --bs-dropdown-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
  --bs-dropdown-border-radius: 12px;
  box-shadow: var(--bs-dropdown-box-shadow);
  max-width: 280px;
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.photoshoots-dropdown-head {
  margin-bottom: 12px;
}
.photoshoots-dropdown-body {
  max-height: 150px;
  overflow-y: auto;
  padding-right: 0.5rem;
}
.photoshoots-dropdown-body::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
.photoshoots-dropdown-body::-webkit-scrollbar-track {
  background-color: var(--bs-white);
}
.photoshoots-dropdown-body::-webkit-scrollbar-thumb {
  background-color: #A5A9B4;
  border-radius: 4px;
}
.photoshoots-dropdown-item {
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--bs-body-color);
  font-weight: 300;
  overflow: hidden;
}
.photoshoots-dropdown-item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.photoshoots-dropdown-item [class^=badge-] {
  font-size: 10px;
}
.photoshoots-dropdown-item img {
  border: 1px solid transparent;
  height: 24px;
  width: 24px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.photoshoots-dropdown-item:hover {
  color: var(--bs-primary);
}
.photoshoots-dropdown-item._active {
  color: var(--bs-primary);
}
.photoshoots-dropdown-item._active img {
  border-color: var(--bs-primary);
}
.photoshoot-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration: none;
  color: var(--bs-body-color);
  cursor: pointer;
}
.photoshoot-item:hover {
  color: var(--bs-primary);
}
@media (min-width: 768px) {
  .photoshoot-item:hover svg {
    visibility: visible;
  }
}
.photoshoot-item__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.photoshoot-item__content span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1 1 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.photoshoot-item__content svg {
  flex: none;
}
@media (min-width: 768px) {
  .photoshoot-item__content svg {
    visibility: hidden;
  }
}
.photoshoot-collage {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1.02;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  gap: 2px;
  border-radius: 0.75em;
}
@media (min-width: 768px) {
  .photoshoot-collage {
    border-radius: 1rem;
  }
}
.photoshoot-collage img {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.photoshoot-collage span {
  position: relative;
  background-color: #FAFAFA;
  background-size: 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23cecece' d='M96 896a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h832a32 32 0 0 1 32 32v704a32 32 0 0 1-32 32zm315.52-228.48l-68.928-68.928a32 32 0 0 0-45.248 0L128 768.064h778.688l-242.112-290.56a32 32 0 0 0-49.216 0L458.752 665.408a32 32 0 0 1-47.232 2.112M256 384a96 96 0 1 0 192.064-.064A96 96 0 0 0 256 384'/%3E%3C/svg%3E");
  background-position: center;
}
.photoshoot-collage span:nth-child(1) {
  grid-row: span 2/span 2;
}
.photoshoot-collage span:nth-child(3) {
  grid-column-start: 2;
}
.photoshoot-collage span:not(:first-child) img {
  -o-object-position: top;
     object-position: top;
}
.photoshoot-info__img {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-top-right-radius: var(--bs-modal-border-radius);
  border-top-left-radius: var(--bs-modal-border-radius);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.photoshoot-info__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 90%, #FFFFFF 100%);
}
.photoshoot-info__img img {
  position: absolute;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.photoshoot-info__item {
  position: relative;
  aspect-ratio: 1/1.3;
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.photoshoot-info__item img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.photoshoot-info-options {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.photoshoot-info-options__label {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  aspect-ratio: 1/1;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #A5A9B4;
  border: 4px solid var(--bs-white);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  color: var(--bs-white);
}
.photoshoot-info-options__item {
  position: relative;
  border-radius: 0.5rem;
  aspect-ratio: 1/1.27;
  overflow: hidden;
}
.photoshoot-info-options__item img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.photoshoot-photo {
  position: relative;
  border-radius: 12px;
  aspect-ratio: 1/1.27;
  width: 100%;
  overflow: hidden;
}
.photoshoot-photo img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.photoshoot-photo-head, .photoshoot-photo-footer {
  display: flex;
  gap: 4px;
  position: absolute;
  z-index: 2;
  padding: 12px;
  left: 0;
  width: 100%;
}
.photoshoot-photo-head {
  left: 0;
}
.photoshoot-photo-footer {
  bottom: 0;
}
.photoshoot-photo-footer__text {
  color: var(--bs-white);
  background-color: rgba(var(--bs-black-rgb), 0.25);
  backdrop-filter: blur(4px);
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}
.photoshoot-tooltip {
  --bs-tooltip-bg: var(--bs-white);
  --bs-tooltip-color: var(--bs-body-color);
  --bs-tooltip-border-radius: 12px;
  --bs-tooltip-opacity: 1;
  --bs-tooltip-max-width: 320px;
  --bs-tooltip-padding-x: 0.75rem;
  --bs-tooltip-padding-y: 0.75rem;
}
.photoshoot-tooltip .tooltip-inner {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.photoprofile-row {
  --bs-gutter-x: 0.5rem;
  --bs-gutter-y: 0.5rem;
}
@media (min-width: 576px) {
  .photoprofile-row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }
}
.photoprofile-tags {
  display: flex;
  gap: 4px;
  font-size: 12px;
  scrollbar-gutter: stable;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.photoprofile-tags::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .photoprofile-tags {
    flex-wrap: wrap;
  }
}
.photoprofile-tags-rounded > * {
  border-radius: 50px;
}
.photoprofile-tags button, .photoprofile-tags span {
  white-space: nowrap;
  border-width: 1px;
  border-style: solid;
  border-color: var(--bs-gray-light);
  background-color: var(--bs-gray-light);
  text-decoration: none;
  color: var(--bs-body-color);
  font-weight: 300;
  padding: 4px 8px;
}
.photoprofile-tags button._active, .photoprofile-tags span._active {
  border-color: var(--bs-primary);
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
.photoprofile-tags button:hover:not(._active), .photoprofile-tags span:hover:not(._active) {
  border-color: var(--bs-primary);
  background-color: var(--bs-body-bg);
}
.photoprofile-nav {
  display: flex;
  gap: 0.5rem;
}
.photoprofile-nav button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
  padding: 0 1rem;
  text-decoration: none;
  color: var(--bs-body-color);
  background: transparent;
  border: 1px solid #A5A9B4;
  border-radius: 0.5rem;
  min-height: 32px;
}
.photoprofile-nav button._active {
  border-color: var(--bs-primary);
  color: var(--bs-primary);
  pointer-events: none;
  cursor: default;
}
.photoprofile-nav button:not(._active):hover {
  background-color: var(--bs-gray-light);
}
.photoprofile-item {
  --size: 8px;
  position: relative;
  overflow: hidden;
  border-radius: var(--size);
  width: 100%;
  aspect-ratio: 1/1.3;
  display: flex;
  flex-direction: column;
  background-color: var(--bs-gray-light);
}
@media (min-width: 768px) {
  .photoprofile-item {
    --size: 12px;
  }
}
.photoprofile-item-media {
  position: relative;
  overflow: hidden;
  flex-grow: 1;
}
.photoprofile-item-media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.photoprofile-item-media__footer, .photoprofile-item-media__head {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
  padding: var(--size);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.photoprofile-item-media__head {
  top: 0;
}
.photoprofile-item-media__footer {
  bottom: 0;
}
.photoprofile-item-label {
  font-weight: 300;
  border-radius: 4px;
  padding: 2px 8px;
  color: var(--bs-white);
  background-color: rgba(var(--bs-black-rgb), 0.25);
  backdrop-filter: blur(15px);
  font-size: 12px;
}
@media (min-width: 576px) {
  .photoprofile-item-label {
    font-size: 14px;
  }
}
.photoprofile-item-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: var(--size);
}
@media (min-width: 768px) {
  .photoprofile-item-content {
    padding: 1rem;
  }
}
.photoprofile-item-date {
  font-size: 11px;
  font-weight: 300;
  color: var(--bs-secondary-color);
}
@media (min-width: 576px) {
  .photoprofile-item-date {
    font-size: 12px;
  }
}
.photoprofile-widget {
  display: flex;
  gap: 1rem;
}
.photoprofile-widgets {
  --spacer: 0.5rem;
}
@media (min-width: 768px) {
  .photoprofile-widgets {
    --spacer: 0.75rem;
  }
}
@media (max-width: 575px) {
  .photoprofile-widgets._isopen .photoprofile-widgets-wrap {
    bottom: 0;
  }
}
@media (min-width: 576px) {
  .photoprofile-widgets._isopen .photoprofile-widgets-wrap {
    right: 1rem;
  }
}
.photoprofile-widgets__btn {
  border: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 300;
  padding: 0;
}
@media (max-width: 575px) {
  .photoprofile-widgets__btn svg {
    transform: rotate(90deg);
  }
}
.photoprofile-widgets__trigger {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 2px solid var(--bs-primary);
  box-shadow: 0 0 10px rgba(var(--bs-primary-rgb), 0.25);
  color: var(--bs-primary);
}
.photoprofile-widgets-wrap {
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacer) / 2);
  width: 100%;
  background-color: #fff;
  font-weight: 300;
  border-radius: 12px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  max-height: 300px;
  box-shadow: 0 0 10px rgba(var(--bs-black-rgb), 0.25);
  max-height: calc(100vh - 170px);
  padding: var(--spacer) calc(var(--spacer) / 2);
  z-index: 101;
}
@media (max-width: 575px) {
  .photoprofile-widgets-wrap {
    left: 0;
    bottom: -100%;
    transition: bottom 0.25s ease;
  }
}
@media (min-width: 576px) {
  .photoprofile-widgets-wrap {
    max-width: 400px;
    border-radius: 12px;
    right: -100%;
    bottom: 74px;
    transition: right 0.25s ease;
  }
}
.photoprofile-widgets-wrap__head {
  display: flex;
  padding: calc(var(--spacer) / 2);
}
@media (min-width: 576px) {
  .photoprofile-widgets-wrap__head {
    padding: 0 calc(var(--spacer) / 2);
  }
}
.photoprofile-widgets-wrap__body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: var(--spacer);
  padding: calc(var(--spacer) / 2);
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.photoprofile-widgets__control {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 100;
}
.photoprofile-widgets__tooltip {
  display: block;
  position: absolute;
  bottom: calc(100% + 8px);
  right: 0;
  max-width: 200px;
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  border-radius: 4px;
  font-size: 12px;
  padding: 4px 8px;
  box-shadow: 0 0 4px rgba(var(--bs-black-rgb), 0.25);
  text-align: center;
}
.photoprofile-widgets__tooltip::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #ffffff transparent transparent transparent;
  bottom: -6px;
  right: 18px;
  font-size: 10px;
}
.photoprofile-widget-media {
  aspect-ratio: 1/1.23;
  width: 55px;
  border-radius: 0.5rem;
  flex: none;
  overflow: hidden;
}
.photoprofile-widget-media img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.photoprofile-widget-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
  overflow: hidden;
}
.photoprofile-widget-content .btn-close {
  box-shadow: unset;
}
.photoprofile-widget-content__head {
  display: flex;
  gap: 0.5rem;
  width: 100%;
}
.photoprofile-widget-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-grow: 1;
}
.photoprofile-widget-progress__bar {
  position: relative;
  width: 100%;
  height: 1rem;
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid var(--bs-primary);
  margin-top: 0.4rem;
}
.photoprofile-widget-progress__bar span {
  position: absolute;
  left: 0;
  top: -1px;
  height: 110%;
  background: repeating-linear-gradient(to right, var(--bs-primary), var(--bs-primary) 8px, white 8px, white 9px);
  transition: width 1s linear;
}

.photo-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.photo-item:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  pointer-events: none;
  border: 1px solid var(--bs-primary);
}
.photo-item:hover .photo-item__control {
  visibility: visible;
}
.photo-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.photo-item__control {
  display: flex;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .photo-item__control {
    visibility: hidden;
  }
}
.photo-item-btn {
  cursor: pointer;
  text-decoration: none;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: var(--bs-gray-light);
  color: var(--bs-gray-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  border-radius: 4px;
  box-shadow: 0 0 1px var(--bs-gray);
}
.photo-item-btn:hover {
  color: var(--bs-primary);
}
.photo-item-header, .photo-item-footer {
  position: absolute;
  display: flex;
  width: 100%;
  gap: 0.5rem;
  left: 0;
  padding: 12px;
  z-index: 2;
}
.photo-item-header {
  top: 0;
}
.photo-item-footer {
  bottom: 0;
  justify-content: center;
}
.photo-item-footer__label {
  color: var(--bs-white);
  background-color: rgba(var(--bs-black-rgb), 0.25);
  backdrop-filter: blur(4px);
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.dropdown-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 16px;
  min-height: 40px;
  border-radius: 8px;
}
.dropdown-btn::after {
  content: "";
  height: 16px;
  width: 16px;
  flex: none;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.99961 10.6666C7.84761 10.6666 7.69628 10.6152 7.57295 10.5119L3.57295 7.17857C3.29028 6.94324 3.25161 6.52257 3.48761 6.23991C3.72295 5.95724 4.14295 5.91924 4.42628 6.15457L8.00695 9.13857L11.5816 6.26191C11.8683 6.03124 12.2883 6.07657 12.5189 6.36324C12.7496 6.64991 12.7043 7.06924 12.4176 7.30057L8.41761 10.5192C8.29561 10.6172 8.14761 10.6666 7.99961 10.6666Z' fill='%231E2936'/%3E%3C/svg%3E%0A");
  background-size: contain;
}
.dropdown-btn[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.dropdown--base .dropdown-btn {
  border: 1px solid var(--bs-gray);
  background-color: var(--bs-gray-light);
}

.blur {
  filter: blur(10px);
}

.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
