/*!
 * Worthy-APP
 *
 *
 *
 * @version v1.0.0 - 01/07/2025
 * @revision #ec2639c - https://github.com/De-Kalo/worthy-app/tree/ec2639c7dcbcbd188d3df9cab30eb2b810143a4f
 * @author Worthy Inc.
 * @copyright 2025(c) Worthy Inc.
 * @license MIT
 *
 */
@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap);
@font-face {
  font-family: 'FontAwesome';
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/fonts/fontawesome-webfont.eot');
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/fonts/fontawesome-webfont.woff') format('woff'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/fonts/fontawesome-webfont.ttf') format('truetype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/fonts/fontawesome-webfont.svg?#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.rc-menu {
  outline: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  border: 1px solid #d9d9d9;
  box-shadow: 0 0 4px #d9d9d9;
  border-radius: 3px;
  color: #666;
}
.rc-menu-hidden {
  display: none;
}
.rc-menu-collapse {
  overflow: hidden;
  transition: height 0.3s ease-out;
}
.rc-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.rc-menu-item-group-title {
  color: #999;
  line-height: 1.5;
  padding: 8px 10px;
  border-bottom: 1px solid #dedede;
}
.rc-menu-item-active,
.rc-menu-submenu-active > .rc-menu-submenu-title {
  background-color: #eaf8fe;
}
.rc-menu-item-selected {
  background-color: #eaf8fe;
  transform: translateZ(0);
}
.rc-menu-submenu-selected {
  background-color: #eaf8fe;
}
.rc-menu > li.rc-menu-submenu {
  padding: 0;
}
.rc-menu-horizontal.rc-menu-sub,
.rc-menu-vertical.rc-menu-sub,
.rc-menu-vertical-left.rc-menu-sub,
.rc-menu-vertical-right.rc-menu-sub {
  min-width: 160px;
  margin-top: 0;
}
.rc-menu-item,
.rc-menu-submenu-title {
  margin: 0;
  position: relative;
  display: block;
  padding: 7px 7px 7px 16px;
  white-space: nowrap;
}
.rc-menu-item.rc-menu-item-disabled,
.rc-menu-submenu-title.rc-menu-item-disabled,
.rc-menu-item.rc-menu-submenu-disabled,
.rc-menu-submenu-title.rc-menu-submenu-disabled {
  color: #777 !important;
}
.rc-menu > .rc-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  padding: 0;
  line-height: 0;
  background-color: #e5e5e5;
}
.rc-menu-submenu-popup {
  position: absolute;
}
.rc-menu-submenu-popup .submenu-title-wrapper {
  padding-right: 20px;
}
.rc-menu-submenu > .rc-menu {
  background-color: #fff;
}
.rc-menu .rc-menu-submenu-title .anticon,
.rc-menu .rc-menu-item .anticon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  top: -1px;
}
.rc-menu-horizontal {
  background-color: #f3f5f7;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  box-shadow: none;
  white-space: nowrap;
  overflow: hidden;
}
.rc-menu-horizontal > .rc-menu-item,
.rc-menu-horizontal > .rc-menu-submenu > .rc-menu-submenu-title {
  padding: 15px 20px;
}
.rc-menu-horizontal > .rc-menu-submenu,
.rc-menu-horizontal > .rc-menu-item {
  border-bottom: 2px solid transparent;
  display: inline-block;
  vertical-align: bottom;
}
.rc-menu-horizontal > .rc-menu-submenu-active,
.rc-menu-horizontal > .rc-menu-item-active {
  border-bottom: 2px solid #2db7f5;
  background-color: #f3f5f7;
  color: #2baee9;
}
.rc-menu-horizontal:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}
.rc-menu-vertical,
.rc-menu-vertical-left,
.rc-menu-vertical-right,
.rc-menu-inline {
  padding: 12px 0;
}
.rc-menu-vertical > .rc-menu-item,
.rc-menu-vertical-left > .rc-menu-item,
.rc-menu-vertical-right > .rc-menu-item,
.rc-menu-inline > .rc-menu-item,
.rc-menu-vertical > .rc-menu-submenu > .rc-menu-submenu-title,
.rc-menu-vertical-left > .rc-menu-submenu > .rc-menu-submenu-title,
.rc-menu-vertical-right > .rc-menu-submenu > .rc-menu-submenu-title,
.rc-menu-inline > .rc-menu-submenu > .rc-menu-submenu-title {
  padding: 12px 8px 12px 24px;
}
.rc-menu-vertical .rc-menu-submenu-arrow,
.rc-menu-vertical-left .rc-menu-submenu-arrow,
.rc-menu-vertical-right .rc-menu-submenu-arrow,
.rc-menu-inline .rc-menu-submenu-arrow {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  position: absolute;
  right: 16px;
  line-height: 1.5em;
}
.rc-menu-vertical .rc-menu-submenu-arrow:before,
.rc-menu-vertical-left .rc-menu-submenu-arrow:before,
.rc-menu-vertical-right .rc-menu-submenu-arrow:before,
.rc-menu-inline .rc-menu-submenu-arrow:before {
  content: '\f0da';
}
.rc-menu-inline .rc-menu-submenu-arrow {
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.rc-menu-inline .rc-menu-submenu-open > .rc-menu-submenu-title .rc-menu-submenu-arrow {
  transform: rotate(-90deg);
}
.rc-menu-vertical.rc-menu-sub,
.rc-menu-vertical-left.rc-menu-sub,
.rc-menu-vertical-right.rc-menu-sub {
  padding: 0;
}
.rc-menu-sub.rc-menu-inline {
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.rc-menu-sub.rc-menu-inline > .rc-menu-item,
.rc-menu-sub.rc-menu-inline > .rc-menu-submenu > .rc-menu-submenu-title {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 0;
}
.rc-menu-open-slide-up-enter,
.rc-menu-open-slide-up-appear {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  transform-origin: 0 0;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-play-state: paused;
}
.rc-menu-open-slide-up-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  transform-origin: 0 0;
  opacity: 1;
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  animation-play-state: paused;
}
.rc-menu-open-slide-up-enter.rc-menu-open-slide-up-enter-active,
.rc-menu-open-slide-up-appear.rc-menu-open-slide-up-appear-active {
  animation-name: rcMenuOpenSlideUpIn;
  animation-play-state: running;
}
.rc-menu-open-slide-up-leave.rc-menu-open-slide-up-leave-active {
  animation-name: rcMenuOpenSlideUpOut;
  animation-play-state: running;
}
@keyframes rcMenuOpenSlideUpIn {
  0% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
}
@keyframes rcMenuOpenSlideUpOut {
  0% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0);
  }
}
.rc-menu-open-zoom-enter,
.rc-menu-open-zoom-appear {
  opacity: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  transform-origin: 0 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-play-state: paused;
}
.rc-menu-open-zoom-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  transform-origin: 0 0;
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  animation-play-state: paused;
}
.rc-menu-open-zoom-enter.rc-menu-open-zoom-enter-active,
.rc-menu-open-zoom-appear.rc-menu-open-zoom-appear-active {
  animation-name: rcMenuOpenZoomIn;
  animation-play-state: running;
}
.rc-menu-open-zoom-leave.rc-menu-open-zoom-leave-active {
  animation-name: rcMenuOpenZoomOut;
  animation-play-state: running;
}
@keyframes rcMenuOpenZoomIn {
  0% {
    opacity: 0;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes rcMenuOpenZoomOut {
  0% {
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform: scale(0, 0);
  }
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{outline:none}#worthy-zendesk-launcher{display:none !important}/*! SassyStrings - v1.1.4 - 2015-12-06 */@keyframes skeleton-pulse{0%{background-position:0 0}100%{background-position:-135% 0}}@font-face{font-family:"Argesta Text";src:local("Argesta Text Regular"),url("https://cdn0.worthy.com/worthy_app/assets/fonts/1751352967-argestatext-regular-webfont.ttf") format("truetype"),url("https://cdn0.worthy.com/worthy_app/assets/fonts/1751352967-argestatext-regular-webfont.woff") format("woff"),url("https://cdn0.worthy.com/worthy_app/assets/fonts/1751352967-argestatext-regular-webfont.woff2") format("woff2"),url("https://cdn0.worthy.com/worthy_app/assets/fonts/1751352967-argestatext-regular-webfont.eot") format("embedded-opentype")}@font-face{font-family:"Argesta Display";src:local("Argesta Display Regular"),url("https://cdn0.worthy.com/worthy_app/assets/fonts/1751352967-argestadisplay-regular-webfont.ttf") format("truetype"),url("https://cdn0.worthy.com/worthy_app/assets/fonts/1751352967-argestadisplay-regular-webfont.woff") format("woff"),url("https://cdn0.worthy.com/worthy_app/assets/fonts/1751352967-argestadisplay-regular-webfont.woff2") format("woff2"),url("https://cdn0.worthy.com/worthy_app/assets/fonts/1751352967-argestadisplay-regular-webfont.eot") format("embedded-opentype")}@font-face{font-family:"Argesta Headline";src:local("Argesta Headline Regular"),url("https://cdn0.worthy.com/worthy_app/assets/fonts/1751352967-argestaheadline-regular-webfont.ttf") format("truetype"),url("https://cdn0.worthy.com/worthy_app/assets/fonts/1751352967-argestaheadline-regular-webfont.woff") format("woff"),url("https://cdn0.worthy.com/worthy_app/assets/fonts/1751352967-argestaheadline-regular-webfont.woff2") format("woff2"),url("https://cdn0.worthy.com/worthy_app/assets/fonts/1751352967-argestaheadline-regular-webfont.eot") format("embedded-opentype")}@font-face{font-family:"Uncut Sans";src:local("Uncut Sans Variable"),url("https://cdn0.worthy.com/worthy_app/assets/fonts/1751352967-UncutSans-Variable.ttf") format("truetype"),url("https://cdn0.worthy.com/worthy_app/assets/fonts/1751352967-UncutSans-Variable.woff2") format("woff2")}@font-face{font-family:"Argesta Text";src:local("Argesta Text Regular"),url("https://cdn0.worthy.com/worthy_app/assets/fonts/1751352967-argestatext-regular-webfont.ttf") format("truetype"),url("https://cdn0.worthy.com/worthy_app/assets/fonts/1751352967-argestatext-regular-webfont.woff") format("woff"),url("https://cdn0.worthy.com/worthy_app/assets/fonts/1751352967-argestatext-regular-webfont.woff2") format("woff2"),url("https://cdn0.worthy.com/worthy_app/assets/fonts/1751352967-argestatext-regular-webfont.eot") format("embedded-opentype")}@font-face{font-family:"Argesta Display";src:local("Argesta Display Regular"),url("https://cdn0.worthy.com/worthy_app/assets/fonts/1751352967-argestadisplay-regular-webfont.ttf") format("truetype"),url("https://cdn0.worthy.com/worthy_app/assets/fonts/1751352967-argestadisplay-regular-webfont.woff") format("woff"),url("https://cdn0.worthy.com/worthy_app/assets/fonts/1751352967-argestadisplay-regular-webfont.woff2") format("woff2"),url("https://cdn0.worthy.com/worthy_app/assets/fonts/1751352967-argestadisplay-regular-webfont.eot") format("embedded-opentype")}@font-face{font-family:"Argesta Headline";src:local("Argesta Headline Regular"),url("https://cdn0.worthy.com/worthy_app/assets/fonts/1751352967-argestaheadline-regular-webfont.ttf") format("truetype"),url("https://cdn0.worthy.com/worthy_app/assets/fonts/1751352967-argestaheadline-regular-webfont.woff") format("woff"),url("https://cdn0.worthy.com/worthy_app/assets/fonts/1751352967-argestaheadline-regular-webfont.woff2") format("woff2"),url("https://cdn0.worthy.com/worthy_app/assets/fonts/1751352967-argestaheadline-regular-webfont.eot") format("embedded-opentype")}@font-face{font-family:"Uncut Sans";src:local("Uncut Sans Variable"),url("https://cdn0.worthy.com/worthy_app/assets/fonts/1751352967-UncutSans-Variable.ttf") format("truetype"),url("https://cdn0.worthy.com/worthy_app/assets/fonts/1751352967-UncutSans-Variable.woff2") format("woff2")}a{cursor:pointer;color:#6e7d8c;text-decoration:underline}a:hover{text-decoration:none}button.btn{display:block;width:100%;border:none;color:#fff;text-transform:uppercase;min-height:2vmin;border-radius:2px;cursor:pointer}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){button.btn{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){button.btn{font-size:14px}}button.btn[disabled]{cursor:default;opacity:.5}button.btn:focus{outline:0}button.btn.btn-black{background-color:#1c1c1c}button.btn.btn-white{border:2px solid #1c1c1c;color:#1c1c1c;background-color:#fff}button.btn.btn-blue{background-color:#2d5dec}button.btn.btn-gold{background-color:#2c4eb5;cursor:pointer}button.btn.btn-gold *{color:#fff;font-weight:500}button.btn.btn-gold:active,button.btn.btn-gold:hover{background-color:#47566d}button.btn.btn-orange{background-color:#2c4eb5}button.btn.btn-orange:active{background-color:#47566d}span.arrow-right:before{content:"»"}.clearfix:after{clear:both;content:" ";display:block}.hidden{display:none !important}.pac-container{z-index:17500}.bold{font-weight:600}.bolder{font-weight:700}.in-uppercase{text-transform:uppercase}header .help-button,footer .help-button{display:block;position:relative;color:#141414}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){header .help-button,footer .help-button{height:calc(60px * 0.6 - 2px);width:35px;white-space:nowrap;font-size:16px;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-phone.svg");background-repeat:no-repeat;background-size:18px 18px;background-position:left 6px center;border-radius:3px;cursor:pointer;line-height:34px;text-decoration:none;text-indent:32.5px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){header .help-button,footer .help-button{height:8vmin;width:8vmin;mask:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-phone.svg") center center no-repeat;mask-size:70%;-webkit-mask:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-phone.svg") center center no-repeat;-webkit-mask-size:70%;background:#f5a723;transform:scaleX(-1)}header .help-button:active,footer .help-button:active{opacity:.618}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){header .help-button.desktop,footer .help-button.desktop{display:none}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){header .help-button.mobile,footer .help-button.mobile{display:none}}.back-caret:before{content:"";background:url("https://cdn0.worthy.com/worthy_app/assets/images/common/1751352967-back arrow.svg") center no-repeat;height:14px;width:8px;display:inline-block;margin-right:5px;top:2px;position:relative}.back-caret.orange:before{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/1751352967-back arrow orange.svg")}.orange-banner{background-color:rgba(245,167,35,.05);border:1px solid #f5a723;padding:10px 15px}.green-banner{background-color:rgba(18,136,1,.05);border:1px solid #128801;padding:10px 15px}.collapsible{transition:max-height .35s ease-in-out;max-height:0;overflow:hidden}.text-deleted{text-decoration:line-through;color:red}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-uppercase{text-transform:uppercase}.text-lowercase{text-transform:lowercase}.text-capitalize{text-transform:capitalize}.d-flex{display:flex}.d-block{display:block}.d-inline{display:inline}.d-inline-block{display:inline-block}.flex-col{flex-direction:column}.w-100{width:100%}.pos-rel{position:relative}.pos-fix{position:fixed}.pos-abs{position:absolute}.flex-align-center{align-items:center}.flex-justify-center{justify-content:center}.flex-1{flex:1}.margin-0-auto{margin:0 auto}#listing-upload-photo-container div[data-clarity-type=regular] span{color:#47566d !important}div[data-clarity-type=error-alert] .alert-fadein,div[data-clarity-type=error-alert] .alert-exit{background-color:#f9d6d6 !important}div[data-clarity-type=success-alert] .alert-fadein,div[data-clarity-type=success-alert] .alert-exit{background-color:#47566d !important}div[data-clarity-type=success-alert] .alert-fadein>img,div[data-clarity-type=success-alert] .alert-exit>img{filter:grayscale(50%) brightness(12)}div[data-clarity-type=success-alert] .alert-fadein div[data-clarity-type=close-icon] svg,div[data-clarity-type=success-alert] .alert-exit div[data-clarity-type=close-icon] svg{fill:#fff}div[data-clarity-type=success-alert] .alert-fadein span,div[data-clarity-type=success-alert] .alert-fadein div,div[data-clarity-type=success-alert] .alert-exit span,div[data-clarity-type=success-alert] .alert-exit div{color:#fff}div[data-clarity-type=success-alert] .alert-fadein span a,div[data-clarity-type=success-alert] .alert-fadein span p,div[data-clarity-type=success-alert] .alert-fadein div a,div[data-clarity-type=success-alert] .alert-fadein div p,div[data-clarity-type=success-alert] .alert-exit span a,div[data-clarity-type=success-alert] .alert-exit span p,div[data-clarity-type=success-alert] .alert-exit div a,div[data-clarity-type=success-alert] .alert-exit div p{color:#fff !important}div[data-automation=modal]{background-color:#f2f0ee !important}div[data-clarity-type=h3] h3{font-family:"Argesta Display" !important;font-weight:400 !important}div[data-clarity-type=checkbox] label:hover div[data-clarity-type=checkbox-option]>.checkbox-option{background-color:#d2d8e1 !important}div[data-clarity-type=checkbox] label span[class*=-option-ripple-before]{background-color:#d2d8e1 !important}div[data-clarity-type=checkbox] label span[class*=-option-ripple-after]{background-color:#47566d !important}div[data-clarity-type=small-primary-button] div{color:#fff !important}div[data-clarity-type=small-primary-button] button{background-color:#2c4eb5 !important;border-radius:8px !important}div[data-clarity-type=small-primary-button] button:hover:enabled{background:#47566d !important}div[data-clarity-type=small-primary-button] button:active:enabled{background:#2c4eb5 !important}div[data-clarity-type=small-primary-button] button:disabled{background:#bbb !important}.submit-clarity-button-wrapper div[data-clarity-type=medium-primary-button] div,.submit-clarity-button-wrapper div[data-clarity-type=medium-primary-button] span,.submit-clarity-button-wrapper div[data-clarity-type=large-primary-button] div,.submit-clarity-button-wrapper div[data-clarity-type=large-primary-button] span,.register-container-form div[data-clarity-type=medium-primary-button] div,.register-container-form div[data-clarity-type=medium-primary-button] span,.register-container-form div[data-clarity-type=large-primary-button] div,.register-container-form div[data-clarity-type=large-primary-button] span,.login-container-form div[data-clarity-type=medium-primary-button] div,.login-container-form div[data-clarity-type=medium-primary-button] span,.login-container-form div[data-clarity-type=large-primary-button] div,.login-container-form div[data-clarity-type=large-primary-button] span,.login-box div[data-clarity-type=medium-primary-button] div,.login-box div[data-clarity-type=medium-primary-button] span,.login-box div[data-clarity-type=large-primary-button] div,.login-box div[data-clarity-type=large-primary-button] span,.continue-button-wrapper div[data-clarity-type=medium-primary-button] div,.continue-button-wrapper div[data-clarity-type=medium-primary-button] span,.continue-button-wrapper div[data-clarity-type=large-primary-button] div,.continue-button-wrapper div[data-clarity-type=large-primary-button] span,.skip-button-wrapper div[data-clarity-type=medium-primary-button] div,.skip-button-wrapper div[data-clarity-type=medium-primary-button] span,.skip-button-wrapper div[data-clarity-type=large-primary-button] div,.skip-button-wrapper div[data-clarity-type=large-primary-button] span,.survey-container-wrapper div[data-clarity-type=medium-primary-button] div,.survey-container-wrapper div[data-clarity-type=medium-primary-button] span,.survey-container-wrapper div[data-clarity-type=large-primary-button] div,.survey-container-wrapper div[data-clarity-type=large-primary-button] span,.checkbox-field-wrapper div[data-clarity-type=medium-primary-button] div,.checkbox-field-wrapper div[data-clarity-type=medium-primary-button] span,.checkbox-field-wrapper div[data-clarity-type=large-primary-button] div,.checkbox-field-wrapper div[data-clarity-type=large-primary-button] span,.radio-field-wrapper div[data-clarity-type=medium-primary-button] div,.radio-field-wrapper div[data-clarity-type=medium-primary-button] span,.radio-field-wrapper div[data-clarity-type=large-primary-button] div,.radio-field-wrapper div[data-clarity-type=large-primary-button] span,.phone-input-wrapper div[data-clarity-type=medium-primary-button] div,.phone-input-wrapper div[data-clarity-type=medium-primary-button] span,.phone-input-wrapper div[data-clarity-type=large-primary-button] div,.phone-input-wrapper div[data-clarity-type=large-primary-button] span,.address-input-wrapper div[data-clarity-type=medium-primary-button] div,.address-input-wrapper div[data-clarity-type=medium-primary-button] span,.address-input-wrapper div[data-clarity-type=large-primary-button] div,.address-input-wrapper div[data-clarity-type=large-primary-button] span,.schedule-button-wrapper div[data-clarity-type=medium-primary-button] div,.schedule-button-wrapper div[data-clarity-type=medium-primary-button] span,.schedule-button-wrapper div[data-clarity-type=large-primary-button] div,.schedule-button-wrapper div[data-clarity-type=large-primary-button] span,.offices-drop-off-wrapper div[data-clarity-type=medium-primary-button] div,.offices-drop-off-wrapper div[data-clarity-type=medium-primary-button] span,.offices-drop-off-wrapper div[data-clarity-type=large-primary-button] div,.offices-drop-off-wrapper div[data-clarity-type=large-primary-button] span,.stretch-clarity-btn-wrap div[data-clarity-type=medium-primary-button] div,.stretch-clarity-btn-wrap div[data-clarity-type=medium-primary-button] span,.stretch-clarity-btn-wrap div[data-clarity-type=large-primary-button] div,.stretch-clarity-btn-wrap div[data-clarity-type=large-primary-button] span,.modal-container div[data-clarity-type=medium-primary-button] div,.modal-container div[data-clarity-type=medium-primary-button] span,.modal-container div[data-clarity-type=large-primary-button] div,.modal-container div[data-clarity-type=large-primary-button] span,.approve-get-paid div[data-clarity-type=medium-primary-button] div,.approve-get-paid div[data-clarity-type=medium-primary-button] span,.approve-get-paid div[data-clarity-type=large-primary-button] div,.approve-get-paid div[data-clarity-type=large-primary-button] span{color:#fff !important;text-transform:none !important;font-weight:500;font-size:16px}.submit-clarity-button-wrapper div[data-clarity-type=medium-primary-button] button,.submit-clarity-button-wrapper div[data-clarity-type=large-primary-button] button,.register-container-form div[data-clarity-type=medium-primary-button] button,.register-container-form div[data-clarity-type=large-primary-button] button,.login-container-form div[data-clarity-type=medium-primary-button] button,.login-container-form div[data-clarity-type=large-primary-button] button,.login-box div[data-clarity-type=medium-primary-button] button,.login-box div[data-clarity-type=large-primary-button] button,.continue-button-wrapper div[data-clarity-type=medium-primary-button] button,.continue-button-wrapper div[data-clarity-type=large-primary-button] button,.skip-button-wrapper div[data-clarity-type=medium-primary-button] button,.skip-button-wrapper div[data-clarity-type=large-primary-button] button,.survey-container-wrapper div[data-clarity-type=medium-primary-button] button,.survey-container-wrapper div[data-clarity-type=large-primary-button] button,.checkbox-field-wrapper div[data-clarity-type=medium-primary-button] button,.checkbox-field-wrapper div[data-clarity-type=large-primary-button] button,.radio-field-wrapper div[data-clarity-type=medium-primary-button] button,.radio-field-wrapper div[data-clarity-type=large-primary-button] button,.phone-input-wrapper div[data-clarity-type=medium-primary-button] button,.phone-input-wrapper div[data-clarity-type=large-primary-button] button,.address-input-wrapper div[data-clarity-type=medium-primary-button] button,.address-input-wrapper div[data-clarity-type=large-primary-button] button,.schedule-button-wrapper div[data-clarity-type=medium-primary-button] button,.schedule-button-wrapper div[data-clarity-type=large-primary-button] button,.offices-drop-off-wrapper div[data-clarity-type=medium-primary-button] button,.offices-drop-off-wrapper div[data-clarity-type=large-primary-button] button,.stretch-clarity-btn-wrap div[data-clarity-type=medium-primary-button] button,.stretch-clarity-btn-wrap div[data-clarity-type=large-primary-button] button,.modal-container div[data-clarity-type=medium-primary-button] button,.modal-container div[data-clarity-type=large-primary-button] button,.approve-get-paid div[data-clarity-type=medium-primary-button] button,.approve-get-paid div[data-clarity-type=large-primary-button] button{background-color:#2c4eb5 !important;border-radius:8px !important;font-weight:500 !important;font-size:16px !important;font-family:inherit !important}.submit-clarity-button-wrapper div[data-clarity-type=medium-primary-button] button:hover:enabled,.submit-clarity-button-wrapper div[data-clarity-type=large-primary-button] button:hover:enabled,.register-container-form div[data-clarity-type=medium-primary-button] button:hover:enabled,.register-container-form div[data-clarity-type=large-primary-button] button:hover:enabled,.login-container-form div[data-clarity-type=medium-primary-button] button:hover:enabled,.login-container-form div[data-clarity-type=large-primary-button] button:hover:enabled,.login-box div[data-clarity-type=medium-primary-button] button:hover:enabled,.login-box div[data-clarity-type=large-primary-button] button:hover:enabled,.continue-button-wrapper div[data-clarity-type=medium-primary-button] button:hover:enabled,.continue-button-wrapper div[data-clarity-type=large-primary-button] button:hover:enabled,.skip-button-wrapper div[data-clarity-type=medium-primary-button] button:hover:enabled,.skip-button-wrapper div[data-clarity-type=large-primary-button] button:hover:enabled,.survey-container-wrapper div[data-clarity-type=medium-primary-button] button:hover:enabled,.survey-container-wrapper div[data-clarity-type=large-primary-button] button:hover:enabled,.checkbox-field-wrapper div[data-clarity-type=medium-primary-button] button:hover:enabled,.checkbox-field-wrapper div[data-clarity-type=large-primary-button] button:hover:enabled,.radio-field-wrapper div[data-clarity-type=medium-primary-button] button:hover:enabled,.radio-field-wrapper div[data-clarity-type=large-primary-button] button:hover:enabled,.phone-input-wrapper div[data-clarity-type=medium-primary-button] button:hover:enabled,.phone-input-wrapper div[data-clarity-type=large-primary-button] button:hover:enabled,.address-input-wrapper div[data-clarity-type=medium-primary-button] button:hover:enabled,.address-input-wrapper div[data-clarity-type=large-primary-button] button:hover:enabled,.schedule-button-wrapper div[data-clarity-type=medium-primary-button] button:hover:enabled,.schedule-button-wrapper div[data-clarity-type=large-primary-button] button:hover:enabled,.offices-drop-off-wrapper div[data-clarity-type=medium-primary-button] button:hover:enabled,.offices-drop-off-wrapper div[data-clarity-type=large-primary-button] button:hover:enabled,.stretch-clarity-btn-wrap div[data-clarity-type=medium-primary-button] button:hover:enabled,.stretch-clarity-btn-wrap div[data-clarity-type=large-primary-button] button:hover:enabled,.modal-container div[data-clarity-type=medium-primary-button] button:hover:enabled,.modal-container div[data-clarity-type=large-primary-button] button:hover:enabled,.approve-get-paid div[data-clarity-type=medium-primary-button] button:hover:enabled,.approve-get-paid div[data-clarity-type=large-primary-button] button:hover:enabled{background:#47566d !important}.submit-clarity-button-wrapper div[data-clarity-type=medium-primary-button] button:active:enabled,.submit-clarity-button-wrapper div[data-clarity-type=large-primary-button] button:active:enabled,.register-container-form div[data-clarity-type=medium-primary-button] button:active:enabled,.register-container-form div[data-clarity-type=large-primary-button] button:active:enabled,.login-container-form div[data-clarity-type=medium-primary-button] button:active:enabled,.login-container-form div[data-clarity-type=large-primary-button] button:active:enabled,.login-box div[data-clarity-type=medium-primary-button] button:active:enabled,.login-box div[data-clarity-type=large-primary-button] button:active:enabled,.continue-button-wrapper div[data-clarity-type=medium-primary-button] button:active:enabled,.continue-button-wrapper div[data-clarity-type=large-primary-button] button:active:enabled,.skip-button-wrapper div[data-clarity-type=medium-primary-button] button:active:enabled,.skip-button-wrapper div[data-clarity-type=large-primary-button] button:active:enabled,.survey-container-wrapper div[data-clarity-type=medium-primary-button] button:active:enabled,.survey-container-wrapper div[data-clarity-type=large-primary-button] button:active:enabled,.checkbox-field-wrapper div[data-clarity-type=medium-primary-button] button:active:enabled,.checkbox-field-wrapper div[data-clarity-type=large-primary-button] button:active:enabled,.radio-field-wrapper div[data-clarity-type=medium-primary-button] button:active:enabled,.radio-field-wrapper div[data-clarity-type=large-primary-button] button:active:enabled,.phone-input-wrapper div[data-clarity-type=medium-primary-button] button:active:enabled,.phone-input-wrapper div[data-clarity-type=large-primary-button] button:active:enabled,.address-input-wrapper div[data-clarity-type=medium-primary-button] button:active:enabled,.address-input-wrapper div[data-clarity-type=large-primary-button] button:active:enabled,.schedule-button-wrapper div[data-clarity-type=medium-primary-button] button:active:enabled,.schedule-button-wrapper div[data-clarity-type=large-primary-button] button:active:enabled,.offices-drop-off-wrapper div[data-clarity-type=medium-primary-button] button:active:enabled,.offices-drop-off-wrapper div[data-clarity-type=large-primary-button] button:active:enabled,.stretch-clarity-btn-wrap div[data-clarity-type=medium-primary-button] button:active:enabled,.stretch-clarity-btn-wrap div[data-clarity-type=large-primary-button] button:active:enabled,.modal-container div[data-clarity-type=medium-primary-button] button:active:enabled,.modal-container div[data-clarity-type=large-primary-button] button:active:enabled,.approve-get-paid div[data-clarity-type=medium-primary-button] button:active:enabled,.approve-get-paid div[data-clarity-type=large-primary-button] button:active:enabled{background:#2c4eb5 !important}.submit-clarity-button-wrapper div[data-clarity-type=medium-primary-button] button:disabled,.submit-clarity-button-wrapper div[data-clarity-type=large-primary-button] button:disabled,.register-container-form div[data-clarity-type=medium-primary-button] button:disabled,.register-container-form div[data-clarity-type=large-primary-button] button:disabled,.login-container-form div[data-clarity-type=medium-primary-button] button:disabled,.login-container-form div[data-clarity-type=large-primary-button] button:disabled,.login-box div[data-clarity-type=medium-primary-button] button:disabled,.login-box div[data-clarity-type=large-primary-button] button:disabled,.continue-button-wrapper div[data-clarity-type=medium-primary-button] button:disabled,.continue-button-wrapper div[data-clarity-type=large-primary-button] button:disabled,.skip-button-wrapper div[data-clarity-type=medium-primary-button] button:disabled,.skip-button-wrapper div[data-clarity-type=large-primary-button] button:disabled,.survey-container-wrapper div[data-clarity-type=medium-primary-button] button:disabled,.survey-container-wrapper div[data-clarity-type=large-primary-button] button:disabled,.checkbox-field-wrapper div[data-clarity-type=medium-primary-button] button:disabled,.checkbox-field-wrapper div[data-clarity-type=large-primary-button] button:disabled,.radio-field-wrapper div[data-clarity-type=medium-primary-button] button:disabled,.radio-field-wrapper div[data-clarity-type=large-primary-button] button:disabled,.phone-input-wrapper div[data-clarity-type=medium-primary-button] button:disabled,.phone-input-wrapper div[data-clarity-type=large-primary-button] button:disabled,.address-input-wrapper div[data-clarity-type=medium-primary-button] button:disabled,.address-input-wrapper div[data-clarity-type=large-primary-button] button:disabled,.schedule-button-wrapper div[data-clarity-type=medium-primary-button] button:disabled,.schedule-button-wrapper div[data-clarity-type=large-primary-button] button:disabled,.offices-drop-off-wrapper div[data-clarity-type=medium-primary-button] button:disabled,.offices-drop-off-wrapper div[data-clarity-type=large-primary-button] button:disabled,.stretch-clarity-btn-wrap div[data-clarity-type=medium-primary-button] button:disabled,.stretch-clarity-btn-wrap div[data-clarity-type=large-primary-button] button:disabled,.modal-container div[data-clarity-type=medium-primary-button] button:disabled,.modal-container div[data-clarity-type=large-primary-button] button:disabled,.approve-get-paid div[data-clarity-type=medium-primary-button] button:disabled,.approve-get-paid div[data-clarity-type=large-primary-button] button:disabled{background:#bbb !important}.submit-clarity-button-wrapper div[data-clarity-type=medium-primary-button] button:disabled:hover,.submit-clarity-button-wrapper div[data-clarity-type=large-primary-button] button:disabled:hover,.register-container-form div[data-clarity-type=medium-primary-button] button:disabled:hover,.register-container-form div[data-clarity-type=large-primary-button] button:disabled:hover,.login-container-form div[data-clarity-type=medium-primary-button] button:disabled:hover,.login-container-form div[data-clarity-type=large-primary-button] button:disabled:hover,.login-box div[data-clarity-type=medium-primary-button] button:disabled:hover,.login-box div[data-clarity-type=large-primary-button] button:disabled:hover,.continue-button-wrapper div[data-clarity-type=medium-primary-button] button:disabled:hover,.continue-button-wrapper div[data-clarity-type=large-primary-button] button:disabled:hover,.skip-button-wrapper div[data-clarity-type=medium-primary-button] button:disabled:hover,.skip-button-wrapper div[data-clarity-type=large-primary-button] button:disabled:hover,.survey-container-wrapper div[data-clarity-type=medium-primary-button] button:disabled:hover,.survey-container-wrapper div[data-clarity-type=large-primary-button] button:disabled:hover,.checkbox-field-wrapper div[data-clarity-type=medium-primary-button] button:disabled:hover,.checkbox-field-wrapper div[data-clarity-type=large-primary-button] button:disabled:hover,.radio-field-wrapper div[data-clarity-type=medium-primary-button] button:disabled:hover,.radio-field-wrapper div[data-clarity-type=large-primary-button] button:disabled:hover,.phone-input-wrapper div[data-clarity-type=medium-primary-button] button:disabled:hover,.phone-input-wrapper div[data-clarity-type=large-primary-button] button:disabled:hover,.address-input-wrapper div[data-clarity-type=medium-primary-button] button:disabled:hover,.address-input-wrapper div[data-clarity-type=large-primary-button] button:disabled:hover,.schedule-button-wrapper div[data-clarity-type=medium-primary-button] button:disabled:hover,.schedule-button-wrapper div[data-clarity-type=large-primary-button] button:disabled:hover,.offices-drop-off-wrapper div[data-clarity-type=medium-primary-button] button:disabled:hover,.offices-drop-off-wrapper div[data-clarity-type=large-primary-button] button:disabled:hover,.stretch-clarity-btn-wrap div[data-clarity-type=medium-primary-button] button:disabled:hover,.stretch-clarity-btn-wrap div[data-clarity-type=large-primary-button] button:disabled:hover,.modal-container div[data-clarity-type=medium-primary-button] button:disabled:hover,.modal-container div[data-clarity-type=large-primary-button] button:disabled:hover,.approve-get-paid div[data-clarity-type=medium-primary-button] button:disabled:hover,.approve-get-paid div[data-clarity-type=large-primary-button] button:disabled:hover{background:#bbb !important}.submit-clarity-button-wrapper div[data-clarity-type=large-secondary-button] div,.submit-clarity-button-wrapper div[data-clarity-type=large-secondary-button] span,.register-container-form div[data-clarity-type=large-secondary-button] div,.register-container-form div[data-clarity-type=large-secondary-button] span,.login-container-form div[data-clarity-type=large-secondary-button] div,.login-container-form div[data-clarity-type=large-secondary-button] span,.login-box div[data-clarity-type=large-secondary-button] div,.login-box div[data-clarity-type=large-secondary-button] span,.continue-button-wrapper div[data-clarity-type=large-secondary-button] div,.continue-button-wrapper div[data-clarity-type=large-secondary-button] span,.skip-button-wrapper div[data-clarity-type=large-secondary-button] div,.skip-button-wrapper div[data-clarity-type=large-secondary-button] span,.survey-container-wrapper div[data-clarity-type=large-secondary-button] div,.survey-container-wrapper div[data-clarity-type=large-secondary-button] span,.checkbox-field-wrapper div[data-clarity-type=large-secondary-button] div,.checkbox-field-wrapper div[data-clarity-type=large-secondary-button] span,.radio-field-wrapper div[data-clarity-type=large-secondary-button] div,.radio-field-wrapper div[data-clarity-type=large-secondary-button] span,.phone-input-wrapper div[data-clarity-type=large-secondary-button] div,.phone-input-wrapper div[data-clarity-type=large-secondary-button] span,.address-input-wrapper div[data-clarity-type=large-secondary-button] div,.address-input-wrapper div[data-clarity-type=large-secondary-button] span,.schedule-button-wrapper div[data-clarity-type=large-secondary-button] div,.schedule-button-wrapper div[data-clarity-type=large-secondary-button] span,.offices-drop-off-wrapper div[data-clarity-type=large-secondary-button] div,.offices-drop-off-wrapper div[data-clarity-type=large-secondary-button] span,.stretch-clarity-btn-wrap div[data-clarity-type=large-secondary-button] div,.stretch-clarity-btn-wrap div[data-clarity-type=large-secondary-button] span,.modal-container div[data-clarity-type=large-secondary-button] div,.modal-container div[data-clarity-type=large-secondary-button] span,.approve-get-paid div[data-clarity-type=large-secondary-button] div,.approve-get-paid div[data-clarity-type=large-secondary-button] span{color:#47566d !important;text-transform:none !important;font-weight:500;font-size:16px}.submit-clarity-button-wrapper div[data-clarity-type=large-secondary-button] button,.register-container-form div[data-clarity-type=large-secondary-button] button,.login-container-form div[data-clarity-type=large-secondary-button] button,.login-box div[data-clarity-type=large-secondary-button] button,.continue-button-wrapper div[data-clarity-type=large-secondary-button] button,.skip-button-wrapper div[data-clarity-type=large-secondary-button] button,.survey-container-wrapper div[data-clarity-type=large-secondary-button] button,.checkbox-field-wrapper div[data-clarity-type=large-secondary-button] button,.radio-field-wrapper div[data-clarity-type=large-secondary-button] button,.phone-input-wrapper div[data-clarity-type=large-secondary-button] button,.address-input-wrapper div[data-clarity-type=large-secondary-button] button,.schedule-button-wrapper div[data-clarity-type=large-secondary-button] button,.offices-drop-off-wrapper div[data-clarity-type=large-secondary-button] button,.stretch-clarity-btn-wrap div[data-clarity-type=large-secondary-button] button,.modal-container div[data-clarity-type=large-secondary-button] button,.approve-get-paid div[data-clarity-type=large-secondary-button] button{background-color:#f2f0ee !important;border-radius:8px !important;border:2px solid #d2d5d7 !important;color:#47566d}.submit-clarity-button-wrapper div[data-clarity-type=large-secondary-button] button:hover:enabled,.register-container-form div[data-clarity-type=large-secondary-button] button:hover:enabled,.login-container-form div[data-clarity-type=large-secondary-button] button:hover:enabled,.login-box div[data-clarity-type=large-secondary-button] button:hover:enabled,.continue-button-wrapper div[data-clarity-type=large-secondary-button] button:hover:enabled,.skip-button-wrapper div[data-clarity-type=large-secondary-button] button:hover:enabled,.survey-container-wrapper div[data-clarity-type=large-secondary-button] button:hover:enabled,.checkbox-field-wrapper div[data-clarity-type=large-secondary-button] button:hover:enabled,.radio-field-wrapper div[data-clarity-type=large-secondary-button] button:hover:enabled,.phone-input-wrapper div[data-clarity-type=large-secondary-button] button:hover:enabled,.address-input-wrapper div[data-clarity-type=large-secondary-button] button:hover:enabled,.schedule-button-wrapper div[data-clarity-type=large-secondary-button] button:hover:enabled,.offices-drop-off-wrapper div[data-clarity-type=large-secondary-button] button:hover:enabled,.stretch-clarity-btn-wrap div[data-clarity-type=large-secondary-button] button:hover:enabled,.modal-container div[data-clarity-type=large-secondary-button] button:hover:enabled,.approve-get-paid div[data-clarity-type=large-secondary-button] button:hover:enabled{background:#d2d5d7 !important}.submit-clarity-button-wrapper div[data-clarity-type=large-secondary-button] button:active:enabled,.register-container-form div[data-clarity-type=large-secondary-button] button:active:enabled,.login-container-form div[data-clarity-type=large-secondary-button] button:active:enabled,.login-box div[data-clarity-type=large-secondary-button] button:active:enabled,.continue-button-wrapper div[data-clarity-type=large-secondary-button] button:active:enabled,.skip-button-wrapper div[data-clarity-type=large-secondary-button] button:active:enabled,.survey-container-wrapper div[data-clarity-type=large-secondary-button] button:active:enabled,.checkbox-field-wrapper div[data-clarity-type=large-secondary-button] button:active:enabled,.radio-field-wrapper div[data-clarity-type=large-secondary-button] button:active:enabled,.phone-input-wrapper div[data-clarity-type=large-secondary-button] button:active:enabled,.address-input-wrapper div[data-clarity-type=large-secondary-button] button:active:enabled,.schedule-button-wrapper div[data-clarity-type=large-secondary-button] button:active:enabled,.offices-drop-off-wrapper div[data-clarity-type=large-secondary-button] button:active:enabled,.stretch-clarity-btn-wrap div[data-clarity-type=large-secondary-button] button:active:enabled,.modal-container div[data-clarity-type=large-secondary-button] button:active:enabled,.approve-get-paid div[data-clarity-type=large-secondary-button] button:active:enabled{background:#d2d5d7 !important}.submit-clarity-button-wrapper div[data-clarity-type=large-secondary-button] button:disabled,.register-container-form div[data-clarity-type=large-secondary-button] button:disabled,.login-container-form div[data-clarity-type=large-secondary-button] button:disabled,.login-box div[data-clarity-type=large-secondary-button] button:disabled,.continue-button-wrapper div[data-clarity-type=large-secondary-button] button:disabled,.skip-button-wrapper div[data-clarity-type=large-secondary-button] button:disabled,.survey-container-wrapper div[data-clarity-type=large-secondary-button] button:disabled,.checkbox-field-wrapper div[data-clarity-type=large-secondary-button] button:disabled,.radio-field-wrapper div[data-clarity-type=large-secondary-button] button:disabled,.phone-input-wrapper div[data-clarity-type=large-secondary-button] button:disabled,.address-input-wrapper div[data-clarity-type=large-secondary-button] button:disabled,.schedule-button-wrapper div[data-clarity-type=large-secondary-button] button:disabled,.offices-drop-off-wrapper div[data-clarity-type=large-secondary-button] button:disabled,.stretch-clarity-btn-wrap div[data-clarity-type=large-secondary-button] button:disabled,.modal-container div[data-clarity-type=large-secondary-button] button:disabled,.approve-get-paid div[data-clarity-type=large-secondary-button] button:disabled{background:#bbb !important}.submit-clarity-button-wrapper div[data-clarity-type=medium-secondary-button] div,.register-container-form div[data-clarity-type=medium-secondary-button] div,.login-container-form div[data-clarity-type=medium-secondary-button] div,.login-box div[data-clarity-type=medium-secondary-button] div,.continue-button-wrapper div[data-clarity-type=medium-secondary-button] div,.skip-button-wrapper div[data-clarity-type=medium-secondary-button] div,.survey-container-wrapper div[data-clarity-type=medium-secondary-button] div,.checkbox-field-wrapper div[data-clarity-type=medium-secondary-button] div,.radio-field-wrapper div[data-clarity-type=medium-secondary-button] div,.phone-input-wrapper div[data-clarity-type=medium-secondary-button] div,.address-input-wrapper div[data-clarity-type=medium-secondary-button] div,.schedule-button-wrapper div[data-clarity-type=medium-secondary-button] div,.offices-drop-off-wrapper div[data-clarity-type=medium-secondary-button] div,.stretch-clarity-btn-wrap div[data-clarity-type=medium-secondary-button] div,.modal-container div[data-clarity-type=medium-secondary-button] div,.approve-get-paid div[data-clarity-type=medium-secondary-button] div{color:#2c4eb5 !important;text-transform:none !important}.submit-clarity-button-wrapper div[data-clarity-type=medium-secondary-button] button:hover:enabled,.register-container-form div[data-clarity-type=medium-secondary-button] button:hover:enabled,.login-container-form div[data-clarity-type=medium-secondary-button] button:hover:enabled,.login-box div[data-clarity-type=medium-secondary-button] button:hover:enabled,.continue-button-wrapper div[data-clarity-type=medium-secondary-button] button:hover:enabled,.skip-button-wrapper div[data-clarity-type=medium-secondary-button] button:hover:enabled,.survey-container-wrapper div[data-clarity-type=medium-secondary-button] button:hover:enabled,.checkbox-field-wrapper div[data-clarity-type=medium-secondary-button] button:hover:enabled,.radio-field-wrapper div[data-clarity-type=medium-secondary-button] button:hover:enabled,.phone-input-wrapper div[data-clarity-type=medium-secondary-button] button:hover:enabled,.address-input-wrapper div[data-clarity-type=medium-secondary-button] button:hover:enabled,.schedule-button-wrapper div[data-clarity-type=medium-secondary-button] button:hover:enabled,.offices-drop-off-wrapper div[data-clarity-type=medium-secondary-button] button:hover:enabled,.stretch-clarity-btn-wrap div[data-clarity-type=medium-secondary-button] button:hover:enabled,.modal-container div[data-clarity-type=medium-secondary-button] button:hover:enabled,.approve-get-paid div[data-clarity-type=medium-secondary-button] button:hover:enabled{background:#eaefff radial-gradient(circle, transparent 1%, #5A83FF 1%) center/15000% !important}.submit-clarity-button-wrapper div[data-clarity-type=medium-secondary-button] button:active:enabled,.register-container-form div[data-clarity-type=medium-secondary-button] button:active:enabled,.login-container-form div[data-clarity-type=medium-secondary-button] button:active:enabled,.login-box div[data-clarity-type=medium-secondary-button] button:active:enabled,.continue-button-wrapper div[data-clarity-type=medium-secondary-button] button:active:enabled,.skip-button-wrapper div[data-clarity-type=medium-secondary-button] button:active:enabled,.survey-container-wrapper div[data-clarity-type=medium-secondary-button] button:active:enabled,.checkbox-field-wrapper div[data-clarity-type=medium-secondary-button] button:active:enabled,.radio-field-wrapper div[data-clarity-type=medium-secondary-button] button:active:enabled,.phone-input-wrapper div[data-clarity-type=medium-secondary-button] button:active:enabled,.address-input-wrapper div[data-clarity-type=medium-secondary-button] button:active:enabled,.schedule-button-wrapper div[data-clarity-type=medium-secondary-button] button:active:enabled,.offices-drop-off-wrapper div[data-clarity-type=medium-secondary-button] button:active:enabled,.stretch-clarity-btn-wrap div[data-clarity-type=medium-secondary-button] button:active:enabled,.modal-container div[data-clarity-type=medium-secondary-button] button:active:enabled,.approve-get-paid div[data-clarity-type=medium-secondary-button] button:active:enabled{background-color:#2c4eb5 !important}.submit-clarity-button-wrapper div[data-clarity-type=h3] h3,.register-container-form div[data-clarity-type=h3] h3,.login-container-form div[data-clarity-type=h3] h3,.login-box div[data-clarity-type=h3] h3,.continue-button-wrapper div[data-clarity-type=h3] h3,.skip-button-wrapper div[data-clarity-type=h3] h3,.survey-container-wrapper div[data-clarity-type=h3] h3,.checkbox-field-wrapper div[data-clarity-type=h3] h3,.radio-field-wrapper div[data-clarity-type=h3] h3,.phone-input-wrapper div[data-clarity-type=h3] h3,.address-input-wrapper div[data-clarity-type=h3] h3,.schedule-button-wrapper div[data-clarity-type=h3] h3,.offices-drop-off-wrapper div[data-clarity-type=h3] h3,.stretch-clarity-btn-wrap div[data-clarity-type=h3] h3,.modal-container div[data-clarity-type=h3] h3,.approve-get-paid div[data-clarity-type=h3] h3{padding-top:10px}.submit-clarity-button-wrapper div[data-clarity-type=h3] h3 span,.register-container-form div[data-clarity-type=h3] h3 span,.login-container-form div[data-clarity-type=h3] h3 span,.login-box div[data-clarity-type=h3] h3 span,.continue-button-wrapper div[data-clarity-type=h3] h3 span,.skip-button-wrapper div[data-clarity-type=h3] h3 span,.survey-container-wrapper div[data-clarity-type=h3] h3 span,.checkbox-field-wrapper div[data-clarity-type=h3] h3 span,.radio-field-wrapper div[data-clarity-type=h3] h3 span,.phone-input-wrapper div[data-clarity-type=h3] h3 span,.address-input-wrapper div[data-clarity-type=h3] h3 span,.schedule-button-wrapper div[data-clarity-type=h3] h3 span,.offices-drop-off-wrapper div[data-clarity-type=h3] h3 span,.stretch-clarity-btn-wrap div[data-clarity-type=h3] h3 span,.modal-container div[data-clarity-type=h3] h3 span,.approve-get-paid div[data-clarity-type=h3] h3 span{font-family:"Playfair Display" !important;font-size:22px !important;font-weight:600 !important;font-style:normal;line-height:40px}.submit-clarity-button-wrapper div[data-clarity-type=medium-link-button] a,.register-container-form div[data-clarity-type=medium-link-button] a,.login-container-form div[data-clarity-type=medium-link-button] a,.login-box div[data-clarity-type=medium-link-button] a,.continue-button-wrapper div[data-clarity-type=medium-link-button] a,.skip-button-wrapper div[data-clarity-type=medium-link-button] a,.survey-container-wrapper div[data-clarity-type=medium-link-button] a,.checkbox-field-wrapper div[data-clarity-type=medium-link-button] a,.radio-field-wrapper div[data-clarity-type=medium-link-button] a,.phone-input-wrapper div[data-clarity-type=medium-link-button] a,.address-input-wrapper div[data-clarity-type=medium-link-button] a,.schedule-button-wrapper div[data-clarity-type=medium-link-button] a,.offices-drop-off-wrapper div[data-clarity-type=medium-link-button] a,.stretch-clarity-btn-wrap div[data-clarity-type=medium-link-button] a,.modal-container div[data-clarity-type=medium-link-button] a,.approve-get-paid div[data-clarity-type=medium-link-button] a{font-weight:500 !important;font-size:16px !important;font-style:normal !important;color:#47566d !important;text-transform:none !important;font-family:inherit !important}.submit-clarity-button-wrapper div[data-clarity-type=medium-link-button] a:hover,.submit-clarity-button-wrapper div[data-clarity-type=medium-link-button] a:active,.register-container-form div[data-clarity-type=medium-link-button] a:hover,.register-container-form div[data-clarity-type=medium-link-button] a:active,.login-container-form div[data-clarity-type=medium-link-button] a:hover,.login-container-form div[data-clarity-type=medium-link-button] a:active,.login-box div[data-clarity-type=medium-link-button] a:hover,.login-box div[data-clarity-type=medium-link-button] a:active,.continue-button-wrapper div[data-clarity-type=medium-link-button] a:hover,.continue-button-wrapper div[data-clarity-type=medium-link-button] a:active,.skip-button-wrapper div[data-clarity-type=medium-link-button] a:hover,.skip-button-wrapper div[data-clarity-type=medium-link-button] a:active,.survey-container-wrapper div[data-clarity-type=medium-link-button] a:hover,.survey-container-wrapper div[data-clarity-type=medium-link-button] a:active,.checkbox-field-wrapper div[data-clarity-type=medium-link-button] a:hover,.checkbox-field-wrapper div[data-clarity-type=medium-link-button] a:active,.radio-field-wrapper div[data-clarity-type=medium-link-button] a:hover,.radio-field-wrapper div[data-clarity-type=medium-link-button] a:active,.phone-input-wrapper div[data-clarity-type=medium-link-button] a:hover,.phone-input-wrapper div[data-clarity-type=medium-link-button] a:active,.address-input-wrapper div[data-clarity-type=medium-link-button] a:hover,.address-input-wrapper div[data-clarity-type=medium-link-button] a:active,.schedule-button-wrapper div[data-clarity-type=medium-link-button] a:hover,.schedule-button-wrapper div[data-clarity-type=medium-link-button] a:active,.offices-drop-off-wrapper div[data-clarity-type=medium-link-button] a:hover,.offices-drop-off-wrapper div[data-clarity-type=medium-link-button] a:active,.stretch-clarity-btn-wrap div[data-clarity-type=medium-link-button] a:hover,.stretch-clarity-btn-wrap div[data-clarity-type=medium-link-button] a:active,.modal-container div[data-clarity-type=medium-link-button] a:hover,.modal-container div[data-clarity-type=medium-link-button] a:active,.approve-get-paid div[data-clarity-type=medium-link-button] a:hover,.approve-get-paid div[data-clarity-type=medium-link-button] a:active{background:none !important}.submit-clarity-button-wrapper div[data-clarity-type=radio] label:hover div[data-clarity-type=radio-option]>span,.register-container-form div[data-clarity-type=radio] label:hover div[data-clarity-type=radio-option]>span,.login-container-form div[data-clarity-type=radio] label:hover div[data-clarity-type=radio-option]>span,.login-box div[data-clarity-type=radio] label:hover div[data-clarity-type=radio-option]>span,.continue-button-wrapper div[data-clarity-type=radio] label:hover div[data-clarity-type=radio-option]>span,.skip-button-wrapper div[data-clarity-type=radio] label:hover div[data-clarity-type=radio-option]>span,.survey-container-wrapper div[data-clarity-type=radio] label:hover div[data-clarity-type=radio-option]>span,.checkbox-field-wrapper div[data-clarity-type=radio] label:hover div[data-clarity-type=radio-option]>span,.radio-field-wrapper div[data-clarity-type=radio] label:hover div[data-clarity-type=radio-option]>span,.phone-input-wrapper div[data-clarity-type=radio] label:hover div[data-clarity-type=radio-option]>span,.address-input-wrapper div[data-clarity-type=radio] label:hover div[data-clarity-type=radio-option]>span,.schedule-button-wrapper div[data-clarity-type=radio] label:hover div[data-clarity-type=radio-option]>span,.offices-drop-off-wrapper div[data-clarity-type=radio] label:hover div[data-clarity-type=radio-option]>span,.stretch-clarity-btn-wrap div[data-clarity-type=radio] label:hover div[data-clarity-type=radio-option]>span,.modal-container div[data-clarity-type=radio] label:hover div[data-clarity-type=radio-option]>span,.approve-get-paid div[data-clarity-type=radio] label:hover div[data-clarity-type=radio-option]>span{background-color:#d2d5d7 !important}.submit-clarity-button-wrapper div[data-clarity-type=radio] span,.register-container-form div[data-clarity-type=radio] span,.login-container-form div[data-clarity-type=radio] span,.login-box div[data-clarity-type=radio] span,.continue-button-wrapper div[data-clarity-type=radio] span,.skip-button-wrapper div[data-clarity-type=radio] span,.survey-container-wrapper div[data-clarity-type=radio] span,.checkbox-field-wrapper div[data-clarity-type=radio] span,.radio-field-wrapper div[data-clarity-type=radio] span,.phone-input-wrapper div[data-clarity-type=radio] span,.address-input-wrapper div[data-clarity-type=radio] span,.schedule-button-wrapper div[data-clarity-type=radio] span,.offices-drop-off-wrapper div[data-clarity-type=radio] span,.stretch-clarity-btn-wrap div[data-clarity-type=radio] span,.modal-container div[data-clarity-type=radio] span,.approve-get-paid div[data-clarity-type=radio] span{font-weight:300 !important;font-size:16px !important;line-height:26px !important;font-family:inherit !important}.submit-clarity-button-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option] div[data-clarity-type=radio-option-checkmark] svg,.register-container-form div[data-clarity-type=radio] div[data-clarity-type=radio-option] div[data-clarity-type=radio-option-checkmark] svg,.login-container-form div[data-clarity-type=radio] div[data-clarity-type=radio-option] div[data-clarity-type=radio-option-checkmark] svg,.login-box div[data-clarity-type=radio] div[data-clarity-type=radio-option] div[data-clarity-type=radio-option-checkmark] svg,.continue-button-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option] div[data-clarity-type=radio-option-checkmark] svg,.skip-button-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option] div[data-clarity-type=radio-option-checkmark] svg,.survey-container-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option] div[data-clarity-type=radio-option-checkmark] svg,.checkbox-field-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option] div[data-clarity-type=radio-option-checkmark] svg,.radio-field-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option] div[data-clarity-type=radio-option-checkmark] svg,.phone-input-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option] div[data-clarity-type=radio-option-checkmark] svg,.address-input-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option] div[data-clarity-type=radio-option-checkmark] svg,.schedule-button-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option] div[data-clarity-type=radio-option-checkmark] svg,.offices-drop-off-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option] div[data-clarity-type=radio-option-checkmark] svg,.stretch-clarity-btn-wrap div[data-clarity-type=radio] div[data-clarity-type=radio-option] div[data-clarity-type=radio-option-checkmark] svg,.modal-container div[data-clarity-type=radio] div[data-clarity-type=radio-option] div[data-clarity-type=radio-option-checkmark] svg,.approve-get-paid div[data-clarity-type=radio] div[data-clarity-type=radio-option] div[data-clarity-type=radio-option-checkmark] svg{color:#2c4eb5 !important}.submit-clarity-button-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option] span[class*=-option-ripple-][class$=-before],.register-container-form div[data-clarity-type=radio] div[data-clarity-type=radio-option] span[class*=-option-ripple-][class$=-before],.login-container-form div[data-clarity-type=radio] div[data-clarity-type=radio-option] span[class*=-option-ripple-][class$=-before],.login-box div[data-clarity-type=radio] div[data-clarity-type=radio-option] span[class*=-option-ripple-][class$=-before],.continue-button-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option] span[class*=-option-ripple-][class$=-before],.skip-button-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option] span[class*=-option-ripple-][class$=-before],.survey-container-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option] span[class*=-option-ripple-][class$=-before],.checkbox-field-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option] span[class*=-option-ripple-][class$=-before],.radio-field-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option] span[class*=-option-ripple-][class$=-before],.phone-input-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option] span[class*=-option-ripple-][class$=-before],.address-input-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option] span[class*=-option-ripple-][class$=-before],.schedule-button-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option] span[class*=-option-ripple-][class$=-before],.offices-drop-off-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option] span[class*=-option-ripple-][class$=-before],.stretch-clarity-btn-wrap div[data-clarity-type=radio] div[data-clarity-type=radio-option] span[class*=-option-ripple-][class$=-before],.modal-container div[data-clarity-type=radio] div[data-clarity-type=radio-option] span[class*=-option-ripple-][class$=-before],.approve-get-paid div[data-clarity-type=radio] div[data-clarity-type=radio-option] span[class*=-option-ripple-][class$=-before]{background-color:#2c4eb5 !important}.submit-clarity-button-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option] span[class*=-option-ripple-][class$=-after],.register-container-form div[data-clarity-type=radio] div[data-clarity-type=radio-option] span[class*=-option-ripple-][class$=-after],.login-container-form div[data-clarity-type=radio] div[data-clarity-type=radio-option] span[class*=-option-ripple-][class$=-after],.login-box div[data-clarity-type=radio] div[data-clarity-type=radio-option] span[class*=-option-ripple-][class$=-after],.continue-button-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option] span[class*=-option-ripple-][class$=-after],.skip-button-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option] span[class*=-option-ripple-][class$=-after],.survey-container-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option] span[class*=-option-ripple-][class$=-after],.checkbox-field-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option] span[class*=-option-ripple-][class$=-after],.radio-field-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option] span[class*=-option-ripple-][class$=-after],.phone-input-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option] span[class*=-option-ripple-][class$=-after],.address-input-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option] span[class*=-option-ripple-][class$=-after],.schedule-button-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option] span[class*=-option-ripple-][class$=-after],.offices-drop-off-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option] span[class*=-option-ripple-][class$=-after],.stretch-clarity-btn-wrap div[data-clarity-type=radio] div[data-clarity-type=radio-option] span[class*=-option-ripple-][class$=-after],.modal-container div[data-clarity-type=radio] div[data-clarity-type=radio-option] span[class*=-option-ripple-][class$=-after],.approve-get-paid div[data-clarity-type=radio] div[data-clarity-type=radio-option] span[class*=-option-ripple-][class$=-after]{background-color:#2c4eb5 !important}.submit-clarity-button-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option]>span:hover,.register-container-form div[data-clarity-type=radio] div[data-clarity-type=radio-option]>span:hover,.login-container-form div[data-clarity-type=radio] div[data-clarity-type=radio-option]>span:hover,.login-box div[data-clarity-type=radio] div[data-clarity-type=radio-option]>span:hover,.continue-button-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option]>span:hover,.skip-button-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option]>span:hover,.survey-container-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option]>span:hover,.checkbox-field-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option]>span:hover,.radio-field-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option]>span:hover,.phone-input-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option]>span:hover,.address-input-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option]>span:hover,.schedule-button-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option]>span:hover,.offices-drop-off-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option]>span:hover,.stretch-clarity-btn-wrap div[data-clarity-type=radio] div[data-clarity-type=radio-option]>span:hover,.modal-container div[data-clarity-type=radio] div[data-clarity-type=radio-option]>span:hover,.approve-get-paid div[data-clarity-type=radio] div[data-clarity-type=radio-option]>span:hover{background-color:#d2d5d7 !important}.submit-clarity-button-wrapper div[data-clarity-type=address-input] div div[data-clarity-type=input-label] label,.submit-clarity-button-wrapper div[data-clarity-type=plain-input] div div[data-clarity-type=input-label] label,.submit-clarity-button-wrapper div[data-clarity-type=phone-input] div div[data-clarity-type=input-label] label,.register-container-form div[data-clarity-type=address-input] div div[data-clarity-type=input-label] label,.register-container-form div[data-clarity-type=plain-input] div div[data-clarity-type=input-label] label,.register-container-form div[data-clarity-type=phone-input] div div[data-clarity-type=input-label] label,.login-container-form div[data-clarity-type=address-input] div div[data-clarity-type=input-label] label,.login-container-form div[data-clarity-type=plain-input] div div[data-clarity-type=input-label] label,.login-container-form div[data-clarity-type=phone-input] div div[data-clarity-type=input-label] label,.login-box div[data-clarity-type=address-input] div div[data-clarity-type=input-label] label,.login-box div[data-clarity-type=plain-input] div div[data-clarity-type=input-label] label,.login-box div[data-clarity-type=phone-input] div div[data-clarity-type=input-label] label,.continue-button-wrapper div[data-clarity-type=address-input] div div[data-clarity-type=input-label] label,.continue-button-wrapper div[data-clarity-type=plain-input] div div[data-clarity-type=input-label] label,.continue-button-wrapper div[data-clarity-type=phone-input] div div[data-clarity-type=input-label] label,.skip-button-wrapper div[data-clarity-type=address-input] div div[data-clarity-type=input-label] label,.skip-button-wrapper div[data-clarity-type=plain-input] div div[data-clarity-type=input-label] label,.skip-button-wrapper div[data-clarity-type=phone-input] div div[data-clarity-type=input-label] label,.survey-container-wrapper div[data-clarity-type=address-input] div div[data-clarity-type=input-label] label,.survey-container-wrapper div[data-clarity-type=plain-input] div div[data-clarity-type=input-label] label,.survey-container-wrapper div[data-clarity-type=phone-input] div div[data-clarity-type=input-label] label,.checkbox-field-wrapper div[data-clarity-type=address-input] div div[data-clarity-type=input-label] label,.checkbox-field-wrapper div[data-clarity-type=plain-input] div div[data-clarity-type=input-label] label,.checkbox-field-wrapper div[data-clarity-type=phone-input] div div[data-clarity-type=input-label] label,.radio-field-wrapper div[data-clarity-type=address-input] div div[data-clarity-type=input-label] label,.radio-field-wrapper div[data-clarity-type=plain-input] div div[data-clarity-type=input-label] label,.radio-field-wrapper div[data-clarity-type=phone-input] div div[data-clarity-type=input-label] label,.phone-input-wrapper div[data-clarity-type=address-input] div div[data-clarity-type=input-label] label,.phone-input-wrapper div[data-clarity-type=plain-input] div div[data-clarity-type=input-label] label,.phone-input-wrapper div[data-clarity-type=phone-input] div div[data-clarity-type=input-label] label,.address-input-wrapper div[data-clarity-type=address-input] div div[data-clarity-type=input-label] label,.address-input-wrapper div[data-clarity-type=plain-input] div div[data-clarity-type=input-label] label,.address-input-wrapper div[data-clarity-type=phone-input] div div[data-clarity-type=input-label] label,.schedule-button-wrapper div[data-clarity-type=address-input] div div[data-clarity-type=input-label] label,.schedule-button-wrapper div[data-clarity-type=plain-input] div div[data-clarity-type=input-label] label,.schedule-button-wrapper div[data-clarity-type=phone-input] div div[data-clarity-type=input-label] label,.offices-drop-off-wrapper div[data-clarity-type=address-input] div div[data-clarity-type=input-label] label,.offices-drop-off-wrapper div[data-clarity-type=plain-input] div div[data-clarity-type=input-label] label,.offices-drop-off-wrapper div[data-clarity-type=phone-input] div div[data-clarity-type=input-label] label,.stretch-clarity-btn-wrap div[data-clarity-type=address-input] div div[data-clarity-type=input-label] label,.stretch-clarity-btn-wrap div[data-clarity-type=plain-input] div div[data-clarity-type=input-label] label,.stretch-clarity-btn-wrap div[data-clarity-type=phone-input] div div[data-clarity-type=input-label] label,.modal-container div[data-clarity-type=address-input] div div[data-clarity-type=input-label] label,.modal-container div[data-clarity-type=plain-input] div div[data-clarity-type=input-label] label,.modal-container div[data-clarity-type=phone-input] div div[data-clarity-type=input-label] label,.approve-get-paid div[data-clarity-type=address-input] div div[data-clarity-type=input-label] label,.approve-get-paid div[data-clarity-type=plain-input] div div[data-clarity-type=input-label] label,.approve-get-paid div[data-clarity-type=phone-input] div div[data-clarity-type=input-label] label{background-color:#f2f0ee !important;font-family:inherit !important;font-weight:300 !important;font-size:16px !important;color:#999 !important}.submit-clarity-button-wrapper div[data-clarity-type=address-input] div input,.submit-clarity-button-wrapper div[data-clarity-type=plain-input] div input,.submit-clarity-button-wrapper div[data-clarity-type=phone-input] div input,.register-container-form div[data-clarity-type=address-input] div input,.register-container-form div[data-clarity-type=plain-input] div input,.register-container-form div[data-clarity-type=phone-input] div input,.login-container-form div[data-clarity-type=address-input] div input,.login-container-form div[data-clarity-type=plain-input] div input,.login-container-form div[data-clarity-type=phone-input] div input,.login-box div[data-clarity-type=address-input] div input,.login-box div[data-clarity-type=plain-input] div input,.login-box div[data-clarity-type=phone-input] div input,.continue-button-wrapper div[data-clarity-type=address-input] div input,.continue-button-wrapper div[data-clarity-type=plain-input] div input,.continue-button-wrapper div[data-clarity-type=phone-input] div input,.skip-button-wrapper div[data-clarity-type=address-input] div input,.skip-button-wrapper div[data-clarity-type=plain-input] div input,.skip-button-wrapper div[data-clarity-type=phone-input] div input,.survey-container-wrapper div[data-clarity-type=address-input] div input,.survey-container-wrapper div[data-clarity-type=plain-input] div input,.survey-container-wrapper div[data-clarity-type=phone-input] div input,.checkbox-field-wrapper div[data-clarity-type=address-input] div input,.checkbox-field-wrapper div[data-clarity-type=plain-input] div input,.checkbox-field-wrapper div[data-clarity-type=phone-input] div input,.radio-field-wrapper div[data-clarity-type=address-input] div input,.radio-field-wrapper div[data-clarity-type=plain-input] div input,.radio-field-wrapper div[data-clarity-type=phone-input] div input,.phone-input-wrapper div[data-clarity-type=address-input] div input,.phone-input-wrapper div[data-clarity-type=plain-input] div input,.phone-input-wrapper div[data-clarity-type=phone-input] div input,.address-input-wrapper div[data-clarity-type=address-input] div input,.address-input-wrapper div[data-clarity-type=plain-input] div input,.address-input-wrapper div[data-clarity-type=phone-input] div input,.schedule-button-wrapper div[data-clarity-type=address-input] div input,.schedule-button-wrapper div[data-clarity-type=plain-input] div input,.schedule-button-wrapper div[data-clarity-type=phone-input] div input,.offices-drop-off-wrapper div[data-clarity-type=address-input] div input,.offices-drop-off-wrapper div[data-clarity-type=plain-input] div input,.offices-drop-off-wrapper div[data-clarity-type=phone-input] div input,.stretch-clarity-btn-wrap div[data-clarity-type=address-input] div input,.stretch-clarity-btn-wrap div[data-clarity-type=plain-input] div input,.stretch-clarity-btn-wrap div[data-clarity-type=phone-input] div input,.modal-container div[data-clarity-type=address-input] div input,.modal-container div[data-clarity-type=plain-input] div input,.modal-container div[data-clarity-type=phone-input] div input,.approve-get-paid div[data-clarity-type=address-input] div input,.approve-get-paid div[data-clarity-type=plain-input] div input,.approve-get-paid div[data-clarity-type=phone-input] div input{font-weight:300 !important;font-size:16px !important;background-color:#f2f0ee;font-family:inherit !important}.submit-clarity-button-wrapper div[data-clarity-type=address-input] div input:hover,.submit-clarity-button-wrapper div[data-clarity-type=plain-input] div input:hover,.submit-clarity-button-wrapper div[data-clarity-type=phone-input] div input:hover,.register-container-form div[data-clarity-type=address-input] div input:hover,.register-container-form div[data-clarity-type=plain-input] div input:hover,.register-container-form div[data-clarity-type=phone-input] div input:hover,.login-container-form div[data-clarity-type=address-input] div input:hover,.login-container-form div[data-clarity-type=plain-input] div input:hover,.login-container-form div[data-clarity-type=phone-input] div input:hover,.login-box div[data-clarity-type=address-input] div input:hover,.login-box div[data-clarity-type=plain-input] div input:hover,.login-box div[data-clarity-type=phone-input] div input:hover,.continue-button-wrapper div[data-clarity-type=address-input] div input:hover,.continue-button-wrapper div[data-clarity-type=plain-input] div input:hover,.continue-button-wrapper div[data-clarity-type=phone-input] div input:hover,.skip-button-wrapper div[data-clarity-type=address-input] div input:hover,.skip-button-wrapper div[data-clarity-type=plain-input] div input:hover,.skip-button-wrapper div[data-clarity-type=phone-input] div input:hover,.survey-container-wrapper div[data-clarity-type=address-input] div input:hover,.survey-container-wrapper div[data-clarity-type=plain-input] div input:hover,.survey-container-wrapper div[data-clarity-type=phone-input] div input:hover,.checkbox-field-wrapper div[data-clarity-type=address-input] div input:hover,.checkbox-field-wrapper div[data-clarity-type=plain-input] div input:hover,.checkbox-field-wrapper div[data-clarity-type=phone-input] div input:hover,.radio-field-wrapper div[data-clarity-type=address-input] div input:hover,.radio-field-wrapper div[data-clarity-type=plain-input] div input:hover,.radio-field-wrapper div[data-clarity-type=phone-input] div input:hover,.phone-input-wrapper div[data-clarity-type=address-input] div input:hover,.phone-input-wrapper div[data-clarity-type=plain-input] div input:hover,.phone-input-wrapper div[data-clarity-type=phone-input] div input:hover,.address-input-wrapper div[data-clarity-type=address-input] div input:hover,.address-input-wrapper div[data-clarity-type=plain-input] div input:hover,.address-input-wrapper div[data-clarity-type=phone-input] div input:hover,.schedule-button-wrapper div[data-clarity-type=address-input] div input:hover,.schedule-button-wrapper div[data-clarity-type=plain-input] div input:hover,.schedule-button-wrapper div[data-clarity-type=phone-input] div input:hover,.offices-drop-off-wrapper div[data-clarity-type=address-input] div input:hover,.offices-drop-off-wrapper div[data-clarity-type=plain-input] div input:hover,.offices-drop-off-wrapper div[data-clarity-type=phone-input] div input:hover,.stretch-clarity-btn-wrap div[data-clarity-type=address-input] div input:hover,.stretch-clarity-btn-wrap div[data-clarity-type=plain-input] div input:hover,.stretch-clarity-btn-wrap div[data-clarity-type=phone-input] div input:hover,.modal-container div[data-clarity-type=address-input] div input:hover,.modal-container div[data-clarity-type=plain-input] div input:hover,.modal-container div[data-clarity-type=phone-input] div input:hover,.approve-get-paid div[data-clarity-type=address-input] div input:hover,.approve-get-paid div[data-clarity-type=plain-input] div input:hover,.approve-get-paid div[data-clarity-type=phone-input] div input:hover{border-color:#2c4eb5 !important}.submit-clarity-button-wrapper div[data-clarity-type=address-input] div input:focus,.submit-clarity-button-wrapper div[data-clarity-type=plain-input] div input:focus,.submit-clarity-button-wrapper div[data-clarity-type=phone-input] div input:focus,.register-container-form div[data-clarity-type=address-input] div input:focus,.register-container-form div[data-clarity-type=plain-input] div input:focus,.register-container-form div[data-clarity-type=phone-input] div input:focus,.login-container-form div[data-clarity-type=address-input] div input:focus,.login-container-form div[data-clarity-type=plain-input] div input:focus,.login-container-form div[data-clarity-type=phone-input] div input:focus,.login-box div[data-clarity-type=address-input] div input:focus,.login-box div[data-clarity-type=plain-input] div input:focus,.login-box div[data-clarity-type=phone-input] div input:focus,.continue-button-wrapper div[data-clarity-type=address-input] div input:focus,.continue-button-wrapper div[data-clarity-type=plain-input] div input:focus,.continue-button-wrapper div[data-clarity-type=phone-input] div input:focus,.skip-button-wrapper div[data-clarity-type=address-input] div input:focus,.skip-button-wrapper div[data-clarity-type=plain-input] div input:focus,.skip-button-wrapper div[data-clarity-type=phone-input] div input:focus,.survey-container-wrapper div[data-clarity-type=address-input] div input:focus,.survey-container-wrapper div[data-clarity-type=plain-input] div input:focus,.survey-container-wrapper div[data-clarity-type=phone-input] div input:focus,.checkbox-field-wrapper div[data-clarity-type=address-input] div input:focus,.checkbox-field-wrapper div[data-clarity-type=plain-input] div input:focus,.checkbox-field-wrapper div[data-clarity-type=phone-input] div input:focus,.radio-field-wrapper div[data-clarity-type=address-input] div input:focus,.radio-field-wrapper div[data-clarity-type=plain-input] div input:focus,.radio-field-wrapper div[data-clarity-type=phone-input] div input:focus,.phone-input-wrapper div[data-clarity-type=address-input] div input:focus,.phone-input-wrapper div[data-clarity-type=plain-input] div input:focus,.phone-input-wrapper div[data-clarity-type=phone-input] div input:focus,.address-input-wrapper div[data-clarity-type=address-input] div input:focus,.address-input-wrapper div[data-clarity-type=plain-input] div input:focus,.address-input-wrapper div[data-clarity-type=phone-input] div input:focus,.schedule-button-wrapper div[data-clarity-type=address-input] div input:focus,.schedule-button-wrapper div[data-clarity-type=plain-input] div input:focus,.schedule-button-wrapper div[data-clarity-type=phone-input] div input:focus,.offices-drop-off-wrapper div[data-clarity-type=address-input] div input:focus,.offices-drop-off-wrapper div[data-clarity-type=plain-input] div input:focus,.offices-drop-off-wrapper div[data-clarity-type=phone-input] div input:focus,.stretch-clarity-btn-wrap div[data-clarity-type=address-input] div input:focus,.stretch-clarity-btn-wrap div[data-clarity-type=plain-input] div input:focus,.stretch-clarity-btn-wrap div[data-clarity-type=phone-input] div input:focus,.modal-container div[data-clarity-type=address-input] div input:focus,.modal-container div[data-clarity-type=plain-input] div input:focus,.modal-container div[data-clarity-type=phone-input] div input:focus,.approve-get-paid div[data-clarity-type=address-input] div input:focus,.approve-get-paid div[data-clarity-type=plain-input] div input:focus,.approve-get-paid div[data-clarity-type=phone-input] div input:focus{border-color:#2c4eb5 !important}.submit-clarity-button-wrapper div[data-clarity-type=drop-down] div,.register-container-form div[data-clarity-type=drop-down] div,.login-container-form div[data-clarity-type=drop-down] div,.login-box div[data-clarity-type=drop-down] div,.continue-button-wrapper div[data-clarity-type=drop-down] div,.skip-button-wrapper div[data-clarity-type=drop-down] div,.survey-container-wrapper div[data-clarity-type=drop-down] div,.checkbox-field-wrapper div[data-clarity-type=drop-down] div,.radio-field-wrapper div[data-clarity-type=drop-down] div,.phone-input-wrapper div[data-clarity-type=drop-down] div,.address-input-wrapper div[data-clarity-type=drop-down] div,.schedule-button-wrapper div[data-clarity-type=drop-down] div,.offices-drop-off-wrapper div[data-clarity-type=drop-down] div,.stretch-clarity-btn-wrap div[data-clarity-type=drop-down] div,.modal-container div[data-clarity-type=drop-down] div,.approve-get-paid div[data-clarity-type=drop-down] div{font-weight:300 !important;font-size:16px !important}.submit-clarity-button-wrapper div[data-clarity-type=drop-down] div div[style*="rgb(245, 167, 35);"],.register-container-form div[data-clarity-type=drop-down] div div[style*="rgb(245, 167, 35);"],.login-container-form div[data-clarity-type=drop-down] div div[style*="rgb(245, 167, 35);"],.login-box div[data-clarity-type=drop-down] div div[style*="rgb(245, 167, 35);"],.continue-button-wrapper div[data-clarity-type=drop-down] div div[style*="rgb(245, 167, 35);"],.skip-button-wrapper div[data-clarity-type=drop-down] div div[style*="rgb(245, 167, 35);"],.survey-container-wrapper div[data-clarity-type=drop-down] div div[style*="rgb(245, 167, 35);"],.checkbox-field-wrapper div[data-clarity-type=drop-down] div div[style*="rgb(245, 167, 35);"],.radio-field-wrapper div[data-clarity-type=drop-down] div div[style*="rgb(245, 167, 35);"],.phone-input-wrapper div[data-clarity-type=drop-down] div div[style*="rgb(245, 167, 35);"],.address-input-wrapper div[data-clarity-type=drop-down] div div[style*="rgb(245, 167, 35);"],.schedule-button-wrapper div[data-clarity-type=drop-down] div div[style*="rgb(245, 167, 35);"],.offices-drop-off-wrapper div[data-clarity-type=drop-down] div div[style*="rgb(245, 167, 35);"],.stretch-clarity-btn-wrap div[data-clarity-type=drop-down] div div[style*="rgb(245, 167, 35);"],.modal-container div[data-clarity-type=drop-down] div div[style*="rgb(245, 167, 35);"],.approve-get-paid div[data-clarity-type=drop-down] div div[style*="rgb(245, 167, 35);"]{border:2px solid #2c4eb5 !important;background-color:#f2f0ee !important}.submit-clarity-button-wrapper div[data-clarity-type=drop-down] div:hover,.register-container-form div[data-clarity-type=drop-down] div:hover,.login-container-form div[data-clarity-type=drop-down] div:hover,.login-box div[data-clarity-type=drop-down] div:hover,.continue-button-wrapper div[data-clarity-type=drop-down] div:hover,.skip-button-wrapper div[data-clarity-type=drop-down] div:hover,.survey-container-wrapper div[data-clarity-type=drop-down] div:hover,.checkbox-field-wrapper div[data-clarity-type=drop-down] div:hover,.radio-field-wrapper div[data-clarity-type=drop-down] div:hover,.phone-input-wrapper div[data-clarity-type=drop-down] div:hover,.address-input-wrapper div[data-clarity-type=drop-down] div:hover,.schedule-button-wrapper div[data-clarity-type=drop-down] div:hover,.offices-drop-off-wrapper div[data-clarity-type=drop-down] div:hover,.stretch-clarity-btn-wrap div[data-clarity-type=drop-down] div:hover,.modal-container div[data-clarity-type=drop-down] div:hover,.approve-get-paid div[data-clarity-type=drop-down] div:hover{border-color:#2c4eb5}.submit-clarity-button-wrapper div[data-clarity-type=drop-down] div div[data-clarity-type=drop-item]:hover,.register-container-form div[data-clarity-type=drop-down] div div[data-clarity-type=drop-item]:hover,.login-container-form div[data-clarity-type=drop-down] div div[data-clarity-type=drop-item]:hover,.login-box div[data-clarity-type=drop-down] div div[data-clarity-type=drop-item]:hover,.continue-button-wrapper div[data-clarity-type=drop-down] div div[data-clarity-type=drop-item]:hover,.skip-button-wrapper div[data-clarity-type=drop-down] div div[data-clarity-type=drop-item]:hover,.survey-container-wrapper div[data-clarity-type=drop-down] div div[data-clarity-type=drop-item]:hover,.checkbox-field-wrapper div[data-clarity-type=drop-down] div div[data-clarity-type=drop-item]:hover,.radio-field-wrapper div[data-clarity-type=drop-down] div div[data-clarity-type=drop-item]:hover,.phone-input-wrapper div[data-clarity-type=drop-down] div div[data-clarity-type=drop-item]:hover,.address-input-wrapper div[data-clarity-type=drop-down] div div[data-clarity-type=drop-item]:hover,.schedule-button-wrapper div[data-clarity-type=drop-down] div div[data-clarity-type=drop-item]:hover,.offices-drop-off-wrapper div[data-clarity-type=drop-down] div div[data-clarity-type=drop-item]:hover,.stretch-clarity-btn-wrap div[data-clarity-type=drop-down] div div[data-clarity-type=drop-item]:hover,.modal-container div[data-clarity-type=drop-down] div div[data-clarity-type=drop-item]:hover,.approve-get-paid div[data-clarity-type=drop-down] div div[data-clarity-type=drop-item]:hover{background-color:#d2d5d7 !important}.submit-clarity-button-wrapper div[data-clarity-type=drop-down] div[data-clarity-type=drop-placeholder] div div[data-clarity-type=drop-placeholder-label] span,.register-container-form div[data-clarity-type=drop-down] div[data-clarity-type=drop-placeholder] div div[data-clarity-type=drop-placeholder-label] span,.login-container-form div[data-clarity-type=drop-down] div[data-clarity-type=drop-placeholder] div div[data-clarity-type=drop-placeholder-label] span,.login-box div[data-clarity-type=drop-down] div[data-clarity-type=drop-placeholder] div div[data-clarity-type=drop-placeholder-label] span,.continue-button-wrapper div[data-clarity-type=drop-down] div[data-clarity-type=drop-placeholder] div div[data-clarity-type=drop-placeholder-label] span,.skip-button-wrapper div[data-clarity-type=drop-down] div[data-clarity-type=drop-placeholder] div div[data-clarity-type=drop-placeholder-label] span,.survey-container-wrapper div[data-clarity-type=drop-down] div[data-clarity-type=drop-placeholder] div div[data-clarity-type=drop-placeholder-label] span,.checkbox-field-wrapper div[data-clarity-type=drop-down] div[data-clarity-type=drop-placeholder] div div[data-clarity-type=drop-placeholder-label] span,.radio-field-wrapper div[data-clarity-type=drop-down] div[data-clarity-type=drop-placeholder] div div[data-clarity-type=drop-placeholder-label] span,.phone-input-wrapper div[data-clarity-type=drop-down] div[data-clarity-type=drop-placeholder] div div[data-clarity-type=drop-placeholder-label] span,.address-input-wrapper div[data-clarity-type=drop-down] div[data-clarity-type=drop-placeholder] div div[data-clarity-type=drop-placeholder-label] span,.schedule-button-wrapper div[data-clarity-type=drop-down] div[data-clarity-type=drop-placeholder] div div[data-clarity-type=drop-placeholder-label] span,.offices-drop-off-wrapper div[data-clarity-type=drop-down] div[data-clarity-type=drop-placeholder] div div[data-clarity-type=drop-placeholder-label] span,.stretch-clarity-btn-wrap div[data-clarity-type=drop-down] div[data-clarity-type=drop-placeholder] div div[data-clarity-type=drop-placeholder-label] span,.modal-container div[data-clarity-type=drop-down] div[data-clarity-type=drop-placeholder] div div[data-clarity-type=drop-placeholder-label] span,.approve-get-paid div[data-clarity-type=drop-down] div[data-clarity-type=drop-placeholder] div div[data-clarity-type=drop-placeholder-label] span{font-weight:300 !important;font-size:16px !important;color:#999 !important;background-color:#f2f0ee !important}.submit-clarity-button-wrapper div[data-clarity-type=drop-down] div[data-clarity-type=arrow-down-icon] svg,.register-container-form div[data-clarity-type=drop-down] div[data-clarity-type=arrow-down-icon] svg,.login-container-form div[data-clarity-type=drop-down] div[data-clarity-type=arrow-down-icon] svg,.login-box div[data-clarity-type=drop-down] div[data-clarity-type=arrow-down-icon] svg,.continue-button-wrapper div[data-clarity-type=drop-down] div[data-clarity-type=arrow-down-icon] svg,.skip-button-wrapper div[data-clarity-type=drop-down] div[data-clarity-type=arrow-down-icon] svg,.survey-container-wrapper div[data-clarity-type=drop-down] div[data-clarity-type=arrow-down-icon] svg,.checkbox-field-wrapper div[data-clarity-type=drop-down] div[data-clarity-type=arrow-down-icon] svg,.radio-field-wrapper div[data-clarity-type=drop-down] div[data-clarity-type=arrow-down-icon] svg,.phone-input-wrapper div[data-clarity-type=drop-down] div[data-clarity-type=arrow-down-icon] svg,.address-input-wrapper div[data-clarity-type=drop-down] div[data-clarity-type=arrow-down-icon] svg,.schedule-button-wrapper div[data-clarity-type=drop-down] div[data-clarity-type=arrow-down-icon] svg,.offices-drop-off-wrapper div[data-clarity-type=drop-down] div[data-clarity-type=arrow-down-icon] svg,.stretch-clarity-btn-wrap div[data-clarity-type=drop-down] div[data-clarity-type=arrow-down-icon] svg,.modal-container div[data-clarity-type=drop-down] div[data-clarity-type=arrow-down-icon] svg,.approve-get-paid div[data-clarity-type=drop-down] div[data-clarity-type=arrow-down-icon] svg{color:#2c4eb5 !important}.submit-clarity-button-wrapper div[data-clarity-type=checkbox] span,.register-container-form div[data-clarity-type=checkbox] span,.login-container-form div[data-clarity-type=checkbox] span,.login-box div[data-clarity-type=checkbox] span,.continue-button-wrapper div[data-clarity-type=checkbox] span,.skip-button-wrapper div[data-clarity-type=checkbox] span,.survey-container-wrapper div[data-clarity-type=checkbox] span,.checkbox-field-wrapper div[data-clarity-type=checkbox] span,.radio-field-wrapper div[data-clarity-type=checkbox] span,.phone-input-wrapper div[data-clarity-type=checkbox] span,.address-input-wrapper div[data-clarity-type=checkbox] span,.schedule-button-wrapper div[data-clarity-type=checkbox] span,.offices-drop-off-wrapper div[data-clarity-type=checkbox] span,.stretch-clarity-btn-wrap div[data-clarity-type=checkbox] span,.modal-container div[data-clarity-type=checkbox] span,.approve-get-paid div[data-clarity-type=checkbox] span{font-weight:300 !important;font-size:16px !important;line-height:26px !important}.submit-clarity-button-wrapper div[data-clarity-type=checkbox] div[data-clarity-type=checkbox-option] span span div[data-clarity-type=checkbox-checkmark] div svg,.register-container-form div[data-clarity-type=checkbox] div[data-clarity-type=checkbox-option] span span div[data-clarity-type=checkbox-checkmark] div svg,.login-container-form div[data-clarity-type=checkbox] div[data-clarity-type=checkbox-option] span span div[data-clarity-type=checkbox-checkmark] div svg,.login-box div[data-clarity-type=checkbox] div[data-clarity-type=checkbox-option] span span div[data-clarity-type=checkbox-checkmark] div svg,.continue-button-wrapper div[data-clarity-type=checkbox] div[data-clarity-type=checkbox-option] span span div[data-clarity-type=checkbox-checkmark] div svg,.skip-button-wrapper div[data-clarity-type=checkbox] div[data-clarity-type=checkbox-option] span span div[data-clarity-type=checkbox-checkmark] div svg,.survey-container-wrapper div[data-clarity-type=checkbox] div[data-clarity-type=checkbox-option] span span div[data-clarity-type=checkbox-checkmark] div svg,.checkbox-field-wrapper div[data-clarity-type=checkbox] div[data-clarity-type=checkbox-option] span span div[data-clarity-type=checkbox-checkmark] div svg,.radio-field-wrapper div[data-clarity-type=checkbox] div[data-clarity-type=checkbox-option] span span div[data-clarity-type=checkbox-checkmark] div svg,.phone-input-wrapper div[data-clarity-type=checkbox] div[data-clarity-type=checkbox-option] span span div[data-clarity-type=checkbox-checkmark] div svg,.address-input-wrapper div[data-clarity-type=checkbox] div[data-clarity-type=checkbox-option] span span div[data-clarity-type=checkbox-checkmark] div svg,.schedule-button-wrapper div[data-clarity-type=checkbox] div[data-clarity-type=checkbox-option] span span div[data-clarity-type=checkbox-checkmark] div svg,.offices-drop-off-wrapper div[data-clarity-type=checkbox] div[data-clarity-type=checkbox-option] span span div[data-clarity-type=checkbox-checkmark] div svg,.stretch-clarity-btn-wrap div[data-clarity-type=checkbox] div[data-clarity-type=checkbox-option] span span div[data-clarity-type=checkbox-checkmark] div svg,.modal-container div[data-clarity-type=checkbox] div[data-clarity-type=checkbox-option] span span div[data-clarity-type=checkbox-checkmark] div svg,.approve-get-paid div[data-clarity-type=checkbox] div[data-clarity-type=checkbox-option] span span div[data-clarity-type=checkbox-checkmark] div svg{color:#2c4eb5 !important}.submit-clarity-button-wrapper[class*=survey-container] *,.register-container-form[class*=survey-container] *,.login-container-form[class*=survey-container] *,.login-box[class*=survey-container] *,.continue-button-wrapper[class*=survey-container] *,.skip-button-wrapper[class*=survey-container] *,.survey-container-wrapper[class*=survey-container] *,.checkbox-field-wrapper[class*=survey-container] *,.radio-field-wrapper[class*=survey-container] *,.phone-input-wrapper[class*=survey-container] *,.address-input-wrapper[class*=survey-container] *,.schedule-button-wrapper[class*=survey-container] *,.offices-drop-off-wrapper[class*=survey-container] *,.stretch-clarity-btn-wrap[class*=survey-container] *,.modal-container[class*=survey-container] *,.approve-get-paid[class*=survey-container] *{line-height:26px}.submit-clarity-button-wrapper[class*=survey-container] * #deterministic-outlined-input,.register-container-form[class*=survey-container] * #deterministic-outlined-input,.login-container-form[class*=survey-container] * #deterministic-outlined-input,.login-box[class*=survey-container] * #deterministic-outlined-input,.continue-button-wrapper[class*=survey-container] * #deterministic-outlined-input,.skip-button-wrapper[class*=survey-container] * #deterministic-outlined-input,.survey-container-wrapper[class*=survey-container] * #deterministic-outlined-input,.checkbox-field-wrapper[class*=survey-container] * #deterministic-outlined-input,.radio-field-wrapper[class*=survey-container] * #deterministic-outlined-input,.phone-input-wrapper[class*=survey-container] * #deterministic-outlined-input,.address-input-wrapper[class*=survey-container] * #deterministic-outlined-input,.schedule-button-wrapper[class*=survey-container] * #deterministic-outlined-input,.offices-drop-off-wrapper[class*=survey-container] * #deterministic-outlined-input,.stretch-clarity-btn-wrap[class*=survey-container] * #deterministic-outlined-input,.modal-container[class*=survey-container] * #deterministic-outlined-input,.approve-get-paid[class*=survey-container] * #deterministic-outlined-input{background-color:#f2f0ee !important}div[data-clarity-type=h1] h1{font-family:"Argesta Headline" !important}div[data-clarity-type=subtitle] h4{font-family:inherit !important;color:#47566d !important}div[data-clarity-type=black-full-label] label{font-family:inherit !important}div[data-clarity-type=regular] span{font-family:inherit !important;color:#47566d !important}div[data-clarity-type=helper-text] span{font-family:inherit !important}div[data-clarity-type=medium-secondary-button] button{border:2px solid #2c4eb5 !important}div[data-clarity-type=medium-secondary-button] button *{color:#2c4eb5 !important}.c-pointer{cursor:pointer}.c-default{cursor:default}input[type=checkbox]{background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;margin:0;padding:0;display:inline-block;width:1em;height:1em;border:1px solid #dfdfdf}input[type=checkbox]:checked{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-check.svg");background-position:center center;background-repeat:no-repeat;background-size:95%}.icon-arrow{background:url("https://cdn0.worthy.com/worthy_app/assets/images/icons/1751352967-arrow.svg");display:inline-block;width:21px;height:16px;vertical-align:baseline}@keyframes popup-slide-up{from{top:100vmax}to{top:14vmin}}@keyframes popup-slide-down{from{top:14vmin}to{top:100vmax}}@keyframes popup-opacity-show{from{opacity:0}to{opacity:.7}}@keyframes popup-opacity-hide{from{opacity:.5}to{opacity:0}}.popup{z-index:10000;position:fixed;background-color:#f2f0ee;-webkit-overflow-scrolling:touch;box-sizing:border-box;color:#666;text-align:center;line-height:1.3}.popup *:hover{text-decoration:none !important}.popup.modal+.popup-modal-shutter{display:block}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup{width:80vw;max-width:400px;height:auto;max-height:95vh;overflow-y:auto;left:50%;top:50%;transform:translate(-50%, -50%);padding:20px 25px 20px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-device-height: 767px)and (orientation: landscape),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-width: 767px)and (orientation: portrait),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-width: 767px)and (orientation: landscape){.popup{font-size:5vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup{font-size:16px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup{left:0;top:0;width:100%;height:100%;overflow-y:auto;border-top:1px solid #dfdfdf;padding-top:1.5vmin;padding-bottom:3vmin;padding-left:3vmin;padding-right:3vmin}.popup:not(.no-animation){animation-name:popup-slide-up;animation-duration:.25s;animation-iteration-count:1;animation-direction:normal;animation-timing-function:linear;animation-fill-mode:forwards;animation-delay:0s}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape){.popup{font-size:4vmin}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-device-height: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup{font-size:14px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.hide{animation-name:popup-slide-down}}.popup h2{text-align:left;color:#141414;border-bottom:1px solid #dfdfdf}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup h2{font-size:6.8vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup h2{font-size:22px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup h2{line-height:normal;padding-left:0;margin-bottom:30px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup h2{height:12vmin;line-height:12vmin;margin-bottom:4vmin}}.popup .x{position:absolute;color:rgba(0,0,0,0);background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/1751352967-x.svg");background-repeat:no-repeat;background-position:center center;background-size:100% auto;font-weight:bold;width:auto;text-align:right;text-decoration:none;cursor:pointer}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup .x{right:25px;top:20px;height:50px;font-size:42px;line-height:50px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup .x{right:calc(3vmin - 2px);top:1.5vmin;height:12vmin;font-size:10vmin;line-height:12vmin}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup label{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup label{font-size:14px}}.popup span,.popup div,.popup table{font-size:16px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup span,.popup div,.popup table{font-size:4.3vmin}}.popup div,.popup table{color:#141414}.popup form{margin:0 auto}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup form{width:329px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup form{width:92%}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup .input-wrapper{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup .input-wrapper{font-size:14px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup .input-wrapper{margin-bottom:15px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup .input-wrapper{margin-bottom:5vmin}}.popup .input-wrapper label,.popup .input-wrapper input[type=text],.popup .input-wrapper input[type=tel],.popup .input-wrapper input[type=email],.popup .input-wrapper input[type=password],.popup .input-wrapper select,.popup .input-wrapper .errors{display:block;width:100%}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup .input-wrapper label,.popup .input-wrapper input[type=text],.popup .input-wrapper input[type=tel],.popup .input-wrapper input[type=email],.popup .input-wrapper input[type=password],.popup .input-wrapper select,.popup .input-wrapper .errors{margin-bottom:4px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup .input-wrapper label,.popup .input-wrapper input[type=text],.popup .input-wrapper input[type=tel],.popup .input-wrapper input[type=email],.popup .input-wrapper input[type=password],.popup .input-wrapper select,.popup .input-wrapper .errors{margin-bottom:1.5vmin}}.popup .input-wrapper input[type=text],.popup .input-wrapper input[type=tel],.popup .input-wrapper input[type=email],.popup .input-wrapper input[type=password]{color:#878787}.popup .input-wrapper input[type=text]::-webkit-input-placeholder,.popup .input-wrapper input[type=tel]::-webkit-input-placeholder,.popup .input-wrapper input[type=email]::-webkit-input-placeholder,.popup .input-wrapper input[type=password]::-webkit-input-placeholder{color:#bdbdbd}.popup .input-wrapper input[type=text]:-moz-placeholder,.popup .input-wrapper input[type=tel]:-moz-placeholder,.popup .input-wrapper input[type=email]:-moz-placeholder,.popup .input-wrapper input[type=password]:-moz-placeholder{color:#bdbdbd;opacity:1}.popup .input-wrapper input[type=text]::-moz-placeholder,.popup .input-wrapper input[type=tel]::-moz-placeholder,.popup .input-wrapper input[type=email]::-moz-placeholder,.popup .input-wrapper input[type=password]::-moz-placeholder{color:#bdbdbd;opacity:1}.popup .input-wrapper input[type=text]:-ms-input-placeholder,.popup .input-wrapper input[type=tel]:-ms-input-placeholder,.popup .input-wrapper input[type=email]:-ms-input-placeholder,.popup .input-wrapper input[type=password]:-ms-input-placeholder{color:#bdbdbd}.popup .input-wrapper input[type=text],.popup .input-wrapper input[type=tel],.popup .input-wrapper input[type=email],.popup .input-wrapper input[type=password],.popup .input-wrapper select{border:1px solid #e1e1e1;text-align:center;padding:0;box-sizing:border-box}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup .input-wrapper input[type=text],.popup .input-wrapper input[type=tel],.popup .input-wrapper input[type=email],.popup .input-wrapper input[type=password],.popup .input-wrapper select{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup .input-wrapper input[type=text],.popup .input-wrapper input[type=tel],.popup .input-wrapper input[type=email],.popup .input-wrapper input[type=password],.popup .input-wrapper select{font-size:14px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup .input-wrapper input[type=text],.popup .input-wrapper input[type=tel],.popup .input-wrapper input[type=email],.popup .input-wrapper input[type=password],.popup .input-wrapper select{height:40px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup .input-wrapper input[type=text],.popup .input-wrapper input[type=tel],.popup .input-wrapper input[type=email],.popup .input-wrapper input[type=password],.popup .input-wrapper select{height:10vmin}}.popup .input-wrapper select{text-align-last:center;background-color:#fff;color:#878787;position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-selectArrowDown.png");background-position:right 10px center;background-repeat:no-repeat;background-size:auto 20%}.popup .input-wrapper select::-ms-expand{display:none}.popup .input-wrapper.error .errors{color:#c8b179}.popup .input-wrapper.error input,.popup .input-wrapper.error select{border:1px solid #c8b179}.popup button{color:#fff;font-weight:600;text-transform:none;width:100%}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup button{font-size:6vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup button{font-size:18px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup button{height:56.32px;line-height:56.32px;margin-top:22px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup button{height:12.1vmin;line-height:12.1vmin;font-size:4.4vmin;margin-top:8.25vmin}}.popup.popup-compact{height:auto}.popup.popup-compact h2{border-bottom:none}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-compact{width:89vw;left:50%;top:50%;transform:translate(-50%, -50%)}}.popup.popup-tooltip{line-height:1.5;text-align:left}.popup.popup-tooltip h2{font-size:20px;text-transform:uppercase;margin-bottom:18px}.popup.popup-tooltip h2:before{display:inline-block;margin-right:.5em;content:"";width:1em;height:1em;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/1751352967-yellow_question_mark.svg");background-repeat:no-repeat;background-position:center center;background-size:100% auto;vertical-align:middle}.popup.popup-tooltip h2>span{display:inline-block;vertical-align:middle}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup.popup-tooltip .x{height:18px;font-size:25px;top:25px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-tooltip .x{height:7vmin;font-size:6vmin;line-height:7vmin;top:3.5vmin;right:4.5vmin}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-tooltip{padding-top:1vmin;padding-bottom:6.5vmin;padding-left:5.5vmin;padding-right:5.5vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup.popup-tooltip{padding-bottom:28px}}.popup.popups-another-change{border-radius:8px}.popup.popups-another-change .input-wrapper.remove-padding{margin-bottom:-12px}.popup.popups-another-change h2{line-height:normal;font-size:20px}.popup.popups-another-change .red span{color:red}.popup.popups-another-change a.cta2{font-size:18px;line-height:normal;border-radius:2px}.popup.popups-another-change a.cta2:hover{text-decoration:none}.popup.popups-another-change #new-price-input{margin-top:-30px}.popup .shipBack button.btn.btn-orange{margin-top:14px}.popup-modal-shutter{display:none;z-index:9999;position:fixed;left:0;top:0;width:100%;height:100%;background-color:#000;animation-name:popup-opacity-show;animation-duration:.25s;animation-iteration-count:1;animation-direction:normal;animation-timing-function:linear;animation-fill-mode:forwards;animation-delay:0s}.popup-modal-shutter.hide{animation-name:popup-opacity-hide}.popup.no-animation+.popup-modal-shutter{animation-duration:.01s}.popup-modal-pattern{left:0;top:0;right:0;bottom:0;position:fixed;z-index:999}.thank-you-icon{padding-top:24px}.popup-tip{text-align:left;max-width:530px;border-radius:8px;padding:32px 40px}.popup-tip .x{right:23px;top:22px;height:15px;font-size:26px;line-height:1;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/1751352967-x_black.svg");opacity:.3}.popup-tip h2{font:700 22px "Playfair Display";margin-bottom:8px;border-bottom:none}.popup-tip .subtitle{font:500 16px "Uncut Sans";margin-bottom:24px;color:#000;line-height:1.4}.popup-tip h6{font:500 18px "Uncut Sans";margin-bottom:2px;color:#2c4eb5}.popup-tip .popup-answer{font:300 16px "Uncut Sans";margin-bottom:24px;line-height:1.4}.tooltip{position:fixed;z-index:15000;display:block;background-color:#fff}html{overflow:auto}html.disable-scroll{overflow:hidden}body{font-family:"Uncut Sans";background-color:#f2f0ee;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;line-height:1.3;-webkit-tap-highlight-color:rgba(0,0,0,0)}body *{font-family:"Uncut Sans";color:#2b353c}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){body{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){body{font-size:14px}}body h1{color:#141414}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){body h1{font-size:6.8vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){body h1{font-size:22px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){body h2{font-size:8.6vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){body h2{font-size:30.1px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){body h3{font-size:6.8vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){body h3{font-size:23.8px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){body h4{font-size:5vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){body h4{font-size:17.5px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){body h5{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){body h5{font-size:14px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){body h6{font-size:3.4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){body h6{font-size:14px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){body #content{width:100vw;z-index:4000;box-sizing:border-box;padding-left:2vmin;padding-right:2vmin;padding-top:60px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){body #content{position:relative;width:100%;padding-top:calc(60px)}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){body .hide-mobile{display:none !important}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){body .hide-desktop{display:none !important}}body textarea{font-family:Open Sans, sans-serif}body .fixed-container-layer{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}body .fixed-container-layer>*{pointer-events:auto}.rc-tooltip{opacity:1 !important}.rc-tooltip .rc-tooltip-inner{padding:8px;font-size:14px}.rc-tooltip .rc-tooltip-inner *{color:#f2f0ee}header{overflow:auto}.header{z-index:5000;position:fixed;display:flex;align-items:center;justify-items:center;justify-content:space-evenly;box-sizing:border-box;width:100%;background-color:#f2f0ee}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.header{transition:height .4s ease-in-out;height:60px;justify-content:space-evenly}.header.site-style{height:86px;transition:height .4s ease-in-out}.header.site-style:before{height:86px}}@media screen and (min-device-width: 768px)and (max-device-width: 1024px),screen and (min-device-width: 481px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-width: 768px)and (max-width: 1024px),screen and (min-width: 481px)and (max-width: 767px)and (orientation: portrait){.header{left:0;margin-left:0;justify-content:space-evenly;padding:0 30px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.header{padding:0 24px 0 20px;height:60px;justify-content:space-between}.header.not-sticky{position:static}}.header .headerNotLoggedIn{width:20px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.header .menu-sandwich{display:none}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.header .menu-sandwich{display:block;width:29px;height:25.1333333333px;left:16.4333333333px;top:17.4333333333px;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-sandwichBlue.png");background-size:100% auto;background-repeat:no-repeat;background-position:center center}.header .menu-sandwich:active{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-sandwichGray.png")}}.header.menu-visible .menu-sandwich{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-sandwichGray.png")}.header .logo-w{position:absolute;top:17px;left:45px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.header .help-button{flex:initial}}@media screen and (min-device-width: 768px)and (max-device-width: 1024px),screen and (min-device-width: 481px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-width: 768px)and (max-width: 1024px),screen and (min-width: 481px)and (max-width: 767px)and (orientation: portrait){.header .help-button{flex:initial;display:inline !important;visibility:hidden}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.header .help-button{mask:initial;-webkit-mask:initial;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-phone.svg");background-size:66% 66%;background-position:center center;background-repeat:no-repeat;background-color:#fff;padding-left:0;padding-right:0;font-size:0;width:8vmin;height:8vmin}.header .help-button.non-visible{display:none}.header .help-button.right{right:3vmin}.header .help-button.left{transform:none}}.header .blueCircle{color:#fff;text-align:center;font-size:16px;border-radius:50%;background-color:#2c4eb5;font-weight:400;line-height:25px;height:25px;width:25px;cursor:pointer}.header .blueCircle .plus{color:#fff}.header .logo-offset{position:relative;top:4px}.header .opacity-0{visibility:hidden}.header .faqs-button{width:54px;height:30px;color:#fff;text-align:center;padding-top:3px;padding-bottom:2px;background-color:#f5a623;font-weight:600;font-size:16px;border:1px solid #f5a723;box-sizing:border-box;border-radius:4px;display:inline-block}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.header .faqs-button:hover{cursor:pointer;opacity:.8}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.header .faqs-button:active{opacity:.8}}.header .faqs-button_jb-test{background-color:#1c1c1c;border-color:#1c1c1c}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.header .faqs-button_jb-test:active{opacity:.5}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.header .wrapper{flex:initial;display:flex;justify-content:flex-end}}@media screen and (min-device-width: 768px)and (max-device-width: 1024px),screen and (min-device-width: 481px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-width: 768px)and (max-width: 1024px),screen and (min-width: 481px)and (max-width: 767px)and (orientation: portrait){.header .wrapper{flex:initial}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.header .btn-wrapper{width:18px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.header .selling-btn{opacity:1;pointer-events:all;position:absolute;right:16%;top:13px;bottom:90%;background:#f5a623;border-radius:2px;height:50%;font-family:Helvetica;line-height:180%;text-align:center;font-size:16px;text-decoration:none;color:#fff;padding-right:12px;padding-left:12px;font-weight:bold}}.survey-container{color:#141414;padding:0 24px 0 24px;font:300 16px "Roboto"}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.survey-container .single-choice-container .choice-container-font span{font-size:16px !important}}.survey-container .multiple-choice-container,.survey-container .single-choice-container{text-align:center;min-height:35vh}.survey-container .multiple-choice-container.mobile,.survey-container .single-choice-container.mobile{text-align:left}.survey-container .multiple-choice-container .checkbox-container{margin-bottom:-10px}.survey-container .labels-container{display:grid;border-top:1px solid #d7d6d6;border-left:1px solid #d7d6d6}.survey-container .labels-container .label-container{height:36px;cursor:pointer;box-sizing:border-box;border-bottom:1px solid #d7d6d6;border-right:1px solid #d7d6d6}.survey-container .labels-container .label-container.selected{border:2px solid #2c4eb5}.survey-container .labels-container .label-container .label-inner{height:34px}.survey-container .labels-container.shapes{grid-template-columns:repeat(5, 1fr)}.survey-container .labels-container.chocolate-table-6{grid-template-columns:repeat(6, 1fr)}.survey-container .labels-container.clarities{grid-template-columns:repeat(7, 1fr)}.survey-container .chocolate-property{line-height:15px !important;font-size:14px;text-transform:capitalize}.survey-container .progress-bar-container{width:100%;padding:20px 0 10px;background-color:#f2f0ee;display:flex;align-items:center;justify-content:center}.survey-container .step-dot{height:15px;width:15px;background-color:#cbd8ff;border-radius:50%;margin:5px}.survey-container .step-dot.active{background-color:#2c4eb5}.survey-container .thank-you-step-container{min-height:60vh}.survey-container .thank-you-step-container .image{height:60vh;width:100%;background-size:50%;background-position:center;background-repeat:no-repeat;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-all_set_animated.svg")}.survey-container .thank-you-step-container .thank-you-footer{background:#f2f2f2;border-radius:0 0 8px 8px;font-size:16px;line-height:26px;position:absolute;bottom:0;left:0;height:143px;width:100%;text-align:left;padding-left:35px}.survey-container .thank-you-step-container .thank-you-footer .title{color:#141414;font-weight:bold;margin:40px 0 10px}.survey-container .listing-draft-no-phone{text-align:left;display:flex;flex-direction:column;justify-content:flex-end;padding:20px 10px;background-color:#fff7ea;position:absolute;bottom:0}.survey-container .listing-draft-no-phone .diamond-bullets-container{margin:8px 15px;height:50px}.survey-container .survey-vector{position:absolute;width:90%;left:40px;background:#ccc;border:1px solid #ccc}.survey-container .survey-vector.mobile{left:0;width:100%}.survey-container .listing-draft-no-phone>.listing-draft-no-phone-container{padding:0}.survey-container .subtitle{text-align:center;font-size:16px;margin-bottom:32px;display:inline-block;line-height:22px !important}.survey-container .buttons-container{text-align:right;position:absolute;bottom:15px;width:360px}.survey-container .buttons-container.center{text-align:center;left:29%;max-width:50%}.survey-container .buttons-container.mobile{position:relative;bottom:0;max-width:105%;left:-4px;margin-top:1rem}.survey-container .buttons-container.mobile.short{margin-top:2rem}.survey-container .buttons-container.mobile>div[data-clarity-type=medium-primary-button] button:hover:enabled,.survey-container .buttons-container.mobile div[data-clarity-type=large-primary-button] button:hover:enabled{background-color:#2d5dec !important}.survey-container .buttons-container .back-link{width:min-content;display:inline-block;margin-right:20px}.survey-container .buttons-container button{text-transform:none !important;height:auto !important}.survey-container .question{display:inline-block;margin:32px 0 20px 0;height:fit-content}.survey-container .end-adornment-container{padding-right:0 !important}.listing-draft-no-phone-container .multiple-choice-container{margin-bottom:7vmin}.survey-container.no-padding{padding:0}.popup-survey-desktop{max-width:860px;height:535px}.popup-survey-desktop>h2{margin-top:4px;border:0;text-align:center;font-size:24px;line-height:40px;font-weight:700;margin-bottom:7px}.popup-survey-desktop .subtitle{display:block}.popup-survey-desktop .x{width:14px;height:14px;top:24px;right:24px}.popup-survey-desktop .survey-popup-partners{width:300px}.popup-survey-desktop .survey-container .multiple-choice-container,.popup-survey-desktop .survey-container .single-choice-container{min-height:260px;margin:0 auto;position:relative;display:inline-grid;grid-template-columns:1fr;grid-auto-rows:1fr 1fr}.popup-survey-desktop .survey-popup-partners{margin-top:9px}.popup-survey-desktop .survey-container{padding:0 46px}.popup-survey-desktop .survey-container.listing-draft-no-phone-container .buttons-container button{padding-left:20px !important;padding-right:20px !important;min-width:100px !important;position:relative;right:-30px}.popup-survey-desktop .survey-container.listing-draft-no-phone-container .buttons-container button div{color:#fff}.popup-survey-desktop .thank-you-step-container{min-height:240px}.popup-survey-desktop .thank-you-step-container .image{height:40vh}.popup-survey-mobile{border-radius:24px 24px 0px 0px;width:100%;top:unset !important;bottom:0px;min-height:600px}.popup-survey-mobile>h2{font:700 24px/40px "Open Sans" !important;margin-top:20px;border:0;text-align:center;margin-bottom:0}.popup-survey-mobile button{margin-top:0px !important}.popup-survey-mobile .subtitle{display:block}.popup-survey-mobile .x{top:0px;right:15px;font:400 33px "Open Sans";color:#000;background:none}.popup-survey-mobile .survey-popup-partners{width:300px}.popup-survey-mobile .survey-container .multiple-choice-container,.popup-survey-mobile .survey-container .single-choice-container{margin:0 auto;position:relative}.popup-survey-mobile .survey-popup-partners{margin-top:9px}.popup-survey-mobile .survey-container{padding:0 24px 0 24px}.popup-survey-mobile .survey-container.listing-draft-no-phone-container .buttons-container button{padding-left:20px !important;padding-right:20px !important;min-width:100px !important;position:relative;right:-30px}.popup-survey-mobile .survey-container.listing-draft-no-phone-container .buttons-container button div{color:#fff}.popup-survey-mobile .thank-you-step-container{min-height:240px}.popup-survey-mobile .thank-you-step-container .image{height:40vh}.deterministic-outlined-input fieldset{border-color:#2c4eb5 !important}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.menu{position:absolute;left:0;top:0;height:60px;line-height:60px}.menu>ul{padding-left:12px;height:60px;display:inline-block}.menu>ul>li{display:inline-block}.menu>ul>li>a{color:#878787;text-decoration:none;padding-left:10px;padding-right:10px}.menu>ul>li>a:hover,.menu>ul>li>a:active{text-decoration:underline}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.menu{z-index:10000;position:absolute;top:0;width:100vw;height:100vh;left:-100vw}.menu>ul{display:block;position:absolute;left:0;top:0;padding-left:0;width:71vw;height:100vh;background-color:#f9f9f9;border-right:1px solid #dfdfdf}.menu>ul>li{margin-left:10vmin;width:51vw;line-height:3}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape){.menu>ul>li{font-size:5vmin}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-device-height: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.menu>ul>li{font-size:16px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.menu>ul>li:not(:last-of-type){border-bottom:1px solid #dfdfdf}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.menu>ul>li>a{padding-left:0;padding-right:0;color:#505050;text-decoration:none}.menu>ul>li>a:hover,.menu>ul>li>a:active{text-decoration:none}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.menu .close{position:absolute;background-color:rgba(0,0,0,0);right:0;top:0;width:29vw;height:100vh}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){header,#content,footer{transition:left .4s ease-in-out}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){header .menu{transition:left .35s ease-in-out}header.menu-visible{left:71vw}header.menu-visible .menu{left:-71vw}header.menu-visible+#content,header.menu-visible+#content+footer{left:50vw}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.item-container .sell-item-wizard.new-design{margin-bottom:40px}}.sell-item-wizard.new-design{display:block;width:25%;margin:20px auto}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.sell-item-wizard.new-design{width:50vmin;border:none;margin:10px auto 5px auto}}.sell-item-wizard.new-design .steps{height:25px;display:flex;max-width:300px;margin:0 auto;justify-content:space-between}.sell-item-wizard.new-design li{border-radius:50%;background-color:#dadada;color:#fff;text-align:center;width:25px;height:25px;line-height:23px;font-size:16px}.sell-item-wizard.new-design li.selected{background-color:#141414}.sell-item-wizard.new-design li.selected span{color:#fff}.sell-item-wizard.new-design li span{display:inline-block;vertical-align:middle}.sell-item-wizard.new-design hr{display:block;height:1px;border:0;border-top:1px solid #dadada;margin:1em 0;padding:0;width:80px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.sell-item-wizard.new-design hr{width:30px;margin:.8em 0}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.sell-item-wizard{width:100%;max-width:768px;padding-top:15px;padding-bottom:25px;margin-left:auto;margin-right:auto;margin-bottom:30px}.sell-item-wizard .wizard{display:flex;justify-content:space-around}.sell-item-wizard .wizard.wizard-steps-4-5{max-width:511.488px;margin:auto}.sell-item-wizard .wizard div{display:inline-block;font-size:14px;color:#bdbdbd;text-align:center}.sell-item-wizard .wizard div .version-short{display:none}.sell-item-wizard .wizard div .version-long{display:initial}.sell-item-wizard .wizard div:before{display:inline-block;width:25px;height:25px;line-height:25px;border-radius:50%;color:#fff;background-color:#dfdfdf;text-align:center;margin-right:15px}.sell-item-wizard .wizard div.selected{color:#c8b179}.sell-item-wizard .wizard div.selected:before{color:#fff;background-color:#c8b179}.sell-item-wizard .wizard div.step-1:before{content:"1"}.sell-item-wizard .wizard div.step-2:before{content:"2"}.sell-item-wizard .wizard div.step-3:before{content:"3"}.sell-item-wizard .wizard div.step-4:before{content:"1"}.sell-item-wizard .wizard div.step-5:before{content:"2"}.sell-item-wizard .wizard span.arrow-right{display:none}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.sell-item-wizard{width:calc(100% + 4vmin);border-bottom:1px solid #dfdfdf;border-top:1px solid #dfdfdf;padding:3vmin 0;margin-bottom:8vmin;margin-left:-2vmin}.sell-item-wizard .wizard{display:flex;justify-content:space-around;align-items:center;padding:0px 20px}.sell-item-wizard .wizard div{line-height:1;display:inline-block;font-size:3.7vmin;color:#bdbdbd;text-align:center}.sell-item-wizard .wizard div .version-short{display:initial}.sell-item-wizard .wizard div .version-long{display:none}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (orientation: landscape){.sell-item-wizard .wizard div .version-short{display:none}.sell-item-wizard .wizard div .version-long{display:initial}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.sell-item-wizard .wizard div:before{display:inline-block;width:1.8em;height:1.8em;line-height:1.8em;border-radius:50%;color:#fff;background-color:#dfdfdf;text-align:center;margin-right:.25em}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.sell-item-wizard .wizard div.selected{color:#c8b179}.sell-item-wizard .wizard div.selected:before{color:#fff;background-color:#c8b179}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.sell-item-wizard .wizard div.step-1:before{content:"1"}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.sell-item-wizard .wizard div.step-2:before{content:"2"}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.sell-item-wizard .wizard div.step-3:before{content:"3"}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.sell-item-wizard .wizard div.step-4:before{content:"1"}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.sell-item-wizard .wizard div.step-5:before{content:"2"}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.sell-item-wizard .wizard span.arrow-right{display:none}}.sell-item-wizard.hide{display:none !important;padding:0;margin:0}.csrs{margin-left:auto;margin-right:auto;font-size:0;display:flex;justify-content:space-around}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.csrs{margin-bottom:20px;width:65%;max-width:400px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.csrs{margin-bottom:6vmin;width:80%;max-width:520px}}.csrs>div{text-align:center;display:inline-block;color:#bdbdbd;width:28%}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.csrs>div{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.csrs>div{font-size:14px}}.csrs>div>img{max-width:100%;height:auto}.login-container-otp div[data-clarity-type=email-input] label{background-color:#f2f0ee !important}.login-container-otp div[data-clarity-type=email-input] input{background-color:#f2f0ee}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.login-container-otp{position:relative;height:calc(100vh - 89px)}}.login-container-otp .login-box{text-align:center;margin:auto;box-sizing:border-box}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.login-container-otp .login-box{width:375px;margin-top:22px;margin-bottom:26px;box-shadow:0px 0px 20px rgba(0,0,0,.1);padding:30px 28px 42px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.login-container-otp .login-box{margin-top:36px;padding:0px 28px}}.login-container-otp .login-box .login-form-title{font-family:"Argesta Headline";font-style:normal;font-weight:bold;font-size:36px;line-height:48px;text-align:center;color:#000;margin-bottom:26px}.login-container-otp .login-box .login-form-top-text{padding:0px 25px;font-weight:300;margin-bottom:36px}.login-container-otp .login-box .login-container-google-signin div[id^=gsi]{display:flex;justify-content:center}.login-container-otp .login-box .login-form-top-text,.login-container-otp .login-box .login-form-top-text span{font-style:normal;font-size:16px;line-height:28px;text-align:center;color:#000}.login-container-otp .login-box .login-form-top-text span{font-weight:400}.login-container-otp .login-box .login-form-input-area{margin-bottom:30px;text-align:left}.login-container-otp .login-box .code-4-digits{width:42px;height:42px;border:1px solid #d2d5d7;box-sizing:border-box;border-radius:4px;text-align:center;font:300 20px Roboto;margin-right:17px;background-color:inherit}.login-container-otp .login-box .code-4-digits:focus{border:2px solid #2d5dec}.login-container-otp .login-box .code-4-digits.border-error{border-color:#fe2d2c}.login-container-otp .login-box .code-4-digits:last-of-type{margin-right:0}.login-container-otp .login-box .login-error{height:26px;width:100%;text-align:center;color:#fe2d2c;line-height:26px;margin-top:5px;font-family:Roboto;font-size:14px}.login-container-otp .support-phone{color:blue}.login-container-otp .assistance-text,.login-container-otp .new-here{margin-top:25px;text-align:center;font-family:Roboto;font-style:normal;font-weight:300;font-size:16px;line-height:24px;color:#1c1c1c}.login-container-otp .assistance-text a,.login-container-otp .new-here a{font-style:normal;font-weight:400;font-size:16px;line-height:24px}.login-container-otp .assistance-text{padding-bottom:40px;margin-bottom:20px}.login-container-otp div[data-clarity-type=input-label] label{font:300 16px Roboto !important}.login-container-otp .align-center{text-align:center}.login-container.otp{margin-top:25px}.login-container.otp .errors{height:17px}.login-container h1{display:block;text-align:center;text-transform:uppercase}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.login-container h1{margin:8vmin 0}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.login-container h1{margin:40px 0}}.login-container .login-container-form{margin:0 auto}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.login-container .login-container-form{width:92%}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.login-container .login-container-form{width:329px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.login-container .login-container-form .input-wrapper{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.login-container .login-container-form .input-wrapper{font-size:14px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.login-container .login-container-form .input-wrapper{margin-bottom:15px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.login-container .login-container-form .input-wrapper{margin-bottom:5vmin}}.login-container .login-container-form .input-wrapper label,.login-container .login-container-form .input-wrapper input[type=text],.login-container .login-container-form .input-wrapper input[type=tel],.login-container .login-container-form .input-wrapper input[type=email],.login-container .login-container-form .input-wrapper input[type=password],.login-container .login-container-form .input-wrapper select,.login-container .login-container-form .input-wrapper .errors{display:block;width:100%}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.login-container .login-container-form .input-wrapper label,.login-container .login-container-form .input-wrapper input[type=text],.login-container .login-container-form .input-wrapper input[type=tel],.login-container .login-container-form .input-wrapper input[type=email],.login-container .login-container-form .input-wrapper input[type=password],.login-container .login-container-form .input-wrapper select,.login-container .login-container-form .input-wrapper .errors{margin-bottom:4px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.login-container .login-container-form .input-wrapper label,.login-container .login-container-form .input-wrapper input[type=text],.login-container .login-container-form .input-wrapper input[type=tel],.login-container .login-container-form .input-wrapper input[type=email],.login-container .login-container-form .input-wrapper input[type=password],.login-container .login-container-form .input-wrapper select,.login-container .login-container-form .input-wrapper .errors{margin-bottom:1.5vmin}}.login-container .login-container-form .input-wrapper input[type=text],.login-container .login-container-form .input-wrapper input[type=tel],.login-container .login-container-form .input-wrapper input[type=email],.login-container .login-container-form .input-wrapper input[type=password]{color:#141414}.login-container .login-container-form .input-wrapper input[type=text]::-webkit-input-placeholder,.login-container .login-container-form .input-wrapper input[type=tel]::-webkit-input-placeholder,.login-container .login-container-form .input-wrapper input[type=email]::-webkit-input-placeholder,.login-container .login-container-form .input-wrapper input[type=password]::-webkit-input-placeholder{color:#666}.login-container .login-container-form .input-wrapper input[type=text]:-ms-input-placeholder,.login-container .login-container-form .input-wrapper input[type=tel]:-ms-input-placeholder,.login-container .login-container-form .input-wrapper input[type=email]:-ms-input-placeholder,.login-container .login-container-form .input-wrapper input[type=password]:-ms-input-placeholder{color:#666}.login-container .login-container-form .input-wrapper input[type=text]::-moz-placeholder,.login-container .login-container-form .input-wrapper input[type=tel]::-moz-placeholder,.login-container .login-container-form .input-wrapper input[type=email]::-moz-placeholder,.login-container .login-container-form .input-wrapper input[type=password]::-moz-placeholder{color:#666;opacity:1}.login-container .login-container-form .input-wrapper input[type=text]:-moz-placeholder,.login-container .login-container-form .input-wrapper input[type=tel]:-moz-placeholder,.login-container .login-container-form .input-wrapper input[type=email]:-moz-placeholder,.login-container .login-container-form .input-wrapper input[type=password]:-moz-placeholder{color:#666;opacity:1}.login-container .login-container-form .input-wrapper input[type=text],.login-container .login-container-form .input-wrapper input[type=tel],.login-container .login-container-form .input-wrapper input[type=email],.login-container .login-container-form .input-wrapper input[type=password],.login-container .login-container-form .input-wrapper select{border:1px solid #e1e1e1;text-align:left;box-sizing:border-box}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.login-container .login-container-form .input-wrapper input[type=text],.login-container .login-container-form .input-wrapper input[type=tel],.login-container .login-container-form .input-wrapper input[type=email],.login-container .login-container-form .input-wrapper input[type=password],.login-container .login-container-form .input-wrapper select{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.login-container .login-container-form .input-wrapper input[type=text],.login-container .login-container-form .input-wrapper input[type=tel],.login-container .login-container-form .input-wrapper input[type=email],.login-container .login-container-form .input-wrapper input[type=password],.login-container .login-container-form .input-wrapper select{font-size:14px}}@media screen and (max-device-width: 374px)and (orientation: portrait),screen and (max-device-height: 374px)and (orientation: landscape),screen and (max-width: 374px)and (orientation: portrait),screen and (max-width: 374px)and (orientation: landscape){.login-container .login-container-form .input-wrapper input[type=text],.login-container .login-container-form .input-wrapper input[type=tel],.login-container .login-container-form .input-wrapper input[type=email],.login-container .login-container-form .input-wrapper input[type=password],.login-container .login-container-form .input-wrapper select{font-size:5.2vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.login-container .login-container-form .input-wrapper input[type=text],.login-container .login-container-form .input-wrapper input[type=tel],.login-container .login-container-form .input-wrapper input[type=email],.login-container .login-container-form .input-wrapper input[type=password],.login-container .login-container-form .input-wrapper select{height:40px;padding:0 10px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.login-container .login-container-form .input-wrapper input[type=text],.login-container .login-container-form .input-wrapper input[type=tel],.login-container .login-container-form .input-wrapper input[type=email],.login-container .login-container-form .input-wrapper input[type=password],.login-container .login-container-form .input-wrapper select{height:10vmin;padding:0 4vmin}}.login-container .login-container-form .input-wrapper select{text-align-last:center;background-color:#fff;color:#878787;position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-selectArrowDown.png");background-position:right 10px center;background-repeat:no-repeat;background-size:auto 20%}.login-container .login-container-form .input-wrapper select::-ms-expand{display:none}.login-container .login-container-form .input-wrapper.error .errors{color:#fe2d2c}.login-container .login-container-form .input-wrapper.error input,.login-container .login-container-form .input-wrapper.error select{border:1px solid #fe2d2c}.login-container .login-container-form button{color:#fff;font-weight:600;text-transform:uppercase;width:100%}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.login-container .login-container-form button{font-size:6vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.login-container .login-container-form button{font-size:18px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.login-container .login-container-form button{height:48px;line-height:48px;margin-top:30px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.login-container .login-container-form button{height:12.1vmin;line-height:12.1vmin;font-size:4.4vmin;margin-top:8.25vmin}}.login-container .new-here{display:block;text-align:center}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.login-container .new-here{border-top:1px solid #d7d6d6;bottom:0;left:0;margin:0 2vmin;padding:4vmin 0}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.login-container .new-here{display:block;width:329px;margin:10px auto 0}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.login-container .bottom{margin-top:20px}.login-container .bottom.less-margin{margin-top:10px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.login-container .bottom{margin-top:4vmin}}.login-container .bottom .logos{margin-top:20px;text-align:center}.login-container .bottom .logos img{display:inline-block}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.login-container .bottom .logos img{height:30px}.login-container .bottom .logos img:first-of-type{margin-right:10px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.login-container .bottom .logos img{margin-bottom:2vmin;height:10vmin}.login-container .bottom .logos img:first-of-type{margin-right:4vmin}}.login-container .bottom .text{text-align:center}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.login-container .bottom .text{margin-top:20px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.login-container .bottom .text{margin-top:8vmin}}.login-container .will-send-sms{width:319px;font-size:16px;line-height:26px;text-align:center;color:#141414;margin-top:25px;margin-bottom:15px}.login-container .code-4-digits{width:48px;height:48px;border:1px solid #d8d8d8;box-sizing:border-box;border-radius:4px;text-align:center;font-size:20px;margin-right:17px}.login-container .code-4-digits:focus{border:2px solid #2c4eb5}.login-container .code-4-digits:last-of-type{margin-right:0}.login-container .otp-error{text-align:center;height:17px}.login-container .align-center{text-align:center}.login-container .error{color:#fe2d2c}.login-container .border-error{border-color:#fe2d2c}.login-container .medium-gray{color:#6a6a6a}.login-container .resend-space{margin-top:30px}.login-container .four-digits-title{font-weight:bold}.login-container .help-margin{margin-bottom:14px}.fb-b-test{display:none}.fb-a-test{display:block}.shake-error{-webkit-animation:kf_shake .4s 1 linear;-moz-animation:kf_shake .4s 1 linear;-o-animation:kf_shake .4s 1 linear}@-webkit-keyframes kf_shake{0%{-webkit-transform:translate(30px)}20%{-webkit-transform:translate(-30px)}40%{-webkit-transform:translate(15px)}60%{-webkit-transform:translate(-15px)}80%{-webkit-transform:translate(8px)}100%{-webkit-transform:translate(0px)}}@-moz-keyframes kf_shake{0%{-moz-transform:translate(30px)}20%{-moz-transform:translate(-30px)}40%{-moz-transform:translate(15px)}60%{-moz-transform:translate(-15px)}80%{-moz-transform:translate(8px)}100%{-moz-transform:translate(0px)}}@-o-keyframes kf_shake{0%{-o-transform:translate(30px)}20%{-o-transform:translate(-30px)}40%{-o-transform:translate(15px)}60%{-o-transform:translate(-15px)}80%{-o-transform:translate(8px)}100%{-o-origin-transform:translate(0px)}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.continue-clarity-width{width:100%}}.continue-clarity-width>div,.continue-clarity-width>div>button{width:100%}.margin-error{margin-top:-36px}.invalid-code-error{margin-top:6px}.register-container h1{display:block;text-align:center;text-transform:uppercase}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.register-container h1{margin:4vmin 0 8vmin 15px;font-size:6vmin;width:92%}.register-container h1.long{display:none}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.register-container h1{margin:40px 0}.register-container h1.short{display:none}}.register-container .register-container-form{margin:0 auto}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.register-container .register-container-form{width:92%}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.register-container .register-container-form{width:329px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.register-container .register-container-form .input-wrapper{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.register-container .register-container-form .input-wrapper{font-size:14px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.register-container .register-container-form .input-wrapper{margin-bottom:15px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.register-container .register-container-form .input-wrapper{margin-bottom:5vmin}}.register-container .register-container-form .input-wrapper label,.register-container .register-container-form .input-wrapper input[type=text],.register-container .register-container-form .input-wrapper input[type=tel],.register-container .register-container-form .input-wrapper input[type=email],.register-container .register-container-form .input-wrapper input[type=password],.register-container .register-container-form .input-wrapper select,.register-container .register-container-form .input-wrapper .errors{display:block;width:100%}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.register-container .register-container-form .input-wrapper label,.register-container .register-container-form .input-wrapper input[type=text],.register-container .register-container-form .input-wrapper input[type=tel],.register-container .register-container-form .input-wrapper input[type=email],.register-container .register-container-form .input-wrapper input[type=password],.register-container .register-container-form .input-wrapper select,.register-container .register-container-form .input-wrapper .errors{margin-bottom:4px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.register-container .register-container-form .input-wrapper label,.register-container .register-container-form .input-wrapper input[type=text],.register-container .register-container-form .input-wrapper input[type=tel],.register-container .register-container-form .input-wrapper input[type=email],.register-container .register-container-form .input-wrapper input[type=password],.register-container .register-container-form .input-wrapper select,.register-container .register-container-form .input-wrapper .errors{margin-bottom:1.5vmin}}.register-container .register-container-form .input-wrapper input[type=text],.register-container .register-container-form .input-wrapper input[type=tel],.register-container .register-container-form .input-wrapper input[type=email],.register-container .register-container-form .input-wrapper input[type=password]{color:#141414}.register-container .register-container-form .input-wrapper input[type=text]::-webkit-input-placeholder,.register-container .register-container-form .input-wrapper input[type=tel]::-webkit-input-placeholder,.register-container .register-container-form .input-wrapper input[type=email]::-webkit-input-placeholder,.register-container .register-container-form .input-wrapper input[type=password]::-webkit-input-placeholder{color:#666}.register-container .register-container-form .input-wrapper input[type=text]:-ms-input-placeholder,.register-container .register-container-form .input-wrapper input[type=tel]:-ms-input-placeholder,.register-container .register-container-form .input-wrapper input[type=email]:-ms-input-placeholder,.register-container .register-container-form .input-wrapper input[type=password]:-ms-input-placeholder{color:#666}.register-container .register-container-form .input-wrapper input[type=text]::-moz-placeholder,.register-container .register-container-form .input-wrapper input[type=tel]::-moz-placeholder,.register-container .register-container-form .input-wrapper input[type=email]::-moz-placeholder,.register-container .register-container-form .input-wrapper input[type=password]::-moz-placeholder{color:#666;opacity:1}.register-container .register-container-form .input-wrapper input[type=text]:-moz-placeholder,.register-container .register-container-form .input-wrapper input[type=tel]:-moz-placeholder,.register-container .register-container-form .input-wrapper input[type=email]:-moz-placeholder,.register-container .register-container-form .input-wrapper input[type=password]:-moz-placeholder{color:#666;opacity:1}.register-container .register-container-form .input-wrapper input[type=text],.register-container .register-container-form .input-wrapper input[type=tel],.register-container .register-container-form .input-wrapper input[type=email],.register-container .register-container-form .input-wrapper input[type=password],.register-container .register-container-form .input-wrapper select{border:1px solid #e1e1e1;text-align:left;box-sizing:border-box;background-color:#f2f0ee}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.register-container .register-container-form .input-wrapper input[type=text],.register-container .register-container-form .input-wrapper input[type=tel],.register-container .register-container-form .input-wrapper input[type=email],.register-container .register-container-form .input-wrapper input[type=password],.register-container .register-container-form .input-wrapper select{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.register-container .register-container-form .input-wrapper input[type=text],.register-container .register-container-form .input-wrapper input[type=tel],.register-container .register-container-form .input-wrapper input[type=email],.register-container .register-container-form .input-wrapper input[type=password],.register-container .register-container-form .input-wrapper select{font-size:14px}}@media screen and (max-device-width: 374px)and (orientation: portrait),screen and (max-device-height: 374px)and (orientation: landscape),screen and (max-width: 374px)and (orientation: portrait),screen and (max-width: 374px)and (orientation: landscape){.register-container .register-container-form .input-wrapper input[type=text],.register-container .register-container-form .input-wrapper input[type=tel],.register-container .register-container-form .input-wrapper input[type=email],.register-container .register-container-form .input-wrapper input[type=password],.register-container .register-container-form .input-wrapper select{font-size:5.2vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.register-container .register-container-form .input-wrapper input[type=text],.register-container .register-container-form .input-wrapper input[type=tel],.register-container .register-container-form .input-wrapper input[type=email],.register-container .register-container-form .input-wrapper input[type=password],.register-container .register-container-form .input-wrapper select{padding:10px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.register-container .register-container-form .input-wrapper input[type=text],.register-container .register-container-form .input-wrapper input[type=tel],.register-container .register-container-form .input-wrapper input[type=email],.register-container .register-container-form .input-wrapper input[type=password],.register-container .register-container-form .input-wrapper select{height:10vmin;padding:0 4vmin}}.register-container .register-container-form .input-wrapper select{text-align-last:center;background-color:#fff;color:#878787;position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-selectArrowDown.png");background-position:right 10px center;background-repeat:no-repeat;background-size:auto 20%}.register-container .register-container-form .input-wrapper select::-ms-expand{display:none}.register-container .register-container-form .input-wrapper.error .errors{color:#fe2d2c}.register-container .register-container-form .input-wrapper.error input,.register-container .register-container-form .input-wrapper.error select{border:1px solid #fe2d2c}.register-container .register-container-form .input-wrapper .text-helper{color:#b2b2b2}.register-container .register-container-form button{color:#fff;font-weight:600;text-transform:uppercase;width:100%;letter-spacing:1px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.register-container .register-container-form button{font-size:6vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.register-container .register-container-form button{font-size:18px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.register-container .register-container-form button{line-height:48px;margin-top:30px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.register-container .register-container-form button{height:13.42vmin;line-height:12.1vmin;font-size:4.4vmin;margin-top:8.25vmin}}.register-container .register-container-form .phone-optional{display:block;right:10px;position:absolute}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.register-container .register-container-form .phone-optional{top:12px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.register-container .register-container-form .phone-optional{top:10px}}.register-container .new-here{display:block;text-align:center}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.register-container .new-here{border-top:1px solid #d7d6d6;bottom:0;left:0;margin:0 auto;margin:0 2vmin;padding:4vmin 0}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.register-container .new-here{display:block;width:329px;margin:10px auto 0}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.register-container .bottom{margin-top:20px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.register-container .bottom{margin-top:4vmin}}.register-container .bottom .logos{margin-top:20px;text-align:center}.register-container .bottom .logos img{display:inline-block}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.register-container .bottom .logos img{height:30px}.register-container .bottom .logos img:first-of-type{margin-right:10px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.register-container .bottom .logos img{margin-bottom:2vmin;height:10vmin}.register-container .bottom .logos img:first-of-type{margin-right:4vmin}}.register-container .bottom .text{text-align:center}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.register-container .bottom .text{margin-top:20px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.register-container .bottom .text{margin-top:5vmin}}.divider{margin-bottom:15px;margin-top:20px}#contact-options{display:none}.full-name{display:none}.or-spacer{height:20px;width:330px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.or-spacer{margin-top:110px;margin-left:auto;margin-right:auto;margin-bottom:20px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.or-spacer{width:100%;margin:20px auto}}.or-spacer .line-container{display:flex;width:100%;height:10px;justify-content:center}.or-spacer .line-container .line{width:50%;border-bottom:1px solid #999}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.or-spacer .line-container{width:100%}.or-spacer .line-container .line{width:35%}}.or-spacer .or-span{width:80px;display:flex;justify-content:center;color:#999}.folded-facebook{display:flex;justify-content:center}.orange{color:#2c4eb5}.orange.no-underline{text-decoration:none}.orange.strong{font-weight:600}.blue{color:#2c4eb5}.blue.no-underline{text-decoration:none}.blue.strong{font-weight:600}.fb-b-test{display:none}.fb-a-test{display:block}.error-toast{justify-content:center;display:flex}.error-toast .error-container{color:#141414;display:inline-block;border:1px solid red;padding:20px;width:285px;text-align:left;font-size:14px;background-color:rgba(240,34,34,.05)}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.image-gallery-wrapper{position:relative;overflow:hidden;width:calc(100% + 12vmin);left:-6vmin}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.image-gallery-wrapper .image-gallery{-webkit-overflow-scrolling:touch;white-space:nowrap;overflow:hidden;display:block}}.image-gallery-wrapper .image-gallery .image-gallery-scroll{height:100%}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.image-gallery-wrapper .image-gallery .image-gallery-scroll{-webkit-overflow-scrolling:touch;overflow:scroll;margin-bottom:-20px;padding:5px 25px 20px}}.image-gallery-wrapper .image-gallery .image-gallery-scroll .thumb{display:inline-block;width:100px;height:100px;box-sizing:border-box;border:1px solid #e1e1e1;cursor:pointer;margin-bottom:19px;margin-right:22px;background-size:auto 100%;background-position:center center;background-repeat:no-repeat}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.image-gallery-wrapper .image-gallery .image-gallery-scroll .thumb{margin:0 15px 0 0}}.image-gallery-wrapper .image-gallery .image-gallery-scroll .thumb:first-of-type{margin-left:25px}.image-gallery-wrapper .image-gallery .image-gallery-scroll .thumb:nth-child(4n){margin-right:0}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.image-gallery-wrapper .image-gallery .image-gallery-scroll .thumb:nth-child(4n){margin-right:15px}}.image-gallery-wrapper .image-gallery .image-gallery-scroll .thumb:last-of-type{margin-right:0}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.image-gallery-wrapper .image-gallery-hide-scroll{position:absolute;width:100%;height:10px;background-color:#fff;bottom:0;left:0}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.image-gallery-wrapper .image-gallery-hide-scroll{display:none}}.popup-image-gallery{font-size:0;max-width:89vw;width:auto;height:auto;padding:0;overflow:hidden}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup-image-gallery{width:auto;left:50%;top:50%;transform:translate(-50%, -50%)}}.popup-image-gallery h2{display:none}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup-image-gallery .x{height:7vmin;font-size:6vmin;line-height:7vmin;top:3.5vmin;right:4.5vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup-image-gallery .x{height:30px;font-size:25px;line-height:30px;top:10px}}.popup-image-gallery img{max-width:100%;max-height:100%}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup-image-gallery img{max-width:100vw;max-height:100vh}}.hiw-container{font-size:1.125rem;color:#000}.hiw-container div{display:flex}.hiw-container ul{display:flex;flex-direction:column}.hiw-container hr{border-style:inset;border-width:1px;border:.5px solid rgba(255,255,255,.1);border-radius:2px;margin:0}.hiw-container .inner-container{max-width:1000px;flex-direction:column;align-items:center;padding:0 20px}.hiw-container .section-header{font-size:3.375rem;font-weight:800}.hiw-container .section-header.main-header{text-align:center}.hiw-container .expandable-LI{margin:25px 0}.hiw-container .small-info-box{margin:20px 0}.hiw-container .top-section{align-items:center;flex-direction:column;width:100%}.hiw-container .top-section h3{font-size:1.125rem;font-weight:400;text-align:center}.hiw-container .steps-container{width:100%;align-items:center;flex-wrap:wrap}.hiw-container .expandable>ul{list-style-type:disc;padding-left:20px}.hiw-container .expandable>ul ul{list-style-type:circle;padding-left:14px}.hiw-container .deleted{text-decoration:line-through;color:red}.hiw-container table{margin:15px auto}.hiw-container table thead{font-weight:bold}.hiw-container table td{border:1px solid #ccc;padding:5px 10px;text-align:center}.hiw-container .faq-container{flex-direction:column;align-items:center;background-color:#141414;color:#fff}.hiw-container .faq-container h2{align-self:flex-start}.hiw-container .faq-container hr{border-style:inset;border-width:1px;border:.5 solid rgba(255,255,255,.3);border-radius:2px;margin:0}.hiw-container .faq-container .faq-list-items{width:100%;margin:30px 0;line-height:29px}.hiw-container .faq-container .faq-list-items .expandable{font-weight:300}.hiw-container .faq-container .btn-reverse{background-color:#141414;border:2px solid #fff;color:#fff;font-weight:600;font-size:1.125rem;display:flex;align-items:center;justify-content:space-around}.hiw-container .faq-container .arrow{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/howItWorks/1751352967-arrow.svg");background-repeat:no-repeat;width:30px;height:15px;display:inline-block}.hiw-container .youtube-container{display:block}.hiw-container .youtube-container iframe{top:5px;position:relative}.hiw-container .youtube-container span{width:100%}.hiw-container .all-set-container{margin:50px 0}.hiw-container .all-set-container .all-set-text{font-size:1.25rem;text-align:center;margin:30px 0;max-width:750px;line-height:2rem}.hiw-container .need-help-container .contact-ways-container{width:100%;max-width:1000px;justify-content:space-between;margin:100px 0}.hiw-container .redirect-btn{width:185px;height:50px;border-radius:8px;margin-top:15px;font-size:1.125rem;font-weight:600;text-transform:none}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.hiw-container .steps-container{margin:90px 0 40px;justify-content:space-between}.hiw-container .main-header{margin-top:20px}.hiw-container .top-section h3{margin:10px}.hiw-container .need-help-container .title{align-self:flex-start}.hiw-container .inner-container{width:95%;margin:100px auto}}@media screen and (min-device-width: 768px)and (max-device-width: 1024px),screen and (min-device-width: 481px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-width: 768px)and (max-width: 1024px),screen and (min-width: 481px)and (max-width: 767px)and (orientation: portrait){.hiw-container .steps-container{justify-content:center}.hiw-container .small-info-box{max-width:31%}.hiw-container .inner-container{width:90%;margin:40px auto}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.hiw-container .steps-container{flex-direction:column;padding-left:9vmin}.hiw-container .steps-container .step-preview{width:70%}.hiw-container .top-section h3{margin:15px 0 40px;width:300px}.hiw-container .faq-container .faq-list-items{width:100%}.hiw-container .need-help-container .contact-ways-container{flex-direction:column;align-items:center;margin:60px 0 25px}.hiw-container .main-header{margin-top:0}.hiw-container .small-info-box{margin:30px 0}.hiw-container .inner-container{margin:40px auto}}.sellingWithTrust{text-align:left}.sellingWithTrust h3{margin-bottom:0 !important}.sellingWithTrust .flexColumnCenter{display:flex;flex-direction:column;align-items:center}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.sellingWithTrust .width-66{max-width:667px;width:66%;margin:0 auto}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.sellingWithTrust .width-66{margin:0 24px}}.sellingWithTrust .trustHeader{text-align:center;padding:70px 0 84px}.sellingWithTrust .trustHeader h1,.sellingWithTrust .trustHeader span{color:#fff !important}.sellingWithTrust .trustHeader h1{text-shadow:0px 4px 10px rgba(0,0,0,.25) !important}.sellingWithTrust .trustHeader .trustHeaderTextContainer{margin:22px 0 40px}.sellingWithTrust .trustProcess{padding:73px 0 32px}.sellingWithTrust .trustProcess .truestStepsContainer{margin:48px 0}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.sellingWithTrust .trustProcess .truestStepsContainer{display:grid;grid-gap:48px;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.sellingWithTrust .trustProcess .truestStepsContainer{margin:0 0 48px}.sellingWithTrust .trustProcess .truestStepsContainer>div{margin-top:48px}.sellingWithTrust .trustProcess .truestStepsContainer>div:first-of-type{margin-top:40px}}.sellingWithTrust .trustFinancial{padding:73px 0 76px;align-items:flex-start}.sellingWithTrust .trustFinancial .trustFinancialTitle{margin-bottom:26px}.sellingWithTrust .trustThings{padding:73px 0 80px}.sellingWithTrust .trustThings .bulletsContainer{color:#000;align-items:flex-start}.sellingWithTrust .trustThings .bulletsContainer>div{margin-top:30px}.experts .experts-top-section{background-repeat:no-repeat;background-size:cover;background-position:50% 76%}.experts .experts-top-section h1{font-family:"Argesta Headline" !important}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.experts .experts-top-section{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/experts/1751352967-expertsHeader.svg");mix-blend-mode:multiply;padding:36px 0 28px;margin:20px 0}.experts .experts-top-section .loading-buttons{margin:24px}}@media screen and (min-device-width: 768px)and (max-device-width: 1024px),screen and (min-device-width: 481px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-width: 768px)and (max-width: 1024px),screen and (min-width: 481px)and (max-width: 767px)and (orientation: portrait){.experts .experts-top-section{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/experts/1751352967-expertsHeaderTablet.svg");mix-blend-mode:multiply;height:300px}.experts .experts-top-section .header-buttons-container{width:500px;justify-content:space-between}.experts .experts-top-section .loading-buttons{margin:24px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.experts .experts-top-section{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/experts/1751352967-expertsHeaderMobile.svg");mix-blend-mode:multiply;padding:18px 17px 84px}.experts .experts-top-section .header-buttons-container{flex-direction:column}.experts .experts-top-section .loading-buttons{margin:55px}}.experts .trust-logos{max-width:1366px;justify-content:space-around;flex-wrap:wrap}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.experts .trust-logos{margin:25px auto}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.experts .trust-logos{margin:0 auto 25px}}.experts .trust-logos .logo{display:flex;align-items:center}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.experts .trust-logos .logo{max-height:70px;max-width:200px}}@media screen and (min-device-width: 768px)and (max-device-width: 1024px),screen and (min-device-width: 481px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-width: 768px)and (max-width: 1024px),screen and (min-width: 481px)and (max-width: 767px)and (orientation: portrait){.experts .trust-logos .logo{max-height:40px;max-width:135px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.experts .trust-logos .logo{margin-top:10px;max-height:50px;max-width:105px}}.experts .trust-logos .logo img{max-width:100%;mix-blend-mode:multiply}.experts .process-section{max-width:1366px;padding:50px 20px}.experts .process-section h3{font-family:"Argesta Display" !important}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.experts .process-section .process-text{max-width:730px}.experts .process-section .process-image-container{mix-blend-mode:multiply;max-height:350px;padding:30px 0}.experts .process-section .process-image-MB{display:none}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.experts .process-section .process-text{margin:0 10px}.experts .process-section .process-image-container{padding:30px 0;mix-blend-mode:multiply}.experts .process-section .process-image-DT{display:none}}.experts .cards-container{background-color:#f9f9f9;padding-bottom:60px}.experts div[data-clarity-type=xl-primary-button] button,.experts div[data-clarity-type=large-primary-button] button,.experts div[data-clarity-type=medium-primary-button] button,.where-to-sell div[data-clarity-type=xl-primary-button] button,.where-to-sell div[data-clarity-type=large-primary-button] button,.where-to-sell div[data-clarity-type=medium-primary-button] button,.how-to-price div[data-clarity-type=xl-primary-button] button,.how-to-price div[data-clarity-type=large-primary-button] button,.how-to-price div[data-clarity-type=medium-primary-button] button,.calculate-item-value div[data-clarity-type=xl-primary-button] button,.calculate-item-value div[data-clarity-type=large-primary-button] button,.calculate-item-value div[data-clarity-type=medium-primary-button] button,.coming-soon div[data-clarity-type=xl-primary-button] button,.coming-soon div[data-clarity-type=large-primary-button] button,.coming-soon div[data-clarity-type=medium-primary-button] button{background-color:#2c4eb5 !important}.experts div[data-clarity-type=xl-primary-button] button *,.experts div[data-clarity-type=large-primary-button] button *,.experts div[data-clarity-type=medium-primary-button] button *,.where-to-sell div[data-clarity-type=xl-primary-button] button *,.where-to-sell div[data-clarity-type=large-primary-button] button *,.where-to-sell div[data-clarity-type=medium-primary-button] button *,.how-to-price div[data-clarity-type=xl-primary-button] button *,.how-to-price div[data-clarity-type=large-primary-button] button *,.how-to-price div[data-clarity-type=medium-primary-button] button *,.calculate-item-value div[data-clarity-type=xl-primary-button] button *,.calculate-item-value div[data-clarity-type=large-primary-button] button *,.calculate-item-value div[data-clarity-type=medium-primary-button] button *,.coming-soon div[data-clarity-type=xl-primary-button] button *,.coming-soon div[data-clarity-type=large-primary-button] button *,.coming-soon div[data-clarity-type=medium-primary-button] button *{color:#fff !important}.experts div[data-clarity-type=xl-primary-button] button:hover:enabled,.experts div[data-clarity-type=large-primary-button] button:hover:enabled,.experts div[data-clarity-type=medium-primary-button] button:hover:enabled,.where-to-sell div[data-clarity-type=xl-primary-button] button:hover:enabled,.where-to-sell div[data-clarity-type=large-primary-button] button:hover:enabled,.where-to-sell div[data-clarity-type=medium-primary-button] button:hover:enabled,.how-to-price div[data-clarity-type=xl-primary-button] button:hover:enabled,.how-to-price div[data-clarity-type=large-primary-button] button:hover:enabled,.how-to-price div[data-clarity-type=medium-primary-button] button:hover:enabled,.calculate-item-value div[data-clarity-type=xl-primary-button] button:hover:enabled,.calculate-item-value div[data-clarity-type=large-primary-button] button:hover:enabled,.calculate-item-value div[data-clarity-type=medium-primary-button] button:hover:enabled,.coming-soon div[data-clarity-type=xl-primary-button] button:hover:enabled,.coming-soon div[data-clarity-type=large-primary-button] button:hover:enabled,.coming-soon div[data-clarity-type=medium-primary-button] button:hover:enabled{background:#47566d !important}.experts div[data-clarity-type=xl-primary-button] button:active:enabled,.experts div[data-clarity-type=large-primary-button] button:active:enabled,.experts div[data-clarity-type=medium-primary-button] button:active:enabled,.where-to-sell div[data-clarity-type=xl-primary-button] button:active:enabled,.where-to-sell div[data-clarity-type=large-primary-button] button:active:enabled,.where-to-sell div[data-clarity-type=medium-primary-button] button:active:enabled,.how-to-price div[data-clarity-type=xl-primary-button] button:active:enabled,.how-to-price div[data-clarity-type=large-primary-button] button:active:enabled,.how-to-price div[data-clarity-type=medium-primary-button] button:active:enabled,.calculate-item-value div[data-clarity-type=xl-primary-button] button:active:enabled,.calculate-item-value div[data-clarity-type=large-primary-button] button:active:enabled,.calculate-item-value div[data-clarity-type=medium-primary-button] button:active:enabled,.coming-soon div[data-clarity-type=xl-primary-button] button:active:enabled,.coming-soon div[data-clarity-type=large-primary-button] button:active:enabled,.coming-soon div[data-clarity-type=medium-primary-button] button:active:enabled{background:#47566d !important}.experts div[data-clarity-type=xl-primary-button] button:disabled,.experts div[data-clarity-type=large-primary-button] button:disabled,.experts div[data-clarity-type=medium-primary-button] button:disabled,.where-to-sell div[data-clarity-type=xl-primary-button] button:disabled,.where-to-sell div[data-clarity-type=large-primary-button] button:disabled,.where-to-sell div[data-clarity-type=medium-primary-button] button:disabled,.how-to-price div[data-clarity-type=xl-primary-button] button:disabled,.how-to-price div[data-clarity-type=large-primary-button] button:disabled,.how-to-price div[data-clarity-type=medium-primary-button] button:disabled,.calculate-item-value div[data-clarity-type=xl-primary-button] button:disabled,.calculate-item-value div[data-clarity-type=large-primary-button] button:disabled,.calculate-item-value div[data-clarity-type=medium-primary-button] button:disabled,.coming-soon div[data-clarity-type=xl-primary-button] button:disabled,.coming-soon div[data-clarity-type=large-primary-button] button:disabled,.coming-soon div[data-clarity-type=medium-primary-button] button:disabled{background-color:#bbb !important}.experts div[data-clarity-type=medium-primary-button] button,.where-to-sell div[data-clarity-type=medium-primary-button] button,.how-to-price div[data-clarity-type=medium-primary-button] button,.calculate-item-value div[data-clarity-type=medium-primary-button] button,.coming-soon div[data-clarity-type=medium-primary-button] button{border-color:#2c4eb5 !important}.experts div[data-clarity-type=medium-primary-button] button:hover:enabled,.where-to-sell div[data-clarity-type=medium-primary-button] button:hover:enabled,.how-to-price div[data-clarity-type=medium-primary-button] button:hover:enabled,.calculate-item-value div[data-clarity-type=medium-primary-button] button:hover:enabled,.coming-soon div[data-clarity-type=medium-primary-button] button:hover:enabled{border-color:#47566d !important}.experts div[data-clarity-type=large-secondary-button] button,.experts div[data-clarity-type=xl-secondary-button] button,.experts div[data-clarity-type=medium-secondary-button] button,.where-to-sell div[data-clarity-type=large-secondary-button] button,.where-to-sell div[data-clarity-type=xl-secondary-button] button,.where-to-sell div[data-clarity-type=medium-secondary-button] button,.how-to-price div[data-clarity-type=large-secondary-button] button,.how-to-price div[data-clarity-type=xl-secondary-button] button,.how-to-price div[data-clarity-type=medium-secondary-button] button,.calculate-item-value div[data-clarity-type=large-secondary-button] button,.calculate-item-value div[data-clarity-type=xl-secondary-button] button,.calculate-item-value div[data-clarity-type=medium-secondary-button] button,.coming-soon div[data-clarity-type=large-secondary-button] button,.coming-soon div[data-clarity-type=xl-secondary-button] button,.coming-soon div[data-clarity-type=medium-secondary-button] button{border-color:#2c4eb5 !important}.experts div[data-clarity-type=large-secondary-button] button *,.experts div[data-clarity-type=xl-secondary-button] button *,.experts div[data-clarity-type=medium-secondary-button] button *,.where-to-sell div[data-clarity-type=large-secondary-button] button *,.where-to-sell div[data-clarity-type=xl-secondary-button] button *,.where-to-sell div[data-clarity-type=medium-secondary-button] button *,.how-to-price div[data-clarity-type=large-secondary-button] button *,.how-to-price div[data-clarity-type=xl-secondary-button] button *,.how-to-price div[data-clarity-type=medium-secondary-button] button *,.calculate-item-value div[data-clarity-type=large-secondary-button] button *,.calculate-item-value div[data-clarity-type=xl-secondary-button] button *,.calculate-item-value div[data-clarity-type=medium-secondary-button] button *,.coming-soon div[data-clarity-type=large-secondary-button] button *,.coming-soon div[data-clarity-type=xl-secondary-button] button *,.coming-soon div[data-clarity-type=medium-secondary-button] button *{color:#2c4eb5 !important}.experts div[data-clarity-type=large-secondary-button] button:hover:enabled,.experts div[data-clarity-type=xl-secondary-button] button:hover:enabled,.experts div[data-clarity-type=medium-secondary-button] button:hover:enabled,.where-to-sell div[data-clarity-type=large-secondary-button] button:hover:enabled,.where-to-sell div[data-clarity-type=xl-secondary-button] button:hover:enabled,.where-to-sell div[data-clarity-type=medium-secondary-button] button:hover:enabled,.how-to-price div[data-clarity-type=large-secondary-button] button:hover:enabled,.how-to-price div[data-clarity-type=xl-secondary-button] button:hover:enabled,.how-to-price div[data-clarity-type=medium-secondary-button] button:hover:enabled,.calculate-item-value div[data-clarity-type=large-secondary-button] button:hover:enabled,.calculate-item-value div[data-clarity-type=xl-secondary-button] button:hover:enabled,.calculate-item-value div[data-clarity-type=medium-secondary-button] button:hover:enabled,.coming-soon div[data-clarity-type=large-secondary-button] button:hover:enabled,.coming-soon div[data-clarity-type=xl-secondary-button] button:hover:enabled,.coming-soon div[data-clarity-type=medium-secondary-button] button:hover:enabled{background:none;background-color:#e7ebf9}.experts div[data-clarity-type=large-secondary-button] button:active:enabled,.experts div[data-clarity-type=large-secondary-button] button:active,.experts div[data-clarity-type=xl-secondary-button] button:active:enabled,.experts div[data-clarity-type=xl-secondary-button] button:active,.experts div[data-clarity-type=medium-secondary-button] button:active:enabled,.experts div[data-clarity-type=medium-secondary-button] button:active,.where-to-sell div[data-clarity-type=large-secondary-button] button:active:enabled,.where-to-sell div[data-clarity-type=large-secondary-button] button:active,.where-to-sell div[data-clarity-type=xl-secondary-button] button:active:enabled,.where-to-sell div[data-clarity-type=xl-secondary-button] button:active,.where-to-sell div[data-clarity-type=medium-secondary-button] button:active:enabled,.where-to-sell div[data-clarity-type=medium-secondary-button] button:active,.how-to-price div[data-clarity-type=large-secondary-button] button:active:enabled,.how-to-price div[data-clarity-type=large-secondary-button] button:active,.how-to-price div[data-clarity-type=xl-secondary-button] button:active:enabled,.how-to-price div[data-clarity-type=xl-secondary-button] button:active,.how-to-price div[data-clarity-type=medium-secondary-button] button:active:enabled,.how-to-price div[data-clarity-type=medium-secondary-button] button:active,.calculate-item-value div[data-clarity-type=large-secondary-button] button:active:enabled,.calculate-item-value div[data-clarity-type=large-secondary-button] button:active,.calculate-item-value div[data-clarity-type=xl-secondary-button] button:active:enabled,.calculate-item-value div[data-clarity-type=xl-secondary-button] button:active,.calculate-item-value div[data-clarity-type=medium-secondary-button] button:active:enabled,.calculate-item-value div[data-clarity-type=medium-secondary-button] button:active,.coming-soon div[data-clarity-type=large-secondary-button] button:active:enabled,.coming-soon div[data-clarity-type=large-secondary-button] button:active,.coming-soon div[data-clarity-type=xl-secondary-button] button:active:enabled,.coming-soon div[data-clarity-type=xl-secondary-button] button:active,.coming-soon div[data-clarity-type=medium-secondary-button] button:active:enabled,.coming-soon div[data-clarity-type=medium-secondary-button] button:active{background-color:#e7ebf9 !important}.where-to-sell div[data-clarity-type=subtitle] h4{font-family:inherit !important}.where-to-sell div[data-clarity-type=black-full-label] label{font-family:inherit !important}.where-to-sell div[data-clarity-type=regular] span{font-family:inherit !important}.where-to-sell div[data-clarity-type=helper-text] span{font-family:inherit !important}.where-to-sell div[data-clarity-type=medium-secondary-button] button{border:2px solid #2c4eb5 !important}.where-to-sell div[data-clarity-type=medium-secondary-button] button *{color:#2c4eb5 !important}.where-to-sell .comparison{max-width:1366px;padding:25px 25px 0}.where-to-sell .comparison h1{font-family:"Argesta Headline" !important}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.where-to-sell .comparison .comparison-content{padding:25px 0 42px}.where-to-sell .comparison .comparison-content .pros-cons-box{margin:50px 0}.where-to-sell .comparison .comparison-content .pros-cons-box:last-child{margin-bottom:0}.where-to-sell .comparison .comparison-content .DT-title-row{display:none}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.where-to-sell .comparison .comparison-content{padding:42px 0}.where-to-sell .comparison .comparison-content .DT-title-row .header-container-PH{min-width:301px;height:100px;border-bottom:1px solid #c4c4c4}.where-to-sell .comparison .comparison-content .DT-title-row .title-box{border:1px solid #c4c4c4;border-right:none;background-color:#e7e3e0;width:33%;padding-left:20px;justify-content:center;align-items:flex-start}.where-to-sell .comparison .comparison-content .DT-title-row .bottom-line{background:#c7427c;border-color:#c7427c}}@media screen and (min-device-width: 768px)and (max-device-width: 1024px),screen and (min-device-width: 481px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-width: 768px)and (max-width: 1024px),screen and (min-width: 481px)and (max-width: 767px)and (orientation: portrait){.where-to-sell .comparison .comparison-content .DT-title-row .header-container-PH{min-width:201px}}.how-to-price .image-container img{mix-blend-mode:multiply}.how-to-price div[data-clarity-type=h2] h2{font-family:inherit !important;font-weight:300 !important}.how-to-price .h2p{max-width:1366px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.how-to-price .h2p .h2p-header{padding:25px 0}}@media screen and (min-device-width: 768px)and (max-device-width: 1024px),screen and (min-device-width: 481px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-width: 768px)and (max-width: 1024px),screen and (min-width: 481px)and (max-width: 767px)and (orientation: portrait){.how-to-price .h2p .h2p-header{padding:25px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.how-to-price .h2p .h2p-header{padding:25px}}.how-to-price .h2p .h2p-content{width:100%}.how-to-price .h2p .h2p-content .tabs-container{margin:40px 0 60px;overflow:scroll;-ms-overflow-style:none;scrollbar-width:none}.how-to-price .h2p .h2p-content .tab-container{margin-bottom:42px}.how-to-price .h2p .h2p-content .dots-divider-container{margin:20px 0}.how-to-price .h2p .h2p-content .dots-divider-container img{width:50%}@media screen and (min-device-width: 768px)and (max-device-width: 1024px),screen and (min-device-width: 481px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-width: 768px)and (max-width: 1024px),screen and (min-width: 481px)and (max-width: 767px)and (orientation: portrait){.how-to-price .h2p .h2p-content .tabs-slider{padding-left:25px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.how-to-price .h2p .h2p-content .tabs-slider{padding-left:25px;width:initial}.how-to-price .h2p .h2p-content .tabs-container::-webkit-scrollbar{display:none}.how-to-price .h2p .h2p-content .dots-divider-container{display:none}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.how-to-price .h2p .like-dislike-banner{margin:0 20px}}@media screen and (min-device-width: 768px)and (max-device-width: 1024px),screen and (min-device-width: 481px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-width: 768px)and (max-width: 1024px),screen and (min-width: 481px)and (max-width: 767px)and (orientation: portrait){.how-to-price .h2p .like-dislike-banner{margin:0 20px}}.tab-H2P{margin-right:30px;cursor:pointer}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.tab-H2P{width:28%}}@media screen and (min-device-width: 768px)and (max-device-width: 1024px),screen and (min-device-width: 481px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-width: 768px)and (max-width: 1024px),screen and (min-width: 481px)and (max-width: 767px)and (orientation: portrait){.tab-H2P{width:45%}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.tab-H2P{width:50%}}.tab-H2P.blur{opacity:.7}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.tab-H2P:last-child{margin-right:0}}@media screen and (min-device-width: 768px)and (max-device-width: 1024px),screen and (min-device-width: 481px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-width: 768px)and (max-width: 1024px),screen and (min-width: 481px)and (max-width: 767px)and (orientation: portrait){.tab-H2P:last-child{margin-right:30px}}.tab-H2P .tab-H2P-main{padding-bottom:20px;min-height:150px;border-bottom:3px solid #aaa}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.tab-H2P .tab-H2P-main{width:240px}}.tab-H2P .image-container{margin-right:15px}.tab-H2P .content-container{justify-content:flex-end}.tab-H2P .active-arrow-container{height:11px;border-top:3px solid #c7427c;position:relative;text-align:center;top:-3px}.section-H2P{justify-content:space-between}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.section-H2P .image-container{width:60%}.section-H2P .DT-pic{display:inline;width:100%}.section-H2P .MB-pic{display:none}.section-H2P.reverse-row-flex{flex-direction:row-reverse}.section-H2P .content-container{width:35%}}@media screen and (min-device-width: 768px)and (max-device-width: 1024px),screen and (min-device-width: 481px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-width: 768px)and (max-width: 1024px),screen and (min-width: 481px)and (max-width: 767px)and (orientation: portrait){.section-H2P{padding:0 25px}.section-H2P .image-container{width:60%;align-items:flex-end}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.section-H2P{padding:0 25px;flex-direction:column}.section-H2P:not(:last-of-type){margin-bottom:36px}.section-H2P .DT-pic{display:none}.section-H2P .MB-pic{display:inline;max-width:100%;margin-top:18px}}.section-H2P .number-container{height:50px;width:50px;background-color:#d2d5d7;text-align:center}.calculate-item-value .calculator-header{padding:25px 0}.calculate-item-value .calculator-content{padding-bottom:42px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.calculate-item-value .calculator{max-width:1366px;padding:25px 25px 0}.calculate-item-value .controllers-wrapper{width:40%}.calculate-item-value .controllers-wrapper.blur{opacity:.4}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.calculate-item-value .calculator{padding:0 25px}}.calculate-item-value .calc-button{margin-bottom:20px;border:1px solid #eee;border-radius:12px;padding:17px;background-color:#f4f4f4}.calculate-item-value .calc-button .edit-section{height:30px;background-color:#fff;border:1px solid #eee;border-radius:8px;padding:10px;justify-content:space-between}.calculate-item-value .calc-button .edit-section .edit-icon-container{margin-top:3px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.calculate-item-value .calculator-output-container{width:60%}}@media screen and (min-device-width: 768px)and (max-device-width: 1024px),screen and (min-device-width: 481px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-width: 768px)and (max-width: 1024px),screen and (min-width: 481px)and (max-width: 767px)and (orientation: portrait){.calculate-item-value .calculator-output-container{width:100%}}.calculate-item-value .calculator-output{box-sizing:border-box;box-shadow:0px 0px 20px rgba(0,0,0,.05);border:1px solid #eee;border-radius:12px;background-color:#f4f4f4}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.calculate-item-value .calculator-output{height:482px;padding:35px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.calculate-item-value .calculator-output{padding:17px}}.calculate-item-value .calculator-output .calc-results{box-sizing:border-box;margin-top:15px;border:1px solid #eee;border-radius:8px;background-color:#fff}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.calculate-item-value .calculator-output .calc-results{height:372px;padding:25px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.calculate-item-value .calculator-output .calc-results{padding:17px}}.calculate-item-value .calculator-output .calc-results .loader-container{height:100%}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.calculate-item-value .calculator-output .calc-results .loader-container .loader-img{width:80px;height:80px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.calculate-item-value .calculator-output .calc-results .loader-container .loader-img{width:60px;height:60px}}.calculate-item-value .calculator-output .calc-results .calc-results-text{height:100%}.calculate-item-value .calculator-output .calc-results .dollar-alert-link{color:#2c4eb5;font-weight:400;text-decoration:underline}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.calculate-item-value .helpful-question{margin:30px 25px 0}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.calculate-item-value .helpful-question{margin:30px 0 0}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.calculator-controllers{padding:20px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.calculator-controllers .controller-container{margin:0 50px 30px 0}}@media screen and (min-device-width: 768px)and (max-device-width: 1024px),screen and (min-device-width: 481px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-width: 768px)and (max-width: 1024px),screen and (min-width: 481px)and (max-width: 767px)and (orientation: portrait){.calculator-controllers{width:100%}.calculator-controllers .controller-container{margin:0 0 30px 0}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.calculator-controllers .controller-container{margin:20px 0}}.calculator-controllers .labels-container{display:grid;border-top:1px solid #d7d6d6;border-left:1px solid #d7d6d6}.calculator-controllers .labels-container .label-container{height:36px;cursor:pointer;box-sizing:border-box;border-bottom:1px solid #d7d6d6;border-right:1px solid #d7d6d6}.calculator-controllers .labels-container .label-container.selected{border:2px solid #2c4eb5}.calculator-controllers .labels-container .label-container .label-inner{height:34px}.calculator-controllers .labels-container.shapes{grid-template-columns:repeat(5, 1fr)}.calculator-controllers .labels-container.colors{grid-template-columns:repeat(7, 1fr)}.calculator-controllers .labels-container.clarities{grid-template-columns:repeat(7, 1fr)}.calculator-controllers .carat-slider{margin-top:0}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.calculator-controllers .carat-slider{width:100%;margin-bottom:30px}}.calculator-controllers .carat-slider .top{justify-content:space-between;margin-bottom:5px}.calculator-controllers .carat-slider .slider{-webkit-appearance:none;width:100%;height:1px;background:#d3d3d3;outline:none;transition:.2s;-webkit-transition:.2s}.calculator-controllers .carat-slider .slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;border-radius:50%;width:30px;height:30px;background:#2c4eb5;border:2px solid #fff;box-sizing:border-box;box-shadow:0px 0px 5px rgba(0,0,0,.25),inset 0px 0px 2px rgba(0,0,0,.25);cursor:pointer}.calculator-controllers .carat-slider .slider::-moz-range-thumb{width:30px;height:30px;border-radius:50%;background:#2c4eb5;border:2px solid #fff;box-sizing:border-box;box-shadow:0px 0px 5px rgba(0,0,0,.25),inset 0px 0px 2px rgba(0,0,0,.25);cursor:pointer}.experts-services-section{max-width:1366px;background-color:#f9f9f9;padding:65px 25px 10px}.experts-services-section .large-cards-container{padding:20px 0}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.experts-services-section .large-cards-container{display:grid;grid-gap:30px;grid-template-columns:1fr 1fr;grid-template-rows:1fr}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.experts-services-section .large-cards-container .large-cta-card{margin-bottom:34px}.experts-services-section .large-cards-container .large-cta-card:last-child{margin-bottom:0}.experts-services-section .large-cards-container .bullets-container{margin:20px 0}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.experts-services-section.horizontal{padding:65px 0 10px}.experts-services-section.horizontal .text-container{margin-left:20px}.experts-services-section.horizontal .slider{overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.experts-services-section.horizontal .large-cards-container{padding:20px 0;width:initial;margin-left:20px}.experts-services-section.horizontal .large-cards-container .large-cta-card{margin-bottom:0;min-width:250px;margin-right:20px}.experts-services-section.horizontal .slider::-webkit-scrollbar{display:none}}.DIY-section{max-width:1366px;padding:60px 25px 42px}.DIY-section .small-cards-container{padding:20px 0}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.DIY-section .small-cards-container{display:grid;grid-gap:30px;grid-template-columns:1fr 1fr 1fr 1fr}}@media screen and (min-device-width: 768px)and (max-device-width: 1024px),screen and (min-device-width: 481px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-width: 768px)and (max-width: 1024px),screen and (min-width: 481px)and (max-width: 767px)and (orientation: portrait){.DIY-section .small-cards-container{display:grid;grid-gap:30px;grid-template-columns:1fr 1fr}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.DIY-section .small-cards-container{display:grid;grid-gap:34px;grid-template-columns:1fr}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.DIY-section.horizontal{padding:60px 0 42px}.DIY-section.horizontal .text-container{margin-left:20px}.DIY-section.horizontal .slider{overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.DIY-section.horizontal .small-cards-container{display:flex;grid-gap:0;margin-left:20px;padding:20px 0}.DIY-section.horizontal .small-cards-container .small-cta-card{min-width:250px;margin-right:20px}.DIY-section.horizontal .slider::-webkit-scrollbar{display:none}}.coming-soon{text-align:left}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.coming-soon{min-height:400px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.coming-soon .text-container{margin:20px 42px 36px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.coming-soon .text-container{margin:20px 42px 6px}}.coming-soon .bottom-section{padding:36px;background-color:#f9f9f9}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.coming-soon .bottom-section{position:relative;top:30px}}.popup-coming-soon{padding:20px 0 0}.popup-coming-soon h2{margin:0 !important}.header-v4{padding:0 19px;box-sizing:border-box;position:absolute;display:flex;justify-content:space-between;align-items:center;width:100%;height:60px}.header-v4 .logo-link-v4{height:100%}.header-v4 .logo-link-v4 a{height:100%;display:flex;align-items:center}.header-v4 .logo-link-v4 a img{height:21px}.header-v4 .mobile-menu-v4{display:flex;margin-right:-14px}.header-v4 .mobile-menu-v4 .link-to-items,.header-v4 .mobile-menu-v4 .link-to-phone{display:flex;position:relative;width:42px;justify-content:center;align-items:center}.header-v4 .mobile-menu-v4 .link-to-items>img,.header-v4 .mobile-menu-v4 .link-to-phone>img{width:24px;height:24px}.header-v4 .mobile-menu-v4 .link-to-items .user-profile-circe,.header-v4 .mobile-menu-v4 .link-to-phone .user-profile-circe{position:absolute;top:5px;right:3px;width:13px;height:13px;background-color:#2c4eb5;border-radius:7px;color:#f2f0ee;font-size:8px;font-weight:800;text-align:center;vertical-align:baseline;line-height:13px}.header-v4 .mobile-menu-v4 .link-to-items{width:48px}.experts-header-container{justify-content:space-between}.experts-header-container .logo-container{cursor:pointer;max-width:180px;padding:30px}.experts-header-container .logo-container .black-logo{width:100%}.experts-header-container .header-links-container{list-style:none;position:relative;padding-right:6rem;max-height:80px}.experts-header-container .header-links-container .link{text-decoration:none;white-space:nowrap;color:#1c1c1c}.experts-header-container .header-links-container .link:hover{color:#2c4eb5}.experts-header-container .header-links-container .wide-link{margin-right:2rem !important}@media(max-width: 1290px){.experts-header-container .header-links-container{padding-top:25px}}.experts-header-container .loading-header{padding:44px}.experts-header-container .menu-item{color:#1c1c1c;font:300 16px Roboto;margin-left:42px;margin-right:7px;line-height:24px}.experts-header-container .menu-item:hover>ul{display:block}@media(max-width: 1290px){.experts-header-container .menu-item{height:40px;line-height:40px}}@media(max-width: 950px){.experts-header-container .menu-item{margin-left:15px}}.experts-header-container .header-sub-categories-container{list-style:none;position:absolute;top:70%;display:none;margin-top:0;padding:18px 30px 18px 18px;border:solid 1px #e5e5e5;border-radius:3px;line-height:36px;box-shadow:0 0 12px 0 rgba(0,0,0,.15);width:auto;min-width:140px;background-color:#fff;z-index:999}.experts-header-container .header-sub-categories-container link,.experts-header-container .header-sub-categories-container a{height:36px}.experts-header-container .account-status{right:5%}.experts-header-container .beta-wrapper{margin-top:1px;margin-left:80px;border-radius:6px;position:absolute;background:#cfd4d8;width:44px;height:24px}@media(max-width: 770px){.experts-header-container .beta-wrapper{margin-top:5px}}.experts-header-container .beta-tag{rounded:2;color:#2c4eb5;font-style:normal;font-weight:400;font-size:12px;line-height:30px;width:33.75px;height:12.96px;display:flex;align-items:center;margin:5px;margin-top:6px;margin-left:10px;text-align:center}.experts-header-container .sub-item{margin-left:0;padding-bottom:12px}.experts-header-container .sub-item .last-item{padding-bottom:0}.experts-header-container .blue-circle{color:#fff;text-align:center;font-size:16px;border-radius:50%;background-color:#2c4eb5;font-weight:400;line-height:25px;height:25px;width:25px;font-family:"Roboto";margin-bottom:2px}.experts-header-container .blue-circle .plus{font-size:12px}.like-dislike-banner{background-color:#ffddeb;height:67px;border-radius:50px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.like-dislike-banner{padding-left:40px}.like-dislike-banner .like-icon{margin:0 0 5px 25px}.like-dislike-banner .dislike-icon{margin:11px 0 0 25px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.like-dislike-banner{padding-left:20px}.like-dislike-banner .like-icon{margin:0 0 5px 20px}.like-dislike-banner .dislike-icon{margin:11px 0 0 20px}}.like-dislike-banner .like-icon:active,.like-dislike-banner .dislike-icon:active{animation-duration:.2s;animation-iteration-count:infinite;transform-origin:bottom;animation-name:bounce-6;animation-timing-function:linear}@keyframes bounce-6{0%{transform:scale(1, 1) translateY(0)}10%{transform:scale(1.1, 0.9) translateY(0)}30%{transform:scale(0.9, 1.1) translateY(-7px)}50%{transform:scale(1.05, 0.95) translateY(0)}57%{transform:scale(1, 1) translateY(-2px)}64%{transform:scale(1, 1) translateY(0)}100%{transform:scale(1, 1) translateY(0)}}.step-preview{display:flex;height:150px;align-items:center;justify-content:space-around}.step-preview .step-desc{flex-direction:column;font-size:1.1rem;font-weight:bold;color:#141414}.step-preview hr{border-style:inset;border-width:1px;width:30px;border:2px solid #141414;border-radius:2px;margin:10px 0}.step-preview .step-img{max-width:140px}.step-preview .step-num{font-size:1.7rem;font-weight:800}.step-preview .step-text{max-width:110px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.step-preview .step-desc{margin-left:35px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.step-preview{justify-content:center}.step-preview.reverse{flex-direction:row-reverse}.step-preview .step-desc{width:50%}.step-preview .step-img-container{width:50%}}.expandable-LI{width:100%}.expandable-LI .list-item{display:flex;justify-content:space-between}.expandable-LI .list-item:hover{cursor:pointer}.expandable-LI .list-item .bullet{font-size:1.1rem;font-weight:300;padding-right:20px;width:100%}.expandable-LI .list-item .icon{font-size:25px;height:25px;width:25px;font-weight:bold;transition:.15s all;position:relative;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-plusIcon.svg");background-repeat:no-repeat;margin-top:4px}.expandable-LI .list-item .icon.white{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-plusIconWhite.svg")}.expandable-LI .list-item .icon.orange{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-plusIconOrange.svg")}.expandable-LI .list-item .icon.blue{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-plusIconBlue.svg")}.expandable-LI .list-item .icon.arrow{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/listing/1751352967-orange_arrow.svg")}.expandable-LI .list-item .icon.arrowblue{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/listing/1751352967-blue_arrow.svg")}.expandable-LI .rotate-x{transform:rotate(45deg)}.expandable-LI .expandable{margin-top:20px;font-weight:400;font-size:1rem;line-height:1.75rem}.expandable-LI .expandable strong{font-weight:bold}.scroll-indiaction-container{z-index:10;position:fixed;display:flex;flex-direction:column;right:20px;top:44%}.scroll-indiaction-container .little-circle{border-radius:50%;height:10px;width:10px;margin:10px;background-color:#c1c1c1}.scroll-indiaction-container .little-circle.current{background-color:#363636}.scroll-indiaction-container .little-circle:hover{cursor:pointer}.step-section-container .bg-img-container{width:100%;position:absolute;max-width:1200px;margin-left:auto;margin-right:auto;left:0;right:0}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.step-section-container .bg-img-container{height:100%;overflow-x:hidden}}.step-section-container .bg-img{position:absolute;max-height:600px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.step-section-container .bg-img{width:70vmin}}.step-section{color:#000;width:100%;max-width:1000px;margin:0 auto;justify-content:space-around;padding:135px 120px}.step-section p{line-height:29px}.step-section .step-LIs{flex-direction:column}.step-section p{line-height:29px}.step-section .step-LIs{flex-direction:column}.step-section.reverse-orientation{flex-direction:row-reverse}.step-section.reverse-colors{background-color:#141414;color:#fff}.step-section.reverse-colors hr{border-color:#fff}.step-section .step-title,.step-section .step-num{font-size:3rem;font-weight:800}.step-section .step-subtitle{font-size:1.1rem;margin:30px 0}.step-section .step-content{flex-direction:column;z-index:2}.step-section hr{border:.5px solid #141414;opacity:.1}.step-section hr.numUnderline{width:30px;margin:20px 0;border-width:2px;border-radius:4px;opacity:1}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.step-section .step-content{max-width:490px}.step-section .place-holder{width:490px}}@media screen and (min-device-width: 768px)and (max-device-width: 1024px),screen and (min-device-width: 481px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-width: 768px)and (max-width: 1024px),screen and (min-width: 481px)and (max-width: 767px)and (orientation: portrait){.step-section .place-holder{width:350px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.step-section{padding:50px 20px}.step-section .step-title,.step-section .step-num{font-size:2.8rem}.step-section .place-holder{display:none}}.small-info-box{display:flex;flex-direction:column;justify-content:space-around;height:120px;width:250px}.small-info-box h3{font-size:1.25rem;margin:15px 0 5px;font-weight:bold}.small-info-box p{font-size:1rem;line-height:1.875rem}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.small-info-box{align-items:flex-start}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.small-info-box{align-items:center;text-align:center}}#item-state-validation-needed{max-width:1000px;margin:0 auto}#item-state-validation-needed h1{display:block;text-align:center;text-transform:uppercase;margin-bottom:20px}#item-state-validation-needed .estimation-range{position:relative;display:block;text-align:center;color:#141414}#item-state-validation-needed .estimation-range.calculating .estimation-high,#item-state-validation-needed .estimation-range.calculating .estimation-min{display:none}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-validation-needed .estimation-range{height:23vmin;margin-top:5vmin}#item-state-validation-needed .estimation-range .estimation-high{font-size:14vmin}#item-state-validation-needed .estimation-range .estimation-high .dollar{font-size:9vmin;line-height:14vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-validation-needed .estimation-range{margin-top:20px;height:72px}#item-state-validation-needed .estimation-range .estimation-high{font-size:42px}#item-state-validation-needed .estimation-range .estimation-high .dollar{font-size:26px;line-height:42px}}#item-state-validation-needed .estimation-range .estimation-high{font-weight:bold;color:#c8b179}#item-state-validation-needed .estimation-range .estimation-high .dollar{vertical-align:top}#item-state-validation-needed .estimation-range .estimation-min{color:#bdbdbd}#item-state-validation-needed .estimation-range .calculating{position:absolute;text-align:center;display:block;width:100%;bottom:8px}#item-state-validation-needed .estimation-range .no-calculating{display:none}#item-state-validation-needed>div.counter{display:block;text-align:center;color:#bdbdbd}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-validation-needed>div.counter{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-validation-needed>div.counter{font-size:14px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-validation-needed>div.counter{margin:0 7vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-validation-needed>div.counter{height:72px}}#item-state-validation-needed>div.counter>span.calculating{display:none}#item-state-validation-needed .progress{position:relative;display:block;box-shadow:0 0 5px #bdbdbd}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-validation-needed .progress{margin-top:4vmin;height:2.9vmin;border-radius:2vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-validation-needed .progress{width:600px;height:14px;border-radius:10px;margin:13px auto 0}}#item-state-validation-needed .progress .progress-bar{width:100%;position:absolute;height:100%;background:#80909f;box-shadow:0 0 5px #bdbdbd}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-validation-needed .progress .progress-bar{border-radius:2vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-validation-needed .progress .progress-bar{border-radius:10px}}#item-state-validation-needed .item-properties{display:block;margin-top:2.25em;line-height:1.75}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-validation-needed .item-properties h5{margin-bottom:1.3em;text-align:center}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-validation-needed .item-properties h5{display:none}}#item-state-validation-needed .item-properties .item-property{display:block;transition:opacity .5s linear;-webkit-transition:opacity .5s linear;-moz-transition:opacity .5s linear;-o-transition:opacity .5s linear;-ms-transition:opacity .5s linear;opacity:0}#item-state-validation-needed .item-properties .item-property.show{opacity:1}#item-state-validation-needed .item-properties .item-property .item-property-value{display:block;width:100%;color:#bdbdbd;text-align:center}#item-state-estimation-ready .item-state-estimation-ready-container{color:#666}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-estimation-ready .item-state-estimation-ready-container{width:90vmin;margin:1.5em auto 0;line-height:5.5vmin}#item-state-estimation-ready .item-state-estimation-ready-container.black-chat-bot{width:calc(81% + 1.6em);margin-top:2.5em}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-estimation-ready .item-state-estimation-ready-container{width:370px;margin:0 auto;line-height:22px}#item-state-estimation-ready .item-state-estimation-ready-container.item-state-estimation-ready-container-short{margin-top:-30px}#item-state-estimation-ready .item-state-estimation-ready-container.black-chat-bot #chat-bot{margin-bottom:55px}}#item-state-estimation-ready .item-state-estimation-ready-container h1{display:block;text-align:center;text-transform:uppercase}#item-state-estimation-ready .item-state-estimation-ready-container .desc-wrap{margin-top:20px}#item-state-estimation-ready .item-state-estimation-ready-container .box{color:#141414}#item-state-estimation-ready .item-state-estimation-ready-container .box .title{font-weight:bold;margin-bottom:2px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-estimation-ready .item-state-estimation-ready-container .box .title{text-align:left}}#item-state-estimation-ready .item-state-estimation-ready-container .list{margin-top:35px}#item-state-estimation-ready .item-state-estimation-ready-container .list .item{padding-left:70px;background-position:0 0;background-repeat:no-repeat;margin-bottom:38px}#item-state-estimation-ready .item-state-estimation-ready-container .list .item .title{color:#141414;margin-bottom:5px;font-weight:600;line-height:1}#item-state-estimation-ready .item-state-estimation-ready-container .list .item .logos{margin-top:20px;text-align:left}#item-state-estimation-ready .item-state-estimation-ready-container .list .item .logos .logo:nth-child(n+2){margin-left:15px}#item-state-estimation-ready .item-state-estimation-ready-container .list .item-graded{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/1751352967-truck.svg")}#item-state-estimation-ready .item-state-estimation-ready-container .list .item-advance-payment{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/1751352967-money.svg")}#item-state-estimation-ready .item-state-estimation-ready-container .list .item-auction{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/1751352967-auction.svg")}#item-state-estimation-ready .item-state-estimation-ready-container .short-description .short-list{margin-top:25px}#item-state-estimation-ready .item-state-estimation-ready-container .short-description .item{position:relative;padding-left:0;margin-bottom:3vmin}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-estimation-ready .item-state-estimation-ready-container .short-description .item{margin-bottom:10px}}#item-state-estimation-ready .item-state-estimation-ready-container .short-description .logo{position:absolute;right:5vmin}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-estimation-ready .item-state-estimation-ready-container .short-description .logo{right:0}}#item-state-estimation-ready .item-state-estimation-ready-container .short-description .logo.gia{top:-1vmin}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-estimation-ready .item-state-estimation-ready-container .short-description .logo.gia{top:0}}#item-state-estimation-ready .item-state-estimation-ready-container .short-description .logo.paypal{top:1.2vmin}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-estimation-ready .item-state-estimation-ready-container .short-description .logo.paypal{top:6px}}#item-state-estimation-ready .item-state-estimation-ready-container .short-description .learn-more{margin-bottom:10vmin}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-estimation-ready .item-state-estimation-ready-container .short-description .learn-more{margin-bottom:25px}}#item-state-estimation-ready .item-state-estimation-ready-container .short-description .learn-more a{color:#f0a322}#item-state-estimation-ready .item-state-estimation-ready-container .sell-it{margin-top:25px}#item-state-estimation-ready .item-state-estimation-ready-container .sell-it h1{text-align:left}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-estimation-ready .item-state-estimation-ready-container .sell-it h1{font-size:26px}}#item-state-estimation-ready .item-state-estimation-ready-container .estimation-range{display:block;text-align:center;color:#141414}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-estimation-ready .item-state-estimation-ready-container .estimation-range{margin-top:5vmin}#item-state-estimation-ready .item-state-estimation-ready-container .estimation-range .estimation-high{font-size:14vmin}#item-state-estimation-ready .item-state-estimation-ready-container .estimation-range .estimation-high .dollar{font-size:9vmin;line-height:14vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-estimation-ready .item-state-estimation-ready-container .estimation-range{margin-top:20px}#item-state-estimation-ready .item-state-estimation-ready-container .estimation-range .estimation-high{font-size:42px}#item-state-estimation-ready .item-state-estimation-ready-container .estimation-range .estimation-high .dollar{font-size:26px;line-height:42px}}#item-state-estimation-ready .item-state-estimation-ready-container .estimation-range .estimation-high{color:#c8b179;font-weight:bold}#item-state-estimation-ready .item-state-estimation-ready-container .estimation-range .estimation-high .dollar{vertical-align:top}#item-state-estimation-ready .item-state-estimation-ready-container .estimation-range .estimation-min{color:#bdbdbd}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-estimation-ready .item-state-estimation-ready-container .item-properties{width:80vmin;margin:10vmin auto 0}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-estimation-ready .item-state-estimation-ready-container .item-properties{margin-top:40px}}#item-state-estimation-ready .item-state-estimation-ready-container .item-properties .item-property{position:relative}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-estimation-ready .item-state-estimation-ready-container .item-properties .item-property{margin-bottom:7vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-estimation-ready .item-state-estimation-ready-container .item-properties .item-property{margin-bottom:22px}}#item-state-estimation-ready .item-state-estimation-ready-container .item-properties .item-property .item-property-container{position:relative;border-bottom:1px solid #e1e1e1}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-estimation-ready .item-state-estimation-ready-container .item-properties .item-property .item-property-container{height:5vmin;margin-bottom:3vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-estimation-ready .item-state-estimation-ready-container .item-properties .item-property .item-property-container{height:12px;margin-bottom:10px}}#item-state-estimation-ready .item-state-estimation-ready-container .item-properties .item-property .item-property-container .title,#item-state-estimation-ready .item-state-estimation-ready-container .item-properties .item-property .item-property-container .value{position:absolute;top:0;background-color:#fff;color:#141414}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-estimation-ready .item-state-estimation-ready-container .item-properties .item-property .item-property-container .title,#item-state-estimation-ready .item-state-estimation-ready-container .item-properties .item-property .item-property-container .value{font-size:4.5vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-estimation-ready .item-state-estimation-ready-container .item-properties .item-property .item-property-container .title,#item-state-estimation-ready .item-state-estimation-ready-container .item-properties .item-property .item-property-container .value{font-size:16px}}#item-state-estimation-ready .item-state-estimation-ready-container .item-properties .item-property .item-property-container .title{left:0;padding-right:5px}#item-state-estimation-ready .item-state-estimation-ready-container .item-properties .item-property .item-property-container .value{right:0;padding-left:5px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-estimation-ready .item-state-estimation-ready-container .item-properties .item-property .desc{font-size:3.2vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-estimation-ready .item-state-estimation-ready-container .item-properties .item-property .desc{font-size:12px}}#item-state-estimation-ready .item-state-estimation-ready-container .item-properties .item-property .item-property-icon{position:absolute;bottom:-15px;right:-4px;background-position:center;background-repeat:no-repeat;background-size:100%;width:36px;height:36px}#item-state-estimation-ready .item-state-estimation-ready-container .item-properties .item-property .item-property-icon.largest-diamond-icon{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/item/estimationReady/1751352967-large_diamond.png")}#item-state-estimation-ready .item-state-estimation-ready-container .item-properties .item-property .item-property-icon.ring-setting-icon{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/item/estimationReady/1751352967-ring_setting.png")}#item-state-estimation-ready .item-state-estimation-ready-container .item-properties .item-property .item-property-icon.add-diamonds-icon{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/item/estimationReady/1751352967-add_diamonds.png")}#item-state-estimation-ready .item-state-estimation-ready-container button{font-weight:600;text-transform:none}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-estimation-ready .item-state-estimation-ready-container button{margin-top:4.6vmin;padding:3.4vmin 0}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape){#item-state-estimation-ready .item-state-estimation-ready-container button{font-size:5vmin}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-device-height: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-estimation-ready .item-state-estimation-ready-container button{font-size:16px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-estimation-ready .item-state-estimation-ready-container button{width:300px;margin:20px auto 0;padding:14px 0}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-device-height: 767px)and (orientation: landscape),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-width: 767px)and (orientation: portrait),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-width: 767px)and (orientation: landscape){#item-state-estimation-ready .item-state-estimation-ready-container button{font-size:6vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-estimation-ready .item-state-estimation-ready-container button{font-size:18px}}#item-state-estimation-ready .item-state-estimation-ready-container .ready-sell-text{display:block;text-align:center}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-estimation-ready .item-state-estimation-ready-container .ready-sell-text{margin-top:14vmin}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape){#item-state-estimation-ready .item-state-estimation-ready-container .ready-sell-text{font-size:4vmin}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-device-height: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-estimation-ready .item-state-estimation-ready-container .ready-sell-text{font-size:14px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-estimation-ready .item-state-estimation-ready-container .ready-sell-text{margin-top:60px}}#item-state-estimation-ready .item-state-estimation-ready-container .ready-sell-text .title{color:#141414;font-size:18px}#item-state-estimation-ready .item-state-estimation-ready-container .ready-sell-text .text{margin-top:10px}#item-state-estimation-ready .item-state-estimation-ready-container .call-for-help{text-align:center;margin-top:10px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-estimation-ready .item-state-estimation-ready-container .call-for-help .desktop{display:none}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-estimation-ready .item-state-estimation-ready-container .call-for-help .mobile{display:none}}#item-state-estimation-ready .item-state-estimation-ready-container .call-for-help .mobile a{text-decoration:underline}#item-state-estimation-ready .item-state-estimation-ready-container .call-for-help .mobile a::before{display:inline-block;background:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-phoneIcon.png") center no-repeat;background-size:100%;width:3.5vmin;height:3.5vmin;margin:0 1vmin;content:" "}#item-state-estimation-ready .item-state-estimation-ready-container .logos{margin-top:10px;text-align:center}#item-state-estimation-ready .item-state-estimation-ready-container .logos img{width:200px}#item-state-estimation-ready .item-state-estimation-ready-container .whats-next{text-align:center}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-estimation-ready .item-state-estimation-ready-container .whats-next{display:none;margin-top:10vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-estimation-ready .item-state-estimation-ready-container .whats-next{margin-top:50px}}#item-state-estimation-ready .item-state-estimation-ready-container .whats-next>.title{color:#141414;font-size:20px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-estimation-ready .item-state-estimation-ready-container .whats-next .next-item{margin-top:8vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-estimation-ready .item-state-estimation-ready-container .whats-next .next-item{margin-top:30px}}#item-state-estimation-ready .item-state-estimation-ready-container .whats-next .next-item>.title{color:#141414;margin:6px 0;font-weight:bold}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-estimation-ready .item-state-estimation-ready-container .whats-next .next-item>.text{width:340px;margin:0 auto}}#item-state-estimation-ready .bottom-text{display:block;text-align:center}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-estimation-ready .bottom-text{margin:10vmin auto 0;padding:4vmin 0;width:94vmin;border-top:1px solid #d7d6d6}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-estimation-ready .bottom-text{width:574px;margin:38px auto 0;padding:14px 0}}#item-state-estimation-ready .bottom-text .help-button{text-decoration:underline;color:#5e6f83;cursor:pointer}#item-state-estimation-ready .loading #item-state-estimation-ready button{opacity:.4}#item-state-estimation-ready .box{padding:20px 27px}#item-state-estimation-ready .box-warning{background:#fefaf2;border:1px solid #f0a322}#item-state-estimation-ready .box-warning a,#item-state-estimation-ready .box-warning a:hover,#item-state-estimation-ready .box-warning a:focus{color:#f0a322}#item-state-estimation-ready .logo{background-repeat:no-repeat;background-position:50%;background-size:100%;display:inline-block;vertical-align:middle}#item-state-estimation-ready .logo.bbb{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/logos/1751352967-bbb.png");width:46px;height:30px}#item-state-estimation-ready .logo.brinks{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/logos/1751352967-brinks.png");width:65px;height:13px}#item-state-estimation-ready .logo.fedex{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/logos/1751352967-fedex_e.png");width:57px;height:26px}#item-state-estimation-ready .logo.gia{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/logos/1751352967-GIA.png");width:57px;height:28px}#item-state-estimation-ready .logo.paypal{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/logos/1751352967-paypal.png");width:60px;height:16px}#item-state-estimation-ready .logo.bank-of-america{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/logos/1751352967-bank1.png");width:180px;height:19px}.popup.popup-tooltip.popup-tooltip-similar-items.popup-estimation .similar-items>figure:before{display:none}.popup.popup-tooltip.popup-tooltip-similar-items.popup-estimation .similar-items>figure>figcaption{top:0;line-height:1}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-tooltip.popup-tooltip-similar-items.popup-estimation .similar-items>figure>figcaption{top:0}}.popup.popup-tooltip.popup-tooltip-similar-items.popup-estimation .similar-items>figure>.minimum-price{top:27px;line-height:1}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-tooltip.popup-tooltip-similar-items.popup-estimation .similar-items>figure>.minimum-price{top:27px}}#item-state-estimation-failed .item-state-estimation-failed-container{text-align:center}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-estimation-failed .item-state-estimation-failed-container{width:95vmin;margin:auto}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-estimation-failed .item-state-estimation-failed-container{width:500px;margin:0 auto}}#item-state-estimation-failed .item-state-estimation-failed-container h1{display:block;text-transform:uppercase}#item-state-estimation-failed .item-state-estimation-failed-container>p{color:#878787}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-estimation-failed .item-state-estimation-failed-container>p{padding-top:15px;padding-bottom:15px}#item-state-estimation-failed .item-state-estimation-failed-container>p:first-of-type{margin-top:20px}#item-state-estimation-failed .item-state-estimation-failed-container>p>span{display:block}#item-state-estimation-failed .item-state-estimation-failed-container>p>span.phone-number{font-weight:bold;font-size:16px;color:#666}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-estimation-failed .item-state-estimation-failed-container>p{margin-top:4vmin;padding:3vmin 5vmin}#item-state-estimation-failed .item-state-estimation-failed-container>p.phone-number-desktop{display:none}}#item-state-estimation-failed .item-state-estimation-failed-container .request-help{color:#878787}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-estimation-failed .item-state-estimation-failed-container .request-help button{margin:8em auto 1em;width:350px;padding:14px 0}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-device-height: 767px)and (orientation: landscape),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-width: 767px)and (orientation: portrait),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-width: 767px)and (orientation: landscape){#item-state-estimation-failed .item-state-estimation-failed-container .request-help button{font-size:6vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-estimation-failed .item-state-estimation-failed-container .request-help button{font-size:18px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-estimation-failed .item-state-estimation-failed-container .request-help button{width:100%;margin-top:2em;margin-bottom:1em;padding:3.4vmin 0}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape){#item-state-estimation-failed .item-state-estimation-failed-container .request-help button{font-size:5vmin}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-device-height: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-estimation-failed .item-state-estimation-failed-container .request-help button{font-size:16px}}#item-state-estimation-failed .item-state-estimation-failed-container .hide{display:none}#item-state-estimation-failed .item-state-estimation-failed-container .show{display:block}#item-state-estimation-failed .item-state-estimation-failed-container a{color:#2c4eb5}#item-state-estimation-failed .bottom-text{display:block;text-align:center;color:#878787}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-estimation-failed .bottom-text{position:fixed;bottom:0;margin:10vmin auto 0;padding:4vmin 0;width:94vmin}#item-state-estimation-failed .bottom-text.desktop{display:none}#item-state-estimation-failed .bottom-text .call-us{position:absolute;top:-15vmin;height:32vmin;width:100%}#item-state-estimation-failed .bottom-text .call-us a.call-us-button{text-decoration:underline;color:#2c4eb5}#item-state-estimation-failed .bottom-text .call-us a.call-us-button button{font-weight:600;text-transform:none}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape){#item-state-estimation-failed .bottom-text .call-us a.call-us-button button{width:86vmin;margin:2vmin auto 0;padding:3.4vmin 0}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape){#item-state-estimation-failed .bottom-text .call-us a.call-us-button button{font-size:5vmin}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-estimation-failed .bottom-text .call-us a.call-us-button button{font-size:16px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-estimation-failed .bottom-text .call-us a.call-us-button button span::before{display:inline-block;background:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-phoneIconWhite.png") center no-repeat;background-size:100%;width:4.5vmin;height:4.5vmin;margin-right:2vmin;margin-bottom:-0.4vmin;content:" "}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-estimation-failed .bottom-text .call-us .logos{text-align:center;margin-top:3vmin}#item-state-estimation-failed .bottom-text .call-us .logos img{display:inline-block;height:6vmin}#item-state-estimation-failed .bottom-text .call-us .logos img:first-of-type{margin-right:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-estimation-failed .bottom-text{width:574px;margin:38px auto 0;padding:14px 0}#item-state-estimation-failed .bottom-text.mobile{display:none}}#item-state-estimation-failed .bottom-text .help-button{text-decoration:underline;color:#5e6f83;cursor:pointer}#item-state-estimation-failed .submit-new-item{text-decoration:none}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-estimation-failed .submit-new-item{position:fixed;left:0;width:100%;bottom:26vmin}}#item-state-estimation-failed .submit-new-item button{font-size:18px;width:300px;margin:50px auto 0;padding:14px 0;font-weight:600;text-transform:none}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-estimation-failed .submit-new-item button{width:86vmin;font-weight:600;text-transform:none;margin:0 auto;padding:3vmin 0}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape){#item-state-estimation-failed .submit-new-item button{font-size:5vmin}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-device-height: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-estimation-failed .submit-new-item button{font-size:16px}}@font-face{font-family:"Open Sans Light";font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRa1RVmPjeKy21_GQJaLlJI.woff) format("woff")}body * #item-state-high-value-estimation *{font-family:"Open Sans Light"}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){body * #content * .black-stripe{margin:-2vmin}}.unclickable{pointer-events:none}#item-state-high-value-estimation input[type=tel],#item-state-high-value-estimation input[type=number],#item-state-high-value-estimation select{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;padding-top:.5em;padding-right:.5em;padding-left:1em;padding-bottom:.5em;font-size:14px;height:3em;box-sizing:border-box;border-top:none;border-right:none;border-left:1px solid #000;border-bottom:1px solid #000;border-radius:0;background-color:rgba(0,0,0,0)}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-high-value-estimation input[type=tel],#item-state-high-value-estimation input[type=number],#item-state-high-value-estimation select{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-high-value-estimation input[type=tel],#item-state-high-value-estimation input[type=number],#item-state-high-value-estimation select{font-size:14px}}#item-state-high-value-estimation input[type=tel]:disabled,#item-state-high-value-estimation input[type=number]:disabled,#item-state-high-value-estimation select:disabled{background-color:rgba(0,0,0,0)}#item-state-high-value-estimation input[type=tel][name=userIdNumber],#item-state-high-value-estimation input[type=number][name=userIdNumber],#item-state-high-value-estimation select[name=userIdNumber]{margin-top:1em}#item-state-high-value-estimation select{background:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-selectSimpleArrowDown.svg");background-repeat:no-repeat;background-size:14px;background-position:right 50%}#item-state-high-value-estimation select option{color:#000}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-high-value-estimation #item-state-high-value-estimation-thank-you-container{height:44vmin}}#item-state-high-value-estimation .strong{font-weight:600}#item-state-high-value-estimation .black-stripe.black-stripe-cui{background-image:radial-gradient(ellipse at 50% 50%, white -450%, transparent)}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-high-value-estimation .black-stripe.black-stripe-cui{margin-bottom:30px;height:250px;font-weight:300}#item-state-high-value-estimation .black-stripe.black-stripe-cui .bell-img{top:31px;background:url("https://cdn0.worthy.com/worthy_app/assets/images/item/highValueEstimation/1751352967-cui_bell_desktop.svg") left no-repeat;left:calc(50% + 280px)}#item-state-high-value-estimation .black-stripe.black-stripe-cui .upper-box{justify-content:center;align-items:center;margin-top:20px;display:flex;height:50px;text-align:center;border:1px solid #fff;position:relative;top:30px;font-size:16px}#item-state-high-value-estimation .black-stripe.black-stripe-cui h1{margin-top:25px}#item-state-high-value-estimation .black-stripe.black-stripe-cui .vip-container .vip-col{margin:15px 45px 0 0;height:unset}#item-state-high-value-estimation .black-stripe.black-stripe-cui .vip-container .vip-col.vip-col-right{margin-right:0}#item-state-high-value-estimation .black-stripe.black-stripe-cui .vip-container .vip-col>*{line-height:30px}#item-state-high-value-estimation .black-stripe.black-stripe-cui .vip-container .vip-col>*.text{white-space:nowrap}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-high-value-estimation .black-stripe.black-stripe-cui{height:10em;margin-top:-2.5em}#item-state-high-value-estimation .black-stripe.black-stripe-cui h1{font-size:7vmin;position:relative;left:calc(15% - .5em);margin:0}#item-state-high-value-estimation .black-stripe.black-stripe-cui .upper-box{position:relative;border:1px solid #fff;top:1em;width:70%;margin:0 auto;padding:.8em;font-size:4vmin;line-height:1.3}#item-state-high-value-estimation .black-stripe.black-stripe-cui .upper-box .upper-box-content>span{white-space:nowrap}#item-state-high-value-estimation .black-stripe.black-stripe-cui .upper-box .upper-box-content>span.strong{display:block}#item-state-high-value-estimation .black-stripe.black-stripe-cui .bell-img{width:8em;height:10.5em;position:absolute;top:50%;right:0;background:url("https://cdn0.worthy.com/worthy_app/assets/images/item/highValueEstimation/1751352967-hv_cui_bell_mobile.svg") 100% no-repeat;transform:translateY(-50%);background-size:70%}#item-state-high-value-estimation .black-stripe.black-stripe-cui .vip-container{width:unset}#item-state-high-value-estimation .black-stripe.black-stripe-cui .vip-container>div{transform:translateY(calc(50% - 3vmin))}#item-state-high-value-estimation .black-stripe.black-stripe-cui .vip-container .text{position:relative;left:calc(15% - .8em);line-height:6vmin;margin-top:2vmin}}#item-state-high-value-estimation .black-stripe h1{display:inline-block;text-align:center;color:#fff}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-high-value-estimation .black-stripe{background:url("https://cdn0.worthy.com/worthy_app/assets/images/item/highValueEstimation/1751352967-mobile_bg.png") center no-repeat #000;color:#fff;position:relative;background-color:#000;height:208vmin;background-size:100%}#item-state-high-value-estimation .black-stripe h1{text-align:left;width:80vmin;margin-top:10vh;font-size:6.5vmin}#item-state-high-value-estimation .black-stripe .bell-img{width:100vmin;height:70vmin;position:absolute;top:133vmin;background:url("https://cdn0.worthy.com/worthy_app/assets/images/item/highValueEstimation/1751352967-bell_mobile.svg") 10vmin no-repeat;background-size:90vmin}#item-state-high-value-estimation .black-stripe .vip-container{width:80vmin;margin:6vh auto 0}#item-state-high-value-estimation .black-stripe .vip-container .vip-col{margin:6vh 0 0 0}#item-state-high-value-estimation .black-stripe .vip-container .vip-col .title{margin-bottom:1vh;font-size:5.5vmin}#item-state-high-value-estimation .black-stripe .vip-container .vip-col .text{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-high-value-estimation .black-stripe{background:url("https://cdn0.worthy.com/worthy_app/assets/images/item/highValueEstimation/1751352967-desktop_bg.png") center no-repeat;color:#fff;position:relative;background-color:#000;height:600px}#item-state-high-value-estimation .black-stripe h1{width:575px;margin-top:60px;font-size:28px}#item-state-high-value-estimation .black-stripe .bell-img{width:100%;height:216px;position:absolute;top:310px;background:url("https://cdn0.worthy.com/worthy_app/assets/images/item/highValueEstimation/1751352967-bell.svg") 215px no-repeat;background-size:100% 100%}#item-state-high-value-estimation .black-stripe .vip-container{height:100%;width:575px;margin:0 auto}#item-state-high-value-estimation .black-stripe .vip-container .vip-col{height:84px;float:left;margin:55px 45px 0 0;width:265px}#item-state-high-value-estimation .black-stripe .vip-container .vip-col .title{font-size:22px;line-height:30px}#item-state-high-value-estimation .black-stripe .vip-container .vip-col .text{font-size:14px;line-height:24px}#item-state-high-value-estimation .black-stripe .vip-container .vip-col-right{margin-right:0px}}#item-state-high-value-estimation .img-circle{border-radius:50%}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-high-value-estimation .img-circle{width:18vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-high-value-estimation .img-circle{width:70px}}#item-state-high-value-estimation .bold{font-family:"Open Sans"}#item-state-high-value-estimation .preferred-time select[data-value="0"]{color:#bdbdbd}#item-state-high-value-estimation .show-display{display:block}#item-state-high-value-estimation .hide-display{display:none}#item-state-high-value-estimation .hide-visibility{visibility:hidden}#item-state-high-value-estimation button:not(.btn-loading):after{background-color:rgba(255,255,255,.3);background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-dotsLoaderBlack.gif");border-radius:inherit}#item-create-shipping-label{max-width:1000px;margin:0 auto}#item-create-shipping-label h1{display:block;text-align:center;text-transform:uppercase}#item-create-shipping-label h1+p{text-align:center}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-create-shipping-label h1+p{margin-left:auto;margin-right:auto;margin-top:8vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-create-shipping-label h1+p{width:300px;margin-left:auto;margin-right:auto;margin-top:30px}}#item-create-shipping-label span.insurance-amount{display:block;text-align:center;color:#bdbdbd}@media screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape){#item-create-shipping-label span.insurance-amount{font-size:3.4vmin}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-device-height: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-create-shipping-label span.insurance-amount{font-size:11.9px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-device-height: 767px)and (orientation: landscape),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-width: 767px)and (orientation: portrait),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-width: 767px)and (orientation: landscape){#item-create-shipping-label span.insurance-amount{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-create-shipping-label span.insurance-amount{font-size:14px}}#item-create-shipping-label form{display:block}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-create-shipping-label form{margin-top:9vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-create-shipping-label form{width:300px;margin-top:30px;margin-left:auto;margin-right:auto}}#item-create-shipping-label form .fedex{display:block;text-transform:none;font-weight:normal;text-align:right;color:#bdbdbd;margin-bottom:1em}#item-create-shipping-label form .fedex img{height:1.4em}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-create-shipping-label form .fedex{width:90%;margin-left:auto;margin-right:auto}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-create-shipping-label form .input-wrapper{width:300px}}#item-create-shipping-label form .input-wrapper.input-wrapper-checkbox{line-height:2em;margin-top:.5em;margin-bottom:.5em}#item-create-shipping-label form .input-wrapper.input-wrapper-checkbox label{position:relative;text-align:left}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-create-shipping-label form .input-wrapper.input-wrapper-checkbox label{width:90%;margin-left:auto;margin-right:auto}}#item-create-shipping-label form .input-wrapper.input-wrapper-checkbox label input[type=checkbox]{position:absolute;margin-right:1em;border:1px solid #d7d6d6}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-create-shipping-label form .input-wrapper.input-wrapper-checkbox label input[type=checkbox]{top:1.8vmin;width:5vmin;height:5vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-create-shipping-label form .input-wrapper.input-wrapper-checkbox label input[type=checkbox]{top:4px;width:1.5em;height:1.5em}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-create-shipping-label form .input-wrapper.input-wrapper-checkbox label>span{margin-left:8vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-create-shipping-label form .input-wrapper.input-wrapper-checkbox label>span{margin-left:34px}}#item-create-shipping-label form label{display:block;text-align:center;color:#878787}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-create-shipping-label form label{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-create-shipping-label form label{font-size:14px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-create-shipping-label form label{margin-bottom:2.4vmin}}#item-create-shipping-label form .errorText{display:none;color:#a10000}#item-create-shipping-label form input:not([type=checkbox]){box-sizing:border-box;display:block;border:1px solid #d7d6d6;margin:0 auto;color:#141414;text-align:left}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-create-shipping-label form input:not([type=checkbox]){font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-create-shipping-label form input:not([type=checkbox]){font-size:14px}}#item-create-shipping-label form input:not([type=checkbox])::-webkit-input-placeholder{color:#666}#item-create-shipping-label form input:not([type=checkbox]):-moz-placeholder{color:#666;opacity:1}#item-create-shipping-label form input:not([type=checkbox])::-moz-placeholder{color:#666;opacity:1}#item-create-shipping-label form input:not([type=checkbox]):-ms-input-placeholder{color:#666}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-create-shipping-label form input:not([type=checkbox]){width:90%;padding:2.5vmin 0;margin-top:4vmin;text-indent:3vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-create-shipping-label form input:not([type=checkbox]){width:100%;padding:10px 0;margin-top:10px;text-indent:10px}}#item-create-shipping-label form input:not([type=checkbox]).error{border-color:#a10000}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-create-shipping-label form input:not([type=checkbox]).error+.errorText{display:block;margin:0 auto;width:90%}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-create-shipping-label form input:not([type=checkbox]).error+.errorText{display:initial}}#item-create-shipping-label form .select-wrapper{position:relative}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-create-shipping-label form .select-wrapper{margin-top:10px}}#item-create-shipping-label form .select-wrapper select{display:block;border:1px solid #d7d6d6;margin:0 auto;color:#666;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-create-shipping-label form .select-wrapper select{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-create-shipping-label form .select-wrapper select{font-size:14px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-create-shipping-label form .select-wrapper select{width:90%;padding:2.5vmin 0;margin-top:4vmin;text-indent:3vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-create-shipping-label form .select-wrapper select{width:100%;padding:10px 0;text-indent:10px}}#item-create-shipping-label form .select-wrapper select.error{border-color:#a10000}#item-create-shipping-label form .select-wrapper select.has-value{color:#141414}#item-create-shipping-label form .select-wrapper select option{color:#878787}#item-create-shipping-label form .select-wrapper:after{position:absolute;top:0;display:flex;align-items:center;height:100%;color:#878787;content:"»";transform:rotate(90deg);transform-origin:50% 50%;z-index:-1}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-create-shipping-label form .select-wrapper:after{right:8vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-create-shipping-label form .select-wrapper:after{right:10px}}#item-create-shipping-label form .error-notice{display:block;margin:0 auto;text-align:center;color:#a94442;background-color:#f2dede;border:1px solid rgba(0,0,0,0);border-radius:4px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-create-shipping-label form .error-notice{width:90%;padding:3vmin 0}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-create-shipping-label form .error-notice{width:100%;margin-top:10px;padding:9px 0}}#item-create-shipping-label form .error-notice.hide{display:none}#item-create-shipping-label form .submit-wrapper{margin:0 auto}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-create-shipping-label form .submit-wrapper{display:block;width:90%;margin-top:6.8vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-create-shipping-label form .submit-wrapper{display:inline-block;width:100%;text-align:center}}#item-create-shipping-label form .submit-wrapper button{text-transform:initial;font-weight:bold}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-create-shipping-label form .submit-wrapper button{margin-top:8vmin;padding:3.4vmin 0}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape){#item-create-shipping-label form .submit-wrapper button{font-size:5vmin}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-device-height: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-create-shipping-label form .submit-wrapper button{font-size:16px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-create-shipping-label form .submit-wrapper button{width:300px;margin:20px auto 0;padding:14px 0}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-device-height: 767px)and (orientation: landscape),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-width: 767px)and (orientation: portrait),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-width: 767px)and (orientation: landscape){#item-create-shipping-label form .submit-wrapper button{font-size:6vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-create-shipping-label form .submit-wrapper button{font-size:18px}}#item-create-shipping-label form .submit-wrapper button.btn-loading{display:none}#item-create-shipping-label form .submit-wrapper img.shipping-logos{display:block;height:2em;margin:10px auto auto}#item-create-shipping-label form .submit-wrapper .please-wait{display:none}#item-create-shipping-label .bottom-text{display:block;text-align:center;color:#878787;padding-top:.5em}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-create-shipping-label .bottom-text{margin:4vmin 0;border-top:1px solid #dfdfdf}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-create-shipping-label .bottom-text{margin-top:20px}}#item-create-shipping-label .bottom-text .help-button{cursor:pointer;text-decoration:underline;color:#5e6f83}.loading #item-create-shipping-label form .submit-wrapper button.btn-loading{display:block;opacity:.4}.loading #item-create-shipping-label form .submit-wrapper button:not(.btn-loading){display:none}.loading #item-create-shipping-label form .submit-wrapper .shipping-logos{display:none}.loading #item-create-shipping-label form .submit-wrapper .please-wait{display:block;text-align:center;margin-top:20px}#item-state-shipping-label-failed{max-width:1000px;margin:0 auto;text-align:center}#item-state-shipping-label-failed h1{display:block;text-transform:uppercase}#item-state-shipping-label-failed>p{color:#878787}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-shipping-label-failed>p{padding-top:15px;padding-bottom:15px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-shipping-label-failed>p{padding-top:3vmin;padding-bottom:3vmin}}#item-state-shipping-label-failed .need-help{color:#878787;border-top:1px solid #dfdfdf}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-shipping-label-failed .need-help{margin-top:60px;padding-top:15px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-shipping-label-failed .need-help{margin-top:20vmin;padding-top:5vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-state-shipping-label-failed .need-help>.csrs{margin-top:15px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-state-shipping-label-failed .need-help>.csrs{margin-top:3vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-shipping-label .mobile{display:none !important}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-shipping-label .desktop{display:none !important}}#item-shipping-label .item-shipping-label-container{margin:0 auto;text-align:center}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-shipping-label .item-shipping-label-container{max-width:366px}}#item-shipping-label .item-shipping-label-container h1{display:block;text-transform:uppercase}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-shipping-label .item-shipping-label-container .top-text{margin-top:6vmin;padding:4.4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-shipping-label .item-shipping-label-container .top-text{margin-top:26px}}#item-shipping-label .item-shipping-label-container .top-text>span{display:block}#item-shipping-label .item-shipping-label-container .top-text .item-id{font-weight:bold}#item-shipping-label .item-shipping-label-container .item-details{line-height:26px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-shipping-label .item-shipping-label-container .item-details{margin-top:26px}}#item-shipping-label .item-shipping-label-container .item-details .phone-number{display:block;font-size:22px;color:#c8b179}#item-shipping-label .item-shipping-label-container .item-details>span{display:block}#item-shipping-label .item-shipping-label-container .item-details .phone-number{font-weight:bold}#item-shipping-label .item-shipping-label-container .drop-off{margin-top:46px}#item-shipping-label .item-shipping-label-container .drop-off .text{display:block;margin-top:20px}#item-shipping-label .item-shipping-label-container a.call-us{text-decoration:none}#item-shipping-label .item-shipping-label-container a.call-us button{font-weight:600;text-transform:none}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-shipping-label .item-shipping-label-container a.call-us button{width:86vmin;margin:8vmin auto 0;padding:3.4vmin 0}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape){#item-shipping-label .item-shipping-label-container a.call-us button{font-size:5vmin}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-device-height: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-shipping-label .item-shipping-label-container a.call-us button{font-size:16px}}#item-shipping-label .item-shipping-label-container a.call-us button span::before{display:inline-block;background:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-phoneIconWhite.png") center no-repeat;background-size:100%;width:4.5vmin;height:4.5vmin;margin-right:2vmin;margin-bottom:-0.4vmin;content:" "}#item-shipping-label .item-shipping-label-container .btn.call-us{width:85vmin;margin:auto;font-size:5vmin;padding:4.4vmin;font-weight:600;border-radius:4px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-shipping-label .item-shipping-label-container .bottom-text{margin-top:1.5em}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-shipping-label .item-shipping-label-container .bottom-text{margin-top:3em}}#item-shipping-label .item-shipping-label-container .fedex-branches{margin-top:2em;font-size:0}#item-shipping-label .item-shipping-label-container .fedex-branches h2{margin-top:3em;margin-bottom:1em;text-transform:none;font-weight:normal}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-shipping-label .item-shipping-label-container .fedex-branches h2{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-shipping-label .item-shipping-label-container .fedex-branches h2{font-size:14px}}#item-shipping-label .item-shipping-label-container .fedex-branches h2 span.fed{font-weight:bold;color:#5d0094}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-shipping-label .item-shipping-label-container .fedex-branches h2 span.fed{font-size:6.5vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-shipping-label .item-shipping-label-container .fedex-branches h2 span.fed{font-size:22.75px}}#item-shipping-label .item-shipping-label-container .fedex-branches h2 span.ex{font-weight:bold;color:#f87900;margin-left:-0.15em}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-shipping-label .item-shipping-label-container .fedex-branches h2 span.ex{font-size:6.5vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-shipping-label .item-shipping-label-container .fedex-branches h2 span.ex{font-size:22.75px}}#item-shipping-label .item-shipping-label-container .fedex-branches .fedex-pickup-locations{margin-top:30px}#item-shipping-label .item-shipping-label-container .fedex-branches .fedex-pickup-locations>figure{text-transform:uppercase;margin-bottom:20px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-shipping-label .item-shipping-label-container .fedex-branches .fedex-pickup-locations>figure{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-shipping-label .item-shipping-label-container .fedex-branches .fedex-pickup-locations>figure{font-size:14px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-shipping-label .item-shipping-label-container .fedex-branches .fedex-pickup-locations>figure h5{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-shipping-label .item-shipping-label-container .fedex-branches .fedex-pickup-locations>figure h5{font-size:14px}}#item-shipping-label .item-shipping-label-container .fedex-branches .fedex-pickup-locations>figure p a::before{display:inline-block;background:url("https://cdn0.worthy.com/worthy_app/assets/images/common/1751352967-location.png") center no-repeat;background-size:100%;width:10px;height:14px;margin:-2px 3px;content:" "}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-shipping-label .item-shipping-label-container .fedex-branches .fedex-pickup-locations>figure:nth-of-type(2){margin-bottom:1em}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (min-width: 700px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (min-width: 700px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (min-width: 700px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (min-width: 700px)and (orientation: landscape){#item-shipping-label .item-shipping-label-container .fedex-branches .fedex-pickup-locations{display:inline-block;vertical-align:top;width:345px;margin-right:10px}#item-shipping-label .item-shipping-label-container .fedex-branches .fedex-pickup-locations>figure:nth-of-type(2){margin-bottom:0}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-shipping-label .item-shipping-label-container .fedex-branches .fedex-pickup-locations{display:inline-block;vertical-align:top}}#item-shipping-label .item-shipping-label-container .fedex-branches .gl-map-wrapper>div{width:100%;height:100%}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-shipping-label .item-shipping-label-container .fedex-branches .gl-map-wrapper{width:calc(100vmin - 4vmin);height:calc(100vmin - 4vmin);max-width:500px;margin-left:auto;margin-right:auto;box-sizing:border-box;padding:2vmin;border:1px solid #bdbdbd}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (min-width: 700px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (min-width: 700px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (min-width: 700px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (min-width: 700px)and (orientation: landscape){#item-shipping-label .item-shipping-label-container .fedex-branches .gl-map-wrapper{display:inline-block;width:345px;height:345px;margin:0}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-shipping-label .item-shipping-label-container .fedex-branches .gl-map-wrapper{display:inline-block;width:60%;height:200px;box-sizing:border-box;padding:5px;border:1px solid #bdbdbd}}#item-shipping-label .item-shipping-label-container .logos{text-align:center;margin-top:4vmin}#item-shipping-label .item-shipping-label-container .logos img{display:inline-block;height:7vmin}#item-shipping-label .item-shipping-label-container .logos img:first-of-type{margin-right:4vmin}#item-shipping-label .bottom-text{text-align:center}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-shipping-label .bottom-text{margin:0 2vmin;padding:4vmin 0;width:94vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-shipping-label .bottom-text{display:block;width:574px;margin:38px auto 0;padding-top:24px}}#item-shipping-label .message-btn{color:#fff;text-decoration:none}#item-pending-auction-new{max-width:384px;margin:auto;padding:0 20px;color:#141414}#item-pending-auction-new a{color:#2c4eb5}#item-pending-auction-new>h1{font-weight:bold;margin-top:1em}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-pending-auction-new>h1{text-align:center}}#item-pending-auction-new .item-desc{margin:.5em 0 1em 0}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-pending-auction-new .item-desc{width:max-content;transform:translateX(calc((384px - 100%) / 2))}}#item-pending-auction-new .image-gallery-wrapper{max-width:max-content;margin:0 auto}#item-pending-auction-new #properties-section{max-width:384px;margin-left:auto;margin-right:auto}#item-pending-auction-new #properties-section .properties{text-align:left}#item-pending-auction-new #properties-section .properties h4{white-space:nowrap;margin-top:.5em;color:#141414;text-align:left;text-transform:uppercase;line-height:3;background-repeat:no-repeat;background-position:right top 1em;background-size:auto 60%}@media screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape){#item-pending-auction-new #properties-section .properties h4{font-size:6vmin}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-device-height: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-pending-auction-new #properties-section .properties h4{font-size:18px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-device-height: 767px)and (orientation: landscape),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-width: 767px)and (orientation: portrait),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-width: 767px)and (orientation: landscape){#item-pending-auction-new #properties-section .properties h4{font-size:6.8vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-pending-auction-new #properties-section .properties h4{font-size:23.8px}}#item-pending-auction-new #properties-section .properties h4.subset-certificate-gia{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/item/pendingAuction/1751352967-gradedByGIA.png")}#item-pending-auction-new #properties-section .properties h4.subset-certificate-igi{background-size:auto 40%;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/item/pendingAuction/1751352967-gradedByIGI.png")}#item-pending-auction-new #properties-section .properties .property{line-height:1.5;display:block;position:relative}#item-pending-auction-new #properties-section .properties .property .name{display:inline-block;background-color:#f2f0ee;position:relative}#item-pending-auction-new #properties-section .properties .property .name:after{content:" ";display:inline-block;height:1em;width:.5em}#item-pending-auction-new #properties-section .properties .property .value{display:inline-block;float:right;background-color:#f2f0ee;position:relative}#item-pending-auction-new #properties-section .properties .property .value:before{content:" ";display:inline-block;height:1em;width:.5em}#item-pending-auction-new #properties-section .properties .property:before{display:block;content:"";width:100%;height:1px;background-color:#666;position:absolute;left:0;top:.95em}#item-pending-auction-new #seller-notes-section h3{margin-top:2em;margin-bottom:1em}#item-pending-auction-new #seller-notes-section h3>span{display:inline-block;vertical-align:middle}#item-pending-auction-new #seller-notes-section textarea{width:100%;resize:none;height:3.5em;padding:1em;box-sizing:border-box;background-color:unset;border-top:none;border-right:none;border-left:1px solid #2c4eb5;border-bottom:1px solid #2c4eb5;border-radius:0}#item-pending-auction-new #sya{margin:40px auto}#item-pending-auction-new #sya h5{margin:15px 0 50px}#item-pending-auction-new #sya h5.openedSection{margin:15px 0 30px}#item-pending-auction-new #sya h5.openedSection.new-design{margin-bottom:58px}#item-pending-auction-new #sya .option-box{position:relative;max-width:295px;margin:0 auto;border:1px solid #bbb;padding:20px}#item-pending-auction-new #sya .option-box.openedSection{max-width:none;padding-bottom:30px}#item-pending-auction-new #sya .option-box.manual-part-new#no-guarantee{padding:0 !important;border:0;text-align:left}#item-pending-auction-new #sya .option-box.manual-part-new#no-guarantee .set-manual-btn-wrap{text-align:center;margin-top:24px}#item-pending-auction-new #sya .option-box.manual-part-new#no-guarantee .set-manual-btn-wrap button{height:48px}#item-pending-auction-new #sya .option-box .info-texts{text-align:left;margin:18px 0 24px}#item-pending-auction-new #sya .option-box .info-texts .info-text-item{position:relative;margin-bottom:15px}#item-pending-auction-new #sya .option-box:not(#no-guarantee-new) button{height:45px;border-radius:2px;margin:auto}#item-pending-auction-new #sya .option-box .success-fees{margin-top:4px}#item-pending-auction-new #sya .option-box .success-fees a{text-decoration:underline}#item-pending-auction-new #sya .option-box .success-fees.add-margin{margin:10px 0 30px 0}#item-pending-auction-new #sya .option-box .success-fees.openedSection{margin-top:20px}#item-pending-auction-new #sya .option-box .success-fees.drop-margin{margin-top:0}#item-pending-auction-new #sya .option-box#price-guarantee,#item-pending-auction-new #sya .option-box#no-guarantee-new{padding-top:40px;margin-bottom:40px;text-align:center}#item-pending-auction-new #sya .option-box#price-guarantee .shining-star,#item-pending-auction-new #sya .option-box#no-guarantee-new .shining-star{position:absolute;top:0;left:50%;transform:translate3d(-50%, -50%, 0);background:url("https://cdn0.worthy.com/worthy_app/assets/images/item/pendingAuction/1751352967-shining star.svg") no-repeat center;height:62px;width:62px}#item-pending-auction-new #sya .option-box#price-guarantee .tag,#item-pending-auction-new #sya .option-box#no-guarantee-new .tag{position:absolute;left:12px;top:12px;background-color:#6e7d8c;border-radius:12px;padding:3px 10px;color:#fff;letter-spacing:1px}#item-pending-auction-new #sya .option-box#price-guarantee .box-title,#item-pending-auction-new #sya .option-box#no-guarantee-new .box-title{margin:12px 0}#item-pending-auction-new #sya .option-box#price-guarantee .info-text-item>*,#item-pending-auction-new #sya .option-box#no-guarantee-new .info-text-item>*{display:block;margin-left:25px;line-height:20px}#item-pending-auction-new #sya .option-box#price-guarantee .info-text-item:before,#item-pending-auction-new #sya .option-box#no-guarantee-new .info-text-item:before{content:"";display:inline-block;position:absolute;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-checkMark.svg");height:12px;width:15px;top:4px}#item-pending-auction-new #sya .option-box#price-guarantee .stretch-clarity-btn-wrap div,#item-pending-auction-new #sya .option-box#no-guarantee-new .stretch-clarity-btn-wrap div{width:100%}#item-pending-auction-new #sya .option-box#price-guarantee .stretch-clarity-btn-wrap div button,#item-pending-auction-new #sya .option-box#no-guarantee-new .stretch-clarity-btn-wrap div button{width:100%}#item-pending-auction-new #sya .option-box#price-guarantee .cat-manual-wrap,#item-pending-auction-new #sya .option-box#no-guarantee-new .cat-manual-wrap{margin-top:18px}#item-pending-auction-new #sya .option-box#no-guarantee-new .info-texts{margin:38px 0 39px}#item-pending-auction-new #sya .option-box#no-guarantee-new .info-texts .info-text-item:before{top:8px}#item-pending-auction-new #sya .option-box#no-guarantee-new .info-texts span{line-height:24px}#item-pending-auction-new #sya .option-box#no-guarantee{padding-top:20px;margin-bottom:15px}#item-pending-auction-new #sya .option-box#no-guarantee.openedSection{padding-top:25px}#item-pending-auction-new #sya .option-box#no-guarantee .box-title{margin-bottom:15px;text-align:center}#item-pending-auction-new #sya .option-box#no-guarantee .info-text-item{display:list-item;left:20px}#item-pending-auction-new #sya .option-box#no-guarantee .info-text-item>*{margin-left:-5px}#item-pending-auction-new #sya .option-box#no-guarantee button{color:#f5a623;border-color:#f5a623;margin-top:0px}#item-pending-auction-new #sya .option-box#no-guarantee .collapsible.big{transition:max-height .7s ease-in-out;overflow:hidden;max-height:0}#item-pending-auction-new #sya .option-box#no-guarantee .collapsible.big.openedSection{max-height:none}#item-pending-auction-new #sya .option-box#no-guarantee .collapsible.big h4{margin-bottom:5px}#item-pending-auction-new #sya .option-box#no-guarantee .collapsible.big .separator{border:1px solid #bbb;margin:10px 0 25px}#item-pending-auction-new #sya .option-box#no-guarantee .collapsible.big .separator.new-design{border-color:#c4c4c4;margin:39px 0}#item-pending-auction-new #sya .option-box#no-guarantee .collapsible.big .subtitle-second{margin-top:24px}#item-pending-auction-new #sya .option-box#no-guarantee .collapsible.big .collapsible.small{transition:max-height .3s ease-in-out;position:relative;overflow:hidden;max-height:0}#item-pending-auction-new #sya .option-box#no-guarantee .collapsible.big .input-type-radio label{display:block;position:relative;margin:20px 0}#item-pending-auction-new #sya .option-box#no-guarantee .collapsible.big .input-type-radio label:last-of-type{margin-bottom:20px}#item-pending-auction-new #sya .option-box#no-guarantee .collapsible.big .input-type-radio label input[type=radio]{height:14px;width:14px;margin:0 8px 0 0;position:relative;top:1px;background:url("https://cdn0.worthy.com/worthy_app/assets/images/common/1751352967-radio.svg") no-repeat center;background-size:contain;border:none;appearance:none;-webkit-appearance:none;-moz-appearance:none}#item-pending-auction-new #sya .option-box#no-guarantee .collapsible.big .input-type-radio label input[type=radio]:checked{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/1751352967-radioChecked.svg")}#item-pending-auction-new #sya .option-box#no-guarantee .collapsible.big .input-type-radio label .recommended-text{color:#128801}#item-pending-auction-new #sya .option-box#no-guarantee .collapsible.big .input-type-radio label .after-radio-text{margin-left:22px}#item-pending-auction-new #sya .option-box#no-guarantee .collapsible.big .input-type-radio label .after-radio-text.gray{color:#9b9b9b}#item-pending-auction-new #sya .option-box#no-guarantee .collapsible.big .input-type-radio label .after-radio-text.green{color:#128801}#item-pending-auction-new #sya .option-box#no-guarantee .collapsible.big .input-type-text{position:relative;margin:10px 0}#item-pending-auction-new #sya .option-box#no-guarantee .collapsible.big .input-type-text:before{content:"$";color:#141414;display:inline-block;position:absolute}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-pending-auction-new #sya .option-box#no-guarantee .collapsible.big .input-type-text:before{font-size:17px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-pending-auction-new #sya .option-box#no-guarantee .collapsible.big .input-type-text:before{font-size:4.5vmin}}#item-pending-auction-new #sya .option-box#no-guarantee .collapsible.big .input-type-text #custom-reserve-price{width:calc(100% - 12px);padding:0 0 0 12px;margin:0;background-color:rgba(0,0,0,0);border-top:none;border-left:none;border-right:none;border-bottom:2px solid #d2d5d7;border-radius:0;-moz-appearance:textfield;-webkit-appearance:textfield}#item-pending-auction-new #sya .option-box#no-guarantee .collapsible.big .input-type-text #custom-reserve-price::-webkit-outer-spin-button,#item-pending-auction-new #sya .option-box#no-guarantee .collapsible.big .input-type-text #custom-reserve-price::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}#item-pending-auction-new #sya .option-box#no-guarantee .collapsible.big .input-type-text .errors{color:#ff001f}#item-pending-auction-new #sya .option-box#no-guarantee .collapsible.big .additional-text{display:inline-block;position:absolute;max-height:inherit;overflow:hidden;z-index:10;right:0;top:11px;color:#606060}#item-pending-auction-new #sya .modal-container{z-index:100000;position:fixed;height:auto;left:50%;top:50%;width:100%;transform:translate(-50%, -50%)}#item-pending-auction-new #sya .overlay{z-index:9999;position:fixed;left:0;top:0;width:100%;height:100%;background-color:#000;animation-name:popup-opacity-show;animation-duration:.25s;animation-iteration-count:1;animation-direction:normal;animation-timing-function:linear;animation-fill-mode:forwards;animation-delay:0s;display:block}#item-pending-auction-new #sya .price_guarantee_dialog_container{position:fixed;top:20%;z-index:5002}#item-pending-auction-new #sya .heads_up_dialog_container{position:fixed;top:20%;z-index:5002}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-pending-auction-new #seller-notes-section input-type-textarea,#item-pending-auction-new #seller-notes-section textarea,#item-pending-auction-new #seller-notes-section .help{font-size:4.3vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-pending-auction-new #seller-notes-section input-type-textarea,#item-pending-auction-new #seller-notes-section textarea,#item-pending-auction-new #seller-notes-section .help{font-size:16px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-pending-auction-new #sya h3{font-size:6.8vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-pending-auction-new #sya h3{font-size:22px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-pending-auction-new #sya h4{font-size:4.3vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-pending-auction-new #sya h4{font-size:16px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-pending-auction-new #sya .option-box,#item-pending-auction-new #sya h5{font-size:4.3vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-pending-auction-new #sya .option-box,#item-pending-auction-new #sya h5{font-size:16px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-pending-auction-new #sya .option-box button,#item-pending-auction-new #sya h5 button{font-size:5vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-pending-auction-new #sya .option-box button,#item-pending-auction-new #sya h5 button{font-size:17.5px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-pending-auction-new #sya .option-box .tag,#item-pending-auction-new #sya h5 .tag{font-size:3.6vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-pending-auction-new #sya .option-box .tag,#item-pending-auction-new #sya h5 .tag{font-size:14px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-pending-auction-new #sya .option-box .price,#item-pending-auction-new #sya h5 .price{font-size:8.6vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-pending-auction-new #sya .option-box .price,#item-pending-auction-new #sya h5 .price{font-size:30.1px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-pending-auction-new #sya .option-box .collapsible .additional-text,#item-pending-auction-new #sya h5 .collapsible .additional-text{font-size:4.3vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-pending-auction-new #sya .option-box .collapsible .additional-text,#item-pending-auction-new #sya h5 .collapsible .additional-text{font-size:16px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-pending-auction-new #sya .option-box .collapsible #custom-reserve-price,#item-pending-auction-new #sya h5 .collapsible #custom-reserve-price{font-size:4.3vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-pending-auction-new #sya .option-box .collapsible #custom-reserve-price,#item-pending-auction-new #sya h5 .collapsible #custom-reserve-price{font-size:16px}}#item-pending-auction-new .under-cta-info{margin:18px 0 2px;text-align:left;font-size:14px;line-height:22px;color:#6a6a6a}#item-pending-auction-new .modal-control-buttons{display:flex;justify-content:space-around;margin-top:15px}#item-pending-auction-new .modal-control-buttons button,#item-pending-auction-new .modal-control-buttons a{min-width:0 !important;padding-left:21px !important;padding-right:21px !important}#scheduled-auction-title{font-size:30px;line-height:36px;text-align:center;font-weight:700;text-transform:uppercase;font-weight:bold;margin-top:1em}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#scheduled-auction-title{text-align:center}}#scheduled-auction-info{margin:40px auto;max-width:1000px}#scheduled-auction-info h5{margin:15px 0 50px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#scheduled-auction-info h5{font-size:4.3vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#scheduled-auction-info h5{font-size:16px}}#scheduled-auction-info h5.openedSection{margin:15px 0 30px}#scheduled-auction-info h5.openedSection.new-design{margin-bottom:58px}#scheduled-auction-info p{line-height:19px;text-align:center;color:#141414}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#scheduled-auction-info p{font-size:4.3vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#scheduled-auction-info p{font-size:16px}}#scheduled-auction-info p.light{color:#676c68;margin-bottom:-10px}#scheduled-auction-info p+p{margin-top:10px}#scheduled-auction-info a{color:#f5a723}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#scheduled-auction-info p{text-align:left}}.popup.popup-tooltip.popup-tooltip-similar-items .buy-it-now-price{display:none}.popup.popup-tooltip.popup-tooltip-success-fee h2:before{display:none}.popup.popup-tooltip.popup-tooltip-success-fee table{margin-top:1.5em;width:100%;border:1px solid #dfdfdf}.popup.popup-tooltip.popup-tooltip-success-fee table thead tr:first-of-type{border-bottom:1px solid #dfdfdf}.popup.popup-tooltip.popup-tooltip-success-fee table th{color:#141414}.popup.popup-tooltip.popup-tooltip-success-fee table th,.popup.popup-tooltip.popup-tooltip-success-fee table td:first-of-type{border-right:1px solid #dfdfdf}.popup.popup-tooltip.popup-tooltip-success-fee table th,.popup.popup-tooltip.popup-tooltip-success-fee table td{padding:.5em}.popup.popup-tooltip.popup-tooltip-high-reserve-price .x{display:none}.popup.popup-tooltip.popup-tooltip-high-reserve-price h2{text-align:center;height:auto;text-transform:none}.popup.popup-tooltip.popup-tooltip-high-reserve-price h2:before{background:none;height:0;width:0;margin:0 auto}.popup.popup-tooltip.popup-tooltip-high-reserve-price h2>span{font-family:"Argesta Display" !important}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-tooltip.popup-tooltip-high-reserve-price h2>span{font-size:6.8vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup.popup-tooltip.popup-tooltip-high-reserve-price h2>span{font-size:22px}}.popup.popup-tooltip.popup-tooltip-high-reserve-price button{font-weight:normal;text-transform:uppercase;border-radius:3px;line-height:1;height:3em}.popup.popup-tooltip.popup-tooltip-high-reserve-price button.keep-reserve-price{color:#2c4eb5;background-color:#f2f0ee;border:2px solid #2c4eb5}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-tooltip.popup-tooltip-high-reserve-price button{margin-top:1em;padding:3.4vmin 0;font-size:5vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup.popup-tooltip.popup-tooltip-high-reserve-price button{width:100%;margin:1em auto 0;padding:14px 0;font-size:18px}}.popup.popup-tooltip.popup-tooltip-high-reserve-price button+a{display:block;text-align:center;color:#f0a322;text-decoration:none;margin-top:1em;border:2px solid #f0a322;padding:1em;text-transform:uppercase;height:3.3em;box-sizing:border-box;line-height:1.2}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-tooltip.popup-tooltip-high-reserve-price button+a{border-radius:3px;height:3em;box-sizing:border-box;margin-top:.7em;line-height:.9;font-size:5vmin}}#item-evaluation-ready{padding:4vmin;margin-bottom:7vmin}#item-evaluation-ready h2{text-transform:uppercase;font-family:"Argesta Headline";font-weight:600}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-evaluation-ready{font-size:4.3vmin}#item-evaluation-ready h2{font-size:7vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-evaluation-ready{display:flex;max-width:1000px;justify-content:space-between;flex-direction:row;margin:25px auto;position:relative;padding:38.4px}}#item-evaluation-ready .item-desc{color:#141414;margin-bottom:1em}#item-evaluation-ready a.back-history{color:#2c4eb5}#item-evaluation-ready a.back-history:hover{text-decoration:underline}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-evaluation-ready a.back-history{font-size:16px;flex-basis:45%;order:0;position:absolute;top:0}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-evaluation-ready a.back-history{font-size:4vmin}}#item-evaluation-ready a.back-history img{margin-right:2px}#item-evaluation-ready .tag{display:inline-flex;border:2px solid #000;border-radius:5px;font-weight:600;color:#000;padding:0 3px;text-transform:uppercase;font-size:12px;margin-bottom:9.6px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-evaluation-ready .tag{font-size:3vmin;margin-bottom:3.5vmin}}#item-evaluation-ready #item-properties{max-width:466px;order:1}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-evaluation-ready #item-properties{width:466px}}@media(max-width: 800px){#item-evaluation-ready #item-properties{max-width:366px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-evaluation-ready .desktop{display:none}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-evaluation-ready .mobile{display:none}}#item-evaluation-ready .image-gallery .thumb:first-of-type{margin-left:0}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-tooltip.popup-tooltip-another-chance{padding:3.5vmin 6vmin 6vmin}}.popup.popup-tooltip.popup-tooltip-another-chance h2:before{display:none !important}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-tooltip.popup-tooltip-another-chance h2{font-size:5.5vmin;line-height:normal;height:auto}}.popup.popup-tooltip.popup-tooltip-another-chance .ctaBtnWrapper div{color:#fff;font-size:18px}.popup.popup-tooltip.popup-tooltip-another-chance .ctaBtnWrapper button{margin-top:0;text-transform:capitalize}.popup.popup-tooltip.popup-tooltip-another-chance div[data-clarity-type=radio] label div[data-clarity-type=radio-option] span[class*=-option-ripple-other-before],.popup.popup-tooltip.popup-tooltip-another-chance div[data-clarity-type=radio] label div[data-clarity-type=radio-option] span[class*=-option-ripple-higher-before]{background-color:#d2d8e1 !important}.popup.popup-tooltip.popup-tooltip-another-chance div[data-clarity-type=plain-input] input:focus{border:1px solid #2c4eb5}.popup.popup-tooltip.popup-tooltip-another-chance div[data-clarity-type=plain-input] input:active,.popup.popup-tooltip.popup-tooltip-another-chance div[data-clarity-type=plain-input] input:hover{border:2px solid #2c4eb5}.popup.popup-tooltip.popup-tooltip-another-chance div[data-clarity-type=large-link-button] a{color:#2c4eb5}.popup.popup-tooltip.popup-tooltip-another-chance div[data-clarity-type=large-link-button] a:hover,.popup.popup-tooltip.popup-tooltip-another-chance div[data-clarity-type=large-link-button] a:active{background:#e7ebf9}.popup.popup-tooltip.popup-tooltip-another-chance button{font-weight:500;text-transform:uppercase;border-radius:4px;line-height:1;height:3em;background:#2c4eb5;font-family:inherit}.popup.popup-tooltip.popup-tooltip-another-chance button:hover,.popup.popup-tooltip.popup-tooltip-another-chance button:active{background:#47566d}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-tooltip.popup-tooltip-another-chance button{margin-top:1.5em;padding:3.4vmin 0}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape){.popup.popup-tooltip.popup-tooltip-another-chance button{font-size:5vmin}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-device-height: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup.popup-tooltip.popup-tooltip-another-chance button{font-size:16px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup.popup-tooltip.popup-tooltip-another-chance button{width:100%;margin:40px auto 0;padding:14px 0;height:60px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-device-height: 767px)and (orientation: landscape),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-width: 767px)and (orientation: portrait),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-width: 767px)and (orientation: landscape){.popup.popup-tooltip.popup-tooltip-another-chance button{font-size:6vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup.popup-tooltip.popup-tooltip-another-chance button{font-size:18px}}.popup.popup-tooltip.popup-tooltip-another-chance .cta2,.popup.popup-tooltip.popup-tooltip-another-chance button+a{display:block;text-align:center;color:#2c4eb5;text-decoration:none;margin-top:1.7em;border:2px solid #2c4eb5;padding:1em;text-transform:uppercase;height:3.3em;box-sizing:border-box;line-height:1.2;background-color:#fff}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-tooltip.popup-tooltip-another-chance .cta2,.popup.popup-tooltip.popup-tooltip-another-chance button+a{border-radius:2px;height:3em;box-sizing:border-box;margin-top:1.7em;line-height:.9;font-size:5vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup.popup-tooltip.popup-tooltip-another-chance .cta2,.popup.popup-tooltip.popup-tooltip-another-chance button+a{height:60px}}.popup.popup-tooltip.popup-tooltip-another-chance a:hover{text-decoration:underline}.popup.popup-tooltip.popup-tooltip-another-chance a.additional-link{color:#2c4eb5;font-size:16px;padding-top:19.2px;justify-content:center;display:flex;width:50%;margin:0 auto}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-tooltip.popup-tooltip-another-chance a.additional-link{font-size:4.3vmin;padding:5.7vmin 2vmin 2vmin}}.popup.popup-tooltip.popup-tooltip-another-chance .new-price-title{padding-top:7vmin;color:#141414}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup.popup-tooltip.popup-tooltip-another-chance .new-price-title{padding-top:38.4px}}.popup.popup-tooltip.popup-tooltip-another-chance label{margin-bottom:5vmin}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup.popup-tooltip.popup-tooltip-another-chance label{margin-bottom:19.2px}}.popup.popup-tooltip.popup-tooltip-another-chance .new-price-input{position:absolute;left:130px;top:60px}.popup.popup-tooltip.popup-tooltip-another-chance .new-price-input.hidden,.popup.popup-tooltip.popup-tooltip-another-chance .new-price-input .hidden{visibility:hidden}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-tooltip.popup-tooltip-another-chance .new-price-input{left:115px;top:50px}}.popup.popup-tooltip.popup-tooltip-another-chance input[type=text]::-webkit-outer-spin-button,.popup.popup-tooltip.popup-tooltip-another-chance input[type=text]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.popup.popup-tooltip.popup-tooltip-another-chance input[type=text]{-moz-appearance:textfield}.popup.popup-tooltip.popup-tooltip-another-chance .input-type-text{position:relative;margin-bottom:0}.popup.popup-tooltip.popup-tooltip-another-chance .input-type-text input{padding-left:30px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-tooltip.popup-tooltip-another-chance input[type=text],.popup.popup-tooltip.popup-tooltip-another-chance input[type=number]{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup.popup-tooltip.popup-tooltip-another-chance input[type=text],.popup.popup-tooltip.popup-tooltip-another-chance input[type=number]{font-size:14px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup.popup-tooltip.popup-tooltip-another-chance input[type=text],.popup.popup-tooltip.popup-tooltip-another-chance input[type=number]{height:47px}}.popup.popup-tooltip.popup-tooltip-another-chance input[name=negotiationPrice]{margin-left:15px;margin-top:-25px}.popup.popup-tooltip.popup-tooltip-another-chance .input-wrapper.error textarea,.popup.popup-tooltip.popup-tooltip-another-chance .input-wrapper.error input{border:2px solid red}.popup.popup-tooltip.popup-tooltip-another-chance .input-wrapper.error .errors{text-align:left;color:red;margin-top:.7em}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-tooltip.popup-tooltip-another-chance .input-wrapper.error .errors{font-size:3.4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup.popup-tooltip.popup-tooltip-another-chance .input-wrapper.error .errors{font-size:11.9px}}.popup.popup-tooltip.popup-tooltip-another-chance .input-wrapper.each-error input{border:2px solid red;border-radius:50%;background:none}.popup.popup-tooltip.popup-tooltip-another-chance .negotiationPrice .cta2{display:none}.popup.popup-tooltip.popup-tooltip-another-chance .warning .cta2{display:none}.popup.popup-tooltip.popup-tooltip-another-chance .shipBack .new-price-title{display:none}.popup.popup-tooltip.popup-tooltip-another-chance .red{color:red}.popup.popup-tooltip.popup-tooltip-another-chance .another-chance-text{margin-top:15px;white-space:pre-wrap}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-tooltip.popup-tooltip-another-chance .another-chance-text{font-size:4.3vmin}}.popup.popup-tooltip.popup-tooltip-another-chance .bold{font-weight:bold}.popup.popup-tooltip.popup-tooltip-another-chance .black{color:#141414}.popup.popup-tooltip.popup-tooltip-another-chance #negotiationPrice2{background-color:red !important}.shipBack--container{box-sizing:border-box;color:#1c1c1c;width:1024px;max-width:1024px;margin:26px auto;padding:0 12px}.shipBack--container *{box-sizing:border-box;font-size:initial;line-height:initial}@media screen and (min-device-width: 768px)and (max-device-width: 1024px),screen and (min-device-width: 481px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-width: 768px)and (max-width: 1024px),screen and (min-width: 481px)and (max-width: 767px)and (orientation: portrait){.shipBack--container{width:100%;max-width:100%;padding:0 24px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.shipBack--container{width:100%;max-width:100%;padding:0 24px}}.shipBack--alert-wrapper{padding-bottom:24px}.shipBack--banner{width:100%;padding:16px;display:flex;align-items:center;justify-content:center;background-color:#eaefff;border-radius:4px}.shipBack--grid-container>.shipBack--grid-item{padding-top:0 !important;padding-bottom:0 !important}.shipBack--grid-width20-desktop{margin-bottom:8px !important}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.shipBack--grid-width20-desktop{max-width:120px !important}}.shipBack--white-modal{background-color:#fff}.shipBack--modal{width:660px;max-width:660px;padding:20px 20px 15px;text-align:initial;border-radius:8px;display:flex;flex-direction:column;background-color:#fff}.shipBack--modal b{font-weight:600}.shipBack--modal .x{right:23px;top:22px;height:15px;font-size:26px;line-height:1;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/1751352967-x_black.svg")}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.shipBack--modal{height:auto;max-width:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;bottom:0;top:initial;animation-name:shipBack-popup-slide-up !important}.shipBack--modal.hide{animation-name:shipBack-popup-slide-down !important}}.shipBack--modal h2{line-height:32px !important;padding-bottom:15px;margin-bottom:24px;border-bottom:1px solid #f4f4f4;flex-basis:fit-content;height:fit-content}.shipBack--modal div{font-size:initial}.shipBack--shipment-button button{width:100%;font-size:16px;height:42px;justify-content:center;font-weight:400;background-color:#2c4eb5;color:#fff}.shipBack--shipment-button button:hover{background-color:#47566d;color:#fff}.shipBack--shipment-button.disable button{background-color:#d2d5d7;color:#7a8994}.shipBack--shipment-button+.shipBack--shipment-button{margin-top:10px}.shipBack--support-btn-container button{border-color:#2c4eb5;background-color:rgba(0,0,0,0);color:#2c4eb5;font-weight:500}.shipBack--support-btn-container button:hover{background-color:#2c4eb5;color:#fff}.shipBack--button{background:0;border:0;margin:0;padding:0;align-items:center;justify-content:center;cursor:pointer}.shipBack--button-icon{display:inline-flex;margin-left:10px;vertical-align:middle;margin-left:auto}.shipBack--button-icon svg{height:13px;width:13px}.shipBack--button-icon span{font-family:inherit;font-size:12px;line-height:12px;font-weight:300;margin-left:4px;color:#2c4eb5;text-decoration:underline}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.shipBack--button-icon span{display:none}}.shipBack--button-group{display:flex;justify-content:flex-end}.shipBack--button-group button+button{margin-left:15px;background-color:#2c4eb5}.shipBack--button-group button+button:hover{background-color:#47566d;color:#fff}.shipBack--button-group button{height:42px;display:flex;width:120px;justify-content:center;font-size:16px;align-items:center;font-weight:500}.shipBack--button-group button:first-child{color:#47566d;border-radius:4px}.shipBack--button-group button:first-child:hover{background-color:#d2d5d7}.shipBack--map-container{width:100%;aspect-ratio:16/9;max-height:190px;margin-top:8px;margin-bottom:16px}.shipBack--map-container img{cursor:pointer;border-radius:6px;height:100%;width:100%}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.shipBack--map-container{width:200px}}@media screen and (min-device-width: 768px)and (max-device-width: 1024px),screen and (min-device-width: 481px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-width: 768px)and (max-width: 1024px),screen and (min-width: 481px)and (max-width: 767px)and (orientation: portrait){.shipBack--map-container{width:200px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.shipBack--map-container{margin-bottom:8px}}.shipBack--header{font-family:"Argesta Headline";font-style:normal;font-weight:700;font-size:36px;line-height:40px;margin-bottom:7px}@media screen and (min-device-width: 768px)and (max-device-width: 1024px),screen and (min-device-width: 481px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-width: 768px)and (max-width: 1024px),screen and (min-width: 481px)and (max-width: 767px)and (orientation: portrait){.shipBack--header{text-align:center}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.shipBack--header{text-align:center}}.shipBack--subheader{font-family:"Argesta Display";font-weight:700;font-size:18px;line-height:32px}.shipBack--text{font-style:normal;font-weight:300;font-size:14px;line-height:18px;display:inline-block}.shipBack--text-light{color:#999}.shipBack--text-normal{font-weight:400}.shipBack--text-bold{font-weight:700}.shipBack--text-helper{font-size:16px;line-height:26px;color:#999}@media screen and (min-device-width: 768px)and (max-device-width: 1024px),screen and (min-device-width: 481px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-width: 768px)and (max-width: 1024px),screen and (min-width: 481px)and (max-width: 767px)and (orientation: portrait){.shipBack--text-helper{text-align:center}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.shipBack--text-helper{text-align:center}}.shipBack--text-line-through{text-decoration:line-through}.shipBack--text-inline{display:inline}.shipBack--text-block{display:block}.shipBack--text-bold{font-weight:500}.shipBack--text-bold-700{font-weight:700}.shipBack--text-error{color:red}.shipBack--text-small{font-size:12px !important;line-height:16px}.shipBack--text-tiny{font-size:10px !important}.shipBack--text-d-flex{display:flex}.shipBack--text-w-100{width:100%}.shipBack--text a{font:inherit;color:#2c4eb5;text-decoration:none}.shipBack--text a:hover{text-decoration:underline}.shipBack--steps-container{margin:16px 0;width:100%;display:flex;flex-wrap:wrap}.shipBack--step{display:flex;align-items:center;width:100%;height:24px;position:relative;color:#666667}.shipBack--step+.shipBack--step{margin-top:16px}.shipBack--step+.shipBack--step:before{content:"";position:absolute;height:12px;width:1px;top:-2px;left:12px;transform:translate(-50%, -100%);background-color:#d9d9d9}.shipBack--step-active{color:#2c4eb5}.shipBack--step-number{font-size:12px;color:currentColor}.shipBack--step-indicator{display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:currentColor;height:24px;width:24px;border:2px solid #d9d9d9;margin-right:16px;border-radius:50%;position:relative}.shipBack--step-active .shipBack--step-indicator{border-color:#eaefff;animation:pulse infinite 4s}.shipBack--step-active .shipBack--text{font-weight:500}.shipBack--step-completed>.shipBack--step-indicator{background-color:#2c4eb5;border-color:#2c4eb5}.shipBack--step-completed>.shipBack--step-indicator:before{content:"";position:absolute;height:100%;width:100%;top:50%;left:50%;transform:translate(-50%, -50%);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='none'%3E%3Cpath d='M8 1.56c0 .18-.05.33-.14.46L4.12 6.9l-.7.91a.43.43 0 0 1-.35.19.43.43 0 0 1-.36-.19l-.7-.91L.14 4.46A.73.73 0 0 1 0 4c0-.18.05-.33.14-.46l.7-.91c.1-.13.22-.2.36-.2.14 0 .25.07.35.2L3.07 4.6 6.45.2c.1-.13.21-.19.35-.19.14 0 .26.06.35.19l.7.91c.1.13.15.28.15.46Z' fill='%23fff'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.shipBack--step-completed .shipBack--step-number{display:none}.shipBack--card{padding:20px;border:1px solid #f2f2f2;box-shadow:0px 0px 30px rgba(0,0,0,.1);border-radius:8px;margin-top:17px;background-color:#fff}@media screen and (min-device-width: 768px)and (max-device-width: 1024px),screen and (min-device-width: 481px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-width: 768px)and (max-width: 1024px),screen and (min-width: 481px)and (max-width: 767px)and (orientation: portrait){.shipBack--card{margin-top:30px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.shipBack--card{margin-top:30px}}.shipBack--card-secondary{padding:20px 30px}.shipBack--card-tracking{background-color:#eaefff;box-shadow:none}.shipBack--card-responsive-text .shipBack--text{font-size:16px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.shipBack--card-responsive-text .shipBack--text{font-size:12px;line-height:16px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.shipBack--desktop-negative-margin-top{margin-top:-15px}}.shipBack--destination-update-explanation{box-sizing:border-box;background-color:#d2d5d7;border-radius:3px;margin-top:30px;display:flex;justify-content:center;align-items:center;min-height:48px;padding:20px;margin-top:50px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.shipBack--destination-update-explanation{margin-top:30px;margin-left:40px;padding:0}}.shipBack--destination-update-address-change{text-align:center}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.shipBack--destination-update-address-change{font-size:12px;font-weight:400}}.shipBack-address-wrapper div[data-clarity-type=radio] label:hover div[data-clarity-type=radio-option]>span{background-color:#d2d5d7 !important}.shipBack-address-wrapper div[data-clarity-type=radio] span{font-weight:300 !important;font-size:16px !important;line-height:26px !important;font-family:inherit !important}.shipBack-address-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option] div[data-clarity-type=radio-option-checkmark] svg{color:#2c4eb5 !important}.shipBack-address-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option] span[class*=-option-ripple-][class$=-before]{background-color:#2c4eb5 !important}.shipBack-address-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option] span[class*=-option-ripple-][class$=-after]{background-color:#2c4eb5 !important}.shipBack-address-wrapper div[data-clarity-type=radio] div[data-clarity-type=radio-option]>span:hover{background-color:#d2d5d7 !important}.shipBack-address-wrapper div[data-clarity-type=input-label] label{font-family:inherit !important;font-weight:300 !important;font-size:16px !important;color:#999 !important}.shipBack-address-wrapper input{font-weight:300 !important;font-size:16px !important;font-family:inherit !important}.shipBack-address-wrapper input:hover{border-color:#2c4eb5 !important}.shipBack-address-wrapper input:focus{border-color:#2c4eb5 !important}.shipBack-address-wrapper span[class*=-option-ripple-before]{background-color:#d2d8e1 !important}.shipBack-address-wrapper span[class*=-option-ripple-after]{background-color:#47566d !important}.shipBack-address-wrapper span[class*=-option-ripple-][class$=-before]{background-color:#2c4eb5 !important}.shipBack-address-wrapper span[class*=-option-ripple-][class$=-after]{background-color:#2c4eb5 !important}.shipBack--mb-16{margin-bottom:16px}.shipBack--mb-8{margin-bottom:8px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.shipBack--mb-xs-8{margin-bottom:8px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.shipBack--mb-xs-4{margin-bottom:4px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.shipBack--fs-xs-10{font-size:10px !important}}@keyframes shipBack-popup-slide-up{from{transform:translateY(100%)}to{transform:translateY(0%)}}@keyframes shipBack-popup-slide-down{from{transform:translateY(0%)}to{transform:translateY(100%)}}@keyframes pulse{0%{box-shadow:0 0 0 0 #eaefff}40%{box-shadow:0 0 0 10px rgba(234,239,255,0)}100%{box-shadow:0 0 0 0 rgba(234,239,255,0)}}.otp-popup{width:380px;max-width:380px;padding:0;text-align:initial;border-radius:8px;display:flex;flex-direction:column}.otp-popup *{box-sizing:border-box}.otp-popup b{font-weight:600}.otp-popup .x{z-index:1;right:23px;top:22px;height:15px;font-size:26px;line-height:1;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/1751352967-x_black.svg")}.otp-popup .login-box{box-shadow:none}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.otp-popup{height:auto;max-width:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;bottom:0;top:initial;animation-name:otp-popup-slide-up !important}.otp-popup.hide{animation-name:otp-popup-slide-down !important}.otp-popup .login-container-otp{height:auto;min-height:430px;margin-bottom:64px}}.otp-popup div{font-size:initial}.otp-popup h2{display:none}.otp-popup button{height:auto;margin:0}@keyframes otp-popup-slide-up{from{transform:translateY(100%)}to{transform:translateY(0%)}}@keyframes otp-popup-slide-down{from{transform:translateY(0%)}to{transform:translateY(100%)}}#properties-section{margin-left:auto;margin-right:auto}#properties-section .properties{text-align:left}#properties-section .properties h4{white-space:nowrap;color:#141414;text-align:left;font-family:"Argesta Display";text-transform:uppercase;line-height:normal;background-repeat:no-repeat;background-position:right top 1.6em;background-size:70px;margin:40px 0 20px}@media screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape){#properties-section .properties h4{font-size:6vmin}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-device-height: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#properties-section .properties h4{font-size:18px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-device-height: 767px)and (orientation: landscape),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-width: 767px)and (orientation: portrait),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-width: 767px)and (orientation: landscape){#properties-section .properties h4{font-size:6.8vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#properties-section .properties h4{font-size:23.8px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#properties-section .properties h4:first-of-type{margin-top:30px}}#properties-section .properties h4.subset-certificate-gia{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/item/pendingAuction/1751352967-gradedByGIA.png")}#properties-section .properties h4.subset-certificate-igi{background-size:auto 40%;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/item/pendingAuction/1751352967-gradedByIGI.png")}#properties-section .properties .property{font-size:4.3vmin;line-height:2;display:block;position:relative}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#properties-section .properties .property{font-size:16px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#properties-section .properties .property{line-height:10vmin}}#properties-section .properties .property .name{display:inline-block;background-color:#f2f0ee;position:relative}#properties-section .properties .property .name:after{content:" ";display:inline-block;height:1em;width:.5em}#properties-section .properties .property .value{display:inline-block;float:right;background-color:#f2f0ee;position:relative}#properties-section .properties .property .value:before{content:" ";display:inline-block;height:1em;width:.5em}#properties-section .properties .property:before{display:block;content:"";width:100%;height:1px;background-color:#666;position:absolute;left:0;top:1.4em}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#properties-section .properties .property:before{top:1.3em}}#bids-section{color:#141414}#bids-section.desktop{margin-top:20px;font-size:16px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#bids-section.desktop{display:none}}#bids-section.mobile{margin:10vmin 0}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#bids-section.mobile{display:none}}#bids-section .view-and-status{display:flex;align-items:baseline;justify-content:flex-end;margin-bottom:40px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#bids-section .view-and-status{justify-content:space-between;margin-bottom:10vmin}}#bids-section .view-and-status .bids-count{margin-right:20px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#bids-section .view-and-status .bids-count{margin-right:100px}}#bids-section .view-and-status .auction-views{margin-right:20px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#bids-section .view-and-status .auction-views{margin-right:10px}}#bids-section .view-and-status .auction-views img{position:relative;top:3px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#bids-section .view-and-status .auction-views img{margin-left:5px}}#bids-section .view-and-status .status{text-transform:capitalize}#bids-section .view-and-status .status img{position:relative;top:5px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#bids-section .view-and-status .status img{margin-left:5px}}#bids-section .bid-and-price{position:relative;margin:3.5vmin 0 7vmin 0}#bids-section .bid-and-price.dashed:before{background-color:#f2f0ee;border-bottom:#000 4px dashed;transform:scaleY(0.2)}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#bids-section .bid-and-price{margin:50px 0 25px 0}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#bids-section .bid-and-price{font-size:4.3vmin}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#bids-section .bid-and-price span{font-size:4.3vmin}}#bids-section .bid-and-price .title{display:inline-block;background-color:#f2f0ee;position:relative;text-transform:uppercase;padding-right:.5em}#bids-section .bid-and-price .value{display:inline-block;background-color:#f2f0ee;position:relative;float:right;padding-left:.5em}#bids-section .bid-and-price .value.bold{font-weight:bold}#bids-section .bid-and-price:before{display:block;content:"";width:100%;height:1px;background-color:#666;position:absolute;left:0;top:.95em}#trends{color:#141414;margin:0 auto}#trends>body{overflow:hidden}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#trends{max-width:1000px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#trends{overflow-x:hidden}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#trends .container{display:flex}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#trends .container .properties-section{flex:1;padding-right:23px;position:relative;top:0}}#trends .container .sell-now{height:41px;font-size:18px;font-weight:bold;margin-top:30px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#trends .container .sell-now#first{display:none;border-radius:1vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#trends .container .sell-now{border-radius:5px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#trends .container .graphs-section{flex:3.5;border-left:solid 1px #e1e1e1;padding-left:20px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#trends .container .graphs-section .worthy-numbers{display:flex}}#trends .container .graphs-section .worthy-numbers .item1{padding-top:15px;height:178px;text-align:center;border:solid 1px #e1e1e1}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#trends .container .graphs-section .worthy-numbers .item1{flex:1;margin-left:10px}#trends .container .graphs-section .worthy-numbers .item1:first-child{margin-left:0}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#trends .container .graphs-section .worthy-numbers .item1{margin-bottom:5vmin}}#trends .container .graphs-section .worthy-numbers .item1 .item-desc1{font-size:15px;font-weight:600;height:45px;margin-bottom:3px}#trends .container .graphs-section .worthy-numbers .item1 .item-value1{font-size:36px;font-weight:bold;height:45px}#trends .container .graphs-section .worthy-numbers .item1 .item-desc-con{font-size:14px;height:17px;color:#8c8b8b;line-height:1.75}#trends .container .graphs-section .worthy-numbers .item1 .on-worthy{color:#8c8b8b;font-size:16px;margin-top:36px;margin-bottom:11px}#trends .container .graphs-section .graph{border-bottom:solid 1px #e1e1e1}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#trends .container .graphs-section .graph{border-bottom:solid 1px #e1e1e1;margin-bottom:8vmin;padding-bottom:8vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#trends .container .graphs-section .graph{margin-bottom:35px;padding-bottom:50px}}#trends .container .graphs-section .graph h5{margin-bottom:5%}#trends .container .graphs-section .graph .title{font-size:16px;font-weight:600;color:#141414}#trends .container .graphs-section .graph .subTitle{color:#848484;font-size:13px;margin-top:2px;line-height:1.54;font-weight:400}#trends #title-section{margin-bottom:40px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#trends #title-section{margin-top:30px}#trends #title-section .title{font-size:8vmin;font-weight:bold;margin-bottom:2vmin}#trends #title-section .sub-title{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#trends #title-section{margin-top:40px}#trends #title-section .title{font-weight:bold;margin-bottom:13px;font-size:38px;line-height:.67}#trends #title-section .sub-title{font-size:16px;line-height:1.5}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#trends .wrap-sticky.sticky{position:sticky;top:0px}}#trends .item-props-desc{margin-bottom:15px;font-weight:600;font-size:16px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#trends .item-props-desc{color:#f5a623;margin-bottom:4vmin;font-size:4vmin}}#trends .assumtion{font-size:12px;line-height:1.67}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#trends .assumtion{border-bottom:solid 1px #e1e1e1;margin-bottom:10vmin;padding-bottom:8vmin}}#trends .subset-key{font-size:14px !important;font-weight:600}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#trends .subset-key{line-height:1.57}}#trends .property{font-size:14px !important;line-height:1.75 !important}#trends .properties{margin-top:6px}#trends .properties h4{margin-top:20px !important;margin-bottom:15px !important}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#trends .properties{border-bottom:solid 1px #e1e1e1;margin-bottom:8vmin;padding-bottom:8vmin}}#trends .bold-div{font-weight:bold}#trends #asm-text{margin-left:5px;color:#949494;font-size:13px}#trends .footer{margin-top:50px}#trends .footer:before{box-shadow:none !important}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#trends .footer .logos{width:100%}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#trends .footer .logos{width:90%;margin-left:5vmin}}#trends .subset{display:flex;height:140px;margin-bottom:3%}#trends .subset .subset-icon{height:100%;display:flex;align-items:flex-end;justify-content:center;flex:1;width:60px;text-align:center;font-size:14px;font-weight:600;color:#141414}#trends .subset .subset-icon .text{white-space:pre-line;letter-spacing:-0.3px;display:inline-block}#trends .subset .subset-chart{flex:4}#trends .plus{font-size:24px;color:#000}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#trends .plus{margin-left:9%}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#trends .plus{margin-left:8%}}#trends .icon-wrapper{vertical-align:bottom}#trends .icon-wrapper .settings{padding-left:15px}#trends .subsets h5{color:#929292;font-size:16px;font-weight:600;margin-bottom:3%}#trends .subsets h5 span{color:#141414}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#trends .footer{padding-bottom:36px;margin-top:40px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#trends .footer{padding-bottom:3vmin;margin-top:8vmin}}#trends .mobile-footer{border-top:solid 1px #e1e1e1;padding-top:36px;display:flex;width:100%;padding-top:7vmin;padding-bottom:7vmin;padding-right:4vmin;padding-left:4vmin}#trends .mobile-footer.sticky{position:fixed;bottom:0;background-color:#fff}#trends .mobile-footer .item-props-desc{width:48vmin;color:#141414;font-size:4.2vmin;align-items:center;display:flex;margin-bottom:0}#trends .mobile-footer .sell-now{width:40vmin;border-radius:1vmin;font-size:18px;font-weight:bold}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#trends .mobile-item-desc{display:flex;justify-content:space-between;align-items:baseline}#trends .mobile-item-desc .arrow-wrapper{padding:2vmin 0 2vmin 2vmin}#trends .mobile-item-desc .arrow-down{transform:scaleY(-1)}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#trends .mobile-item-desc .arrow-down,#trends .mobile-item-desc .arrow-up{display:none}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#trends .wrapper{margin-bottom:30vmin;margin-left:4vmin;margin-right:4vmin}}#trends .compamies{width:100%;text-align:center}#trends .compamies a{display:inline-block}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#trends .compamies a{background:url("https://cdn0.worthy.com/worthy_app/assets/images/footer/1751352967-footer_logos.png") no-repeat;margin-right:28px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#trends .compamies a{background:url("https://cdn0.worthy.com/worthy_app/assets/images/footer/1751352967-footer_logos_mobile.png") no-repeat;width:70px;height:52px;background-size:750px}}#trends .compamies a:last-child{margin-right:0px}#trends .compamies .row{display:flex;justify-content:space-between}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#trends .compamies .row{padding:15px 10px 0 10px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#trends .compamies .norton{background-position:0px 0px;width:99px;height:55px}#trends .compamies .lloyds{background-position:-136px 0px;width:123px;height:55px}#trends .compamies .bbb{background-position:-307px 0px;width:86px;height:55px}#trends .compamies .gia{background-position:-420px 0px;width:107px;height:55px}#trends .compamies .nyc{background-position:-546px 0px;width:100px;height:55px}#trends .compamies .jfc{background-position:-670px 0px;width:195px;height:55px}#trends .compamies .brinks{background-position:-890px 0px;width:118px;height:55px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#trends .compamies .insured{background-position:0px 0px;width:155px;height:40px}#trends .compamies .norton{background-position:0px 0px;width:99px;height:55px}#trends .compamies .lloyds{background-position:-640px 0px;width:139px;height:55px}#trends .compamies .paypal{background-position:-514px 0px;width:129px;height:55px}#trends .compamies .bbb{background-position:-161px 0px;width:80px;height:55px}#trends .compamies .gia{background-position:-387px 0px;width:133px;height:55px}#trends .compamies .nyc{background-position:-546px 0px;width:100px;height:55px}#trends .compamies .jfc{background-position:-670px 0px;width:195px;height:55px}#trends .compamies .brinks{background-position:-254px 0px;width:118px;height:42px}}#trends .graph.show{display:block}#trends .graph.hide{display:none}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#content{padding-left:0 !important;padding-right:0 !important}}#update-reserve-price{max-width:1000px;margin:20px auto;padding:0 20px;color:#141414}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#update-reserve-price{font-size:16px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#update-reserve-price{font-size:4.3vmin}}#update-reserve-price .orange-banner{margin:15px 0}#update-reserve-price h3{margin-bottom:25px}#update-reserve-price .input-type-radio{margin-bottom:15px}#update-reserve-price .input-type-radio input{height:14px;width:14px;margin:0 8px 0 0;background:url("https://cdn0.worthy.com/worthy_app/assets/images/common/1751352967-radio.svg") no-repeat center;background-size:contain;border:none;appearance:none;-webkit-appearance:none;-moz-appearance:none}#update-reserve-price .input-type-radio input:checked{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/1751352967-radioChecked.svg")}#update-reserve-price .input-type-radio>label:not(:first-child){display:block;padding-top:15px;width:fit-content}#update-reserve-price .input-type-radio>label:not(:first-child)>div{margin:-21px 0 0 25px}#update-reserve-price .input-type-radio>label:not(:first-child)>div>*:first-child .bolder+*{color:#128801}#update-reserve-price .input-type-radio>label:not(:first-child)>div>*:not(:first-child){margin-top:5px}#update-reserve-price .collapsible{position:relative;max-width:370px}#update-reserve-price .collapsible .additional-text{display:inline-block;position:absolute;max-height:inherit;overflow:hidden;z-index:10;right:0;top:2px;color:#606060}#update-reserve-price .collapsible .input-type-number{position:relative}#update-reserve-price .collapsible .input-type-number:before{content:"$";color:#bdbdbd;display:inline-block;position:absolute}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#update-reserve-price .collapsible .input-type-number:before{font-size:17px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#update-reserve-price .collapsible .input-type-number:before{font-size:4.5vmin}}#update-reserve-price .collapsible .input-type-number input{width:100%;padding:0 0 0 12px;margin:0;border-top:none;border-left:none;border-right:none;border-bottom:2px solid #d2d5d7;background:rgba(0,0,0,0);border-radius:0;-moz-appearance:textfield;-webkit-appearance:textfield}#update-reserve-price .collapsible .input-type-number input::-webkit-outer-spin-button,#update-reserve-price .collapsible .input-type-number input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#update-reserve-price .collapsible .input-type-number input{font-size:17px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#update-reserve-price .collapsible .input-type-number input{font-size:4.5vmin}}#update-reserve-price .collapsible .input-type-number .errors{color:#ff001f}#update-reserve-price .button-container{text-align:center;max-width:370px}#update-reserve-price .button-container .success-fees-line{display:inline-block;margin-top:20px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#update-reserve-price .button-container .success-fees-line{font-size:14px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#update-reserve-price .button-container .success-fees-line{font-size:3.8vmin}}#update-reserve-price .button-container button{height:55px;margin-top:15px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#update-reserve-price .button-container button{font-size:6vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#update-reserve-price .button-container button{font-size:18px}}#item-pending-quick-sale{color:#141414;padding-top:20px}#item-pending-quick-sale .title{font-weight:700}#item-pending-quick-sale .content{display:flex}#item-pending-quick-sale .content>*{flex:1}#item-pending-quick-sale .content #sale-format-choice #option-boxes{display:flex}#item-pending-quick-sale .content #sale-format-choice #option-boxes .option-box{position:relative;flex:1;border:1.5px solid #141414;text-align:center;margin:25px 0}#item-pending-quick-sale .content #sale-format-choice #option-boxes .option-box .red-box{width:85%;margin:auto;border:1px solid #ff001f;background-color:rgba(254,45,44,.05)}#item-pending-quick-sale .content #sale-format-choice #option-boxes .option-box .red-box .red-box-content{width:85%;margin:5px auto}#item-pending-quick-sale .content #sale-format-choice #option-boxes .option-box .inline{display:inline-block}#item-pending-quick-sale .content #sale-format-choice #option-boxes .option-box .help-btn{display:inline-block;background-color:rgba(0,0,0,0);background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/1751352967-yellow_question_mark.svg");background-repeat:no-repeat;background-position:center center;background-size:100% 100%;transform:translate3d(5px, 2px, 0)}#item-pending-quick-sale .content #sale-format-choice #option-boxes .option-box .absolute{position:absolute}#item-pending-quick-sale .content #sale-format-choice #option-boxes .option-box .btn{width:85%;margin:20px auto 10px;border-radius:2px;font-weight:100}#item-pending-quick-sale .content #sale-format-choice #option-boxes .option-box .btn.absolute{left:50%;transform:translateX(-50%);bottom:38px}#item-pending-quick-sale .content #sale-format-choice #option-boxes .option-box .footer-wrapper{white-space:nowrap}#item-pending-quick-sale .content #sale-format-choice #option-boxes .option-box .footer-wrapper.disabled{opacity:.5;margin-bottom:20px}#item-pending-quick-sale .content #sale-format-choice #option-boxes .option-box .footer-wrapper.disabled a{cursor:default}#item-pending-quick-sale .content .link{color:#2c4eb5;text-decoration:underline}#item-pending-quick-sale .content .link-wrapper{text-align:center}#item-pending-quick-sale h2,#item-pending-quick-sale h3,#item-pending-quick-sale h4,#item-pending-quick-sale h5{text-transform:uppercase}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#item-pending-quick-sale{margin:0 3vmin}#item-pending-quick-sale .content{flex-direction:column}#item-pending-quick-sale .content #properties-section{width:100%;color:#141414}#item-pending-quick-sale .content #properties-section .property{font-size:3.8vmin;line-height:2}#item-pending-quick-sale .content #properties-section .property:before{top:5vmin}#item-pending-quick-sale .content #sale-format-choice{font-size:3.8vmin;margin-top:5vmin}#item-pending-quick-sale .content #sale-format-choice h3{font-size:6vmin}#item-pending-quick-sale .content #sale-format-choice .sub{margin-top:6vmin}#item-pending-quick-sale .content #sale-format-choice #option-boxes{flex-direction:column;padding-top:3vmin}#item-pending-quick-sale .content #sale-format-choice #option-boxes .option-box{height:74vmin;margin:3vmin 0}#item-pending-quick-sale .content #sale-format-choice #option-boxes .option-box h3{font-size:7vmin}#item-pending-quick-sale .content #sale-format-choice #option-boxes .option-box .help-btn{width:5.5vmin;height:5.5vmin}#item-pending-quick-sale .content #sale-format-choice #option-boxes .option-box .red-box .red-box-content{width:90%;margin:2.5vmin auto;line-height:1.5}#item-pending-quick-sale .content #sale-format-choice #option-boxes .option-box .btn{height:15vmin;font-size:5vmin;margin:6.2vmin auto 3.1vmin}#item-pending-quick-sale .content #sale-format-choice #option-boxes .option-box .btn.absolute{bottom:10vmin;position:relative;margin:15% 15% 5% 0}#item-pending-quick-sale .content #sale-format-choice #option-boxes .option-box .footer-wrapper.absolute{left:50%;bottom:5vmin;transform:translateX(-50%)}#item-pending-quick-sale .content #sale-format-choice #option-boxes .option-box .footer-wrapper.disabled{bottom:5vmin}#item-pending-quick-sale .content #sale-format-choice .link-wrapper{margin:2vmin 0 7vmin}#item-pending-quick-sale h2{font-size:7vmin;margin:.5em 0 .5em !important}#item-pending-quick-sale h3{font-size:6vmin}#item-pending-quick-sale h3.title{margin-bottom:.25em}#item-pending-quick-sale h4{font-size:5.3vmin;margin:4.4vmin 0 2.2vmin !important}#item-pending-quick-sale h5{font-size:4.3vmin !important;margin:2.2vmin 0 !important}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-pending-quick-sale{max-width:1000px;margin:0 auto}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (min-device-width: 768px)and (max-device-width: 1024px),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (min-device-width: 481px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (min-width: 768px)and (max-width: 1024px),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (min-width: 481px)and (max-width: 767px)and (orientation: portrait){#item-pending-quick-sale{padding-left:20px;padding-right:20px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-pending-quick-sale .content{margin-top:40px}#item-pending-quick-sale .content #properties-section h4{font-size:22px}#item-pending-quick-sale .content #properties-section h4:first-of-type{margin-top:0;line-height:initial}#item-pending-quick-sale .content #properties-section .property{font-size:14px !important}#item-pending-quick-sale .content #sale-format-choice{margin-left:50px;flex-grow:1.5}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (min-device-width: 768px)and (max-device-width: 1024px),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (min-device-width: 481px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (min-width: 768px)and (max-width: 1024px),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (min-width: 481px)and (max-width: 767px)and (orientation: portrait){#item-pending-quick-sale .content #sale-format-choice{flex-grow:2}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-pending-quick-sale .content #sale-format-choice .sub:first-of-type{margin:20px 0 10px;line-height:2}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-pending-quick-sale .content #sale-format-choice .option-box:first-child{margin-right:20px !important}#item-pending-quick-sale .content #sale-format-choice .option-box .help-btn{width:20px;height:20px}#item-pending-quick-sale .content #sale-format-choice .option-box .btn{height:65px;font-size:20px;margin:40px 0 10px}#item-pending-quick-sale .content #sale-format-choice .option-box .footer-wrapper.absolute{left:8%;bottom:20px}#item-pending-quick-sale .content #sale-format-choice .option-box .footer-wrapper.disabled{text-align:left;padding-left:8%}#item-pending-quick-sale .content #sale-format-choice .option-box h3{font-size:26px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-pending-quick-sale h3{font-size:22px;line-height:initial}#item-pending-quick-sale h3.title{margin-bottom:15px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-pending-quick-sale h4{font-size:20px;margin:10px 0}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#item-pending-quick-sale h5{font-size:16px;margin:10px 0}}.popup.popup-ship-back,.popup.popup-quick-sale{text-align:left;line-height:1.6}.popup.popup-ship-back .link-wrapper,.popup.popup-quick-sale .link-wrapper{text-align:center;margin:15px 0 0}.popup.popup-ship-back .link-wrapper .link,.popup.popup-quick-sale .link-wrapper .link{color:#f0a322;text-decoration:underline}.popup.popup-ship-back button,.popup.popup-quick-sale button{border-radius:2px;font-weight:100}.popup.popup-ship-back .property,.popup.popup-quick-sale .property{position:relative;overflow:auto}.popup.popup-ship-back .property:before,.popup.popup-quick-sale .property:before{display:block;content:"";width:100%;height:1px;background-color:#666;position:absolute;left:0;bottom:7px}.popup.popup-ship-back .property .subset,.popup.popup-quick-sale .property .subset{float:left;background-color:#fff;position:relative}.popup.popup-ship-back .property .value,.popup.popup-quick-sale .property .value{float:right;background-color:#fff;position:relative}.popup.popup-ship-back .property .subset:after,.popup.popup-ship-back .property .value:before,.popup.popup-quick-sale .property .subset:after,.popup.popup-quick-sale .property .value:before{content:" ";display:inline-block;height:1em;width:.5em}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup.popup-ship-back,.popup.popup-quick-sale{padding-top:15px}.popup.popup-ship-back h2,.popup.popup-quick-sale h2{font-size:22px !important;margin-bottom:30px !important}.popup.popup-ship-back h3,.popup.popup-quick-sale h3{font-size:20px !important;margin-bottom:10px !important}.popup.popup-ship-back.popup-tooltip h2:before,.popup.popup-quick-sale.popup-tooltip h2:before{width:20px;height:20px;transform:translateY(-3px)}.popup.popup-ship-back .x,.popup.popup-quick-sale .x{height:15px;font-size:25px;top:20px}.popup.popup-ship-back button,.popup.popup-quick-sale button{margin:35px 0 20px;height:65px;font-size:20px}.popup.popup-ship-back #price-table,.popup.popup-quick-sale #price-table{margin-top:30px}.popup.popup-ship-back #price-table>:last-child,.popup.popup-quick-sale #price-table>:last-child{font-weight:bold}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-ship-back,.popup.popup-quick-sale{padding:3vmin 5vmin 5vmin}.popup.popup-ship-back.popup-tooltip h2:before,.popup.popup-quick-sale.popup-tooltip h2:before{width:6vmin;height:6vmin;transform:translateY(-2px)}.popup.popup-ship-back h2,.popup.popup-quick-sale h2{font-size:6vmin}.popup.popup-ship-back h3,.popup.popup-quick-sale h3{font-size:5.5vmin;margin-bottom:.2em}.popup.popup-ship-back .x,.popup.popup-quick-sale .x{font-size:7vmin;height:4vmin;top:7vmin;right:5vmin}.popup.popup-ship-back button,.popup.popup-quick-sale button{height:15vmin;font-size:5vmin}.popup.popup-ship-back #price-table,.popup.popup-quick-sale #price-table{margin-top:1em}.popup.popup-ship-back #price-table>:last-child,.popup.popup-quick-sale #price-table>:last-child{font-weight:bold}}#qs-properties{max-width:1000px;margin:0 auto}#qs-properties .link{display:block;color:#2c4eb5;text-decoration:underline}#qs-properties .link img{margin-right:5px}#qs-properties h2{text-transform:uppercase;color:#141414}#qs-properties #properties-section .property{color:#141414}#qs-properties #properties-section h4:first-of-type{margin-top:0}#qs-properties .banner{margin:0 auto;color:#141414}#qs-properties .banner.ship-back{border:1px solid #b9b9b9;background-color:rgba(245,245,245,.5)}#qs-properties .banner.sold{border:1px solid #009601;background-color:rgba(239,255,239,.5)}#qs-properties .banner.sold p{line-height:1.4}#qs-properties .banner.sold p.price{font-weight:700;margin:30px 0 10px}#qs-properties .banner.sold p.price :last-child{float:right}#qs-properties .banner.sold p.fees{padding-bottom:15px}#qs-properties .banner.sold p.fees a{float:left;margin:0}#qs-properties .banner.sold p.fees span{float:right}#qs-properties .banner.sold p.fees span:last-child{margin-right:5px}#qs-properties .banner.sold .link{color:#009601}#qs-properties .tag{display:inline-flex;border:2px solid #000;border-radius:5px;font-weight:600;color:#000;padding:0 3px;text-transform:uppercase;font-size:12px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#qs-properties{width:90%;padding-bottom:5vmin}#qs-properties .banner{padding:1.2em 1.2em 1.8em;margin:1em 0}#qs-properties .title-container{margin-bottom:2.5em}#qs-properties .title-container .tag{font-size:3vmin}#qs-properties #properties-section{width:100%;color:#141414}#qs-properties #properties-section .property{font-size:3.8vmin;line-height:2}#qs-properties #properties-section .property:before{top:5vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#qs-properties .link{margin-bottom:15px}#qs-properties .content-container{display:flex;flex-direction:row-reverse;margin-top:30px}#qs-properties .content-container>*{flex:1}#qs-properties .banner{padding:20px 20px 30px;margin-left:50px}#qs-properties #properties-section{margin-top:-8px}#qs-properties #properties-section h4{font-size:22px}#qs-properties #properties-section h4:first-of-type{margin-top:0;line-height:initial}#qs-properties #properties-section .property{font-size:14px !important}}#auction-banner{font-family:"Open Sans full",monospace;max-width:1000px;color:#141414;box-sizing:border-box}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#auction-banner{font-size:16px;order:2;flex-basis:45%;align-self:flex-start;padding-top:35px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#auction-banner{margin:auto;font-size:4vmin;padding:7vmin 0}}@media(max-width: 800px){#auction-banner{max-width:662px;margin-left:30px;padding:5vmin 0}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#auction-banner{margin-left:0}}@media(max-width: 425px){#auction-banner{height:auto}}#auction-banner .additional-link,#auction-banner .approve-get-paid,#auction-banner .similar-items{display:none}#auction-banner .additional-link{width:100%;text-align:center}#auction-banner .additional-link a{background-color:rgba(0,0,0,0)}#auction-banner .auction_ended,#auction-banner .pendingResponse,#auction-banner .lastChance,#auction-banner .shipBack,#auction-banner .lastChanceNewOffer{border:1px solid #2c4eb5;text-align:left;padding:6.5vmin;line-height:6vmin;background-color:#e7ebf9}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#auction-banner .auction_ended *,#auction-banner .pendingResponse *,#auction-banner .lastChance *,#auction-banner .shipBack *,#auction-banner .lastChanceNewOffer *{font-size:4.3vmin}}#auction-banner .auction_ended a,#auction-banner .pendingResponse a,#auction-banner .lastChance a,#auction-banner .shipBack a,#auction-banner .lastChanceNewOffer a{color:#2c4eb5;font-family:inherit !important}#auction-banner .auction_ended a:hover,#auction-banner .auction_ended a:active,#auction-banner .pendingResponse a:hover,#auction-banner .pendingResponse a:active,#auction-banner .lastChance a:hover,#auction-banner .lastChance a:active,#auction-banner .shipBack a:hover,#auction-banner .shipBack a:active,#auction-banner .lastChanceNewOffer a:hover,#auction-banner .lastChanceNewOffer a:active{text-decoration:underline;background:#e7ebf9}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#auction-banner .auction_ended,#auction-banner .pendingResponse,#auction-banner .lastChance,#auction-banner .shipBack,#auction-banner .lastChanceNewOffer{padding:25px;line-height:22px}}#auction-banner .auction_ended .btn-orange,#auction-banner .pendingResponse .btn-orange,#auction-banner .lastChance .btn-orange,#auction-banner .shipBack .btn-orange,#auction-banner .lastChanceNewOffer .btn-orange{font-size:4.8vmin;padding:4vmin;margin:5vmin 0;border-radius:2px;height:16vmin}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#auction-banner .auction_ended .btn-orange,#auction-banner .pendingResponse .btn-orange,#auction-banner .lastChance .btn-orange,#auction-banner .shipBack .btn-orange,#auction-banner .lastChanceNewOffer .btn-orange{padding:18px;margin:20px 0 20px;font-size:18px;height:60px}}#auction-banner .auction_ended .bids-line,#auction-banner .pendingResponse .bids-line,#auction-banner .lastChance .bids-line,#auction-banner .shipBack .bids-line,#auction-banner .lastChanceNewOffer .bids-line{display:flex;justify-content:space-between;margin-top:28px;margin-bottom:14px;font-weight:bold}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#auction-banner .auction_ended .bids-line,#auction-banner .pendingResponse .bids-line,#auction-banner .lastChance .bids-line,#auction-banner .shipBack .bids-line,#auction-banner .lastChanceNewOffer .bids-line{margin-top:7vmin;margin-bottom:3.5vmin}}#auction-banner .auction_ended .fees-section,#auction-banner .pendingResponse .fees-section,#auction-banner .lastChance .fees-section,#auction-banner .shipBack .fees-section,#auction-banner .lastChanceNewOffer .fees-section{margin-bottom:14px}#auction-banner .auction_ended .fees-section a,#auction-banner .pendingResponse .fees-section a,#auction-banner .lastChance .fees-section a,#auction-banner .shipBack .fees-section a,#auction-banner .lastChanceNewOffer .fees-section a{text-decoration:none;font-size:16px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#auction-banner .auction_ended .fees-section,#auction-banner .pendingResponse .fees-section,#auction-banner .lastChance .fees-section,#auction-banner .shipBack .fees-section,#auction-banner .lastChanceNewOffer .fees-section{margin-bottom:3.5vmin}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#auction-banner .auction_ended .similar-items,#auction-banner .pendingResponse .similar-items,#auction-banner .lastChance .similar-items,#auction-banner .shipBack .similar-items,#auction-banner .lastChanceNewOffer .similar-items{margin-bottom:7vmin}}#auction-banner .auction_ended{background-color:#e7ebf9}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#auction-banner .auction_ended{border:1px solid #2c4eb5}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#auction-banner .auction_ended{margin:0 -4vmin;border:none}}#auction-banner .sold{border:1px solid #009601;background-color:rgba(239,255,239,.5);text-align:left;padding:6.5vmin;line-height:6vmin}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#auction-banner .sold{padding:25px;line-height:22px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#auction-banner .sold{margin-left:0}}@media(max-width: 425px){#auction-banner .sold{height:auto}}#auction-banner .sold .bids-line{margin-top:28px;margin-bottom:14px;font-weight:bold}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#auction-banner .sold .bids-line{margin-top:7vmin;margin-bottom:3.5vmin}}#auction-banner .sold .bids-value{float:right}#auction-banner .sold .fees-section a{color:#009601}#auction-banner .sold .fees-section a:hover{text-decoration:underline}#auction-banner .lastChance{margin-bottom:5vmin}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#auction-banner .lastChance{margin-bottom:2vmin}}#auction-banner .lastChance .fees-section{display:none}#auction-banner .lastChanceNewOffer{margin-bottom:5vmin}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#auction-banner .lastChanceNewOffer{margin-bottom:14px}}#auction-banner .lastChanceNewOffer .fees-section{display:none}#auction-banner .lastChance.additional-banner,#auction-banner .lastChanceNewOffer.additional-banner{border:1px solid #009601;background-color:rgba(239,255,239,.5)}#auction-banner .lastChance .bids-line,#auction-banner .lastChanceNewOffer .bids-line{margin-top:0}#auction-banner .lastChance .better-bid,#auction-banner .lastChanceNewOffer .better-bid{display:block;margin-bottom:22px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#auction-banner .lastChance .better-bid,#auction-banner .lastChanceNewOffer .better-bid{margin-bottom:6vmin}}#auction-banner .lastChance .deleted,#auction-banner .lastChanceNewOffer .deleted{font-weight:normal;text-decoration:line-through;margin-right:10px}#auction-banner .lastChance .higher:before,#auction-banner .lastChanceNewOffer .higher:before{content:" ";background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/1751352967-greenArrowUp.svg");background-repeat:no-repeat;background-position:center;display:inline-block;width:16px;height:12px}#auction-banner .shipBack.additional-banner{background:#e7ebf9;border:1px solid #2c4eb5}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#auction-banner .shipBack.additional-banner{border:none;margin:0 -1em}}#auction-banner .shipBack.additional-banner .tel{color:#2c4eb5;text-decoration:none}#auction-banner .auction_ended.additional-banner,#auction-banner .sold.additional-banner{display:none}#auction-banner .approve-get-paid{text-align:center;margin:50px 0 10px 0}#auction-banner .lastChance .similar-items,#auction-banner .lastChanceNewOffer .similar-items,#auction-banner .auction_ended .similar-items{display:inline}#auction-banner .lastChance .approve-get-paid,#auction-banner .lastChance .additional-link,#auction-banner .lastChanceNewOffer .approve-get-paid,#auction-banner .lastChanceNewOffer .additional-link,#auction-banner .auction_ended .approve-get-paid,#auction-banner .auction_ended .additional-link{display:block}#auction-banner .green{color:#128801}#auction-banner .better-bid{display:none}#auction-banner .better-bid .percentage{margin:0 0 0 6px}.cancel-item-loader{margin-top:200px !important}#generate-estimation-loader{width:300px;height:60px;margin:75px auto 0;background-position:center;background-repeat:no-repeat;background-size:auto 100%;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/item/misc/generateEstimationLoader/1751352967-generateEstimationLoader.gif")}#loadersContainer>div{display:none}#loadersContainer>div:last-of-type{display:block;z-index:20000;position:fixed;left:0;top:0;width:100vw;height:100vh;background-color:#dcd7d1;opacity:.4}.loading button.btn:not(.no-loader):not(.btn-loading){vertical-align:middle;color:rgba(0,0,0,0);position:relative}.loading button.btn:not(.no-loader):not(.btn-loading):after{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-dotsLoaderBlue.gif");background-repeat:no-repeat;background-size:1.97em .5em;background-position:center center}.loading button.btn:not(.no-loader).btn-loading:after{content:"";display:inline-block;width:1.97em;height:.5em;margin-left:.5em;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-dotsLoaderBlue.gif");background-repeat:no-repeat;background-size:1.97em .5em;background-position:center center}#submit-item-container h1{display:block;text-align:center;text-transform:uppercase}#submit-item-container .title2{display:none}#submit-item-container b{font-weight:bold}#submit-item-container #submission_form_new_ui #submit-item-form .submit-item-wrapper button{height:60px;border-radius:4px !important;font-weight:normal !important;text-transform:uppercase}#submit-item-container #submission_form_new_ui #submit-item-form>div.field,#submit-item-container #submission_form_new_ui #submit-item-form>div.field.is-open+div:not(.submit-item-wrapper),#submit-item-container #submission_form_new_ui .Select-option,#submit-item-container #submission_form_new_ui .Select .Select-menu div,#submit-item-container #submission_form_new_ui .suggestion-wrapper,#submit-item-container #submission_form_new_ui #input-carat-weight{border-color:#000 !important}#submit-item-container #submission_form_new_ui #submit-item-form .input-wrapper span{color:#a4a4a4 !important}#submit-item-container #submission_form_new_ui #submit-item-form .Select-arrow-zone,#submit-item-container #submission_form_new_ui #submit-item-form .arrow-zone,#submit-item-container #submission_form_new_ui #submit-item-form .Select-arrow-zone span:after,#submit-item-container #submission_form_new_ui #submit-item-form .arrow-zone span:after{content:"";background:url("https://cdn0.worthy.com/worthy_app/assets/images/common/1751352967-drop_down_arrow.svg") center no-repeat !important;width:13px !important;height:25px !important}#submit-item-container #submission_form_new_ui #submit-item-form .arrow-zone{transform:rotate(0) !important}#submit-item-container #submission_form_new_ui #submit-item-form .is-open .arrow-zone{transform:rotate(180deg) !important}#submit-item-container #submission_form_new_ui .has-value label:before{background:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-v.svg") no-repeat !important}#submit-item-container #submission_form_new_ui #submit-item-form .more-details label{text-indent:0px !important;padding-top:0px}#submit-item-container #submission_form_new_ui #submit-item-form .more-details label:before{background:none !important}#submit-item-container #submission_form_new_ui #submit-item-form .more-details label.has-incorrect-selected-value{color:red}#submit-item-container #submission_form_new_ui #submit-item-form .more-details input{height:33px;line-height:33px;width:230px;padding-left:10px;border:1px solid #000;color:#666}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submission_form_new_ui #submit-item-form .more-details input{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submission_form_new_ui #submit-item-form .more-details input{font-size:14px}}@media screen and (max-device-width: 374px)and (orientation: portrait),screen and (max-device-height: 374px)and (orientation: landscape),screen and (max-width: 374px)and (orientation: portrait),screen and (max-width: 374px)and (orientation: landscape){#submit-item-container #submission_form_new_ui #submit-item-form .more-details input{font-size:5.2vmin}}#submit-item-container #submission_form_new_ui #submit-item-form .Select .Select-menu div span{color:#000 !important;text-transform:uppercase !important}#submit-item-container #submission_form_new_ui #submit-item-form .Select .Select-menu div.is-selected{background-color:#000 !important}#submit-item-container #submission_form_new_ui #submit-item-form .Select .Select-menu div.is-selected span{color:#fff !important}#submit-item-container #submission_form_new_ui .jewelry-style-ring-select .Select-menu .jewelry-style-ring{background-position:50% 40% !important;background-size:60% !important}#submit-item-container #submission_form_new_ui .jewelry-style-ring-select.open-really .jewelry-style-ring-loose-diamond{background-size:40% !important}#submit-item-container #submission_form_new_ui .diamond-clarity-select .Select-menu .diamond-clarity{background-size:40% !important}#submit-item-container #submission_form_new_ui .jewelry-style-ring-solitaire{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/ring_setting/1751352967-solitaire_black_new.svg") !important}#submit-item-container #submission_form_new_ui .jewelry-style-ring-solitaire.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/ring_setting/1751352967-solitaire_white_new.svg") !important}#submit-item-container #submission_form_new_ui .jewelry-style-ring-bridal-set{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/ring_setting/1751352967-bridal_set_black_new.svg") !important}#submit-item-container #submission_form_new_ui .jewelry-style-ring-bridal-set.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/ring_setting/1751352967-bridal_set_white_new.svg") !important}#submit-item-container #submission_form_new_ui .jewelry-style-ring-3-stone{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/ring_setting/1751352967-3_stone_black_new.svg") !important}#submit-item-container #submission_form_new_ui .jewelry-style-ring-3-stone.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/ring_setting/1751352967-3_stone_white_new.svg") !important}#submit-item-container #submission_form_new_ui .jewelry-style-ring-halo{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/ring_setting/1751352967-halo_black_new.svg") !important}#submit-item-container #submission_form_new_ui .jewelry-style-ring-halo.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/ring_setting/1751352967-halo_white_new.svg") !important}#submit-item-container #submission_form_new_ui .jewelry-style-ring-loose-diamond{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/ring_setting/1751352967-loose_black_new.svg") !important}#submit-item-container #submission_form_new_ui .jewelry-style-ring-loose-diamond.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/ring_setting/1751352967-loose_white_new.svg") !important}#submit-item-container #submission_form_new_ui .diamond-shape-round{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamonds_shapes/1751352967-round_black_new.png") !important}#submit-item-container #submission_form_new_ui .diamond-shape-round.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamonds_shapes/1751352967-round_white_new.png") !important}#submit-item-container #submission_form_new_ui .diamond-shape-princess{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamonds_shapes/1751352967-princess_black_new.png") !important}#submit-item-container #submission_form_new_ui .diamond-shape-princess.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamonds_shapes/1751352967-princess_white_new.png") !important}#submit-item-container #submission_form_new_ui .diamond-shape-cushion{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamonds_shapes/1751352967-cushion_black_new.png") !important}#submit-item-container #submission_form_new_ui .diamond-shape-cushion.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamonds_shapes/1751352967-cushion_white_new.png") !important}#submit-item-container #submission_form_new_ui .diamond-shape-marquise{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamonds_shapes/1751352967-marquise_black_new.png") !important}#submit-item-container #submission_form_new_ui .diamond-shape-marquise.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamonds_shapes/1751352967-marquise_white_new.png") !important}#submit-item-container #submission_form_new_ui .diamond-shape-emerald{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamonds_shapes/1751352967-emerald_black_new.png") !important}#submit-item-container #submission_form_new_ui .diamond-shape-emerald.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamonds_shapes/1751352967-emerald_white_new.png") !important}#submit-item-container #submission_form_new_ui .diamond-clarity-fl{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-fl_black.svg") !important}#submit-item-container #submission_form_new_ui .diamond-clarity-fl.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-fl_white.svg") !important}#submit-item-container #submission_form_new_ui .diamond-clarity-if{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-if_black.svg") !important}#submit-item-container #submission_form_new_ui .diamond-clarity-if.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-if_white.svg") !important}#submit-item-container #submission_form_new_ui .diamond-clarity-vvs1{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-vvs1_black.svg") !important}#submit-item-container #submission_form_new_ui .diamond-clarity-vvs1.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-vvs1_white.svg") !important}#submit-item-container #submission_form_new_ui .diamond-clarity-vvs2{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-vvs2_black.svg") !important}#submit-item-container #submission_form_new_ui .diamond-clarity-vvs2.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-vvs2_white.svg") !important}#submit-item-container #submission_form_new_ui .diamond-clarity-vs1{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-vs1_black.svg") !important}#submit-item-container #submission_form_new_ui .diamond-clarity-vs1.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-vs1_white.svg") !important}#submit-item-container #submission_form_new_ui .diamond-clarity-vs2{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-vs2_black.svg") !important}#submit-item-container #submission_form_new_ui .diamond-clarity-vs2.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-vs2_white.svg") !important}#submit-item-container #submission_form_new_ui .diamond-clarity-si1{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-si1_black.svg") !important}#submit-item-container #submission_form_new_ui .diamond-clarity-si1.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-si1_white.svg") !important}#submit-item-container #submission_form_new_ui .diamond-clarity-si2{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-si2_black.svg") !important}#submit-item-container #submission_form_new_ui .diamond-clarity-si2.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-si2_white.svg") !important}#submit-item-container #submission_form_new_ui .diamond-clarity-i1{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-i1_black.svg") !important}#submit-item-container #submission_form_new_ui .diamond-clarity-i1.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-i1_white.svg") !important}#submit-item-container #submission_form_new_ui .diamond-clarity-i2{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-i2_black.svg") !important}#submit-item-container #submission_form_new_ui .diamond-clarity-i2.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-i2_white.svg") !important}#submit-item-container #submission_form_new_ui .diamond-clarity-i3{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-i3_black.svg") !important}#submit-item-container #submission_form_new_ui .diamond-clarity-i3.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-i3_white.svg") !important}#submit-item-container #submit-item-form{display:block}#submit-item-container #submit-item-form .optional{color:#a4a4a4}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form{width:90vmin;margin:8vmin auto;margin-bottom:6vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form{width:677px;margin:40px auto 0}}#submit-item-container #submit-item-form>.diamond-clarity-select{border-bottom:1px solid #d7d6d6}#submit-item-container #submit-item-form>div.field{position:relative;-webkit-transition:width .2s ease-in-out;-moz-transition:width .2s ease-in-out;-o-transition:width .2s ease-in-out;transition:width .2s ease-in-out;border-bottom:1px solid #d7d6d6;border-top:1px solid #d7d6d6;border-right:1px solid #d7d6d6;border-left:1px solid #d7d6d6}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form>div.field{cursor:pointer;width:637px;margin:0 auto}}#submit-item-container #submit-item-form>div.field+div:not(.is-open){border-top:none}#submit-item-container #submit-item-form>div.field+div:not(.is-open)+div{border-top:none}#submit-item-container #submit-item-form>div.field.is-open{margin:4px auto;border-top:1px solid #d7d6d6 !important}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form>div.field.is-open{width:677px}}#submit-item-container #submit-item-form>div.field.is-open:not(.diamond-clarity-select){border-bottom:1px solid #d7d6d6}#submit-item-container #submit-item-form>div.field.is-open+div:not(.submit-item-wrapper){border-top:1px solid #d7d6d6 !important}#submit-item-container #submit-item-form>div.field.is-open+div:not(.submit-item-wrapper).alert-box{border-top:0 !important}#submit-item-container #submit-item-form>div.field.diamond-carat-input .rightImage{position:absolute;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/ring_setting/1751352967-center_diamond2.jpg");background-size:100%;background-repeat:no-repeat;z-index:0}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form>div.field.diamond-carat-input .rightImage{top:0;right:2vW;width:28vW;height:15vW}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form>div.field.diamond-carat-input .rightImage{top:0;right:18px;width:95px;height:51px}}#submit-item-container #submit-item-form>div.field #suggestions-wrapper{height:45px;margin:44px 18px -15px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form>div.field #suggestions-wrapper{margin:16vmin 2vmin -3vmin}}#submit-item-container #submit-item-form>div.field #suggestions-wrapper .suggestion-wrapper{height:100%;width:100px;float:left;border:solid 1px #d7d6d6;text-align:center}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form>div.field #suggestions-wrapper .suggestion-wrapper{width:calc(33% - .5px)}}#submit-item-container #submit-item-form>div.field #suggestions-wrapper .suggestion-wrapper:not(:first-child){border-left:0}#submit-item-container #submit-item-form>div.field #suggestions-wrapper .suggestion-wrapper .suggestion{display:block;color:#666;line-height:45px;padding:0;pointer-events:none}#submit-item-container #submit-item-form>div.field #suggestions-wrapper:before{content:"Select an option below or edit field above";position:absolute;left:0;transform:translateY(calc(-100% - 5px));color:#ff001f}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form>div.field #suggestions-wrapper:before{margin-left:2vmin;padding-bottom:1vmin}}#submit-item-container #submit-item-form .description-text{display:none}#submit-item-container #submit-item-form label{display:block;color:#666}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form label{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form label{font-size:14px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form label{padding:4vmin 0;text-indent:2vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form label{padding:14px 0;text-indent:18px;cursor:pointer}}#submit-item-container #submit-item-form label span.property-value{display:inline-block}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form label span.property-value{text-indent:2vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form label span.property-value{text-indent:6px}}#submit-item-container #submit-item-form.no-valid .has-incorrect-selected-value.open-really,#submit-item-container #submit-item-form .has-incorrect-value.open-really{border:1px solid #ff001f !important}#submit-item-container #submit-item-form.no-valid .has-incorrect-selected-value.open-really.closed,#submit-item-container #submit-item-form .has-incorrect-value.open-really.closed{border-color:#d7d6d6 !important;transition:border-color 0s .7s}#submit-item-container #submit-item-form.no-valid .has-incorrect-selected-value.open-really .suggestion-wrapper,#submit-item-container #submit-item-form .has-incorrect-value.open-really .suggestion-wrapper{border-color:#ff001f !important}#submit-item-container #submit-item-form.no-valid .has-incorrect-selected-value label,#submit-item-container #submit-item-form .has-incorrect-value label{color:#ff001f}#submit-item-container #submit-item-form.no-valid .has-incorrect-selected-value~.has-incorrect-selected-value,#submit-item-container #submit-item-form .has-incorrect-value~.has-incorrect-selected-value{border-color:#d7d6d6 !important}#submit-item-container #submit-item-form.no-valid .has-incorrect-selected-value~.has-incorrect-selected-value label,#submit-item-container #submit-item-form .has-incorrect-value~.has-incorrect-selected-value label{color:#666 !important}#submit-item-container #submit-item-form .has-incorrect-value span.additional-text{color:#ff001f}#submit-item-container #submit-item-form .has-value label{position:relative;color:#6e7d8d}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .has-value label{text-indent:20px}}#submit-item-container #submit-item-form .has-value label:before{position:absolute;background:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-check.svg") no-repeat;background-size:100%;content:""}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .has-value label:before{top:5vmin;left:2vmin;width:4vmin;height:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .has-value label:before{top:17px;left:20px;width:15px;height:15px}}#submit-item-container #submit-item-form .has-value label>div{display:inline-block}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .has-value label>div{margin-left:3vmin}}#submit-item-container #submit-item-form .Select{display:block;color:#666}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .Select{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .Select{font-size:14px}}#submit-item-container #submit-item-form .Select .Select-control{background-color:#fff;display:block;outline:none;overflow:hidden;position:relative;width:100%}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .Select .Select-control{padding:4vmin 0}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .Select .Select-control{padding:14px 0}}#submit-item-container #submit-item-form .Select .Select-control .Select-input{display:block !important}#submit-item-container #submit-item-form .Select .Select-control .Select-placeholder,#submit-item-container #submit-item-form .Select .Select-control .Select-value-label{display:block}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .Select .Select-control .Select-placeholder,#submit-item-container #submit-item-form .Select .Select-control .Select-value-label{text-indent:2vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .Select .Select-control .Select-placeholder,#submit-item-container #submit-item-form .Select .Select-control .Select-value-label{text-indent:18px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .Select.is-open{background-color:#f7f7f7}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .Select.is-open .Select-placeholder,#submit-item-container #submit-item-form .Select.is-open .Select-control{background-color:#f7f7f7}}#submit-item-container #submit-item-form .Select.is-open .Select-arrow-zone{transform:rotate(270deg)}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .Select.is-open .Select-arrow-zone{right:13px}}#submit-item-container #submit-item-form .Select .Select-menu-outer>.tip{text-indent:initial}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .Select .Select-menu-outer>.tip{margin:-2vmin 2vmin 0;padding-bottom:2vmin;font-size:3.4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .Select .Select-menu-outer>.tip{width:637px;margin:0 auto;padding:10px 0}}#submit-item-container #submit-item-form .Select .Select-menu-outer>.tip span{padding-left:0}#submit-item-container #submit-item-form .Select .Select-menu{display:block}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .Select .Select-menu{padding:0 2vmin;margin-bottom:6vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .Select .Select-menu{text-indent:initial;width:637px;margin:0 auto 20px}}#submit-item-container #submit-item-form .Select .Select-menu div{display:inline-block;text-align:center;background:#fff;text-indent:0}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .Select .Select-menu div{width:17.8vmin;height:17.8vmin;border-top:1px solid #d7d6d6;border-right:1px solid #d7d6d6}#submit-item-container #submit-item-form .Select .Select-menu div:first-of-type,#submit-item-container #submit-item-form .Select .Select-menu div:nth-child(6n){border-left:1px solid #d7d6d6}#submit-item-container #submit-item-form .Select .Select-menu div:nth-child(n+6){border-bottom:1px solid #d7d6d6}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .Select .Select-menu div{border-top:1px solid #d7d6d6;border-bottom:1px solid #d7d6d6;border-right:1px solid #d7d6d6}#submit-item-container #submit-item-form .Select .Select-menu div:first-of-type{border-left:1px solid #d7d6d6}}#submit-item-container #submit-item-form .Select .Select-menu div span{color:#666}#submit-item-container #submit-item-form .Select .Select-menu div.is-selected{background-color:#6e7d8c}#submit-item-container #submit-item-form .Select .Select-menu div.is-selected span{color:#fff}#submit-item-container #submit-item-form .Select-value-label:after,#submit-item-container #submit-item-form label:after{display:inline-block}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .Select-value-label:after,#submit-item-container #submit-item-form label:after{text-indent:1.1vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .Select-value-label:after,#submit-item-container #submit-item-form label:after{text-indent:5px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .diamond-shape-select .Select-menu div:nth-child(3n){border-left:none}#submit-item-container #submit-item-form .diamond-shape-select .Select-menu div:nth-child(4n){border-left:1px solid #d7d6d6}#submit-item-container #submit-item-form .diamond-shape-select .Select-menu div:nth-child(n+4){border-bottom:1px solid #d7d6d6}}#submit-item-container #submit-item-form .diamond-shape-select .Select-menu .diamond-shape{float:left;background-size:40%;background-repeat:no-repeat}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .diamond-shape-select .Select-menu .diamond-shape{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .diamond-shape-select .Select-menu .diamond-shape{font-size:14px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .diamond-shape-select .Select-menu .diamond-shape{width:28vmin;height:26vmin;line-height:44vmin;background-position:center 4.8vmin;font-size:3.5vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .diamond-shape-select .Select-menu .diamond-shape{width:105px;height:98px;line-height:162px;background-position:center 20px}}#submit-item-container #submit-item-form .diamond-shape-select .Select-menu .diamond-shape span{padding:0}#submit-item-container #submit-item-form .diamond-shape-select .Select-menu .diamond-shape-other{position:relative}#submit-item-container #submit-item-form .diamond-shape-select .Select-menu .diamond-shape-other span{position:absolute;top:50%;left:50%;margin:0 -50% 0 0;transform:translate(-50%, -50%);height:initial;padding:0;text-transform:uppercase}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .diamond-shape-select .Select-menu .diamond-shape-other span{line-height:initial;width:14vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .diamond-shape-select .Select-menu .diamond-shape-other span{width:75px;line-height:initial}}#submit-item-container #submit-item-form .diamond-shape-select .Select-menu .diamond-shape-other.is-selected:after{color:#fff}#submit-item-container #submit-item-form .diamond-shape-select.open-really .diamond-shape-round{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamonds_shapes/1751352967-round_gray.svg")}#submit-item-container #submit-item-form .diamond-shape-select.open-really .diamond-shape-round.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamonds_shapes/1751352967-round_white.svg")}#submit-item-container #submit-item-form .diamond-shape-select.open-really .diamond-shape-princess{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamonds_shapes/1751352967-princess_gray.svg")}#submit-item-container #submit-item-form .diamond-shape-select.open-really .diamond-shape-princess.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamonds_shapes/1751352967-princess_white.svg")}#submit-item-container #submit-item-form .diamond-shape-select.open-really .diamond-shape-marquise{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamonds_shapes/1751352967-marquise_gray.svg")}#submit-item-container #submit-item-form .diamond-shape-select.open-really .diamond-shape-marquise.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamonds_shapes/1751352967-marquise_white.svg")}#submit-item-container #submit-item-form .diamond-shape-select.open-really .diamond-shape-pear{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamonds_shapes/1751352967-pear_gray.svg")}#submit-item-container #submit-item-form .diamond-shape-select.open-really .diamond-shape-pear.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamonds_shapes/1751352967-pear_white.svg")}#submit-item-container #submit-item-form .diamond-shape-select.open-really .diamond-shape-oval{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamonds_shapes/1751352967-oval_gray.svg")}#submit-item-container #submit-item-form .diamond-shape-select.open-really .diamond-shape-oval.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamonds_shapes/1751352967-oval_white.svg")}#submit-item-container #submit-item-form .diamond-shape-select.open-really .diamond-shape-radiant{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamonds_shapes/1751352967-radiant_gray.svg")}#submit-item-container #submit-item-form .diamond-shape-select.open-really .diamond-shape-radiant.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamonds_shapes/1751352967-radiant_white.svg")}#submit-item-container #submit-item-form .diamond-shape-select.open-really .diamond-shape-emerald{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamonds_shapes/1751352967-emerald_gray.svg")}#submit-item-container #submit-item-form .diamond-shape-select.open-really .diamond-shape-emerald.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamonds_shapes/1751352967-emerald_white.svg")}#submit-item-container #submit-item-form .diamond-shape-select.open-really .diamond-shape-cushion{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamonds_shapes/1751352967-cushion_gray.svg")}#submit-item-container #submit-item-form .diamond-shape-select.open-really .diamond-shape-cushion.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamonds_shapes/1751352967-cushion_white.svg")}#submit-item-container #submit-item-form .diamond-shape-select.open-really .diamond-shape-heart{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamonds_shapes/1751352967-heart_gray.svg")}#submit-item-container #submit-item-form .diamond-shape-select.open-really .diamond-shape-heart.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamonds_shapes/1751352967-heart_white.svg")}#submit-item-container #submit-item-form .diamond-color-select .Select-menu div{position:relative;text-transform:uppercase}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .diamond-color-select .Select-menu div{float:left;width:13.867vmin;height:13vmin;font-size:3.5vmin}#submit-item-container #submit-item-form .diamond-color-select .Select-menu div:first-of-type,#submit-item-container #submit-item-form .diamond-color-select .Select-menu div:nth-child(7n){border-left:1px solid #d7d6d6}#submit-item-container #submit-item-form .diamond-color-select .Select-menu div:nth-child(-n+6){border-top:1px solid #d7d6d6}#submit-item-container #submit-item-form .diamond-color-select .Select-menu div:nth-child(6n){border-left:none;border-bottom:none}#submit-item-container #submit-item-form .diamond-color-select .Select-menu div:nth-child(n+7){border-bottom:1px solid #d7d6d6}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .diamond-color-select .Select-menu div{width:52px;height:53px;line-height:53px}}#submit-item-container #submit-item-form .diamond-color-select .Select-menu div span{position:absolute;top:50%;left:50%;margin:0 -50% 0 0;transform:translate(-50%, -50%);height:initial;padding:0;line-height:initial}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .diamond-clarity-select .Select-menu div:nth-child(3n){border-left:none}#submit-item-container #submit-item-form .diamond-clarity-select .Select-menu div:nth-child(3n+1){border-left:1px solid #d7d6d6}#submit-item-container #submit-item-form .diamond-clarity-select .Select-menu div:nth-child(n+6){border-bottom:none}#submit-item-container #submit-item-form .diamond-clarity-select .Select-menu div:nth-child(n+10){border-bottom:1px solid #d7d6d6}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .diamond-clarity-select .Select-menu div:nth-child(7n){border-left:1px solid #d7d6d6}#submit-item-container #submit-item-form .diamond-clarity-select .Select-menu div:nth-child(n+7){border-top:none}}#submit-item-container #submit-item-form .diamond-clarity-select .Select-menu .diamond-clarity{position:relative;float:left;background-size:45%;background-repeat:no-repeat}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .diamond-clarity-select .Select-menu .diamond-clarity{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .diamond-clarity-select .Select-menu .diamond-clarity{font-size:14px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .diamond-clarity-select .Select-menu .diamond-clarity{width:28vmin;height:26vmin;background-position:center 4vmin;font-size:3.5vmin}#submit-item-container #submit-item-form .diamond-clarity-select .Select-menu .diamond-clarity span{display:block;padding-top:19vmin;padding-left:0}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .diamond-clarity-select .Select-menu .diamond-clarity{width:105px;height:105px;background-position:center 20px}#submit-item-container #submit-item-form .diamond-clarity-select .Select-menu .diamond-clarity span{display:block;padding-top:80px;padding-left:0}}#submit-item-container #submit-item-form .diamond-clarity-select .Select-menu .diamond-clarity-not-sure{position:relative}#submit-item-container #submit-item-form .diamond-clarity-select .Select-menu .diamond-clarity-not-sure span{position:absolute;top:50%;left:50%;margin:0 -50% 0 0;transform:translate(-50%, -50%);height:initial;padding:0;text-transform:uppercase}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .diamond-clarity-select .Select-menu .diamond-clarity-not-sure span{width:12vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .diamond-clarity-select .Select-menu .diamond-clarity-not-sure span{width:60px}}#submit-item-container #submit-item-form .diamond-clarity-select .Select-menu .diamond-clarity-not-sure.is-selected:after{color:#fff}#submit-item-container #submit-item-form .diamond-clarity-select.open-really .diamond-clarity-fl{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-1_gray.svg")}#submit-item-container #submit-item-form .diamond-clarity-select.open-really .diamond-clarity-fl.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-1_white.svg")}#submit-item-container #submit-item-form .diamond-clarity-select.open-really .diamond-clarity-if{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-2_gray.svg")}#submit-item-container #submit-item-form .diamond-clarity-select.open-really .diamond-clarity-if.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-2_white.svg")}#submit-item-container #submit-item-form .diamond-clarity-select.open-really .diamond-clarity-vvs1{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-3_gray.svg")}#submit-item-container #submit-item-form .diamond-clarity-select.open-really .diamond-clarity-vvs1.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-3_white.svg")}#submit-item-container #submit-item-form .diamond-clarity-select.open-really .diamond-clarity-vvs2{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-4_gray.svg")}#submit-item-container #submit-item-form .diamond-clarity-select.open-really .diamond-clarity-vvs2.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-4_white.svg")}#submit-item-container #submit-item-form .diamond-clarity-select.open-really .diamond-clarity-vs1{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-5_gray.svg")}#submit-item-container #submit-item-form .diamond-clarity-select.open-really .diamond-clarity-vs1.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-5_white.svg")}#submit-item-container #submit-item-form .diamond-clarity-select.open-really .diamond-clarity-vs2{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-6_gray.svg")}#submit-item-container #submit-item-form .diamond-clarity-select.open-really .diamond-clarity-vs2.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-6_white.svg")}#submit-item-container #submit-item-form .diamond-clarity-select.open-really .diamond-clarity-si1{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-7_gray.svg")}#submit-item-container #submit-item-form .diamond-clarity-select.open-really .diamond-clarity-si1.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-7_white.svg")}#submit-item-container #submit-item-form .diamond-clarity-select.open-really .diamond-clarity-si2{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-8_gray.svg")}#submit-item-container #submit-item-form .diamond-clarity-select.open-really .diamond-clarity-si2.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-8_white.svg")}#submit-item-container #submit-item-form .diamond-clarity-select.open-really .diamond-clarity-i1{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-9_gray.svg")}#submit-item-container #submit-item-form .diamond-clarity-select.open-really .diamond-clarity-i1.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-9_white.svg")}#submit-item-container #submit-item-form .diamond-clarity-select.open-really .diamond-clarity-i2{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-10_gray.svg")}#submit-item-container #submit-item-form .diamond-clarity-select.open-really .diamond-clarity-i2.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-10_white.svg")}#submit-item-container #submit-item-form .diamond-clarity-select.open-really .diamond-clarity-i3{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-11_gray.svg")}#submit-item-container #submit-item-form .diamond-clarity-select.open-really .diamond-clarity-i3.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/diamond_clarity/1751352967-11_white.svg")}#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-ring,#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-bracelet{background-repeat:no-repeat}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-ring,#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-bracelet{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-ring,#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-bracelet{font-size:14px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-ring,#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-bracelet{position:relative;background-size:70%;background-position:center 2vmin;width:28vmin;height:33.8vmin;font-size:3.5vmin;float:left}#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-ring:nth-child(3n),#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-bracelet:nth-child(3n){border-left:none}#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-ring:nth-child(4n),#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-bracelet:nth-child(4n){border-left:1px solid #d7d6d6}#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-ring:nth-child(n+4),#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-bracelet:nth-child(n+4){border-bottom:1px solid #d7d6d6}#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-ring span,#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-bracelet span{display:block;padding-top:27vmin;padding-left:0}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-ring,#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-bracelet{background-size:50%;background-position:center 10px;width:105px;height:98px;float:left}#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-ring span,#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-bracelet span{display:block;padding-top:74px;padding-left:0}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-bracelet{height:28vmin}#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-bracelet span{padding-top:21vmin}}#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-bracelet-tennis{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/bracelet_style/1751352967-tennis_gray.svg")}#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-bracelet-tennis.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/bracelet_style/1751352967-tennis_white.svg")}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-bracelet-tennis{background-size:56%;background-position:center 7.8vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-bracelet-tennis{background-size:55px;background-position:center 28px}}#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-bracelet-charm{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/bracelet_style/1751352967-charm_gray.svg")}#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-bracelet-charm.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/bracelet_style/1751352967-charm_white.svg")}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-bracelet-charm{background-size:50%;background-position:center 4.5vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-bracelet-charm{background-position:center 14px;background-size:53px}}#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-bracelet-slide{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/bracelet_style/1751352967-slide_gray.svg")}#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-bracelet-slide.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/bracelet_style/1751352967-slide_white.svg")}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-bracelet-slide{background-size:50%;background-position:center 7.5vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-bracelet-slide{background-position:center 24px;background-size:54px}}#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-bracelet-bangle{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/bracelet_style/1751352967-bangle_gray.svg")}#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-bracelet-bangle.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/bracelet_style/1751352967-bangle_white.svg")}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-bracelet-bangle{background-size:40%;background-position:center 7.5vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-bracelet-bangle{background-position:center 28px;background-size:40px}}#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-bracelet-link{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/bracelet_style/1751352967-link_gray.svg")}#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-bracelet-link.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/bracelet_style/1751352967-link_white.svg")}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-bracelet-link{background-size:60%;background-position:center 7.5vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-bracelet-link{background-position:center 28px;background-size:62px}}#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-ring-other{position:relative}#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-ring-other span{position:absolute;top:50%;left:50%;margin:0 -50% 0 0;transform:translate(-50%, -50%);height:initial;padding:0;text-transform:uppercase}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-ring-other span{width:20vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-ring-other span{width:100px}}#submit-item-container #submit-item-form .jewelry-style-ring-select .Select-menu .jewelry-style-ring-other.is-selected:after{color:#fff}#submit-item-container #submit-item-form .jewelry-style-ring-select.open-really .jewelry-style-ring-solitaire{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/ring_setting/1751352967-solitaire_gray.svg")}#submit-item-container #submit-item-form .jewelry-style-ring-select.open-really .jewelry-style-ring-solitaire.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/ring_setting/1751352967-solitaire_white.svg")}#submit-item-container #submit-item-form .jewelry-style-ring-select.open-really .jewelry-style-ring-bridal-set{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/ring_setting/1751352967-bridal_set_gray.svg")}#submit-item-container #submit-item-form .jewelry-style-ring-select.open-really .jewelry-style-ring-bridal-set.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/ring_setting/1751352967-bridal_set_white.svg")}#submit-item-container #submit-item-form .jewelry-style-ring-select.open-really .jewelry-style-ring-3-stone{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/ring_setting/1751352967-3_stone_gray.svg")}#submit-item-container #submit-item-form .jewelry-style-ring-select.open-really .jewelry-style-ring-3-stone.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/ring_setting/1751352967-3_stone_white.svg")}#submit-item-container #submit-item-form .jewelry-style-ring-select.open-really .jewelry-style-ring-halo{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/ring_setting/1751352967-halo_gray.svg")}#submit-item-container #submit-item-form .jewelry-style-ring-select.open-really .jewelry-style-ring-halo.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/ring_setting/1751352967-halo_white.svg")}#submit-item-container #submit-item-form .jewelry-style-ring-select.open-really .jewelry-style-ring-loose-diamond{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/ring_setting/1751352967-loose_diamond_gray.svg")}#submit-item-container #submit-item-form .jewelry-style-ring-select.open-really .jewelry-style-ring-loose-diamond.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/ring_setting/1751352967-loose_diamond_white.svg")}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .jewelry-style-ring-select.open-really .jewelry-style-ring-loose-diamond.is-selected{background-position:center 17px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .jewelry-style-ring-select.open-really .jewelry-style-ring-loose-diamond{background-position:center 8vmin;background-size:13vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .jewelry-style-ring-select.open-really .jewelry-style-ring-loose-diamond{background-position:center 23px;background-size:40%}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .diamond-certificate-select .Select-menu div{border-bottom:1px solid #d7d6d6}}#submit-item-container #submit-item-form .diamond-certificate-select .Select-menu .label-none>span{display:none}#submit-item-container #submit-item-form .diamond-certificate-select .Select-menu .diamond-certificate{float:left;background-repeat:no-repeat}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .diamond-certificate-select .Select-menu .diamond-certificate{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .diamond-certificate-select .Select-menu .diamond-certificate{font-size:14px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .diamond-certificate-select .Select-menu .diamond-certificate{width:27.9vmin;height:16.8vmin;line-height:inherit;font-size:4vmin;display:flex;justify-content:center;align-items:center}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .diamond-certificate-select .Select-menu .diamond-certificate{width:211px;height:80px;line-height:80px}}#submit-item-container #submit-item-form .diamond-certificate-select .Select-menu .diamond-certificate span{padding:0}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .diamond-brand-select .Select-menu div:nth-child(2n){border-left:none}#submit-item-container #submit-item-form .diamond-brand-select .Select-menu div:nth-child(2n+1){border-left:1px solid #d7d6d6}#submit-item-container #submit-item-form .diamond-brand-select .Select-menu div:nth-child(n+5){border-bottom:1px solid #d7d6d6}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .diamond-brand-select .Select-menu div:nth-child(n+5){border-top:none}#submit-item-container #submit-item-form .diamond-brand-select .Select-menu div:nth-child(5n){border-left:1px solid #d7d6d6}}#submit-item-container #submit-item-form .diamond-brand-select .Select-menu .label-none>span{display:none}#submit-item-container #submit-item-form .diamond-brand-select .Select-menu .diamond-brand{float:left;background-repeat:no-repeat}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .diamond-brand-select .Select-menu .diamond-brand{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .diamond-brand-select .Select-menu .diamond-brand{font-size:14px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .diamond-brand-select .Select-menu .diamond-brand{width:42vmin;height:16.8vmin;line-height:18vmin;background-position:center;background-size:95%;font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .diamond-brand-select .Select-menu .diamond-brand{width:157px;height:80px;line-height:80px;background-position:center}}#submit-item-container #submit-item-form .diamond-brand-select .Select-menu .diamond-brand span{padding:0}#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-tiffany{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/1751352967-tiffany-black.png")}#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-tiffany.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/1751352967-tiffany-white.png")}#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-cartier{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/1751352967-cartier-black.png")}#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-cartier.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/1751352967-cartier-white.png")}#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-bvlgari{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/1751352967-bvlgari-black.png")}#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-bvlgari.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/1751352967-bvlgari-white.png")}#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-harry-winston{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/1751352967-harry-black.png")}#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-harry-winston.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/1751352967-harry-white.png")}#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-van-cleef{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/1751352967-van-cleef-black.png")}#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-van-cleef.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/1751352967-van-cleef-white.png")}#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-davidyurman{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/1751352967-david-yurman-black.png")}#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-davidyurman.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/1751352967-david-yurman-white.png")}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-davidyurman{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/desktop/1751352967-david-yurman-black2.png")}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (-webkit-min-device-pixel-ratio: 2),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (min-resolution: 192dpi){#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-davidyurman{background-size:138px;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/1751352967-david-yurman-black2.png")}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-davidyurman.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/desktop/1751352967-david-yurman-white2.png")}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (-webkit-min-device-pixel-ratio: 2),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (min-resolution: 192dpi){#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-davidyurman.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/1751352967-david-yurman-white2.png")}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-tiffany{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/desktop/1751352967-tiffany-black.png")}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (-webkit-min-device-pixel-ratio: 2),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (min-resolution: 192dpi){#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-tiffany{background-size:138px;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/1751352967-tiffany-black.png")}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-tiffany.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/desktop/1751352967-tiffany-white.png")}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (-webkit-min-device-pixel-ratio: 2),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (min-resolution: 192dpi){#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-tiffany.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/1751352967-tiffany-white.png")}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-cartier{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/desktop/1751352967-cartier-black.png")}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (-webkit-min-device-pixel-ratio: 2),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (min-resolution: 192dpi){#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-cartier{background-size:138px;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/1751352967-cartier-black.png")}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-cartier.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/desktop/1751352967-cartier-white.png")}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (-webkit-min-device-pixel-ratio: 2),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (min-resolution: 192dpi){#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-cartier.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/1751352967-cartier-white.png")}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-bvlgari{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/desktop/1751352967-bvlgari-black.png")}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (-webkit-min-device-pixel-ratio: 2),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (min-resolution: 192dpi){#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-bvlgari{background-size:138px;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/1751352967-bvlgari-black.png")}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-bvlgari.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/desktop/1751352967-bvlgari-white.png")}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (-webkit-min-device-pixel-ratio: 2),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (min-resolution: 192dpi){#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-bvlgari.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/1751352967-bvlgari-white.png")}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-harry-winston{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/desktop/1751352967-harry-black.png")}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (-webkit-min-device-pixel-ratio: 2),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (min-resolution: 192dpi){#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-harry-winston{background-size:138px;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/1751352967-harry-black.png")}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-harry-winston.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/desktop/1751352967-harry-white.png")}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (-webkit-min-device-pixel-ratio: 2),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (min-resolution: 192dpi){#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-harry-winston.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/1751352967-harry-white.png")}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-van-cleef{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/desktop/1751352967-van-cleef-black.png")}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (-webkit-min-device-pixel-ratio: 2),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (min-resolution: 192dpi){#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-van-cleef{background-size:138px;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/1751352967-van-cleef-black.png")}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-van-cleef.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/desktop/1751352967-van-cleef-white.png")}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (-webkit-min-device-pixel-ratio: 2),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (min-resolution: 192dpi){#submit-item-container #submit-item-form .diamond-brand-select.open-really .diamond-brand-van-cleef.is-selected{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/brands/1751352967-van-cleef-white.png")}}#submit-item-container #submit-item-form .Select-arrow-zone,#submit-item-container #submit-item-form .arrow-zone{display:inline-block;transform:rotate(90deg);transform-origin:50% 50%;position:absolute}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .Select-arrow-zone,#submit-item-container #submit-item-form .arrow-zone{top:3vmin;right:2vmin;font-size:6vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .Select-arrow-zone,#submit-item-container #submit-item-form .arrow-zone{top:10px;font-size:20px;right:10px}}#submit-item-container #submit-item-form .Select-arrow-zone span:after,#submit-item-container #submit-item-form .arrow-zone span:after{color:#bdbdbd;content:"»"}#submit-item-container #submit-item-form .is-open label>div{display:inline-block}#submit-item-container #submit-item-form .is-open .description-text{display:inline-block;text-indent:0}#submit-item-container #submit-item-form .is-open .arrow-zone{transform:rotate(270deg)}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .is-open .arrow-zone{right:2.9vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .is-open .arrow-zone{right:20px;top:8px}}#submit-item-container #submit-item-form .input-wrapper{position:relative;display:block;overflow-y:hidden;height:auto;-webkit-transition:max-height .7s ease-in-out;-moz-transition:max-height .7s ease-in-out;-o-transition:max-height .7s ease-in-out;transition:max-height .7s ease-in-out}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .input-wrapper{max-height:130vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .input-wrapper{max-height:280px;text-align:left;overflow:hidden;text-indent:18px}#submit-item-container #submit-item-form .input-wrapper.input-wrapper-no-select{min-height:60px}}#submit-item-container #submit-item-form .input-wrapper.closed{max-height:0;min-height:0}#submit-item-container #submit-item-form .input-wrapper input[type=number]{text-align:center;color:#666;border:1px solid #d7d6d6;-moz-appearance:textfield}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .input-wrapper input[type=number]{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .input-wrapper input[type=number]{font-size:14px}}@media screen and (max-device-width: 374px)and (orientation: portrait),screen and (max-device-height: 374px)and (orientation: landscape),screen and (max-width: 374px)and (orientation: portrait),screen and (max-width: 374px)and (orientation: landscape){#submit-item-container #submit-item-form .input-wrapper input[type=number]{font-size:5.2vmin}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .input-wrapper input[type=number]{width:17vmin;height:8vmin;margin-left:2vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .input-wrapper input[type=number]{width:70px;height:30px}}#submit-item-container #submit-item-form .input-wrapper input[type=number]::-webkit-inner-spin-button,#submit-item-container #submit-item-form .input-wrapper input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}#submit-item-container #submit-item-form .input-wrapper input[type=number].suggestions-visible{border-color:#ff001f}#submit-item-container #submit-item-form .input-wrapper span{color:#bdbdbd}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .input-wrapper span{padding-left:3vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .input-wrapper span{padding-left:20px;text-indent:0}}#submit-item-container #submit-item-form .input-wrapper>.tip{border-top:1px solid #d7d6d6;text-indent:initial}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .input-wrapper>.tip{margin:10vmin 2vmin 0;padding-top:3vmin;font-size:3.4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .input-wrapper>.tip{border-top:1px solid #d7d6d6;margin:32px 18px 0;padding-top:12px}}#submit-item-container #submit-item-form .input-wrapper>.tip span{padding:0}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .input-wrapper .bottom{padding-bottom:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .input-wrapper .bottom{padding-bottom:12px}}#submit-item-container #submit-item-form .submit-item-wrapper{display:block;width:100%}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .submit-item-wrapper{margin:6.8vmin auto 0}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .submit-item-wrapper{margin-top:60px}}#submit-item-container #submit-item-form .submit-item-wrapper button{font-weight:600}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .submit-item-wrapper button{margin-top:8vmin;padding:3.4vmin 0}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .submit-item-wrapper button{font-size:5vmin}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-device-height: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .submit-item-wrapper button{font-size:16px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .submit-item-wrapper button{width:300px;margin:40px auto 0;padding:14px 0}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-device-height: 767px)and (orientation: landscape),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-width: 767px)and (orientation: portrait),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-width: 767px)and (orientation: landscape){#submit-item-container #submit-item-form .submit-item-wrapper button{font-size:6vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container #submit-item-form .submit-item-wrapper button{font-size:18px}}#submit-item-container .bottom-text{display:block;text-align:center;color:#141414}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container .bottom-text{margin-bottom:6vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container .bottom-text{margin-top:20px}}#submit-item-container .bottom-text .help-button{padding-left:5px;cursor:pointer;text-decoration:underline}#submit-item-container .alert-box{margin:20px auto;display:none;color:#ff001f}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-item-container .alert-box{width:637px}}#submit-item-container .alert-box.visible{display:block}#submit-item-container .add-another-item{margin:25px 20px 0;color:#141414;display:flex;cursor:pointer}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-item-container .add-another-item{margin:25px 0 35px}}#submit-item-container .add-another-item.opt-hide{display:none}#submit-item-container .add-another-item.unvalid{cursor:not-allowed}#submit-item-container .add-another-item .icon{display:inline-block;margin-right:15px;background-repeat:no-repeat;width:29px;height:29px}#submit-item-container .add-another-item .icon.add{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/icons/1751352967-circledPlusOrangeIcon.svg")}#submit-item-container .add-another-item .icon.added{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/icons/1751352967-checkedLarge.svg")}#submit-item-container .add-another-item .icon.unvalid{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/icons/1751352967-circledPlusGreyIcon.svg")}#submit-item-container .add-another-item .add-text{font-size:16px;line-height:28px}#submit-item-container .add-another-item .add-text.orange{color:#f5a723}#submit-item-container .add-another-item .add-text.grey{color:#c4c4c4}.loading #submit-item-container button{opacity:.4}body #content .no-valid div.field.has-incorrect-selected-value label,.has-incorrect-value label{color:#ff001f !important}body #content .no-valid div.field.has-incorrect-selected-value~.has-incorrect-selected-value label,.has-incorrect-value~.has-incorrect-selected-value label{color:#000 !important}#submit-item-container #submission_form_new_ui #submit-item-form label{color:#000}#submit-item-container #submission_form_new_ui #submit-item-form.no-valid .has-incorrect-selected-value~.has-incorrect-selected-value label,#submit-item-container #submission_form_new_ui #submit-item-form .has-incorrect-value~.has-incorrect-selected-value{color:#000 !important}.jb-alert{margin:0 auto}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.jb-alert{width:90vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.jb-alert{width:637px}}#submit-jb-form,.panel-container{margin:0 auto;text-align:center;color:#141414}#submit-jb-form button,.panel-container button{margin:0 auto;border-radius:4px}#submit-jb-form .submit-error,.panel-container .submit-error{margin:-15px 0 10px;color:red;font-size:.9rem}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#submit-jb-form,.panel-container{width:470px;font-size:16px}#submit-jb-form h1,.panel-container h1{font-size:28px;margin:30px 0}#submit-jb-form h3,.panel-container h3{font-size:16px;margin-bottom:20px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#submit-jb-form,.panel-container{font-size:4vmin;margin:3vmin 3vmin 0}#submit-jb-form h1,.panel-container h1{font-size:7vmin;margin-bottom:7vmin}#submit-jb-form h3,.panel-container h3{font-size:4.5vmin;margin-bottom:5.5vmin}#submit-jb-form table,.panel-container table{width:100%}#submit-jb-form table .cell:not(.Other),.panel-container table .cell:not(.Other){height:24vmin;padding-bottom:3vmin}#submit-jb-form table .cell.Other,.panel-container table .cell.Other{height:27vmin}#submit-jb-form table .cell.selected:before,.panel-container table .cell.selected:before{background-size:85% !important;top:1vmin !important;left:1vmin !important}}h3.submitted-empty{color:red}.panel-container{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:repeat(3, 1fr);margin:0 auto;text-align:center;color:#141414;border-bottom:1px solid #000;border-left:1px solid #000}.panel-container .tile{border-top:1px solid #000;border-right:1px solid #000}.panel-container.error{border-bottom:1px solid red;border-left:1px solid red}.panel-container.error .tile{border-top:1px solid red;border-right:1px solid red}.tile{position:relative;background-size:40%;vertical-align:bottom;background-position:center 40%;background-repeat:no-repeat}.tile p{position:absolute;bottom:15px;width:100%}.tile p.no-photo{bottom:42%}.tile.selected{background-color:#000;color:#fff;outline:1px solid #fff}.tile.selected:before{content:"";display:block;position:absolute;height:25px;width:25px;background:url("https://cdn0.worthy.com/worthy_app/assets/images/jewelryBox/1751352967-check mark.svg") center no-repeat;top:10px;left:10px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.tile{height:130px}.tile:not(.selected):hover{cursor:pointer}.tile:not(.selected):hover:before{content:"";display:block;position:absolute;height:25px;width:25px;background:url("https://cdn0.worthy.com/worthy_app/assets/images/jewelryBox/1751352967-check_mark_orange.svg") center no-repeat;top:10px;left:10px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.tile:not(.Other){height:24vmin;padding-bottom:3vmin}.tile.Other{height:27vmin}.tile.selected:before{background-size:85% !important;top:1vmin !important;left:1vmin !important}}.popup .roundBTN{color:#2d5dec;height:56px;width:56px;border:2px solid #2d5dec;border-radius:50%;position:relative;display:flex;align-items:center;justify-content:center;line-height:50%}.popup .roundBTN:disabled{border-color:#c4c4c4;color:#c4c4c4}.small-cta-card{box-shadow:0px 0px 20px rgba(15,15,15,.08);position:relative;background:#fff;justify-content:space-between;padding:30px}.large-cta-card{box-shadow:0px 0px 20px rgba(15,15,15,.08);position:relative;background:#fff;justify-content:space-between;padding:30px}.large-cta-card .top-container{justify-content:space-between;height:68%}.large-cta-card .bullets-container{margin:20px 0 30px}.learn-page-intro{margin-top:40px;background-color:#e7e3e0;padding:15px}.learn-page-intro .intro-icon{margin-right:20px;mix-blend-mode:darken}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.learn-page-intro .intro-icon{width:120px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.learn-page-intro .intro-icon{width:450px}}.learn-page-intro .intro-icon img{width:100%}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.pros-cons-box{display:flex;min-height:320px}.pros-cons-box .pros-container,.pros-cons-box .cons-container,.pros-cons-box .bottom-line-container{width:33%}}@media screen and (min-device-width: 768px)and (max-device-width: 1024px),screen and (min-device-width: 481px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-width: 768px)and (max-width: 1024px),screen and (min-width: 481px)and (max-width: 767px)and (orientation: portrait){.pros-cons-box{display:flex}.pros-cons-box .pros-container,.pros-cons-box .cons-container,.pros-cons-box .bottom-line-container{width:33%}}.pros-cons-box .header-container{background-color:#e7e3e0;border:1px solid #c4c4c4;justify-content:flex-start}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.pros-cons-box .header-container{padding:20px 0 20px 20px;align-items:flex-start;min-width:280px;border-right:none;border-top:none}.pros-cons-box .header-container .logos-container{margin-top:20px}.pros-cons-box .header-container .logos-container .logo-container{justify-content:flex-start}}@media screen and (min-device-width: 768px)and (max-device-width: 1024px),screen and (min-device-width: 481px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-width: 768px)and (max-width: 1024px),screen and (min-width: 481px)and (max-width: 767px)and (orientation: portrait){.pros-cons-box .header-container{min-width:180px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.pros-cons-box .header-container{display:flex;justify-content:center;width:100%;min-height:100px;box-sizing:border-box;border-bottom:none}.pros-cons-box .header-container .logos-container{display:flex}.pros-cons-box .header-container .example-logo{width:90%}}.pros-cons-box .icon-container{max-width:10%;padding:7%;background-color:#f9f9f9;border:1px solid #c4c4c4;border-bottom:none;border-right:none}.pros-cons-box .bullets-container{padding:6%;border:1px solid #c4c4c4;width:100%}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.pros-cons-box .bullets-container{border-bottom:none}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.pros-cons-box .bullets-container{border-right:none;border-top:none}}.pros-cons-box .bullets-container .pro-con-bullet{margin-bottom:20px}.pros-cons-box .bullets-container .pro-con-icon{margin-right:7px;margin-top:6px}.pros-cons-box .bullets-container .pro-con-icon img{width:20px}.pros-cons-box .bottom-line-title{background:#c7427c;border:2px solid #c7427c;color:#fff;padding:6% 9% 7% 4%;max-width:10%}.pros-cons-box .bottom-line-text{border:2px solid #c7427c;padding:6%}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.pros-cons-box .bottom-line-text{border-top:none;border-bottom:1px solid #c4c4c4}}.pros-cons-box:last-of-type .bottom-line-text{border-bottom:2px solid #c7427c}.pros-cons-box .bottom-line-title,.pros-cons-box .icon-container{display:none}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.pros-cons-box .bottom-line-title,.pros-cons-box .icon-container{display:inline-block}}.edit-icon{position:relative;display:inline-block;z-index:1;top:47px;border-radius:8px;width:33px;height:33px;left:47px;background:50% 50% no-repeat rgba(255,255,255,.5) url("https://cdn0.worthy.com/worthy_app/assets/images/imageUploader/1751352967-image-replace.svg");box-shadow:0 4px 10px rgba(0,0,0,.15);background-size:auto}.expandable-LI{width:100%}.expandable-LI .list-item{display:flex;justify-content:space-between}.expandable-LI .list-item:hover{cursor:pointer}.expandable-LI .list-item .bullet{font-size:1.1rem;font-weight:300;padding-right:20px;width:100%}.expandable-LI .list-item .icon{font-size:25px;height:25px;width:25px;font-weight:bold;transition:.15s all;position:relative;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-plusIcon.svg");background-repeat:no-repeat;margin-top:4px}.expandable-LI .list-item .icon.white{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-plusIconWhite.svg")}.expandable-LI .list-item .icon.orange{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-plusIconOrange.svg")}.expandable-LI .list-item .icon.blue{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-plusIconBlue.svg")}.expandable-LI .list-item .icon.arrow{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/listing/1751352967-orange_arrow.svg")}.expandable-LI .list-item .icon.arrowblue{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/listing/1751352967-blue_arrow.svg")}.expandable-LI .rotate-x{transform:rotate(45deg)}.expandable-LI .expandable{margin-top:20px;font-weight:400;font-size:1rem;line-height:1.75rem}.expandable-LI .expandable strong{font-weight:bold}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup.popup-help{min-height:544px}}.popup.popup-help h2{border:none;text-align:center}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup.popup-help h2{margin-top:20px;margin-bottom:20px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-help h2{margin-top:3vmin;margin-bottom:3vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup.popup-help a.x{top:20px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-help a.x{top:4.8vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup.popup-help .csrs_image{width:260px;margin-bottom:20px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-help .csrs_image{width:64vmin;margin-bottom:6vmin}}.popup.popup-help .p1>span{display:block}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup.popup-help .p1{margin-bottom:20px;font-size:14px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-help .p1{margin-bottom:8vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup.popup-help .call-us{margin-top:20px;margin-bottom:25px}.popup.popup-help .call-us a{text-decoration:none}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-help .call-us{display:none}}.popup.popup-help input[type=text],.popup.popup-help input[type=tel]{text-align:left;color:#141414}.popup.popup-help input[type=text]::-webkit-input-placeholder,.popup.popup-help input[type=tel]::-webkit-input-placeholder{color:#666}.popup.popup-help input[type=text]:-moz-placeholder,.popup.popup-help input[type=tel]:-moz-placeholder{color:#666;opacity:1}.popup.popup-help input[type=text]::-moz-placeholder,.popup.popup-help input[type=tel]::-moz-placeholder{color:#666;opacity:1}.popup.popup-help input[type=text]:-ms-input-placeholder,.popup.popup-help input[type=tel]:-ms-input-placeholder{color:#666}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup.popup-help input[type=text],.popup.popup-help input[type=tel]{padding:0 10px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-help input[type=text],.popup.popup-help input[type=tel]{padding:0 4vmin}}.popup.popup-help select{text-align-last:left;color:#666}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup.popup-help select{padding:0 10px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-help select{padding:0 4vmin}}.popup.popup-help select.has-value{color:#141414}.popup.popup-help label[for=timeRange]{display:block;width:100%}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup.popup-help label[for=timeRange]{margin-bottom:6px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-help label[for=timeRange]{margin-bottom:1.5vmin}}.popup.popup-help .logos{text-align:center}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup.popup-help .logos{margin-top:14px;margin-bottom:10px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-help .logos{margin-top:5vmin}}.popup.popup-help .logos img{display:inline-block}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup.popup-help .logos img{height:20px}.popup.popup-help .logos img:first-of-type{margin-right:10px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-help .logos img{height:6vmin}.popup.popup-help .logos img:first-of-type{margin-right:4vmin}}.popup.popup-help .thank-you{display:none}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup.popup-help .thank-you{line-height:28px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-help .thank-you{line-height:7vmin}}.popup.popup-help .thank-you div:nth-of-type(1){font-weight:bold}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup.popup-help .thank-you div:nth-of-type(1){font-size:24px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-help .thank-you div:nth-of-type(1){font-size:6vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup.popup-help .thank-you div:nth-of-type(2){font-size:16px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-help .thank-you div:nth-of-type(2){font-size:4vmin}}.popup.popup-help .submitted .p1{display:none}.popup.popup-help .submitted form{display:none}.popup.popup-help .submitted .logos{display:none}.popup.popup-help .submitted .thank-you{display:initial}.popup.popup-help .input-wrapper.error .errors{color:#a10000;text-align:left}.popup.popup-help .input-wrapper.error select,.popup.popup-help .input-wrapper.error input{border:1px solid #a10000}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup.popup-register .p1{margin-bottom:35px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-register .p1{margin-bottom:6vmin}}.popup.popup-register button{margin-top:1.5em}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-register .already-registered{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup.popup-register .already-registered{font-size:14px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup.popup-register .already-registered{margin-top:17px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-register .already-registered{margin-top:6vmin}}.popup.popup-register .never-share{margin-top:1em;padding-top:1em;border-top:1px solid #dfdfdf;text-align:left}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup.popup-login .p1{margin-bottom:35px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-login .p1{margin-bottom:6vmin}}.popup.popup-login button{margin-top:1.5em}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-login .new-here{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup.popup-login .new-here{font-size:14px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup.popup-login .new-here{margin-top:17px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-login .new-here{margin-top:6vmin}}.popup.popup-tooltip.popup-tooltip-similar-items{padding-bottom:0px;overflow:scroll}.popup.popup-tooltip.popup-tooltip-similar-items h2:before{display:none}.popup.popup-tooltip.popup-tooltip-similar-items h3{margin:20px 0}.popup.popup-tooltip.popup-tooltip-similar-items h2{display:none}.popup.popup-tooltip.popup-tooltip-similar-items b{font-weight:bold}.popup.popup-tooltip.popup-tooltip-similar-items .title{font-size:1.125rem}.popup.popup-tooltip.popup-tooltip-similar-items .btn-secondary{color:#f5a723;background:#fff;border:2px solid #f5a723;border-radius:8px;margin:40px auto 50px;width:190px;display:block;line-height:50px;text-align:center;font-size:1.25rem;text-decoration:none;font-weight:600}.popup.popup-tooltip.popup-tooltip-similar-items .description{font-size:1.125rem;line-height:24px}.popup.popup-tooltip.popup-tooltip-similar-items .description b{font-size:1rem}.popup.popup-tooltip.popup-tooltip-similar-items .similar-items-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin:30px 0}.popup.popup-tooltip.popup-tooltip-similar-items .similar-items-container .sold-item-preview{margin:15px 0}.popup.popup-tooltip.popup-tooltip-similar-items .no-similar-items{display:flex;flex-direction:column;justify-content:space-around;align-items:center;text-align:center;min-height:440px}.popup.popup-tooltip.popup-tooltip-similar-items .no-similar-items .diamond-ring-icon{margin-top:20px}.popup.popup-tooltip.popup-tooltip-similar-items .no-similar-items h3{font-weight:800;font-size:18px;line-height:25px;text-transform:uppercase}.popup.popup-tooltip.popup-tooltip-similar-items .no-similar-items p{font-size:16px;line-height:24px}.popup.popup-tooltip.popup-tooltip-similar-items .no-similar-items button{border-radius:8px;width:230px;height:50px;font-weight:600;font-size:18px;line-height:29px;margin-bottom:40px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup.popup-tooltip.popup-tooltip-similar-items{max-height:550px}.popup.popup-tooltip.popup-tooltip-similar-items .sold-item-preview{max-width:160px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-tooltip.popup-tooltip-similar-items{max-height:500px;max-width:450px}}.popup.popup-tooltip.popup-tooltip-call-now-vip{width:365px;padding-bottom:0px;overflow:hidden}.popup.popup-tooltip.popup-tooltip-call-now-vip h2{margin-bottom:30px}.popup.popup-tooltip.popup-tooltip-call-now-vip h2:before{display:none}.popup.popup-tooltip.popup-tooltip-call-now-vip .content{display:flex}.popup.popup-tooltip.popup-tooltip-call-now-vip .content .phone-icon{position:relative;top:15px;width:30px;height:30px;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-phone.svg");background-repeat:no-repeat}.popup.popup-tooltip.popup-tooltip-call-now-vip .content span{font-size:36px}.popup.popup-tooltip.popup-tooltip-call-now-vip .remarks{font-size:16px;margin:12px auto 30px}.popup.popup-tooltip.popup-tooltip-multiple-items{width:320px}.popup.popup-tooltip.popup-tooltip-multiple-items h2{margin:0}.popup.popup-tooltip.popup-tooltip-multiple-items h2:before{display:none}.popup.popup-tooltip.popup-tooltip-multiple-items .content .sub-title{margin:20px 0 15px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-tooltip.popup-tooltip-multiple-items .content .sub-title{margin:2.5vmin 0 1vmin}}.popup.popup-tooltip.popup-tooltip-multiple-items .content .btn-container{display:flex;justify-content:space-between}.popup.popup-tooltip.popup-tooltip-multiple-items .content .btn-container .btn-box{cursor:pointer;width:127px;text-transform:uppercase;border:2px solid #f5a623;border-radius:2px;height:auto;font-weight:bold;line-height:22px;font-size:18px;text-align:center;line-height:23px;padding:0;background-color:#fff}.popup.popup-tooltip.popup-tooltip-multiple-items .content .btn-container .btn-box .gold{border-top:2px solid #f5a623;height:50px;background-color:#f5a623}.popup.popup-tooltip.popup-tooltip-multiple-items .content .btn-container .btn-box .gold .text{vertical-align:middle;font-weight:600;padding-top:5px;line-height:20px;display:inline-block;color:#fff}.popup.popup-tooltip.popup-tooltip-multiple-items .content .btn-container .btn-box .upper-box{height:100px;background-repeat:no-repeat;background-position:center}.popup.popup-tooltip.popup-tooltip-multiple-items .content .btn-container .btn-box .single{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/1751352967-singleRing.svg")}.popup.popup-tooltip.popup-tooltip-multiple-items .content .btn-container .btn-box .multiple{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/1751352967-multipleRings.svg")}.popup.popup-tooltip.popup-tooltip-multiple-items .content .btn-container .btn-box.btn-loading{opacity:.5}.popup.popup-tooltip.popup-tooltip-multiple-items .content .btn-container .btn-box.btn-loading .gold{opacity:.5;content:" ";background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-dotsLoaderBlue.gif");background-repeat:no-repeat;background-size:1.97em .5em;background-position:center center;z-index:9999}.popup.popup-tooltip.popup-tooltip-multiple-items .content .btn-container .btn-box.btn-loading .text{display:none}.popup.popup-tooltip.qty-selector{width:320px;padding-top:36px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-tooltip.qty-selector{padding-top:8vmin}}.popup.popup-tooltip.qty-selector h2{margin:0}.popup.popup-tooltip.qty-selector h2:before{display:none}.popup.popup-tooltip.qty-selector .x{font-size:30px}.popup.popup-tooltip.qty-selector .approveQty{height:52px}.popup.popup-tooltip.qty-selector .content .sub-title{margin:20px 0 15px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-tooltip.qty-selector .content .sub-title{margin:2.5vmin 0 1vmin}}.popup.popup-tooltip.qty-selector .content .quantity-control{display:flex;justify-content:space-between;align-items:center;margin:35px 30px}.popup.popup-tooltip.qty-selector .content .quantity-control .roundBTN{margin-top:0;background-color:#fff;touch-action:manipulation}.popup.popup-tooltip.qty-selector .content .quantity-control .quantity-indecation{font-size:1.7rem;font-weight:bold}.popup.popup-tooltip.qty-selector .content .quantity-control .quantity-indecation i{position:relative;left:-6px}.popup.popup-tooltip.qty-selector .content .quantity-control .icon{font-size:1.7rem}@keyframes popup-slide-left{from{left:100vw}to{left:17vw}}@keyframes popup-slide-right{from{left:10vw}to{left:100vw}}.popup-faq{text-align:left;padding-bottom:0}.popup-faq h2{border:none}.popup-faq .faq-container{height:calc(100% - 45px)}.popup-faq .faq-container .faq .faq-text{position:relative;margin-bottom:5px}.popup-faq .faq-container .faq .faq-text span{position:absolute;color:#5a83ff}.popup-faq .faq-container .faq .faq-text span.under{position:inherit;text-decoration:underline;color:#000}.popup-faq .faq-container .faq .faq-text>*:not(:first-child){margin:0 10px 0 20px;box-decoration-break:clone;-webkit-box-decoration-break:clone}.popup-faq .faq-container .faq .faq-text table{text-align:center;white-space:nowrap}.popup-faq .faq-container .faq .faq-text table caption{margin-bottom:5px}.popup-faq .faq-container .faq .faq-text table thead,.popup-faq .faq-container .faq .faq-text table tbody{border-top:1px solid #bdbdbd;border-bottom:1px solid #bdbdbd}.popup-faq .faq-container .faq .faq-text table td,.popup-faq .faq-container .faq .faq-text table th{padding:3px 5px;border-left:1px solid #bdbdbd;border-right:1px solid #bdbdbd}.popup-faq .faq-container .faq .faq-text table td.align-left,.popup-faq .faq-container .faq .faq-text table th.align-left{text-align:left}.popup-faq .faq-container .faq .faq-text.answer ul{padding-left:17px}.popup-faq .faq-container .faq .images-container{margin:15px 0 0 20px}.popup-faq .faq-container .faq .images-container .images-row{height:30px;position:relative}.popup-faq .faq-container .faq .images-container .images-row img{position:absolute}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup-faq{overflow:hidden;min-width:650px;height:515px;line-height:22px}.popup-faq h2{font-size:18px;margin-bottom:20px}.popup-faq span,.popup-faq p,.popup-faq table{font-size:16px}.popup-faq .x{font-size:25px;height:14.5px;top:25px}.popup-faq .faq-container{padding-right:40px}.popup-faq .faq-container .faq{margin-bottom:35px}.popup-faq .faq-container .faq .faq-text table *.align-left{padding-left:10px;padding-right:10px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-device-height: 767px)and (orientation: landscape),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-width: 767px)and (orientation: portrait),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-width: 767px)and (orientation: landscape){.popup-faq .faq-container{overflow-y:auto;margin-right:-40px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup-faq .faq-container{overflow-y:scroll;margin-right:-18px}.popup-faq .faq-container::-webkit-scrollbar{width:9px;padding-right:5px}.popup-faq .faq-container::-webkit-scrollbar-thumb{background-color:#c4c4c4;border-radius:20px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup-faq .images-container .images-row{margin-bottom:10px}.popup-faq .images-container .images-row img.fedex{height:22.4px;width:72.8px}.popup-faq .images-container .images-row img.paypal{height:24px;width:90px;left:87.8px;top:10%}.popup-faq .images-container .images-row img.lloyds{height:30px;width:120px;left:192.8px;top:-2px}.popup-faq .images-container .images-row img.gia{height:33.6px;width:68.4px;left:327.8px;top:-5px}.popup-faq .images-container .images-row img.companies{width:100%}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup-faq{overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;width:calc(100% - 10vw);padding:5vmin 15vmin 0 8vmin;line-height:1.4}.popup-faq::-webkit-scrollbar{display:none;-webkit-appearance:none}.popup-faq:not(.no-animation){animation-name:popup-slide-left}.popup-faq:not(.no-animation).hide{animation-name:popup-slide-right}.popup-faq h2{font-size:6.8vmin;margin-left:20px}.popup-faq span,.popup-faq p,.popup-faq table,.popup-faq ul,.popup-faq li{font-size:3.8vmin}.popup-faq caption{white-space:pre-line;text-align:left;padding-right:8vmin}.popup-faq .x{font-size:7.8vmin;padding-top:5vmin;margin-right:10vmin}.popup-faq .faq-container .faq{padding-bottom:9vmin}.popup-faq .faq-container .faq:first-child{padding-bottom:6vmin}.popup-faq .faq-container .faq .images-container .images-row{margin-bottom:4vmin}.popup-faq .faq-container .faq .images-container .images-row .fedex{height:7vmin;width:22.75vmin}.popup-faq .faq-container .faq .images-container .images-row .paypal{height:6.2vmin;width:23.25vmin;top:10%;left:36vmin}.popup-faq .faq-container .faq .images-container .images-row .lloyds{height:9.5vmin;width:31.7vmin;top:-2.2vmin}.popup-faq .faq-container .faq .images-container .images-row .gia{height:8.8vmin;width:17.9vmin;top:-1.3vmin;left:38vmin}.popup-faq .faq-container .faq .images-container .images-row .companies-mobile{width:100%}}.popup-faq-jb .answer ul{margin-top:16px !important}.popup-faq-jb .answer ul li{padding-left:36px;margin-top:16px;position:relative}.popup-faq-jb .faq-container .faq .faq-text.answer table{margin-bottom:15px}.popup-faq-jb .answer ul li:before{content:"";position:absolute;left:10px;background:#f5a723;border-radius:50%;height:6px;width:6px;top:0;margin-top:9px}.popup-faq-jb .answer p+p{margin-top:16px !important}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup-faq-jb{padding-left:6vmin;padding-top:7vmin;padding-right:10vmin}.popup-faq-jb h2{margin-left:0}.popup-faq-jb .x{padding-top:10vmin}}.control-buttons-row{justify-content:center;flex-grow:1;align-items:flex-end;margin:35px 0px 15px 0px;display:flex}.control-buttons-row button{text-shadow:none;box-shadow:none}.control-buttons-row button:first-child{margin-left:20px}.control-buttons-row .go-back-btn-wrapper{margin-right:20px}.control-buttons-row .confirm-btn-wrapper{margin-left:20px}.cancel-item-text{font-family:"Open Sans",sans-serif;font-size:16px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup{left:0;right:0;margin:0 auto}}.modal-content{margin-top:30px}.shipback .more-details-btn-row{display:flex;margin-top:0px;justify-content:flex-end;position:fixed;right:3%}.shipback .sub-title{font-family:Roboto;position:absolute;font-weight:300;font-size:16px !important}.shipback .popup-more-details-content{margin-top:25px}.shipback .more-details-popup-text{font-size:14px;font-family:Roboto;line-height:18px;text-align:justify;font-weight:300}.shipback .more-details-popup-upper-divider{padding-top:25px}@keyframes shipBack-popup-slide-up{from{transform:translateY(100%)}to{transform:translateY(0%)}}@keyframes shipBack-popup-slide-down{from{transform:translateY(0%)}to{transform:translateY(100%)}}.sold-item-preview{text-align:center;max-width:130px}.sold-item-preview .sold-for{font-size:1rem;line-height:26px}.sold-item-preview .item-desc{font-size:.875rem;line-height:22px}.sold-item-preview img{max-width:125px}.section-jewelers{max-width:1000px;margin-left:auto;margin-right:auto}.section-jewelers a{color:inherit}figure.named-paragraph{display:flex;flex-direction:row;padding-top:1em;padding-bottom:1em}figure.named-paragraph figcaption{width:16.66%;text-align:right;order:1;padding-left:2em;padding-right:2em;border-right:1px solid #bdbdbd}figure.named-paragraph figcaption:before{content:"";display:inline-block;height:100%;vertical-align:middle}figure.named-paragraph>div:first-of-type{order:2;flex-grow:.6666666667;display:flex;flex-direction:row;justify-content:space-around;padding-left:.333em;padding-right:.333em}figure.named-paragraph a{text-decoration:none;color:inherit;box-sizing:border-box;text-align:center}figure.named-paragraph a>div{border:2px solid rgba(0,0,0,0)}figure.named-paragraph a:active>div,figure.named-paragraph a:focus>div{border:2px solid #f5a623}#jewelers-breadcrumbs{margin-top:2em;padding-left:8.33%}#jewelers-breadcrumbs img.home-crumb{height:1em}#jewelers-breadcrumbs .breadcrumbs-separator{padding-left:1em;padding-right:1em}#jewelers-breadcrumbs>span{color:#bdbdbd}#jewelers-breadcrumbs>span:last-of-type{color:#666}#jewelers-submit-item-container{position:relative}#jewelers-submit-item-container h1,#jewelers-submit-item-container h5{padding-left:24.99%}#jewelers-submit-item-container h1{margin-top:1em}#jewelers-submit-item-container h5{margin-top:1em}#jewelers-submit-item-container .jewelers-form-back{position:absolute;left:8.33%;top:calc(1em + 28.6px);line-height:28.6px;padding-left:1.5em;background-repeat:no-repeat;background-size:auto .6em;background-position:left .1em center;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/jewelers/1751352967-backArrow.svg")}#jewelers-submit-item-container figure.item-type-selection{margin-top:4em}#jewelers-submit-item-container figure.item-type-selection .item-types-list>a{width:30%;padding-top:6em;background-repeat:no-repeat;background-size:auto 5.5em;background-position:center top 3%}#jewelers-submit-item-container figure.item-type-selection .item-types-list>a.item-type-diamond{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/jewelers/1751352967-diamond.svg")}#jewelers-submit-item-container figure.item-type-selection .item-types-list>a.item-type-diamond:active,#jewelers-submit-item-container figure.item-type-selection .item-types-list>a.item-type-diamond:focus{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/jewelers/1751352967-diamondSelected.svg")}#jewelers-submit-item-container figure.item-type-selection .item-types-list>a.item-type-ring{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/jewelers/1751352967-ring.svg")}#jewelers-submit-item-container figure.item-type-selection .item-types-list>a.item-type-ring:active,#jewelers-submit-item-container figure.item-type-selection .item-types-list>a.item-type-ring:focus{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/jewelers/1751352967-ringSelected.svg")}#jewelers-submit-item-container figure.item-type-selection .item-types-list>a.item-type-watch{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/jewelers/1751352967-watch.svg")}#jewelers-submit-item-container figure.item-type-selection .item-types-list>a.item-type-watch:active,#jewelers-submit-item-container figure.item-type-selection .item-types-list>a.item-type-watch:focus{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/jewelers/1751352967-watchSelected.svg")}#jewelers-submit-item-container figure.ring-setting-selection{margin-top:4em}#jewelers-submit-item-container figure.ring-setting-selection .ring-settings-list{flex-wrap:wrap;justify-content:flex-start}#jewelers-submit-item-container figure.ring-setting-selection .ring-settings-list>a{width:30%;padding-top:6em;background-repeat:no-repeat;background-size:auto 5.5em;background-position:center top 3%}#jewelers-submit-item-container figure.ring-setting-selection .ring-settings-list>a.ring-setting-solitaire{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/jewelers/1751352967-solitaire.svg")}#jewelers-submit-item-container figure.ring-setting-selection .ring-settings-list>a.ring-setting-solitaire:active,#jewelers-submit-item-container figure.ring-setting-selection .ring-settings-list>a.ring-setting-solitaire:focus{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/jewelers/1751352967-solitaireSelected.svg")}#jewelers-submit-item-container figure.ring-setting-selection .ring-settings-list>a.ring-setting-bridal{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/jewelers/1751352967-bridal.svg")}#jewelers-submit-item-container figure.ring-setting-selection .ring-settings-list>a.ring-setting-bridal:active,#jewelers-submit-item-container figure.ring-setting-selection .ring-settings-list>a.ring-setting-bridal:focus{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/jewelers/1751352967-bridalSelected.svg")}#jewelers-submit-item-container figure.ring-setting-selection .ring-settings-list>a.ring-setting-3stone{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/jewelers/1751352967-3stone.svg")}#jewelers-submit-item-container figure.ring-setting-selection .ring-settings-list>a.ring-setting-3stone:active,#jewelers-submit-item-container figure.ring-setting-selection .ring-settings-list>a.ring-setting-3stone:focus{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/jewelers/1751352967-3stoneSelected.svg")}#jewelers-submit-item-container figure.ring-setting-selection .ring-settings-list>a.ring-setting-halo{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/jewelers/1751352967-halo.svg")}#jewelers-submit-item-container figure.ring-setting-selection .ring-settings-list>a.ring-setting-halo:active,#jewelers-submit-item-container figure.ring-setting-selection .ring-settings-list>a.ring-setting-halo:focus{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/jewelers/1751352967-haloSelected.svg")}#jewelers-submit-item-container figure.ring-setting-selection .ring-settings-list>a.ring-setting-other{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/jewelers/1751352967-other.svg")}#jewelers-submit-item-container figure.ring-setting-selection .ring-settings-list>a.ring-setting-other:active,#jewelers-submit-item-container figure.ring-setting-selection .ring-settings-list>a.ring-setting-other:focus{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/jewelers/1751352967-otherSelected.svg")}#jewelers-submit-item-container figure.ring-setting-selection .ring-settings-list>a:nth-child(n+4){margin-top:2.5em}#user-payment-details{font-family:"Open Sans, sans-serif";max-width:1000px;margin:0 auto;margin-bottom:20px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#user-payment-details{margin-top:15px;margin-left:3.5%;margin-right:3.5%}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#user-payment-details{margin-top:40px;margin-bottom:100px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-device-height: 767px)and (orientation: landscape),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-width: 767px)and (orientation: portrait),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-width: 767px)and (orientation: landscape){#user-payment-details{font-size:5vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#user-payment-details{font-size:16px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#user-payment-details #payment-details-section{height:580px}}#user-payment-details #payment-details-section>.section{display:none}#user-payment-details #payment-details-section[data-active-section=bank_transfer]>.section.section-bank_transfer{display:initial}#user-payment-details #payment-details-section[data-active-section=paypal]>.section.section-paypal{display:initial}#user-payment-details #payment-details-section[data-active-section=check2]>.section.section-check{display:initial}#user-payment-details #payment-details-section .check2-transfer-costs{margin-top:2.5em;margin-bottom:-1em}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#user-payment-details #payment-details-section .check2-transfer-costs{margin-top:32px;margin-bottom:0;font-size:14px}}#user-payment-details h1{font-family:"Argesta Headline";display:block;text-transform:uppercase;text-align:left;font-weight:700;margin-top:.5em;margin-bottom:0}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#user-payment-details h1{font-size:8.6vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#user-payment-details h1{font-size:30.1px}}#user-payment-details h3{text-transform:uppercase;color:#141414;margin-bottom:1em;margin-top:2em}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#user-payment-details h3{font-size:5vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#user-payment-details h3{font-size:16px}}#user-payment-details h3 span{display:inline-block;vertical-align:middle}#user-payment-details .tooltipButton{margin-left:.5em;margin-right:.5em;display:inline-block;width:1em;height:1em;background-color:rgba(0,0,0,0);background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/1751352967-yellow_question_mark.svg");background-repeat:no-repeat;background-position:center center;background-size:100% 100%;vertical-align:middle}#user-payment-details textarea{width:100%;resize:none;margin-top:2em;height:20em;padding-top:1em;padding-right:1em;padding-left:1em;padding-bottom:1em;box-sizing:border-box;border-top:none;border-right:none;border-left:1px solid #2c4eb5;border-bottom:1px solid #2c4eb5;border-radius:0}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#user-payment-details textarea{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#user-payment-details textarea{font-size:14px}}#user-payment-details input[type=text],#user-payment-details input[type=number],#user-payment-details select{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;padding-top:1em;padding-right:1em;padding-left:1em;padding-bottom:1em;height:3em;box-sizing:border-box;border-top:none;border-right:none;border-left:1px solid #2c4eb5;border-bottom:1px solid #2c4eb5;border-radius:0;background-color:rgba(0,0,0,0)}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#user-payment-details input[type=text],#user-payment-details input[type=number],#user-payment-details select{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#user-payment-details input[type=text],#user-payment-details input[type=number],#user-payment-details select{font-size:14px}}#user-payment-details input[type=text]:disabled,#user-payment-details input[type=number]:disabled,#user-payment-details select:disabled{background-color:rgba(0,0,0,0)}#user-payment-details input[type=text][name=userIdNumber],#user-payment-details input[type=number][name=userIdNumber],#user-payment-details select[name=userIdNumber]{margin-top:1em}#user-payment-details select{background:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-selectSimpleArrowDown.svg");background-repeat:no-repeat;background-size:14px;background-position:right 50%;line-height:1}#user-payment-details select[data-value="0"]{color:#bdbdbd}#user-payment-details select option{color:#000}#user-payment-details select option[value="0"]{color:#bdbdbd}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#user-payment-details .input-type-radio label:not(:first-of-type):not(:last-of-type){margin-right:1.8em}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#user-payment-details .input-type-radio label:not(:first-of-type):not(:last-of-type){margin-right:1.2em}}#user-payment-details .input-type-radio input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;margin-right:.45em;width:1em;height:1em;cursor:pointer;border:none;background:rgba(0,0,0,0) url("https://cdn0.worthy.com/worthy_app/assets/images/common/1751352967-radio.svg") no-repeat center center;background-size:100% 100%;vertical-align:middle}#user-payment-details .input-type-radio input[type=radio]:checked{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:rgba(0,0,0,0);background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/1751352967-radioChecked.svg")}#user-payment-details #payment-details-section .input-type-radio label:not(:first-of-type):not(:last-of-type){display:block;margin-bottom:10px}@media(max-device-width: 768px){#user-payment-details #payment-details-section .input-type-radio .tooltipButton{min-height:1.25em;min-width:1.25em;vertical-align:bottom}}#user-payment-details input[type=text][disabled]{color:#141414}#user-payment-details .input-wrapper.error textarea,#user-payment-details .input-wrapper.error input,#user-payment-details .input-wrapper.error select{border-top:none;border-right:none;border-left:1px solid red;border-bottom:1px solid red}#user-payment-details .input-wrapper.error .errors{text-align:left;color:red;margin-top:.7em}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#user-payment-details .input-wrapper.error .errors{font-size:3.4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#user-payment-details .input-wrapper.error .errors{font-size:11.9px}}#user-payment-details .input-wrapper.error.input-type-select.error .errors{display:none}#user-payment-details>.desc{display:block;margin-top:1em;margin-bottom:1em}@media screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape){#user-payment-details>.desc{font-size:4vmin}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-device-height: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#user-payment-details>.desc{font-size:14px}}#user-payment-details>.interested-buyers{color:#009601;border:1px solid #009601;background-color:#f2fdf2;width:100%;line-height:3;text-align:center}#user-payment-details>.interested-buyers strong{font-weight:bold}@media screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape){#user-payment-details>.interested-buyers{font-size:3.4vmin}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-device-height: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#user-payment-details>.interested-buyers{font-size:11.9px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#user-payment-details>form{display:flex;flex-direction:row;flex-wrap:wrap}#user-payment-details>form #user-info-section{width:370px;order:2}#user-payment-details>form #payment-details-section{width:370px;margin-right:130px;order:1}#user-payment-details>form #submit-section{width:100%;order:3}}#user-payment-details #user-info-section .birthday-section>.birthday-day{display:inline-block;width:28%;margin-right:8%}#user-payment-details #user-info-section .birthday-section>.birthday-month{display:inline-block;width:28%;margin-right:8%}#user-payment-details #user-info-section .birthday-section>.birthday-year{display:inline-block;width:28%}#user-payment-details #submit-section button{text-transform:uppercase;border-radius:2px;line-height:1;min-height:3.3em}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#user-payment-details #submit-section button{margin-top:12vmin;padding:3.4vmin 0}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape){#user-payment-details #submit-section button{font-size:5vmin}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-device-height: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#user-payment-details #submit-section button{font-size:16px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#user-payment-details #submit-section button{min-width:370px;max-width:fit-content;margin:40px auto 0;padding:14px 20px;float:left}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-device-height: 767px)and (orientation: landscape),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-width: 767px)and (orientation: portrait),screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-width: 767px)and (orientation: landscape){#user-payment-details #submit-section button{font-size:6vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#user-payment-details #submit-section button{font-size:18px}}.popup.popup-tooltip.popup-tooltip-routing-number img,.popup.popup-tooltip.popup-tooltip-account-number img,.popup-tooltip-paypal-option{max-width:100%;margin-top:1em}.tooltip.tooltip-account-number,.tooltip.tooltip-routing-number,.tooltip.tooltip-paypal-option{margin-left:23px;margin-top:-23px;background-color:#f2f0ee;width:330px;height:auto;border:1px solid #2c4eb5;padding:23px;line-height:1.4}.tooltip.tooltip-account-number:before,.tooltip.tooltip-routing-number:before,.tooltip.tooltip-paypal-option:before{content:"";display:block;position:absolute;left:-15px;top:15px;width:15px;height:30px;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/1751352967-ttArrowRL.svg");background-repeat:no-repeat;background-size:100%;background-color:#f2f0ee}.tooltip.tooltip-account-number img,.tooltip.tooltip-routing-number img,.tooltip.tooltip-paypal-option img{max-width:100%;margin-top:2em}.tooltip.tooltip-account-number h2,.tooltip.tooltip-routing-number h2,.tooltip.tooltip-paypal-option h2{text-transform:uppercase;color:#141414;margin-bottom:1.5em}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.tooltip.tooltip-account-number h2,.tooltip.tooltip-routing-number h2,.tooltip.tooltip-paypal-option h2{font-size:5vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.tooltip.tooltip-account-number h2,.tooltip.tooltip-routing-number h2,.tooltip.tooltip-paypal-option h2{font-size:16px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.tooltip.tooltip-account-number,.tooltip.tooltip-routing-number,.tooltip.tooltip-paypal-option{font-size:5vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.tooltip.tooltip-account-number,.tooltip.tooltip-routing-number,.tooltip.tooltip-paypal-option{font-size:16px}}#missing-details-form{margin:0 auto}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#missing-details-form{width:92%}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#missing-details-form{width:329px}}#missing-details-form .missing-details-form h1{display:block;text-align:center;text-transform:uppercase;margin:5px 0}#missing-details-form .missing-details-form h1.short{display:none}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#missing-details-form .missing-details-form h1.long{display:none}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#missing-details-form .missing-details-form .input-wrapper{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#missing-details-form .missing-details-form .input-wrapper{font-size:14px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#missing-details-form .missing-details-form .input-wrapper{margin-bottom:15px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#missing-details-form .missing-details-form .input-wrapper{margin-bottom:5vmin}}#missing-details-form .missing-details-form .input-wrapper label,#missing-details-form .missing-details-form .input-wrapper input[type=text],#missing-details-form .missing-details-form .input-wrapper input[type=tel],#missing-details-form .missing-details-form .input-wrapper input[type=email],#missing-details-form .missing-details-form .input-wrapper input[type=password],#missing-details-form .missing-details-form .input-wrapper select,#missing-details-form .missing-details-form .input-wrapper .errors{display:block;width:100%}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#missing-details-form .missing-details-form .input-wrapper label,#missing-details-form .missing-details-form .input-wrapper input[type=text],#missing-details-form .missing-details-form .input-wrapper input[type=tel],#missing-details-form .missing-details-form .input-wrapper input[type=email],#missing-details-form .missing-details-form .input-wrapper input[type=password],#missing-details-form .missing-details-form .input-wrapper select,#missing-details-form .missing-details-form .input-wrapper .errors{margin-bottom:4px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#missing-details-form .missing-details-form .input-wrapper label,#missing-details-form .missing-details-form .input-wrapper input[type=text],#missing-details-form .missing-details-form .input-wrapper input[type=tel],#missing-details-form .missing-details-form .input-wrapper input[type=email],#missing-details-form .missing-details-form .input-wrapper input[type=password],#missing-details-form .missing-details-form .input-wrapper select,#missing-details-form .missing-details-form .input-wrapper .errors{margin-bottom:1.5vmin}}#missing-details-form .missing-details-form .input-wrapper input[type=text],#missing-details-form .missing-details-form .input-wrapper input[type=tel],#missing-details-form .missing-details-form .input-wrapper input[type=email],#missing-details-form .missing-details-form .input-wrapper input[type=password]{color:#141414}#missing-details-form .missing-details-form .input-wrapper input[type=text]::-webkit-input-placeholder,#missing-details-form .missing-details-form .input-wrapper input[type=tel]::-webkit-input-placeholder,#missing-details-form .missing-details-form .input-wrapper input[type=email]::-webkit-input-placeholder,#missing-details-form .missing-details-form .input-wrapper input[type=password]::-webkit-input-placeholder{color:#666}#missing-details-form .missing-details-form .input-wrapper input[type=text]:-ms-input-placeholder,#missing-details-form .missing-details-form .input-wrapper input[type=tel]:-ms-input-placeholder,#missing-details-form .missing-details-form .input-wrapper input[type=email]:-ms-input-placeholder,#missing-details-form .missing-details-form .input-wrapper input[type=password]:-ms-input-placeholder{color:#666}#missing-details-form .missing-details-form .input-wrapper input[type=text]::-moz-placeholder,#missing-details-form .missing-details-form .input-wrapper input[type=tel]::-moz-placeholder,#missing-details-form .missing-details-form .input-wrapper input[type=email]::-moz-placeholder,#missing-details-form .missing-details-form .input-wrapper input[type=password]::-moz-placeholder{color:#666;opacity:1}#missing-details-form .missing-details-form .input-wrapper input[type=text]:-moz-placeholder,#missing-details-form .missing-details-form .input-wrapper input[type=tel]:-moz-placeholder,#missing-details-form .missing-details-form .input-wrapper input[type=email]:-moz-placeholder,#missing-details-form .missing-details-form .input-wrapper input[type=password]:-moz-placeholder{color:#666;opacity:1}#missing-details-form .missing-details-form .input-wrapper input[type=text],#missing-details-form .missing-details-form .input-wrapper input[type=tel],#missing-details-form .missing-details-form .input-wrapper input[type=email],#missing-details-form .missing-details-form .input-wrapper input[type=password],#missing-details-form .missing-details-form .input-wrapper select{border:1px solid #e1e1e1;text-align:left;box-sizing:border-box}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#missing-details-form .missing-details-form .input-wrapper input[type=text],#missing-details-form .missing-details-form .input-wrapper input[type=tel],#missing-details-form .missing-details-form .input-wrapper input[type=email],#missing-details-form .missing-details-form .input-wrapper input[type=password],#missing-details-form .missing-details-form .input-wrapper select{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#missing-details-form .missing-details-form .input-wrapper input[type=text],#missing-details-form .missing-details-form .input-wrapper input[type=tel],#missing-details-form .missing-details-form .input-wrapper input[type=email],#missing-details-form .missing-details-form .input-wrapper input[type=password],#missing-details-form .missing-details-form .input-wrapper select{font-size:14px}}@media screen and (max-device-width: 374px)and (orientation: portrait),screen and (max-device-height: 374px)and (orientation: landscape),screen and (max-width: 374px)and (orientation: portrait),screen and (max-width: 374px)and (orientation: landscape){#missing-details-form .missing-details-form .input-wrapper input[type=text],#missing-details-form .missing-details-form .input-wrapper input[type=tel],#missing-details-form .missing-details-form .input-wrapper input[type=email],#missing-details-form .missing-details-form .input-wrapper input[type=password],#missing-details-form .missing-details-form .input-wrapper select{font-size:5.2vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#missing-details-form .missing-details-form .input-wrapper input[type=text],#missing-details-form .missing-details-form .input-wrapper input[type=tel],#missing-details-form .missing-details-form .input-wrapper input[type=email],#missing-details-form .missing-details-form .input-wrapper input[type=password],#missing-details-form .missing-details-form .input-wrapper select{padding:10px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#missing-details-form .missing-details-form .input-wrapper input[type=text],#missing-details-form .missing-details-form .input-wrapper input[type=tel],#missing-details-form .missing-details-form .input-wrapper input[type=email],#missing-details-form .missing-details-form .input-wrapper input[type=password],#missing-details-form .missing-details-form .input-wrapper select{height:10vmin;padding:0 4vmin}}#missing-details-form .missing-details-form .input-wrapper select{text-align-last:center;background-color:#fff;color:#878787;position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-selectArrowDown.png");background-position:right 10px center;background-repeat:no-repeat;background-size:auto 20%}#missing-details-form .missing-details-form .input-wrapper select::-ms-expand{display:none}#missing-details-form .missing-details-form .input-wrapper.error .errors{color:#fe2d2c}#missing-details-form .missing-details-form .input-wrapper.error input,#missing-details-form .missing-details-form .input-wrapper.error select{border:1px solid #fe2d2c}#missing-details-form .missing-details-form button{color:#fff;font-weight:600;text-transform:none;width:100%}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#missing-details-form .missing-details-form button{font-size:6vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#missing-details-form .missing-details-form button{font-size:18px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#missing-details-form .missing-details-form button{height:48px;line-height:48px;margin-top:30px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#missing-details-form .missing-details-form button{height:12.1vmin;line-height:12.1vmin;font-size:4.4vmin;margin-top:8.25vmin}}#missing-details-form .missing-details-form .sub-h1{color:#141414;display:block;text-align:center;font-size:16px;margin-bottom:40px}#missing-details-form .missing-details-form .sub-h1.short{display:none}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#missing-details-form .missing-details-form .sub-h1.long{display:none}#missing-details-form .missing-details-form .sub-h1.short{display:block}}#missing-details-form .missing-details-form .sub-h2{display:block;color:#666;text-align:center;margin-top:20px;font-size:14px}.user-details-container{display:flex;flex-direction:column;align-items:center;margin:20px}.user-details-container .img-circle{border-radius:50%;border:2px solid #e9ebee}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.user-details-container .img-circle{width:18vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.user-details-container .img-circle{width:70px;position:absolute;top:50%;left:50%;margin-right:-50%;transform:translate(-50%, -50%)}}.user-details-container .image-container{position:relative;display:block;margin:10px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.user-details-container .image-container{width:18.7vmin;height:18.7vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.user-details-container .image-container{width:70px;height:70px}}.user-details-container .fb-icon{width:22px;height:22px;display:inline-block;position:absolute;background-repeat:no-repeat;right:0;bottom:-5px;border-radius:50%;border:2px solid #e9ebee}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.user-details-container .fb-icon{right:0;bottom:-1.5vmin}}.user-details-container .name{font-weight:bold;margin:10px}#content{height:100% !important}#my-account-container{color:#141414}#my-account-container .page-header{margin-bottom:10px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#my-account-container .page-header{margin-top:16px;margin-bottom:0;padding:0 15px}}#my-account-container .page-header h1{display:inline-block;margin-bottom:30px;transform:translateY(-7px);font-family:"Argesta Headline";font-weight:400}#my-account-container .page-header .back-caret{color:#2c4eb5}#my-account-container .page-header .back{color:#2c4eb5}#my-account-container .page-header .back:before{content:"";background:url("https://cdn0.worthy.com/worthy_app/assets/images/myAccount/1751352967-back arrow orange.svg") center no-repeat;height:14px;width:8px;display:inline-block;margin-right:5px;top:3px;position:relative}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#my-account-container{margin:35px auto 70px;width:1000px;font-size:16px}#my-account-container h1{font-size:26px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#my-account-container{margin:4vmin auto 10vmin;padding:0}#my-account-container .diamond{background:url("https://cdn0.worthy.com/worthy_app/assets/images/myAccount/1751352967-icons_diamond_general.svg") center no-repeat}#my-account-container .watch{background:url("https://cdn0.worthy.com/worthy_app/assets/images/myAccount/1751352967-icons_watches_general.svg") center no-repeat}#my-account-container .bracelet{background:url("https://cdn0.worthy.com/worthy_app/assets/images/myAccount/1751352967-icons_bracelets_general.svg") center no-repeat}#my-account-container .earring{background:url("https://cdn0.worthy.com/worthy_app/assets/images/myAccount/1751352967-icons_earrings_general.svg") center no-repeat}#my-account-container .necklace{background:url("https://cdn0.worthy.com/worthy_app/assets/images/myAccount/1751352967-icons_necklaces_general.svg") center no-repeat}#my-account-container .ring{background:url("https://cdn0.worthy.com/worthy_app/assets/images/myAccount/1751352967-icons_rings_general.svg") center no-repeat}#my-account-container .box{background-size:contain;height:28px}}.popup-jb-success-fee{line-height:23px;letter-spacing:-0.3px;color:#141414}.popup-jb-success-fee span{color:#141414}.popup-jb-success-fee h2{font-size:18px !important}.popup-jb-success-fee p:first-of-type{margin-bottom:30px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup-jb-success-fee{font-size:16px !important;width:330px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup-jb-success-fee{font-size:4vmin !important}}.popup-jb-get-paid{color:#141414;text-align:left}.popup-jb-get-paid h2:before{display:none !important}.popup-jb-get-paid b{font-weight:bold}.popup-jb-get-paid .payment-details{font-weight:bold;margin-top:20px}.popup-jb-get-paid .cta{background-color:#f5a623;border:none;border-radius:2px;line-height:initial;margin:40px 0 10px;font-weight:initial}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup-jb-get-paid{font-size:16px}.popup-jb-get-paid .cta{font-size:16px;height:50px}.popup-jb-get-paid .after-cta{font-size:14px}.popup-jb-get-paid .x{height:18px;font-size:25px;top:25px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup-jb-get-paid{font-size:4vmin}.popup-jb-get-paid .after-cta{font-size:3.5vmin}.popup-jb-get-paid .x{height:7vmin;font-size:6vmin;line-height:7vmin;top:3.5vmin;right:4.5vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.my-items-skeleton{display:none}}.my-items-skeleton .my-items-skeleton-item:first-of-type{border-top-width:2px}.my-items-skeleton .my-items-skeleton-item:last-of-type{border-bottom-width:2px}.my-items-skeleton .my-items-skeleton-item{position:relative;min-height:100px;border-top:1px solid #ededed;border-bottom:1px solid #ededed;padding:20px 20px 20px 54px;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;align-content:stretch}.my-items-skeleton .my-items-skeleton-icon,.my-items-skeleton .my-items-skeleton-title,.my-items-skeleton .my-items-skeleton-title-main,.my-items-skeleton .my-items-skeleton-title-button{border-radius:3px;display:block;background:linear-gradient(-90deg, #f0f0f0 0%, #ededed 50%, #f0f0f0 100%);background-size:400% 400%;animation:skeleton-pulse 1s ease-in-out infinite}.my-items-skeleton .my-items-skeleton-title,.my-items-skeleton .my-items-skeleton-title-main,.my-items-skeleton .my-items-skeleton-title-button{min-height:14px;min-width:44px}.my-items-skeleton .my-items-skeleton-title{margin-bottom:5px;min-height:14px}.my-items-skeleton .my-items-skeleton-title-main{min-height:20px;margin-bottom:5px}.my-items-skeleton .my-items-skeleton-title.one{width:90px}.my-items-skeleton .my-items-skeleton-title.two{width:75px}.my-items-skeleton .my-items-skeleton-title-main.one{width:230px}.my-items-skeleton .my-items-skeleton-title-main.two{width:180px}.my-items-skeleton .my-items-skeleton-title-main.two-two{width:44px}.my-items-skeleton .my-items-skeleton-title-button.big{height:30px;width:145px}.my-items-skeleton .my-items-skeleton-title-button.two-two-two{width:100px}.my-items-skeleton .my-items-skeleton-title-button.thin{height:14px}.my-items-skeleton .my-items-skeleton-icon{background-color:#ededed;position:absolute;left:14px;width:30px;height:30px}.my-items-skeleton .my-items-skeleton-title.three{width:90px}.my-items-skeleton .my-items-skeleton-title-main.three{width:145px}@keyframes skeleton-pulse{0%{background-position:0 0}100%{background-position:-135% 0}}.bundle-details{position:relative}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.bundle-details{padding:16px 15px 20px;min-height:98px}}.bundle-details .three-dots-wrapper{flex-grow:1;display:flex;justify-content:flex-end;z-index:auto;align-items:center;cursor:pointer}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.bundle-details .three-dots-wrapper{align-items:end}}.bundle-details:not(.open){display:flex}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.bundle-details:not(.open){border-top:1px solid #d2d5d7}}.bundle-details:not(.open).clickable:after{content:"";background:url("https://cdn0.worthy.com/worthy_app/assets/images/common/1751352967-back arrow.svg") center no-repeat;height:14px;width:8px;display:inline-block;position:absolute;top:50%;right:0;transform:translateY(-50%) scaleX(-1);margin-right:10px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.bundle-details:not(.open).clickable:after{content:none}}.bundle-details:not(.open).abortable:after{background:none}.bundle-details:not(.open) .row-header{width:calc(100% - 23px)}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.bundle-details:not(.open) .row-header{display:flex;flex-direction:column;min-height:98px;justify-content:space-between}}.bundle-details:not(.open) .row-header.clickable{cursor:pointer}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.bundle-details:not(.open) .cta-container{padding-left:40px}.bundle-details:not(.open) .trends-link-container{margin-left:12px}}.bundle-details .created-at{float:right;color:#7a8994;margin-right:10px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.bundle-details .created-at{position:absolute;right:5.33%}}.bundle-details.open .created-at{position:relative;top:10px}.bundle-details.open .title-container{top:28px;position:relative}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.bundle-details.open .title-container{top:0;margin-top:44px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.bundle-details.open{padding-top:7px}.bundle-details.open .row-header .cta-container.with-button{text-align:right;margin-bottom:2vmin}.bundle-details.open .row-header .cta-container{padding-left:0;margin-top:2vmin;margin-bottom:5vmin}}.bundle-details:last-of-type{border-bottom:1px solid #d2d5d7}.bundle-details:last-of-type.open{border-style:dashed}.bundle-details h1{display:inline-block}.bundle-details b{font-weight:bold}.bundle-details .row-header{height:100%}.bundle-details .row-header .title-container{display:inline-block}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.bundle-details .row-header .title-container{display:inline-block;padding-left:40px;position:relative}}.bundle-details .row-header .title-container .title{display:inline-block;pointer-events:none}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.bundle-details .row-header .title-container .title{margin-bottom:4px;font-size:14px;color:#6a6a6a;font-weight:400}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.bundle-details .row-header .title-container .subtitle{position:absolute;pointer-events:none;padding:5px 0 0 49px;white-space:nowrap}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.bundle-details .row-header .title-container .subtitle{font-size:16px;line-height:22px;min-height:44px;font-weight:bold;margin-bottom:4px}}.bundle-details .row-header .title-container .box{display:inline-block;background:url("https://cdn0.worthy.com/worthy_app/assets/images/myAccount/1751352967-closed box.svg") center no-repeat;pointer-events:none;height:18px;width:28px;margin-right:20px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.bundle-details .row-header .title-container .box{margin-right:12px;position:absolute;left:0}}.bundle-details .row-header .title-container .box:not(.open){transform:translateY(3px)}.bundle-details .row-header .title-container .box.open{background:url("https://cdn0.worthy.com/worthy_app/assets/images/myAccount/1751352967-open box.svg") center no-repeat;transform:translateY(-3px);height:25px;width:34px;margin-right:14px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.bundle-details .row-header .title-container .box.open{transform:translateY(-10px)}}.bundle-details .panel:before{content:"";display:block;width:100%;border-top:1px dashed #d5d5d5}.bundle-details .cta-container .bundle-cta{color:#2c4eb5}.bundle-details .cta-container .separator{color:#aaa;margin-left:10px;margin-right:10px;display:inline-block}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.bundle-details .cta-container .status{font-size:14px;line-height:18px}.bundle-details .cta-container .status .text-with-btn{line-height:29px}}.bundle-details .green-banner{padding:20px;margin:20px 0}.bundle-details #get-paid{position:fixed;width:100%;bottom:0;left:0;border-top:1px solid #b2b2b2;background-color:#fff}.bundle-details #get-paid .inner{height:100%;margin:0 auto;text-align:right}.bundle-details #get-paid .inner>*{display:inline-block;float:right;top:50%;position:relative;transform:translateY(-50%)}.bundle-details #get-paid .inner .btn{border-radius:2px;margin-left:15px}.bundle-details #get-paid .inner .help a{color:#f0a322}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.bundle-details.open .cta-container{display:block !important;text-align:left}}.bundle-details #get-paid{height:20vmin;font-size:4.3vmin}.bundle-details #get-paid .inner{padding:0 5vmin}.bundle-details #get-paid .inner .btn{height:12vmin;width:40vmin;font-size:4.3vmin}.bundle-details #get-paid .inner .text-box{float:left;padding-left:5vmin}.bundle-details #get-paid .inner .text-box b{font-size:5.3vmin}.bundle-details #get-paid .inner .text-box .help{font-size:3.2vmin}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.bundle-details:not(.open){height:70px}.bundle-details:not(.open)>.row-header>*{transform:translateY(50%)}.bundle-details:not(.open)>.row-header>*.cta-container{transform:translateY(calc(50% + 5px))}.bundle-details .row-header{margin-bottom:20px}.bundle-details .row-header .title{vertical-align:top}.bundle-details .row-header .cta-container{text-align:right;height:20px;margin-right:10px}.bundle-details .row-header .cta-container .bundle-cta{margin-left:10px}.bundle-details .row-header .cta-container .no-margin{margin:0}.bundle-details #get-paid{height:80px}.bundle-details #get-paid .inner{width:1000px}.bundle-details #get-paid .inner .btn{height:50px;width:155px;font-size:16px}.bundle-details #get-paid .inner .text-box b{font-size:20px}.bundle-details #get-paid .inner .text-box .help{font-size:12px}}.three-dots-component{position:relative}.three-dots-component .three-dots-btn{display:flex;flex-direction:column;justify-content:space-between;align-items:center;box-sizing:border-box;width:34px;height:34px;padding:6px 0;border-radius:50%}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.three-dots-component .three-dots-btn:hover{background-color:#fff}}.three-dots-component .three-dots-btn:active{background-color:#fff}.three-dots-component .three-dots-btn .dot{width:5px;height:5px;border-radius:50%;background-color:#d2d5d7}.three-dots-component .options-wrapper{background-color:#fff;box-shadow:0px 0px 10px rgba(0,0,0,.25);border-radius:8px;padding:5px 0px;position:absolute;top:2%;right:80%;min-width:200px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.three-dots-component .options-wrapper{padding:12px 10px;z-index:4}}.three-dots-component .options-wrapper .option{display:flex;padding:12px 10px;border-bottom:1px solid #dbdbdb;color:#2c4eb5;font-weight:600;font-size:14px;line-height:24px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.three-dots-component .options-wrapper .option{padding:9px 0}}.three-dots-component .options-wrapper .option:hover{cursor:pointer;background-color:#5f6782}.three-dots-component .options-wrapper .option:last-child{border-bottom:none}.three-dots-component .options-wrapper .option img{margin-right:10px;height:24px;width:24px}.item-detail{position:relative;margin:10px 0}.item-detail.clickable{cursor:pointer}.item-detail .img-container{display:inline-block}.item-detail .img-container img{margin:auto;display:block;position:relative;top:50%;transform:translateY(-50%);height:fit-content;width:fit-content;max-width:100%;max-height:100%}.item-detail .headline{flex:1.5;display:inline-block;vertical-align:top}.item-detail .headline .hide{visibility:hidden}.item-detail .status{display:inline-block;flex:1;align-self:center}.item-detail .status.bold{font-weight:bold}.item-detail .cta-container{flex:1}.item-detail .cta-container .cta{color:#f5a723}.item-detail .cta-container .cta.btn{border-radius:2px;color:#fff}.item-detail .cta-container .cta.hide{visibility:hidden}.item-detail .price{font-weight:bold;flex:.5}.item-detail .green{color:#128801}.item-detail .after-star{color:#acacac}.item-detail .after-star:before{content:"";display:inline-block;background:url("https://cdn0.worthy.com/worthy_app/assets/images/myAccount/1751352967-star.svg") center no-repeat;height:11px;width:11px;margin:5px 5px 0 0}.item-detail .text-truncate{width:90%;overflow:hidden;display:inline-block;text-overflow:ellipsis;white-space:nowrap;vertical-align:text-bottom}.item-detail .crossed-out{text-decoration:line-through}.item-detail .new-label{width:50px;height:24px;font-size:14px;background-color:#0aa700;color:#fff;border-radius:12px;display:flex;justify-content:center;align-items:center;margin-right:10px}.item-detail .new-label.hide{display:none}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.item-detail{display:flex;height:80px}.item-detail>*{display:inline-flex;justify-content:center}.item-detail>*.img-container{max-width:106px;min-width:106px;height:80px;flex:.5;padding-right:30px}.item-detail .headline{height:fit-content;max-width:300px;position:relative;top:10px}.item-detail .headline .title{font-size:14px}.item-detail .status,.item-detail .price,.item-detail .cta{align-self:center}.item-detail .container-status{display:flex;position:relative;top:25px;height:fit-content}.item-detail .price{justify-content:flex-start}.item-detail .btn{height:40px;width:165px;top:10px}.item-detail .after-star{font-size:14px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.item-detail{height:20vmin}.item-detail .img-container{max-width:28vmin;min-width:28vmin;height:21vmin;position:absolute;top:50%;transform:translateY(-50%)}.item-detail .headline{display:block;margin-top:3vmin;width:calc(100% - 33vmin);position:relative;left:33vmin}.item-detail .headline .title{font-size:3.6vmin}.item-detail .headline .cta{margin-top:2vmin;height:9vmin}.item-detail .price{position:absolute;right:0;bottom:0}.item-detail .container-status{display:flex;align-self:center;position:absolute;left:33vmin;bottom:0}.item-detail .new-label{margin-right:3vmin}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.cta-wrapper{position:relative;z-index:1}}div.sticky-btn{display:flex;justify-content:space-between;align-items:center;border:none;background:#fff;color:#fff;padding:14px 20px;position:fixed;left:0;right:0;z-index:1000;box-shadow:0px 0px 14px rgba(0,0,0,.1);transition:background .6s,.5s ease 0s}div.sticky-btn .regular-text{line-height:22px;color:#1c1c1c;width:42%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}div.sticky-btn>div[data-clarity-type=medium-primary-button]{width:55%}.main-wrapper{width:100%;background-color:#f2f0ee;height:50px;transition:height .4s;margin-left:auto;margin-right:auto;max-width:1000px;border-top:1px solid #dfdfdf;border-bottom:none;margin-top:86px;padding-top:15px}.main-wrapper .left{float:left;letter-spacing:1px;padding-left:0px;padding-right:12px}.main-wrapper .left a{color:#000}.main-wrapper .left.current{font-weight:600}.main-wrapper .left:hover{text-decoration:underline}.main-wrapper .left .rc-menu-submenu-title{padding-left:0px;padding-right:10px}.main-wrapper .left.main-link{padding-bottom:15px}.main-wrapper .right{float:right;color:#000}.main-wrapper .right.signin{color:#6e7d8c !important}.main-wrapper .right.icon{margin-right:5px}.main-wrapper .rc-menu-item-selected,.main-wrapper .rc-menu-submenu-selected,.main-wrapper .rc-menu-item-active,.main-wrapper .rc-menu-submenu-open,.main-wrapper .rc-menu-submenu-title,.main-wrapper .rc-menu-submenu-active{background-color:#f2f0ee !important;border-bottom:none !important}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.main-wrapper a{text-decoration:none;font-size:14px}}.sub-popup{top:135px !important}.sub-popup ul{box-shadow:none;border-radius:0px}.sub-menu-icon{padding-right:8px}.sub-list-item{padding-right:50px !important;letter-spacing:1px}.sub-list-item a{color:#000}.sub-list-item:hover{text-decoration:underline}.rc-menu-item-active,.rc-menu-submenu-active>.rc-menu-submenu-title{background-color:#fff}.rc-menu-horizontal>.rc-menu-item,.rc-menu-horizontal>.rc-menu-submenu>.rc-menu-submenu-title{padding-top:0}#trends>body{overflow:hidden}#trends .pricing .title{font-weight:bold;font-size:24px;line-height:40px}#trends .pricing .pre-title{font-size:16px;line-height:28px}#trends .pricing .diagram-wrapper{position:relative}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#trends .pricing .diagram-wrapper{display:flex;display:flex;margin:30px 0px 18px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#trends .pricing .diagram-wrapper{margin:45px 0px 13px 0px}#trends .pricing .diagram-wrapper img{width:100%}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#trends .pricing .diagram-wrapper .legend{flex:1;margin-top:166px;margin-left:30px;background:url("https://cdn0.worthy.com/worthy_app/assets/images/item/trends/1751352967-desktop_legend.svg") no-repeat}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#trends .pricing .diagram-wrapper .legend{background:url("https://cdn0.worthy.com/worthy_app/assets/images/item/trends/1751352967-mobile_legend.svg") no-repeat;height:4vh;margin-top:12px;background-size:90%}}#trends .pricing .diagram-wrapper .estimation{position:absolute;font-weight:bold;line-height:22px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#trends .pricing .diagram-wrapper .estimation{font-size:16px;left:332px}#trends .pricing .diagram-wrapper .estimation.ring-setting{top:73px}#trends .pricing .diagram-wrapper .estimation.center{top:180px}}@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (-webkit-min-device-pixel-ratio: 1){#trends .pricing .diagram-wrapper .estimation{font-size:15px;left:214px}#trends .pricing .diagram-wrapper .estimation.ring-setting{top:65px}#trends .pricing .diagram-wrapper .estimation.center{top:140px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#trends .pricing .diagram-wrapper .estimation{font-size:14px;left:63.5%}}@media only screen and (max-device-width: 767px)and (orientation: portrait)and (min-device-width: 375px)and (max-device-width: 667px)and (-webkit-min-device-pixel-ratio: 2),only screen and (max-device-height: 767px)and (orientation: landscape)and (min-device-width: 375px)and (max-device-width: 667px)and (-webkit-min-device-pixel-ratio: 2),only screen and (max-width: 767px)and (orientation: portrait)and (min-device-width: 375px)and (max-device-width: 667px)and (-webkit-min-device-pixel-ratio: 2),only screen and (max-width: 767px)and (orientation: landscape)and (min-device-width: 375px)and (max-device-width: 667px)and (-webkit-min-device-pixel-ratio: 2){#trends .pricing .diagram-wrapper .estimation.ring-setting{bottom:63%}#trends .pricing .diagram-wrapper .estimation.center{bottom:31.5%}}@media only screen and (max-device-width: 767px)and (orientation: portrait)and (min-device-width: 375px)and (max-device-width: 812px)and (-webkit-min-device-pixel-ratio: 3),only screen and (max-device-height: 767px)and (orientation: landscape)and (min-device-width: 375px)and (max-device-width: 812px)and (-webkit-min-device-pixel-ratio: 3),only screen and (max-width: 767px)and (orientation: portrait)and (min-device-width: 375px)and (max-device-width: 812px)and (-webkit-min-device-pixel-ratio: 3),only screen and (max-width: 767px)and (orientation: landscape)and (min-device-width: 375px)and (max-device-width: 812px)and (-webkit-min-device-pixel-ratio: 3){#trends .pricing .diagram-wrapper .estimation.ring-setting{bottom:63.5%}#trends .pricing .diagram-wrapper .estimation.center{bottom:32.5%}}@media only screen and (max-device-width: 767px)and (orientation: portrait)and (min-device-width: 414px)and (max-device-width: 736px)and (-webkit-min-device-pixel-ratio: 3),only screen and (max-device-height: 767px)and (orientation: landscape)and (min-device-width: 414px)and (max-device-width: 736px)and (-webkit-min-device-pixel-ratio: 3),only screen and (max-width: 767px)and (orientation: portrait)and (min-device-width: 414px)and (max-device-width: 736px)and (-webkit-min-device-pixel-ratio: 3),only screen and (max-width: 767px)and (orientation: landscape)and (min-device-width: 414px)and (max-device-width: 736px)and (-webkit-min-device-pixel-ratio: 3){#trends .pricing .diagram-wrapper .estimation.ring-setting{bottom:63%}#trends .pricing .diagram-wrapper .estimation.center{bottom:31%}}@media screen and (max-device-width: 374px)and (orientation: portrait),screen and (max-device-height: 374px)and (orientation: landscape),screen and (max-width: 374px)and (orientation: portrait),screen and (max-width: 374px)and (orientation: landscape){#trends .pricing .diagram-wrapper .estimation{font-size:12px;bottom:57%}}@media only screen and (max-device-width: 374px)and (orientation: portrait)and (min-device-width: 320px)and (max-device-width: 568px)and (-webkit-min-device-pixel-ratio: 2),only screen and (max-device-height: 374px)and (orientation: landscape)and (min-device-width: 320px)and (max-device-width: 568px)and (-webkit-min-device-pixel-ratio: 2),only screen and (max-width: 374px)and (orientation: portrait)and (min-device-width: 320px)and (max-device-width: 568px)and (-webkit-min-device-pixel-ratio: 2),only screen and (max-width: 374px)and (orientation: landscape)and (min-device-width: 320px)and (max-device-width: 568px)and (-webkit-min-device-pixel-ratio: 2){#trends .pricing .diagram-wrapper .estimation.ring-setting{bottom:63%}#trends .pricing .diagram-wrapper .estimation.center{bottom:31%}}#trends .pricing .diagram-wrapper .title{line-height:28px}#trends .pricing .diagram-wrapper .title .pre{font-weight:600;font-size:16px}#trends .pricing .diagram-wrapper .title :not(.pre){font-size:24px}#trends .pricing .alerts-section{margin-bottom:30px}#trends .pricing .alerts-section .pricing-alert{margin-top:12px;margin-bottom:20px}#trends .pricing .content-section{border:1px solid #f2f2f2;box-sizing:border-box;box-shadow:0px 0px 10px rgba(0,0,0,.1);padding:27px 32px}#trends .pricing .content-section .title{font-weight:bold;font-size:20px;line-height:32px;margin-bottom:5px}#trends .pricing .content-section .sub-title{font-size:14px;line-height:24px;padding-bottom:21px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#trends .pricing .content-section .content-parts{display:flex}#trends .pricing .content-section .content-parts .content-item{flex:1;padding-right:20px}#trends .pricing .content-section .content-parts .content-item .text{padding-top:10px}#trends .pricing .content-section .content-parts .content-item .description{font-size:14px;line-height:22px;color:#6a6a6a}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#trends .pricing .content-section .content-parts .content-item{padding:10px 0px}#trends .pricing .content-section .content-parts .content-item .text{line-height:22px}#trends .pricing .content-section .content-parts .content-item .text .description{font-size:14px;padding-top:5px;line-height:22px;color:#6a6a6a}#trends .pricing .content-section .content-parts .content-item img{padding-top:8px;height:100%}}#trends .pricing .box-wrapper{display:flex;position:relative}#trends .pricing .box-wrapper .arrow{position:absolute;bottom:0;left:-8px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#trends .pricing .box-wrapper .name{font-weight:bold;font-size:14px;line-height:19px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#trends .pricing .box-wrapper .name{font-weight:600;font-size:12px;line-height:16px}}#trends .pricing .subset-box{display:flex;box-shadow:0 0 8px #bdbdbd;border-radius:4px;border-bottom:4px solid;border-bottom-left-radius:unset;align-items:center}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#trends .pricing .subset-box{width:180px;height:50px;padding:8px 0px 5px 15px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#trends .pricing .subset-box{width:155px;height:55px;padding-left:10px}}#trends .pricing .subset-box img{padding-right:5px}#trends .pricing .subset-box.setting-subset{border-bottom-color:#63a3ed}#trends .pricing .subset-box.centerDiamond-subset{border-bottom-color:#cc23ef}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#trends .pricing .subset-box.centerDiamond-subset{margin-top:40px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#trends .pricing .subset-box.centerDiamond-subset{margin-top:15px}}#trends .similar-items{padding:30px 10px 0px 10px;border-bottom:solid 1px #e1e1e1;margin-bottom:35px}.corona-container{text-align:left;margin:50px auto;width:700px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.corona-container{width:80%}}.maintenance-container{text-align:center;margin:50px auto;width:700px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.maintenance-container{width:80%}}.sold-item-preview{margin-bottom:30px;max-width:none}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.sold-item-preview{margin-bottom:22px}}.sold-item-preview .sold-for{font-size:1rem;line-height:26px;margin-bottom:2px}.sold-item-preview .sold-for b{font-weight:bold}.sold-item-preview .item-desc{font-size:.875rem;line-height:22px;margin-right:-10px;margin-left:-10px}.sold-item-preview__photo{display:block;height:100px;background:50% 50% no-repeat #fff;background-size:cover;margin-bottom:23px;border-radius:8px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.sold-item-preview__photo{height:110px;margin-bottom:20px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.sold-item-preview__photo{margin-bottom:13px}}.sold-item-preview img{max-width:125px}.similar-items-container{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;margin:30px 0 10px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.similar-items-container{margin-top:20px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.similar-items-container{margin:10px 0 10px}.similar-items-container .sold-item-preview{max-width:100%}}.similar-items-container a{color:#141414;text-decoration:none}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.similar-items-container a{max-width:calc(54% - 33px)}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.similar-items-container a{max-width:calc(25% - 29px)}.similar-items-container a:last-of-type{margin-right:0}}.similar-title{font-weight:600;font-size:16px;line-height:32px;color:#000}.similar-items-section .sold-last-x-days{font-size:16px;margin:20px;text-align:center;line-height:24px}.similar-items-section .sold-last-x-days b{font-weight:bolder}.manage-call-wrapper{font-family:"Uncut Sans";color:#141414;display:flex;align-items:center;flex-direction:column}.manage-call-wrapper iframe{min-height:600px}.manage-call-wrapper>.wrapper{display:flex;align-items:center;flex-direction:column}.manage-call-wrapper .title{margin-top:40px;margin-bottom:30px;font-size:24px;font-weight:700}.manage-call-wrapper .regarding{font-size:14px;font-weight:400}.manage-call-wrapper .desc{font-weight:bold;font-size:20px;margin-top:10px;margin-bottom:10px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.manage-call-wrapper .desc{width:280px;text-align:center;overflow-wrap:break-word}}.manage-call-wrapper .id{font-size:14px;color:#919191}.call-details-frame{border:1px solid #f2f2f2;box-sizing:border-box;box-shadow:0px 0px 40px rgba(0,0,0,.1);border-radius:8px;display:flex;flex-direction:column;align-items:center}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.call-details-frame{width:460px;margin-top:40px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.call-details-frame{width:335px;margin:20px 0}}.call-details-frame>.wrapper{display:flex;align-items:center;flex-direction:column}.call-details-frame>.wrapper>[data-clarity-type=success-alert]{margin-top:20px !important}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.call-details-frame>.wrapper>[data-clarity-type=success-alert]{width:90% !important}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.call-details-frame>.wrapper>[data-clarity-type=success-alert]{width:66% !important}}.call-details-frame>.page-blocked{font-weight:600;font-size:18px;text-align:center;line-height:30px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.call-details-frame>.page-blocked{padding:43px 71px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.call-details-frame>.page-blocked{padding:30px 20px}}.call-details-frame>.page-blocked>.phone{margin-top:10px}.call-details-frame .title-wrap{display:flex;justify-content:space-between;width:290px;margin:40px 90px 20px;line-height:30px}.call-details-frame .title-wrap .title-details{font-weight:600;font-size:18px}.call-details-frame .prop-wrap{width:290px;height:40px;margin-bottom:25px;margin-top:15px;display:flex;justify-content:space-between;align-items:center}.call-details-frame .prop-wrap .prop-data .key{font-size:14px;line-height:15px;margin-bottom:5px}.call-details-frame .prop-wrap .prop-data .value{font-weight:bold;font-size:14px;margin-right:35px}.call-details-frame .prop-edit-wrap{width:290px}.call-details-frame .edit-wrap{height:80px;display:flex;justify-content:flex-end;align-items:center}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.call-details-frame .edit-wrap{width:343px}.call-details-frame .edit-wrap>img{cursor:pointer;margin-left:10px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.call-details-frame .edit-wrap{width:325px}.call-details-frame .edit-wrap>img{margin-left:4px}}.call-details-frame .call-edit-icon{cursor:pointer;background:50% 50% no-repeat #f2f2f2;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/imageUploader/1751352967-image-replace.svg");background-size:auto;width:35px;height:35px;border-radius:8px}.call-details-frame>[data-clarity-type=large-primary-button]{display:block !important}.call-details-frame>[data-clarity-type=large-primary-button]>button{width:100%}.call-details-frame .success-word{color:#74b48b}.confirm-cancel-modal{color:#141414;padding:0 30px;text-align:center}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.confirm-cancel-modal{min-height:350px}}.confirm-cancel-modal>.text{white-space:pre-wrap;font-weight:600;font-size:18px;line-height:30px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.confirm-cancel-modal>.text{margin-top:37px}}.confirm-cancel-modal>.button{margin-bottom:25px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.confirm-cancel-modal>.button{margin-top:30px}}.confirm-cancel-popup{width:460px;height:300px;border-radius:8px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.confirm-cancel-popup{height:290px}}.confirm-cancel-popup button div{color:#fff}.confirm-cancel-popup h2{display:none;border-bottom:none}.confirm-cancel-popup .x{right:23px;top:22px;height:15px;font-size:26px;line-height:1;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/1751352967-x_black.svg")}.manage-call-skeleton{display:flex;align-items:center;flex-direction:column}.manage-call-skeleton .call-details-frame-skeleton{min-height:350px;border:1px solid #f2f2f2;box-sizing:border-box;box-shadow:0px 0px 40px rgba(0,0,0,.1);border-radius:8px;display:flex;flex-direction:column;align-items:center}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.manage-call-skeleton .call-details-frame-skeleton{width:460px;margin-top:40px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.manage-call-skeleton .call-details-frame-skeleton{width:335px;margin:20px 0}}.manage-call-skeleton .prop-content-skeleton{display:flex;justify-content:space-between;align-items:center}.manage-call-skeleton .call-skeleton-title,.manage-call-skeleton .call-skeleton-key,.manage-call-skeleton .call-skeleton-value,.manage-call-skeleton .call-skeleton-edit-icon,.manage-call-skeleton .call-skeleton-submit,.manage-call-skeleton .call-skeleton-main-title,.manage-call-skeleton .call-skeleton-regarding,.manage-call-skeleton .call-skeleton-desc,.manage-call-skeleton .call-skeleton-id{border-radius:3px;display:block;background:linear-gradient(-90deg, #f0f0f0 0%, #ededed 50%, #f0f0f0 100%);background-size:400% 400%;animation:skeleton-pulse 1s ease-in-out infinite}.manage-call-skeleton .call-skeleton-title{margin:40px 90px 30px 40px;width:243px;height:28px}.manage-call-skeleton .call-skeleton-regarding{height:20px;width:100px}.manage-call-skeleton .call-skeleton-main-title{height:28px;width:250px;margin-top:40px;margin-bottom:30px}.manage-call-skeleton .call-skeleton-desc{height:25px;width:500px;margin-top:10px;margin-bottom:10px}.manage-call-skeleton .call-skeleton-id{height:20px;width:80px}.manage-call-skeleton .call-skeleton-value{width:209px;height:22px}.manage-call-skeleton .call-skeleton-edit-icon{width:35px;height:35px}.manage-call-skeleton .call-skeleton-submit{height:48px;width:290px}.manage-call-skeleton .prop-wrap-skeleton{width:290px;height:40px;margin-bottom:30px}@keyframes skeleton-pulse{0%{background-position:0 0}100%{background-position:-135% 0}}#chat-bot{position:relative;float:left;width:100%;font-family:"Open Sans";font-size:15px;color:#030303;letter-spacing:-0.24px;line-height:20px}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@-moz-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes wave{0%,60%,100%{transform:initial}30%{transform:translateY(-4px)}}#chat-bot a{color:#007aff}#chat-bot div#wave{position:relative;float:left;width:27px;border-radius:17.5px;margin-bottom:28px;background:#f7f7f9;clear:both}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot div#wave{padding:2px 12px 8px;margin-left:4px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot div#wave{padding:.6vW 2.4vW 2vW;margin-left:13.8vW}}#chat-bot div#wave::after{position:absolute;bottom:0;width:14px;height:17.5px;content:" ";left:-6px;background:url("https://cdn0.worthy.com/worthy_app/assets/images/chatBot/1751352967-msg_bubble_left_arrow.svg") no-repeat}#chat-bot div#wave.hide-waves{display:none}#chat-bot div#wave .dot{display:inline-block;width:6px;height:6px;border-radius:50%;margin-right:3px;background:#9b9b9b;animation:wave 1.3s linear infinite}#chat-bot div#wave .dot:nth-child(2){animation-delay:-1.1s}#chat-bot div#wave .dot:nth-child(3){animation-delay:-0.9s}#chat-bot .fade-in{opacity:0;-webkit-animation:fadeIn ease-in 1;-moz-animation:fadeIn ease-in 1;animation:fadeIn ease-in 1;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:.2s;-moz-animation-duration:.2s;animation-duration:.2s;-webkit-animation-delay:.3s;-moz-animation-delay:.3s;animation-delay:.3s}#chat-bot .message-input-container{height:60px;color:#fff;background:rgba(0,0,0,0);z-index:1}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot .message-input-container{width:368px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot .message-input-container{width:90vW}}#chat-bot .message .message-time{position:absolute;bottom:-25px;font-family:"Lucida Grande";letter-spacing:-0.2px;line-height:20px;font-size:12px;color:#bbb;display:none;width:74px}@media screen and (max-device-width: 374px)and (orientation: portrait),screen and (max-device-height: 374px)and (orientation: landscape),screen and (max-width: 374px)and (orientation: portrait),screen and (max-width: 374px)and (orientation: landscape){#chat-bot .message .message-time{font-size:11px;bottom:-24px}}#chat-bot .message.outgoing .message-time{right:36px}@media screen and (max-device-width: 374px)and (orientation: portrait),screen and (max-device-height: 374px)and (orientation: landscape),screen and (max-width: 374px)and (orientation: portrait),screen and (max-width: 374px)and (orientation: landscape){#chat-bot .message.outgoing .message-time{right:27px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot .message.outgoing{margin-right:0}}#chat-bot .message.last-message{min-width:50px;margin-bottom:45px}#chat-bot .message.last-message .message-time{display:block}#chat-bot .message.avatar-message{margin-right:55px}#chat-bot .phoneContainer{width:100%;display:flex;justify-content:center}#chat-bot .phoneContainer .buttonContainer{margin-left:10px;max-width:80px}#chat-bot .phoneContainer .inputContainer{width:100%}#chat-bot .phoneContainer button{margin-top:0;min-width:0 !important;padding:12px 13px 13px !important;width:80px}#chat-bot .whats-next-chat-bot{text-align:center}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot .whats-next-chat-bot{font-size:22px;margin-bottom:40px}#chat-bot .whats-next-chat-bot.whats-next-chat-bot-short{margin-bottom:25px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot .whats-next-chat-bot{margin-bottom:30px;font-size:6.5vmin}}#chat-bot .csa,#chat-bot .avatar{position:absolute;background-size:100%;background-repeat:no-repeat;border-radius:50%;border:1px solid #e5e5ea;transition:transform .6s ease-in-out}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot .csa,#chat-bot .avatar{width:49px;height:49px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot .csa,#chat-bot .avatar{width:12vW;height:12vW}}#chat-bot .avatar{top:4px;background-color:#ffeccd;line-height:100%;overflow:hidden;right:0}#chat-bot .avatar .no-image{transform:translate(0%, 30%);color:#f5a723;font-size:26px;font-weight:600;text-align:center;margin-top:25%}#chat-bot .imageCui{padding-top:10px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot .imageCui{width:260px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot .imageCui{width:58vw}}#chat-bot .csa{top:0;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/chatBot/1751352967-csa_default.png")}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot .csa{left:-56px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot .csa{left:0}}#chat-bot .gm-style{border-top-left-radius:17.5px;border-top-right-radius:17.5px}#chat-bot .rich-message-input-container{position:fixed;bottom:0;height:41vmin;width:90vw;color:#f0a322;background:#fff;z-index:1}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot .rich-message-input-container{position:absolute;bottom:-400px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot .rich-message-input-container{padding-bottom:5vmin}}#chat-bot .input-wrapper input[type=tel],#chat-bot .input-wrapper input[type=number],#chat-bot .input-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;padding-top:.5em;padding-right:.5em;padding-left:1em;padding-bottom:.5em;font-size:14px;height:3em;box-sizing:border-box;border-top:none;border-right:none;border-left:1px solid #000;border-bottom:1px solid #000;border-radius:0;background-color:rgba(0,0,0,0)}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot .input-wrapper input[type=tel],#chat-bot .input-wrapper input[type=number],#chat-bot .input-wrapper select{font-size:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot .input-wrapper input[type=tel],#chat-bot .input-wrapper input[type=number],#chat-bot .input-wrapper select{font-size:14px}}#chat-bot .input-wrapper input[type=tel]:disabled,#chat-bot .input-wrapper input[type=number]:disabled,#chat-bot .input-wrapper select:disabled{background-color:rgba(0,0,0,0)}#chat-bot .input-wrapper input[type=tel][name=userIdNumber],#chat-bot .input-wrapper input[type=number][name=userIdNumber],#chat-bot .input-wrapper select[name=userIdNumber]{margin-top:1em}#chat-bot .input-wrapper select{background:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-selectSimpleArrowDown.svg");background-repeat:no-repeat;background-size:14px;background-position:right 50%}#chat-bot .input-wrapper select option{color:#000}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot.pending-request,#chat-bot.pending-request-big{margin-bottom:30vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot.pending-request,#chat-bot.pending-request-big{margin-bottom:25px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot .message-button,#chat-bot .message-input-container,#chat-bot .message-input-container-big,#chat-bot #upload-btn-wrapper{position:fixed;bottom:0;transform:translate(0, -50%)}#chat-bot .message-button.absolute-position,#chat-bot .message-input-container.absolute-position,#chat-bot .message-input-container-big.absolute-position,#chat-bot #upload-btn-wrapper.absolute-position{position:absolute;bottom:-25vmin}#chat-bot .message-button.absolute-position.message-two-button,#chat-bot .message-button.absolute-position.message-multiple-buttons,#chat-bot .message-input-container.absolute-position.message-two-button,#chat-bot .message-input-container.absolute-position.message-multiple-buttons,#chat-bot .message-input-container-big.absolute-position.message-two-button,#chat-bot .message-input-container-big.absolute-position.message-multiple-buttons,#chat-bot #upload-btn-wrapper.absolute-position.message-two-button,#chat-bot #upload-btn-wrapper.absolute-position.message-multiple-buttons{bottom:-28vmin}#chat-bot .message-button.absolute-position.message-multiple-buttons,#chat-bot .message-input-container.absolute-position.message-multiple-buttons,#chat-bot .message-input-container-big.absolute-position.message-multiple-buttons,#chat-bot #upload-btn-wrapper.absolute-position.message-multiple-buttons{left:-5vmin}#chat-bot .message-button.absolute-position.message-button-phone,#chat-bot .message-input-container.absolute-position.message-button-phone,#chat-bot .message-input-container-big.absolute-position.message-button-phone,#chat-bot #upload-btn-wrapper.absolute-position.message-button-phone{left:0}#chat-bot .message-button.absolute-position.pending-request-big,#chat-bot .message-input-container.absolute-position.pending-request-big,#chat-bot .message-input-container-big.absolute-position.pending-request-big,#chat-bot #upload-btn-wrapper.absolute-position.pending-request-big{bottom:-50vmin}}#chat-bot.chat-bot-high-value button{margin:70px auto 18px auto;font-size:16px;width:265px;height:60px;border-radius:61px}#chat-bot.chat-bot-high-value .whats-next-chat-bot{margin-bottom:20px}#chat-bot.chat-bot-high-value .whats-next-chat-bot .title{font-family:"Open Sans light"}#chat-bot.chat-bot-high-value .csa-high-value{border:0;top:0}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot.chat-bot-high-value{font-size:4vmin}#chat-bot.chat-bot-high-value .message-schedule-appointment.absolute-position,#chat-bot.chat-bot-high-value .message-free-text.absolute-position{bottom:-15.5vmin}#chat-bot.chat-bot-high-value .message-input-container{width:100%}#chat-bot.chat-bot-high-value .message-input-container:not(.non-fixed-position):not(.message-multiple-buttons){width:calc(81% + 1.6em)}#chat-bot.chat-bot-high-value.pending-request{margin-bottom:20vmin}#chat-bot.chat-bot-high-value.pending-request-big{margin-bottom:35vmin}#chat-bot.chat-bot-high-value .whats-next-chat-bot{margin-bottom:1em;text-align:left}}#jb-chat-bot-container{margin:0 auto;line-height:22px}#jb-chat-bot-container .csa{border:0;top:0}#jb-chat-bot-container .message-schedule-appointment select[name=drop-down]{background:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-selectSimpleArrowDown.svg");background-repeat:no-repeat;background-size:14px;background-position:right 50%}#jb-chat-bot-container .message-schedule-appointment select[name=drop-down] option{color:#000}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#jb-chat-bot-container{width:80%}#jb-chat-bot-container #chat-bot.chat-bot-jewelry-box{margin-top:6vmin;margin-left:auto;margin-right:auto}#jb-chat-bot-container .message-schedule-appointment{position:initial !important;bottom:initial !important;transform:initial !important}#jb-chat-bot-container .message-input-container{width:100%;transform:translateY(calc(-65% - 5vmin))}#jb-chat-bot-container .message-input-container.message-two-button{left:50%;transform:translate(-50%, -50%);width:80vw}#jb-chat-bot-container.pending-request{margin-bottom:20vmin}#jb-chat-bot-container.pending-request-big{margin-bottom:35vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#jb-chat-bot-container{width:370px}#jb-chat-bot-container .title{margin-top:40px}#jb-chat-bot-container:before{content:"";display:block;position:fixed;left:5vw;width:90vw;border-top:1px solid #bdbdbd}}.trends-link:not(.ring){display:none}#chat-bot .message{border-radius:17.5px;margin-bottom:6px;min-width:10px;clear:both;word-break:break-word}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot .message{width:70%;padding:12px 13px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot .message{margin-left:13.8vW;width:55.3vW;padding:2.4vW 3.4vW}}#chat-bot .message.last-message::after{position:absolute;bottom:0;width:14px;height:17.5px;content:" ";background-repeat:no-repeat}#chat-bot .message.incoming{position:relative;float:left;background:#f7f7f9}#chat-bot .message.incoming.last-message::after{left:-6px;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/chatBot/1751352967-msg_bubble_left_arrow.svg")}#chat-bot .message.outgoing{position:relative;float:right;background:#007aff;color:#fff}#chat-bot .message.outgoing.last-message::after{right:-6px;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/chatBot/1751352967-msg_bubble_right_arrow.svg")}#chat-bot .message.outgoing.picture{justify-content:center;align-items:center;display:flex;max-width:170px;padding:9px;margin-right:55px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot .message.outgoing.picture{padding:2.5vW}}#chat-bot .message span b{font-weight:bold}.black-chat-bot #chat-bot .message.outgoing,#jb-chat-bot-container #chat-bot .message.outgoing{background:#141414}.black-chat-bot #chat-bot .message.outgoing.last-message::after,#jb-chat-bot-container #chat-bot .message.outgoing.last-message::after{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/chatBot/1751352967-msg_bubble_right_arrow_black.svg")}.black-chat-bot #chat-bot .message.outgoing.picture,#jb-chat-bot-container #chat-bot .message.outgoing.picture{justify-content:center;display:flex;max-width:170px;padding:9px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.black-chat-bot #chat-bot .message.outgoing.picture,#jb-chat-bot-container #chat-bot .message.outgoing.picture{padding:2.5vW}}.upload-btn{background:url("https://cdn0.worthy.com/worthy_app/assets/images/chatBot/1751352967-add_photo_btn.svg") center no-repeat;border:2px solid #141414;box-sizing:border-box;border-radius:4px;width:285px;height:52px;position:relative}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.upload-btn{margin-left:6px;width:77vW}}.upload-btn.orange{background:url("https://cdn0.worthy.com/worthy_app/assets/images/chatBot/1751352967-add_photo_white.svg") center no-repeat}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.upload-btn.orange{margin-left:3px !important}}.exclamation-red{background:url("https://cdn0.worthy.com/worthy_app/assets/images/chatBot/1751352967-red_exclamation.svg") center no-repeat;width:35px;height:25px;top:50%;margin:-12px 0 0 -120px;position:absolute;background-size:contain}#upload-btn-wrapper input[type=file]{position:absolute;left:0;top:0;opacity:0;cursor:pointer;width:285px;height:52px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#upload-btn-wrapper input[type=file]{width:77vW}}.uploadBtnFile{opacity:0;cursor:pointer;width:100%;height:100%}.uploadBtnText{position:absolute;color:#fff}.blur-img{filter:blur(2px);opacity:.8}.upload-img-ctn{max-width:100%;align-self:center;border-radius:10px}.zap-loader,.zap-loader:after{border-radius:50%;width:3em;height:3em}.zap-loader{font-size:10px;position:absolute;text-indent:-9999em;border-top:1.1em solid rgba(255,255,255,.2);border-right:1.1em solid rgba(255,255,255,.2);border-bottom:1.1em solid rgba(255,255,255,.2);border-left:1.1em solid #fff;-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}#chat-bot .message-button{display:flex;justify-content:center;align-items:center;height:60px;border:2px solid #f1a322;border-radius:4px;font-weight:600;text-transform:uppercase;color:#fff;cursor:pointer;box-sizing:border-box;bottom:0;background-color:#f5a723}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot .message-button{font-size:5vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot .message-button{font-size:17.5px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot .message-button{width:370px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot .message-button{position:fixed;z-index:1;width:89vmin}}#chat-bot .message-button.message-button-phone{border:none}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot .message-button.message-button-phone{left:5vw}}#chat-bot .message-button.message-button-phone a{color:#fff;text-decoration:none;font-family:"Open Sans";width:100%;height:100%;text-align:center;display:flex;justify-content:center;align-items:center;border:2px solid #f1a322;border-radius:4px}.black-chat-bot #chat-bot .message-button{color:#fff;background-color:#fff;border-color:#000}.black-chat-bot #chat-bot .message-button.message-button-phone{color:#fff;border-color:#000}.black-chat-bot #chat-bot .message-button.message-button-phone a{border-color:#000;color:#000}#chat-bot.chat-bot-high-value .message-two-button,#chat-bot.chat-bot-jewelry-box .message-two-button{float:left}#chat-bot.chat-bot-high-value .message-two-button .button,#chat-bot.chat-bot-jewelry-box .message-two-button .button{height:150%;background-color:#fff;border-radius:4px;color:#141414;border:2px solid #141414;font-weight:500}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot.chat-bot-high-value .message-two-button .button,#chat-bot.chat-bot-jewelry-box .message-two-button .button{height:120%}}#chat-bot.chat-bot-high-value .message-two-button .button.uploadButton,#chat-bot.chat-bot-jewelry-box .message-two-button .button.uploadButton{background-color:#000}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot.chat-bot-high-value .message-two-button.margin-bottom,#chat-bot.chat-bot-jewelry-box .message-two-button.margin-bottom{margin-bottom:6vmin}}#chat-bot.chat-bot-high-value .message-two-button a,#chat-bot.chat-bot-jewelry-box .message-two-button a{text-decoration:none;color:#141414}#chat-bot.chat-bot-high-value .message-two-button.uploadTwoButton .button,#chat-bot.chat-bot-jewelry-box .message-two-button.uploadTwoButton .button{border-radius:8px;font-size:16px;line-height:26px;font-weight:600}#chat-bot.chat-bot-jewelry-box .message-two-button{margin-bottom:25px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot .message-two-button{height:50px}}#chat-bot .message-two-button .button,#chat-bot .message-two-button .secondary:hover{float:right;display:flex;justify-content:center;align-items:center;width:47%;height:100%;border:2px solid #f1a322;border-radius:4px;font-weight:600;text-align:center;text-transform:uppercase;color:#fff;cursor:pointer;background-color:#f5a723}#chat-bot .message-two-button .button:first-of-type,#chat-bot .message-two-button .secondary:hover:first-of-type{float:left}#chat-bot .message-two-button .button.secondary,#chat-bot .message-two-button .secondary:hover.secondary{color:#f5a723;background-color:#fff}#chat-bot .message-two-button .bottom-text-all{display:inline-block;margin-top:1vmin;color:#919191}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot .message-two-button .bottom-text-all{font-size:16px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot .message-two-button .bottom-text-all{font-size:14px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot .message-two-button .bottom-text-container{font-size:100%;display:block;color:#141414}#chat-bot .message-two-button .bottom-text-container .bottom-text-content{display:inline-block;margin-top:1vmin}}#chat-bot .message-multiple-buttons{float:left}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot .message-multiple-buttons{height:50px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot .message-multiple-buttons{width:100vw;left:0}}#chat-bot .message-multiple-buttons .buttons-wrapper{overflow:hidden;margin-bottom:-20px}#chat-bot .message-multiple-buttons .buttons-wrapper .buttons-container-mobile{display:flex;flex-wrap:nowrap;overflow-y:hidden;overflow-x:scroll;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;height:100%;padding-bottom:20px;margin-bottom:-20px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot .message-multiple-buttons .buttons-wrapper .buttons-container-mobile{display:none}}#chat-bot .message-multiple-buttons .buttons-wrapper .buttons-container-mobile::-webkit-scrollbar{display:none;-webkit-appearance:none}#chat-bot .message-multiple-buttons .buttons-wrapper .buttons-container-mobile .button{flex:0 0 auto;display:flex;justify-content:center;align-items:center;flex-direction:column;width:30vW;height:56px;font-size:13px;border:2px solid #f1a322;border-radius:4px;font-weight:600;text-align:center;color:#fff;cursor:pointer;margin-right:2vW;padding:0 2vW;background-color:#f5a723}#chat-bot .message-multiple-buttons .buttons-wrapper .buttons-container-mobile .button:first-of-type{margin-left:2vW}#chat-bot .message-multiple-buttons .buttons-wrapper .buttons-container-mobile .button:last-of-type::after{width:14vW;content:" ";height:1px;position:relative;left:50%}#chat-bot .message-multiple-buttons .buttons-wrapper .buttons-container-mobile .button .day{color:#fff;text-transform:uppercase}#chat-bot .message-multiple-buttons .buttons-wrapper .buttons-container-desktop{width:370px;margin:0 auto}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot .message-multiple-buttons .buttons-wrapper .buttons-container-desktop{display:none}}#chat-bot .message-multiple-buttons .buttons-wrapper .buttons-container-desktop select{border:none;border-radius:0;background:none;border-left:2px solid #f1a322;border-bottom:2px solid #f1a322;-webkit-appearance:none;width:95%;height:60px;padding-left:5%;font-size:16px;background:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-selectSimpleArrowDown.svg");background-repeat:no-repeat;background-size:20px;background-position:328px 22px;color:#efa222}#chat-bot .message-multiple-buttons .buttons-wrapper .buttons-container-desktop select option:not(:first-of-type){color:#000}.black-chat-bot #chat-bot .message-multiple-buttons .button{border-color:#000 !important;background-color:#fff !important;color:#000 !important}.black-chat-bot #chat-bot .message-multiple-buttons .button .day{color:#000 !important;text-transform:uppercase}.black-chat-bot #chat-bot .buttons-container-desktop select{border-left-color:#000 !important;border-bottom-color:#000 !important;color:#141414 !important}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot #similar-items-cui{float:left;width:90vW;padding:2.4vW 3.4vW 2.4vW 0vW;height:49vW;margin-bottom:2vW}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot #similar-items-cui{float:left;width:100%;padding:0;height:min-content;margin-bottom:24px}}#chat-bot .sold-item-preview__photo{display:block;height:115px;background:50% 50% no-repeat #fff;background-size:cover;margin-bottom:10px;border-radius:12px 12px 0 0}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot .sold-item-preview__photo{width:36vW}}#chat-bot .similar-items-wrapper-desktop{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}#chat-bot .similar-items-wrapper-desktop .sold-item-preview{margin:15px 15px 0 0;background-color:#f7f7f9;max-width:150px;padding:5px;border:2px solid #fff;border-radius:12px}#chat-bot .similar-items-wrapper-desktop .sold-item-preview img{max-width:147px;border-radius:12px 12px 0 0;margin-bottom:5px}#chat-bot .similar-items-wrapper-desktop .sold-item-preview .sold-for{font-weight:normal}#chat-bot .similar-items-wrapper-desktop .sold-item-preview .sold-for b{font-weight:800}#chat-bot .similar-items-wrapper-desktop .sold-item-preview .item-desc{margin-bottom:9px}#chat-bot .similar-items-wrapper-mobile{overflow:hidden;margin-bottom:20px;display:flex;flex-wrap:nowrap;overflow-y:hidden;overflow-x:scroll;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;height:100%;padding-bottom:20px}#chat-bot .similar-items-wrapper-mobile::-webkit-scrollbar{display:none;-webkit-appearance:none}#chat-bot .similar-items-wrapper-mobile .sold-item-preview{flex:0 0 auto;display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:36vW;font-size:13px;border:2px solid #fff;border-radius:12px;font-weight:400;text-align:center;cursor:pointer;margin-right:3.2vW;padding:1.2vW;background-color:#f7f7f9;max-width:none}#chat-bot .similar-items-wrapper-mobile .sold-item-preview:first-of-type{margin-left:13.8vW}#chat-bot .similar-items-wrapper-mobile .sold-item-preview img{max-width:147px;border-radius:12px 12px 0 0;margin-bottom:1.5vW}#chat-bot .similar-items-wrapper-mobile .sold-item-preview .sold-for{font-weight:normal}#chat-bot .similar-items-wrapper-mobile .sold-item-preview .sold-for b{font-weight:800}#chat-bot .similar-items-wrapper-mobile .sold-item-preview .item-desc{margin-bottom:2vW}#chat-bot .message-schedule-appointment{display:flex;float:left;height:40px}#chat-bot .message-schedule-appointment input,#chat-bot .message-schedule-appointment select{float:left;border:0;border-left:1px solid #141414;border-bottom:1px solid #141414;height:100%;letter-spacing:-0.24px;-webkit-appearance:none;border-radius:0}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot .message-schedule-appointment input,#chat-bot .message-schedule-appointment select{width:290px;padding:0 10px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot .message-schedule-appointment input,#chat-bot .message-schedule-appointment select{width:100%;padding:0 2vW}}#chat-bot .message-schedule-appointment input::-webkit-input-placeholder,#chat-bot .message-schedule-appointment select::-webkit-input-placeholder{color:#141414}#chat-bot .message-schedule-appointment input:-moz-placeholder,#chat-bot .message-schedule-appointment select:-moz-placeholder{color:#141414;opacity:1}#chat-bot .message-schedule-appointment input::-moz-placeholder,#chat-bot .message-schedule-appointment select::-moz-placeholder{color:#141414;opacity:1}#chat-bot .message-schedule-appointment input:-ms-input-placeholder,#chat-bot .message-schedule-appointment select:-ms-input-placeholder{color:#141414}#chat-bot .message-schedule-appointment .link-learn-more{width:100px;margin-left:25px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot .message-schedule-appointment .input-type-select{width:100%;margin:0 auto}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot.chat-bot-jewelry-box .message-schedule-appointment{width:100%}}#chat-bot .rich-message-multiple-buttons{background:#fff;left:0;width:100vw}#chat-bot .rich-message-multiple-buttons ::-webkit-scrollbar{width:0;background:rgba(0,0,0,0)}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot .rich-message-multiple-buttons{width:100%;height:400px;left:-65px}}#chat-bot .rich-message-multiple-buttons .rich-buttons-wrapper{overflow-x:scroll;-webkit-overflow-scrolling:touch;overflow-y:hidden}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot .rich-message-multiple-buttons .rich-buttons-wrapper{overflow:hidden;height:100%;width:500px;margin:0 auto}}#chat-bot .rich-message-multiple-buttons .rich-buttons-wrapper .rich-buttons-container-mobile{display:inline-flex;flex-wrap:nowrap;overflow-y:hidden;overflow-x:scroll;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;height:100%;padding-bottom:5vmin}#chat-bot .rich-message-multiple-buttons .rich-buttons-wrapper .rich-buttons-container-mobile ::-webkit-scrollbar{width:0px;background:rgba(0,0,0,0)}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot .rich-message-multiple-buttons .rich-buttons-wrapper .rich-buttons-container-mobile{overflow:hidden;flex-wrap:wrap;height:360px;padding-bottom:20px;margin-bottom:-20px}}#chat-bot .rich-message-multiple-buttons .rich-buttons-wrapper .rich-buttons-container-mobile::-webkit-scrollbar{display:none;-webkit-appearance:none}#chat-bot .rich-message-multiple-buttons .rich-buttons-wrapper .rich-buttons-container-mobile .button{flex:0 0 auto;display:flex;justify-content:center;align-items:center;flex-direction:column;width:45vW;height:171px;font-size:13px;border:2px solid #f1a322;border-radius:4px;font-weight:600;text-align:center;color:#fff;cursor:pointer;margin-right:2vW;padding:0 2vW;background-color:#f5a723}#chat-bot .rich-message-multiple-buttons .rich-buttons-wrapper .rich-buttons-container-mobile .button:first-of-type{margin-left:2vW}#chat-bot .rich-message-multiple-buttons .rich-buttons-wrapper .rich-buttons-container-mobile .button:last-of-type{margin-right:3vw}#chat-bot .rich-message-multiple-buttons .rich-buttons-wrapper .rich-buttons-container-mobile .button:last-of-type::after{width:2vW;content:" "}#chat-bot .rich-message-multiple-buttons .rich-buttons-wrapper .rich-buttons-container-mobile .button .title{color:#f1a322;text-transform:uppercase}#chat-bot .rich-message-multiple-buttons .rich-buttons-wrapper .rich-buttons-container-mobile .video-button{flex:0 0 auto;display:flex;justify-content:center;align-items:center;flex-direction:column;width:45vW;height:41vmin;font-size:3vmin;border:.6vmin solid #f1a322;border-radius:4px;text-align:center;color:#fff;cursor:pointer;margin-right:3vW;padding:0 2vW;background-color:#f5a723}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot .rich-message-multiple-buttons .rich-buttons-wrapper .rich-buttons-container-mobile .video-button{width:200px;height:167px;margin:10px;font-size:13px;border:2px solid #f1a322;padding:0}}#chat-bot .rich-message-multiple-buttons .rich-buttons-wrapper .rich-buttons-container-mobile .video-button:first-of-type{margin-left:3vW}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot .rich-message-multiple-buttons .rich-buttons-wrapper .rich-buttons-container-mobile .video-button:first-of-type{margin-left:10px}}#chat-bot .rich-message-multiple-buttons .rich-buttons-wrapper .rich-buttons-container-mobile .video-button:last-of-type{margin-right:3vW}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot .rich-message-multiple-buttons .rich-buttons-wrapper .rich-buttons-container-mobile .video-button:last-of-type{margin-right:10px}}#chat-bot .rich-message-multiple-buttons .rich-buttons-wrapper .rich-buttons-container-mobile .video-button:last-of-type::after{width:2vW;content:" "}#chat-bot .rich-message-multiple-buttons .rich-buttons-wrapper .rich-buttons-container-mobile .video-button .title{height:7vmin;display:inline-block;white-space:nowrap;color:#030303;font-size:4vmin;text-transform:uppercase;letter-spacing:-0.24px;line-height:6vmin}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot .rich-message-multiple-buttons .rich-buttons-wrapper .rich-buttons-container-mobile .video-button .title{font-size:13px;line-height:20px;height:28px}}#chat-bot .rich-message-multiple-buttons .rich-buttons-wrapper .rich-buttons-container-mobile .video-button .title strong{font-weight:bold}#chat-bot .rich-message-multiple-buttons .rich-buttons-wrapper .rich-buttons-container-mobile .video-button .video-wrapper{position:relative;width:42vmin;height:30vmin;margin:0 auto 2vmin auto}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot .rich-message-multiple-buttons .rich-buttons-wrapper .rich-buttons-container-mobile .video-button .video-wrapper{width:171px;height:118px;margin:0 auto 5px auto}}#chat-bot .rich-message-multiple-buttons .rich-buttons-wrapper .rich-buttons-container-mobile .video-button .video-cover-img{position:absolute;display:block;top:0;left:0;cursor:pointer;width:42vmin;height:30vmin}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot .rich-message-multiple-buttons .rich-buttons-wrapper .rich-buttons-container-mobile .video-button .video-cover-img{width:171px;height:118px}}#chat-bot .rich-message-multiple-buttons .rich-buttons-wrapper .rich-buttons-container-mobile .video-button .video-wrapper:after{content:" ";position:absolute;display:block;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/1751352967-play.svg");background-repeat:no-repeat;background-position:center;top:50%;left:50%;width:100px;height:100px;cursor:pointer;margin-top:-50px;margin-left:-50px}#chat-bot .rich-message-multiple-buttons .rich-buttons-wrapper .rich-buttons-container-mobile .video-button .video-wrapper iframe{position:absolute;top:0;left:0;z-index:1;width:42vmin;height:30vmin}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot .rich-message-multiple-buttons .rich-buttons-wrapper .rich-buttons-container-mobile .video-button .video-wrapper iframe{width:171px;height:118px}}#chat-bot .rich-message-multiple-buttons .rich-buttons-wrapper .rich-buttons-container-mobile .video-button .video-wrapper.player img{display:none}#chat-bot .rich-message-multiple-buttons .rich-buttons-wrapper .rich-buttons-container-mobile .video-button .video-wrapper.player:after{display:none}#chat-bot .rich-message-multiple-buttons .rich-buttons-wrapper .buttons-container-desktop{width:370px;margin:0 auto}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot .rich-message-multiple-buttons .rich-buttons-wrapper .buttons-container-desktop{display:none}}#chat-bot .rich-message-multiple-buttons .rich-buttons-wrapper .buttons-container-desktop select{border:none;border-radius:0;background:none;border-left:2px solid #f1a322;border-bottom:2px solid #f1a322;-webkit-appearance:none;width:95%;height:60px;padding-left:5%;font-size:16px;background:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-selectSimpleArrowDown.svg");background-repeat:no-repeat;background-size:20px;background-position:328px 22px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot .message-google-maps-auto-complete{height:42px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot .message-google-maps-auto-complete{height:40px}}#chat-bot .message-google-maps-auto-complete>div:not(.submit-address){float:left;border:0;border-left:1px solid #efa222;border-bottom:1px solid #efa222;height:100%;width:100%;line-height:40px}#chat-bot .message-google-maps-auto-complete>div:not(.submit-address) .input-google-maps-auto-complete{margin:0;border:none;height:40px;font-size:15px;letter-spacing:-0.24px;color:#000}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot .message-google-maps-auto-complete>div:not(.submit-address) .input-google-maps-auto-complete{width:90%;padding:0 5%}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot .message-google-maps-auto-complete>div:not(.submit-address) .input-google-maps-auto-complete{width:82vW;padding:0 4vW}}#chat-bot .message-google-maps-auto-complete>div:not(.submit-address) .input-google-maps-auto-complete::-webkit-input-placeholder{color:#efa222}#chat-bot .message-google-maps-auto-complete>div:not(.submit-address) .input-google-maps-auto-complete:-moz-placeholder{color:#efa222;opacity:1}#chat-bot .message-google-maps-auto-complete>div:not(.submit-address) .input-google-maps-auto-complete::-moz-placeholder{color:#efa222;opacity:1}#chat-bot .message-google-maps-auto-complete>div:not(.submit-address) .input-google-maps-auto-complete:-ms-input-placeholder{color:#efa222}#pac-container-chat-bot.pac-container{margin-top:-200px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#pac-container-chat-bot.pac-container{width:370px !important}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#pac-container-chat-bot.pac-container{width:90vW !important}}#pac-container-chat-bot.pac-container::after{display:none}@font-face{font-family:"Open Sans Light";font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRa1RVmPjeKy21_GQJaLlJI.woff) format("woff")}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot .message-google-mui-auto-complete{height:40px}}#chat-bot .message-google-mui-auto-complete>div:not(.submit-address){float:left;border:0;height:100%;width:100%;line-height:40px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot .message-google-mui-auto-complete>div:not(.submit-address) .input-google-maps-auto-complete{height:110px !important;width:90%}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot .message-google-mui-auto-complete>div:not(.submit-address) .input-google-maps-auto-complete{position:absolute;height:100px !important;bottom:-25px;width:82vW}}#chat-bot [class*=Mui]{font-family:"Open Sans" !important}#chat-bot [class*=MuiFormHelperText]{margin-left:0 !important;margin-right:0 !important;margin-top:.8rem;line-height:3px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot [class*=MuiFormHelperText]{font-size:14px;margin-bottom:5px;width:370px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot [class*=MuiFormHelperText]{font-size:3.4vmin;width:89vmin}}#chat-bot [class*=MuiMenuItem]{height:18px !important;font-size:14px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot [class*=MuiInputBase]{width:370px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot [class*=MuiInputBase]{width:86.5vmin;background-color:#fff}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot [class*=MuiInputLabel-shrink]{font-size:19px !important}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot [class*=MuiInputLabel-shrink]{transform:translate(14px, -6px) scale(0.85)}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot [class*=MuiInputBase-focused] [class*=MuiPrivateNotchedOutline-legend]{width:131.75px !important}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot [class*=MuiInputBase-focused] [class*=MuiPrivateNotchedOutline-legend]{width:124px !important}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.pending-request{margin-bottom:50px !important}}.pac-container{margin-top:-230px}.pac-container::after{display:none}.black-chat-bot #chat-bot .message-google-mui-auto-complete fieldset{border-color:#000 !important}.black-chat-bot #chat-bot .message-google-mui-auto-complete label{color:#000 !important}.black-chat-bot #chat-bot .message-google-mui-auto-complete p{color:#000}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.black-chat-bot #chat-bot .message-google-mui-auto-complete .input-google-maps-auto-complete{bottom:-40px !important}}#chat-bot .message-google-map{padding:127px 0 0}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot .message-google-map{width:62.7vW}}#chat-bot .message-google-map .map-wrapper{position:absolute;top:0;width:100%;height:127px;z-index:1;overflow:hidden;border-top-left-radius:17.5px;border-top-right-radius:17.5px}#chat-bot .message-google-map .map-wrapper img{position:absolute;top:0;left:50%;margin-left:-150px}#chat-bot .message-google-map>span,#chat-bot .message-google-map>a>span{display:inline-block}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot .message-google-map>span,#chat-bot .message-google-map>a>span{padding:10px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot .message-google-map>span,#chat-bot .message-google-map>a>span{padding:2.4vW}}#chat-bot .message-google-map>a{color:currentColor;text-decoration:none}#chat-bot .message-google-map .change-address{position:absolute;left:12px;bottom:-24px;letter-spacing:-0.2px;line-height:20px;font-size:14px;color:#017bff;text-decoration:underline;cursor:pointer}@media screen and (max-device-width: 374px)and (orientation: portrait),screen and (max-device-height: 374px)and (orientation: landscape),screen and (max-width: 374px)and (orientation: portrait),screen and (max-width: 374px)and (orientation: landscape){#chat-bot .message-google-map .change-address{font-size:11px}}.black-chat-bot #chat-bot .message-google-map .change-address{color:#141414}#chat-bot .message-free-text{float:left;height:40px}#chat-bot .message-free-text input{float:left;border:0;border-left:1px solid #efa222;border-bottom:1px solid #efa222;height:100%;font-size:14px;letter-spacing:-0.24px;-webkit-appearance:none;border-radius:0}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#chat-bot .message-free-text input{width:260px;padding:0 10px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot .message-free-text input{width:60vW;padding:0 2vW}}#chat-bot .message-free-text input::-webkit-input-placeholder{color:#efa222}#chat-bot .message-free-text input:-moz-placeholder{color:#efa222;opacity:1}#chat-bot .message-free-text input::-moz-placeholder{color:#efa222;opacity:1}#chat-bot .message-free-text input:-ms-input-placeholder{color:#efa222}#chat-bot .message-free-text .submit-address2{display:flex;align-items:center;justify-content:center;border-radius:3.5px;font-weight:600;float:right;width:70px;height:100%;background-color:#efa222;color:#fff;cursor:pointer}#chat-bot .message-free-text .disabled{pointer-events:none;opacity:.5}#chat-bot .message-free-text .error{color:red}#chat-bot .message-free-text .error input,#chat-bot .message-free-text .error select{border-top:none;border-right:none;border-left:1px solid red;border-bottom:1px solid red}#chat-bot .message-free-text .error .errors{height:0}#chat-bot .message-free-text .error .errors span{white-space:nowrap;padding-bottom:5px}#chat-bot .message-free-text .submit-phone,#chat-bot .message-free-text .submit-report,#chat-bot .message-free-text .submit-carat{display:flex;align-items:center;justify-content:center;border-radius:3.5px;font-weight:600;float:right;width:70px;height:100%;background-color:#141414;color:#fff;cursor:pointer;margin-top:2px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#chat-bot .message-free-text .submit-phone,#chat-bot .message-free-text .submit-report,#chat-bot .message-free-text .submit-carat{margin-top:0em}}#chat-bot .message-free-text .submit-phone.disable-button,#chat-bot .message-free-text .submit-report.disable-button,#chat-bot .message-free-text .submit-carat.disable-button{pointer-events:none}#chat-bot .message-free-text input{width:calc(100% - 100px) !important;margin-bottom:5px}#chat-bot.chat-bot-high-value .input-wrapper input[type=tel]::-webkit-input-placeholder,#chat-bot.chat-bot-high-value .input-wrapper input[type=number]::-webkit-input-placeholder,#chat-bot.chat-bot-high-value .input-wrapper select::-webkit-input-placeholder{color:#141414}#chat-bot.chat-bot-high-value .input-wrapper input[type=tel]:-moz-placeholder,#chat-bot.chat-bot-high-value .input-wrapper input[type=number]:-moz-placeholder,#chat-bot.chat-bot-high-value .input-wrapper select:-moz-placeholder{color:#141414;opacity:1}#chat-bot.chat-bot-high-value .input-wrapper input[type=tel]::-moz-placeholder,#chat-bot.chat-bot-high-value .input-wrapper input[type=number]::-moz-placeholder,#chat-bot.chat-bot-high-value .input-wrapper select::-moz-placeholder{color:#141414;opacity:1}#chat-bot.chat-bot-high-value .input-wrapper input[type=tel]:-ms-input-placeholder,#chat-bot.chat-bot-high-value .input-wrapper input[type=number]:-ms-input-placeholder,#chat-bot.chat-bot-high-value .input-wrapper select:-ms-input-placeholder{color:#141414}#chat-bot.chat-bot-high-value .input-wrapper input[type=number]{-moz-appearance:textfield}#chat-bot.chat-bot-high-value .submit-phone.btn-loading:after,#chat-bot.chat-bot-high-value .submit-report.btn-loading:after,#chat-bot.chat-bot-high-value .submit-carat.btn-loading:after{content:"";display:inline-block;width:1.97em;height:.5em;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-dotsLoaderBlack.gif");background-repeat:no-repeat;background-size:1.97em .5em;background-position:center center}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.black-chat-bot #chat-bot .message-free-text input{border-left-color:#000;border-bottom-color:#000}.black-chat-bot #chat-bot .message-free-text input::-webkit-input-placeholder{color:#141414}.black-chat-bot #chat-bot .message-free-text input:-moz-placeholder{color:#141414;opacity:1}.black-chat-bot #chat-bot .message-free-text input::-moz-placeholder{color:#141414;opacity:1}.black-chat-bot #chat-bot .message-free-text input:-ms-input-placeholder{color:#141414}.black-chat-bot #chat-bot .message-free-text .submit-address2{background-color:#000;color:#fff}#chat-bot .message .message-read-sign,#jb-chat-bot-container .message .message-read-sign{position:absolute;bottom:-20px;right:14px;width:14px;height:14px;background-size:100%}#chat-bot .message .message-read-sign.not-read-sign,#jb-chat-bot-container .message .message-read-sign.not-read-sign{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/chatBot/1751352967-message-not-read.svg")}#chat-bot .message .message-read-sign.read-sign,#jb-chat-bot-container .message .message-read-sign.read-sign{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/chatBot/1751352967-message-read.svg")}.black-chat-bot #chat-bot .message-read-sign.not-read-sign,#jb-chat-bot-container #chat-bot .message-read-sign.not-read-sign{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/chatBot/1751352967-message-not-read-black.svg")}.black-chat-bot #chat-bot .message-read-sign.read-sign,#jb-chat-bot-container #chat-bot .message-read-sign.read-sign{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/chatBot/1751352967-message-read-black.svg")}.popup.popup-tooltip.popup-video{width:736px;height:414px;max-width:800px;padding:0;box-shadow:0 0 15px 2px #666;overflow:hidden}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-tooltip.popup-video{top:46vmin;width:100%;height:60vmin;border:none;animation-name:unset;background:#000;box-shadow:none}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (orientation: landscape){.popup.popup-tooltip.popup-video{top:10vmin;height:62vmin}}.popup.popup-tooltip.popup-video h2{display:none}.popup.popup-tooltip.popup-video .x{display:none}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-tooltip.popup-video .x{display:block;position:fixed;top:3vmin;right:5vmin;color:#fff}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup.popup-tooltip.popup-video+.popup-modal-shutter{animation-name:unset}}.popup.popup-tooltip.popup-video iframe{width:100%}.accordion-form{margin:auto;max-width:100%}.accordion-form h1{display:block;text-align:center;text-transform:uppercase}.accordion-form .accordion-form-submit-wrapper{margin:2px auto auto;text-align:center}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.accordion-form .accordion-form-submit-wrapper{width:680px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.accordion-form .accordion-form-submit-wrapper{margin:2px 11px auto}}.accordion-form .accordion-form-bottom-text{margin:20px 0px;text-align:center}.accordion-form .accordion-form-bottom-text .link{color:#2d5dec;text-decoration:underline;cursor:pointer}.accordion-form .accordion-form-error-text{margin:auto;color:red}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.accordion-form .accordion-form-error-text{width:635px;height:58px;line-height:58px;font-size:14px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.accordion-form .accordion-form-error-text{width:90vmin;height:28px}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape){.accordion-form .accordion-form-error-text{font-size:4vmin}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-device-height: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.accordion-form .accordion-form-error-text{font-size:14px}}.accordion-set{display:block;font-size:0px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.accordion-set{margin:8vmin 11px;margin-bottom:4vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.accordion-set{width:680px;margin:40px auto 0;padding-bottom:1px}}.accordion-set .accordion-box{color:#141414;border:solid 1px #000;box-sizing:border-box;overflow:hidden;padding:11px 17px 10px;-webkit-transition:width .25s ease-in-out,max-height .4s ease-in-out,min-height .4s ease-in-out;-moz-transition:width .25s ease-in-out,max-height .4s ease-in-out,min-height .4s ease-in-out;-o-transition:width .25s ease-in-out,max-height .4s ease-in-out,min-height .4s ease-in-out;transition:width .25s ease-in-out,max-height .4s ease-in-out,min-height .4s ease-in-out;position:relative}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.accordion-set .accordion-box{width:637px;max-height:45px;margin:auto auto -1px;font-size:14px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.accordion-set .accordion-box{width:100%;margin:auto;border-bottom:none}.accordion-set .accordion-box:last-of-type{border-bottom:solid 1px #000}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape){.accordion-set .accordion-box{font-size:4vmin}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-device-height: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.accordion-set .accordion-box{font-size:14px}}.accordion-set .accordion-box.margin-transition{-webkit-transition:width .25s ease-in-out,max-height .4s ease-in-out,margin .4s ease-in-out,min-height .4s ease-in-out;-moz-transition:width .25s ease-in-out,max-height .4s ease-in-out,margin .4s ease-in-out,min-height .4s ease-in-out;-o-transition:width .25s ease-in-out,max-height .4s ease-in-out,margin .4s ease-in-out,min-height .4s ease-in-out;transition:width .25s ease-in-out,max-height .4s ease-in-out,margin .4s ease-in-out,min-height .4s ease-in-out}.accordion-set .accordion-box .accordion-box-header-clicker{position:absolute;z-index:2;height:44px;width:100%;cursor:pointer;left:0px;top:0px}.accordion-set .accordion-box .accordion-box-header{height:22px;line-height:22px}.accordion-set .accordion-box .accordion-box-header.field-error{color:red}.accordion-set .accordion-box .accordion-box-header .accordion-box-header-arrow{float:right;background:url("https://cdn0.worthy.com/worthy_app/assets/images/common/1751352967-drop_down_arrow.svg") center no-repeat !important;width:13px !important;height:25px !important;transition:transform .4s ease-in-out}.accordion-set .accordion-box.animateStep{margin:auto auto -1px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.accordion-set .accordion-box.animateStep{width:680px}}.accordion-set .accordion-box.open .accordion-box-header-arrow{transform:rotate(180deg)}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.accordion-set .accordion-box.open{width:680px}.accordion-set .accordion-box.open:not(.animateStep){margin:3px auto}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.accordion-set .accordion-box .boxed-text{font-size:14px}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape){.accordion-set .accordion-box .boxed-text{font-size:4vmin}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-device-height: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.accordion-set .accordion-box .boxed-text{font-size:14px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.accordion-set .accordion-box .boxed-note{font-size:14px;padding-bottom:9px}}.accordion-set .accordion-box .boxed-note b{font-weight:bold}.boxed-select-list{cursor:pointer;display:block;-webkit-transition:width .4s ease-in-out,max-height .4s ease-in-out,margin .4s ease-in-out;-moz-transition:width .4s ease-in-out,max-height .4s ease-in-out,margin .4s ease-in-out;-o-transition:width .4s ease-in-out,max-height .4s ease-in-out,margin .4s ease-in-out;transition:width .4s ease-in-out,max-height .4s ease-in-out,margin .4s ease-in-out;box-sizing:border-box;font-size:0px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.boxed-select-list.closed{margin-left:22px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.boxed-select-list .boxed-select-list-options-wrapper{position:relative;left:-17px}}.boxed-select-list .boxed-select-list-options-wrapper,.boxed-select-list .boxed-select-list-other-wrapper{-webkit-transition:max-height .2s ease-in-out,left .4s ease-in-out;-moz-transition:max-height .2s ease-in-out,left .4s ease-in-out;-o-transition:max-height .2s ease-in-out,left .4s ease-in-out;transition:max-height .2s ease-in-out,left .4s ease-in-out}.boxed-select-list.open .boxed-select-list-options-wrapper{max-height:500px;left:0px}.boxed-select-list.open.other .boxed-select-list-other-wrapper{margin-top:22px;max-height:100px}.boxed-select-list .boxed-select-list-item{background-size:60%;display:inline-block;text-align:center;background:#fff no-repeat 50% 50%;text-indent:0;border:1px solid #000;box-sizing:border-box;margin-right:-1px;margin-bottom:-1px;vertical-align:top;padding:0px 5px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.boxed-select-list .boxed-select-list-item{width:50%;height:69px;line-height:69px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.boxed-select-list .boxed-select-list-item{width:25.1%;height:74px;line-height:74px}}.boxed-select-list .boxed-select-list-item.selected{background-color:#000}.boxed-select-list .boxed-select-list-item span{display:inline-block;vertical-align:middle;color:#000;text-transform:uppercase;word-wrap:break-spaces;line-height:normal}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.boxed-select-list .boxed-select-list-item span{font-size:14px}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape){.boxed-select-list .boxed-select-list-item span{font-size:4vmin}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-device-height: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.boxed-select-list .boxed-select-list-item span{font-size:14px}}.boxed-select-list .boxed-select-list-item.selected span{color:#fff}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.boxed-select-list.oneline .boxed-select-list-item{width:16.8%}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.boxed-select-list.oneline .boxed-select-list-item{width:33.6%}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.boxed-select-list.small-box .boxed-select-list-item{width:8.48%;height:55px;line-height:55px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.boxed-select-list.small-box .boxed-select-list-item{width:13.867vmin;height:13vmin;line-height:13vmin}.boxed-select-list.small-box .boxed-select-list-item span{font-size:3.5vmin}}.boxed-select-list.textInBox .boxed-select-list-item{height:107px;line-height:107px;background-position-y:40%}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.boxed-select-list.textInBox .boxed-select-list-item{width:16.8%}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.boxed-select-list.textInBox .boxed-select-list-item{width:33.6%}}.boxed-select-list.textInBox .boxed-select-list-item span:not(.other):not(.notSure){padding-top:73px}.boxed-select-list .boxed-select-list-other{padding-top:21px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.boxed-select-list .boxed-select-list-other{height:75px;font-size:14px}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape){.boxed-select-list .boxed-select-list-other{font-size:4vmin}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-device-height: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.boxed-select-list .boxed-select-list-other{font-size:14px}}.boxed-select-list .boxed-select-list-other .boxed-select-list-input-wrapper{margin-top:9px;border-left:solid 1px #000;border-bottom:solid 1px #000;width:276px;height:46px}.boxed-select-list .boxed-select-list-other .boxed-select-list-input{margin-top:14px;margin-left:14px;height:19px;width:200px;line-height:19px;padding:0px;border:none}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.boxed-select-list .boxed-select-list-other .boxed-select-list-input{font-size:14px}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape){.boxed-select-list .boxed-select-list-other .boxed-select-list-input{font-size:4vmin}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-device-height: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.boxed-select-list .boxed-select-list-other .boxed-select-list-input{font-size:14px}}.labeled-field{margin-top:3px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.labeled-field{font-size:14px}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape){.labeled-field{font-size:4vmin}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-device-height: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.labeled-field{font-size:14px}}.labeled-field .labeled-field-label{height:20px;line-height:20px;margin-top:12px}.labeled-field .labeled-field-input-wrapper{margin-top:9px;border-left:solid 1px #000;border-bottom:solid 1px #000;height:46px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.labeled-field .labeled-field-input-wrapper{width:276px}}.labeled-field .labeled-field-input{margin-top:14px;margin-left:14px;height:21px;width:200px;line-height:19px;padding:0px;border:none}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.labeled-field .labeled-field-input{font-size:14px}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-device-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 767px)and (orientation: landscape){.labeled-field .labeled-field-input{font-size:4vmin}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-device-height: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: portrait)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px),screen and (max-width: 767px)and (orientation: landscape)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.labeled-field .labeled-field-input{font-size:14px}}#suggestions-wrapper{height:45px;margin:44px 18px -15px 0}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#suggestions-wrapper{margin:16vmin 2vmin -3vmin}}#suggestions-wrapper .suggestion-wrapper{height:100%;width:100px;float:left;border:solid 1px #d7d6d6;text-align:center}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#suggestions-wrapper .suggestion-wrapper{width:calc(33% - .5px)}}#suggestions-wrapper .suggestion-wrapper:not(:first-child){border-left:0}#suggestions-wrapper .suggestion-wrapper .suggestion{display:block;color:#666;line-height:45px;padding:0;pointer-events:none}#suggestions-wrapper:before{content:"Select an option below or enter a lower value";position:absolute;left:20px;transform:translateY(calc(-100% - 5px));color:#ff001f}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#suggestions-wrapper:before{margin-left:2vmin;padding-bottom:1vmin}}.open-suggestions{height:140px}.image-uploader{position:relative;background:#f2f2f2 50%/40% no-repeat;border-radius:8px;width:48px;height:48px}.image-uploader.uploading{filter:blur(4px);background-size:cover}.image-uploader.finished,.image-uploader.photo-preloaded{background-size:cover}.image-uploader.uploading .icon{display:none}.image-uploader.multiple{background:url("https://cdn0.worthy.com/worthy_app/assets/images/imageUploader/1751352967-camera-blue.svg");background-size:30%;background-position-y:42%}.image-uploader.multiple .optional-text{font-size:16px;font-weight:400;line-height:26px;margin-top:58px}.image-uploader input{opacity:0;position:absolute;left:0;top:0;right:0;bottom:0;width:100%;z-index:1}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.image-uploader input{cursor:pointer}}.image-uploader .icon,.image-uploader .icon.replace.hide{display:none}.image-uploader .icon.replace,.image-uploader .icon.remove{position:absolute;z-index:1;padding:5px;width:35px;height:35px;right:12px;background:50% 50% no-repeat rgba(255,255,255,.5);box-shadow:0 4px 10px rgba(0,0,0,.15)}.image-uploader .icon.remove{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/imageUploader/1751352967-image-remove.svg");background-size:auto;top:12px}.image-uploader .icon.replace{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/imageUploader/1751352967-image-replace.svg");background-size:auto;bottom:12px}.image-uploader.finished .remove,.image-uploader.photo-preloaded .remove{display:block}@keyframes image-uploader-loader{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.image-uploader-wrapper{position:relative}.image-uploader-wrapper .loader,.image-uploader-wrapper .loader:after{filter:none;border-radius:50%;width:2em;height:2em}.image-uploader-wrapper .loader{margin:60px auto;font-size:10px;position:absolute;border:.64em solid rgba(255,255,255,.2);border-left-color:#fff;transform:translateZ(0);animation:image-uploader-loader 1.1s infinite linear;top:-1%;left:38%}.multiple-images-uploader-shutter{margin:0 auto 10px;max-width:320px}.multiple-images-uploader-shutter.continue{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:stretch;align-content:stretch}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.multiple-images-uploader-shutter.continue{justify-content:space-evenly}}.multiple-images-uploader-shutter.avoid-interaction{pointer-events:none}.multiple-images-uploader-shutter.start .image-uploader{width:198px;height:198px;background-repeat:no-repeat;background-position:50% 42%}.multiple-images-uploader-shutter.start .image-uploader .optional-text{margin-top:62px;font-size:16px}.multiple-images-uploader-shutter .image-uploader-wrapper{margin:0;flex-basis:47%}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.multiple-images-uploader-shutter .image-uploader-wrapper{flex-basis:43%}}.multiple-images-uploader-shutter .image-uploader{width:100%;height:145px;margin:0 0 20px}@media(max-width: 320px)and (orientation: portrait){.multiple-images-uploader-shutter .image-uploader{height:128px}}.multiple-images-uploader-shutter .image-uploader.photo-preloaded{border-color:rgba(0,0,0,0)}.multiple-images-uploader-shutter .image-uploader .remove,.multiple-images-uploader-shutter .image-uploader .replace{background-size:auto}.multiple-images-uploader-shutter .image-uploader .optional-text{line-height:18px}.multiple-images-uploader-shutter .listing-upload-btn{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/imageUploader/1751352967-camera-white.svg")}.multiple-images-uploader-shutter.single-image-upload-template{margin:0;width:112px;height:85px;background-color:#fff;border-radius:6px}.multiple-images-uploader-shutter.single-image-upload-template .single-upload{width:100%;height:100%;margin:0;border-radius:6px;background-color:#47566d}@media(max-width: 320px)and (orientation: portrait){.multiple-images-uploader-shutter.single-image-upload-template .single-upload{background-color:#47566d;height:100%}}.multiple-images-uploader-shutter.single-image-upload-template .single-upload.upload-loader{background-position:center;background-repeat:no-repeat;background-size:auto 100%;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-loader_diamond_dark.gif")}.multiple-images-uploader-shutter.single-image-upload-template .optional-text{margin-top:48px;color:#fff}.listing-upload-btn{display:block;width:200px;height:200px;margin:22px auto 55px;border:0;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/imageUploader/1751352967-camera.svg");background-size:32%;background-position-y:38%}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.listing-upload-btn{width:247px;height:247px;background-size:31.5%;background-position-y:42%;margin-right:24px;margin-top:50px;margin-bottom:0;float:left}}.listing-upload-btn .icon{display:block;position:absolute;border-radius:50%;right:12px;bottom:12px;width:36px;height:36px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.listing-upload-btn .icon{right:18px;bottom:18px;border:0;background-position:48% 48%}}.listing-upload-btn .optional-text{color:#aaa;font-size:18px;line-height:18px;display:inline-block;margin-top:46px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.listing-upload-btn .optional-text{margin-top:78px}}.listing-upload-btn .optional-text.upload{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/imageUploader/1751352967-arrow-up-black.svg");background-position:left center;background-repeat:no-repeat;padding-left:20px}.item-settings{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;align-content:stretch}.item-settings .image-desc{display:flex}.item-settings .image-desc .image{width:100%;height:auto;object-fit:cover;border-radius:8px}.item-settings .image-desc .add-photo-container{margin:0 6px 6px 0}.item-settings .image-desc .desc{margin-left:10px;display:flex;align-items:flex-end}.item-settings .image-desc-inner{min-width:84px;height:84px;margin:0 6px 6px 0;position:relative;background:50% 50% no-repeat;background-size:cover;border-radius:8px;overflow:hidden}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.item-settings .image-desc-inner{cursor:pointer}}.item-settings .image-desc-inner.with-gallery:after{content:"";position:absolute;background:0 0 no-repeat url("https://cdn0.worthy.com/worthy_app/assets/images/listing/1751352967-gradient.svg");background-size:104%;top:0;bottom:0;left:0;right:0}.item-settings .image-desc-inner.without-gallery{border:1px solid #f2f2f2}.item-settings .image-desc-inner .photos-quantity{position:absolute;z-index:1;color:#fff;font-weight:600;left:6px;bottom:6px;padding-right:26px;line-height:1.2;height:16px;text-align:right;background:100% -1px no-repeat url("https://cdn0.worthy.com/worthy_app/assets/images/listing/1751352967-pictures-amount.svg")}.item-settings .image-desc-inner .photos-quantity:after{content:"";right:0;top:0;bottom:0;width:20px;border-radius:2px;box-shadow:0 4px 4px rgba(0,0,0,.25)}.settings{font-size:14px;line-height:1.96}.setting{display:inline-block;padding-right:13px;font-weight:300;position:relative}.setting:after{content:"";background:#8a8a8a;position:absolute;width:1px;top:8px;bottom:6px;right:5px}.setting:last-of-type:after{display:none}.setting-key{color:#919191;padding-right:5px;margin-right:5px}.setting-value{color:#141414;font-weight:600}.stages{width:100%;margin-top:64px;font-size:16px;line-height:1.5}.stages .listing-title{margin-bottom:20px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.stages .listing-title{text-align:center}}.stages.stages-type-simple{pointer-events:none}.arrow-label{font-weight:300;font-size:14px;padding:10px 17px 10px 13px;background:#d2d5d7;position:relative;border-radius:4px}.arrow-label:before{content:"";position:absolute;right:90%;top:7px;width:0;height:0;border-top:10px solid rgba(0,0,0,0);border-right:23px solid #d2d5d7;border-bottom:10px solid rgba(0,0,0,0)}.listing-responsibility{text-align:center;margin:0 27px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.listing-responsibility{margin:0 20px}}.by-icon{width:12px;height:12px;border-radius:50%;background-color:#d75f1b;display:inline-block;text-align:center;position:relative;margin-right:11px}.by-icon.worthy{background-color:#2d5dec;left:-8px}.listing-responsibilities{text-align:center;margin-bottom:40px}.listing-stages{max-width:700px;font-weight:600}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.listing-stages{padding-left:24px;padding-right:24px}}.listing-stage{padding-bottom:51px;font-weight:400}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.listing-stage:first-of-type{cursor:initial}}.listing-stage.current{font-weight:700}.listing-stage .stage-icon{width:19px;height:19px;border-radius:50%;border:3px solid #d75f1b;background:#fff 50% 50%/75% no-repeat;position:relative;display:inline-block;margin-right:5px;margin-left:-1px;top:2px}.listing-stage .stage-icon:after{content:"";position:absolute;height:53px;width:3px;top:128%;left:50%;margin-left:-1.5px}.listing-stage:last-of-type{padding-bottom:30px;margin-bottom:0}.listing-stage:last-of-type .stage-icon:after{display:none}.listing-stage .stage-icon:after{background-color:#d75f1b}.listing-stage.by-worthy .stage-icon{border-color:#2d5dec}.listing-stage.by-worthy .stage-icon:after{background-color:#2d5dec}.listing-stage.finished .stage-icon{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/listing/1751352967-green-check.svg");background-color:#fff}.listing-stage.finished.by-worthy .stage-icon{background-color:#2d5dec}.listing-stage .stage-wrapper{display:inline-block;padding-right:15px;padding-left:3px;background:#d75f1b;border-radius:30px;height:29px;color:#fff;line-height:27px;white-space:nowrap}.listing-stage .stage-wrapper:not(.finished){cursor:pointer}.listing-stage .stage-wrapper.by-worthy{background:#2c4eb5}.listing-stage .stage-wrapper.by-worthy:hover{background:#8514dd}.listing-stage .stage-wrapper.by-worthy:hover .stage-icon{border-color:#8514dd}.listing-stage .stage-wrapper.by-worthy:active{background:#7514c0}.listing-stage .stage-wrapper.by-worthy:active .stage-icon{border-color:#7514c0}.listing-stage .stage-wrapper .stage-caption{font:400 16px "Roboto";font-style:normal;color:#fff;line-height:24px;position:relative;top:-5px}.listing-stage .stage-wrapper.current{font-weight:800}.listing-stage .stage-wrapper:hover:not(.finished):not(.by-worthy){background:#47d1b8}.listing-stage .stage-wrapper:hover:not(.finished):not(.by-worthy) .stage-icon{border-color:#47d1b8}.listing-stage .stage-wrapper:active:not(.finished):not(.by-worthy){background:#36bda5}.listing-stage .stage-wrapper:active:not(.finished):not(.by-worthy) .stage-icon{border-color:#36bda5}.pre-auction-services{margin-top:32px;margin-bottom:0}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.pre-auction-services{margin-top:45px;margin-bottom:15px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.pre-auction-service{margin-right:20px}.pre-auction-service:first-of-type{margin-left:24px}.pre-auction-service:last-of-type{margin-right:24px}}.pre-auction-services-list-wrapper::-webkit-scrollbar{width:0;height:0}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.pre-auction-services-list-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}}.pre-auction-services-list{font-size:16px;line-height:1.5;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;align-content:stretch}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.pre-auction-services-list{min-width:688px;width:185%}}.pre-auction-services-list .card-title{font-size:16px;line-height:20px;font-weight:700;margin-bottom:10px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.pre-auction-services-list .card-title{margin-bottom:15px}}.pre-auction-services-list .card-description{font-size:14px;line-height:22px;margin-bottom:12px}.pre-auction-services-list .card-description-wrapper{padding:22px 22px 45px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.pre-auction-services-list .card-description-wrapper{padding-top:19px}}.pre-auction-services-list .pre-auction-service{flex-basis:31.2%;position:relative}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.pre-auction-services-list .pre-auction-service{min-width:200px;max-width:33.33%;flex-basis:31.2%}}.pre-auction-services-list .card-image{width:100%;margin-bottom:-12px}.pre-auction-services-list .card{border-radius:24px;border:1px solid #dbdbdb;overflow:hidden}.pre-auction-services-list .card-cost{font-size:14px;line-height:20px;font-weight:400;background-color:#93a2da;color:#fff;border-radius:22px;padding:2px 9px;position:absolute;bottom:19px}.pre-auction-services-list .card-cost s{margin-right:9px}.pre-auction-services-title{font-size:22px;line-height:32px;font-weight:700;margin-bottom:15px}.pre-auction-services-description{font-size:16px;line-height:24px}.pre-auction-services-about{text-align:center;margin-bottom:34px;padding-left:24px;padding-right:24px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.pre-auction-services-about{margin-top:48px;margin-bottom:25px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.listing-pre-auction-services{width:100%}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.pre-auction-services-list-wrapper{width:100%}}.popup-listing{padding:56px 36px 40px;max-height:480px;height:auto;width:auto;transform:translate(0, -50%);top:50%;margin:25px;border-radius:8px}.popup-listing button div{color:inherit}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup-listing{padding-left:32px;padding-right:32px;transform:translate(-50%, -50%);max-width:380px}}.popup-listing .x{width:24px;height:24px;position:absolute;background-size:14px;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/1751352967-x_black.svg");top:28px;right:31px}.popup-listing h2{font-size:5.4vmin;font-weight:800;margin-bottom:0;padding-bottom:0;border-bottom:0;line-height:1.2}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup-listing h2{font-size:22px;font-weight:800}}.popup-listing button{height:auto;padding:13px 36px 13px !important}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup-listing button{padding:13px 36px 13px !important}}.popup-listing .popup-listing-content{text-align:left;margin-top:4vmin;line-height:6.9vmin}.popup-listing .popup-listing-content b,.popup-listing .popup-listing-content strong{font-weight:700}.popup-listing .popup-listing-content .table-wrapper table{width:100%}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup-listing .popup-listing-content .table-wrapper table{margin-bottom:30px}}.popup-listing .popup-listing-content .table-wrapper{margin-top:40px;max-height:200px;overflow:auto}.popup-listing .popup-listing-content .table-wrapper td{font-size:14px;line-height:1.96}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup-listing .popup-listing-content{line-height:26px;margin-top:40px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup-listing.settings-popup{padding-bottom:0}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup-listing.settings-popup{max-width:617px}.popup-listing.settings-popup h2{margin-top:8px}.popup-listing.settings-popup .popup-listing-content{margin-top:24px}.popup-listing.settings-popup .table-wrapper{margin-top:35px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup-listing.settings-popup .table-wrapper table tr{display:inline-block;width:50%}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup-listing.settings-popup .table-wrapper::-webkit-scrollbar{-webkit-appearance:none;width:7px}.popup-listing.settings-popup .table-wrapper::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0,0,0,.5);-webkit-box-shadow:0 0 1px rgba(255,255,255,.5)}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup-listing.settings-popup .table-wrapper table tr td{box-sizing:border-box;width:60%;display:inline-block;vertical-align:top}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.popup-listing.settings-popup .table-wrapper table tr td:nth-of-type(2){padding:0 5px;width:18%;text-align:right}}.shipment-information{width:100%}.shipment-information .listing-title{margin-bottom:20px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.shipment-information .listing-title{text-align:center}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.shipment-information .listing-title{margin-bottom:13px}}.shipment-information .buttons-container{margin-top:20px;text-align:center}.shipment-information .pairs-container{display:flex;justify-content:space-between;flex-direction:column;text-align:left}.shipment-information .pairs-container .pair-item{all:initial;font-weight:300;font-style:normal;width:100%;margin-top:25px;font-size:16px;line-height:26px;display:flex;flex-direction:row;justify-content:space-between}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.shipment-information .pairs-container .pair-item{margin-top:26px}}.shipment-information .pairs-container .pair-item .pair-name{width:95px;color:#47566d;position:absolute}.shipment-information .pairs-container .pair-item .pair-value{color:#47566d;width:calc(100% - 71px);margin-left:95px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.shipment-information .pairs-container .pair-item .pair-value{margin-left:119px}}.shipment-information .pairs-container .pair-item .pair-value .pickup-time{font-weight:bolder}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.shipment-information .pairs-container .pair-item_number-3{overflow-y:hidden;overflow-x:scroll}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.shipment-information .pairs-container .pair-item_number-3 .pair-name{z-index:-1}}.shipment-information .pairs-container .pair-item_number-3 .pair-value{-webkit-scrollbar:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.shipment-information .instructions-link{color:#2c4eb5;text-decoration:none}.shipment-information .buttons-container{margin:20px 0;display:flex;flex-direction:column;align-items:center;justify-content:space-between}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.shipment-information .buttons-container{margin-top:30px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.shipment-information .buttons-container{margin-top:77px}}.shipment-information .buttons-container .download-shipping-label-button div[data-clarity-type=large-primary-button] div{color:#fff !important;text-transform:none !important;font:500 16px "Roboto"}.shipment-information .buttons-container .download-shipping-label-button div[data-clarity-type=large-primary-button] button{margin-top:10px}.shipment-information .buttons-container .download-shipping-label-button div[data-clarity-type=large-secondary-button] div{text-transform:none !important;font:500 16px "Roboto"}.shipment-information .buttons-container .download-shipping-label-button div[data-clarity-type=large-secondary-button] button{background-color:#fff !important;color:#5a83ff;border-color:#5a83ff}.shipment-information .buttons-container .download-shipping-label-button div[data-clarity-type=large-secondary-button] button:hover:enabled{background:#eaefff radial-gradient(circle, transparent 1%, #5A83FF 1%) center/15000% !important}.shipment-information .buttons-container .download-shipping-label-button div[data-clarity-type=large-secondary-button] button:active:enabled{background-color:#e8e8e8 !important}.shipment-information .buttons-container .download-shipping-label-button div[data-clarity-type=large-secondary-button] button:disabled{background-color:#bbb !important}.shipment-information .buttons-container .download-shipping-label-button div[data-clarity-type=large-secondary-button] button span{background-color:#2d5dec !important}.shipment-information .buttons-container .schedule-pickup-button-from-shipment-info{margin-bottom:18px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.shipment-information .buttons-container .schedule-pickup-button-from-shipment-info{min-width:330px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.shipment-information .buttons-container .schedule-pickup-button-from-shipment-info{width:100%}}.shipment-information .buttons-container .schedule-pickup-button-from-shipment-info>div,.shipment-information .buttons-container .schedule-pickup-button-from-shipment-info>div>button,.shipment-information .buttons-container .schedule-pickup-button-from-shipment-info>div>div,.shipment-information .buttons-container .schedule-pickup-button-from-shipment-info>div>div>button{width:100%}.shipment-information .buttons-container .scheduleVipCall{margin-bottom:20px}.shipment-information .ship-from{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:flex-start;align-content:stretch;position:relative}.shipment-information .icon-pencil{background:#f2f2f2 50% 50% no-repeat url("https://cdn0.worthy.com/worthy_app/assets/images/listing/1751352967-pencil.svg");background-size:60%;min-width:40px;min-height:40px;border:1px solid #f2f2f2;border-radius:4px;cursor:pointer}.shipment-information .icon-pencil.margin-left{margin-left:30px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.shipment-information .icon-pencil{position:absolute;top:-16px;right:0}}.listing-maps-container{display:flex;flex-direction:row;flex-wrap:nowrap;height:100%;width:100%}.listing-maps-container .listing-map-item{margin-right:20px;line-height:22px}.listing-maps-container .listing-map-item a{text-decoration:none}.listing-maps-container .listing-map-item img{border-radius:8px;border:1px solid #d2d5d7}.listing-maps-container .listing-map-item .address-line{font-size:14px;margin-top:5px;color:#141414}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:none}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);transition:transform 333ms cubic-bezier(0.4, 0, 0.22, 1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100% !important;height:auto !important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp__button{width:44px;height:44px;position:relative;background:none;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:none;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:0 0 no-repeat url("https://cdn0.worthy.com/worthy_app/assets/images/photoswipe/1751352967-default-skin.png");background-size:264px 88px;width:44px;height:44px}@media(-webkit-min-device-pixel-ratio: 1.1),(-webkit-min-device-pixel-ratio: 1.09375),(min-resolution: 105dpi),(min-resolution: 1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/photoswipe/1751352967-default-skin.svg")}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:none}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:none;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:"";top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:"";display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid rgba(0,0,0,0);border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url("https://cdn0.worthy.com/worthy_app/assets/images/photoswipe/1751352967-preloader.gif") 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise 500ms linear infinite;animation:clockwise 500ms linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;animation:donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite}.pswp--css_animation .pswp__preloader__icn{background:none;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:rgba(0,0,0,0);border-bottom-color:rgba(0,0,0,0);position:absolute;top:0;left:0;background:none;margin:0}@media screen and (max-width: 1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp__caption,.pswp__top-bar,.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__top-bar,.pswp__caption{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__top-bar,.pswp__ui--fit .pswp__caption{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__top-bar,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none !important}.pswp--minimal--dark .pswp__top-bar{background:none}.listing,.schedule-or-edit-shipment-by-yourself{max-width:1000px;color:#000;margin:0 auto}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.listing .listing-content,.schedule-or-edit-shipment-by-yourself .listing-content{width:700px;max-width:700px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.listing .listing-content,.schedule-or-edit-shipment-by-yourself .listing-content{width:100%}}.listing .trust-logos-seller-note-container,.schedule-or-edit-shipment-by-yourself .trust-logos-seller-note-container{width:fit-content;margin:10px auto 124px;display:flex}.listing .trust-logos-seller-note-container>*,.schedule-or-edit-shipment-by-yourself .trust-logos-seller-note-container>*{margin-left:50px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.listing .trust-logos-seller-note-container>*,.schedule-or-edit-shipment-by-yourself .trust-logos-seller-note-container>*{margin-left:25px}}.listing .trust-logos-seller-note-container>*:first-child,.schedule-or-edit-shipment-by-yourself .trust-logos-seller-note-container>*:first-child{margin-left:0}.listing .disableMe,.schedule-or-edit-shipment-by-yourself .disableMe{display:none}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.listing,.schedule-or-edit-shipment-by-yourself{padding-left:24px;padding-right:24px}}.listing .photos-quantity,.schedule-or-edit-shipment-by-yourself .photos-quantity{color:#fff}.listing .notification-banner,.schedule-or-edit-shipment-by-yourself .notification-banner{z-index:1}.listing .listing-title,.schedule-or-edit-shipment-by-yourself .listing-title{font-weight:800}.listing .listing-title.h1,.schedule-or-edit-shipment-by-yourself .listing-title.h1{font-size:36px;line-height:1.38}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.listing .listing-title.h1,.schedule-or-edit-shipment-by-yourself .listing-title.h1{font-size:34px;line-height:1.41;margin-bottom:17px;margin-top:46px}}.listing .listing-title.h2,.schedule-or-edit-shipment-by-yourself .listing-title.h2{font-size:22px;line-height:1.45}.listing .listing-title-b,.schedule-or-edit-shipment-by-yourself .listing-title-b{display:block;text-transform:uppercase;margin:45px 0 30px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.listing .listing-title-b,.schedule-or-edit-shipment-by-yourself .listing-title-b{text-align:center}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.listing .listing-title,.schedule-or-edit-shipment-by-yourself .listing-title{text-align:center}.listing .listing-title-b,.schedule-or-edit-shipment-by-yourself .listing-title-b{margin:30px 0 24px}}.listing .similar-items-section,.schedule-or-edit-shipment-by-yourself .similar-items-section{display:flex;flex-direction:column;align-items:center;margin:0 auto 64px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.listing .similar-items-section.centered .similar-items-container,.schedule-or-edit-shipment-by-yourself .similar-items-section.centered .similar-items-container{justify-content:center}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.listing .similar-items-section.centered a,.schedule-or-edit-shipment-by-yourself .similar-items-section.centered a{margin-right:29px;max-width:148px}}.listing .similar-items-container,.schedule-or-edit-shipment-by-yourself .similar-items-container{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;margin:30px 0 10px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.listing .similar-items-container,.schedule-or-edit-shipment-by-yourself .similar-items-container{margin-top:20px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.listing .similar-items-container,.schedule-or-edit-shipment-by-yourself .similar-items-container{margin:10px 0 10px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.listing .similar-items-container .sold-item-preview,.schedule-or-edit-shipment-by-yourself .similar-items-container .sold-item-preview{max-width:100%}}.listing .similar-items-container a,.schedule-or-edit-shipment-by-yourself .similar-items-container a{color:#141414;text-decoration:none}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.listing .similar-items-container a,.schedule-or-edit-shipment-by-yourself .similar-items-container a{max-width:calc(54% - 33px)}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.listing .similar-items-container a,.schedule-or-edit-shipment-by-yourself .similar-items-container a{max-width:calc(25% - 29px)}.listing .similar-items-container a:last-of-type,.schedule-or-edit-shipment-by-yourself .similar-items-container a:last-of-type{margin-right:0}}.listing .faq-section,.schedule-or-edit-shipment-by-yourself .faq-section{margin:64px auto;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.listing .faq-section .faq-list-items,.schedule-or-edit-shipment-by-yourself .faq-section .faq-list-items{width:100%;margin-top:25px}.listing .faq-section .faq-list-items>li,.schedule-or-edit-shipment-by-yourself .faq-section .faq-list-items>li{padding:25px 0;border-bottom:1px solid #dbdbdb}.listing .faq-section .faq-list-items>li:last-child,.schedule-or-edit-shipment-by-yourself .faq-section .faq-list-items>li:last-child{border-bottom:none}.listing .faq-section table,.schedule-or-edit-shipment-by-yourself .faq-section table{height:255px;border:2px solid #f4f6fe;border-radius:8px;text-align:center;border-collapse:separate}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.listing .faq-section table,.schedule-or-edit-shipment-by-yourself .faq-section table{width:336px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.listing .faq-section table,.schedule-or-edit-shipment-by-yourself .faq-section table{width:100%}}.listing .faq-section table thead,.schedule-or-edit-shipment-by-yourself .faq-section table thead{background:#f4f6fe;border-radius:8px;font-weight:bold}.listing .faq-section table thead tr,.schedule-or-edit-shipment-by-yourself .faq-section table thead tr{height:55px}.listing .faq-section table td,.schedule-or-edit-shipment-by-yourself .faq-section table td{border:2px solid #f4f6fe;padding:10px;width:150px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.listing .faq-section table td,.schedule-or-edit-shipment-by-yourself .faq-section table td{padding:10px 2px}}.listing .faq-section .deleted,.schedule-or-edit-shipment-by-yourself .faq-section .deleted{text-decoration:line-through;color:red}.listing .schedule-appointment,.schedule-or-edit-shipment-by-yourself .schedule-appointment{text-align:center;margin:0 auto 64px}.listing .schedule-appointment.last,.schedule-or-edit-shipment-by-yourself .schedule-appointment.last{margin:0 auto 0}.listing .chat-with-us,.schedule-or-edit-shipment-by-yourself .chat-with-us{text-align:center;margin:40px auto 124px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.listing .chat-with-us,.schedule-or-edit-shipment-by-yourself .chat-with-us{margin-top:70px}}.listing .chat-with-us .chat-icon,.schedule-or-edit-shipment-by-yourself .chat-with-us .chat-icon{margin-bottom:17px}.listing .chat-with-us .chat-title,.schedule-or-edit-shipment-by-yourself .chat-with-us .chat-title{margin-bottom:16px}.listing .chat-with-us .chat-text,.schedule-or-edit-shipment-by-yourself .chat-with-us .chat-text{font-size:16px;margin:0 auto 30px auto;line-height:25px;width:70%}.listing .schedule-appointment .listing-title,.schedule-or-edit-shipment-by-yourself .schedule-appointment .listing-title{margin-bottom:32px}.listing .sold-item-preview .sold-for b,.schedule-or-edit-shipment-by-yourself .sold-item-preview .sold-for b{font-weight:700}.success-text-link{color:#74b48b;text-decoration:none;font-weight:bolder}.success-text-link.orange{color:#f5a723}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.success-text-link{cursor:pointer}}.complete-account-modal{color:#141414;min-height:490px;height:350px;padding:0 24px}.complete-account-modal .title{font:700 36px "Playfair Display";font-weight:bold;font-size:24px;line-height:40px;margin-bottom:13px}.complete-account-modal .description{font:300 16px "Roboto";margin-bottom:36px;line-height:18px;text-align:center;padding:0 5px}.complete-account-modal .img-logos{bottom:35px;margin-top:31px;width:304px}.complete-account-modal .img-logos.step-2{margin-top:310px}.complete-account-modal .save-button{text-align:right;margin-top:155px}.complete-account-modal .actions-content{text-align:left}.alerts-wrapper{font-size:16px;line-height:22px;width:100%}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.alerts-wrapper{width:100%;margin-bottom:34px}}.popup-complete-your-account{width:470px;height:620px}.modal-next-step-animation{animation-fill-mode:both;animation-duration:500ms;animation-name:remindLaterModalAnimation}.listing-skeleton .alert,.listing-skeleton .draft-id,.listing-skeleton .draft-status,.listing-skeleton .title,.listing-skeleton .item-photo,.listing-skeleton .item-edit-button,.listing-skeleton .item-property,.listing-skeleton .similar-item{padding:10px;border-radius:4px;margin-bottom:15px;background:linear-gradient(-90deg, #f0f0f0 0%, #f8f8f8 50%, #f0f0f0 100%);background-size:400% 400%;animation:skeleton-pulse 1.2s ease-in-out infinite}.listing-skeleton .item-photo,.listing-skeleton .item-edit-button,.listing-skeleton .similar-item{border-radius:8px}.listing-skeleton .title{margin-right:20px;margin-left:20px}.listing-skeleton .alert{height:36px}.listing-skeleton .alert.microscope{margin-bottom:50px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.listing-skeleton .alert.microscope{height:59px}}.listing-skeleton .draft-status-n-id{display:flex;justify-content:space-between;align-items:center}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.listing-skeleton .draft-status-n-id{justify-content:center;margin-bottom:30px}}.listing-skeleton .draft-id{margin-right:10px}.listing-skeleton .draft-id,.listing-skeleton .draft-status{height:5px;width:48%}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.listing-skeleton .draft-id,.listing-skeleton .draft-status{height:10px;width:22%}}.listing-skeleton .title{height:40px;margin-bottom:30px;margin-top:20px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.listing-skeleton .title{max-width:28%;margin-right:auto;margin-left:auto}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.listing-skeleton .title:last-of-type{margin-top:40px;max-width:37%;height:30px}}.listing-skeleton .item-photo{height:120px;margin:0 auto 70px;max-width:120px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.listing-skeleton .item-photo{margin-left:0}}.listing-skeleton .item-property{height:5px;margin-bottom:5px}.listing-skeleton .item-property.one{width:70%}.listing-skeleton .item-property.two{width:52%}.listing-skeleton .item-property.three{width:80%}.listing-skeleton .item-edit-button{width:20px;height:20px;float:right}.listing-skeleton .similar-items{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.listing-skeleton .similar-item{padding:0;width:46%;height:150px;margin-bottom:10px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.listing-skeleton .similar-item{width:21%}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.listing-skeleton .item-photo-n-properties{display:flex;justify-content:center;align-items:flex-start}.listing-skeleton .item-photo-n-properties .title{max-width:67%;margin-left:0;margin-top:0;margin-bottom:32px;height:55px}.listing-skeleton .item-photo-n-properties .item-photo{width:227px;max-width:227px;height:227px}.listing-skeleton .item-photo-n-properties .properties{width:60%}.listing-skeleton .item-photo-n-properties .item-property{height:36px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.listing-skeleton .title-similar-items{margin-top:10px;height:12px;margin-bottom:42px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.listing-skeleton .hide-desktop{display:none}}@keyframes skeleton-pulse{0%{background-position:0 0}100%{background-position:-135% 0}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.microscope-alert-wrapper{margin-bottom:-9px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.microscope-alert-wrapper .alert-fadein{margin-top:15px !important;margin-bottom:0 !important}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.listing-full-width{max-width:100%;padding-left:0;padding-right:0}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.listing-full-width-mobile{max-width:100%;padding-left:0;padding-right:0}}.listing-main-wrapper .scrolledBox{max-width:270px;display:none;float:right;transition:top .5s}.listing-main-wrapper .scrolledBox.fixedBox{display:block;position:fixed;top:80px}.listing-main-wrapper .scrolledBox.stickyBox{display:block;position:sticky;top:80px}.listing-main-wrapper .scrolledBox.stickyBox.animateBannerIn{top:135px}.listing-main-wrapper .scrolledBox.stickyBox.animateBannerOut{top:80px}.rightStickyBox{max-width:27%}.item-info-box{min-width:270px;padding:20px;border:1px solid #eaeaea;font-size:16px;line-height:26px;display:flex;flex-direction:column;justify-content:space-between}.item-info-box .next-up{margin-bottom:14px}.item-info-box .next-up .title{font-weight:bolder}.item-info-box .listing-next-up-button{margin:auto}.item-info-box .listing-next-up-button,.item-info-box .listing-next-up-button>div,.item-info-box .listing-next-up-button>div>button{width:100%}.item-info-box .trust-icons{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-trust-logos.png");background-size:100%;background-repeat:no-repeat;height:35px;position:relative;bottom:-8px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.item-info-box.left{min-width:70%}}.popup-schedule-secure-shipment .schedule-shipment-insurance-partners{margin:34px auto 14px}.popup-schedule-secure-shipment,.popup-complete-your-account,.popup-schedule-call,.popup-coming-soon{width:468px;max-width:100%}.popup-schedule-secure-shipment button div,.popup-complete-your-account button div,.popup-schedule-call button div,.popup-coming-soon button div{color:#fff}.popup-schedule-secure-shipment button,.popup-complete-your-account button,.popup-schedule-call button,.popup-coming-soon button{height:auto;margin:0}.popup-schedule-secure-shipment h2,.popup-complete-your-account h2,.popup-schedule-call h2,.popup-coming-soon h2{border-bottom:none}.popup-drop-off-offices{overflow:inherit;overflow-y:auto;width:auto;min-width:550px;max-width:100%;padding:24px 40px 48px}.popup-drop-off-offices h2{margin-top:10px !important;font-weight:400 !important;font-size:32px !important;display:inline-block;height:auto;margin-bottom:10px}.popup-drop-off-offices .subtitle{font-size:18px;font-weight:400;line-height:24px;text-align:center;color:#7a8994;margin-bottom:40px}.popup-drop-off-offices .schedule-shipment-custom-popup .offices{padding:0 24px;border-right:2px solid #eaefff;width:300px}.popup-drop-off-offices .schedule-shipment-custom-popup .calendar-container{display:flex;width:350px}.popup-drop-off-offices .schedule-shipment-custom-popup .calendar-container .calendar{padding:0 24px;width:300px}.popup-drop-off-offices .schedule-shipment-custom-popup .countries{width:100%;padding-right:16px}.popup-drop-off-offices div[class^=drop-down],.popup-drop-off-offices input[class^=plain-input]{border-radius:16px !important}.popup-drop-off-offices.congratulations{min-height:250px;display:flex;flex-direction:column;align-content:center;justify-content:center;align-items:center;max-width:inherit}.popup-drop-off-offices.congratulations h2{font-size:32px}.popup-drop-off-offices.congratulations .subtitle{margin-bottom:0;font-size:18px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.popup-drop-off-offices{min-width:auto;padding:35px 15px 20px}.popup-drop-off-offices h2{font-size:26px !important}.popup-drop-off-offices .subtitle{margin-bottom:10px;font-size:16px}.popup-drop-off-offices .schedule-shipment-custom-popup>div{display:block}.popup-drop-off-offices .schedule-shipment-custom-popup .offices{padding:0 24px 15px;border-right:none;width:auto}.popup-drop-off-offices .schedule-shipment-custom-popup .calendar-container{display:block;width:auto}.popup-drop-off-offices .schedule-shipment-custom-popup .calendar-container .calendar{width:auto}.popup-drop-off-offices .schedule-shipment-custom-popup .offices-drop-off-wrapper{margin-bottom:14vmin;padding:0 24px}.popup-drop-off-offices .schedule-shipment-custom-popup .offices-drop-off-wrapper>div{display:block !important}.popup-drop-off-offices .schedule-shipment-custom-popup .offices-drop-off-wrapper .countries{width:100%;padding-right:16px}.popup-drop-off-offices .schedule-shipment-custom-popup .offices-drop-off-wrapper .zip-code{width:100%;margin-top:15px}.popup-drop-off-offices .schedule-shipment-custom-popup .offices-drop-off-wrapper .zip-code-next-btn>div{width:100%}}.popup-listing-reminder,.popup-schedule-secure-shipment,.popup-complete-your-account,.popup-schedule-call,.popup-coming-soon,.popup-more-details,.popup-drop-off-offices{border-radius:8px}.popup-listing-reminder .x,.popup-schedule-secure-shipment .x,.popup-complete-your-account .x,.popup-schedule-call .x,.popup-coming-soon .x,.popup-more-details .x,.popup-drop-off-offices .x{right:23px;top:22px;height:15px;font-size:26px;line-height:1;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/1751352967-x_black.svg")}.popup-listing-reminder h2,.popup-schedule-secure-shipment h2,.popup-complete-your-account h2,.popup-schedule-call h2,.popup-coming-soon h2,.popup-more-details h2,.popup-drop-off-offices h2{font-family:"Argesta Headline";font-weight:700;font-size:22px;font-style:normal;margin-top:44px;text-align:center;line-height:40px;border-bottom:0}.popup-listing-reminder .description,.popup-schedule-secure-shipment .description,.popup-complete-your-account .description,.popup-schedule-call .description,.popup-coming-soon .description,.popup-more-details .description,.popup-drop-off-offices .description{text-align:center;font-size:16px;line-height:1.625}.shipback{width:685px;height:570px;overflow:hidden;z-index:10000000000}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.shipback{height:90vh;max-height:80%;overflow:auto !important;max-width:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;bottom:0;top:initial;animation-name:shipBack-popup-slide-up !important}.shipback.hide{animation-name:shipBack-popup-slide-down !important}}.shipback h2{margin-top:2px !important;line-height:29px !important;height:initial;float:left}.shipback button div{font-family:"Roboto";font-size:16px}.popup-listing-reminder{min-height:415px;width:410px;max-width:100%;padding-bottom:30px;border-radius:8px;margin:0px auto 30px;text-align:center}.popup-listing-reminder .reminder-content{margin:0 auto;text-align:center;width:300px}.popup-listing-reminder .description{margin:20px 0}.popup-listing-reminder .reminder-button button div{color:#f5a723}.popup-listing-reminder .reminder-button button div:hover{color:#fff}.popup-listing-reminder .reminder-button button{height:40px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.maybe-later-button-wrapper{width:100%}}.maybe-later-button-wrapper>div,.maybe-later-button-wrapper>div>button{width:100%}.remind-later{overflow-x:hidden}.remind-later .reminder-button>div[data-clarity-type=medium-secondary-button]{width:100%}.remind-later .reminder-button>div[data-clarity-type=medium-secondary-button]>button{width:100%}.remind-later h3{font-weight:700;font-size:24px;display:block}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.remind-later{min-height:350px;height:350px;line-height:24px;font-size:16px;padding:20px 27px 0 37px}.remind-later .description{margin-bottom:60px;margin-top:20px}.remind-later .reminder-button{padding:10px}}.remind-later.animation{animation-fill-mode:both;animation-duration:500ms;animation-name:remindLaterModalAnimation}@keyframes remindLaterModalAnimation{from{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.phoneNumber,.textLink{text-decoration:none;color:#2c4eb5}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.phoneNumber{pointer-events:none;color:#141414}}.radio-group-placeholder{width:100%;height:312px}.maybe-later-button-wrapper{margin-top:-19px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.maybe-later-button-wrapper div[data-clarity-class]>a{min-width:258px !important}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.maybe-later-button-wrapper>div,.maybe-later-button-wrapper>div>a{display:block !important}}.settingScheduleShipmentForm.step-pickup .pickup.no-time-slots{margin-bottom:10px}.settingScheduleShipmentForm.step-pickup .pickup.no-time-slots>div[data-clarity-type=radio],.settingScheduleShipmentForm.step-pickup .drop-off.no-time-slots>div[data-clarity-type=radio]{margin-bottom:-20px}#listing-upload-photo-container{margin:0 auto;width:610px;text-align:center}#listing-upload-photo-container .image-uploader-error-container{margin-bottom:10px;text-align:left}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#listing-upload-photo-container{width:85%;margin-bottom:32px}}#listing-upload-photo-container .listing-upload-photo{float:none;margin:0 auto 20px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#listing-upload-photo-container .listing-upload-photo{margin:0 auto 12px}}#listing-upload-photo-container .listing-upload-photo .optional-text{color:#fff;line-height:18px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#listing-upload-photo-container .listing-upload-photo .optional-text{margin-top:43px}}#listing-upload-photo-container .listing-upload-photo.image-uploader.no-border{border:none}#listing-upload-photo-container .listing-upload-photo.image-uploader{padding:0;border-radius:6px;background-color:#7a8994}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#listing-upload-photo-container .listing-upload-photo.image-uploader{background-position-y:35%}}#listing-upload-photo-container .listing-upload-photo.image-uploader .icon.hide{display:none}#listing-upload-photo-container .listing-upload-photo.image-uploader .icon{width:25px;height:25px;border-radius:3px;cursor:pointer}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#listing-upload-photo-container .listing-upload-photo.image-uploader .icon{position:absolute;right:15px;bottom:15px}}#listing-upload-photo-container .buttons{display:flex;flex-direction:column}#listing-upload-photo-container .paragraph-text{margin:12px auto 25px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#listing-upload-photo-container .paragraph-text{max-width:320px}}#listing-upload-photo-container .sell-item-wizard.new-design{width:45%}#listing-upload-photo-container .multiple-images-uploader-shutter .image-uploader.photo-preloaded{border:0;box-shadow:0 0 10px rgba(0,0,0,.15)}#listing-upload-photo-container .continue-button-wrapper{max-width:320px;margin:0 auto}#listing-upload-photo-container .continue-button-wrapper>[data-clarity-type=large-primary-button]{display:block !important}#listing-upload-photo-container .continue-button-wrapper>[data-clarity-type=large-primary-button]>button{width:100%}#listing-upload-photo-container .skip-button-wrapper{width:198px;margin:30px auto 0}#listing-upload-photo-container .skip-button-wrapper>[data-clarity-type=large-link-button]{width:100%}#listing-upload-photo-container .skip-button-wrapper>[data-clarity-type=large-link-button]>a{display:block !important;max-width:198px}#listing-upload-photo-container .skip-button-wrapper.hide{display:none}.light-listing{max-width:1000px;color:#000;margin:0 auto;padding-bottom:17px}.light-listing .tips-container{position:relative}.light-listing .tips-container .tip{background-color:#2c4eb5;color:#fff;padding:12px 24px;position:absolute;left:-275px;width:214px;z-index:10;top:-55px;border-radius:8px;height:156px}.light-listing .tips-container .tip h5{color:#fff;font:700 22px "Playfair Display";margin-bottom:8px}.light-listing .tips-container .tip span{color:#fff;border-radius:8px;line-height:1.65}.light-listing .tips-container .tip .learn-more{text-align:right;position:absolute;bottom:14px;right:24px}.light-listing .tips-container .tip .learn-more a{color:#fff}.light-listing .tips-container .tip .tip-close{width:24px;height:24px;position:absolute;top:12px;right:12px;cursor:pointer}.light-listing .tips-container .tip .tip-close:after{position:absolute;content:"×";top:7px;left:5px;font-size:24px;color:rgba(255,255,255,.8);line-height:8px;text-align:center}.light-listing .tips-container .tip:after{content:"";position:absolute;right:-20px;top:calc(50% - 10px);border-style:solid;border-width:10px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #2c4eb5}.light-listing .tips-container .tip.mobile{top:75px;left:0;width:100%;box-sizing:border-box;height:auto;padding-bottom:50px}.light-listing .tips-container .tip.mobile:after{left:50%;right:auto;top:-20px;margin-left:-10px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #2c4eb5 rgba(0,0,0,0)}.light-listing .in-person-atp-cta{text-align:center;margin:10px 0}.light-listing .in-person-atp-cta a{color:#2c4eb5}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.light-listing.light-listing_top-section{margin-top:30px}}.light-listing_top-section{padding-bottom:0}.light-listing .shipment-information{font-size:16px;font-weight:300;margin-bottom:30px}.light-listing .shipment-information-shipment-kit{margin-top:10px;margin-bottom:50px}.light-listing .shipment-information-shipment-kit .listing-title{display:none}.light-listing .shipment-information-shipment-kit .shipping-kit-banner{margin-bottom:0}.light-listing .shipment-information-shipment-kit .shipping-kit-banner .shipping-kit-description{text-align:center}.light-listing.light-listing-footer{padding-bottom:0;margin-top:35px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.light-listing.light-listing-footer{background:#f2f2f2}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.light-listing{max-width:100%;padding-left:0;padding-right:0}}.light-listing .light-listing-main-title{all:initial;font:700 36px "Playfair Display";line-height:40px;text-align:center;text-transform:capitalize;width:100%}.light-listing .light-listing-main-title *{all:unset}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.light-listing .light-listing-main-title{margin-top:30px}}.light-listing .light-listing-main-title h3{margin-bottom:1px !important;font-family:"Argesta Headline";font-size:36px;font-style:normal;font-weight:400;line-height:40px;text-transform:capitalize;color:#1c1c1c}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.light-listing .light-listing-main-title{text-align:left}}.light-listing .light-listing-subtitle-wrap{width:100%;margin-bottom:36px}.light-listing .item-upper-caption{font-style:normal;font-weight:300;font-size:14px;line-height:18px;color:#999;position:relative}.light-listing .item-upper-caption.outside-box{display:block;margin-bottom:12px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.light-listing .item-upper-caption.outside-box{margin-top:18px}}.light-listing .item-upper-caption-temp{display:block;margin-bottom:12px}.light-listing .item-upper-caption-temp .item-name{margin-bottom:14px}.light-listing .light-listing-subtitle{font-style:normal;font-weight:300;font-size:16px;line-height:26px;margin-top:10px;color:#999}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.light-listing .light-listing-subtitle{text-align:left}}.light-listing .item-name{font-family:"Argesta Display";font-size:22px;font-style:normal;font-weight:400;line-height:32px;text-transform:capitalize;margin-bottom:10px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.light-listing .item-name{display:flex}}.light-listing .item-name.no-space{margin-bottom:0}.light-listing .black-box{width:112px;height:85px;display:flex;flex-direction:column;border-radius:6px;align-items:center;color:#7a8994;background-color:#d2d5d7}.light-listing .lock{margin-top:11px}.light-listing .black-box-caption{font-size:14px;font-weight:300;margin:auto}.light-listing .upload-photo-link{font-size:14px;font-weight:300;line-height:16px;margin-right:12px;margin-bottom:12px;margin-left:2px}.light-listing .add-a-photo{padding:6px 12px;border-radius:6px;background-color:#47566d;align-items:center;justify-content:flex-end;display:flex;flex-direction:column;cursor:pointer;width:112px;height:84px;box-sizing:border-box;box-shadow:none;outline:none;color:#fff}.light-listing .camera-image-link{margin-bottom:15px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.light-listing{padding-left:24px;padding-right:24px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.light-listing .listing-content{width:100%}}.light-listing.full-width{background-color:#7a8994;max-width:100%;padding-left:0;padding-right:0}.light-listing .extra-info{padding-bottom:20px}.light-listing .extra-info .listing-title{line-height:32px;margin-bottom:6px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.light-listing .extra-info .listing-title{margin-left:48px;margin-top:13px;margin-bottom:18px}}.light-listing .extra-info .listing-sub-caption{font-size:14px;font-weight:300;color:#fff}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.light-listing .extra-info .listing-sub-caption{margin-right:47px;position:absolute;right:0;top:42px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.light-listing .extra-info{padding-top:40px;margin:0 auto;max-width:1000px;position:relative}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.light-listing .extra-info{padding-top:48px}}.light-listing .listing-title.h2{font-size:22px;color:#f2f0ee;font-style:normal;font-weight:400;line-height:32px;font-family:"Argesta Display"}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.light-listing .listing-title.h2{line-height:32px;text-align:center}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.light-listing .listing-title.h3{font-size:14px;line-height:18px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.light-listing .listing-sub-caption{text-align:center}}.light-listing .stages{margin-top:0}.light-listing .additional-photo{display:flex;column-gap:12px}.light-listing .photo-box-list{display:flex;flex-wrap:wrap;margin-right:-2px}.light-listing .photo-box-list .loader{margin:60px auto;font-size:10px;position:absolute;border:.64em solid rgba(255,255,255,.2);border-left-color:#fff;transform:translateZ(0);animation:image-uploader-loader 1.1s infinite linear;top:-1%;left:38%}.light-listing .photo-box-list .photo-box{flex-basis:112px;min-width:112px;height:85px;border-radius:4px;background:50% 50% no-repeat;background-size:cover;cursor:pointer}.light-listing .photo-box-list .photo-box i{position:relative;display:inline-block;z-index:1;top:45px;border-radius:8px;width:35px;height:35px;left:45px;background:50% 50% no-repeat rgba(255,255,255,.5);box-shadow:0 4px 10px rgba(0,0,0,.15);background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/imageUploader/1751352967-image-replace.svg");background-size:auto}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.light-listing .photo-box-list .photo-box:nth-child(3){margin-right:0}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.light-listing .photo-box-list .photo-box:last-child{margin-right:0}}.light-listing .photo-box-list .photo-box .remove-icon{display:flex;align-items:center;justify-content:center;position:relative;bottom:7px;left:20px;margin:0 0 15px 73px;width:23px;height:23px;border-radius:50%;border:1px solid #999;background:#f2f0ee;cursor:pointer}.light-listing .photo-box-list .photo-box .remove-icon:after{position:absolute;content:"×";top:6px;left:4px;font-size:26px;color:#1c1c1c;line-height:8px;text-align:center}.light-listing .photo-box-list_flex-start{justify-content:flex-start}.light-listing .photo-box-list_flex-start .photo-box{margin-right:12px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.light-listing .item-details-list .item-details-list-item{margin-right:12px}}.light-listing .item-details-list.hide{display:none}.light-listing .item-details-list.same-line{display:flex}.light-listing .item-details-list.same-line .lab-report{margin-left:12px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.light-listing .item-details-list.same-line .lab-report{margin-left:24px}}.light-listing .item-details-list.different-line .lab-report{margin-top:20px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.light-listing .item-details-list.different-line .lab-report{margin-top:8px}}.light-listing .item-details-list .item-fact-title{color:#7a8994;display:block;margin-bottom:8px;font-size:14px;font-weight:300;display:flex}.light-listing .item-details-list .item-fact-title img{margin-left:5px;cursor:pointer}.light-listing .pane-listing{box-sizing:border-box;padding:20px 24px;margin-top:10px;border-radius:8px;border:2px solid #d2d5d7}.light-listing .pane-listing .back-arrow-blue,.light-listing .pane-listing .hide{display:none}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.light-listing .pane-listing{width:100%}.light-listing .pane-listing .back-arrow-blue{display:inline;height:15px;width:15px;float:right;transform:rotate(90deg)}.light-listing .pane-listing .back-arrow-blue.open{transform:rotate(270deg)}}.light-listing .pane-listing+.pane-listing{margin-top:17px}.light-listing .up-next .schedule-shipment-button{font:500 16px "Roboto";padding:12px 36px 13px;background-color:#2d5dec;border-color:#2d5dec;color:#fff;text-align:center;display:inline-block;border-radius:3px;cursor:pointer;outline:none;min-width:190px;white-space:nowrap;text-decoration:none;width:100%}.light-listing .up-next .reschedule-btn .scheduled-time-hid{display:none}.light-listing .up-next .reschedule-btn .scheduled-time-block{transition:display .3s ease-in-out;display:flex;justify-content:center}.light-listing .up-next .reschedule-btn .info-hover{position:relative}.light-listing .up-next .reschedule-btn .info-hover .scheduled-time{margin:auto;top:1em;padding:5px 8px;color:#2d5dec;font-size:12px;z-index:999;background:#eaefff;border-radius:6px;position:absolute}.light-listing .up-next .reschedule-btn .info-hover .scheduled-time:after{content:"";position:absolute;transition:all .3s ease-in;top:-14px;left:calc(50% - 10px);border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid #eaefff;border-left:10px solid rgba(0,0,0,0);border-right:10px solid rgba(0,0,0,0)}.light-listing .up-next .reschedule-btn div[data-clarity-type=large-secondary-button] div{text-transform:none !important}.light-listing .up-next .reschedule-btn div[data-clarity-type=large-secondary-button] button{background-color:rgba(0,0,0,0) !important;color:#47566d;border:2px solid #d2d5d7}.light-listing .up-next .reschedule-btn div[data-clarity-type=large-secondary-button] button:hover:enabled{background:#d2d5d7 !important}.light-listing .up-next .reschedule-btn div[data-clarity-type=large-secondary-button] button:active:enabled{background-color:#e8e8e8 !important}.light-listing .up-next .reschedule-btn div[data-clarity-type=large-secondary-button] button:disabled{border:1px solid #bbb;color:#bbb}.light-listing .up-next .reschedule-btn div[data-clarity-type=large-secondary-button] button span{background-color:#2d5dec !important}.light-listing .up-next .up-next-title{font-family:"Argesta Text";font-size:18px;font-weight:400;line-height:22px;margin-top:3px;margin-bottom:20px;color:#1c1c1c}.light-listing .up-next .up-next-service{font-size:14px;font-weight:300;line-height:18px;position:relative}.light-listing .up-next .up-next-service__price{font-size:14px;font-weight:300;line-height:18px;font-style:normal;position:absolute}.light-listing .up-next .up-next-service__price_real{right:25px;text-decoration:line-through;color:#7a8994}.light-listing .up-next .up-next-service__price_actual{right:0}.light-listing .up-next .up-next-service__name{font-size:14px;font-weight:300;line-height:18px;font-style:normal}.light-listing .up-next .up-next-service__name a{font-weight:normal;color:#2c4eb5;text-decoration:none}.light-listing .up-next .up-next-service-list{font-size:14px;line-height:24px;margin-bottom:12px}.light-listing .up-next .trust-logos-seller-note-container{margin-top:10px;display:flex;justify-content:space-between}.light-listing .up-next .trust-logos-seller-note-container>div{background-color:#d2d5d7 !important}.light-listing .up-next .trust-logos-seller-note-container>img{mix-blend-mode:multiply}.light-listing .extra-info-slider-description div[data-clarity-type=regular] span,.popup-listing-content .extra-info-slider-description div[data-clarity-type=regular] span{font-weight:300 !important;font-size:16px !important;font-style:normal !important;line-height:26px !important;font-family:"Uncut Sans" !important;color:#47566d !important}.light-listing .faq-section,.popup-listing-content .faq-section{margin:0 auto 64px;display:flex;flex-direction:column;justify-content:space-between;align-items:center}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.light-listing .faq-section .faq-list-items,.popup-listing-content .faq-section .faq-list-items{padding-left:24px;padding-right:24px;margin-top:25px}}.light-listing .faq-section .faq-list-items>li,.popup-listing-content .faq-section .faq-list-items>li{padding:25px 0;border-bottom:1px solid #dbdbdb}.light-listing .faq-section .faq-list-items>li:last-child,.popup-listing-content .faq-section .faq-list-items>li:last-child{border-bottom:none}.light-listing .faq-section table,.popup-listing-content .faq-section table{height:255px;border:2px solid #d2d5d7;border-radius:8px;text-align:center;border-collapse:separate}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.light-listing .faq-section table,.popup-listing-content .faq-section table{width:336px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.light-listing .faq-section table,.popup-listing-content .faq-section table{width:100%}}.light-listing .faq-section table thead,.popup-listing-content .faq-section table thead{background:#d2d5d7;border-radius:8px;font-weight:bold}.light-listing .faq-section table thead tr,.popup-listing-content .faq-section table thead tr{height:55px}.light-listing .faq-section table td,.popup-listing-content .faq-section table td{border:2px solid #d2d5d7;padding:10px;width:150px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.light-listing .faq-section table td,.popup-listing-content .faq-section table td{padding:10px 2px}}.light-listing .faq-section .deleted,.popup-listing-content .faq-section .deleted{text-decoration:line-through;color:red}.light-listing .similar-items-container,.popup-listing-content .similar-items-container{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;margin:30px 0 10px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.light-listing .similar-items-container,.popup-listing-content .similar-items-container{margin-top:20px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.light-listing .similar-items-container,.popup-listing-content .similar-items-container{margin:10px 0 10px;width:auto;padding-left:24px;padding-right:24px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.light-listing .similar-items-container .sold-item-preview,.popup-listing-content .similar-items-container .sold-item-preview{max-width:100%}}.light-listing .similar-items-container a,.popup-listing-content .similar-items-container a{color:#141414;text-decoration:none}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.light-listing .similar-items-container a,.popup-listing-content .similar-items-container a{max-width:calc(54% - 33px)}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.light-listing .similar-items-container a,.popup-listing-content .similar-items-container a{max-width:calc(25% - 29px)}.light-listing .similar-items-container a:last-of-type,.popup-listing-content .similar-items-container a:last-of-type{margin-right:0}}.light-listing .similar-items-section,.popup-listing-content .similar-items-section{display:flex;flex-direction:column;align-items:center;margin:0 auto 64px;padding-left:24px;padding-right:24px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.light-listing .similar-items-section.centered .similar-items-container,.popup-listing-content .similar-items-section.centered .similar-items-container{justify-content:center}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.light-listing .similar-items-section.centered a,.popup-listing-content .similar-items-section.centered a{margin-right:29px;max-width:148px}}.light-listing .item-details-no-photo,.popup-listing-content .item-details-no-photo{row-gap:12px;column-gap:12px;flex-wrap:wrap}.light-listing .photo-box-list,.popup-listing-content .photo-box-list{display:flex;flex-wrap:wrap;row-gap:12px;column-gap:12px}.light-listing .photo-box-list .sold-for,.popup-listing-content .photo-box-list .sold-for{font-size:1rem;line-height:26px;margin-bottom:2px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.light-listing .photo-box-list_not-empty,.popup-listing-content .photo-box-list_not-empty{margin-bottom:7px}}.light-listing .photo-box-list_flex-start,.popup-listing-content .photo-box-list_flex-start{justify-content:flex-start}.light-listing .item-details-list.same-line .item-desc,.popup-listing-content .item-details-list.same-line .item-desc{font-size:.875rem;line-height:22px;margin-right:-10px;margin-left:-10px}.light-listing .item-details-list__photo,.popup-listing-content .item-details-list__photo{display:block;height:100px;background:50% 50% no-repeat #fff;background-size:cover;margin-bottom:23px;border-radius:8px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.light-listing .item-details-list__photo,.popup-listing-content .item-details-list__photo{height:110px;margin-bottom:20px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.light-listing .item-details-list__photo,.popup-listing-content .item-details-list__photo{margin-bottom:13px}}.light-listing .item-details-list--certificate,.popup-listing-content .item-details-list--certificate{margin-top:28px}.light-listing .item-details-list .item-details-certificate,.popup-listing-content .item-details-list .item-details-certificate{display:flex;align-items:center}.light-listing .item-details-list .item-details-certificate>*,.popup-listing-content .item-details-list .item-details-certificate>*{font-family:"Uncut Sans";margin-right:8px;letter-spacing:.2px}.light-listing .item-details-list .item-details-certificate a,.popup-listing-content .item-details-list .item-details-certificate a{text-decoration:none;color:#2c4eb5;text-transform:capitalize;line-height:1}.has-popups h2{font:700 22px "Argesta Headline";line-height:40px}.cancel-item h2{font-family:"Open Sans"}.listing-popup-light h2{font-weight:700}.listing-popup-light.deals h2{text-align:center}.listing-popup-light.deals .popup-listing-content{margin-top:20px}.listing-popup-light .stages.stages-type-simple{margin-top:0}.listing-popup-light .stages.stages-type-simple .by-icon{margin-right:6px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.listing-popup-light .similar-items-container a{max-width:calc(55% - 29px)}.listing-popup-light .similar-items-container a:last-of-type{margin-right:0}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.listing-popup-light .listing-responsibility{margin-left:0}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.listing-popup-light .listing-responsibilities{white-space:nowrap;margin-top:0;text-align:left}}.listing-popup-light .blue-plus{color:#2d5dec}.extra-info .extra-info-slider-description{padding-left:24px;padding-right:24px}.extra-info .extra-info-slides{min-width:2016px;width:185%;font-size:16px;line-height:1.5;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;align-content:stretch;padding:28px 0 28px 24px;scrollbar-width:none;-ms-overflow-style:none}.extra-info .extra-info-slides.with-similar-items{width:2240px}.extra-info .extra-info-wrapper{width:100%;overflow:auto}.extra-info .extra-info-wrapper::-webkit-scrollbar{display:none;-webkit-appearance:none}.extra-info .extra-info-modal{min-height:50vh;padding-bottom:10vh}.extra-slide{border:1px solid #eaeaea;box-sizing:border-box;box-shadow:0 0 20px rgba(0,0,0,.1);border-radius:8px;min-width:200px;height:200px;margin-right:24px;filter:saturate(0)}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.extra-slide{cursor:pointer}}.extra-info .extra-slide{position:relative;background-color:#fff;background-repeat:no-repeat;background-position:50% 35%;max-width:33.33%;flex-basis:31.2%}.extra-slide_auction,.extra-slide_auction.info-slider-item{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/lightListing/1751352967-auction.svg");background-size:65%}.extra-slide_auth,.extra-slide_auth.info-slider-item{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/lightListing/1751352967-auth.svg");background-size:65%}.extra-slide_cleaning,.extra-slide_cleaning.info-slider-item{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/lightListing/1751352967-cleaning.svg");background-size:65%}.extra-slide_deals,.extra-slide_deals.info-slider-item{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/lightListing/1751352967-deals.svg");background-size:65%}.extra-slide_faq,.extra-slide_faq.info-slider-item{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/lightListing/1751352967-faq.svg");background-size:65%}.extra-slide_grading,.extra-slide_grading.info-slider-item{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/lightListing/1751352967-grading.svg");background-size:65%}.extra-slide_payment,.extra-slide_payment.info-slider-item{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/lightListing/1751352967-payment.svg");background-size:55%}.extra-slide_photos,.extra-slide_photos.info-slider-item{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/lightListing/1751352967-photos.svg");background-size:65%}.extra-slide_process,.extra-slide_process.info-slider-item{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/lightListing/1751352967-process.svg");background-size:65%}.extra-slide_shipping,.extra-slide_shipping.info-slider-item{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/lightListing/1751352967-shipping.svg");background-size:65%}.extra-slide-caption{font-size:16px;position:absolute;left:0;right:0;text-align:center;bottom:15px}.desktop-slider{position:relative;width:100%;min-height:240px;overflow:hidden}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.desktop-slider{max-width:1000px;margin:0 auto;padding:20px}}.desktop-slider .slider-wrapper{position:absolute;display:flex;width:100%;transition:transform 180ms linear}.desktop-slider .info-slider-item{width:200px;height:200px;box-sizing:border-box;flex:0 0 25%;opacity:1;transform:scale(1);transition:opacity 200ms ease,transform 200ms ease}.desktop-slider .info-slider-item.animate{opacity:.3;transform:scale(0)}.desktop-slider .info-slider-item .deal-item:hover{cursor:pointer}.slider-arrow{display:flex;align-items:flex-end;padding-bottom:148px}.slider-arrow.active:hover{cursor:pointer}.add-another-piece-component{width:100%;position:relative}.add-another-piece-component .pane-listing{width:auto;border-color:rgba(0,0,0,0)}.add-another-piece-component .secondary-items-list{margin-bottom:20px}@media(min-width: 768px){.secondary-items-list{margin-top:17px}}.add-another-piece{font-style:normal;position:relative;color:#2c4eb5;background-color:#f2f0ee;z-index:2;font-size:14px;line-height:1;padding:19px 24px 19px 55px;border-radius:8px;border:2px solid #d2d5d7}.add-another-piece *{font:unset}@media(min-width: 768px){.add-another-piece{margin-top:17px}}.add-another-piece .icon{height:19px;width:19px;background:50% 50% no-repeat;left:24px;top:16px}.add-another-piece .icon.orange{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-plusIconOrange.svg")}.add-another-piece .icon.blue{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-plusIconBlue.svg")}.another-piece-overlay{top:0;bottom:0;left:0;right:0;z-index:4999;background-color:#a5a5a5;background-color:rgba(31,31,31,.4)}.another-piece-form{z-index:5000;background-color:#f2f0ee;min-height:52px;border-radius:8px}@media(min-width: 768px){.another-piece-form{margin-top:17px}}@media(max-width: 768px){.another-piece-form{border-radius:8px}}.another-piece-form [data-clarity-type=medium-primary-button] [data-clarity-type=button-animation]{transform:scale(0.75);left:-6px;position:relative}.another-piece-form.disabled,.another-piece-form .disabled{pointer-events:none;opacity:.5}.certificate-delete--modal{padding:20px 20px 15px;text-align:initial;border-radius:8px;display:flex;flex-direction:column}.certificate-delete--modal b{font-weight:600}.certificate-delete--modal .x{right:23px;top:22px;height:15px;font-size:26px;line-height:1;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/common/1751352967-x_black.svg")}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.certificate-delete--modal{height:auto;max-width:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;bottom:0;top:initial;animation-name:shipBack-popup-slide-up !important}.certificate-delete--modal.hide{animation-name:shipBack-popup-slide-down !important}}.certificate-delete--modal h2{line-height:32px !important;padding-bottom:15px;margin-bottom:24px;border-bottom:1px solid #f4f4f4;flex-basis:fit-content;height:fit-content}.certificate-delete--modal div{font-size:initial}.scheduleShipment{overflow-x:hidden}.scheduleShipment .address-input-ll:hover:enabled{background:#5a83ff radial-gradient(circle, transparent 1%, #5A83FF 1%) center/15000% !important}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){[data-clarity-type=modal-pattern] .scheduleShipment{padding-bottom:10vh}}.scheduleShipment .new-address-form-container{margin-top:5px}.scheduleShipment .scheduleShipment.in-progress{opacity:.5}.scheduleShipment .radio-help{font-family:"Roboto";font-weight:300;font-size:16px;line-height:26px;color:#919191;margin-left:40px;display:block}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.scheduleShipment .radio-help{margin-top:-16px}}.scheduleShipment .message-google-mui-auto-complete{font-family:"Open Sans",sans-serif;margin-bottom:10px}.scheduleShipment .input-google-maps-auto-complete{width:100%}.scheduleShipment .message-google-mui-auto-complete label{top:-3px;font-family:"Open Sans",sans-serif}.scheduleShipment .message-google-mui-auto-complete input{padding:12px 18px !important;line-height:24px !important;border-color:#919191}.scheduleShipment .message-google-mui-auto-complete{min-height:68px}.scheduleShipment .settingScheduleShipmentForm{width:100%;min-height:295px;min-width:272px;color:#000}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.scheduleShipment .settingScheduleShipmentForm{text-align:center;width:350px;min-height:380px;margin:0}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.scheduleShipment .settingScheduleShipmentForm{padding-left:24px;padding-right:24px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.scheduleShipment .settingScheduleShipmentForm .address-inputs-container{display:flex;flex-direction:column;justify-content:space-between;height:130px;width:auto}}.scheduleShipment .settingScheduleShipmentForm .address-inputs-container.disabled{pointer-events:none;opacity:.4}.scheduleShipment .settingScheduleShipmentForm.step-address.address-editing .new-address{margin-top:17px;padding-left:0}.scheduleShipment .settingScheduleShipmentForm.step-address .description.add-new-address{font:300 16px "Roboto";line-height:26px;list-style:normal;margin-bottom:35px}.scheduleShipment .settingScheduleShipmentForm.step-address .address-input{text-align:left;margin-bottom:5px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.scheduleShipment .settingScheduleShipmentForm.step-address .address-input{margin-bottom:11px}}.scheduleShipment .settingScheduleShipmentForm.step-address .apt-number-input{margin-bottom:3px}.scheduleShipment .settingScheduleShipmentForm.step-address.address-editing .address-input,.scheduleShipment .settingScheduleShipmentForm.step-address.address-editing .apt-number-input{margin-left:40px}.scheduleShipment .settingScheduleShipmentForm.step-address.address-editing .private-residence{font-family:unset;margin-left:33px;margin-bottom:18px;margin-top:-5px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.scheduleShipment .settingScheduleShipmentForm.step-pickup{margin-bottom:60px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.scheduleShipment .settingScheduleShipmentForm.step-pickup .pickup [data-clarity-type=radio],.scheduleShipment .settingScheduleShipmentForm.step-pickup .drop-off [data-clarity-type=radio]{margin-bottom:-12px}}.scheduleShipment .settingScheduleShipmentForm.step-message{font-family:"Roboto";font-weight:300;font-size:16px;line-height:28px;text-align:center}.scheduleShipment .settingScheduleShipmentForm .step-three-drop-off{min-height:360px}.scheduleShipment .settingScheduleShipmentForm .medium-link-button-full-width>[data-clarity-type=medium-primary-button]{display:block !important}.scheduleShipment .settingScheduleShipmentForm .description{font-weight:300;font-size:16px;line-height:26px;text-align:center}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.scheduleShipment .settingScheduleShipmentForm .description{margin-bottom:24px}.scheduleShipment .settingScheduleShipmentForm .description.update-phone{margin-bottom:36px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.scheduleShipment .settingScheduleShipmentForm .description{margin-bottom:40px}}.scheduleShipment .settingScheduleShipmentForm .private-residence{text-align:left}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.scheduleShipment .settingScheduleShipmentForm .private-residence{margin-left:-8px;margin-bottom:85px}}.scheduleShipment .settingScheduleShipmentForm b{font-weight:600}.scheduleShipment .settingScheduleShipmentForm .continue-with-address span{max-width:340px}.scheduleShipment .settingScheduleShipmentForm .new-address{margin-top:10px}.scheduleShipment .pickup-dropdown-container{margin:5px 0 14px 40px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.scheduleShipment .pickup-dropdown-container{margin:-10px 0 14px 40px}}.scheduleShipment .description strong{font-family:"Roboto";font-weight:600}.scheduleShipment .navigation-buttons{text-align:right;margin:0 auto}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.scheduleShipment .navigation-buttons{width:350px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.scheduleShipment .navigation-buttons{padding:0 18px}}.scheduleShipment .navigation-buttons .medium-primary-button,.scheduleShipment .navigation-buttons .medium-link-button{display:inline-block}.scheduleShipment .navigation-buttons .medium-primary-button button{min-width:100px !important}.scheduleShipment .navigation-buttons .medium-link-button a{padding-left:15px !important;padding-right:15px !important;margin-right:15px !important;min-width:70px !important}.scheduleShipment .settingScheduleShipmentForm{text-align:left}.scheduleShipment .schedule-shipment-insurance-partners{width:304px;margin:34px auto 30px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.scheduleShipment .schedule-shipment-insurance-partners{margin:20px auto}}.scheduleShipment .schedule-shipment-insurance-partners.top{position:relative;bottom:250px}.schedule-shipment-slider-forms{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:normal;align-items:stretch;align-content:stretch;animation-fill-mode:both;animation-duration:500ms;min-width:960px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.schedule-shipment-slider-forms{justify-content:space-around}}.schedule-shipment-forms{align-items:center;text-align:center;display:flex}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.schedule-shipment-forms{justify-content:space-around}}.schedule-or-edit-shipment-by-yourself .listing-title.h2{margin-top:35px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.schedule-or-edit-shipment-by-yourself .listing-title.h2{margin-bottom:0}}.shipping-kit .shipping-kit-steps-list{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:stretch;align-content:stretch;margin-bottom:4px;max-width:90%;margin-left:auto;margin-right:auto}.shipping-kit .shipping-kit-step-image{margin:0 auto;padding-top:10px;display:block;width:100px;height:80px;background:50% 50% no-repeat}.shipping-kit .shipping-kit-step-caption{position:relative;font-size:14px}.shipping-kit .shipping-kit-step-caption::before{content:counter(packing-kit-steps-counter) ". ";position:absolute;top:-20px;font-weight:bold;left:0}.shipping-kit .shipping-kit-step{counter-increment:packing-kit-steps-counter;margin-bottom:25px}.shipping-kit .shipping-kit-step:nth-of-type(2) .shipping-kit-step-image{background-position:20px 46%}.shipping-kit .shipping-kit-step:nth-of-type(3) .shipping-kit-step-image{background-position:15px 0}.shipping-kit .shipping-kit-step:nth-of-type(4) .shipping-kit-step-image{background-position:10px 0}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.shipping-kit [data-clarity-type=long-cta-popup]{position:absolute;top:70px}.shipping-kit [data-clarity-type=long-cta-popup] div div[class^=long-cta-popup]{margin-left:auto !important;margin-right:auto !important}}.shipping-kit .shipping-kit-missing-everything{background:url("https://cdn0.worthy.com/worthy_app/assets/images/shippingKit/1751352967-box.svg") 38px 50% no-repeat #fff7ea;padding:20px 20px 20px 96px;text-align:left;font-size:14px;line-height:20px}.shipping-kit .shipping-kit-missing-everything span,.shipping-kit .shipping-kit-missing-everything b{display:block;font-size:14px}.shipping-kit .shipping-kit-missing-everything b{color:orange}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.shipping-kit .shipping-kit-missing-everything b{cursor:pointer}}[data-clarity-type=modal-pattern] .shipping-kit .shipping-kit-missing-everything{margin-left:-24px;margin-right:-24px}.shipment-information-shipment-kit .listing-title.h3{line-height:1.2;font-size:21px;text-align:center;margin-bottom:24px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.shipment-information-shipment-kit .listing-title.h3{margin-bottom:36px}}.shipment-information-shipment-kit .shipping-kit-banner{font-size:16px;line-height:1.5;margin-bottom:24px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.shipment-information-shipment-kit .shipping-kit-banner{margin-bottom:32px}}.shipment-information-shipment-kit .shipping-kit-banner .pairs-container{background-color:#fff7ea;padding-bottom:24px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.shipment-information-shipment-kit .shipping-kit-banner .pairs-container{margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:24px}}.shipment-information-shipment-kit .shipping-kit-banner .shipping-kit-description{text-align:left;margin-bottom:24px}.shipment-information-shipment-kit .shipping-kit-banner b{font-weight:bold}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.shipment-information-shipment-kit .shipping-kit-banner .pairs-container .pair-item{position:relative}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.shipment-information-shipment-kit .shipping-kit-banner .pairs-container .pair-item .pair-name{left:25px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.shipment-information-shipment-kit .shipping-kit-banner .pairs-container .pair-item .pair-value{margin-left:142px}}.shipping-kit-tracking-cta-wrap{max-width:350px;margin:0 auto}.shipping-kit-tracking-cta-wrap>div{display:block !important}.shipping-kit-tracking-cta-wrap>div>button{display:block !important;width:100% !important}.shipping-kit-request-popup{position:fixed;z-index:5001;left:0;top:0;bottom:0;right:0}.shipping-kit-request-popup [data-clarity-type=medium-link-button]{display:grid !important}.shipping-kit-request-popup b{font-weight:600}.shipping-kit-request-popup__inner{transform:translateY(50%)}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.shipping-kit-request-popup__inner{transform:translateY(calc(50% - 26px))}}.shipping-kit-request-popup:before{content:"";background:rgba(0,0,0,.6);position:fixed;left:0;top:0;bottom:0;right:0}.popup-shipping-kit-request{width:468px;max-width:468px;border-radius:8px;padding-bottom:30px}.popup-shipping-kit-request h2{font-size:22px;line-height:32px;text-align:center;margin-bottom:36px;margin-top:2px;border:0;font-weight:600}.popup-shipping-kit-request .shipping-kit-popup{font-size:16px;line-height:1.62}.popup-shipping-kit-request .shipping-kit-popup b{font-weight:bold}.popup-shipping-kit-request .x{display:none !important}.popup-shipping-kit-request .shipping-kit-popup-button-wrap{width:260px;margin:0 auto}.popup-shipping-kit-request [data-clarity-type=medium-link-button]{display:block !important}.popup-shipping-kit-request [data-clarity-type=medium-link-button] a{display:block !important}.popup-shipping-kit-request button{height:inherit}.popup-shipping-kit-request [data-clarity-type=medium-primary-button]{color:#fff;display:block !important}.popup-shipping-kit-request [data-clarity-type=medium-primary-button] button{display:block !important}.popup-shipping-kit-request [data-clarity-type=medium-primary-button] button{margin:46px auto 20px !important}.popup-shipping-kit-request [data-clarity-type=medium-primary-button] button div{color:#fff !important}.slide-container{overflow:hidden}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.slide-container{padding:0 25px}}.slide-container .schedule-call-content{min-height:430px;padding:0 24px;transition:left .8s ease 0s}.slide-container .schedule-call-content .button-container{margin-bottom:20px;justify-content:flex-end}.slide-container .schedule-call-content .margin-top-auto{margin-top:auto}.slide-container .schedule-call-content .text-container{margin:0 auto 25px}.slide-container .schedule-call-content .text-container div[data-clarity-type=regular] span{font:300 16px "Roboto" !important;font-style:normal !important;line-height:26px !important}.slide-container .schedule-call-content .phone-input-container{margin-left:40px}.slide-container .schedule-call-content b.phone{font-weight:600;margin-left:5px}.slide-container .schedule-call-content .stage{min-width:100%;margin-right:25%}.slide-container .logos{width:90%}.popup-schedule-call{padding:20px 0}.section h1,.section h2,.section h3,.section h4{font-family:"Open Sans",sans-serif}.section h1.title{padding:30px 20px 20px;text-transform:uppercase;font-size:6.1112vmin}@media(max-device-width: 320px){.section h1.title{font-size:1.57em}}.section .center{text-align:center}.section>div{margin:auto;width:auto}.slider-section{overflow:hidden;background:#f9f9f9;font-size:4.6vmin}.slider-section .title{text-transform:uppercase}.slider-section .slider-outer{overflow:auto;-webkit-overflow-scrolling:touch;margin-bottom:-25px;padding-bottom:25px}.slider-section .slider-outer .slider-inner{display:flex;min-width:248vw;max-width:none !important;padding-bottom:30px}.slider-section .slider-outer .slider-inner>*:first-child,.slider-section .slider-outer .slider-inner>*:last-child{margin-left:20px !important}.navigator-wrapper{background:#3e89aa;display:flex;flex-direction:column;justify-content:space-evenly}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.navigator-wrapper{min-height:76.32vmin}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (max-width: 320px),screen and (max-device-height: 767px)and (orientation: landscape)and (max-width: 320px),screen and (max-width: 767px)and (orientation: portrait)and (max-width: 320px),screen and (max-width: 767px)and (orientation: landscape)and (max-width: 320px){.navigator-wrapper{min-height:100.32vmin}}.navigator-wrapper .text{text-align:center;color:#fff;font-weight:bold}.navigator-wrapper .text .title{color:#fff;font-size:36px;padding:0 30px;text-transform:capitalize}.navigator-wrapper .text .subtitle{font-size:18px;padding-top:10px;padding-bottom:20px}.navigator-wrapper .buttons-n-icons{text-align:center}.navigator-wrapper .buttons-n-icons>div{padding-bottom:10px}.home-page-submission-form .title{font-weight:bold;text-align:center}.home-page-submission-form .sell-item-wizard{display:none}.home-page-submission-form .tabs{display:flex;justify-content:space-evenly;padding:0 0 10px}.home-page-submission-form .tabs .tab-structure .tab{text-align:center;padding:12px 15px 10px;color:#000}.home-page-submission-form .tabs .tab-structure .tab .icon{padding-bottom:6px}.home-page-submission-form .tabs .tab-structure .tab .icon .svg path{stroke:#000}.home-page-submission-form .tabs .tab-structure .tab .icon .svg.ring path:nth-child(5){stroke-width:0;fill:#000}.home-page-submission-form .tabs .tab-structure .tab .icon .svg.jewelerySvg path:first-child{fill:#000}.home-page-submission-form .tabs .tab-structure .tab .text{width:80px}.home-page-submission-form .tabs .tab-structure.active .tab .text{font-weight:bold}.home-page-submission-form .tabs .tab-structure.active .rounded-border{opacity:1}.home-page-submission-form .tabs .tab-structure .rounded-border{height:4px;width:60px;background:#f5a723;line-height:0;border-radius:4px;margin:0 auto;opacity:0}.home-page-submission-form #submit-item-container .bottom-text{display:none}.home-page-submission-form #submit-item-container .title{text-align:center}.home-page-submission-form #submit-jb-form{margin-bottom:25px}.how-it-works{padding:3vmin 0 0}.how-it-works h1.title{margin-bottom:2vmin;margin-top:8vmin;font-weight:700;text-align:center;padding:0}.how-it-works .subtitle{margin:0 50px;font-size:16px;line-height:28px;text-transform:none;font-weight:400;color:#141414}@media(max-device-width: 360px){.how-it-works .subtitle{margin:0 25px}}.how-it-works .steps{display:flex;flex-direction:column;font-size:4.3vmin;font-weight:700;padding:0 9vmin}.how-it-works .steps a{margin:0;border:none;outline:none}.how-it-works .steps .step{display:flex;text-decoration:none;justify-content:center;margin:0 0 60px;text-align:center;color:#141414}.how-it-works .steps .step:nth-child(2){margin-bottom:30px}.how-it-works .steps .step .step-num{font-size:22px}.how-it-works .steps .step .step-preview .step-img{margin-bottom:5px}.how-it-works .steps .step .step-preview .step-desc{color:#141414}.how-it-works .steps .step .step-preview .step-desc .num{font-size:22px;padding-top:6px;font-weight:800}.how-it-works .steps .step .step-preview .step-desc .desc{font-size:18px;margin-bottom:6px;text-transform:capitalize;font-weight:700}.how-it-works .steps .step .step-preview .step-desc .underline{width:30px;margin:5px auto 10px;border:1px solid #141414;border-radius:4px}.how-it-works .steps .step .step-preview .step-desc .text{width:100%;line-height:25px;font-size:20px;font-weight:bold;color:#141414;padding-bottom:6px}.how-it-works .steps .step .step-preview .step-desc .content{font-weight:400;line-height:28px;text-transform:none}.how-it-works .steps .step .step-preview .step-desc .period{padding-top:10px;color:#c4c4c4;text-transform:capitalize;font-weight:600}.how-it-works .steps .step .step-preview .step-desc .step-num{font-size:20px;font-weight:800;color:#141414}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.how-it-works .steps .step .step-preview.reverse{flex-direction:row-reverse;justify-content:space-between}.how-it-works .steps .step .step-preview.reverse .step-img{margin-right:0}}.icon.drawer.right{padding-left:0}.quote{flex:1;background:#fff;border:1px solid #d6d6d6;height:42vw;margin:0 2.6vw;color:#141414;display:flex;flex-direction:column;text-decoration:none}.quote .text{text-align:center;padding:0 10px}.quote .logo{max-width:59vw;margin:0 auto}.reviews-wrapper.slider-section .slider-outer .slider-inner{width:278vw}.reviews-wrapper.slider-section .review{border:1px solid #d6d6d6;margin:0 2.6vw;padding:2em;color:#141414;background-color:#fff;display:flex;flex-direction:column;justify-content:space-evenly}.reviews-wrapper.slider-section .review .platform-n-stars{display:flex;justify-content:space-between}.reviews-wrapper.slider-section .review .platform-n-stars img{top:3.2vw}.reviews-wrapper.slider-section .review .platform-n-stars .platform img{max-width:100px;max-height:33px}.reviews-wrapper.slider-section .review .content{padding:20px 0}.reviews-wrapper.slider-section .review .content .text{font-style:italic;padding-bottom:10px}.reviews-wrapper.slider-section .review .link{color:#f5a623;text-decoration:underline;white-space:nowrap}.stat-wrapper{border-width:1px 0;border-style:solid;border-color:#ededed;padding:10px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff}.stat-wrapper .stats{padding:0 20px}.stat-wrapper .stats.skeleton{padding:30px 20px;display:flex}.stat-wrapper .stats.skeleton .stat .img-icon,.stat-wrapper .stats.skeleton .stat .number,.stat-wrapper .stats.skeleton .stat .text{background:linear-gradient(-90deg, #f0f0f0 0%, #ece6e6 50%, #f0f0f0 100%);background-size:400% 400%;animation:skeleton-pulse 1.2s ease-in-out infinite;border-radius:5px}.stat-wrapper .stats.skeleton .stat .img-icon{width:58px;height:64px;border-radius:4px}.stat-wrapper .stats.skeleton .stat .content{height:64px;margin-left:22px;border-radius:4px}.stat-wrapper .stats.skeleton .stat .number{width:50px;height:25px;margin-bottom:6px;margin-top:4px}.stat-wrapper .stats.skeleton .stat .text{width:196px;height:28px;border-radius:4px}.stat-wrapper .stats .stat{padding:30px 0;display:flex}.stat-wrapper .stats .stat .img-icon{display:inline-block;width:58px;height:64px;vertical-align:middle;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/homepage/1751352967-sprite_compressed.png");margin-right:20px}.stat-wrapper .stats .stat .img-icon.ring{background-position:-384px -19px}.stat-wrapper .stats .stat .img-icon.micros{background-position:-458px -19px}.stat-wrapper .stats .stat .img-icon.glob{background-position:-305px -19px}.stat-wrapper .stats .stat .content .number{margin-top:7px;font-size:26px;color:#141414;font-weight:600;padding-bottom:0}.stat-wrapper .stats .stat .content .text{font-size:16px;color:#686868}.stats{padding:0 20px}.stats.skeleton .stat{padding:30px 20px;display:flex}.stats.skeleton .stat:nth-child(2) .text{width:120px}.stats.skeleton .stat .img-icon,.stats.skeleton .stat .number,.stats.skeleton .stat .text{background:linear-gradient(-90deg, #f0f0f0 0%, #ece6e6 50%, #f0f0f0 100%);background-size:400% 400%;animation:skeleton-pulse 1.2s ease-in-out infinite;border-radius:5px}.stats.skeleton .stat .img-icon{width:58px;height:64px;border-radius:4px}.stats.skeleton .stat .content{height:64px;margin-left:22px;border-radius:4px}.stats.skeleton .stat .number{width:50px;height:25px;margin-bottom:6px;margin-top:4px}.stats.skeleton .stat .text{width:150px;height:28px;border-radius:4px}.commitment{padding:0 20px;overflow:hidden;color:#141414;background:#f9f9f9}.commitment h1.title{padding:30px 0 4px}.commitment .bg-wrapper{background-repeat:no-repeat;position:relative;background-size:contain;height:510px;background-position:100% 0;background-color:#fff;margin-top:25px;padding:60% 20px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/homepage/1751352967-woman_grading_5.jpg")}.commitment .bg-wrapper .subtitle{font-weight:600;font-size:18px;margin-top:0;margin-bottom:10px;text-transform:capitalize}.commitment .bg-wrapper .text{font-size:17px}.commitment .bg-wrapper .spr2.gia{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/homepage/1751352967-gia_new_compressed.png");background-size:100%;width:196px;height:94px;position:absolute;bottom:15px;left:20px}#features-and-newsletter-section{padding:30px 20px 0;background:#f9f9f9}#features-and-newsletter-section .features-and-newsletter{background:#f9f9f9;padding-bottom:30px}#features-and-newsletter-section .features-and-newsletter .title{padding:30px 0 20px}#features-and-newsletter-section .features-and-newsletter .features a img{width:100%}#features-and-newsletter-section .features-and-newsletter .newsletter{display:flex;flex-direction:column}#features-and-newsletter-section .features-and-newsletter .newsletter .label{font-weight:600;font-size:18px;text-align:left;color:#141414;text-transform:capitalize;margin:18px 0}@media(max-device-width: 320px){#features-and-newsletter-section .features-and-newsletter .newsletter .label{font-size:16px}}#features-and-newsletter-section .features-and-newsletter .newsletter .input-email{border:1px solid #ededed;line-height:50px;height:50px;padding:0 10px;font-size:14px;border-radius:0;margin:0;width:100%;display:inline-block;box-sizing:border-box;transition:.5s all}#features-and-newsletter-section .features-and-newsletter .newsletter .input-email:focus{border-color:#bbb9b9}#features-and-newsletter-section .features-and-newsletter .newsletter .error-input{color:red;padding-top:10px}#features-and-newsletter-section .features-and-newsletter .newsletter .after-submission h3,#features-and-newsletter-section .features-and-newsletter .newsletter .after-submission h5{text-transform:capitalize;color:#141414;font-weight:600}#features-and-newsletter-section .features-and-newsletter .newsletter .after-submission h3{margin-top:18px;font-size:18px}#features-and-newsletter-section .features-and-newsletter .newsletter .after-submission h5{font-family:"Open Sans",sans-serif;display:block;font-size:.83em;margin-block-start:1.67em;margin-block-end:1.67em;margin-inline-start:0;margin-inline-end:0}#features-and-newsletter-section .features-and-newsletter .newsletter .btn{background-color:#c8b279;color:#fff;text-align:center;display:inline-block;box-sizing:border-box;border-color:#c0a767;border-radius:30px;padding:0 10px;text-decoration:none}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#features-and-newsletter-section .features-and-newsletter .newsletter .btn{width:90%;line-height:12.5vmin !important;font-size:4.4vmin !important;margin:12px auto}}#live-auctions a{color:#141414}#live-auctions .slider-inner{min-width:412vw}@media(max-device-width: 320px){#live-auctions .slider-inner{min-width:428vw}}#live-auctions .auction{flex:1;background:#fff;margin:0 2.6vw;padding:1em 1.5em 0;border:1px solid #d6d6d6;text-decoration:none}#live-auctions .auction:first-child{margin-left:20px}#live-auctions .auction .header{display:flex;justify-content:space-between}#live-auctions .auction .header .time-left{width:47.81vw}#live-auctions .auction .header .time-left.warning{color:red}#live-auctions .auction .header .right{display:flex;justify-content:space-between}#live-auctions .auction .header .right .views{margin-right:5px}#live-auctions .auction .content{padding:15px 0;font-family:"Open Sans",sans-serif}#live-auctions .auction .content img{height:62%;display:block;width:100%;margin:1.5vw auto 3.5vw;top:3.2vw;max-width:240px}#live-auctions .auction .content .current-bid{font-weight:bold;margin-top:5px}.auction-wrapper-skeleton{height:386px;background:#f9f9f9;padding:30px 20px 0;width:100%}.auction-wrapper-skeleton .title,.auction-wrapper-skeleton .time-left,.auction-wrapper-skeleton .right,.auction-wrapper-skeleton .current-bid,.auction-wrapper-skeleton .description,.auction-wrapper-skeleton .img{background:linear-gradient(-90deg, #f0f0f0 0%, #ece6e6 50%, #f0f0f0 100%);background-size:400% 400%;animation:skeleton-pulse 1.2s ease-in-out infinite;border-radius:5px}.auction-wrapper-skeleton .title{height:25px;width:196px}.auction-wrapper-skeleton .auctions{margin-top:24px;height:277px;display:flex}.auction-wrapper-skeleton .auctions .auction{height:276px;background:#fff;min-width:75%;box-sizing:border-box;padding:0 20px}.auction-wrapper-skeleton .auctions .auction:first-of-type{margin-right:20px}.auction-wrapper-skeleton .auctions .auction .header{height:22px;margin-top:18px;display:flex;justify-content:space-between}.auction-wrapper-skeleton .auctions .auction .header .time-left{width:42%;height:inherit}.auction-wrapper-skeleton .auctions .auction .header .right{height:inherit;width:60px}.auction-wrapper-skeleton .auctions .auction .content{display:flex;flex-direction:column}.auction-wrapper-skeleton .auctions .auction .content .img{height:130px;width:95%;margin:20px auto 0;border:none}.auction-wrapper-skeleton .auctions .auction .content .description{height:15px;width:120px;margin-top:15px;margin-bottom:14px}.auction-wrapper-skeleton .auctions .auction .content .current-bid{height:15px;width:173px}.recent-deals-wrapper{text-decoration:none}.recent-deals-wrapper .explore-market-place{display:block;width:100%;background:#f9f9f9;padding:0 0 30px;margin-left:20px;font-size:16px;font-weight:600;color:#f5a623 !important}.recent-deals-wrapper .slider-outer{margin-bottom:0;padding-bottom:0;-ms-overflow-style:none;scrollbar-width:none}.recent-deals-wrapper .slider-outer::-webkit-scrollbar{display:none}.recent-deals-wrapper .slider-outer .slider-inner{min-width:330vw}.recent-deals-wrapper .deal{background:#fff;margin:0 2.6vw;border:1px solid #d6d6d6;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;flex:1;text-decoration:none;max-width:76vw}.recent-deals-wrapper .deal .pic{padding-top:44vw;background-repeat:no-repeat;background-position:50%}.recent-deals-wrapper .deal .sold{font-size:6.1vw;font-weight:600;color:#686868}.recent-deals-wrapper .deal .sold,.recent-deals-wrapper .deal .price-n-bids{padding:0 6vw .6vw}.recent-deals-wrapper .deal .price-n-bids{display:flex;margin-bottom:18px}.recent-deals-wrapper .deal .price-n-bids .price{font-size:4.3vw;color:#141414;line-height:14px;margin-right:40px}.recent-deals-wrapper .deal .price-n-bids .bids{font-size:3.6vw;width:38vw;text-align:right}.recent-deals-wrapper-skeleton{height:375px;background:#f9f9f9;padding:30px 20px 0}.recent-deals-wrapper-skeleton .title,.recent-deals-wrapper-skeleton .explore-market-place,.recent-deals-wrapper-skeleton .pic,.recent-deals-wrapper-skeleton .sold,.recent-deals-wrapper-skeleton .price,.recent-deals-wrapper-skeleton .bids{background:linear-gradient(-90deg, #f0f0f0 0%, #ece6e6 50%, #f0f0f0 100%);background-size:400% 400%;animation:skeleton-pulse 1.2s ease-in-out infinite;border-radius:5px}.recent-deals-wrapper-skeleton .title{height:25px;width:240px;margin-bottom:22px}.recent-deals-wrapper-skeleton .deals{width:608px;box-sizing:border-box;display:flex;justify-content:space-evenly;flex-direction:row;margin-right:20px;margin-bottom:32px}.recent-deals-wrapper-skeleton .deals .recent-deal{width:290px;height:235px;margin-right:20px;display:flex;justify-content:flex-start;flex-direction:column;background-color:#fff}.recent-deals-wrapper-skeleton .deals .recent-deal .pic,.recent-deals-wrapper-skeleton .deals .recent-deal .sold,.recent-deals-wrapper-skeleton .deals .recent-deal .price-n-bids{margin-left:20px}.recent-deals-wrapper-skeleton .deals .recent-deal .price,.recent-deals-wrapper-skeleton .deals .recent-deal .bids{display:inline-block}.recent-deals-wrapper-skeleton .deals .recent-deal .pic{width:85%;height:140px;margin:10px auto}.recent-deals-wrapper-skeleton .deals .recent-deal .sold{height:22px;width:23%;margin-top:10px}.recent-deals-wrapper-skeleton .deals .recent-deal .price-n-bids{height:20px;margin:4px 20px 8px;display:flex;justify-content:space-between}.recent-deals-wrapper-skeleton .deals .recent-deal .price-n-bids .price{height:17px;width:58px}.recent-deals-wrapper-skeleton .deals .recent-deal .price-n-bids .bids{width:141px;height:17px}.recent-deals-wrapper-skeleton .explore-market-place{height:25px;width:27%}#page-footer{display:inline-block;width:100%;overflow:hidden;text-align:center;color:#4a4a4e}#page-footer:before{content:"";display:block;width:100%;box-shadow:0 0 5px 1px #878787}#page-footer #footer-header{display:flex;color:#f5a723;margin:20px auto 10px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#page-footer #footer-header{width:90vw}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#page-footer #footer-header{width:900px;max-width:90vw}}#page-footer #footer-header *:first-child{margin-right:auto;color:#000}#page-footer #footer-header .help-button{height:7.5vmin;width:7.5vmin}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#page-footer{margin:10px 0 20px}#page-footer #footer-header *:first-child{font-size:18px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#page-footer{margin-bottom:10px}#page-footer #footer-header *:first-child{font-size:4.6vmin}}.video-link{float:left}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.video-link{width:calc((900px / 5) - 20px);max-width:calc((90vw / 5) - 20px)}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.video-link{width:100%}}.video-link img{border-radius:3px;cursor:pointer;position:relative;z-index:10}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.video-link img{height:calc(calc((900px / 5) - 20px)/1.55);max-height:calc(calc((90vw / 5) - 20px)/1.55)}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.video-link img{height:100%}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.video-link img{width:calc((900px / 5) - 20px);max-width:calc((90vw / 5) - 20px)}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.video-link img{width:100%}}.video-link p{text-align:left;line-height:1.4;white-space:nowrap}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.video-link p{width:calc((900px / 5) - 20px);max-width:calc((90vw / 5) - 20px)}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.video-link p{width:100%}}.video-link p:first-of-type{font-style:italic}.video-link .thumbnail-container{position:relative;font-size:20px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.video-link .thumbnail-container{height:calc(calc((900px / 5) - 20px)/1.55);max-height:calc(calc((90vw / 5) - 20px)/1.55)}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.video-link .thumbnail-container{height:17vmin}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.video-link .thumbnail-container{width:calc((900px / 5) - 20px);max-width:calc((90vw / 5) - 20px)}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.video-link .thumbnail-container{width:100%}}.video-link .thumbnail-container:before{content:"";width:100%;position:absolute;z-index:11;top:50%;left:50%;background:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-playIcon.svg") center no-repeat;transform:translate(-50%, -50%);color:#fff;cursor:pointer}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.video-link .thumbnail-container:before{width:calc((900px / 5) - 20px);max-width:calc((90vw / 5) - 20px)}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.video-link .thumbnail-container:before{width:100%}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.video-link .thumbnail-container:before{height:calc(calc((900px / 5) - 20px)/1.55);max-height:calc(calc((90vw / 5) - 20px)/1.55)}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.video-link .thumbnail-container:before{height:100%}}.video-link .thumbnail-container.loading:before{background-image:url("https://cdn0.worthy.com/worthy_app/assets/images/1751352967-loading.gif");background-size:10vmin}.video-link .stars:after{content:" ";display:block;white-space:pre;background:url("https://cdn0.worthy.com/worthy_app/assets/images/footer/1751352967-stars.png") no-repeat center left}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.video-link:not(:last-child){margin-right:calc((100% - 5 * calc((900px / 5) - 20px))/4)}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px)and (max-width: 1000px){.video-link:not(:last-child){margin-right:calc((100% - 5 * calc((90vw / 5) - 20px))/4)}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.video-link p{margin-top:5px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.video-link .stars:after{background-size:89px 20px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.video-link:not(:last-child){padding-right:4.5vmin}.video-link p{font-size:3.4vmin}.video-link p:first-of-type{margin-top:1vmin}.video-link p:not(.stars){width:0}.video-link .stars:after{background-size:15vmin 3.5vmin}.video-link .thumbnail-container:before{background-size:9vmin}.video-link .youtube{height:1px;width:1px;position:absolute;z-index:0;left:50%;top:50%}}#footer-content{margin-bottom:10px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#footer-content{width:90vw}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#footer-content{width:900px;max-width:90vw}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){#footer-content{margin:0 auto 10px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){#footer-content{width:95vw;-webkit-overflow-scrolling:touch;display:inline-block;padding:0 5vw 0;margin-bottom:-50px;padding-bottom:50px;-ms-overflow-style:none}#footer-content::-webkit-scrollbar{display:none;-webkit-appearance:none}#footer-content ul{display:inline-flex;padding-right:5vw}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape)and (orientation: portrait),screen and (max-width: 767px)and (orientation: portrait)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape)and (orientation: portrait){#footer-content{overflow-x:auto}#footer-content ul{width:calc(5*(26.35vmin) + 18vw)}}@media screen and (max-device-width: 767px)and (orientation: portrait)and (orientation: landscape),screen and (max-device-height: 767px)and (orientation: landscape)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait)and (orientation: landscape),screen and (max-width: 767px)and (orientation: landscape)and (orientation: landscape){#footer-content ul{width:95%}}footer .tab-list{padding:0;background-color:#fff}footer .tab-list:first-child{border-top:1px solid #dedede}footer .tab-list hr.divider{border-bottom:1px solid #dedede;background-color:rgba(0,0,0,0)}footer .tab-list .item{padding-top:16px;padding-bottom:16px;position:relative}footer .tab-list .item:focus{background-color:#fff}footer .tab-list .item .title{text-transform:uppercase;text-align:center;padding:0}footer .tab-list .item .title>span{color:#6a6a6a;-webkit-touch-callout:none;-webkit-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;font-family:"Open Sans",sans-serif;font-size:120%}footer .tab-list .item .arrow{cursor:pointer;display:inline-block;position:absolute;right:0px;top:0px;width:20%;height:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}footer .tab-list .item .arrow.arrow-down{background:url("https://cdn0.worthy.com/worthy_app/assets/images/footer/1751352967-black_arrow_down.png") center center no-repeat;background-size:20%}footer .tab-list .item .arrow.arrow-up{background:url("https://cdn0.worthy.com/worthy_app/assets/images/footer/1751352967-black_arrow_up.png") center center no-repeat;background-size:20%}footer .tab-list .sub-item{text-transform:capitalize;background:#f9f9f9;border-top:1px solid #dedede}footer .tab-list .sub-item:hover{background-color:#f9f9f9}footer .tab-list .sub-item .title{text-align:center}footer .tab-list .sub-item .title.no-change{text-transform:none}footer .tab-list .sub-item .title>span{padding:8px 0;color:#6a6a6a;font-family:"Open Sans",sans-serif;font-size:120%}.copyright{color:#666;text-align:center;font-size:80%;margin-top:1em;margin-bottom:1em;padding-top:2%;padding-bottom:12%;line-height:22px}.copyright p{margin:0}.copyright .address{display:inline}.grayish{color:#666}.logos-wrapper{background-color:#f9f9f9;padding:0 0 10px;display:block}.logos-wrapper .content{padding-top:20px;margin:0 20px;border-top:1px solid #ededed}.logos-wrapper .content .row{display:flex;justify-content:center}.logos-wrapper .content .row:first-of-type{padding-bottom:20px}.logos-wrapper .content .row .logo{background:url("https://cdn0.worthy.com/worthy_app/assets/images/footer/1751352967-footer-logos.png") no-repeat;background-size:750px;height:52px;width:72px;display:flex}.logos-wrapper .content .row .logo.insured{background-position:0px 0px;width:142px;height:40px}.logos-wrapper .content .row .logo.bbb{background-position:-163px 0px;width:73px;height:38px}.logos-wrapper .content .row .logo.brinks{background-position:-260px 0px;width:110px;height:42px}.logos-wrapper .content .row .logo.gia{background-position:-395px 0px;width:97px;height:55px}.logos-wrapper .content .row .logo.paypal{background-position:-515px 0px;width:120px;height:55px}.logos-wrapper .content .row .logo.hanover{background-position:-650px 0px;width:100px;height:55px}@media(max-device-width: 320px){.logos-wrapper .content .row .logo.gia,.logos-wrapper .content .row .logo.paypal,.logos-wrapper .content .row .logo.hanover{background-size:544px}.logos-wrapper .content .row .logo.insured{background-position:1px 5px;width:112px;background-size:520px}.logos-wrapper .content .row .logo.bbb{background-position:-165px 0;width:79px}.logos-wrapper .content .row .logo.brinks{width:116px}.logos-wrapper .content .row .logo.gia{background-position:-282px 0px}.logos-wrapper .content .row .logo.paypal{background-position:-363px 0px}.logos-wrapper .content .row .logo.hanover{background-position:-462px 0px}}.hamburger .icon{width:48px;height:48px;display:flex;flex-direction:column;justify-content:center;z-index:10000000}.hamburger .icon .strip{height:2px;width:18px;background-color:#000;margin:1.5px auto;transition:.4s smooth}.hamburger .icon .strip.gray{background-color:#b6bfd2}@media screen and (min-device-width: 768px)and (max-device-width: 1024px),screen and (min-device-width: 481px)and (max-device-width: 767px)and (orientation: portrait),screen and (min-width: 768px)and (max-width: 1024px),screen and (min-width: 481px)and (max-width: 767px)and (orientation: portrait){.hamburger .icon .strip{height:4px;width:24px;margin:2px auto}}.hamburger-drawer>div[role=document]{left:0;background-color:#2b353c}.hamburger-drawer>div[role=document] .menu-header-v4{display:flex;align-items:center;justify-content:space-between;padding:24px 19px 13px}.hamburger-drawer>div[role=document] .menu-header-v4 .logo-link-v4{display:flex}.hamburger-drawer>div[role=document] .menu-header-v4 .logo-link-v4 img{height:21px}.hamburger-drawer>div[role=document] .explore-icon{transform:rotate(0deg);transition:all .5s ease-in-out;margin-right:8px}.hamburger-drawer>div[role=document] .explore-icon.opened{transform:rotate(180deg)}.hamburger-drawer>div[role=document] .explore-submenu{max-height:0;overflow:hidden;transition:all .5s ease-in-out}.hamburger-drawer>div[role=document] .explore-submenu.opened{max-height:500px}.hamburger-drawer>div[role=document]>ul{padding:0 17px;flex-grow:5}.hamburger-drawer>div[role=document]>ul a{padding:19px 0}.hamburger-drawer>div[role=document]>ul a span{font-weight:400;font-family:"Uncut Sans",serif;font-size:18px}.hamburger-drawer>div[role=document]>ul a .list-item-text{color:#fff}.hamburger-drawer>div[role=document]>ul hr{background-color:#7a8994}.hamburger-drawer>div[role=document]>ul>hr:last-child{display:none}.hamburger-drawer>div[role=document]>ul ul{padding:0}.hamburger-drawer>div[role=document]>ul ul a{padding:14px 0 14px 16px !important}.hamburger-drawer>div[role=document]>ul .beta-wrapper{background:#cfd4d8;width:auto;height:auto}.hamburger-drawer>div[role=document]>ul .beta-wrapper .beta-tag{margin:5px 15px;color:#2c4eb5;font-size:16px;font-weight:500}.hamburger-drawer>div[role=document] .contact_us{background-color:#f2f0ee;border-radius:8px;padding:16px;margin:24px 17px}.hamburger-drawer>div[role=document] .contact_us h3{font-size:16px;font-weight:700;font-family:"Uncut Sans",serif;color:#7a8994;margin-bottom:8px}.hamburger-drawer>div[role=document] .contact_us .address_line{color:#47566d}.hamburger-drawer>div[role=document] .contact_us .contact_ways{color:#7a8994;margin-bottom:16px}.hamburger-drawer>div[role=document] .contact_us .contact_ways a{color:#2c4eb5;text-decoration:none}.hamburger-drawer .hamburger-paper-left{width:77vw;margin-top:45px;height:95%;background-color:#f2f0ee}@media(max-device-width: 320px){.hamburger-drawer .hamburger-paper-left>ul{padding-top:0}}.hamburger-drawer .hamburger-paper-left .list-item{padding-top:14px;padding-bottom:14px}.hamburger-drawer .hamburger-paper-left .list-item .list-item-text{font-size:1.2rem}.hamburger-drawer .hamburger-paper-left .divider{width:90%;margin:0 auto}.fixed{position:sticky}.fixed header{border-bottom:1px solid #e0e0e0}.hamburger-sub-list-item{padding-left:3rem !important}.beta-wrapper{margin-top:1px;margin-left:100px;border-radius:6px;position:absolute;background:#eaefff;width:44px;height:24px}@media(max-width: 770px){.beta-wrapper{margin-top:5px}}.beta-tag{rounded:2;color:#2d5dec;font-style:normal;font-weight:400;font-size:12px;line-height:30px;width:33.75px;height:12.96px;display:flex;align-items:center;margin:5px;margin-top:6px;margin-left:10px;text-align:center}.light-trends{max-width:1000px;color:#000;margin:17px auto 16px;font-size:16px}.light-trends h1{margin-top:30px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.light-trends{margin-bottom:47px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.light-trends>*{padding-left:24px;padding-right:24px}}.light-trends .helper-text{font-size:16px;color:#919191;line-height:24px}.light-trends .total-range{border-right:1px solid #dbdbdb}.light-trends .diamond-range{margin-left:20px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.light-trends .diamond-range{margin-right:20px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.light-trends .static-range{margin-right:50px}}.light-trends .values-range{margin-bottom:30px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.light-trends .values-range{margin-top:25px}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.light-trends .values-range{margin-top:40px}}.light-trends .values-range .range-price{padding-top:10px;font-size:18px}.light-trends .values-range .range-price.total{font-weight:700}.light-trends .values-range .range-price.static{color:#919191}.light-trends .values-range .range-desc{font-size:14px;color:#919191;line-height:19px}.light-trends .values-range .range-desc.total{font-weight:700}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.light-trends .values-range{min-width:650px;width:185%;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;align-content:stretch;scrollbar-width:none;-ms-overflow-style:none}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.light-trends .slider-wrapper{overflow:auto}.light-trends .slider-wrapper::-webkit-scrollbar{display:none;-webkit-appearance:none}}.light-trends .sell-your-ring{padding:19px 24px 21px 24px;box-shadow:0 0 40px rgba(0,0,0,.1);border:1px solid #f2f2f2;border-radius:8px}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.light-trends .sell-your-ring{margin-top:40px;margin-bottom:38px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.light-trends .sell-your-ring{margin-top:30px;width:100%}}.light-trends .sell-your-ring .title{font-size:20px;font-weight:700;line-height:32px;margin-bottom:8px}.light-trends .sell-your-ring img{margin-right:5px}.light-trends .sell-your-ring .tip{margin-bottom:8px;font-size:14px}.light-trends .sell-your-ring .trustpilot-widget{text-align:left;margin-top:42px}.similar-items-full-width{max-width:100%;background-color:#f2f2f2}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.similar-items-full-width{padding-top:54px}}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.similar-items-full-width{padding-top:47px}}.similar-items-full-width .similar-items{max-width:1000px;margin:0 auto;position:relative}.similar-items-full-width .similar-items .similar-title{font-size:20px;line-height:32px;font-weight:700;margin-bottom:24px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.similar-items-full-width{padding-right:24px;padding-left:24px}}.main-item-sticky-wrapper{position:sticky;margin:17px auto;top:70px}@media screen and (max-device-width: 767px)and (orientation: portrait),screen and (max-device-height: 767px)and (orientation: landscape),screen and (max-width: 767px)and (orientation: portrait),screen and (max-width: 767px)and (orientation: landscape){.main-item-sticky-wrapper{padding-left:24px;padding-right:24px;margin:0 auto;z-index:1}}@media screen and (min-device-width: 768px)and (min-device-height: 768px)and (min-width: 768px){.main-item-sticky-wrapper{max-width:1000px;position:sticky;z-index:2000}}.recent-deals-container .sold-line{font-size:16px;line-height:20px}.recent-deals-container .sold-desc{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:14px;line-height:20px}.recent-deals-container b{font-weight:bold}.recent-deals-container img{width:100%;margin-bottom:15px;height:auto;max-width:100%}.recent-deals-container .deal-item{text-align:center;margin-bottom:20px}.recent-deals-container .deal-item:hover{cursor:pointer}.recent-deals-container .deal-item>div{width:92%;margin:0 auto}
