@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";
*,*:before,*:after {
  box-sizing:border-box
}
ul[class],
ol[class] {
  padding:0
}
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin:0
}
html,
body {
  height:100%
}
body {
  position:relative;
  min-width:320px;
  text-rendering:optimizeSpeed;
  font-size:16px;
  line-height:1.3;
  overflow-x:hidden;
  font-family:Montserrat,Courier,monospace;
  background:#fff;
  min-height:fit-content;
  padding-bottom:50px
}
@media screen and (max-width: 768px) {
  body {
    font-size:14px
  }
}
body.fixed {
  overflow:hidden
}
.App {
  overflow:hidden;
  padding-bottom:30px;
  min-height:calc(100vh - 50px)
}
ul[class],
ol[class] {
  list-style:none
}
a {
  text-decoration-skip-ink:auto;
  text-decoration:none;
  color:inherit
}
img {
  max-width:100%;
  display:block
}
button {
  padding:0;
  background-color:transparent;
  border:0;
  outline:none;
  cursor:pointer
}
input {
  outline:none;
  border:0;
  padding:0
}
input,
button,
textarea,
select {
  font:inherit
}
ul {
  padding:0;
  margin:0
}
.top-image {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:auto;
  z-index:0;
  pointer-events:none
}
.bottom-image {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:auto;
  z-index:0;
  pointer-events:none
}
.middle-image {
  position:absolute;
  top:500px;
  left:0;
  width:100%;
  height:auto;
  z-index:1;
  pointer-events:none
}
.container {
  max-width:900px;
  margin:0 auto;
  padding:0 20px;
  width:100%
}
.wrapper {
  position:relative;
  z-index:10
}
.header {
  padding:16px 0
}
.header .row {
  display:flex;
  align-items:center;
  gap:20px;
  justify-content:space-between
}
.header .row .logo {
  box-shadow:0 4px 30px #0000001a;
  border-radius:50%
}
.header .row .list {
  display:flex;
  align-items:center;
  gap:8px
}
.header .row .list .link {
  display:flex;
  align-items:center;
  gap:5px;
  font-family:Montserrat;
  font-weight:600;
  font-size:14px;
  line-height:100%;
  letter-spacing:0%;
  text-align:center;
  vertical-align:middle;
  background:#fff;
  padding:0 8px;
  border-radius:10px;
  height:40px;
  box-shadow:0 4px 30px #0000001a;
  transition:all .3s ease
}
@media screen and (max-width: 768px) {
  .header .row .list .link {
    font-size:12px;
    height:35px
  }
  .header .row .list .link svg {
    width:15px;
    height:15px
  }
}
@media screen and (max-width: 600px) {
  .header .row .list .link {
    font-size:10px
  }
}
@media screen and (max-width: 480px) {
  .header .row .list .link {
    font-size:10px;
    height:30px
  }
  .header .row .list .link svg {
    display:none
  }
}
@media screen and (max-width: 400px) {
  .header .row .list .link {
    font-size:8px;
    height:25px
  }
  .header .row .list .link svg {
    display:none
  }
}
.header .row .list .link:hover {
  opacity:.8
}
.nav .row {
  height:70px;
  border:1px solid #FFFFFF;
  background:#ffffff6c;
  border-radius:5px;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  justify-content:space-around;
  font-family:Montserrat;
  font-weight:700;
  font-size:15px;
  line-height:100%;
  letter-spacing:0%
}
@media screen and (max-width: 768px) {
  .nav .row {
    font-size:12px;
    height:45px;
    border-radius:5px;
    box-shadow:0 4px 30px #0000001a
  }
}
@media screen and (max-width: 600px) {
  .nav .row {
    font-size:10px;
    height:fit-content;
    gap:10px;
    padding:10px
  }
}
.home {
  padding-top:22px
}
.accordion-container {
  display:flex;
  flex-direction:column;
  gap:22px
}
.accordion {
  box-shadow:0 4px 30px #00000026;
  border-radius:5px;
  padding:21px 29px;
  background:#ffffff6c;
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px)
}
@media screen and (max-width: 768px) {
  .accordion {
    padding:15px 20px
  }
}
.accordion-header {
  display:flex;
  align-items:center;
  gap:20px;
  cursor:pointer
}
@media screen and (max-width: 768px) {
  .accordion-header {
    padding:0;
    gap:10px
  }
}
.accordion-header .arrow {
  margin-left:auto;
  transform:rotate(0);
  background:#f0f0f0;
  width:38px;
  height:38px;
  border-radius:5px;
  display:flex;
  align-items:center;
  justify-content:center
}
@media screen and (max-width: 768px) {
  .accordion-header .arrow {
    width:25px;
    height:25px
  }
}
.accordion-header .arrow svg {
  transition:all .3s ease
}
@media screen and (max-width: 768px) {
  .accordion-header .arrow svg {
    width:15px;
    height:15px
  }
}
.accordion-header .arrow.open svg {
  transform:rotate(180deg)
}
.accordion-header .links {
  display:flex;
  align-items:center;
  gap:7px
}
.accordion-header h2 {
  font-family:Montserrat;
  font-weight:600;
  font-size:20px;
  line-height:100%;
  letter-spacing:0%;
  text-align:left;
  color:#000;
  margin-bottom:10px
}
@media screen and (max-width: 768px) {
  .accordion-header h2 {
    font-size:13px
  }
} 
.accordion-header a {
  color:#592fd9;
  font-family:Montserrat;
  font-weight:600;
  font-size:15px;
  line-height:100%;
  letter-spacing:0%;
  text-align:left;
  display:flex;
  align-items:center;
  gap:5px
}
@media screen and (max-width: 768px) {
  .accordion-header a {
    font-size:12px;
    gap:3px
  }
}
.accordion-header a img {
  width:20px;
  height:20px
}
@media screen and (max-width: 768px) {
  .accordion-header a img {
    width:15px;
    height:15px
  }
}
.topbar {
  box-shadow:0 4px 30px #00000026;
  border-radius:5px;
  padding:15px 29px;
  margin-bottom:10px;
  background:#ffffff6c;
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:space-between
}
@media screen and (max-width: 768px) {
  .topbar {
    padding:10px 20px;
    gap:5px;
    font-size:12px
  }
}
.topbar input {
  height:35px;
  border-radius:5px;
  padding:0 10px;
  min-width:250px
}
.links-edit {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:20px
}
.bank-header {
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:10px
}
.accordion-content {
  display:none;
  padding:20px 0;
}
@media screen and (max-width: 768px) {
  .accordion-content {
    margin-top:20px;
    padding:0
  }
}
.accordion-content.open {
  display:flex;
  flex-direction:column;
  gap:9px
}
.bank-section {
  border:1px solid #D2D2D2;
  padding:8px;
  border-radius:5px
}
.bank-section h3 {
  font-family:Montserrat;
  font-weight:700;
  font-size:16px;
  line-height:100%;
  letter-spacing:0%;
  text-align:left;
  color:#000
}
@media screen and (max-width: 768px) {
  .bank-section h3 {
    font-size:14px
  }
}
.bank-section .metadata {
  font-family:Montserrat;
  font-weight:400;
  font-size:15px;
  line-height:100%;
  letter-spacing:0%;
  text-align:left;
  color:#000;
  margin-bottom:25px
}
@media screen and (max-width: 768px) {
  .bank-section .metadata {
    font-size:12px;
    margin-bottom:15px
  }
}
.bank-section .list {
  display:flex;
  flex-direction:column;
  gap:20px;
  font-family:Montserrat;
  font-weight:500;
  font-size:15px;
  line-height:100%;
  letter-spacing:0%;
  text-align:left
}
@media screen and (max-width: 768px) {
  .bank-section .list {
    font-size:12px;
    gap:10px
  }
}
.bank-section .list li {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  flex:1
}
@media screen and (max-width: 768px) {
  .bank-section .list li {
    gap:10px;
    flex-direction:column
  }
}
.bank-section .list li .card-item__inner {
  display:flex;
  align-items:center;
  gap:10px;
  flex:1
}
.btn-group {
  display:flex;
  align-items:center;
  gap:5px
}
.btn {
  font-family:Montserrat;
  font-weight:500;
  font-size:15px;
  line-height:100%;
  letter-spacing:0%;
  text-align:center;
  display:flex;
  align-items:center;
  justify-content:center;
  height:35px;
  border-radius:5px;
  border:2px solid transparent;
  min-width:81px;
  max-width:200px;
  padding:0 10px
}
@media screen and (max-width: 768px) {
  .btn {
    font-size:10px;
    height:30px;
    padding:0 5px;
    min-width:60px
  }
}
.btn-outline {
  border:2px solid #E30026;
  color:#e30026;
  background:transparent
}
.btn-primary {
  background:#e30026;
  color:#fff
}
.loader {
  width:48px;
  height:48px;
  border:5px solid #E30026;
  border-bottom-color:transparent;
  border-radius:50%;
  display:inline-block;
  box-sizing:border-box;
  animation:rotation 1s linear infinite
}
@keyframes rotation {
  0% {
    transform:rotate(0)
  }
  to {
    transform:rotate(360deg)
  }
}
.empty {
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  color:#000
}
[disabled] {
  cursor:not-allowed;
  opacity:.5
}
.default-section {
  padding:25px 0
}
.default-section h2 {
  gap:5px;
  margin-bottom:50px;
  font-family:Montserrat;
  font-weight:700;
  font-size:20px;
  line-height:100%;
  letter-spacing:0%;
  text-align:center;
  text-transform:uppercase
}
@media screen and (max-width: 600px) {
  .default-section h2 {
    font-size:18px;
    margin-bottom:30px
  }
}
.default-section .title {
  font-weight:600;
  letter-spacing:0%;
  text-align:center;
  text-transform:uppercase;
  margin-bottom:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px
}
.default-section .columns {
  display:grid;
  grid-template-columns:1fr;
  grid-gap:50px
}
.default-section .columns .block {
  box-shadow:0 4px 30px #00000026;
  border-radius:5px;
  padding:21px 29px;
  background:#ffffff6c;
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px)
}
@media screen and (max-width: 768px) {
  .default-section .columns .block {
    padding:15px 20px
  }
}
.default-section .columns .block .item {
  display:grid;
  grid-template-columns:1.3fr 1fr;
  grid-gap:60px;
  align-items:center;
  margin-bottom:20px
}
@media screen and (max-width: 768px) {
  .default-section .columns .block .item {
    grid-template-columns:1fr;
    grid-gap:20px
  }
}
.default-section .columns .block .item img {
  box-shadow:0 4px 30px #0000001a
}
.notfound-section .container {
  min-height:50vh;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  flex-direction:column;
  gap:10px
}
.notfound-section .container h2 {
  font-size:40px
}
.text {
  display:flex;
  flex-direction:column;
  gap:20px
}
@media screen and (max-width: 768px) {
  .text {
    gap:10px;
    font-size:12px
  }
}
.popup-overlay {
  position:fixed;
  top:0;
  left:0;
  width:100vw;
  height:100vh;
  background:#ffffffb2;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:1000;
  overflow-y:auto;
  padding:1rem
}
.popup-content {
  position:relative;
  width:100%;
  max-width:800px;
  overflow-y:auto;
  transform:translateY(0);
  transition:transform .3s ease;
  box-shadow:0 4px 30px #00000026;
  border-radius:5px;
  background:#ffffffd2;
  -webkit-backdrop-filter:blur(5px);
  backdrop-filter:blur(5px);
  padding:40px
}
@media screen and (max-width: 600px) {
  .popup-content {
    padding:45px 20px 20px;
    border-radius:12px;
    max-height:80vh;
    overflow-y:auto
  }
}
.popup-close {
  position:absolute;
  top:16px;
  right:16px;
  background:transparent;
  border:none;
  cursor:pointer;
  width:24px;
  height:24px;
  padding:0
}
.popup-overlay-enter {
  opacity:0
}
.popup-overlay-enter-active {
  opacity:1;
  transition:opacity .3s ease-in-out
}
.popup-overlay-exit {
  opacity:1
}
.popup-overlay-exit-active {
  opacity:0;
  transition:opacity .3s ease-in-out
}
.popup-content-enter {
  transform:translateY(-20px);
  opacity:0
}
.popup-content-enter-active {
  transform:translateY(0);
  opacity:1;
  transition:transform .3s ease,opacity .3s ease
}
.popup-content-exit {
  transform:translateY(0);
  opacity:1
}
.popup-content-exit-active {
  transform:translateY(-20px);
  opacity:0;
  transition:transform .3s ease,opacity .3s ease
}
@media (max-width: 600px) {
  .popup-content-enter {
    transform:translateY(100%);
    opacity:0
  }
  .popup-content-enter-active {
    transform:translateY(0);
    opacity:1;
    transition:transform .3s ease,opacity .3s ease
  }
  .popup-content-exit {
    transform:translateY(0);
    opacity:1
  }
  .popup-content-exit-active {
    transform:translateY(100%);
    opacity:0;
    transition:transform .3s ease,opacity .3s ease
  }
}
@media (max-width: 600px) {
  .popup-content {
    position:absolute;
    bottom:0;
    border-top-left-radius:12px;
    border-top-right-radius:12px;
    width:100%;
    max-width:100%;
    transform:translateY(100%);
    animation:slideUp .3s forwards
  }
}
@keyframes slideUp {
  to {
    transform:translateY(0)
  }
}
.verified-seller-popup .list {
  display:flex;
  flex-direction:column;
  gap:5px
}
.verified-seller-popup .item {
  width:100%;
  display:grid;
  grid-template-columns:24px 1fr;
  grid-gap:12px;
  font-weight:600;
  text-align:left;
  background:#fff;
  padding:15px;
  border-radius:5px;
  box-shadow:0 4px 30px #0003
}
@media screen and (max-width: 600px) {
  .verified-seller-popup .item {
    font-size:12px;
    padding:10px
  }
}
.line-through {
  text-decoration:line-through
}
.edit-area {
  width:100%;
  flex:1;
  padding:10px;
  border:1px solid #D2D2D2;
  border-radius:5px
}
.tabs {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  font-weight:700;
  margin-bottom:20px;
  margin-top:-30px;
  text-decoration:underline
}
@media (max-width: 400px) {
  .tabs {
    font-size:12px;
    gap:10px;
    margin-top:0
  }
}
.tabs .tab {
  cursor:pointer
}
.tabs .tab.active {
  color:#c51100
}
.grid {
  display:flex;
  flex-wrap:wrap;
  gap:19px;
  justify-content:center;
  max-width:820px;
  margin:0 auto
}
@media (max-width: 768px) {
  .grid {
    grid-template-columns:1fr
  }
}
.card {
  box-shadow:0 4px 30px #00000026;
  border-radius:5px;
  padding:17px 17px 10px;
  background:#fff;
  max-width:400px;
  width:100%
}
@media (max-width: 400px) {
  .card {
    padding:10px
  }
}
.card>img {
  width:100%;
  height:290px;
  object-fit:cover;
  border-radius:5px;
  margin-bottom:12px
}
@media (max-width: 400px) {
  .card>img {
    height:250px
  }
}
.card-links {
  display:flex;
  flex-direction:column;
  gap:10px
}
.card-links a {
  display:flex;
  align-items:center;
  gap:5px;
  justify-content:center;
  text-align:center;
  font-weight:700;
  color:#530200;
  box-shadow:0 4px 30px #00000026;
  border-radius:5px;
  font-size:14px;
  min-height:34px;
  padding:5px
}
@media (max-width: 400px) {
  .card-links a {
    font-size:12px;
    height:30px
  }
}
.sortable-item {
  display:flex;
  gap:5px;
  align-items:center
}
.sortable-item .drag-handle {
  cursor:grab
}
.vouches-grid {
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(260px,1fr));
  grid-gap:20px;
  margin-top:16px
}
.vouches-item {
  position:relative;
  height:100%;
  min-height:300px;
  object-fit:cover;
  border-radius:5px
}
.vouches-item .scale {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  cursor:pointer;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:center;
  width:57px;
  height:57px;
  border-radius:10px;
  background:#ffffffb2
}
.vouches-item .vouches-thumb {
  display:block;
  width:100%;
  height:100%;
  border-radius:5px;
  transition:transform .2s;
  cursor:pointer
}
.vouches-item .vouches-thumb:hover {
  transform:scale(1.03)
}
.vouches-item .vouches-delete {
  position:absolute;
  top:9px;
  right:9px;
  background:#fff;
  color:#fff;
  border:none;
  width:32px;
  height:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  opacity:0;
  cursor:pointer;
  transition:opacity .2s
}
.vouches-item:hover .vouches-delete {
  opacity:1
}
.vouches-manager__upload {
  box-shadow:0 4px 30px #00000026;
  border-radius:5px;
  padding:21px 29px;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:300px;
  border:10px solid #232B35
}
.vouches-modal {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#000c;
  display:flex;
  justify-content:center;
  align-items:center;
  z-index:1000
}
.vouches-modal__inner {
  position:relative;
  max-width:90vw;
  max-height:90vh
}
.vouches-modal__img {
  display:block;
  max-width:100%;
  max-height:80vh;
  border-radius:4px
}
.vouches-modal__close {
  position:absolute;
  top:16px;
  right:16px;
  background:#fff;
  border:none;
  border-radius:50%;
  width:32px;
  height:32px;
  font-size:16px;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center
}
.vouches-modal__nav {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  background:#ffffffb3;
  border:none;
  border-radius:50%;
  width:32px;
  height:32px;
  font-size:18px;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center
}
.vouches-modal__nav--prev {
  left:16px
}
.vouches-modal__nav--next {
  right:16px
}
.subtitle {
  font-weight:700;
  margin-bottom:30px;
  margin-top:-30px;
  text-align:center
}
@media (max-width: 400px) {
  .subtitle {
    font-size:12px;
    gap:10px;
    margin-top:0
  }
}
