@font-face{font-family:"PTRootUIWeb";font-style:normal;font-weight:400;font-display:swap;src:local("PTRootUIWeb Regular"),url(/18592ea62a27cb2e9668.woff2) format("woff2"),url(/870997a78e380e4f174e.woff) format("woff")}@font-face{font-family:"PTRootUIWeb";font-style:normal;font-weight:500;font-display:swap;src:local("PTRootUIWeb Medium"),url(/c7dfe484ece34dafbc52.woff2) format("woff2"),url(/18405685374cdd2518a7.woff) format("woff")}@font-face{font-family:"PTRootUIWeb";font-style:normal;font-weight:700;font-display:swap;src:local("PTRootUIWeb Bold"),url(/7d2abdf38658899244cb.woff2) format("woff2"),url(/28428aab77f4753e44ec.woff) format("woff")}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{box-shadow:inset 0 0 3px #c4c4c4;border-radius:10px}::-webkit-scrollbar-thumb{background:#ababab;border-radius:10px}#root{display:flex;flex-direction:column;justify-content:space-between;min-height:100vh}.body_container{display:flex;flex:1}@media only screen and (max-width: 950px){.body_container{overflow:hidden}}@media(hover: hover)and (pointer: fine){button:hover{cursor:pointer}}*{scrollbar-color:#ababab #e8e7e7;scrollbar-width:thin;font-family:"PTRootUIWeb",sans-serif;margin:0;padding:0;box-sizing:border-box;font-size:14px}body{margin:0;padding:0;line-height:1.25;color:#000 !important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--color-border: #ccd0d3;--color-black: #000000;--color-gray-text: #797878;--color-red-btn: #E55D61;--color-sale-price: #f84147;--color-wish:#fbad46;--color-red: #e21733;--color-gray: #333e48;--color-yellow: #ffe600;--color-hover-blue: #0e79de;--color-Error-red: #f82f2f;--color-black-light: #2F2F2F;--main-light-gray: #545252;--color-blue-label: #3e77aa;--color-blue-label-hover: #2957a8;--color-gray-label: #2b2a2a;--color-Grey-White: #D9D9D9}textarea{border:solid 1px var(--color-border);border-radius:8px;width:100%;padding:5px 10px}textarea:focus-visible{outline:none}select{border:solid 1px var(--color-border);border-radius:8px;height:35px;padding:0 15px}sup{color:red;top:.5em !important;font-size:11px !important;font-weight:bold !important}p{margin-block-start:0;margin-block-end:0}a{text-decoration:none}@media(hover: hover)and (pointer: fine){a:hover{cursor:pointer}}.App{position:relative}.redBtn{font-size:15px;border-radius:4px;color:var(--color-red-btn, #E55D61);border:1px solid var(--color-red-btn, #E55D61);background-color:#fff}@media(hover: hover)and (pointer: fine){.redBtn:hover{background-color:#fcf4f4}}span{margin:0;padding:0;border:0;vertical-align:baseline}label{font-size:12px;color:var(--color-gray-label)}@media only screen and (max-width: 768px){label{font-size:12px}}.Toastify__close-button{align-self:auto}.Toastify__toast-body{margin:0;min-height:40px !important}.Toastify__toast-container{top:50px !important}@media only screen and (max-width: 950px){.Toastify__toast-container{display:flex;flex-direction:column;align-items:center}}@media only screen and (max-width: 950px){.Toastify__toast{width:clamp(250px,80%,350px)}}.skeleton{border-radius:10px;position:relative;overflow:hidden;background:rgba(0,0,0,.08);display:flex;align-items:center;justify-content:center}.skeleton::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);animation:skeleton-wave 1.5s infinite linear}.skeleton--logo::before{content:"";position:absolute;z-index:2;width:50%;height:50%;opacity:.2;background-repeat:no-repeat;background-position:center;background-size:contain;animation:skeleton-svg 1.2s ease-in-out infinite}@keyframes skeleton-wave{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}.custom_checkbox_container{display:grid;grid-template-columns:15px 1fr;grid-column-gap:7px;align-items:center;color:#000}@media(hover: hover)and (pointer: fine){.custom_checkbox_container:hover{cursor:pointer}}.input_field_error_text{position:absolute;top:calc(100% + 2px);left:15px;font-size:12px;color:var(--color-red)}.modal_main{position:fixed;top:0;left:0;width:100vw;z-index:1000;display:flex;height:100vh;align-items:center}@media only screen and (max-width: 950px){.modal_main{align-items:start}}.modal_open{animation:fadeIn .25s ease-out}.modal_open_bottom{animation:fadeInBottom .25s ease-out}.modal_open_left{animation:fadeInLeft .25s ease-out}@keyframes fadeIn{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInBottom{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{from{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.closingModal{animation:fadeOut .55s ease-in}@keyframes fadeOut{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.modal_container{position:fixed;background-color:#fff;width:100%;top:50%;left:50%;padding:30px;transform:translate(-50%, -50%);color:#000;border-radius:10px;display:flex;flex-direction:column;row-gap:15px;max-height:100%}@media only screen and (max-width: 950px){.modal_container{border-radius:0;padding:25px 20px;row-gap:20px}}@media only screen and (max-width: 950px){.modal_main_bottom{top:auto;bottom:0;transform:none;left:0;max-height:90%}}@media only screen and (max-width: 950px){.modal_main_left{bottom:0;top:0;transform:none;left:0;right:60px;width:auto}}.modal_bg{position:absolute;background-color:rgba(0,0,0,.5019607843);height:100%;width:100%}.modal_header{display:flex;align-items:center;justify-content:space-between;min-height:33px}.modal_header div{font-size:24px;font-weight:500}@media(hover: hover)and (pointer: fine){.modal_header svg:hover{cursor:pointer;stroke:var(--color-black)}}@media only screen and (max-width: 950px){.modal_header{padding-bottom:20px}.modal_header div{font-size:20px;font-weight:600}}.modal_loading_overlay{position:absolute;inset:0;background-color:rgba(212,212,212,.5);z-index:50;border-radius:8px}.modal_body_wrapper{position:relative;display:flex;min-height:0}.modal_body{overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;row-gap:15px;width:100%;min-height:100px;scrollbar-width:thin;scrollbar-color:var(--color-black) rgba(0,0,0,0)}.modal_footer{display:flex;justify-content:space-around;padding:5px 0}.modal_footer button{min-width:180px}.custom_checkbox{position:absolute;z-index:-1;opacity:0}.custom_checkbox+label{display:inline-flex;align-items:center}@media(hover: hover)and (pointer: fine){.custom_checkbox+label:hover{cursor:pointer}}.custom_checkbox+label::before{content:"";display:inline-block;width:15px;height:15px;flex-shrink:0;flex-grow:0;border:1.5px solid var(--color-black);border-radius:.25em;margin-right:.5em;background-repeat:no-repeat;background-size:100%}.custom_checkbox::before{border:1px solid #000}.custom_checkbox:checked+label::before{border-color:var(--color-black);background-color:var(--color-black);background-size:18px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%200.6%200.6%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m.173.3.073.073v0a.003.003%200%200%200%20.007%200v0L.427.2%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.05%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E")}.input_with_placeholder{position:relative}.input_with_placeholder input:focus+.input_field_placeholder,.input_with_placeholder input:not(:placeholder-shown)+.input_field_placeholder,.input_with_placeholder textarea:focus+.input_field_placeholder,.input_with_placeholder textarea:not(:placeholder-shown)+.input_field_placeholder{top:-8px;display:block;font-size:12px;background-color:#fff;z-index:2;width:fit-content;padding:0 3px}.input_field_placeholder{position:absolute;font-size:13px;pointer-events:none;top:calc(50% - 8px);left:8px;width:calc(100% - 16px);cursor:text;color:#9b9b9b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all .2s ease-in-out 0s}.scroll-arrow{position:fixed;opacity:0;bottom:60px;right:60px;width:48px;height:48px;background-color:#fff;color:#000;border:none;border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,.2);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1000;transition:opacity .7s ease,transform .7s ease}.scroll-arrow svg{width:32px;height:32px}@media(hover: hover)and (pointer: fine){.scroll-arrow:hover{transform:scale(1.1);box-shadow:0 6px 16px rgba(0,0,0,.25)}}@media only screen and (max-width: 950px){.scroll-arrow{bottom:25px;right:25px}}input[type=radio]{accent-color:#000}input[type=text],input[type=tel],input[type=password]{height:40px;padding:8px;border:1px solid var(--color-border);border-radius:6px;justify-self:center;display:grid;width:100%}input[type=text]:focus,input[type=tel]:focus,input[type=password]:focus{border:1px solid var(--color-black-light)}textarea:focus{border:1px solid var(--color-black-light)}input[type=text]:focus-visible,input[type=tel]:focus-visible,input[type=password]:focus-visible{outline:0}input:disabled{background-color:#e6e6e6}@keyframes rotate{0%{transform:rotate(0deg)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}100%{transform:rotate(360deg)}}.second_btn{background:#fff;border:1px solid #222;border-radius:6px;font-size:16px;height:40px;padding:0 20px;color:#000;text-align:center;line-height:20px}@media(hover: hover)and (pointer: fine){.second_btn:hover{background:#f3f3f3;border-color:#000;cursor:pointer;color:#000}}.custom_btn{font-size:17px;color:#fff;border-radius:6px;border:2px solid #000;background-color:#000;align-content:center;display:grid;justify-items:center}.custom_btn:disabled{border:2px solid #2c2c2c;background-color:#2c2c2c}@media(hover: none){.custom_btn:active{border:2px solid #212020;background-color:#212020;color:#fff}}@media(hover: hover)and (pointer: fine){.custom_btn:hover{border:2px solid #212020;background-color:#212020;color:#fff}}
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-offset: 16px;
  --toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
  --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
  --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
  --toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-toast-bd-radius: 6px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
  --toastify-color-progress-bgo: 0.2;
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: var(--toastify-toast-top);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--top-center {
  top: var(--toastify-toast-top);
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: var(--toastify-toast-top);
  right: var(--toastify-toast-right);
}
.Toastify__toast-container--bottom-left {
  bottom: var(--toastify-toast-bottom);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--bottom-center {
  bottom: var(--toastify-toast-bottom);
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: var(--toastify-toast-bottom);
  right: var(--toastify-toast-right);
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: env(safe-area-inset-left);
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: env(safe-area-inset-top);
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: env(safe-area-inset-bottom);
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: env(safe-area-inset-right);
    left: initial;
  }
}
.Toastify__toast {
  --y: 0;
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: var(--toastify-toast-bd-radius);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
  overflow: hidden;
}
.Toastify__toast--stacked {
  position: absolute;
  width: 100%;
  transform: translate3d(0, var(--y), 0) scale(var(--s));
  transition: transform 0.3s;
}
.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body, .Toastify__toast--stacked[data-collapsed] .Toastify__close-button {
  transition: opacity 0.1s;
}
.Toastify__toast--stacked[data-collapsed=false] {
  overflow: visible;
}
.Toastify__toast--stacked[data-collapsed=true]:not(:last-child) > * {
  opacity: 0;
}
.Toastify__toast--stacked:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: calc(var(--g) * 1px);
  bottom: 100%;
}
.Toastify__toast--stacked[data-pos=top] {
  top: 0;
}
.Toastify__toast--stacked[data-pos=bot] {
  bottom: 0;
}
.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before {
  transform-origin: top;
}
.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before {
  transform-origin: bottom;
}
.Toastify__toast--stacked:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transform: scaleY(3);
  z-index: -1;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  -ms-flex: 1;
      flex: 1;
}
.Toastify__toast-icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.5s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
      align-self: flex-start;
  z-index: 1;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: var(--toastify-toast-bd-radius);
}
.Toastify__progress-bar--wrp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
}
.Toastify__progress-bar--wrp[data-hidden=true] {
  opacity: 0;
}
.Toastify__progress-bar--bg {
  opacity: var(--toastify-color-progress-bgo);
  width: 100%;
  height: 100%;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, var(--y), 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, var(--y), 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: translate3d(0, var(--y), 0) scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: translate3d(0, var(--y), 0) perspective(400px);
  }
  30% {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, var(--y), 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, var(--y), 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rLUa8{display:flex;row-gap:50px;flex-direction:column;width:clamp(950px,95%,1600px);margin:auto;padding:30px 20px;justify-items:center}@media only screen and (max-width: 950px){.rLUa8{width:100%}}.v0GbY{background-color:var(--color-black);color:#fff}.diDzr{display:flex;justify-content:space-between}@media only screen and (max-width: 950px){.diDzr{flex-direction:column;row-gap:30px}}.hCYYu{display:flex;justify-content:center;width:100%;flex:1}.hCYYu>svg{width:100%}@media only screen and (max-width: 300px){.hCYYu{display:none}}.ggd2i{width:25%;display:flex;flex-direction:column;align-items:flex-start;row-gap:13px;justify-content:flex-start}@media only screen and (max-width: 950px){.ggd2i{order:1;width:100%;align-items:center}}.iPRD2{row-gap:30px}@media only screen and (max-width: 950px){.iPRD2{order:3}}.BHwiw{display:flex;width:100%;justify-content:center;flex-direction:row;align-items:center;column-gap:30px}@media only screen and (max-width: 950px){.BHwiw{flex-wrap:wrap;column-gap:20px}}@media(hover: hover)and (pointer: fine){.BHwiw a:hover{opacity:.8}}.gfPGK{color:#000;height:50px;display:grid;align-items:center;grid-template-columns:45px auto;grid-column-gap:10px}.L3wCa{display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width: 950px){.L3wCa{flex-wrap:wrap;gap:30px}.L3wCa svg{height:25px}}._2mpm\+{text-decoration:none;color:#fff}.B0hEa{color:#fff;font-size:18px;text-align:center;width:100%}.KlXfS{justify-content:space-between}@media(hover: hover)and (pointer: fine){.KlXfS svg:hover{cursor:pointer}}@media only screen and (max-width: 950px){.KlXfS{order:4;width:100%}}.SnSw8{background-color:#fff;border-radius:50%;position:absolute}
.VsheR{background-color:#fff;position:sticky;top:0;z-index:500}.LgeMO{display:flex;justify-content:space-between;padding:10px 0 10px 10px}@media only screen and (max-width: 950px){.LgeMO{border-bottom:none;column-gap:20px}}@media only screen and (max-width: 950px){.ZMY\+9{padding:0}}@media only screen and (max-width: 950px){.M-vyS{display:flex;column-gap:20px}.M-vyS>a{color:#7d7d7d;font-weight:600;font-size:18px}}@media only screen and (max-width: 950px){.\+UbeF{color:#000 !important}}.mEQKz{transform:rotate(180deg)}.UojWW{display:flex;justify-content:space-between}.UojWW .tzop8{width:50%}.UojWW .tzop8>svg{max-height:40px}@media only screen and (max-width: 950px){.LmOc8{display:flex;flex-direction:column;margin-bottom:40px}.LmOc8>div,.LmOc8>a{padding:20px;border-bottom:.5px solid var(--color-border);font-weight:600;display:flex;column-gap:10px;align-items:center;color:#000}}@media only screen and (max-width: 950px){.izvuE{padding:25px 20px}}@media only screen and (max-width: 950px){._9Ptol{display:flex;flex-direction:column;row-gap:40px}}@media only screen and (max-width: 950px){.C62NI{display:flex;flex-direction:column;row-gap:15px}}@media only screen and (max-width: 950px){._8Q1J3{display:flex;flex-direction:column;row-gap:20px;list-style:none}._8Q1J3>li{padding:20px;border-bottom:.5px solid var(--color-border);display:flex;justify-content:space-between}}@media only screen and (max-width: 950px){.obkwo{display:flex;column-gap:20px}.obkwo>svg{z-index:-1}.obkwo>span{font-weight:600;font-size:16px}}@media only screen and (max-width: 950px){.XKqcm{display:flex;flex-direction:column;row-gap:15px}}@media only screen and (max-width: 950px){._6e5Ln{font-weight:600;padding:20px;border-bottom:.5px solid var(--color-border)}}@media only screen and (max-width: 950px){.q5YRt{display:flex;flex-direction:column}.q5YRt>div>a{color:var(--color-black);justify-content:space-between}.q5YRt>div>a path{stroke:var(--color-black)}}@media only screen and (max-width: 950px){.lE4T6{display:none}}@media only screen and (max-width: 950px){.sqNXu{display:flex}}.sqNXu,.lE4T6{position:relative}.sqNXu ._6yFB-,.lE4T6 ._6yFB-{position:absolute;right:-10px;top:0;display:flex;flex-direction:row;align-items:center;justify-content:center;min-width:18px;height:18px;padding-left:4px;padding-right:4px;border-radius:50px;line-height:18px;font-size:12px;background-color:#000;color:#fff}@media(hover: hover)and (pointer: fine){.sqNXu:hover,.lE4T6:hover{cursor:pointer}}@media only screen and (max-width: 950px){.sqNXu,.lE4T6{width:40px;height:40px;align-items:center;justify-content:center}.sqNXu ._6yFB-,.lE4T6 ._6yFB-{right:0;top:10px}}.shxhD{display:flex;column-gap:10px;align-items:center}._7bOtT{display:flex;justify-content:center;width:100%;align-items:center;padding:10px;height:100%}@media only screen and (max-width: 950px){._7bOtT{order:2;width:auto;padding:0}._7bOtT svg{max-height:25px;width:100%}}@media only screen and (max-width: 400px){._7bOtT{display:none}}.Mivdk{position:relative}.Mivdk>input{padding:0 30px 0 38px;width:100%;height:40px;color:var(--color-black);border:.5px solid var(--color-border);outline:0;border-radius:8px}@media only screen and (max-width: 950px){.Mivdk>input{padding:0 25px 0 38px}}.Mivdk>input:focus{border:.5px solid var(--color-black)}.Mivdk>button{position:absolute;right:10px;width:77px;height:30px;top:calc(50% - 15px);font-size:14px}@media only screen and (max-width: 950px){.Mivdk>button{display:none}}.ZvZer{background:rgba(0,0,0,.2);inset:0;opacity:1;position:fixed;z-index:5}.pgYlg{flex:1;padding-right:20px;max-width:700px}@media only screen and (max-width: 1300px){.pgYlg{border-right:1px solid var(--color-border)}}@media only screen and (max-width: 950px){.pgYlg{order:3;flex:1 1 100%;min-width:0;padding:0;border-right:none}}.HISKs{width:100%;position:relative}@media only screen and (max-width: 950px){.HISKs{width:100%;position:static;max-width:1300px}}.ZbM3o,.oSyTX{position:absolute;top:calc(50% - 9px)}@media(hover: hover)and (pointer: fine){.ZbM3o:hover,.oSyTX:hover{cursor:pointer}}.ZbM3o{right:95px}@media(hover: hover)and (pointer: fine){.ZbM3o:hover>path{stroke:var(--color-black)}}@media only screen and (max-width: 950px){.ZbM3o{right:10px}}.oSyTX{left:10px}.FMxlI{display:flex;column-gap:20px;width:100%}@media only screen and (max-width: 950px){.FMxlI{flex-direction:column;row-gap:20px}}.Xidg8{display:flex;column-gap:20px;padding:10px;position:absolute;top:41px;width:100%;background-color:#fff;border-radius:6px;z-index:100}@media only screen and (max-width: 950px){.Xidg8{border-top-left-radius:0;border-top-right-radius:0;width:calc(100% + 40px);top:100%;left:-20px;padding:20px}}.fPoV4{flex:6;display:flex;flex-direction:column;align-items:flex-start;row-gap:10px}@media only screen and (max-width: 950px){.fPoV4{row-gap:20px}}.W5U4f{flex:4;display:flex;flex-direction:column;align-items:flex-start;row-gap:10px}.W5U4f>div{display:flex;align-items:center;justify-content:space-between;width:100%;padding:5px 0}@media(hover: hover)and (pointer: fine){.W5U4f>div:hover{cursor:pointer;background-color:var(--color-gray-bg);border-radius:5px}}@media only screen and (max-width: 950px){.W5U4f{row-gap:20px}}.tqAD8{display:flex;align-items:center;column-gap:9px}.tqAD8>span{color:#000}.lurv9{display:flex;flex-direction:column;row-gap:25px;width:100%;padding:10px}.lurv9>div{display:flex;flex-direction:column;row-gap:10px}.Zz54t{display:flex;flex-direction:column;row-gap:10px}.-T3y-{display:flex;justify-content:space-between;align-items:center}.-T3y- svg{flex-shrink:0}@media(hover: hover)and (pointer: fine){.-T3y- svg:hover{cursor:pointer}.-T3y- svg:hover>path{stroke:var(--color-black)}}.-T3y->a{display:flex;column-gap:5px;color:#000;align-items:center}@media(hover: hover)and (pointer: fine){.-T3y->a:hover{cursor:pointer}.-T3y->a:hover>span{text-decoration:underline}}.NFyCX{font-weight:bold}.XkRPr{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:10px}.XkRPr>div{border:.5px solid var(--color-border);border-radius:6px;padding:10px}.XkRPr>div>a{color:var(--color-black)}@media(hover: hover)and (pointer: fine){.XkRPr>div:hover{cursor:pointer;border:.5px solid var(--color-black)}}.ft4C8{display:flex;column-gap:15px;width:100%;padding:10px;align-items:center;border:1px solid var(--color-border);border-radius:8px}.ft4C8 .HYmsT{display:flex;align-items:center;height:85px;aspect-ratio:1/1;padding:10px}@media only screen and (max-width: 950px){.ft4C8 .HYmsT{position:relative;border-radius:15px}.ft4C8 .HYmsT:after{content:"";position:absolute;inset:0;opacity:.025;background:#000;pointer-events:none;border-radius:20px}}@media(hover: hover)and (pointer: fine){.ft4C8:hover{background-color:#f1f1f1}}.e9fzl{width:100%;aspect-ratio:1/1;border-radius:8px;object-fit:contain;background-color:#fff}.GVjuO{display:flex;flex-direction:column;row-gap:5px}.mbCvv{display:flex;flex-direction:column;row-gap:10px}.K40Ih{font-weight:500;font-size:16px;color:#000;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;max-height:32px;line-height:16px}._0lLST{position:absolute;display:none;justify-content:space-between;grid-row-gap:15px;top:calc(100% + 1px);left:0;width:100%;height:auto;z-index:10;padding:24px 40px 45px;box-shadow:0 2000px 0 2000px rgba(0,0,0,.3);transition:all .2s ease-in-out;background:#fbfbfb}._0lLST:after,._0lLST:before{content:"";display:block;position:absolute;top:0;background:#fbfbfb;width:2000px;height:100%}._0lLST:after{right:-2000px}._0lLST:before{left:-2000px}.oJiuA{display:flex;justify-content:flex-start;column-gap:20px;row-gap:10px;width:100%;border-top:1px solid var(--color-border)}@media only screen and (max-width: 950px){.oJiuA{display:none}}@media only screen and (max-width: 950px){.bIFL9{display:none}}@media only screen and (max-width: 950px){._8WVoP{display:none}}.qMMWO{display:flex;flex-direction:column;row-gap:15px}.qMMWO>a>span{white-space:nowrap;font-weight:500;font-size:16px;color:var(--color-black)}@media(hover: hover)and (pointer: fine){.qMMWO>a>span:hover{transition:.3s all ease;color:#686868}}.q-w1t{width:100%}@media(hover: hover)and (pointer: fine){.q-w1t:hover{cursor:pointer}.q-w1t:hover ._0lLST{display:grid}.q-w1t:hover .Qg6mP{display:flex}.q-w1t:hover>span{text-decoration:underline}.q-w1t:hover .J-vVq{transform:rotate(180deg)}}.mObw7{position:relative;font-size:16px;font-weight:600;color:#000;display:flex;align-items:center;column-gap:5px;height:40px;justify-content:center;width:100%}@media(hover: hover)and (pointer: fine){.mObw7:hover{cursor:pointer}.mObw7:hover:after{content:"";position:absolute;width:100%;bottom:-1px;left:0;height:1px;background:#000;z-index:4}}.J-vVq{transition:transform .3s ease}.fHhLW{padding:20px;border-radius:15px;background-color:#fff;z-index:100;display:grid;grid-template-columns:repeat(2, max-content);column-gap:40px;row-gap:15px;width:max-content;position:absolute;top:100%;box-shadow:0 4px 4px 0 rgba(91,91,91,.2509803922);opacity:0;visibility:hidden;transform:translateY(10px);transition:.3s ease}.fHhLW>a{color:#000;display:flex;flex-direction:column;row-gap:20px}.fHhLW>a>span{font-size:16px;font-weight:600}@media(hover: hover)and (pointer: fine){.fHhLW>a>span:hover{text-decoration:underline}}.Qg6mP{align-items:flex-start;background-color:#fff;border:1px solid var(--color-border, #d9d9d9);border-radius:8px;display:none;flex-direction:column;gap:8px;left:-10px;padding:15px;position:absolute;z-index:21;box-shadow:#c9cad6 0 2px 5px 0}.Qg6mP>a{color:var(--color-black)}@media(hover: hover)and (pointer: fine){.Qg6mP>a:hover{text-decoration:underline}}.koSha{display:flex;row-gap:10px;flex-direction:column;width:100%;margin-top:10px}.koSha>a{color:var(--color-black)}@media(hover: hover)and (pointer: fine){.koSha>a:hover{transition:.3s all ease;color:#686868}}.NZd5F{width:clamp(950px,95%,1600px);padding:0 20px;margin:auto}@media only screen and (max-width: 950px){.NZd5F{width:100%;padding:0}}.lQR0K{position:relative;display:grid;grid-template-columns:200px 1fr;border-bottom:1px solid var(--color-border)}@media only screen and (max-width: 950px){.lQR0K{display:flex;align-items:center;justify-content:space-between}}.jU-\+i{display:flex;flex-direction:column;border-left:1px solid var(--color-border)}@media only screen and (max-width: 950px){.jU-\+i{order:3;border-left:none;width:100%}}.QrsNu{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;max-height:32px;line-height:16px;color:var(--color-gray-text)}.bas69{font-weight:500;font-size:18px;color:var(--color-black)}.zJuZd{font-weight:500;font-size:18px;color:var(--color-sale-price)}.HocZf{font-size:18px;color:var(--color-gray-text);text-decoration:line-through}.VpKM4{display:flex;column-gap:10px}.mtRg7{display:flex;column-gap:20px;align-items:center}@media only screen and (max-width: 950px){.mtRg7{order:4}}@media only screen and (max-width: 950px){.Vpp9A{display:none !important}}.bOwMk{display:flex}.bOwMk>div{display:flex;column-gap:20px;padding:0 20px;border-right:1px solid var(--color-border)}@media only screen and (max-width: 950px){.bOwMk>div{border-right:none;padding:0}}.bOwMk a{cursor:pointer}@media only screen and (max-width: 950px){.bOwMk{padding-bottom:0}}.EST9x{display:none;cursor:pointer}@media only screen and (max-width: 950px){.EST9x{order:1;display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0}}.y9mHb{display:flex;flex:1;min-width:0;column-gap:20px}@media only screen and (max-width: 950px){.y9mHb{width:100%}}.hqhG2{padding-right:20px;display:flex;border-right:1px solid var(--color-border);align-items:center;flex-shrink:1}.hqhG2>a{color:var(--color-black);font-weight:500}@media only screen and (max-width: 950px){.hqhG2{display:none}}._6-LIK{display:flex;flex-direction:column;row-gap:10px;align-items:center}._6-LIK>h3{font-weight:700;font-size:26px;color:var(--color-black)}._6-LIK>span{color:var(--color-gray-text)}.mAl\+f{display:flex;flex-direction:column;row-gap:40px;align-items:center;justify-content:center;padding:80px 0}.mAl\+f>button{width:350px;height:40px}._6tw2N{min-height:320px}.vNXJw{display:flex;flex-direction:column;row-gap:30px;max-height:100%;scrollbar-width:thin;scrollbar-color:var(--color-black) rgba(0,0,0,0);overflow-y:auto}.XP95n{display:flex;flex-direction:column;row-gap:10px}.XP95n>div{display:flex;justify-content:space-between}.JKMB9,.tqsGU{font-weight:500;font-size:18px}.k3hmi{display:flex;column-gap:30px}.k3hmi>button{width:100%;height:40px}@media only screen and (max-width: 950px){.k3hmi{flex-direction:column;row-gap:10px}}@media only screen and (max-width: 950px){.nyAMB{display:none}}.x3J0A{display:flex;flex-direction:column;row-gap:15px}@media only screen and (max-width: 950px){.x3J0A{width:100%;row-gap:30px;max-height:none}}.uuqlm{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;column-gap:10px}.uuqlm>span{color:#fff;font-size:24px;font-weight:500}.JLOW7{position:relative;width:100%;height:4px;background-color:rgba(243,159,179,.5019607843);border-radius:100px}.JLOW7 .H3IGD{background-color:var(--color-main-pink);position:absolute;max-width:100%;left:0;top:0;bottom:0;border-radius:100px}.n93vO{min-width:400px;display:flex;flex-direction:column;row-gap:10px;padding:10px;background-color:var(--color-card-bg);border-radius:15px}.n93vO>div:not(:last-child){padding-bottom:15px;border-bottom:.5px solid var(--color-border)}@media only screen and (max-width: 950px){.n93vO{width:100%;min-width:auto;background-color:rgba(0,0,0,0);padding:0}}.CRHsz{border-radius:10px}.CRHsz>picture{display:block}.CRHsz img{width:100px;aspect-ratio:1/1;object-fit:contain;border-radius:10px;background-color:#fff}@media only screen and (max-width: 950px){.CRHsz img{width:70px}}.LD1G0{color:var(--color-black)}.NcB6C{display:flex;position:relative;column-gap:15px;width:100%;justify-content:space-between}@media only screen and (max-width: 950px){.NcB6C{grid-column:1/-1}}.y1Mx6{display:flex;column-gap:20px;padding:5px}@media(hover: hover)and (pointer: fine){.y1Mx6:hover{cursor:pointer}.y1Mx6:hover .LFA2o{text-decoration:underline}}.hEFzw{text-align:center}._04w7g{display:flex;flex-direction:column;row-gap:20px}.MxnSv{display:grid;grid-template-columns:4fr 1fr 1fr 20px;grid-column-gap:20px;align-items:center;padding-right:7px}@media only screen and (max-width: 950px){.MxnSv{grid-template-columns:1fr 1fr 20px;grid-template-rows:auto auto;grid-row-gap:10px}}.mbFcP:after{content:"";position:absolute;inset:0;opacity:.4;background:#000;pointer-events:none;border-radius:8px}.mQxHk{display:flex;flex-direction:column;row-gap:10px;justify-content:center}.LFA2o{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;color:#221f1f;max-height:32px;line-height:16px;font-size:16px;font-weight:500}.vBM4i{color:#8c8b8b;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:13px;line-height:17px;max-height:34px;overflow:hidden}.SUeTp{display:flex;column-gap:20px;align-items:center}@media only screen and (max-width: 950px){.SUeTp{grid-column:2/3;grid-row:2/3}}._1nGfA{display:flex;flex-direction:column;align-items:flex-end;row-gap:5px}@media only screen and (max-width: 950px){._1nGfA{align-items:flex-start;flex-direction:row;column-gap:10px;flex-wrap:wrap}}.ALvl3{display:flex;flex-direction:column;align-items:flex-end;row-gap:5px}@media only screen and (max-width: 950px){.ALvl3{grid-column:1/2;align-items:flex-start;flex-direction:row;column-gap:10px;flex-wrap:wrap}}.K3oGD{display:flex;justify-content:space-between;align-items:flex-end;column-gap:5px}.K3oGD>div{display:flex;align-items:flex-end;column-gap:10px}.Egk3T{font-size:12px;color:var(--color-gray-text)}._3bLWL{display:flex;flex-direction:column;row-gap:10px}@media(hover: hover)and (pointer: fine){.bPoJR:hover{cursor:pointer}.bPoJR:hover svg path{stroke:var(--color-black);stroke-width:1.25}}@media only screen and (max-width: 950px){.bPoJR{grid-column:3/4;display:flex;justify-content:flex-end}}.QNK8z{color:var(--color-black);font-size:16px;white-space:nowrap;font-weight:600}._3IDSc{font-size:18px;font-weight:500}.Y9zYm{text-decoration:line-through;color:var(--color-gray-text);font-size:18px}.CE9I1{color:var(--color-red)}.BFzVj{cursor:pointer}@media(hover: hover)and (pointer: fine){.BFzVj:hover svg path{stroke:var(--color-black)}}.U2s2p svg path{stroke:var(--color-gray-text) !important}.p3sme{cursor:pointer;display:flex;align-items:center;justify-content:space-between;column-gap:20px;width:100%;padding:10px 20px;border-radius:10px;background:rgba(243,159,179,.2);color:var(--color-black)}.p3sme svg{flex-shrink:0}.NiwIT{display:flex;flex-direction:column;row-gap:3px}.GhzGJ{display:flex;align-items:center;column-gap:20px}.DihKh{font-weight:600}.Qgx8l{font-size:12px}.tUhgi{background:rgba(244,210,122,.2)}._0Owq4{display:flex;flex-direction:column;row-gap:30px}.rDqd9{display:flex;flex-direction:column;row-gap:15px}.nZCx1{display:grid;position:relative;grid-column-gap:15px;grid-template-columns:100px auto 100px 100px;align-items:center;padding-bottom:15px;border-bottom:1px solid var(--color-border)}.nZCx1:last-of-type{border-bottom:none;margin-bottom:0}@media only screen and (max-width: 950px){.nZCx1{grid-template-columns:70px 1fr;grid-template-rows:auto auto;grid-row-gap:10px}}.ETc-g{display:flex;justify-content:flex-start;padding:10px;border-radius:10px;background:rgba(243,159,179,.2);column-gap:10px;align-items:center}.ETc-g svg{flex-shrink:0}.Ar27c{display:flex;flex-direction:column;row-gap:5px}.Ar27c .rjP5f{font-weight:600;font-size:16px}.Ar27c .UWg2s{font-size:12px}._19\+yX{font-size:16px;font-weight:600}.bNi\+u{color:#00ac25;font-weight:500}._2jKrl{display:flex;justify-content:space-between;column-gap:20px}.c5JId{display:flex;flex-direction:column;row-gap:20px;background:#f4f7fc;border-radius:20px;padding:20px}
.gUJGe{width:70px;height:70px;top:calc(50% - 35px);left:calc(50% - 35px);position:absolute;transform-style:preserve-3d;animation:JksjQ 8s infinite}._5DAra{position:absolute;width:100%;height:100%;backface-visibility:hidden}._5DAra>svg{width:100%;height:100%;filter:drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3))}._5DAra.a88c1{transform:rotateY(180deg)}@keyframes JksjQ{0%{transform:rotateY(0deg)}25%{transform:rotateY(360deg)}37.5%{transform:rotateY(540deg)}40%{transform:rotateY(540deg)}52.5%{transform:rotateY(720deg)}77.5%{transform:rotateY(1080deg)}100%{transform:rotateY(1080deg)}}
.W0aEk{width:clamp(950px,95%,1600px);display:flex;justify-content:center;margin:50px auto}.W0aEk>div{border:1px solid var(--color-border);border-radius:8px;padding:25px}@media only screen and (max-width: 950px){.W0aEk{width:100%;padding:0 20px}.W0aEk>div{width:100%}}.MBMAa{height:fit-content;width:400px}.MBMAa>button{width:100%;height:45px}@media only screen and (max-width: 950px){.MBMAa{width:100%}}.olncE{box-sizing:border-box;margin:0 0 16px;min-width:0;overflow:hidden;position:relative}@media(hover: hover)and (pointer: fine){.olncE:hover button{background-color:#efefef;cursor:pointer}}.ZWd0T{height:0;border-top:1px solid var(--color-border);width:100%}.Lfh2p{display:flex;align-items:center;margin:20px 0}.vxR0p{border-bottom:1px solid var(--color-border);padding-bottom:15px}.s8Wi9{margin:0 10px 0 10px}.bx2vb{width:350px}.juyMy{box-sizing:border-box;margin:0;min-width:0;position:absolute;opacity:.0001;width:100%;top:0;height:50px}@media only screen and (max-width: 950px){.juyMy{scale:2;left:50%}}._9fXSv{display:flex;column-gap:10px;font-size:17px;color:#000;background:#fff;border-radius:6px;align-content:center;min-width:100px;height:45px;width:100%;padding:15px 35px;justify-items:center;align-items:center;justify-content:center;border:1px solid var(--color-black)}._9fXSv:disabled{opacity:.75}@media(hover: none){._9fXSv:active{background-color:#efefef}}@media(hover: hover)and (pointer: fine){._9fXSv:hover{background-color:#efefef}}.zGmJK{position:absolute;right:10px;top:calc(50% - 11px);cursor:pointer;z-index:5}.zGmJK:hover>path{fill:#222}._8ry4X{display:grid;justify-content:space-between;grid-template-columns:auto auto}.d5rur{width:100%;height:45px;margin:15px 0 10px 0;font-size:18px}.XdbsH{width:100%;height:45px;margin:15px 0 10px 0;background:rgba(0,0,0,.22);position:relative;border-radius:6px}._2WtM7{display:grid;grid-template-columns:4fr 6fr;width:100%;height:42px;margin:10px 0 10px 0;align-items:center;justify-items:start;grid-column-gap:10px}._2WtM7 svg{justify-self:end}.rzmZr{display:flex;row-gap:10px;margin-top:20px;align-items:center;flex-direction:column}.RxcT0{margin-top:7px}@media(hover: hover)and (pointer: fine){.RxcT0:hover{cursor:pointer;color:var(--color-blue-label-hover)}}._9f45h{position:relative;display:flex}._9f45h>label{width:100%}.xcal-{padding:10px 0 20px;display:flex;flex-direction:column;row-gap:20px}
