.wz-font-h1 { font-size:29px;font-family:yekan,tahoma, serif; }.wz-font-h2 { font-size:19px;font-family:yekan,tahoma, serif; }.wz-font-h3 { font-size:70px;font-family:yekan,tahoma, serif; }.wz-font-h4 { font-size:40px;font-family:yekan,tahoma, serif; }.wz-font-h5 { font-size:23px;font-family:yekan,tahoma, serif; }.wz-font-h6 { font-size:19px;font-family:yekan,tahoma, serif; }.wz-font-p { font-size:11px;font-family:yekan,tahoma, serif; }.wz-font-p2 { font-size:13px;font-family:yekan,tahoma, serif; }.wz-font-p3 { font-size:15px;font-family:yekan,tahoma, serif; }:root {--color_1_1:246, 249, 245;--color_1_2:197, 199, 196;--color_1_3:148, 149, 147;--color_1_4:98, 100, 98;--color_1_5:9, 20, 5;--color_2_1:125, 170, 185;--color_2_2:77, 132, 149;--color_2_3:3, 87, 114;--color_2_4:3, 68, 89;--color_2_5:1, 16, 20;--color_3_1:245, 254, 184;--color_3_2:239, 254, 149;--color_3_3:224, 253, 44;--color_3_4:149, 169, 29;--color_3_5:75, 84, 15;--color_4_1:250, 225, 227;--color_4_2:240, 206, 209;--color_4_3:246, 160, 169;--color_4_4:179, 116, 123;--color_4_5:92, 60, 62;--color_5_1:224, 167, 197;--color_5_2:192, 119, 158;--color_5_3:161, 39, 103;--color_5_4:107, 26, 69;--color_5_5:54, 13, 34;}
                          .wz-loading-default {
                            width: 150px;
                            height: 150px;
                            position: absolute;
                            top: 0;
                            bottom: 0;
                            left: 0;
                            right: 0;
                            margin: auto;
                          }
                          
                          .wz-loading-default div {
                            width: 100%;
                            height: 100%;
                            position: absolute;
                            left: 0;
                            top: 0;
                          }
                          
                          .wz-loading-default div:before {
                            content: '';
                            display: block;
                            margin: 0 auto;
                            width: 15%;
                            aspect-ratio: 1;
                            background-color: #c9c9c9;
                            border-radius: 100%;
                            -webkit-animation: loading-default 1.2s infinite ease-in-out both;
                            animation: loading-default 1.2s infinite ease-in-out both;
                          }
                          
                          @keyframes loading-default {
                              0%, 100%, 80% {
                                -webkit-transform: scale(0);
                                transform: scale(0);
                              }
                              
                              40% {
                                -webkit-transform: scale(1);
                                transform: scale(1);
                              }
                          }
                        
                            .wz-loading-default div:nth-of-type(2) {
                                -webkit-transform: rotate(30deg);
                                -ms-transform: rotate(30deg);
                                transform: rotate(30deg);
                            }
                            .wz-loading-default div:nth-of-type(2):before {
                                -webkit-animation-delay: -1.1s;
                                animation-delay: -1.1s;
                            }
                        
                            .wz-loading-default div:nth-of-type(3) {
                                -webkit-transform: rotate(60deg);
                                -ms-transform: rotate(60deg);
                                transform: rotate(60deg);
                            }
                            .wz-loading-default div:nth-of-type(3):before {
                                -webkit-animation-delay: -1s;
                                animation-delay: -1s;
                            }
                        
                            .wz-loading-default div:nth-of-type(4) {
                                -webkit-transform: rotate(90deg);
                                -ms-transform: rotate(90deg);
                                transform: rotate(90deg);
                            }
                            .wz-loading-default div:nth-of-type(4):before {
                                -webkit-animation-delay: -0.9s;
                                animation-delay: -0.9s;
                            }
                        
                            .wz-loading-default div:nth-of-type(5) {
                                -webkit-transform: rotate(120deg);
                                -ms-transform: rotate(120deg);
                                transform: rotate(120deg);
                            }
                            .wz-loading-default div:nth-of-type(5):before {
                                -webkit-animation-delay: -0.8s;
                                animation-delay: -0.8s;
                            }
                        
                            .wz-loading-default div:nth-of-type(6) {
                                -webkit-transform: rotate(150deg);
                                -ms-transform: rotate(150deg);
                                transform: rotate(150deg);
                            }
                            .wz-loading-default div:nth-of-type(6):before {
                                -webkit-animation-delay: -0.7s;
                                animation-delay: -0.7s;
                            }
                        
                            .wz-loading-default div:nth-of-type(7) {
                                -webkit-transform: rotate(180deg);
                                -ms-transform: rotate(180deg);
                                transform: rotate(180deg);
                            }
                            .wz-loading-default div:nth-of-type(7):before {
                                -webkit-animation-delay: -0.6s;
                                animation-delay: -0.6s;
                            }
                        
                            .wz-loading-default div:nth-of-type(8) {
                                -webkit-transform: rotate(210deg);
                                -ms-transform: rotate(210deg);
                                transform: rotate(210deg);
                            }
                            .wz-loading-default div:nth-of-type(8):before {
                                -webkit-animation-delay: -0.5s;
                                animation-delay: -0.5s;
                            }
                        
                            .wz-loading-default div:nth-of-type(9) {
                                -webkit-transform: rotate(240deg);
                                -ms-transform: rotate(240deg);
                                transform: rotate(240deg);
                            }
                            .wz-loading-default div:nth-of-type(9):before {
                                -webkit-animation-delay: -0.4s;
                                animation-delay: -0.4s;
                            }
                        
                            .wz-loading-default div:nth-of-type(10) {
                                -webkit-transform: rotate(270deg);
                                -ms-transform: rotate(270deg);
                                transform: rotate(270deg);
                            }
                            .wz-loading-default div:nth-of-type(10):before {
                                -webkit-animation-delay: -0.30000000000000004s;
                                animation-delay: -0.30000000000000004s;
                            }
                        
                            .wz-loading-default div:nth-of-type(11) {
                                -webkit-transform: rotate(300deg);
                                -ms-transform: rotate(300deg);
                                transform: rotate(300deg);
                            }
                            .wz-loading-default div:nth-of-type(11):before {
                                -webkit-animation-delay: -0.19999999999999996s;
                                animation-delay: -0.19999999999999996s;
                            }
                        
                            .wz-loading-default div:nth-of-type(12) {
                                -webkit-transform: rotate(330deg);
                                -ms-transform: rotate(330deg);
                                transform: rotate(330deg);
                            }
                            .wz-loading-default div:nth-of-type(12):before {
                                -webkit-animation-delay: -0.09999999999999987s;
                                animation-delay: -0.09999999999999987s;
                            }
                        #wze486 { top:4px;left:712.484px;width:446px;height:24px;z-index:1000;text-align:right; }.wzc19 { height:auto; }.wzc19-text { width:100%;height:auto; }#wze650 { top:5px;left:38.4685px;width:30px;height:30px;z-index:1000; }.wzc175 { overflow:hidden; }.wzc175-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(137, 161, 63); }#wze652 { top:8px;left:69.781px;width:280px;height:25px;z-index:1001;text-align:right; }#wze653 { top:3px;left:363.63px;width:155px;height:31px;z-index:1001; }.wzc36:hover .wzc36-bg {  }.wzc36:hover .wzc36-content {  }.wzc36:hover {  }.wzc36-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(1, 16, 20);border-radius:10px; }.wzc36-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:17px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wz-section-header { height:36px;--section-height:36px; }.wzc-section-header { background:;background-color:rgba(255, 255, 255, 0);border-width:0px;border-style:solid;border-color:#000; }.wzc-section-header-full { background-color:rgb(9, 20, 5);box-shadow:none;background-attachment:fixed;background:; }.wzc-section-header-full:after { background:;background-color:rgb(9, 20, 5); }#wz-section-allPage { height:0px;--section-height:0px; }#wze65 { top:0px;left:85.25px;width:999.5px;height:291px;z-index:1000; }.wzc21-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none; }.wzc21-img .wzc21-img-inner { width:100%;height:100%;float:left; }.wzc21-img { width:100%;height:100%;position:relative;overflow:hidden; }#wze65 .wzc21-img-inner { object-fit:fill; }#wze67 { top:362.25px;left:64px;width:1042px;height:387px;z-index:1000;text-align:right; }#wze385 { top:328.5px;left:445.5px;width:289px;height:27px;z-index:1001;text-align:right; }#wz-section-wzs1 { height:846.25px;--section-height:846.25px; }.wzc-section-wzs1-full { background-color:rgb(248, 248, 248); }#wze32 { top:15px;left:746.656px;width:382px;height:68px;z-index:1000;text-align:right; }#wze34 { top:133.062px;left:538.531px;width:581px;height:23px;z-index:1000;text-align:right; }#wze35 { top:180.083px;left:648.75px;width:450px;height:25px;z-index:1000;text-align:right; }#wze49 { top:135.5px;left:57.9px;width:145px;height:46px;z-index:1000; }#wze49 .wzc21-img-inner { object-fit:cover; }#wze50 { top:5.5px;left:15.75px;width:239.05px;height:90px;z-index:1000; }.wzc58-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-color:rgb(197, 199, 196); }.wzc58-img .wzc58-img-inner { width:100%;height:100%;float:left; }.wzc58-img { width:100%;height:100%;position:relative;overflow:hidden; }#wze50 .wzc58-img-inner { object-fit:cover; }#wze269 { top:231px;left:62.9667px;width:129px;height:30px;z-index:1000; }#wze269 .wzc21-img-inner { object-fit:cover; }#wze545 { top:103.083px;left:394.668px;width:160px;height:160px;z-index:1000; }.wzc35-code .wzc35-code-default { position:absolute;left:0px;top:0px;width:100%;height:100%;background-color:#ccc; }.wzc35-code { position:absolute;left:0px;top:0px;width:100%;height:100%; }#wze623 { top:223.146px;left:1009.12px;width:80px;height:40px;z-index:1000; }.wzc153:hover .wzc153-bg {  }.wzc153:hover .wzc153-content {  }.wzc153:hover {  }.wzc153-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:5px;background-color:#82BF56;border-style:solid;border-color:#669644;border-bottom-width:5px; }.wzc153-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;line-height:1em;text-shadow:0px -2px #669644; }.wzc153:active .wzc153-bg { border-bottom-width:1px; }.wzc153:active .wzc153-content { -webkit-transform:translateY(-40%);-moz-transform:translateY(-40%);-ms-transform:translateY(-40%);-o-transform:translateY(-40%);transform:translateY(-40%);transform:translateY(-40%); }.wzc153:active { -webkit-transform:translate(0px,5px);-moz-transform:translate(0px,5px);-ms-transform:translate(0px,5px);-o-transform:translate(0px,5px);transform:translate(0px,5px);transform:translate(0px,5px); }#wze624 { top:220.646px;left:892.95px;width:80px;height:40px;z-index:1000; }.wzc152:hover .wzc152-bg {  }.wzc152:hover .wzc152-content {  }.wzc152:hover {  }.wzc152-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:5px;background-color:#82BF56;border-style:solid;border-color:#669644;border-bottom-width:5px; }.wzc152-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;line-height:1em;text-shadow:0px -2px #669644; }.wzc152:active .wzc152-bg { border-bottom-width:1px; }.wzc152:active .wzc152-content { -webkit-transform:translateY(-40%);-moz-transform:translateY(-40%);-ms-transform:translateY(-40%);-o-transform:translateY(-40%);transform:translateY(-40%);transform:translateY(-40%); }.wzc152:active { -webkit-transform:translate(0px,5px);-moz-transform:translate(0px,5px);-ms-transform:translate(0px,5px);-o-transform:translate(0px,5px);transform:translate(0px,5px);transform:translate(0px,5px); }#wze625 { top:220.646px;left:776.791px;width:80px;height:40px;z-index:1000; }#wze632 { top:130.562px;left:1122.99px;width:30px;height:30px;z-index:1001; }.wzc163 { overflow:hidden; }.wzc163-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:#E74C3C; }#wze633 { top:175.062px;left:1128.01px;width:30px;height:30px;z-index:1001; }#wze649 { top:132px;left:270.759px;width:59px;height:59px;z-index:1001; }.wzc174  .wz-social-media-list { flex-flow:row-reverse nowrap;gap:5px; }.wzc174  .wz-social-media-icon { width:59px; }.wzc174  .wz-social-media-portal { flex-flow:column;gap:0px; }.wzc174  .wz-social-media-portal img { width:59px; }.wzc174  .wz-social-media-portal p { font-family:iransans_fa, sans-serif;font-size:1px;text-align:center;color:#313131; }.wzc174 {  }.wzc174-root .wzc174-root-list .wzc174-root-list-item .wzc174-root-list-item-link .wzc174-root-list-item-link-icon {  }.wzc174-root .wzc174-root-list .wzc174-root-list-item .wzc174-root-list-item-link {  }.wzc174-root .wzc174-root-list .wzc174-root-list-item {  }.wzc174-root .wzc174-root-list {  }.wzc174-root .wzc174-root-portal .wzc174-root-portal-portalIcon {  }.wzc174-root .wzc174-root-portal .wzc174-root-portal-portalText {  }.wzc174-root .wzc174-root-portal {  }.wzc174-root {  }#wz-section-footer { height:296.812px;--section-height:296.812px; }.wzc-section-footer { background:;background-color:rgba(255, 255, 255, 0);border-style:double;border-width:4px;border-color:#000; }.wzc-section-footer-full { background-color:rgb(3, 87, 114);background:;background-image:; }.wzc-section-footer-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze93 { top:36.5px;left:34.2499px;width:835px;height:359px;z-index:1000; }#wze94 { top:447px;left:402.621px;width:180px;height:40px;z-index:1000; }#wze95 { top:21px;left:931.626px;width:180px;height:30px;z-index:1002;text-align:right; }#wze96 { top:81.75px;left:1113.75px;width:30px;height:30px;z-index:1001; }#wze96 .wzc21-img-inner { object-fit:cover; }#wze97 { top:165.75px;left:1113.75px;width:30px;height:30px;z-index:1001; }#wze97 .wzc21-img-inner { object-fit:cover; }#wze98 { top:249.75px;left:1117.75px;width:22px;height:28px;z-index:1001; }#wze98 .wzc21-img-inner { object-fit:cover; }#wze169 { top:76.25px;left:919.233px;width:180px;height:21px;z-index:1002;text-align:right; }#wze174 { top:97.25px;left:919.233px;width:180px;height:19px;z-index:1001;text-align:right; }#wze175 { top:116.25px;left:919.233px;width:180px;height:19px;z-index:1001;text-align:right; }#wze176 { top:160.25px;left:919.233px;width:180px;height:79px;z-index:1001;text-align:right; }#wze177 { top:249.75px;left:910.233px;width:189px;height:63px;z-index:1001;text-align:right; }#wze535 { top:447px;left:593.619px;width:188.733px;height:40px;z-index:1001; }#wz-section-wzs16 { height:530px;--section-height:530px; }#wze388 { top:47px;left:225px;width:720px;height:899px;z-index:1001; }.wzc68  .dropdown.dropdown-accordion.dropdown-rtl .dropdown-select::before { left:0px;right:0; }.wzc68  .dropdown.dropdown-accordion.dropdown-ltr.open {  }.wzc68 {  }.wzc68-container .wzc68-container-header .wzc68-container-header-title .wzc68-container-header-title-content { color:#000000;font-size:20px;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;font-family:yekan, tahoma, serif; }.wzc68-container .wzc68-container-header .wzc68-container-header-title { width:100%;text-align:center; }.wzc68-container .wzc68-container-header { width:100%;height:50px;display:flex;justify-content:space-between;align-items:flex-start; }.wzc68-container .wzc68-container-questionAnswerArea .wzc68-container-questionAnswerArea-item .wzc68-container-questionAnswerArea-item-question { color:rgba(96,94,94,1);font-size:16px !important;padding-top:15px !important;padding-bottom:15px !important;background-color:transparent;min-height:50px;display:flex;align-items:center;cursor:pointer;position:relative;margin:0;width:100%;line-height:1.2em;font-family:yekan, tahoma, serif; }.wzc68-container .wzc68-container-questionAnswerArea .wzc68-container-questionAnswerArea-item .wzc68-container-questionAnswerArea-item-answer { color:rgba(96,94,94,1);font-size:14px !important;min-height:60px;overflow:hidden;padding:0 0 30px 0 !important;background-color:transparent !important;line-height:1.5em;margin-left:auto;font-family:yekan, tahoma, serif; }.wzc68-container .wzc68-container-questionAnswerArea .wzc68-container-questionAnswerArea-item { overflow:hidden;position:relative;margin-bottom:0px;background-color:transparent;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:rgb(224, 253, 44);transition:all 0.3s; }.wzc68-container .wzc68-container-questionAnswerArea { flex:1;width:100%;height:calc(100% - 50px);display:flex;flex-flow:column;flex-direction:column;justify-content:flex-start;align-items:stretch;align-content:stretch; }.wzc68-container { direction:rtl;padding:30px 20px 20px;width:100%;height:100%;background-color:#fff;display:flex;flex-flow:column;flex-direction:column;justify-content:flex-start;align-items:stretch;align-content:stretch;transition:all 0.3s ease-in-out 0.15s; }.wzc68-after { background-color:rgb(224, 253, 44); }.wzc68-before { background-color:rgb(224, 253, 44); }#wz-section-wzs23 { height:1085px;--section-height:1085px; }#wze121 { top:141px;left:34.9833px;width:500px;height:500px;z-index:1000; }.wzc64 .wz-gallery > li > figure,.wzc64  .wz-gallery-slider .slides > li > .wz-slider-item { border-width:3px;border-style:solid;border-color:rgb(224, 253, 44);border-radius:20px; }.wzc64 .wz-gallery > li > figure,.wzc64  .wz-gallery > li > figure:before,.wzc64  .wz-gallery > li > figure:after,.wzc64  .wz-gallery > li > figure > figcaption,.wzc64  .wz-gallery-slider .wz-gallery-caption { background-color:rgba(231, 76, 60, 0.75); }.wzc64  .wz-gallery-caption { text-align:center; }.wzc64  .wz-gallery-caption  h3 { font-family:yekan, tahoma, serif;font-size:15px;line-height:15px;color:#fff; }.wzc64  .wz-gallery-caption  p { font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc64  .wz-gallery li  img.wz-gallery-image { object-fit:cover;object-fit:contain; }.wzc64 {  }.wzc64-slider .wzc64-slider-items {  }.wzc64-slider  .flex-direction-nav a:before { color:rgb(224, 253, 44); }.wzc64-slider {  }.wzc64-carousel .wzc64-carousel-list {  }.wzc64-carousel {  }#wze123 { top:150px;left:782.25px;width:300px;height:31px;z-index:1001;text-align:right; }#wze124 { top:190.767px;left:948.25px;width:133px;height:21px;z-index:1001;text-align:right; }#wze182 { top:276.6px;left:1077.25px;width:7px;height:7px;z-index:1001; }#wze182 .wzc21-img-inner { object-fit:cover; }#wze183 { top:419.733px;left:1077.25px;width:7px;height:7px;z-index:1001; }#wze183 .wzc21-img-inner { object-fit:cover; }#wze184 { top:443.6px;left:1077.25px;width:7px;height:7px;z-index:1001; }#wze184 .wzc21-img-inner { object-fit:cover; }#wze188 { top:395.883px;left:1077.25px;width:7px;height:7px;z-index:1001; }#wze188 .wzc21-img-inner { object-fit:cover; }#wze189 { top:372.033px;left:1077.25px;width:7px;height:7px;z-index:1001; }#wze189 .wzc21-img-inner { object-fit:cover; }#wze190 { top:348.167px;left:1077.25px;width:7px;height:7px;z-index:1001; }#wze190 .wzc21-img-inner { object-fit:cover; }#wze191 { top:324.317px;left:1077.25px;width:7px;height:7px;z-index:1001; }#wze191 .wzc21-img-inner { object-fit:cover; }#wze194 { top:300.45px;left:1077.25px;width:7px;height:7px;z-index:1001; }#wze194 .wzc21-img-inner { object-fit:cover; }#wze195 { top:252.733px;left:1077.25px;width:7px;height:7px;z-index:1001; }#wze195 .wzc21-img-inner { object-fit:cover; }#wze196 { top:228.883px;left:1077.25px;width:7px;height:7px;z-index:1001; }#wze196 .wzc21-img-inner { object-fit:cover; }#wze198 { top:831.562px;left:107px;width:956px;height:720px;z-index:1003; }.wzc47-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(0, 0, 0, 0);border-style:solid;border-width:3px;border-color:rgb(224, 253, 44);border-radius:20px; }.wzc47-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:20px; }#wze166 { top:19px;left:26.9833px;width:426px;height:348.5px;z-index:1001; }.wzc44-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;pointer-events:none;z-index:1; }.wzc44-container { width:100%;height:100%;position:relative;overflow:hidden; }#wze167 { top:20.5px;left:500px;width:426px;height:348.5px;z-index:1002; }#wze546 { top:392px;left:28.9667px;width:429px;height:309px;z-index:1004; }#wze199 { top:774px;left:423.5px;width:323px;height:22px;z-index:1005;text-align:right; }#wze383 { top:23px;left:71.5px;width:1027px;height:100px;z-index:1001;text-align:right; }#wze406 { top:534.592px;left:1007.05px;width:102px;height:94px;z-index:1004; }#wze409 { top:586.092px;left:908.133px;width:105px;height:37px;z-index:1004; }#wze529 { top:638.592px;left:1010.6px;width:100px;height:30px;z-index:1004; }#wze552 { top:638.592px;left:909.15px;width:85px;height:30px;z-index:1002; }#wze555 { top:222px;left:690.1px;width:371px;height:234.047px;z-index:1001;text-align:right; }#wz-section-wzs25 { height:1727.05px;--section-height:1727.05px; }#wze259 { top:2px;left:1.5px;width:1167px;height:161px;z-index:1000; }#wze259 .wzc21-img-inner { object-fit:fill; }#wze275 { top:208px;left:58.5px;width:480px;height:500px;z-index:1000; }#wze276 { top:826px;left:335px;width:500px;height:500px;z-index:1001; }#wze278 { top:50px;left:50px;width:400px;height:400px;z-index:1000; }#wze277 { top:781.5px;left:502px;width:166px;height:22px;z-index:1003;text-align:right; }#wz-section-wzs28 { height:1433px;--section-height:1433px; }#wze281 { top:42px;left:38.4667px;width:600px;height:500px;z-index:1000; }#wze282 { top:893px;left:449.5px;width:271px;height:44px;z-index:1003;text-align:center; }#wze283 { top:942px;left:85px;width:1000px;height:500px;z-index:1004; }#wze284 { top:50px;left:70.9833px;width:400px;height:400px;z-index:1000; }#wze285 { top:50px;left:530.5px;width:400px;height:400px;z-index:1001; }#wze317 { top:51px;left:790.05px;width:328px;height:29px;z-index:1001;text-align:right; }#wze318 { top:101px;left:938.05px;width:180px;height:22px;z-index:1001;text-align:right; }#wze319 { top:140px;left:757.217px;width:337px;height:645px;z-index:1001;text-align:right; }#wze412 { top:776px;left:1009.6px;width:102px;height:94px;z-index:1004; }#wze416 { top:802px;left:908.133px;width:105px;height:37px;z-index:1004; }#wze532 { top:870px;left:1009.05px;width:100px;height:30px;z-index:1000; }#wz-section-wzs29 { height:1511px;--section-height:1511px; }#wze286 { top:33px;left:22.2333px;width:600px;height:500px;z-index:1000; }#wze287 { top:883px;left:285px;width:600px;height:500px;z-index:1000; }#wze289 { top:50px;left:50px;width:500px;height:400px;z-index:1000; }#wze342 { top:29px;left:850.283px;width:271px;height:29px;z-index:1001;text-align:right; }#wze343 { top:61.5px;left:946.2px;width:180px;height:50px;z-index:1001;text-align:right; }#wze353 { top:105px;left:777.2px;width:337px;height:621px;z-index:1001;text-align:right; }#wze384 { top:811.5px;left:483.383px;width:251px;height:44px;z-index:1003;text-align:center; }#wze413 { top:701.5px;left:1022.13px;width:102px;height:94px;z-index:1004; }#wze417 { top:735px;left:921.167px;width:105px;height:37px;z-index:1004; }#wze533 { top:785px;left:1027.18px;width:100px;height:30px;z-index:1001; }#wz-section-wzs30 { height:1431px;--section-height:1431px; }#wze393 { top:87px;left:370.5px;width:429px;height:498px;z-index:1000; }.wzc72  .wz-table-search-box:focus { box-shadow:inset 0 0 0 1px rgba(255,255,255,0.9), 0 0 1px 2px #3899EC; }.wzc72  .wz-table-tboby-tr:nth-child(odd) { background-color:rgb(246, 249, 245); }.wzc72  .wz-table-tboby-tr:nth-child(2n) { background-color:rgb(255, 255, 255); }.wzc72  .wz-table-tboby-tr:hover { background-color:rgb(246, 249, 245); }.wzc72  .wz-table-thead-tr-th:first-child { border-right:0; }.wzc72  .wz-table--sort-indicator::before { content:'\25BC';position:absolute;bottom:0;left:0px; }.wzc72  .wz-table--sort-indicator::after { content:'\25B2';position:absolute;top:0px;left:0px; }.wzc72  .wz-table-tbody-tr-td:first-child {  }.wzc72 {  }.wzc72-container .wzc72-container-tableHead .wzc72-container-tableHead-filter .wzc72-container-tableHead-filter-search { width:147px;height:23px;border-radius:3px;background-color:rgba(255,255,255,0.8);color:#000;box-shadow:inset 0 1px 2px rgba(0,0,0,.4);outline:0;border:0;padding:0 6px;margin:6px 11px;font-size:12px;font-family:yekan, tahoma, serif;text-align:right;transition:box-shadow 0.3s ease;margin-right:15px;margin-left:15px; }.wzc72-container .wzc72-container-tableHead .wzc72-container-tableHead-filter { float:left;display:none; }.wzc72-container .wzc72-container-tableHead { direction:rtl;width:100%;border-radius:10px 10px 0 0;font-size:14px;max-width:100%;border-collapse:collapse;border-spacing:0;height:37px;text-align:center;background-color:#FFFFFF;background-image:linear-gradient(to bottom, #FFFFFF, rgb(246, 249, 245));display:none; }.wzc72-container .wzc72-container-tableWrapper .wzc72-container-tableWrapper-table .wzc72-container-tableWrapper-table-thead .wzc72-container-tableWrapper-table-thead-tr .wzc72-container-tableWrapper-table-thead-tr-th .wzc72-container-tableWrapper-table-thead-tr-th-sort { display:block;position:relative;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;padding-top:3px;float:left;font-size:8px;width:8px;height:19px;cursor:pointer; }.wzc72-container .wzc72-container-tableWrapper .wzc72-container-tableWrapper-table .wzc72-container-tableWrapper-table-thead .wzc72-container-tableWrapper-table-thead-tr .wzc72-container-tableWrapper-table-thead-tr-th { color:inherit;background-color:rgb(255, 30, 0);background-image:none;vertical-align:top;border-bottom-width:0px;padding:6px;border-style:solid;border-width:1px;border-color:rgb(246, 249, 245);border-top:0;border-bottom:0;border-left:0;font-family:inherit;text-align:inherit;width:213px;min-width:213px; }.wzc72-container .wzc72-container-tableWrapper .wzc72-container-tableWrapper-table .wzc72-container-tableWrapper-table-thead .wzc72-container-tableWrapper-table-thead-tr {  }.wzc72-container .wzc72-container-tableWrapper .wzc72-container-tableWrapper-table .wzc72-container-tableWrapper-table-thead { color:rgb(3, 87, 114);font-family:yekan, tahoma, serif;font-size:16px;text-align:inherit; }.wzc72-container .wzc72-container-tableWrapper .wzc72-container-tableWrapper-table .wzc72-container-tableWrapper-table-tbody .wzc72-container-tableWrapper-table-tbody-tr .wzc72-container-tableWrapper-table-tbody-tr-td { border-style:solid;border-width:1px;border-color:rgb(246, 249, 245);border-bottom:0;border-left:0;padding:7px;vertical-align:top;font-family:inherit;color:inherit;text-align:inherit; }.wzc72-container .wzc72-container-tableWrapper .wzc72-container-tableWrapper-table .wzc72-container-tableWrapper-table-tbody .wzc72-container-tableWrapper-table-tbody-tr { color:inherit;text-align:inherit;transition:background-color 0.3s; }.wzc72-container .wzc72-container-tableWrapper .wzc72-container-tableWrapper-table .wzc72-container-tableWrapper-table-tbody { font-family:yekan, tahoma, serif;font-size:14px;color:rgb(0, 0, 0);text-align:inherit; }.wzc72-container .wzc72-container-tableWrapper .wzc72-container-tableWrapper-table { direction:rtl;background-color:#ffffff;width:100%;margin:0;border-width:1px;border-style:solid;border-color:rgb(246, 249, 245);border-right:none;border-left:none;border-collapse:separate;border-spacing:0;text-align:right; }.wzc72-container .wzc72-container-tableWrapper { overflow-y:visible;max-height:none;direction:rtl;overflow-x:auto; }.wzc72-container .wzc72-container-tableFoot .wzc72-container-tableFoot-tfoot .wzc72-container-tableFoot-tfoot-tr .wzc72-container-tableFoot-tfoot-tr-td { height:26px;width:100vw;border-radius:0 0 10px 10px;background-color:#ffffff;background-image:linear-gradient(to bottom, rgb(246, 249, 245), #FFFFFF);padding:9px; }.wzc72-container .wzc72-container-tableFoot .wzc72-container-tableFoot-tfoot .wzc72-container-tableFoot-tfoot-tr {  }.wzc72-container .wzc72-container-tableFoot .wzc72-container-tableFoot-tfoot {  }.wzc72-container .wzc72-container-tableFoot { width:100%;margin:0px;border-radius:0 0 10px 10px;font-size:14px;border-color:#FFFFFF;border-collapse:separate;border-spacing:0;border-top:0;display:none; }.wzc72-container { border-radius:10px;border-width:3px;border-style:solid;border-color:rgb(255, 30, 0);margin:0;padding:0;background-color:transparent;overflow:hidden;height:100%; }#wze398 { top:29px;left:620.5px;width:195px;height:34px;z-index:1001;text-align:right; }#wze399 { top:23px;left:287.5px;width:303px;height:42px;z-index:1001; }#wze528 { top:603px;left:376px;width:422px;height:36px;z-index:1001;text-align:right; }#wz-section-wzs36 { height:737px;--section-height:737px; }#wze47 { top:8.5px;left:12.8115px;width:166.047px;height:63px;z-index:1000; }#wze47 .wzc21-img-inner { object-fit:cover; }#wze636 { top:14px;left:297.014px;width:576px;height:78px;z-index:1000;text-align:center; }#wze639 { top:7.5016px;left:974.164px;width:180px;height:42px;z-index:1000;text-align:right;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);rotate:360; }#wze639  > div:not(.wz-element) .wz-element-container { -webkit-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-ms-transform:rotate(-360deg);-o-transform:rotate(-360deg);transform:rotate(-360deg);rotate:-360; }#wz-section-wzs68 { height:92.5px;--section-height:92.5px; }.wzc-section-wzs68 { background:;background-color:rgba(255, 255, 255, 0);border-width:0px;border-style:double;border-color:#000; }.wzc-section-wzs68-full { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs68-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze640 { top:0px;left:0.01236px;width:1169.44px;height:514px;z-index:1000; }.wzc176-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none; }.wzc176-img .wzc176-img-inner { width:100%;height:100%;float:left; }.wzc176-img { width:100%;height:100%;position:relative;overflow:hidden; }.wzc176 .wzc176-img .wzc176-img-inner { filter:contrast(100%) brightness(100%) saturate(2) blur(0px);mix-blend-mode:multiply; }.wzc176 .wzc176-img { background-color:rgba(255, 255, 255, 1); }.wzc176 {  }#wze640 .wzc176-img-inner { object-fit:fill; }#wze644 { top:447px;left:903.636px;width:180px;height:40px;z-index:1001; }.wzc167:hover .wzc167-bg:after { width:90%;opacity:1; }.wzc167:hover .wzc167-bg {  }.wzc167:hover .wzc167-content { color:#fff; }.wzc167:hover {  }.wzc167-bg:after { content:'';position:absolute;z-index:1;transition:all 0.3s;width:0px;height:100%;top:50%;left:50%;background-color:#999999;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);background:rgb(0, 0, 0); }.wzc167-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:6px;border-style:solid;border-color:rgb(0, 0, 0);border-width:1px;overflow:hidden; }.wzc167-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:16px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(0, 0, 0); }#wze645 { top:447px;left:682.831px;width:180px;height:40px;z-index:1001; }.wzc170:hover .wzc170-bg {  }.wzc170:hover .wzc170-content {  }.wzc170:hover {  }.wzc170-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(149, 169, 29);border-radius:10px; }.wzc170-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:17px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wze651 { top:-237px;left:62.9541px;width:260px;height:20px;z-index:1001;text-align:right; }#wz-section-wzs66 { height:514px;--section-height:514px; }.wzc-section-wzs66 { background:;background-color:rgba(255, 255, 255, 0);border-style:double;border-width:0px;border-color:#000; }.wzc-section-wzs66-full { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs66-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze577 { top:29px;left:718.867px;width:120px;height:120px;z-index:1000; }.wzc156-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-style:solid;border-width:2px;border-color:rgb(255, 30, 0);border-radius:20px; }.wzc156-img .wzc156-img-inner { width:100%;height:100%;float:left; }.wzc156-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:20px; }#wze577 .wzc156-img-inner { object-fit:cover; }#wze578 { top:161px;left:206.833px;width:120px;height:120px;z-index:1000; }#wze578 .wzc156-img-inner { object-fit:cover; }#wze579 { top:30px;left:206.833px;width:120px;height:120px;z-index:1000; }#wze579 .wzc156-img-inner { object-fit:cover; }#wze580 { top:298px;left:718.867px;width:120px;height:120px;z-index:1000; }#wze580 .wzc156-img-inner { object-fit:cover; }#wze581 { top:163.5px;left:718.867px;width:120px;height:120px;z-index:1000; }#wze581 .wzc156-img-inner { object-fit:cover; }#wze590 { top:auto;left:auto;bottom:0px;right:0px;width:100px;height:100px;z-index:9999999; }.wzc141-bg { background-size:contain;background-repeat:no-repeat;background-position:center;height:100%;cursor:pointer;transition:background-image 0.3s ease-in-out;background-image:url(https://karsazmachine.com/static/bEHf0117/2.0.0//editor/images/imageButton/Go-To-Top/Go-to-Top-2.png); }.wzc141:hover .wzc141-bg { -webkit-transform:scale(0.9);-moz-transform:scale(0.9);-ms-transform:scale(0.9);-o-transform:scale(0.9);transform:scale(0.9);transform:scale(0.9); }.wzc141:hover {  }#wze618 { top:61px;left:863.65px;width:260px;height:40px;z-index:1001; }.wzc151:hover .wzc151-bg { background-color:#2285B1; }.wzc151:hover .wzc151-content {  }.wzc151:hover .wzc151-top { border-bottom-color:#2285B1; }.wzc151:hover .wzc151-bottom { border-top-color:#2285B1; }.wzc151:hover {  }.wzc151-bg { top:0px;bottom:0;left:50px;right:0;position:absolute;background-color:rgb(186, 218, 85); }.wzc151-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(0, 0, 0); }.wzc151 { width:100%;height:100%;position:relative;overflow:hidden; }.wzc151-top { border-right:0;border-left:50px solid transparent;position:absolute;left:0px;border-bottom:50px solid;border-bottom-color:rgb(186, 218, 85);bottom:50%; }.wzc151-bottom { border-right:0;border-left:50px solid transparent;position:absolute;left:0px;border-top:50px solid;border-top-color:rgb(186, 218, 85);top:50%; }#wze619 { top:198px;left:863.65px;width:260px;height:40px;z-index:1001; }#wze620 { top:335px;left:863.65px;width:260px;height:40px;z-index:1001; }#wze621 { top:65px;left:355.1px;width:260px;height:40px;z-index:1001; }.wzc161:hover .wzc161-bg { background-color:#2285B1; }.wzc161:hover .wzc161-content {  }.wzc161:hover .wzc161-top { border-bottom-color:#2285B1; }.wzc161:hover .wzc161-bottom { border-top-color:#2285B1; }.wzc161:hover {  }.wzc161-bg { top:0px;bottom:0;left:50px;right:0;position:absolute;background-color:rgb(186, 218, 85); }.wzc161-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(0, 0, 0);margin:0 0 0 0; }.wzc161 { width:100%;height:100%;position:relative;overflow:hidden; }.wzc161-top { border-right:0;border-left:50px solid transparent;position:absolute;left:0px;border-bottom:50px solid;border-bottom-color:rgb(186, 218, 85);bottom:50%; }.wzc161-bottom { border-right:0;border-left:50px solid transparent;position:absolute;left:0px;border-top:50px solid;border-top-color:rgb(186, 218, 85);top:50%; }#wze622 { top:201.5px;left:355.1px;width:260px;height:40px;z-index:1001; }#wze628 { top:483px;left:455.009px;width:260px;height:40px;z-index:1000; }.wzc160:hover .wzc160-bg { background-color:#B72B1C; }.wzc160:hover .wzc160-content {  }.wzc160:hover {  }.wzc160-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#E74C3C;border-style:solid;border-width:2px;border-color:#B72B1C;border-radius:25px; }.wzc160-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wze671 { top:335px;left:355.086px;width:260px;height:40px;z-index:1001; }#wze672 { top:303px;left:206.839px;width:120px;height:120px;z-index:1000; }#wze672 .wzc156-img-inner { object-fit:cover; }#wz-section-wzs46 { height:611.5px;--section-height:611.5px; }.wzc-section-wzs46 { background:;background-color:rgba(255, 255, 255, 0);border-width:0px;border-style:double;border-color:#000; }.wzc-section-wzs46-full { background:;background-color:rgba(255, 255, 255, 0);background-image:url(../../uploads/12fe34e5512548c2ab58c53419fa1455.jpg) ;background-attachment:none;background-size:cover;background-repeat:no-repeat; }.wzc-section-wzs46-full:after { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs46-full-bottom { background-image:url("data:image/svg+xml,%3Csvg fill='rgb(186, 218, 85)' class='wz-shape-divider-svg' preserveAspectRatio='none' viewBox='0 102.446 1920 197.554' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 102.446V300h1920S1050.116 102.446 0 102.446z'/%3E%3C/svg%3E");width:100%;height:157px;background-repeat:repeat-x;background-size:undefined;background-position:0px;top:100%;-webkit-transform:translateY(-100%) ;-moz-transform:translateY(-100%) ;-ms-transform:translateY(-100%) ;-o-transform:translateY(-100%) ;transform:translateY(-100%) ;transform:translateY(-100%) ;position:absolute;z-index:10; }#wze582 { top:231.1px;left:34.985px;width:500px;height:500px;z-index:1000; }.wzc158 .wz-gallery > li > figure,.wzc158  .wz-gallery-slider .slides > li > .wz-slider-item { border-width:3px;border-style:solid;border-color:rgb(255, 30, 0);border-radius:20px; }.wzc158 .wz-gallery > li > figure,.wzc158  .wz-gallery > li > figure:before,.wzc158  .wz-gallery > li > figure:after,.wzc158  .wz-gallery > li > figure > figcaption,.wzc158  .wz-gallery-slider .wz-gallery-caption { background-color:rgba(231, 76, 60, 0.75); }.wzc158  .wz-gallery-caption { text-align:center; }.wzc158  .wz-gallery-caption  h3 { font-family:yekan, tahoma, serif;font-size:15px;line-height:15px;color:#fff; }.wzc158  .wz-gallery-caption  p { font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc158  .wz-gallery li  img.wz-gallery-image { object-fit:cover;object-fit:contain; }.wzc158 {  }.wzc158-slider .wzc158-slider-items {  }.wzc158-slider  .flex-direction-nav a:before { color:rgb(224, 253, 44); }.wzc158-slider {  }.wzc158-carousel .wzc158-carousel-list {  }.wzc158-carousel {  }#wze583 { top:323.617px;left:568.985px;width:588px;height:520px;z-index:1001;text-align:right; }#wze584 { top:271.1px;left:773.336px;width:376px;height:34px;z-index:1001;text-align:right; }#wze586 { top:865.167px;left:312.326px;width:250px;height:250px;z-index:1001; }.wzc162-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;pointer-events:none;z-index:1; }.wzc162-container { width:100%;height:100%;position:relative;overflow:hidden;border-style:solid;border-width:3px;border-color:#009688; }#wze587 { top:865.167px;left:5.39217px;width:250px;height:250px;z-index:1002; }#wze609 { top:865.2px;left:619.235px;width:250px;height:250px;z-index:1002; }#wze637 { top:36.75px;left:641.375px;width:505px;height:38px;z-index:1000;text-align:right; }#wze638 { top:87.0167px;left:26.234px;width:1122px;height:104px;z-index:1000;text-align:right; }#wz-section-wzs60 { height:1191.15px;--section-height:1191.15px; }.wzc-section-wzs60 { background:;background-color:rgb(246, 249, 245);border-style:double;border-width:0px;border-color:#000; }.wzc-section-wzs60-full-bottom { background-image:url("data:image/svg+xml,%3Csvg fill='rgb(186, 218, 85)' class='wz-shape-divider-svg' preserveAspectRatio='none' viewBox='0 91 1920 209' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1920 291C1656.8 169.2 1323.3 91 960 91S262.5 169.2 0 291v9h1920v-9z M0,90 h1920 v210 h-1920 Z'/%3E%3C/svg%3E");width:100%;height:150px;background-repeat:repeat-x;background-size:undefined;background-position:0px;top:100%;-webkit-transform:translateY(-100%) scale(-1);-moz-transform:translateY(-100%) scale(-1);-ms-transform:translateY(-100%) scale(-1);-o-transform:translateY(-100%) scale(-1);transform:translateY(-100%) scale(-1);transform:translateY(-100%) scale(-1);position:absolute;z-index:10; }.wzc-section-wzs60-full { background-attachment:none;background:;background-color:rgb(255, 255, 255); }.wzc-section-wzs60-full:after { background:;background-color:rgb(255, 255, 255); }#wze588 { top:30.5px;left:0px;width:480px;height:500px;z-index:1000; }#wze589 { top:582px;left:0px;width:250px;height:250px;z-index:1001; }#wze610 { top:73.0156px;left:539.759px;width:612px;height:730px;z-index:1001;text-align:right; }#wze612 { top:29.5px;left:846.259px;width:300px;height:34px;z-index:1001;text-align:right; }#wz-section-wzs61 { height:877px;--section-height:877px; }.wzc-section-wzs61 { background:;background-color:rgba(255, 255, 255, 0);border-style:double;border-width:0px;border-color:#000; }.wzc-section-wzs61-full-bottom { background-image:url("data:image/svg+xml,%3Csvg fill='rgb(186, 218, 85)' class='wz-shape-divider-svg' preserveAspectRatio='none' viewBox='0 100 1920 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1920 300 0 100v200h1920z'/%3E%3C/svg%3E");width:100%;height:150px;background-repeat:repeat-x;background-size:undefined;background-position:0px;top:100%;-webkit-transform:translateY(-100%) ;-moz-transform:translateY(-100%) ;-ms-transform:translateY(-100%) ;-o-transform:translateY(-100%) ;transform:translateY(-100%) ;transform:translateY(-100%) ;position:absolute;z-index:10; }.wzc-section-wzs61-full { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs61-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze592 { top:25px;left:10.5578px;width:500px;height:500px;z-index:1000; }.wzc56 .wz-gallery > li > figure,.wzc56  .wz-gallery-slider .slides > li > .wz-slider-item { border-color:rgb(255, 30, 0);border-width:3px;border-style:solid;border-radius:10px; }.wzc56 .wz-gallery > li > figure,.wzc56  .wz-gallery > li > figure:before,.wzc56  .wz-gallery > li > figure:after,.wzc56  .wz-gallery > li > figure > figcaption,.wzc56  .wz-gallery-slider .wz-gallery-caption { background-color:rgba(231, 76, 60, 0.75); }.wzc56  .wz-gallery-caption { text-align:center; }.wzc56  .wz-gallery-caption  h3 { font-family:yekan, tahoma, serif;font-size:15px;line-height:15px;color:#fff; }.wzc56  .wz-gallery-caption  p { font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc56  .wz-gallery li  img.wz-gallery-image { object-fit:cover;object-fit:contain; }.wzc56 {  }.wzc56-slider .wzc56-slider-items {  }.wzc56-slider  .flex-direction-nav a:before { color:rgb(224, 253, 44); }.wzc56-slider {  }.wzc56-carousel .wzc56-carousel-list {  }.wzc56-carousel {  }#wze593 { top:69.0167px;left:549.766px;width:592px;height:338px;z-index:1001;text-align:right; }#wze594 { top:13px;left:928.116px;width:219px;height:34px;z-index:1001;text-align:center; }#wze596 { top:551.5px;left:15px;width:250px;height:250px;z-index:1001; }#wz-section-wzs62 { height:823px;--section-height:823px; }.wzc-section-wzs62 { background:;background-color:rgba(255, 255, 255, 0);border-style:double;border-width:0px;border-color:#000; }.wzc-section-wzs62-full-bottom { background-image:url("data:image/svg+xml,%3Csvg fill='rgb(186, 218, 85)' class='wz-shape-divider-svg' preserveAspectRatio='none' viewBox='0 100 1920 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1920 300v-4.067c-455.162 0-690.876-51.203-1082.65-129.288C490.044 97.423 0 100.013 0 100.013V300h1920z'/%3E%3C/svg%3E");width:100%;height:150px;background-repeat:repeat-x;background-size:undefined;background-position:0px;top:100%;-webkit-transform:translateY(-100%) ;-moz-transform:translateY(-100%) ;-ms-transform:translateY(-100%) ;-o-transform:translateY(-100%) ;transform:translateY(-100%) ;transform:translateY(-100%) ;position:absolute;z-index:10; }.wzc-section-wzs62-full { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs62-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze597 { top:25px;left:-1.75px;width:600px;height:500px;z-index:1000; }#wze598 { top:49.0167px;left:637.735px;width:512px;height:754px;z-index:1001;text-align:right; }#wze599 { top:7.5px;left:817.282px;width:328px;height:34px;z-index:1001;text-align:right; }#wze605 { top:584px;left:292.542px;width:250px;height:250px;z-index:1001; }#wze606 { top:584px;left:24.0021px;width:250px;height:250px;z-index:1002; }#wz-section-wzs63 { height:956px;--section-height:956px; }.wzc-section-wzs63 { background:;background-color:rgba(255, 255, 255, 0);border-style:double;border-width:0px;border-color:#000; }.wzc-section-wzs63-full-bottom { background-image:url("data:image/svg+xml,%3Csvg fill='rgb(186, 218, 85)' class='wz-shape-divider-svg' preserveAspectRatio='none' viewBox='0 102.446 1920 197.554' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 102.446V300h1920S1050.116 102.446 0 102.446z'/%3E%3C/svg%3E");width:100%;height:92px;background-repeat:repeat-x;background-size:100% 100%;background-position:0px;top:100%;-webkit-transform:translateY(-100%)  rotateY(180deg);-moz-transform:translateY(-100%)  rotateY(180deg);-ms-transform:translateY(-100%)  rotateY(180deg);-o-transform:translateY(-100%)  rotateY(180deg);transform:translateY(-100%)  rotateY(180deg);transform:translateY(-100%)  rotateY(180deg);position:absolute;z-index:10; }.wzc-section-wzs63-full { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs63-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze601 { top:29px;left:2.25px;width:600px;height:500px;z-index:1000; }#wze602 { top:74.6833px;left:635.237px;width:517px;height:910px;z-index:1001;text-align:right; }#wze603 { top:4px;left:874.251px;width:271px;height:34px;z-index:1001;text-align:right; }#wze607 { top:557px;left:15px;width:250px;height:250px;z-index:1000; }#wz-section-wzs64 { height:1000.08px;--section-height:1000.08px; }.wzc-section-wzs64 { background:;background-color:rgba(255, 255, 255, 0);border-style:double;border-width:0px;border-color:#000; }.wzc-section-wzs64-full-bottom { background-image:url("data:image/svg+xml,%3Csvg fill='rgb(186, 218, 85)' class='wz-shape-divider-svg' preserveAspectRatio='none' viewBox='0 91 1920 209' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1920 291C1656.8 169.2 1323.3 91 960 91S262.5 169.2 0 291v9h1920v-9z M0,90 h1920 v210 h-1920 Z'/%3E%3C/svg%3E");width:100%;height:150px;background-repeat:repeat-x;background-size:100% 100%;background-position:0px;top:100%;-webkit-transform:translateY(-100%) scale(-1);-moz-transform:translateY(-100%) scale(-1);-ms-transform:translateY(-100%) scale(-1);-o-transform:translateY(-100%) scale(-1);transform:translateY(-100%) scale(-1);transform:translateY(-100%) scale(-1);position:absolute;z-index:10; }.wzc-section-wzs64-full { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs64-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze681 { top:22px;left:795.511px;width:328px;height:29px;z-index:1001;text-align:right; }#wze682 { top:65.0667px;left:740.381px;width:391px;height:549px;z-index:1001;text-align:right; }#wze683 { top:51px;left:10.4908px;width:600px;height:500px;z-index:1000; }#wze685 { top:642.7px;left:85.0097px;width:1000px;height:500px;z-index:1004; }#wze686 { top:59.512px;left:69.009px;width:862px;height:381px;z-index:1000; }#wz-section-wzs71 { height:1179.97px;--section-height:1179.97px; }#wz-section-wzs53 { height:200px;--section-height:200px; }#wze537 { top:30px;left:15px;width:848px;height:499px;z-index:1000; }.wzc113-root .wzc113-root-container .wzc113-root-container-header .wzc113-root-container-header-title {  }.wzc113-root .wzc113-root-container .wzc113-root-container-header {  }.wzc113-root .wzc113-root-container .wzc113-root-container-submitBoxHeader .wzc113-root-container-submitBoxHeader-submitButtonHeader {  }.wzc113-root .wzc113-root-container .wzc113-root-container-submitBoxHeader {  }.wzc113-root .wzc113-root-container {  }.wzc113-root .wzc113-root-accountContainer .wzc113-root-accountContainer-accountItem .wzc113-root-accountContainer-accountItem-accountItemLabel {  }.wzc113-root .wzc113-root-accountContainer .wzc113-root-accountContainer-accountItem .wzc113-root-accountContainer-accountItem-accountItemInputBox .wzc113-root-accountContainer-accountItem-accountItemInputBox-accountItemInput {  }.wzc113-root .wzc113-root-accountContainer .wzc113-root-accountContainer-accountItem .wzc113-root-accountContainer-accountItem-accountItemInputBox .wzc113-root-accountContainer-accountItem-accountItemInputBox-error {  }.wzc113-root .wzc113-root-accountContainer .wzc113-root-accountContainer-accountItem .wzc113-root-accountContainer-accountItem-accountItemInputBox {  }.wzc113-root .wzc113-root-accountContainer .wzc113-root-accountContainer-accountItem {  }.wzc113-root .wzc113-root-accountContainer {  }.wzc113-root .wzc113-root-companyHeaderContainer .wzc113-root-companyHeaderContainer-companyHeader .wzc113-root-companyHeaderContainer-companyHeader-companyTitle {  }.wzc113-root .wzc113-root-companyHeaderContainer .wzc113-root-companyHeaderContainer-companyHeader {  }.wzc113-root .wzc113-root-companyHeaderContainer {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyInfoCheck .wzc113-root-companyInfo-companyInfoCheck-companyInfoCheckDescription {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyInfoCheck .wzc113-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc113-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckInput {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyInfoCheck .wzc113-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc113-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-checkmark {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyInfoCheck .wzc113-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc113-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckButton {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyInfoCheck .wzc113-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc113-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-moreIcon {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyInfoCheck .wzc113-root-companyInfo-companyInfoCheck-companyInfoCheckLabel {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyInfoCheck {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyItemBox .wzc113-root-companyInfo-companyItemBox-companyItemLabel {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyItemBox .wzc113-root-companyInfo-companyItemBox-companyInputBox .wzc113-root-companyInfo-companyItemBox-companyInputBox-companyInput {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyItemBox .wzc113-root-companyInfo-companyItemBox-companyInputBox .wzc113-root-companyInfo-companyItemBox-companyInputBox-companyError {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyItemBox .wzc113-root-companyInfo-companyItemBox-companyInputBox {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyItemBox {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyInfoCancelLabel .wzc113-root-companyInfo-companyInfoCancelLabel-companyInfoCancelInput {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyInfoCancelLabel .wzc113-root-companyInfo-companyInfoCancelLabel-cancelMark {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyInfoCancelLabel .wzc113-root-companyInfo-companyInfoCancelLabel-companyInfoCancelButton {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyInfoCancelLabel .wzc113-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc113-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg .wzc113-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg-cancelIconPath {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyInfoCancelLabel .wzc113-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc113-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyInfoCancelLabel .wzc113-root-companyInfo-companyInfoCancelLabel-cancelIcon {  }.wzc113-root .wzc113-root-companyInfo .wzc113-root-companyInfo-companyInfoCancelLabel {  }.wzc113-root .wzc113-root-companyInfo {  }.wzc113-root .wzc113-root-submitBoxFooter .wzc113-root-submitBoxFooter-submitButtonFooter {  }.wzc113-root .wzc113-root-submitBoxFooter {  }.wzc113-root {  }.wzc113  .wz-profile-account-root { text-align:right; }.wzc113  .wz-profile-account-header-container { margin-bottom:20px; }.wzc113  .wz-profile-account-header p { font-family:iransans_fa, sans-serif;font-size:20px;font-weight:500;color:rgb(117,117,117); }.wzc113  .wz-profile-account-container { border-style:solid;border-width:1px;border-color:#efefef;background-color:#f4f4f4;border-radius:20px;direction:rtl;row-gap:15px;padding:35px; }.wzc113  .wz-profile-account-container:hover { border-radius:20px; }.wzc113  .wz-profile-account-input-container { width:48%;direction:rtl;font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc113  .wz-profile-account-input-container label { color:#9b9b9b; }.wzc113  .wz-profile-account-input-container input { width:100%;border-style:solid;border-width:1px;border-color:#d5d5d5;border-radius:4px;font-family:iransans_fa;font-size:13px;background-color:rgba(0,0,0,0);color:#7e7e7e; }.wzc113  .wz-profile-account-input-container input:hover { border-radius:4px; }.wzc113  .wz-profile-account-submit-box { margin-top:20px;text-align:left; }.wzc113  .wz-profile-account-submit { width:120px;height:35px;position:relative;display:inline-block; }.wzc113  .wz-profile-account-company-info-button p { font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc113  .wz-profile-account-company-info-button label { font-family:iransans_fa, sans-serif;font-size:13px;color:#17a2b8; }.wzc113  .wz-profile-account-company-info-button .moreIcon { width:13px;height:13px;fill:#17a2b8; }.wzc113  .wz-profile-account-company-info-cancel { font-family:iransans_fa, sans-serif;font-size:13px;color:#E74C3C; }.wzc113  .wz-profile-account-company-info-cancel .cancelIcon { width:20px;height:20px; }.wzc113  .wz-profile-account-company-info-cancel .cancelIcon svg path { stroke:#E74C3C; }.wzc113 {  }.wzc112:hover .wzc112-bg { background-color:#ffd9d5; }.wzc112:hover .wzc112-content { color:#E74C3C; }.wzc112:hover {  }.wzc112-bg:after {  }.wzc112-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc112-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#E74C3C; }#wze542 { top:30px;left:893px;width:262px;height:565px;z-index:1000; }.wzc126-root .wzc126-root-infoBox .wzc126-root-infoBox-userImageBox .wzc126-root-infoBox-userImageBox-userImage {  }.wzc126-root .wzc126-root-infoBox .wzc126-root-infoBox-userImageBox {  }.wzc126-root .wzc126-root-infoBox .wzc126-root-infoBox-userInfo .wzc126-root-infoBox-userInfo-userName {  }.wzc126-root .wzc126-root-infoBox .wzc126-root-infoBox-userInfo .wzc126-root-infoBox-userInfo-userEmail {  }.wzc126-root .wzc126-root-infoBox .wzc126-root-infoBox-userInfo .wzc126-root-infoBox-userInfo-editInfo .wzc126-root-infoBox-userInfo-editInfo-editInfoIcon {  }.wzc126-root .wzc126-root-infoBox .wzc126-root-infoBox-userInfo .wzc126-root-infoBox-userInfo-editInfo .wzc126-root-infoBox-userInfo-editInfo-editInfoText {  }.wzc126-root .wzc126-root-infoBox .wzc126-root-infoBox-userInfo .wzc126-root-infoBox-userInfo-editInfo {  }.wzc126-root .wzc126-root-infoBox .wzc126-root-infoBox-userInfo {  }.wzc126-root .wzc126-root-infoBox {  }.wzc126-root .wzc126-root-items .wzc126-root-items-item .wzc126-root-items-item-itemBox .wzc126-root-items-item-itemBox-itemIcon {  }.wzc126-root .wzc126-root-items .wzc126-root-items-item .wzc126-root-items-item-itemBox .wzc126-root-items-item-itemBox-itemName {  }.wzc126-root .wzc126-root-items .wzc126-root-items-item .wzc126-root-items-item-itemBox {  }.wzc126-root .wzc126-root-items .wzc126-root-items-item {  }.wzc126-root .wzc126-root-items .wzc126-root-items-more {  }.wzc126-root .wzc126-root-items {  }.wzc126-root .wzc126-root-logoutBox .wzc126-root-logoutBox-logout .wzc126-root-logoutBox-logout-logoutLabel {  }.wzc126-root .wzc126-root-logoutBox .wzc126-root-logoutBox-logout {  }.wzc126-root .wzc126-root-logoutBox {  }.wzc126-root {  }.wzc126  .wz-profile-menu-user-info { gap:2px; }.wzc126  div + .wz-profile-menu-user-info { margin-right:5%;margin-left:5%; }.wzc126  .wz-profile-menu-info-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;direction:rtl; }.wzc126  .wz-profile-menu-info-box:hover {  }.wzc126  .wz-profile-menu-user-image img { border-style:solid;border-width:2px;border-color:#efefef;border-radius:50px;object-fit:cover; }.wzc126  .wz-profile-menu-user-name { font-family:iransans_fa, sans-serif;font-size:18px;font-weight:bold;color:#808080; }.wzc126  .wz-profile-menu-user-name:hover {  }.wzc126  .wz-profile-menu-user-email { font-family:iransans_fa, sans-serif;font-size:12px;color:#a1a1a1; }.wzc126  .wz-profile-menu-user-email:hover {  }.wzc126  .wz-profile-menu-edit-info { font-family:iransans_fa, sans-serif;font-size:10px;color:#808080; }.wzc126  .wz-profile-menu-edit-info:hover {  }.wzc126  .wz-profile-menu-edit-info span { -webkit-transform:rotate(80deg);-moz-transform:rotate(80deg);-ms-transform:rotate(80deg);-o-transform:rotate(80deg);transform:rotate(80deg);transform:rotate(80deg); }.wzc126  .wz-profile-menu-items { height:fit-content;border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;margin-top:10px; }.wzc126  .wz-profile-menu-items:hover {  }.wzc126  .wz-profile-menu-item { padding:0 30px;background-color:rgba(0,0,0,0);direction:rtl; }.wzc126  .wz-profile-menu-item:hover { background-color:rgba(0,0,0,0); }.wzc126  .wz-profile-menu-item-box { padding-top:20px;padding-bottom:20px; }.wzc126  .wz-profile-menu-item:not(:nth-last-child(-n+2)) div { border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#efefef; }.wzc126  .wz-profile-menu-item-box:hover {  }.wzc126  .wz-profile-menu-item p { font-family:iransans_fa, sans-serif;font-size:12px;font-weight:500;color:#808080;margin-right:5%;margin-left:5%; }.wzc126  .wz-profile-menu-item p:hover { color:#E74C3C; }.wzc126  #wz-profile-menu-logout-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;margin-top:10px; }.wzc126  #wz-profile-menu-logout-box:hover { border-radius:8px;background-color:#fff; }.wzc126  #wz-profile-menu-logout-box p { font-family:iransans_fa, sans-serif;font-size:14px;font-weight:500;color:#808080;text-align:center; }.wzc126  #wz-profile-menu-logout-box p:hover { color:#e6123d; }.wzc126  .wz-profile-menu-more:after { color:#808080; }.wzc126 {  }#wz-section-wzs48 { height:625px;--section-height:625px; }#wze538 { top:30px;left:15px;width:848px;height:848px;z-index:1000; }.wzc117-header .wzc117-header-title {  }.wzc117-header .wzc117-header-removeButton {  }.wzc117-header .wzc117-header-addToCartButton {  }.wzc117-header {  }.wzc117-favorites { --desktop-columns:3;--desktop-gap:20px;--tablet-columns:2;--tablet-gap:20px;--mobile-columns:1;--mobile-gap:20px;--image-order:0;--title-order:1;--price-order:2;--buttons-order:3; }.wzc117-pagination .wzc117-pagination-paginationButton {  }.wzc117-pagination {  }.wzc117  .wz-profile-favorites-header-text { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc117  .wz-profile-favorites-header-text:hover {  }.wzc117  .wz-profile-favorites-container { border-radius:15px;border-width:0px;border-style:solid;border-color:#000;overflow:visible;background-color:#fff;padding:0; }.wzc117  .wz-profile-favorites-container:hover { border-radius:15px; }.wzc117  .wz-profile-favorite-item { height:fit-content;direction:rtl;padding:20px;gap:5px;background-color:#fff;border-width:2px;border-style:solid;border-color:#e3e3e3;border-radius:0;box-shadow:unset; }.wzc117  .wz-profile-favorite-item:hover {  }.wzc117  .wz-profile-favorite-item-image { object-fit:contain; }.wzc117  .wz-profile-favorite-item-title { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#747474; }.wzc117  .wz-profile-favorite-item-title:hover {  }.wzc117  .wz-profile-favorite-item-price { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#E74C3C; }.wzc117  .wz-profile-favorite-item-price:hover {  }.wzc117  .wz-profile-favorite-item-add { height:30px; }.wzc117  .wz-profile-favorite-item-remove { height:30px; }.wzc117  .wz-profile-favorites-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc117  .wz-profile-favorites-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc117  .wz-profile-favorites-no-results-first-text:hover {  }.wzc117  .wz-profile-favorites-no-results-second-text:hover {  }.wzc117 {  }.wzc114:hover .wzc114-bg { background-color:#E74C3C; }.wzc114:hover .wzc114-content { font-size:10px;color:#fff; }.wzc114:hover {  }.wzc114-bg:after {  }.wzc114-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc114-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:10px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#E74C3C; }.wzc115:hover .wzc115-bg { background-color:#c9c9c9;border:1px solid #c9c9c9; }.wzc115:hover .wzc115-content { font-size:10px;color:#fff; }.wzc115:hover {  }.wzc115-bg:after {  }.wzc115-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc115-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:10px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#a1a1a1; }.wzc116:hover .wzc116-bg:after { width:90%;opacity:1; }.wzc116:hover .wzc116-bg {  }.wzc116:hover .wzc116-content { color:#fff; }.wzc116:hover {  }.wzc116-bg:after { content:'';position:absolute;z-index:1;transition:all 0.3s;width:0px;height:100%;top:50%;left:50%;background-color:#999999;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%); }.wzc116-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:6px;border-style:solid;border-color:#afafaf;border-width:1px;overflow:hidden; }.wzc116-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:10px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#999999; }#wz-section-wzs49 { height:908px;--section-height:908px; }#wze539 { top:30px;left:15px;width:848px;height:341px;z-index:1000; }.wzc118-root .wzc118-root-header .wzc118-root-header-title {  }.wzc118-root .wzc118-root-header .wzc118-root-header-options .wzc118-root-header-options-optionsList .wzc118-root-header-options-optionsList-optionItem{{ item.id }} {  }.wzc118-root .wzc118-root-header .wzc118-root-header-options .wzc118-root-header-options-optionsList {  }.wzc118-root .wzc118-root-header .wzc118-root-header-options {  }.wzc118-root .wzc118-root-header {  }.wzc118-root .wzc118-root-orders .wzc118-root-orders-ordersHeader .wzc118-root-orders-ordersHeader-ordersHeaderItem .wzc118-root-orders-ordersHeader-ordersHeaderItem-orderHeaderItem{{ item.id }} {  }.wzc118-root .wzc118-root-orders .wzc118-root-orders-ordersHeader .wzc118-root-orders-ordersHeader-ordersHeaderItem {  }.wzc118-root .wzc118-root-orders .wzc118-root-orders-ordersHeader {  }.wzc118-root .wzc118-root-orders {  }.wzc118-root .wzc118-root-pagination .wzc118-root-pagination-paginationButton {  }.wzc118-root .wzc118-root-pagination {  }.wzc118-root {  }.wzc118  .wz-profile-orders-header p { font-size:18px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117); }.wzc118  .wz-profile-orders-header-option { font-size:12px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117);border-radius:5px; }.wzc118  .wz-profile-orders-header-option:hover { background-color:#f4f4f4;cursor:pointer; }.wzc118  .wz-profile-orders-header-options ul [data-active=true] { background-color:#f4f4f4; }.wzc118  .wz-profile-orders-order-items-header { width:80%; }.wzc118  .wz-profile-orders-order-items-header p { width:20%;font-size:12px;font-family:iransans_fa;font-weight:500;text-align:center;color:rgb(117,117,117); }.wzc118  .wz-profile-orders-order-details { width:80%; }.wzc118  .wz-profile-orders-order-buttons { width:20%; }.wzc118  .wz-profile-orders-order-details p { width:20%;font-size:12px;font-family:iransans_fa;font-weight:500;text-align:center;color:rgb(117,117,117); }.wzc118  .wz-profile-orders-order-items-root { background-color:#f4f4f4;border-radius:10px;border-width:0px;border-color:rgb(0,0,0);border-style:solid; }.wzc118  .wz-profile-orders-order-items-container:first-child:after { border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#e1e1e1; }.wzc118  .wz-profile-orders-last-orders-image span { padding:3px; }.wzc118  .wz-profile-orders-last-orders-image span img { object-fit:cover; }.wzc118  .wz-profile-orders-no-results-root { gap:10px;border-width:0px;border-style:solid;border-color:#efefef;border-radius:16px;margin-top:20px;padding:70px 30px;background-color:#f4f4f4; }.wzc118  .wz-profile-orders-no-results-root img { width:5%;min-width:40px; }.wzc118  .wz-profile-orders-no-results-first-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc118  .wz-profile-orders-no-results-second-text { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc118 {  }#wz-section-wzs50 { height:503px;--section-height:503px; }#wze540 { top:30px;left:15px;width:848px;height:648px;z-index:1000; }.wzc121-root .wzc121-root-header .wzc121-root-header-title {  }.wzc121-root .wzc121-root-header .wzc121-root-header-headerButtons .wzc121-root-header-headerButtons-reorderButton {  }.wzc121-root .wzc121-root-header .wzc121-root-header-headerButtons .wzc121-root-header-headerButtons-receiptButton {  }.wzc121-root .wzc121-root-header .wzc121-root-header-headerButtons {  }.wzc121-root .wzc121-root-header {  }.wzc121-root .wzc121-root-body .wzc121-root-body-information .wzc121-root-body-information-mainInformation .wzc121-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc121-root-body-information-mainInformation-mainInformation{{ item.name }}-itemName {  }.wzc121-root .wzc121-root-body .wzc121-root-body-information .wzc121-root-body-information-mainInformation .wzc121-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc121-root-body-information-mainInformation-mainInformation{{ item.name }}-itemValue {  }.wzc121-root .wzc121-root-body .wzc121-root-body-information .wzc121-root-body-information-mainInformation .wzc121-root-body-information-mainInformation-mainInformation{{ item.name }} {  }.wzc121-root .wzc121-root-body .wzc121-root-body-information .wzc121-root-body-information-mainInformation {  }.wzc121-root .wzc121-root-body .wzc121-root-body-information .wzc121-root-body-information-userInformation .wzc121-root-body-information-userInformation-userInformation{{ item.name }} .wzc121-root-body-information-userInformation-userInformation{{ item.name }}-itemName {  }.wzc121-root .wzc121-root-body .wzc121-root-body-information .wzc121-root-body-information-userInformation .wzc121-root-body-information-userInformation-userInformation{{ item.name }} .wzc121-root-body-information-userInformation-userInformation{{ item.name }}-itemValue {  }.wzc121-root .wzc121-root-body .wzc121-root-body-information .wzc121-root-body-information-userInformation .wzc121-root-body-information-userInformation-userInformation{{ item.name }} {  }.wzc121-root .wzc121-root-body .wzc121-root-body-information .wzc121-root-body-information-userInformation {  }.wzc121-root .wzc121-root-body .wzc121-root-body-information .wzc121-root-body-information-paymentInformation .wzc121-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc121-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemName {  }.wzc121-root .wzc121-root-body .wzc121-root-body-information .wzc121-root-body-information-paymentInformation .wzc121-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc121-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemValue {  }.wzc121-root .wzc121-root-body .wzc121-root-body-information .wzc121-root-body-information-paymentInformation .wzc121-root-body-information-paymentInformation-paymentInformation{{ item.name }} {  }.wzc121-root .wzc121-root-body .wzc121-root-body-information .wzc121-root-body-information-paymentInformation {  }.wzc121-root .wzc121-root-body .wzc121-root-body-information {  }.wzc121-root .wzc121-root-body .wzc121-root-body-orderInformation .wzc121-root-body-orderInformation-orderInformationHeader .wzc121-root-body-orderInformation-orderInformationHeader-orderName .wzc121-root-body-orderInformation-orderInformationHeader-orderName-orderNameValue {  }.wzc121-root .wzc121-root-body .wzc121-root-body-orderInformation .wzc121-root-body-orderInformation-orderInformationHeader .wzc121-root-body-orderInformation-orderInformationHeader-orderName {  }.wzc121-root .wzc121-root-body .wzc121-root-body-orderInformation .wzc121-root-body-orderInformation-orderInformationHeader .wzc121-root-body-orderInformation-orderInformationHeader-orderUnitPrice .wzc121-root-body-orderInformation-orderInformationHeader-orderUnitPrice-orderUnitPriceValue {  }.wzc121-root .wzc121-root-body .wzc121-root-body-orderInformation .wzc121-root-body-orderInformation-orderInformationHeader .wzc121-root-body-orderInformation-orderInformationHeader-orderUnitPrice {  }.wzc121-root .wzc121-root-body .wzc121-root-body-orderInformation .wzc121-root-body-orderInformation-orderInformationHeader .wzc121-root-body-orderInformation-orderInformationHeader-orderCount .wzc121-root-body-orderInformation-orderInformationHeader-orderCount-orderCountValue {  }.wzc121-root .wzc121-root-body .wzc121-root-body-orderInformation .wzc121-root-body-orderInformation-orderInformationHeader .wzc121-root-body-orderInformation-orderInformationHeader-orderCount {  }.wzc121-root .wzc121-root-body .wzc121-root-body-orderInformation .wzc121-root-body-orderInformation-orderInformationHeader .wzc121-root-body-orderInformation-orderInformationHeader-orderDiscount .wzc121-root-body-orderInformation-orderInformationHeader-orderDiscount-orderDiscountValue {  }.wzc121-root .wzc121-root-body .wzc121-root-body-orderInformation .wzc121-root-body-orderInformation-orderInformationHeader .wzc121-root-body-orderInformation-orderInformationHeader-orderDiscount {  }.wzc121-root .wzc121-root-body .wzc121-root-body-orderInformation .wzc121-root-body-orderInformation-orderInformationHeader .wzc121-root-body-orderInformation-orderInformationHeader-orderFinalPrice .wzc121-root-body-orderInformation-orderInformationHeader-orderFinalPrice-orderFinalPriceValue {  }.wzc121-root .wzc121-root-body .wzc121-root-body-orderInformation .wzc121-root-body-orderInformation-orderInformationHeader .wzc121-root-body-orderInformation-orderInformationHeader-orderFinalPrice {  }.wzc121-root .wzc121-root-body .wzc121-root-body-orderInformation .wzc121-root-body-orderInformation-orderInformationHeader {  }.wzc121-root .wzc121-root-body .wzc121-root-body-orderInformation {  }.wzc121-root .wzc121-root-body { --order-information:0;--user-information:1;--payment-information:2; }.wzc121-root .wzc121-root-support .wzc121-root-support-supportImage {  }.wzc121-root .wzc121-root-support .wzc121-root-support-supportTextBox .wzc121-root-support-supportTextBox-supportQuestion {  }.wzc121-root .wzc121-root-support .wzc121-root-support-supportTextBox .wzc121-root-support-supportTextBox-supportMessage {  }.wzc121-root .wzc121-root-support .wzc121-root-support-supportTextBox {  }.wzc121-root .wzc121-root-support {  }.wzc121-root {  }.wzc121  .wz-profile-order-details-root { font-family:iransans_fa; }.wzc121  .wz-profile-order-details-header { padding-bottom:20px; }.wzc121  .wz-profile-order-details-header-text { font-size:20px;font-weight:600;color:rgb(117,117,117); }.wzc121  .wz-profile-order-details-reorder-button { height:30px;width:90px; }.wzc121  .wz-profile-order-details-receipt-button { height:30px;width:90px; }.wzc121  .wz-profile-order-details-body { background-color:rgb(245, 245, 245);padding:15px 0 25px 0;border-radius:10px;border-style:solid;border-width:0;border-color:#000; }.wzc121  .wz-profile-order-details-information-container { margin:0 30px;gap:0; }.wzc121  .wz-profile-order-details-information { padding-top:15px;padding-bottom:15px;padding-right:0;padding-left:0;gap:10px;grid-template-columns: 33.33%;border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:rgb(233, 233, 233); }.wzc121  .wz-profile-order-details-order-complete-information:hover { background-color:rgba(0,0,0,0.025); }.wzc121  .wz-profile-order-details-information-item { width:100%;gap:10px; }.wzc121  .wz-profile-order-details-information-item-name { font-size:12px;color:rgb(117,117,117);font-weight:400; }.wzc121  .wz-profile-order-details-information-item-value { font-size:12px;color:rgb(74,74,74);font-weight:500; }.wzc121  [data-name=total_include_tax] { width:fit-content;padding:0 15px;background-color:rgba(0,0,0,0.035);border-radius:6px; }.wzc121  [data-name=total_include_tax] .wz-profile-order-details-information-item-name { font-size:14px; }.wzc121  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:20px;font-weight:600; }.wzc121  .wz-profile-order-details-order-information-item { padding-top:15px;padding-bottom:15px;padding-right:30px;padding-left:30px;gap:0px; }.wzc121  .wz-profile-order-details-order-information-header { font-size:12px;font-weight:400;color:rgb(117,117,117);padding:10px 30px; }.wzc121  .wz-profile-order-details-order-detail { font-size:12px;font-weight:500;color:rgb(0,0,0);border-right-style:solid;border-right-width:1px;border-right-color:rgb(233,233,233); }.wzc121  .wz-profile-order-details-order-summary-information { gap:5px; }.wzc121  .wz-profile-order-details-order-summary-information-name { font-size:12px;color:#000; }.wzc121  .wz-profile-order-details-order-summary-information-other p { font-size:10px;color:rgb(117,117,117); }.wzc121  .wz-profile-order-details-order-image-box { background-color:#fff;border-radius:50px;border-style:solid;border-width:1px;border-color:rgb(233,233,233);padding:5px; }.wzc121  .wz-profile-order-details-order-image-box img { object-fit:cover; }.wzc121  .wz-profile-order-details-support { justify-content:end;gap:10px;padding:15px 25px; }.wzc121  .wz-profile-order-details-support-question { font-size:14px;font-weight:500;color:rgb(0,0,0); }.wzc121  .wz-profile-order-details-support-message { font-size:10px;font-weight:400;color:rgb(117,117,117); }.wzc121  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date status"; }.wzc121  .wz-profile-order-details-user-information { grid-template-areas:"transferee mobile" "address address"; }.wzc121  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost totalCost" "paymentMethod shippingMethod totalCost" "deliveryDate deliveryDate totalCost"; }.wzc121  .wz-profile-order-details-order-description { padding-top:10px;padding-bottom:10px;padding-right:15px;padding-left:15px;margin-right:15px;margin-left:15px;font-size:11px;background-color:#fff;color:rgb(117,117,117);border-style:solid;border-width:1px;border-color:rgb(233,233,233); }.wzc121  .wz-profile-order-details-no-results-root { gap:10px;margin-top:20px;padding:70px 30px; }.wzc121  .wz-profile-order-details-no-results-root img { width:5%;min-width:40px; }.wzc121  .wz-profile-order-details-no-results-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc121  .wz-profile-order-details-no-results-hint { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc121 {  }.wzc119:hover .wzc119-bg { background-color:#ffd9d5;border-width:1px;border-color:rgba(255, 213, 0, 0.25); }.wzc119:hover .wzc119-content { color:#E74C3C; }.wzc119:hover {  }.wzc119-bg:after {  }.wzc119-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:6px;border-style:solid;border-color:rgba(255, 213, 0, 0.25); }.wzc119-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:10px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#E74C3C; }.wzc120:hover .wzc120-bg { background-color:#f4f4f4;border-width:1px;border-color:rgb(233, 233, 233); }.wzc120:hover .wzc120-content { color:rgb(117,117,117); }.wzc120:hover {  }.wzc120-bg:after {  }.wzc120-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#f4f4f4;border-radius:6px;border-style:solid;border-color:rgb(233, 233, 233); }.wzc120-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:10px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(117,117,117); }#wz-section-wzs51 { height:708px;--section-height:708px; }#wze541 { top:30px;left:15px;width:848px;height:541px;z-index:1000; }.wzc125-header .wzc125-header-title {  }.wzc125-header .wzc125-header-headerButton {  }.wzc125-header .wzc125-header-editButton {  }.wzc125-header .wzc125-header-removeButton {  }.wzc125-header {  }.wzc125-addressesContainer { --desktop-columns:3;--desktop-gap:30px;--tablet-columns:2;--tablet-gap:30px;--mobile-columns:1;--mobile-gap:30px;--address-order:0;--summary-order:1;--transferee-order:2; }.wzc125-pagination .wzc125-pagination-paginationButton {  }.wzc125-pagination {  }.wzc125  .wz-profile-addresses-header { margin-bottom:30px; }.wzc125  .wz-profile-addresses-header p { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc125  .wz-profile-addresses-header-button { height:35px;width:115px; }.wzc125  .wz-profile-addresses-container { border-style:solid;border-width:0px;border-color:#000;background-color:#f7f7f7;border-radius:20px;padding:40px;gap:30px;direction:rtl; }.wzc125  .wz-profile-addresses-container:hover { border-radius:20px; }.wzc125  .wz-profile-address-item { display:flex;flex-flow:column;width:~'calc(33.33% - 20px)';height:fit-content;direction:rtl;background-color:#fff;padding:0;border-radius:20px;border-style:solid;border-width:2px;border-color:#fff;box-shadow:1px 1px 4px 0px rgba(0,0,0,0.18); }.wzc125  .wz-profile-address-item:hover { border-radius:20px; }.wzc125  .wz-profile-address-location { width:100%;height:200px; }.wzc125  .wz-profile-address-details { gap:7px;padding:5px 15px 15px 15px;box-shadow:0px -15px 15px 10px #fff; }.wzc125  .wz-profile-address-item:hover .wz-profile-address-details {  }.wzc125  .wz-profile-address-full { font-family:iransans_fa;font-size:14px;font-weight:500;color:#4a4a4a;text-align:right; }.wzc125  .wz-profile-address-full:hover {  }.wzc125  .wz-profile-address-summary { justify-content:start; }.wzc125  .wz-profile-address-summary-location p { font-family:iransans_fa;font-size:12px; }.wzc125  .wz-profile-address-summary-location p:hover {  }.wzc125  .wz-profile-address-summary-location svg { width:22px;height:auto; }.wzc125  .wz-profile-address-summary-location svg path { fill:#E74C3C; }.wzc125  .wz-profile-address-summary-postal-code p { font-family:iransans_fa;font-size:12px; }.wzc125  .wz-profile-address-summary-postal-code p:hover {  }.wzc125  .wz-profile-address-summary-postal-code svg { width:25px;height:auto; }.wzc125  .wz-profile-address-summary-postal-code svg path { stroke:#E74C3C; }.wzc125  .wz-profile-address-transferee { text-align:right; }.wzc125  .wz-profile-address-transferee p { font-family:iransans_fa;font-size:12px; }.wzc125  .wz-profile-address-transferee p:hover {  }.wzc125  .wz-profile-address-buttons { margin-top:15px;justify-content:end; }.wzc125  .wz-profile-address-remove-button { height:30px; }.wzc125  .wz-profile-address-edit-button { height:30px; }.wzc125  .wz-profile-addresses-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc125  .wz-profile-addresses-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc125  .wz-profile-addresses-no-results-first-text:hover {  }.wzc125  .wz-profile-addresses-no-results-second-text:hover {  }.wzc125 {  }.wzc122:hover .wzc122-bg { background-color:#E74C3C; }.wzc122:hover .wzc122-content { font-size:12px;color:#ffd9d5; }.wzc122:hover {  }.wzc122-bg:after {  }.wzc122-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc122-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:12px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#E74C3C;overflow:hidden; }.wzc123:hover .wzc123-bg { background-color:#f4f4f4;border:1px solid #e1e1e1; }.wzc123:hover .wzc123-content { font-size:11px;color:#a1a1a1; }.wzc123:hover {  }.wzc123-bg:after {  }.wzc123-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc123-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:11px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#a1a1a1;overflow:hidden; }.wzc124:hover .wzc124-bg { background-color:#E74C3C; }.wzc124:hover .wzc124-content { font-size:11px;color:#fff; }.wzc124:hover {  }.wzc124-bg:after {  }.wzc124-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc124-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:11px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#E74C3C;overflow:hidden; }#wz-section-wzs52 { height:601px;--section-height:601px; }#wze563 { top:42px;left:38.4667px;width:600px;height:500px;z-index:1000; }#wze564 { top:893px;left:449.5px;width:271px;height:44px;z-index:1003;text-align:center; }#wze565 { top:966px;left:85px;width:1000px;height:500px;z-index:1004; }#wze574 { top:59.5px;left:69px;width:862px;height:381px;z-index:1000; }#wze568 { top:51px;left:790.05px;width:328px;height:29px;z-index:1001;text-align:right; }#wze569 { top:101px;left:938.05px;width:180px;height:22px;z-index:1001;text-align:right; }#wze570 { top:140px;left:703.203px;width:391px;height:549px;z-index:1001;text-align:right; }#wze573 { top:795px;left:1009.04px;width:100px;height:30px;z-index:1000; }#wz-section-wzs58 { height:1535px;--section-height:1535px; }#wz-section-wzs-default { height:200px;--section-height:200px; }@media only screen and (max-width : 768px) {#wze486 { top:1px;left:140.64px;bottom:auto;right:auto;width:309px;height:14.6667px;display:block;z-index:1000;text-align:right; }#wze650 { top:15px;left:23.5645px;bottom:auto;right:auto;width:30px;height:30px;display:none;z-index:1000; }#wze652 { top:18px;left:66.9505px;bottom:auto;right:auto;width:280px;height:21px;display:none;z-index:1000;text-align:right; }#wze653 { top:20.6667px;left:345.889px;bottom:auto;right:auto;width:123px;height:31px;z-index:1000; }#wz-section-header { height:57.6667px;--section-height:57.6667px; }.wzc-section-header { background:;background-color:rgba(246, 249, 245, 0); }#wz-section-allPage { height:0px;--section-height:0px; }#wze65 { top:5px;left:0.25px;bottom:auto;right:auto;width:467.5px;height:186.167px;z-index:1000; }#wze67 { top:263.167px;left:15px;bottom:auto;right:auto;width:438px;height:711px;z-index:1000;text-align:right; }#wze385 { top:185.167px;left:155.5px;bottom:auto;right:auto;width:157px;height:54px;z-index:1000;text-align:center; }#wz-section-wzs1 { height:1059.17px;--section-height:1059.17px; }#wze32 { top:131px;left:99.5px;bottom:auto;right:auto;width:269px;height:104px;display:block;z-index:1000;text-align:center; }#wze34 { top:382.833px;left:62.5667px;bottom:auto;right:auto;width:327px;height:45.3125px;display:block;z-index:1000;text-align:right; }#wze35 { top:268px;left:20.45px;bottom:auto;right:auto;width:373px;height:21.3125px;display:block;z-index:1000;text-align:right; }#wze49 { top:454.666px;left:273.017px;bottom:auto;right:auto;width:182px;height:65px;display:block;z-index:1000; }#wze50 { top:27px;left:109px;bottom:auto;right:auto;width:239.05px;height:90px;display:block;z-index:1000; }#wze269 { top:472.166px;left:127.25px;bottom:auto;right:auto;width:129px;height:30px;z-index:1000; }#wze545 { top:545.666px;left:154px;bottom:auto;right:auto;width:160px;height:160px;z-index:1000; }#wze623 { top:292.083px;left:298.883px;bottom:auto;right:auto;width:100px;height:40px;z-index:1000; }.wzc153-content { font-size:12px; }#wze624 { top:292.083px;left:189.45px;bottom:auto;right:auto;width:100px;height:40px;z-index:1000; }#wze625 { top:291.583px;left:80.0167px;bottom:auto;right:auto;width:100px;height:40px;z-index:1000; }#wze632 { top:359px;left:401.95px;bottom:auto;right:auto;width:30px;height:30px;z-index:1000; }#wze633 { top:231px;left:407.883px;bottom:auto;right:auto;width:30px;height:30px;z-index:1000; }#wze649 { top:453.666px;left:32.126px;bottom:auto;right:auto;width:59px;height:59px;z-index:1000; }#wz-section-footer { height:705.625px;--section-height:705.625px; }.wzc-section-footer { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-footer-full { background-position:right center;background-image:; }#wze93 { top:278.8167px;left:28.5px;bottom:auto;right:auto;width:411px;height:333.317px;display:block;z-index:1000; }#wze94 { top:632.8167px;left:47.5px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }#wze95 { top:35px;left:326.5px;bottom:auto;right:auto;width:107px;height:27px;display:block;z-index:1000;text-align:right; }#wze96 { top:96.4997px;left:414px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze97 { top:93.9997px;left:163.5px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze98 { top:188.3167px;left:418px;bottom:auto;right:auto;width:22px;height:28px;display:block;z-index:1000; }#wze169 { top:90.9997px;left:224.5px;bottom:auto;right:auto;width:180px;height:21px;display:block;z-index:1000;text-align:right; }#wze174 { top:113.3167px;left:225.5px;bottom:auto;right:auto;width:180px;height:19px;display:block;z-index:1000;text-align:right; }#wze175 { top:135.3167px;left:225.5px;bottom:auto;right:auto;width:180px;height:19px;display:block;z-index:1000;text-align:right; }#wze176 { top:89.4997px;left:38px;bottom:auto;right:auto;width:111px;height:79px;display:block;z-index:1000;text-align:right; }#wze177 { top:184.3167px;left:215.5px;bottom:auto;right:auto;width:189px;height:63px;display:block;z-index:1000;text-align:right; }#wze535 { top:632.8167px;left:244.767px;bottom:auto;right:auto;width:188.733px;height:40px;z-index:1000; }#wz-section-wzs16 { height:874.3167px;--section-height:874.3167px; }#wze388 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:568.8px;display:block;z-index:1000; }#wz-section-wzs23 { height:598.8px;--section-height:598.8px; }#wze121 { top:246px;left:17px;bottom:auto;right:auto;width:438px;height:498px;display:block;z-index:1000; }#wze121 .wz-gallery.wz-gallery-grid li { width:146px;height:157px;padding:10px; }#wze123 { top:265px;left:233.5px;bottom:auto;right:auto;width:210px;height:27px;display:block;z-index:1000;text-align:right; }#wze124 { top:768px;left:251.5px;bottom:auto;right:auto;width:180px;height:18px;display:block;z-index:1000;text-align:right; }#wze182 { top:848.85px;left:426px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze183 { top:992.433px;left:426px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze184 { top:1016.353px;left:426px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze188 { top:968.503px;left:426px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze189 { top:944.563px;left:426px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze190 { top:920.653px;left:426px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze191 { top:896.713px;left:426px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze194 { top:872.783px;left:426px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze195 { top:824.933px;left:426px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze196 { top:801px;left:426px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze198 { top:1206.003px;left:15px;bottom:auto;right:auto;width:438px;height:1040.434px;z-index:1000; }#wze166 { top:25px;left:15px;bottom:auto;right:auto;width:408px;height:333.767px;display:block;z-index:1000; }#wze167 { top:382.8px;left:15.5px;bottom:auto;right:auto;width:408px;height:333.767px;display:block;z-index:1000; }#wze546 { top:731.567px;left:15px;bottom:auto;right:auto;width:408px;height:293.867px;z-index:1000; }#wze199 { top:1164.563px;left:87.5px;bottom:auto;right:auto;width:293px;height:22px;z-index:1000;text-align:right; }#wze383 { top:24px;left:18px;bottom:auto;right:auto;width:438px;height:200px;z-index:1000;text-align:right; }#wze406 { top:1905.003px;left:183px;bottom:auto;right:auto;width:102px;height:94px;display:none;z-index:1000; }#wze409 { top:2029.003px;left:154px;bottom:auto;right:auto;width:160px;height:160px;display:none;z-index:1000; }#wze529 { top:1070.5px;left:23.3167px;bottom:auto;right:auto;width:128px;height:30px;z-index:1000; }#wze552 { top:1073px;left:164.45px;bottom:auto;right:auto;width:85px;height:30px;z-index:1000; }#wze555 { top:797.5px;left:44.5167px;bottom:auto;right:auto;width:371px;height:234px;z-index:1000;text-align:right; }#wz-section-wzs25 { height:2286.88px;--section-height:2286.88px; }#wze259 { top:15px;left:1.5px;bottom:auto;right:auto;width:465px;height:60.4333px;display:block;z-index:1000; }#wze275 { top:90.4333px;left:15px;bottom:auto;right:auto;width:438px;height:500px;display:block;z-index:1000; }#wze275 .wz-gallery.wz-gallery-grid li { width:146px;height:166px;padding:10px; }#wze276 { top:642.433px;left:15px;bottom:auto;right:auto;width:438px;height:438px;display:block;z-index:1000; }#wze278 { top:15px;left:19px;bottom:auto;right:auto;width:400px;height:400px;display:block;z-index:1000; }#wze277 { top:605.433px;left:151px;bottom:auto;right:auto;width:166px;height:22px;display:block;z-index:1000;text-align:right; }#wz-section-wzs28 { height:1095.4332885742px;--section-height:1095.4332885742px; }#wze281 { top:61.4997px;left:15px;bottom:auto;right:auto;width:438px;height:500px;display:block;z-index:1000; }#wze281 .wz-gallery.wz-gallery-grid li { width:146px;height:166px;padding:10px; }#wze282 { top:1288.9967px;left:114px;bottom:auto;right:auto;width:240px;height:44px;display:block;z-index:1000;text-align:center; }#wze283 { top:1345.9967px;left:15px;bottom:auto;right:auto;width:438px;height:845px;display:block;z-index:1000; }#wze284 { top:15px;left:19px;bottom:auto;right:auto;width:400px;height:400px;display:block;z-index:1000; }#wze285 { top:430px;left:19px;bottom:auto;right:auto;width:400px;height:400px;display:block;z-index:1000; }#wze317 { top:437.9997px;left:129.5px;bottom:auto;right:auto;width:209px;height:23px;display:block;z-index:1000;text-align:right; }#wze318 { top:588.9997px;left:241.5px;bottom:auto;right:auto;width:180px;height:22px;display:block;z-index:1000;text-align:right; }#wze319 { top:619.9997px;left:65.5px;bottom:auto;right:auto;width:337px;height:645px;display:block;z-index:1000;text-align:right; }#wze412 { top:15px;left:183px;bottom:auto;right:auto;width:102px;height:94px;z-index:1000; }#wze416 { top:2290.9967px;left:181.5px;bottom:auto;right:auto;width:105px;height:37px;display:none;z-index:1000; }#wze532 { top:604.9997px;left:29.5px;bottom:auto;right:auto;width:100px;height:30px;z-index:1000; }#wz-section-wzs29 { height:2445.9967px;--section-height:2445.9967px; }#wze286 { top:27px;left:15.0167px;bottom:auto;right:auto;width:438px;height:500px;display:block;z-index:1000; }#wze286 .wz-gallery.wz-gallery-grid li { width:146px;height:166px;padding:10px; }#wze287 { top:1272.9967px;left:15px;bottom:auto;right:auto;width:438px;height:365px;display:block;z-index:1000; }#wze289 { top:19.3px;left:15px;bottom:auto;right:auto;width:408px;height:326.4px;display:block;z-index:1000; }#wze342 { top:389.9997px;left:128.5px;bottom:auto;right:auto;width:211px;height:23px;display:block;z-index:1000;text-align:right; }#wze343 { top:574.9997px;left:244.45px;bottom:auto;right:auto;width:180px;height:50px;display:block;z-index:1000;text-align:right; }#wze353 { top:607.4997px;left:75.45px;bottom:auto;right:auto;width:337px;height:621px;display:block;z-index:1000;text-align:right; }#wze384 { top:1224.9967px;left:109.5px;bottom:auto;right:auto;width:249px;height:44px;z-index:1000;text-align:center; }#wze413 { top:1652.9967px;left:183px;bottom:auto;right:auto;width:102px;height:94px;display:none;z-index:1000; }#wze417 { top:15px;left:181.5px;bottom:auto;right:auto;width:105px;height:37px;z-index:1000; }#wze533 { top:577.4997px;left:30px;bottom:auto;right:auto;width:100px;height:30px;z-index:1000; }#wz-section-wzs30 { height:1756.9967px;--section-height:1756.9967px; }#wze393 { top:72px;left:12px;bottom:auto;right:auto;width:441px;height:481px;display:block;z-index:1000; }#wze398 { top:23px;left:248.5px;bottom:auto;right:auto;width:201px;height:34px;display:block;z-index:1000;text-align:right; }#wze399 { top:23px;left:7.5px;bottom:auto;right:auto;width:183px;height:42px;display:block;z-index:1000; }#wze528 { top:568px;left:15px;bottom:auto;right:auto;width:438px;height:34px;z-index:1000;text-align:right; }#wz-section-wzs36 { height:617px;--section-height:617px; }#wze47 { top:14.3333px;left:8.33399px;bottom:auto;right:auto;width:166.047px;height:63px;display:block;z-index:1000; }#wze636 { top:77.3333px;left:17px;bottom:auto;right:auto;width:438px;height:106.667px;display:block;z-index:1000;text-align:right; }#wze639 { top:20.5px;left:144.001px;bottom:auto;right:auto;width:180px;height:41.3125px;display:block;z-index:1000;text-align:right; }#wz-section-wzs68 { height:191.979px;--section-height:191.979px; }#wze640 { top:1.00016px;left:0.031px;bottom:auto;right:auto;width:467.938px;height:241.5px;display:block;z-index:1000; }#wze644 { top:257.5px;left:241.5px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }#wze645 { top:257.5px;left:46.5px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }#wze651 { top:15px;left:104px;bottom:auto;right:auto;width:260px;height:20px;display:block;z-index:1000;text-align:right; }#wz-section-wzs66 { height:312.5px;--section-height:312.5px; }#wze577 { top:21px;left:26.1333px;bottom:auto;right:auto;width:80px;height:80px;display:block;z-index:1000; }#wze578 { top:111px;left:26.1333px;bottom:auto;right:auto;width:80px;height:80px;z-index:1000; }#wze579 { top:201px;left:26.1333px;bottom:auto;right:auto;width:80px;height:80px;display:block;z-index:1000; }#wze580 { top:381px;left:26.1333px;bottom:auto;right:auto;width:80px;height:80px;display:block;z-index:1000; }#wze581 { top:291px;left:26.1333px;bottom:auto;right:auto;width:80px;height:80px;display:block;z-index:1000; }#wze590 { top:auto;left:auto;bottom:0px;right:0px;width:100px;height:100px;display:block;z-index:9999999; }#wze618 { top:44.5px;left:183.383px;bottom:auto;right:auto;width:260px;height:40px;z-index:1000; }#wze619 { top:312.633px;left:183.383px;bottom:auto;right:auto;width:260px;height:40px;z-index:1000; }#wze620 { top:402px;left:183.383px;bottom:auto;right:auto;width:260px;height:40px;z-index:1000; }#wze621 { top:223.25px;left:183.383px;bottom:auto;right:auto;width:260px;height:40px;z-index:1000; }#wze622 { top:133.883px;left:183.383px;bottom:auto;right:auto;width:260px;height:40px;z-index:1000; }#wze628 { top:627px;left:104.015px;bottom:auto;right:auto;width:260px;height:40px;z-index:1000; }#wze671 { top:498.5px;left:174.389px;bottom:auto;right:auto;width:260px;height:40px;z-index:1000; }#wze672 { top:472.5px;left:31.3125px;bottom:auto;right:auto;width:77px;height:81px;z-index:1000; }#wz-section-wzs46 { height:720px;--section-height:720px; }.wzc-section-wzs46 { background:;background-color:rgba(255, 255, 255, 0); }#wze582 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:500px;display:block;z-index:1000; }#wze582 .wz-gallery.wz-gallery-grid li { width:146px;height:158px;padding:10px; }#wze583 { top:629.333px;left:48.5px;bottom:auto;right:auto;width:371px;height:613.312px;display:block;z-index:1000;text-align:right; }#wze584 { top:530px;left:84px;bottom:auto;right:auto;width:300px;height:69.3125px;display:block;z-index:1000;text-align:right; }#wze586 { top:1257.66px;left:109px;bottom:auto;right:auto;width:250px;height:250px;display:block;z-index:1000; }#wze587 { top:1522.66px;left:109px;bottom:auto;right:auto;width:250px;height:250px;display:block;z-index:1000; }#wze609 { top:1787.66px;left:109px;bottom:auto;right:auto;width:250px;height:250px;z-index:1000; }#wze637 { top:2052.66px;left:28px;bottom:auto;right:auto;width:412px;height:38.6667px;display:none;z-index:1000;text-align:right; }#wze638 { top:2106.33px;left:15px;bottom:auto;right:auto;width:438px;height:266.667px;display:none;z-index:1000;text-align:right; }#wz-section-wzs60 { height:2142.92px;--section-height:2142.92px; }#wze588 { top:19px;left:15px;bottom:auto;right:auto;width:438px;height:500px;display:block;z-index:1000; }#wze588 .wz-gallery.wz-gallery-grid li { width:146px;height:166px;padding:10px; }#wze589 { top:1484px;left:109px;bottom:auto;right:auto;width:250px;height:250px;display:block;z-index:1000; }#wze610 { top:614.333px;left:48.5px;bottom:auto;right:auto;width:371px;height:854.667px;display:block;z-index:1000;text-align:right; }#wze612 { top:538px;left:120px;bottom:auto;right:auto;width:228px;height:69.3125px;display:block;z-index:1000;text-align:right; }#wz-section-wzs61 { height:1748.98px;--section-height:1748.98px; }#wze592 { top:10px;left:0.316667px;bottom:auto;right:auto;width:459.4px;height:500px;display:block;z-index:1000; }#wze592 .wz-gallery.wz-gallery-grid li { width:153px;height:166px;padding:10px; }#wze593 { top:580.667px;left:46.5px;bottom:auto;right:auto;width:375px;height:373.312px;display:block;z-index:1000;text-align:right; }#wze594 { top:527px;left:124.5px;bottom:auto;right:auto;width:219px;height:34.6667px;display:block;z-index:1000;text-align:center; }#wze596 { top:955.5px;left:125.817px;bottom:auto;right:auto;width:250px;height:250px;display:block;z-index:1000; }#wz-section-wzs62 { height:1268.96px;--section-height:1268.96px; }#wze597 { top:29px;left:15px;bottom:auto;right:auto;width:438px;height:500px;display:block;z-index:1000; }#wze597 .wz-gallery.wz-gallery-grid li { width:146px;height:166px;padding:10px; }#wze598 { top:601.667px;left:65.5px;bottom:auto;right:auto;width:337px;height:906.667px;display:block;z-index:1000;text-align:right; }#wze599 { top:546px;left:101px;bottom:auto;right:auto;width:266px;height:34.6667px;display:block;z-index:1000;text-align:right; }#wze605 { top:1516.34px;left:109px;bottom:auto;right:auto;width:250px;height:250px;display:block;z-index:1000; }#wze606 { top:1781.34px;left:109px;bottom:auto;right:auto;width:250px;height:250px;display:block;z-index:1000; }#wz-section-wzs63 { height:2046.33px;--section-height:2046.33px; }#wze601 { top:59px;left:15px;bottom:auto;right:auto;width:438px;height:500px;display:block;z-index:1000; }#wze601 .wz-gallery.wz-gallery-grid li { width:146px;height:166px;padding:10px; }#wze602 { top:646.6673px;left:65.5px;bottom:auto;right:auto;width:337px;height:1066.67px;display:block;z-index:1000;text-align:right; }#wze603 { top:589px;left:98.5px;bottom:auto;right:auto;width:271px;height:34.6667px;display:block;z-index:1000;text-align:right; }#wze607 { top:1722.8433px;left:109px;bottom:auto;right:auto;width:250px;height:250px;display:block;z-index:1000; }#wz-section-wzs64 { height:2022.2933px;--section-height:2022.2933px; }#wze681 { top:15px;left:70px;bottom:auto;right:auto;width:328px;height:29.3125px;display:block;z-index:1000;text-align:right; }#wze682 { top:574.312px;left:38.5px;bottom:auto;right:auto;width:391px;height:549.312px;display:block;z-index:1000;text-align:right; }#wze683 { top:59.3125px;left:10.5px;bottom:auto;right:auto;width:447px;height:500px;display:block;z-index:1000; }#wze683 .wz-gallery.wz-gallery-grid li { width:149px;height:166px;padding:10px; }#wze685 { top:1138.6px;left:15px;bottom:auto;right:auto;width:438px;height:219px;display:block;z-index:1000; }#wze686 { top:15px;left:15px;bottom:auto;right:auto;width:408px;height:180.333px;display:block;z-index:1000; }#wz-section-wzs71 { height:1372.603515625px;--section-height:1372.603515625px; }#wz-section-wzs53 { height:15px;--section-height:15px; }#wze537 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:257.733px;display:block;z-index:1000; }#wze542 { bottom:auto;right:auto;width:438px;height:189px;z-index:1000; }#wz-section-wzs48 { height:491.733px;--section-height:491.733px; }#wze538 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:438px;display:block;z-index:1000; }#wz-section-wzs49 { height:672px;--section-height:672px; }#wze539 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:176.133px;display:block;z-index:1000; }.wzc118  .wz-profile-orders-header p { font-size:16px; }.wzc118  .wz-profile-orders-header-option { font-size:10px; }.wzc118  .wz-profile-orders-order-items-header p { font-size:10px; }.wzc118  .wz-profile-orders-order-details p { font-size:10px; }#wz-section-wzs50 { height:410.133px;--section-height:410.133px; }#wze540 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:334.7px;display:block;z-index:1000; }.wzc121  .wz-profile-order-details-information { grid-template-columns: 50%; }.wzc121  .wz-profile-order-details-information-item-name { font-size:11px; }.wzc121  .wz-profile-order-details-information-item-value { font-size:11px; }.wzc121  [data-name=total_include_tax] { padding:10px; }.wzc121  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:16px; }.wzc121  .wz-profile-order-details-order-information-header { font-size:10px; }.wzc121  .wz-profile-order-details-order-detail { font-size:10px; }.wzc121  .wz-profile-order-details-order-summary-information-name { font-size:10px; }.wzc121  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date" "status status"; }.wzc121  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost" "paymentMethod shippingMethod" "deliveryDate deliveryDate" "totalCost totalCost"; }#wz-section-wzs51 { height:568.7px;--section-height:568.7px; }#wze541 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:279.433px;display:block;z-index:1000; }#wz-section-wzs52 { height:513.433px;--section-height:513.433px; }#wze563 { top:61.4997px;left:15px;bottom:auto;right:auto;width:438px;height:500px;display:block;z-index:1000; }#wze563 .wz-gallery.wz-gallery-grid li { width:146px;height:166px;padding:10px; }#wze564 { top:1194.9967px;left:114px;bottom:auto;right:auto;width:240px;height:44px;display:block;z-index:1000;text-align:center; }#wze565 { top:1251.9967px;left:15px;bottom:auto;right:auto;width:438px;height:210.333px;display:block;z-index:1000; }#wze574 { top:15px;left:15px;bottom:auto;right:auto;width:408px;height:180.333px;z-index:1000; }#wze568 { top:343.9997px;left:129.5px;bottom:auto;right:auto;width:209px;height:23px;display:block;z-index:1000;text-align:right; }#wze569 { top:494.9997px;left:241.5px;bottom:auto;right:auto;width:180px;height:22px;display:block;z-index:1000;text-align:right; }#wze570 { top:525.9997px;left:65.5px;bottom:auto;right:auto;width:337px;height:645px;display:block;z-index:1000;text-align:right; }#wze573 { top:510.9997px;left:29.5px;bottom:auto;right:auto;width:100px;height:30px;z-index:1000; }#wz-section-wzs58 { height:2547.3308067285px;--section-height:2547.3308067285px; }#wz-section-wzs-default { height:200px;--section-height:200px; }}@media only screen and (min-width : 768px)and (max-width : 1170px) {#wze486 { top:15px;left:371.239px;bottom:auto;right:auto;width:392px;height:48px;display:block;z-index:1000;text-align:right; }#wze650 { top:15px;left:26.7185px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze652 { top:18px;left:74.2966px;bottom:auto;right:auto;width:280px;height:25px;z-index:1000;text-align:right; }#wze653 { top:62px;left:614.572px;bottom:auto;right:auto;width:155px;height:31px;z-index:1000; }#wz-section-header { height:97.5px;--section-height:97.5px; }#wz-section-allPage { height:0px;--section-height:0px; }#wze65 { top:3px;left:1px;bottom:auto;right:auto;width:765px;height:214.867px;display:block;z-index:1000; }#wze67 { top:316.867px;left:86px;bottom:auto;right:auto;width:596px;height:576px;display:block;z-index:1000;text-align:right; }#wze385 { top:240.867px;left:305.5px;bottom:auto;right:auto;width:157px;height:54px;z-index:1000;text-align:center; }#wz-section-wzs1 { height:964.867px;--section-height:964.867px; }#wze32 { top:28.5px;left:439.967px;bottom:auto;right:auto;width:297px;height:102px;display:block;z-index:1000;text-align:center; }#wze34 { top:157px;left:286.417px;bottom:auto;right:auto;width:399px;height:46px;display:block;z-index:1000;text-align:right; }#wze35 { top:236px;left:309px;bottom:auto;right:auto;width:374px;height:25px;display:block;z-index:1000;text-align:right; }#wze49 { top:419px;left:485.25px;bottom:auto;right:auto;width:182px;height:65px;display:block;z-index:1000; }#wze50 { top:19.5px;left:15px;bottom:auto;right:auto;width:239.05px;height:90px;display:block;z-index:1000; }#wze269 { top:435px;left:315.683px;bottom:auto;right:auto;width:129px;height:30px;z-index:1000; }#wze545 { top:533px;left:304px;bottom:auto;right:auto;width:160px;height:160px;z-index:1000; }#wze623 { top:264.25px;left:576.75px;bottom:auto;right:auto;width:113px;height:40px;z-index:1000; }.wzc153-content { font-size:13px; }#wze624 { top:264.25px;left:454.633px;bottom:auto;right:auto;width:113px;height:40px;z-index:1000; }#wze625 { top:264.25px;left:332.5px;bottom:auto;right:auto;width:113px;height:40px;z-index:1000; }#wze632 { top:167px;left:692.583px;bottom:auto;right:auto;width:30px;height:30px;z-index:1000; }#wze633 { top:231px;left:692.583px;bottom:auto;right:auto;width:30px;height:30px;z-index:1000; }#wze649 { top:427px;left:189.246px;bottom:auto;right:auto;width:59px;height:59px;z-index:1000; }#wz-section-footer { height:693px;--section-height:693px; }.wzc-section-footer-full { background-image:; }#wze93 { top:230.15px;left:4.5px;bottom:auto;right:auto;width:759px;height:317.3px;display:block;z-index:1000; }#wze94 { top:564.3px;left:188.5px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }#wze95 { top:33px;left:565.5px;bottom:auto;right:auto;width:180px;height:30px;display:block;z-index:1000;text-align:right; }#wze96 { top:91.8px;left:716.5px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze97 { top:91.8px;left:472.5px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze98 { top:102.3px;left:294.033px;bottom:auto;right:auto;width:22px;height:28px;display:block;z-index:1000; }#wze169 { top:86.3px;left:528.967px;bottom:auto;right:auto;width:180px;height:21px;display:block;z-index:1000;text-align:right; }#wze174 { top:115.8px;left:528.967px;bottom:auto;right:auto;width:180px;height:19px;display:block;z-index:1000;text-align:right; }#wze175 { top:143.3px;left:528.967px;bottom:auto;right:auto;width:180px;height:19px;display:block;z-index:1000;text-align:right; }#wze176 { top:86.3px;left:283.5px;bottom:auto;right:auto;width:180px;height:79px;display:block;z-index:1000;text-align:right; }#wze177 { top:86.3px;left:93.5px;bottom:auto;right:auto;width:189px;height:63px;display:block;z-index:1000;text-align:right; }#wze535 { top:564.3px;left:384.5px;bottom:auto;right:auto;width:188.733px;height:40px;z-index:1000; }#wz-section-wzs16 { height:709.3px;--section-height:709.3px; }#wze388 { top:15px;left:24px;bottom:auto;right:auto;width:720px;height:935px;display:block;z-index:1000; }#wz-section-wzs23 { height:965px;--section-height:965px; }#wze121 { top:173px;left:110px;bottom:auto;right:auto;width:548px;height:498px;display:block;z-index:1000; }#wze121 .wz-gallery.wz-gallery-grid li { width:182px;height:157px;padding:10px; }#wze123 { top:194px;left:392.5px;bottom:auto;right:auto;width:247px;height:28px;display:block;z-index:1000;text-align:right; }#wze124 { top:692px;left:435px;bottom:auto;right:auto;width:141px;height:21px;display:block;z-index:1000;text-align:right; }#wze182 { top:778.716px;left:569px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze183 { top:921.853px;left:569px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze184 { top:945.713px;left:569px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze188 { top:898.003px;left:569px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze189 { top:874.153px;left:569px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze190 { top:850.283px;left:569px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze191 { top:826.433px;left:569px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze194 { top:802.566px;left:569px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze195 { top:754.85px;left:569px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze196 { top:731px;left:569px;bottom:auto;right:auto;width:7px;height:7px;display:block;z-index:1000; }#wze198 { top:1062.52px;left:15px;bottom:auto;right:auto;width:738px;height:1175.483px;z-index:1000; }#wze166 { top:27.7333px;left:119px;bottom:auto;right:auto;width:500px;height:400px;display:block;z-index:1000; }#wze167 { top:436.483px;left:117px;bottom:auto;right:auto;width:500px;height:400px;display:block;z-index:1000; }#wze546 { top:851.483px;left:154.5px;bottom:auto;right:auto;width:429px;height:309px;z-index:1000; }#wze199 { top:1011.5px;left:237.5px;bottom:auto;right:auto;width:293px;height:22px;z-index:1000;text-align:right; }#wze383 { top:29.066px;left:15px;bottom:auto;right:auto;width:738px;height:125px;z-index:1000;text-align:right; }#wze406 { top:2003.063px;left:333px;bottom:auto;right:auto;width:102px;height:94px;display:none;z-index:1000; }#wze409 { top:2127.063px;left:304px;bottom:auto;right:auto;width:160px;height:160px;display:none;z-index:1000; }#wze529 { top:710.5px;left:42.2167px;bottom:auto;right:auto;width:128px;height:30px;z-index:1000; }#wze552 { top:771px;left:42.2167px;bottom:auto;right:auto;width:85px;height:30px;z-index:1000; }#wze555 { top:725.5px;left:183.5px;bottom:auto;right:auto;width:371px;height:234px;z-index:1000;text-align:right; }#wz-section-wzs25 { height:2278.07px;--section-height:2278.07px; }#wze259 { top:15px;left:1.5px;bottom:auto;right:auto;width:765px;height:101.817px;display:block;z-index:1000; }#wze275 { top:131.817px;left:144px;bottom:auto;right:auto;width:480px;height:500px;display:block;z-index:1000; }#wze275 .wz-gallery.wz-gallery-grid li { width:160px;height:166px;padding:10px; }#wze276 { top:683.817px;left:15px;bottom:auto;right:auto;width:738px;height:500px;display:block;z-index:1000; }#wze278 { top:50px;left:169px;bottom:auto;right:auto;width:400px;height:400px;display:block;z-index:1000; }#wze277 { top:646.817px;left:301px;bottom:auto;right:auto;width:166px;height:22px;display:block;z-index:1000;text-align:right; }#wz-section-wzs28 { height:1198.8167114258px;--section-height:1198.8167114258px; }#wze281 { top:78px;left:84px;bottom:auto;right:auto;width:600px;height:500px;display:block;z-index:1000; }#wze281 .wz-gallery.wz-gallery-grid li { width:200px;height:166px;padding:10px; }#wze282 { top:1316.997px;left:262.5px;bottom:auto;right:auto;width:239px;height:44px;display:block;z-index:1000;text-align:center; }#wze283 { top:1363.997px;left:15px;bottom:auto;right:auto;width:738px;height:845px;display:block;z-index:1000; }#wze284 { top:15px;left:119px;bottom:auto;right:auto;width:500px;height:400px;display:block;z-index:1000; }#wze285 { top:430px;left:119px;bottom:auto;right:auto;width:500px;height:400px;display:block;z-index:1000; }#wze317 { top:441px;left:305.5px;bottom:auto;right:auto;width:157px;height:45px;display:block;z-index:1000;text-align:right; }#wze318 { top:620px;left:508px;bottom:auto;right:auto;width:180px;height:22px;display:block;z-index:1000;text-align:right; }#wze319 { top:656.934px;left:337.5px;bottom:auto;right:auto;width:337px;height:621px;display:block;z-index:1000;text-align:right; }#wze412 { top:2223.997px;left:333px;bottom:auto;right:auto;width:102px;height:94px;display:none;z-index:1000; }#wze416 { top:2332.997px;left:331.5px;bottom:auto;right:auto;width:105px;height:37px;display:none;z-index:1000; }#wze532 { top:631.5px;left:107px;bottom:auto;right:auto;width:100px;height:30px;z-index:1000; }#wz-section-wzs29 { height:2252.997px;--section-height:2252.997px; }#wze286 { top:24px;left:84px;bottom:auto;right:auto;width:600px;height:500px;display:block;z-index:1000; }#wze286 .wz-gallery.wz-gallery-grid li { width:200px;height:166px;padding:10px; }#wze287 { top:1305.497px;left:15px;bottom:auto;right:auto;width:738px;height:500px;display:block;z-index:1000; }#wze289 { top:50px;left:119px;bottom:auto;right:auto;width:500px;height:400px;display:block;z-index:1000; }#wze342 { top:413px;left:265px;bottom:auto;right:auto;width:238px;height:23px;z-index:1000;text-align:right; }#wze343 { top:567px;left:486px;bottom:auto;right:auto;width:180px;height:50px;z-index:1000;text-align:right; }#wze353 { top:594.5px;left:305px;bottom:auto;right:auto;width:337px;height:621px;z-index:1000;text-align:right; }#wze384 { top:1246.497px;left:257.5px;bottom:auto;right:auto;width:253px;height:44px;z-index:1000;text-align:center; }#wze413 { top:1820.497px;left:333px;bottom:auto;right:auto;width:102px;height:94px;display:none;z-index:1000; }#wze417 { top:1929.497px;left:331.5px;bottom:auto;right:auto;width:105px;height:37px;display:none;z-index:1000; }#wze533 { top:608px;left:119.5px;bottom:auto;right:auto;width:100px;height:30px;z-index:1000; }#wz-section-wzs30 { height:1846.497px;--section-height:1846.497px; }#wze393 { top:72px;left:98px;bottom:auto;right:auto;width:572px;height:463px;display:block;z-index:1000; }#wze398 { top:23px;left:442px;bottom:auto;right:auto;width:221px;height:34px;display:block;z-index:1000;text-align:right; }#wze399 { top:15px;left:105px;bottom:auto;right:auto;width:183px;height:42px;display:block;z-index:1000; }#wze528 { top:550px;left:105px;bottom:auto;right:auto;width:558px;height:36px;z-index:1000;text-align:right; }#wz-section-wzs36 { height:601px;--section-height:601px; }#wze47 { top:15px;left:15.0133px;bottom:auto;right:auto;width:166.047px;height:63px;display:block;z-index:1000; }#wze636 { top:78px;left:178.999px;bottom:auto;right:auto;width:576px;height:78px;display:block;z-index:1000;text-align:right; }#wze639 { top:20.5px;left:294.015px;bottom:auto;right:auto;width:180px;height:42px;display:block;z-index:1000;text-align:right; }#wz-section-wzs68 { height:179px;--section-height:179px; }#wze640 { top:2px;left:0.0154999px;bottom:auto;right:auto;width:767.958px;height:367.312px;display:block;z-index:1000; }#wze644 { top:389.344px;left:391.5px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }#wze645 { top:389.344px;left:196.5px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }#wze651 { top:15px;left:254px;bottom:auto;right:auto;width:260px;height:20px;display:block;z-index:1000;text-align:right; }#wz-section-wzs66 { height:444.34375px;--section-height:444.34375px; }#wze577 { top:7px;left:101.983px;bottom:auto;right:auto;width:80px;height:80px;display:block;z-index:1000; }#wze578 { top:102.5px;left:101.983px;bottom:auto;right:auto;width:80px;height:80px;display:block;z-index:1000; }#wze579 { top:198px;left:101.983px;bottom:auto;right:auto;width:80px;height:80px;display:block;z-index:1000; }#wze580 { top:389px;left:101.983px;bottom:auto;right:auto;width:80px;height:80px;display:block;z-index:1000; }#wze581 { top:293.5px;left:101.983px;bottom:auto;right:auto;width:80px;height:80px;display:block;z-index:1000; }#wze590 { top:auto;left:auto;bottom:0px;right:0px;width:100px;height:100px;display:block;z-index:9999999; }#wze618 { top:30.5px;left:435px;bottom:auto;right:auto;width:260px;height:40px;display:block;z-index:1000; }#wze619 { top:320.75px;left:435px;bottom:auto;right:auto;width:260px;height:40px;display:block;z-index:1000; }#wze620 { top:417.5px;left:435px;bottom:auto;right:auto;width:260px;height:40px;display:block;z-index:1000; }#wze621 { top:224px;left:435px;bottom:auto;right:auto;width:260px;height:40px;display:block;z-index:1000; }#wze622 { top:127.25px;left:435px;bottom:auto;right:auto;width:260px;height:40px;display:block;z-index:1000; }#wze628 { top:627px;left:254.015px;bottom:auto;right:auto;width:260px;height:40px;z-index:1000; }#wze671 { top:510px;left:432.576px;bottom:auto;right:auto;width:260px;height:40px;z-index:1000; }#wze672 { top:483px;left:104.61px;bottom:auto;right:auto;width:75px;height:76px;z-index:1000; }#wz-section-wzs46 { height:737px;--section-height:737px; }#wze582 { top:330.687px;left:130.687px;bottom:auto;right:auto;width:500px;height:500px;display:block;z-index:1000; }#wze582 .wz-gallery.wz-gallery-grid li { width:166px;height:158px;padding:10px; }#wze583 { top:965.02px;left:384.686px;bottom:auto;right:auto;width:371px;height:598px;display:block;z-index:1000;text-align:right; }#wze584 { top:870.667px;left:443.584px;bottom:auto;right:auto;width:300px;height:68px;display:block;z-index:1000;text-align:right; }#wze586 { top:1415.5px;left:80.5833px;bottom:auto;right:auto;width:250px;height:250px;display:block;z-index:1000; }#wze587 { top:1140.5px;left:80.6034px;bottom:auto;right:auto;width:250px;height:250px;display:block;z-index:1000; }#wze609 { top:870px;left:80.5884px;bottom:auto;right:auto;width:250px;height:250px;display:block;z-index:1000; }#wze637 { top:51.0001px;left:178.02px;bottom:auto;right:auto;width:412px;height:38px;z-index:1000;text-align:right; }#wze638 { top:99.3538px;left:104.514px;bottom:auto;right:auto;width:559px;height:182px;z-index:1000;text-align:right; }#wz-section-wzs60 { height:1780px;--section-height:1780px; }#wze588 { top:61px;left:144px;bottom:auto;right:auto;width:480px;height:500px;display:block;z-index:1000; }#wze588 .wz-gallery.wz-gallery-grid li { width:160px;height:166px;padding:10px; }#wze589 { top:576px;left:66px;bottom:auto;right:auto;width:250px;height:250px;display:block;z-index:1000; }#wze610 { top:579px;left:380px;bottom:auto;right:auto;width:371px;height:834px;display:block;z-index:1000;text-align:right; }#wze612 { top:560px;left:455px;bottom:auto;right:auto;width:300px;height:34px;display:block;z-index:1000;text-align:right; }#wz-section-wzs61 { height:1428px;--section-height:1428px; }#wze592 { top:58px;left:134px;bottom:auto;right:auto;width:500px;height:500px;display:block;z-index:1000; }#wze592 .wz-gallery.wz-gallery-grid li { width:166px;height:166px;padding:10px; }#wze593 { top:594px;left:377px;bottom:auto;right:auto;width:375px;height:364px;display:block;z-index:1000;text-align:right; }#wze594 { top:556px;left:534px;bottom:auto;right:auto;width:219px;height:34px;display:block;z-index:1000;text-align:center; }#wze596 { top:588px;left:64px;bottom:auto;right:auto;width:250px;height:250px;display:block;z-index:1000; }#wz-section-wzs62 { height:1054px;--section-height:1054px; }#wze597 { top:59px;left:84px;bottom:auto;right:auto;width:600px;height:500px;display:block;z-index:1000; }#wze597 .wz-gallery.wz-gallery-grid li { width:200px;height:166px;padding:10px; }#wze598 { top:627px;left:403px;bottom:auto;right:auto;width:337px;height:884px;display:block;z-index:1000;text-align:right; }#wze599 { top:582px;left:418px;bottom:auto;right:auto;width:328px;height:34px;display:block;z-index:1000;text-align:right; }#wze605 { top:673.5px;left:56.4167px;bottom:auto;right:auto;width:250px;height:250px;display:block;z-index:1000; }#wze606 { top:974.5px;left:56.4167px;bottom:auto;right:auto;width:250px;height:250px;display:block;z-index:1000; }#wz-section-wzs63 { height:1610px;--section-height:1610px; }#wze601 { top:59px;left:84px;bottom:auto;right:auto;width:600px;height:500px;display:block;z-index:1000; }#wze601 .wz-gallery.wz-gallery-grid li { width:200px;height:166px;padding:10px; }#wze602 { top:627px;left:417.042px;bottom:auto;right:auto;width:337px;height:1040px;display:block;z-index:1000;text-align:right; }#wze603 { top:582px;left:472.167px;bottom:auto;right:auto;width:271px;height:34px;display:block;z-index:1000;text-align:right; }#wze607 { top:690px;left:67.75px;bottom:auto;right:auto;width:250px;height:250px;display:block;z-index:1000; }#wz-section-wzs64 { height:1703px;--section-height:1703px; }#wze681 { top:15px;left:220px;bottom:auto;right:auto;width:328px;height:29px;display:block;z-index:1000;text-align:right; }#wze682 { top:581.979px;left:338.125px;bottom:auto;right:auto;width:391px;height:549px;display:block;z-index:1000;text-align:right; }#wze683 { top:59px;left:84px;bottom:auto;right:auto;width:600px;height:500px;display:block;z-index:1000; }#wze683 .wz-gallery.wz-gallery-grid li { width:200px;height:166px;padding:10px; }#wze685 { top:1138px;left:15px;bottom:auto;right:auto;width:738px;height:369px;display:block;z-index:1000; }#wze686 { top:15px;left:15px;bottom:auto;right:auto;width:708px;height:312.922px;display:block;z-index:1000; }#wz-section-wzs71 { height:1522px;--section-height:1522px; }#wz-section-wzs53 { height:15px;--section-height:15px; }#wze537 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:434.267px;display:block;z-index:1000; }#wze542 { bottom:auto;right:auto;width:738px;height:222px;z-index:1000; }#wz-section-wzs48 { height:701.267px;--section-height:701.267px; }#wze538 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:738px;display:block;z-index:1000; }#wz-section-wzs49 { height:1005px;--section-height:1005px; }#wze539 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:296.767px;display:block;z-index:1000; }#wz-section-wzs50 { height:563.767px;--section-height:563.767px; }#wze540 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:563.95px;display:block;z-index:1000; }#wz-section-wzs51 { height:830.95px;--section-height:830.95px; }#wze541 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:470.817px;display:block;z-index:1000; }#wz-section-wzs52 { height:737.817px;--section-height:737.817px; }#wze563 { top:78px;left:84px;bottom:auto;right:auto;width:600px;height:500px;display:block;z-index:1000; }#wze563 .wz-gallery.wz-gallery-grid li { width:200px;height:166px;padding:10px; }#wze564 { top:1316.997px;left:262.5px;bottom:auto;right:auto;width:239px;height:44px;display:block;z-index:1000;text-align:center; }#wze565 { top:1363.997px;left:15px;bottom:auto;right:auto;width:738px;height:342.933px;display:block;z-index:1000; }#wze574 { top:15px;left:15px;bottom:auto;right:auto;width:708px;height:312.933px;z-index:1000; }#wze568 { top:441px;left:305.5px;bottom:auto;right:auto;width:157px;height:45px;display:block;z-index:1000;text-align:right; }#wze569 { top:620px;left:508px;bottom:auto;right:auto;width:180px;height:22px;display:block;z-index:1000;text-align:right; }#wze570 { top:656.934px;left:337.5px;bottom:auto;right:auto;width:337px;height:621px;display:block;z-index:1000;text-align:right; }#wze573 { top:631.5px;left:107px;bottom:auto;right:auto;width:100px;height:30px;z-index:1000; }#wz-section-wzs58 { height:2580.9297146172px;--section-height:2580.9297146172px; }#wz-section-wzs-default { height:200px;--section-height:200px; }}@media only screen and (min-width : 1170px) {#wze121 .wz-gallery.wz-gallery-grid li { width:166px;height:158px;padding:10px; }#wze275 .wz-gallery.wz-gallery-grid li { width:160px;height:166px;padding:10px; }#wze281 .wz-gallery.wz-gallery-grid li { width:200px;height:166px;padding:10px; }#wze286 .wz-gallery.wz-gallery-grid li { width:200px;height:166px;padding:10px; }#wze582 .wz-gallery.wz-gallery-grid li { width:166px;height:158px;padding:10px; }#wze588 .wz-gallery.wz-gallery-grid li { width:160px;height:166px;padding:10px; }#wze592 .wz-gallery.wz-gallery-grid li { width:166px;height:166px;padding:10px; }#wze597 .wz-gallery.wz-gallery-grid li { width:200px;height:166px;padding:10px; }#wze601 .wz-gallery.wz-gallery-grid li { width:200px;height:166px;padding:10px; }#wze683 .wz-gallery.wz-gallery-grid li { width:200px;height:166px;padding:10px; }#wze563 .wz-gallery.wz-gallery-grid li { width:200px;height:166px;padding:10px; }}