:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:Jost;font-style:normal;font-weight:300;font-display:swap;src:url(https://cdn.wasalt.sa/fonts_fe/92zatBhPNqw73oDd4iYl.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Jost;font-style:normal;font-weight:300;font-display:swap;src:url(https://cdn.wasalt.sa/fonts_fe/92zatBhPNqw73ord4iYl.woff2) format("woff2");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Jost;font-style:normal;font-weight:300;font-display:swap;src:url(https://cdn.wasalt.sa/fonts_fe/92zatBhPNqw73oTd4g.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Jost;font-style:normal;font-weight:400;font-display:swap;src:url(https://cdn.wasalt.sa/fonts_fe/92zatBhPNqw73oDd4iYl.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Jost;font-style:normal;font-weight:400;font-display:swap;src:url(https://cdn.wasalt.sa/fonts_fe/92zatBhPNqw73ord4iYl.woff2) format("woff2");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Jost;font-style:normal;font-weight:400;font-display:swap;src:url(https://cdn.wasalt.sa/fonts_fe/92zatBhPNqw73oTd4g.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Jost;font-style:normal;font-weight:500;font-display:swap;src:url(https://cdn.wasalt.sa/fonts_fe/92zatBhPNqw73oDd4iYl.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Jost;font-style:normal;font-weight:500;font-display:swap;src:url(https://cdn.wasalt.sa/fonts_fe/92zatBhPNqw73ord4iYl.woff2) format("woff2");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Jost;font-style:normal;font-weight:500;font-display:swap;src:url(https://cdn.wasalt.sa/fonts_fe/92zatBhPNqw73oTd4g.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Jost;font-style:normal;font-weight:600;font-display:swap;src:url(https://cdn.wasalt.sa/fonts_fe/92zatBhPNqw73oDd4iYl.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Jost;font-style:normal;font-weight:600;font-display:swap;src:url(https://cdn.wasalt.sa/fonts_fe/92zatBhPNqw73ord4iYl.woff2) format("woff2");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Jost;font-style:normal;font-weight:600;font-display:swap;src:url(https://cdn.wasalt.sa/fonts_fe/92zatBhPNqw73oTd4g.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Jost;font-style:normal;font-weight:700;font-display:swap;src:url(https://cdn.wasalt.sa/fonts_fe/92zatBhPNqw73oDd4iYl.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Jost;font-style:normal;font-weight:700;font-display:swap;src:url(https://cdn.wasalt.sa/fonts_fe/92zatBhPNqw73ord4iYl.woff2) format("woff2");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Jost;font-style:normal;font-weight:700;font-display:swap;src:url(https://cdn.wasalt.sa/fonts_fe/92zatBhPNqw73oTd4g.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Jost;font-style:normal;font-weight:800;font-display:swap;src:url(https://cdn.wasalt.sa/fonts_fe/92zatBhPNqw73oDd4iYl.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Jost;font-style:normal;font-weight:800;font-display:swap;src:url(https://cdn.wasalt.sa/fonts_fe/92zatBhPNqw73ord4iYl.woff2) format("woff2");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Jost;font-style:normal;font-weight:800;font-display:swap;src:url(https://cdn.wasalt.sa/fonts_fe/92zatBhPNqw73oTd4g.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Noto Kufi Arabic;font-style:normal;font-weight:100 900;font-display:swap;src:url(https://cdn.wasalt.sa/fonts_fe/CSRk4ydQnPyaDxEXLFF6LZVLKrodrOYFFkCqIzAUWw.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}:root{--arabic-font:"Noto Kufi Arabic",sans-serif}.skeleton_on{background-image:linear-gradient(#ececf0,#d9d9e0);border-radius:4px;color:transparent!important;position:relative;width:-moz-fit-content;width:fit-content;border:none!important;&:before{content:"";position:absolute;width:100%;height:100%;background-image:linear-gradient(#ececf0,#d9d9e0);border-radius:4px;z-index:1;left:0;top:0}}.skeleton_auction_timer{background-image:linear-gradient(#ececf0,#d9d9e0);.bigColoredText{background-image:linear-gradient(#ececf0,#d9d9e0);border-radius:4px;color:transparent!important}div[aria-label="Countdown timer"]{background:#acacac;border-radius:50%;svg{opacity:0}}}.skeleton_spacing{margin-bottom:4px!important}.skeleton_full_width{width:100%}.tooltipAdpBid{position:absolute;inset:0 auto auto 60px!important}@media (max-width:768px){.tooltipAdpBid{position:absolute;inset:0 auto auto -60px!important}.tooltipAdpBid .tooltip_tooltipArrow{position:absolute;left:60px!important;transform:translate3d(143.2px,0,0)}}.tooltipAdpBid .tooltip_tooltipArrow{position:absolute;left:-60px!important;transform:translate3d(143.2px,0,0)}.tab__close{display:flex;color:#191919;background:#fff;cursor:pointer;border-radius:4px;justify-content:flex-end;padding:.5rem 1rem;font-size:.75rem}.myGdpSwiper{border-top-left-radius:8px;border-bottom-left-radius:8px;height:257px}[dir=rtl] .myGdpSwiper{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:8px;border-bottom-right-radius:8px}@media (max-width:786px){.myGdpSwiper,[dir=rtl] .myGdpSwiper{border-radius:8px;height:180px!important}}.myGdpSwiper .swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{left:50%!important;transform:translateX(-50%)!important;display:flex!important;align-items:center;justify-content:center}.myGdpSwiper .swiper-pagination-bullet{background:#fff!important;opacity:1;width:6px;height:6px}.myGdpSwiper .swiper-pagination-bullet-active{border:2px solid #fff;background:rgba(0,0,0,.44)!important;width:12px;height:12px}.myGdpSwiper>.swiper-pagination{width:auto!important}.photoGallery>.swiper-pagination{display:none!important}.rpv-core__canvas-layer{height:auto!important;margin:auto}.viewDocPdf .rpv-core__inner-page{background:#f3f6fa}.viewDocPdf .rpv-core__inner-page:not([aria-label="Page 1"]){padding-top:5px}.viewDocPdf .rpv-core__inner-page-container{margin-top:24px}@media screen and (max-width:992px){.viewDocPdf .rpv-core__inner-page-container{margin-top:16px}}.viewDocPdf div[data-testid^=core__inner-current-page]:last-child{margin-bottom:24px}.viewDocPdf .rpv-core__page-layer{width:calc(100% - 80px)!important;height:auto!important}#international-carousel{max-width:100%;margin:0 auto}#international-carousel .swiper-slide{transform:scale(.8) translateZ(0);transition:transform .3s ease-in-out;cursor:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODgiIGhlaWdodD0iODgiIHZpZXdCb3g9IjAgMCA4OCA4OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNDQiIGN5PSI0NCIgcj0iNDIuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIi8+CjxwYXRoIGQ9Ik0zNCA0NEg0MiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTM4IDQ4TDM0IDQ0TDM4IDQwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNTQgNDRINDYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik01MCA0OEw1NCA0NEw1MCA0MCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==") 16 16,pointer}#international-carousel .swiper-slide-active{transform:scale(1) translateZ(5px);box-shadow:0 0 3px rgba(0,0,0,.3);z-index:1}#international-carousel .swiper-slide-prev{transform:scale(.8) translate3D(30%,0,0)}#international-carousel .swiper-slide-next,html[dir=rtl] #international-carousel .swiper-slide-prev{transform:scale(.8) translate3D(-30%,0,0)}html[dir=rtl] #international-carousel .swiper-slide-next{transform:scale(.8) translate3D(30%,0,0)}#international-carousel .swiper-coverflow{height:50vw}@media screen and (max-width:1280px){#international-carousel .swiper-coverflow{height:60vh}}#international-carousel .swiper-wrapper{height:40vw}@media screen and (min-width:480px)and (max-width:768px){#international-carousel .swiper-wrapper{height:50vh}}@media only screen and (max-width:767px){#international-carousel .swiper-wrapper{height:50vh}}#international-carousel .swiper-horizontal>.swiper-scrollbar{width:42vw;left:0;right:0;margin-left:auto;margin-right:auto}#curated-carousel .swiper-slide{transform:scale(.5) translateZ(0);transition:transform .3s ease-in-out;cursor:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODgiIGhlaWdodD0iODgiIHZpZXdCb3g9IjAgMCA4OCA4OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNDQiIGN5PSI0NCIgcj0iNDIuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIi8+CjxwYXRoIGQ9Ik0zNCA0NEg0MiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTM4IDQ4TDM0IDQ0TDM4IDQwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNTQgNDRINDYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik01MCA0OEw1NCA0NEw1MCA0MCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==") 16 16,pointer}#curated-carousel .swiper-slide-active{transform:scale(1) translateZ(5px);box-shadow:0 0 3px rgba(0,0,0,.3);z-index:1}#curated-carousel .swiper-slide-prev{transform:scale(.6) translate3d(-20%,20%,0)}@media only screen and (min-device-width:768px)and (max-device-width:1024px)and (orientation:portrait)and (-webkit-min-device-pixel-ratio:1){#curated-carousel .swiper-slide-prev{transform:scale(.6) translate3d(20%,20%,0)}}@media only screen and (max-width:767px){#curated-carousel .swiper-slide-prev{transform:scale(.6) translate3d(40%,20%,0)}}html[dir=rtl] #curated-carousel .swiper-slide-prev{transform:scale(.6) translate3d(20%,20%,0)}@media only screen and (min-device-width:768px)and (max-device-width:1024px)and (orientation:portrait)and (-webkit-min-device-pixel-ratio:1){html[dir=rtl] #curated-carousel .swiper-slide-prev{transform:scale(.6) translate3d(-20%,20%,0)}}@media only screen and (max-width:767px){html[dir=rtl] #curated-carousel .swiper-slide-prev{transform:scale(.6) translate3d(-40%,20%,0)}}#curated-carousel .swiper-slide-next{transform:scale(.6) translate3d(20%,-20%,0)}@media only screen and (min-device-width:768px)and (max-device-width:1024px)and (orientation:portrait)and (-webkit-min-device-pixel-ratio:1){#curated-carousel .swiper-slide-next{transform:scale(.6) translate3d(-20%,-20%,0)}}@media only screen and (max-width:767px){#curated-carousel .swiper-slide-next{transform:scale(.6) translate3d(-40%,-20%,0)}}html[dir=rtl] #curated-carousel .swiper-slide-next{transform:scale(.6) translate3d(-20%,-20%,0)}@media only screen and (min-device-width:768px)and (max-device-width:1024px)and (orientation:portrait)and (-webkit-min-device-pixel-ratio:1){html[dir=rtl] #curated-carousel .swiper-slide-next{transform:scale(.6) translate3d(20%,-20%,0)}}@media only screen and (max-width:767px){html[dir=rtl] #curated-carousel .swiper-slide-next{transform:scale(.6) translate3d(40%,-20%,0)}}#curated-carousel .swiper-slide-next+.swiper-slide{transform:scale(.5) translateZ(0)}.MuiDrawer-paper{width:750px;z-index:99!important}.similarPropertiesSwiper{--swiper-pagination-color:#636569;padding-bottom:100px!important}.similarPropertiesSwiper .swiper-button-next,.similarPropertiesSwiper .swiper-button-prev{position:absolute;top:auto;bottom:0;width:48px;height:48px;margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;background-color:#636569}.similarPropertiesSwiper .swiper-button-next:after,.similarPropertiesSwiper .swiper-button-prev:after{font-size:16px}.similarPropertiesSwiper .swiper-button-prev{left:0}.similarPropertiesSwiper .swiper-button-next{left:64px}@media only screen and (max-width:767px){.similarPropertiesSwiper .swiper-button-next,.similarPropertiesSwiper .swiper-button-prev{display:none}.swiper-wrapper{align-items:center}}@media screen and (max-width:767px){#pdPhotos .swiper{height:280px}}#pdPhotos .swiper-button-next,#pdPhotos .swiper-button-prev{background-color:rgba(50,51,53,.5);color:#fff;width:40px;height:40px;border-radius:50%}#pdPhotos .swiper-button-next:after,#pdPhotos .swiper-button-prev:after{font-size:16px}.react-pdf__Page__canvas{margin:0 auto;width:100%!important;height:100%!important}.swiper-pagination{display:none;width:75px!important}@media only screen and (max-width:991px){.swiper-pagination{display:block}}.swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{width:6px;height:6px;background:#fff;border:1px solid rgba(0,0,0,.2);vertical-align:middle;opacity:1}.swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-next,.swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-prev{transform:scale(1)!important}.swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-next-next,.swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-prev-prev{transform:scale(.65)!important}.swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{width:12px;height:12px;background:rgba(0,0,0,.4);border:2px solid #fff;box-shadow:0 2px 4px rgba(0,0,0,.25),0 3px 5px rgba(0,0,0,.05)}.swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active.swiper-pagination-bullet-active-main{transform:scale(1)!important}.react-pdf__Page__annotations{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:auto}.react-pdf__Document{margin:0!important;padding:0!important;overflow:hidden!important}.react-pdf__Page{margin:0 auto!important;padding:0!important;position:relative;overflow:hidden;width:-moz-fit-content;width:fit-content;max-width:90%}@media only screen and (max-width:767px){.react-pdf__Page{max-width:100%}}.react-pdf__Page:not(:last-child){margin-bottom:16px}.react-pdf__Page canvas{display:block;max-width:100%;height:auto;margin:0 auto;box-sizing:border-box}*,:after,:before{box-sizing:border-box}html{font-family:Jost,Noto Kufi Arabic,sans-serif;line-height:1.5;margin:0;padding:0;border:0;font-size:100%}body{background:#fff!important;width:100%}[dir=ltr]{font-family:Jost,Noto Kufi Arabic,sans-serif}[dir=rtl],html[dir=rtl],html[lang=ar]{font-family:Noto Kufi Arabic,sans-serif}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-family:inherit;font-weight:inherit}dl,dt,li,ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}.modal-open{overflow-y:hidden}a,a:active,a:hover,a:visited{text-decoration:none}button,input,select,textarea{font-family:inherit}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.globalContainer{width:100%;max-width:1256px;display:block;margin:0 auto;padding-left:16px;padding-right:16px}@media(max-width:767px){.globalContainer{padding-left:20px;padding-right:20px}}.loader,.loader:after{border-radius:50%;width:10em;height:10em}.loader{font-size:10px;position:relative;text-indent:-9999em;border:1.1em solid rgba(111,16,162,.15);border-left-color:#6f10a2;transform:translateZ(0);animation:load8 1.1s linear infinite}@keyframes load8{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.tippy-tooltip{padding:10px 16px!important;background-color:#636569!important;border-radius:4px!important;font-weight:500!important;font-size:13px!important;line-height:20px!important;color:#fff!important;text-align:left!important;transform:translateY(0)!important;width:290px}html[dir=rtl] .tippy-tooltip{text-align:right!important}.tippy-popper[x-placement^=top] [data-animation=shift]{top:-10px!important}.tippy-popper[x-placement^=bottom] [x-arrow].arrow-big{border-bottom:12px solid #636569!important;border-right:8px solid transparent!important;border-left:8px solid transparent!important}.tippy-popper[x-placement^=top] [x-arrow].arrow-big{border:8px solid transparent!important;border-top:12px solid #636569!important;border-bottom:none!important}.Toastify__toast--error,.Toastify__toast--success{font-family:Jost,Noto Kufi Arabic,sans-serif}html[dir=rtl] .Toastify__toast--error,html[dir=rtl] .Toastify__toast--success{font-family:Noto Kufi Arabic,sans-serif}.Toastify__toast--oops{background-color:#f8b756}.Toastify__toast--oops button{color:#191919!important;opacity:1}.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{z-index:99999;top:88px;right:calc((100% - 1232px)/2)}html[dir=rtl] .Toastify__toast-container--top-left,html[dir=rtl] .Toastify__toast-container--top-right{right:auto;left:calc((100% - 1232px)/2)}@media only screen and (max-width:1440px){.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{right:calc((100% - 1132px)/2)}html[dir=rtl] .Toastify__toast-container--top-left,html[dir=rtl] .Toastify__toast-container--top-right{right:auto;left:calc((100% - 1132px)/2)}}@media only screen and (max-width:1280px){.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{right:calc((100% - 1172px)/2)}html[dir=rtl] .Toastify__toast-container--top-left,html[dir=rtl] .Toastify__toast-container--top-right{right:auto;left:calc((100% - 1172px)/2)}}@media only screen and (max-width:1270px){.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{right:42px}html[dir=rtl] .Toastify__toast-container--top-left,html[dir=rtl] .Toastify__toast-container--top-right{right:auto;left:42px}}@media only screen and (max-width:1024px){.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{right:12px}html[dir=rtl] .Toastify__toast-container--top-left,html[dir=rtl] .Toastify__toast-container--top-right{right:auto;left:12px}}@media only screen and (max-width:767px){.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:9px;left:0;right:0}html[dir=rtl] .Toastify__toast-container--top-left,html[dir=rtl] .Toastify__toast-container--top-right{left:0;right:0}}.Toastify__toast-container--top-center{z-index:99999;top:88px;left:50%;transform:translateX(-50%)}@media(max-width:767px){.Toastify__toast-container--top-center{transform:none!important}html[dir=rtl] .Toastify__toast-container--top-center{right:auto;transform:translateX(50%)}}.Toastify__toast-container--top-center .customToast{right:50%;transform:translateX(-50);left:auto!important}@media only screen and (max-width:1440px){.Toastify__toast-container--top-center .customToast{left:auto!important}}@media(min-width:767px){html[dir=rtl] .Toastify__toast-container--top-center{right:50%;transform:translate(50%)}}@media only screen and (max-width:767px){.Toastify__toast-container--top-center{top:9px;left:0;right:0}html[dir=rtl] .Toastify__toast-container--top-center{left:0;right:0}}@media(min-width:767px){.Toastify__toast-container--top-center .customClasseng{border-radius:12px;min-width:359px;right:1.4em!important}}.Toastify__toast-container--top-center .Toastify__toast--outbid{border-radius:12px;min-width:359px;left:-1em!important}html[dir=rtl] .Toastify__toast-container--top-center .Toastify__toast--outbid{right:-1.5em}@media(max-width:767px){.Toastify__toast-container--top-center .Toastify__toast--outbid{min-width:auto;left:auto!important;right:auto;margin:0 16px 9px}html[dir=rtl] .Toastify__toast-container--top-center .Toastify__toast--outbid{right:auto}}.Toastify__toast--bid-success,.Toastify__toast--bidder-toast,.Toastify__toast--new-bid,.Toastify__toast--oops,.Toastify__toast--outbid,.Toastify__toast--time-extend,.Toastify__toast--withdraw-update-success{border-radius:12px;min-width:359px;right:3em}html[dir=rtl] .Toastify__toast--bid-success,html[dir=rtl] .Toastify__toast--bidder-toast,html[dir=rtl] .Toastify__toast--new-bid,html[dir=rtl] .Toastify__toast--oops,html[dir=rtl] .Toastify__toast--outbid,html[dir=rtl] .Toastify__toast--time-extend,html[dir=rtl] .Toastify__toast--withdraw-update-success{left:3em;right:auto}@media(max-width:767px){.Toastify__toast--bid-success,.Toastify__toast--bidder-toast,.Toastify__toast--new-bid,.Toastify__toast--oops,.Toastify__toast--outbid,.Toastify__toast--time-extend,.Toastify__toast--withdraw-update-success{min-width:auto;left:auto!important;right:auto;margin:0 16px 9px}}.Toastify__toast--bid-success,.Toastify__toast--withdraw-update-success{background-color:#10a26f}.Toastify__toast--new-bid{background-color:#636569}.Toastify__toast--time-extend{background-color:#f8b756}.Toastify__toast--outbid{background-color:#ee5441}.Toastify__toast--bidder-toast{background-color:#e6f2ed}@media only screen and (max-width:767px){.Toastify__toast--bidder-toast{margin:0 16px;border-radius:8px}}.Toastify__toast--bidder-toast .Toastify__close-button{color:#485661;align-self:center;opacity:1}.Toastify__toast--bidder-toast-partial{border:1px solid #ffe3ab;background:#fffaf0;min-height:auto}@media only screen and (max-width:767px){.Toastify__toast--bidder-toast-partial{margin:0 16px;border-radius:8px}}.Toastify__toast--bidder-toast-partial .Toastify__close-button{color:#485661;align-self:center;opacity:1}button,div{-webkit-tap-highlight-color:rgba(0,0,0,0)}body.full-height-page,body.full-height-page #__next{height:100vh}[dir=rtl] .mapboxgl-ctrl-bottom-right{right:unset!important;left:0!important}[dir=rtl] .mapboxgl-ctrl-group{margin:10px 0 0 10px!important;float:left!important}.mapboxgl-ctrl-group{box-shadow:0 10px 19.052px rgba(161,168,191,.35),0 2.54027px 2.54027px rgba(0,0,0,.1)!important;border-radius:12px!important;margin-right:24px!important;float:right!important}.mapboxgl-ctrl-group .mapboxgl-ctrl-zoom-in,.mapboxgl-ctrl-group .mapboxgl-ctrl-zoom-out{background:#fff!important;width:36px!important;height:32px!important;display:flex;align-items:center;justify-content:center}.mapboxgl-ctrl-group .mapboxgl-ctrl-zoom-in{border-radius:12px 12px 0 0!important}.mapboxgl-ctrl-group .mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url(/_next/static/media/zoomIn.84174fe6.svg)!important;background-repeat:no-repeat!important;background-position:50%!important}.mapboxgl-ctrl-group .mapboxgl-ctrl-zoom-out{border-radius:0 0 12px 12px!important;border-top:1px solid rgba(161,168,191,.5)!important}.mapboxgl-ctrl-group .mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url(/_next/static/media/zoomOut.105e4584.svg)!important;background-repeat:no-repeat!important;background-position:50%!important}[dir=ltr] div#aucMapbox div#centerMe{right:24px;bottom:110px}@media only screen and (max-width:991px){[dir=ltr] div#aucMapbox div#centerMe{right:25px;bottom:24px}}@media only screen and (max-width:767px){.mapboxgl-ctrl-bottom-right{display:none}}#aucMapbox canvas.mapboxgl-canvas{border-radius:8px!important}.style_toastPopup__7z3i3{display:flex;flex-flow:wrap;flex-direction:row;align-items:center;top:88px;z-index:9999;margin:0;transition:right 1s;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#10a26f}.style_toastPopup__7z3i3.style_success__EUdpA{background-color:#10a26f}.style_toastPopup__7z3i3.style_warning__L018a{background-color:#f8b756}.style_toastPopup__7z3i3.style_error__aMOjI{background-color:#ee5441}.style_toastPopup__7z3i3.style_new_bid__lOgNu{background-color:#636569}.style_toastPopup__7z3i3.style_time_extend__Lkbv3{background-color:#f8b756}.style_toastPopup__7z3i3 .style_icon__261OV{width:28px;margin-right:8px;line-height:0px}.style_toastPopup__7z3i3 .style_icon__261OV svg{width:28px!important;height:28px!important}.style_toastPopup__7z3i3 .style_popupText__950LL{width:calc(100% - 40px)}.style_toastPopup__7z3i3 .style_headerText__8fCfR{font-family:Jost,Noto Kufi Arabic,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:16px;color:#fff;padding-bottom:4px}html[dir=rtl] .style_toastPopup__7z3i3 .style_headerText__8fCfR{font-family:Noto Kufi Arabic,sans-serif}.style_toastPopup__7z3i3 .style_descriptiveText__0GeQJ{font-family:Jost,Noto Kufi Arabic,sans-serif;font-weight:400;font-size:12px;line-height:14px;color:#fff}html[dir=rtl] .style_toastPopup__7z3i3 .style_descriptiveText__0GeQJ{font-family:Noto Kufi Arabic,sans-serif}@media only screen and (max-width:1280px){.style_toastPopup__7z3i3{max-width:500px}}@media only screen and (max-width:991px){.style_toastPopup__7z3i3{top:9px}}@media only screen and (max-width:1024px){.style_toastPopup__7z3i3{max-width:98%}}@media only screen and (max-width:640px){.style_toastPopup__7z3i3{min-width:91.5%;max-width:95%}}html[dir=rtl] .style_toastPopup__7z3i3{right:auto!important;z-index:9999;transition:left 1s}html[dir=rtl] .style_toastPopup__7z3i3 .style_icon__261OV{margin-right:0;margin-left:10px}.style_color_black__4oTXz{color:#191919!important}.style_toastWrapWhenSingle__D8j_7{width:100%;transition:.3s;z-index:101}@media only screen and (max-width:767px){.style_toastWrapWhenSingle__D8j_7{width:100%;left:0}}.style_toastWrapWhenSingle__D8j_7 html[dir=rtl]{left:-200%;right:inherit}.styles_f_160__6b1Wd{font-size:160px}.styles_f_132__2LeYk{font-size:132px}.styles_f_100__fFQ9F{font-size:100px}.styles_f_64__tk70i{font-size:64px}.styles_f_56__sVIi_{font-size:56px}.styles_f_48__wOVMT{font-size:48px}.styles_f_46__n4uEa{font-size:46px}.styles_f_44__15hI2{font-size:44px}.styles_f_42__aZHxt{font-size:42px}.styles_f_36__ZlGOi{font-size:36px}.styles_f_32__sED5_{font-size:32px}.styles_f_30__FoIJK{font-size:30px}.styles_f_28__yib2X{font-size:28px}.styles_f_26__6VYD3{font-size:26px}.styles_f_24__SUbOV{font-size:24px}.styles_f_22__Qecw7{font-size:22px}.styles_f_21__Duhyh{font-size:21px}.styles_f_20__FeFcd{font-size:20px}.styles_f_18__AOcih{font-size:18px}.styles_f_17__ViL2u{font-size:17px}.styles_f_16__s6Ac1{font-size:16px}.styles_f_15__7cwxg{font-size:15px}.styles_f_14__3Am4z{font-size:14px}.styles_f_13__ehMZH{font-size:13px}.styles_f_12__wijGz{font-size:12px}.styles_f_10__EsZAT{font-size:10px}.styles_f_6__muN_Z{font-size:6px}.styles_f_9__DShWE{font-size:9px}.styles_f_8__xfzVS{font-size:8px}.styles_f_40__Kdgam{font-size:40px}.styles_color_arrow__a9gmF{color:#96989c}.styles_color_black__8EeZK{color:#000}.styles_color_asset_black__EadKm{color:#1d252d}.styles_color_white__EZteH{color:#fff}.styles_color_blue__LiY1z{color:#1d74ff}.styles_color_green__CEiMU{color:#10a26f}.styles_color_green_normal__d5TGM{color:#2e7d32}.styles_color_greenDark__VKXTQ{color:#048458}.styles_color_greenLight__atVD6{color:#4caf50}.styles_color_greenExtraLight__vWQcL{color:#5dbf75}.styles_color_green_new__yDvFI{color:#117645}.styles_color_orange__ciuVh{color:#f39200}.styles_color_purple__RUiuA{color:#6f10a2}.styles_color_new_purple__i7bAJ{color:#8f15d0}.styles_color_verified_purple__i0zIT{color:#66229c}.styles_color_amber__1FzPf{color:#ffc043}.styles_color_darkPurple__pQ4ab{color:#37084e}.styles_color_gray__3WMB5{color:#7c7e83}.styles_color_gray_light__ffaF2{color:#737373}.styles_color_gray_darker__ifoPG{color:#4a4c4f}.styles_color_error__Ds_34{color:#ca1f29}.styles_color_dark__Yq24A{color:#636569}.styles_color_grey_dim__ZPuDH{color:#4c4c4c}.styles_theme_auction_green__oM7H0{color:#29831a}.styles_color_gray01__qj_0z,.styles_color_revamp_gray__x6RWJ{color:#96989c}.styles_color_revamp_black__tgmgE{color:#36434e}.styles_color_revamp_follow_gary__0ojIE{color:#707b89}.styles_color_revamp_follow_gary_300__PjUai{color:#8e9ba7}.styles_color_heart_fill__p058f{color:rgba(217,217,224,.4)}.styles_custom_myProp__tYBT7{display:flex;transform:rotate(180deg)}.styles_schedule__Gj6_k{color:#a82fea}.styles_color_search_icon__qQox9{color:#4a4c4f}.styles_color_three_dots__at0SD{color:#d2d2d7}.styles_color_gallery_popup_close__1VeV0{color:#737373}.styles_color_youtube__AAKvj{color:rgba(0,0,0,.7)}.styles_color_newViolet__8dMHw{color:#6f10a2}.styles_color_trend__fIAhf{color:#10a962}.styles_color_streetInfo__1hOB1{color:#717171}.styles_color_condtrained__4h1JR{color:#f39200}.styles_color_light_black__38jGg{color:#191919}.styles_color_revamp_green__0ZkHN{color:#048848}.styles_color_revamp_grey__Blz1D{color:#1d252d}.styles_color_Info_blue__gSmwx{color:#276ef1}.styles_color_revamp_close_icon__cvgH0{color:#566470}.styles_color_Edit_warning__X_G_A{color:#e11900}.styles_color_revamp_arrow__zFEHc{color:#6f10a2}.styles_color_revamp_Black__gE5ql{color:#36434e}.styles_color_winner__sFAy_{color:#fec93e}.styles_color_amber_700__dFhFl{color:#bc8231}.styles_border_circle__Nmqht{width:36px;height:36px;border-radius:50%;border:1px solid #96989c;display:flex;justify-content:center;align-items:center}[dir=rtl] .styles_border_circle__Nmqht{transform:rotate(180deg)}.styles_iconTransform__nIzcm{transform:inherit!important}.styles_clear_subUser_filter__mssiJ{width:15px;height:15px;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#fff;background-color:#7c7e83}.styles_margin-right6__dlY7_{margin-right:6px}[dir=rtl] .styles_margin-right6__dlY7_{margin-right:unset;margin-left:6px}.styles_boldness__H1n4b,.styles_home_dropdown__daLAi{-webkit-text-stroke:1px}[dir=rtl] .styles_home_dropdown__daLAi{transform:scaleX(-1)}.styles_openArrow__0wdIA{transform:rotate(45deg)}.styles_sideMargin__7wyeb{margin:0 10px;-webkit-text-stroke:1px}.styles_rotateRight__N7Lup{transform:rotate(90deg)}.styles_hover_white__J_Vy7:hover{color:#fff}.styles_mlr2__RxzL_{margin-left:1rem;transition:all .3s ease-in-out}html[dir=rtl] .styles_mlr2__RxzL_{margin-left:0;margin-right:1rem}.styles_mlr2up__7Rpin{margin:auto 0 auto 1rem;transform:rotateX(180deg);transition:all .3s ease-in-out}html[dir=rtl] .styles_mlr2up__7Rpin{margin-left:0;margin-right:1rem}.styles_ppCTA__Hy7j1{display:flex;align-items:center;justify-content:center;transform:rotate(180deg)}html[dir=rtl] .styles_rotateIcon__ehdUc{transform:rotateY(180deg)}.styles_rega_error__EjPqG{display:flex;justify-content:center;margin:9px;font-size:30px}.styles_cr_error__yL3cV{display:flex;justify-content:center;align-items:center;padding:9px}.styles_vrfy_scss__SgM9F{margin:0 12px}.styles_closeIcon__hKkXZ{width:28px;height:28px;padding:10px;flex-direction:column;justify-content:center;border:1px solid rgba(0,0,0,.05);background:hsla(0,0%,100%,.5);border-radius:50%}.styles_LengthAndBorder__skBp4,.styles_closeIcon__hKkXZ,.styles_deleteIcon__eVdnm{display:flex;align-items:center}.styles_IbanVerfied__SxXrO{padding-right:8px}
/*# sourceMappingURL=2222c72f55d96cd9.css.map*/