.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:255, 255, 255;--color_1_2:232, 230, 230;--color_1_3:199, 199, 199;--color_1_4:117, 117, 117;--color_1_5:0, 0, 0;--color_2_1:74, 145, 131;--color_2_2:53, 104, 94;--color_2_3:1, 66, 53;--color_2_4:29, 41, 39;--color_2_5:0, 0, 0;--color_3_1:220, 227, 245;--color_3_2:192, 203, 237;--color_3_3:81, 91, 121;--color_3_4:75, 86, 118;--color_3_5:38, 43, 59;--color_4_1:225, 193, 188;--color_4_2:194, 153, 146;--color_4_3:164, 95, 83;--color_4_4:109, 63, 55;--color_4_5:55, 32, 28;--color_5_1:255, 253, 247;--color_5_2:250, 245, 235;--color_5_3:244, 235, 215;--color_5_4:195, 188, 172;--color_5_5:122, 118, 108;}
                          .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;
                            }
                        #wze117 { top:0px;height:50px;z-index:1000; }.wzc26-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(3, 31, 66); }.wzc26-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc26-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze118 { top:10.25px;left:1008px;width:146px;height:29.5px;z-index:1000; }.wzc27-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:; }.wzc27-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze119 { top:6.75px;left:120px;width:16px;height:16px;z-index:1000; }.wzc28 { overflow:hidden; }.wzc28-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(164, 95, 83); }#wze120 { top:5.25px;left:12px;width:99px;height:19px;z-index:1000;text-align:right; }.wzc8 { height:auto; }.wzc8-text { width:100%;height:auto; }#wze124 { top:10.25px;left:844px;width:146px;height:29.5px;z-index:1000; }#wze125 { top:5.25px;left:12px;width:99px;height:19px;z-index:1000;text-align:right; }#wze126 { top:6.75px;left:120px;width:16px;height:16px;z-index:1000; }#wze127 { top:10.25px;left:14px;width:146px;height:29.5px;z-index:1000; }#wze129 { top:6.75px;left:120px;width:16px;height:16px;z-index:1000; }.wzc22 { overflow:hidden; }.wzc22-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(255, 255, 255); }#wze130 { top:6.75px;left:84.3333px;width:16px;height:16px;z-index:1000; }#wze131 { top:6.75px;left:48.6667px;width:16px;height:16px;z-index:1000; }#wze132 { top:6.75px;left:13px;width:16px;height:16px;z-index:1000; }#wze138 { top:14.5px;left:209.5px;width:130.4375px;height:21px;z-index:1000; }.wzc29  .wz-member-arrow {  }.wzc29  .wz-member-welcome {  }.wzc29 {  }.wzc29-links  .wz-member-link:hover { color:rgb(164, 95, 83); }.wzc29-links { font-size:13px;color:rgb(255, 255, 255);font-family:iransans_fa; }.wzc29-actions  li:hover { color:rgb(3, 31, 66); }.wzc29-actions { font-size:13px;color:rgb(3, 31, 66);font-family:iransans_fa;background-color:#fff;border-color:rgb(98, 175, 101);border-width:1px;border-style:solid;border-radius:5px; }#wze140 { top:9.0156px;left:1042.12px;width:82.6719px;height:65px;z-index:1001; }.wzc121-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:50%; }.wzc121-img .wzc121-img-inner { width:100%;height:100%;float:left; }.wzc121-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:50%; }.wzc121 { border-radius:50%; }#wze140 .wzc121-img-inner { object-fit:cover; }#wze141 { top:35.0077px;left:690.109px;width:352px;height:34px;z-index:1000;text-align:right; }#wze149 { top:29px;left:313.668px;width:55px;height:35px;z-index:1000; }.wzc207-container .wzc207-container-icon { fill:rgb(0, 0, 0); }.wzc207-container .wzc207-container-count { color:#fff;font-size:10px;font-family:iransans_fa; }.wzc207-container .wzc207-container-bubble { background-color:rgb(0, 0, 0); }.wzc207-container {  }.wzc207-text { color:rgb(0, 0, 0);font-size:12px;font-family:vazir; }.wz-shop-mini-cart-container .cart-shop-mini-button.cart-shop-mini-button-primary { background: rgba(153, 153, 153, 1) }.wz-shop-mini-cart-container .cart-shop-mini-button { background: rgb(247, 192, 77) }.wz-shop-mini-cart-container .wz-shop-mini-cart > header { background: rgb(3, 31, 66) }#wze492 { top:35.015px;left:132.633px;width:170.125px;height:27px;z-index:1002; }.wzc255  .wz-member-arrow {  }.wzc255  .wz-member-welcome {  }.wzc255 {  }.wzc255-links  .wz-member-link:hover { color:rgb(75, 86, 118); }.wzc255-links { font-size:18px;color:rgb(0, 0, 0);font-family:vazir; }.wzc255-actions  li:hover { color:rgb(75, 86, 118); }.wzc255-actions { font-size:13px;color:rgb(98, 175, 101);font-family:yekan, tahoma, serif;background-color:rgb(81, 91, 121);border-color:rgb(0, 0, 0);border-width:4px;border-style:solid;border-radius:10px; }#wze815 { top:80.266px;left:15.0155px;width:1133px;height:1px;z-index:1001; }.wzc314-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(75, 86, 118); }.wzc314-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc314-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wz-section-header { height:82.3125px;--section-height:82.3125px; }.wzc-section-header { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-header-full { background-color:rgb(255, 253, 247);box-shadow:5px 9px 13px 0px rgba(0, 0, 0, 0.06) ;background:; }.wzc-section-header-full:after { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-header-full-top { background-image:fill='rgb(0,0,0)' none;width:100%;height:150px;background-repeat:repeat-x;background-size:undefined;background-position:0px;top:0px;-webkit-transform:translateY(0) scale(-1);-moz-transform:translateY(0) scale(-1);-ms-transform:translateY(0) scale(-1);-o-transform:translateY(0) scale(-1);transform:translateY(0) scale(-1);transform:translateY(0) scale(-1);position:absolute;z-index:10; }#wz-section-allPage { height:0px;--section-height:0px; }#wze736 { top:42.002px;left:167.359px;width:969px;height:40px;z-index:1000; }.wzc203 .wz-menu.wz-mega-menu > li > .sub-menu,.wzc203  .wz-menu.wz-classic-menu > li .sub-menu { background-color:rgb(255, 255, 255); }.wzc203  .wz-menu li > a { padding:0px 15px;font-family:vazir;font-size:16px;color:#000; }.wzc203 .wz-menu.wz-mega-menu li > a:hover,.wzc203  .wz-menu.wz-classic-menu li:hover > a { color:#E74C3C; }.wzc203  .wz-menu li.wz-menu-has-children a:after { border-color:#000; }.wzc203 .wz-menu.wz-mega-menu li.wz-menu-has-children > a:hover:after,.wzc203  .wz-menu.wz-classic-menu li.wz-menu-has-children:hover > a:after { border-color:#E74C3C; }.wzc203  .wz-menu > li.active > a { color:#E74C3C; }.wzc203  .wz-menu > li.wz-menu-has-children.active > a:after { border-color:#E74C3C; }.wzc203  .wz-menu .sub-menu li > a { padding:5px 15px; }.wzc203 .wz-menu.wz-mega-menu .sub-menu li > a:hover,.wzc203  .wz-menu.wz-classic-menu .sub-menu li:hover > a { background-color:rgb(255, 255, 255); }.wzc203  .wz-menu > li > .sub-menu > li > a { padding:5px 15px; }.wzc203 {  }.wzc203-list {  }.wzc203-mobile { background-color:rgb(117, 117, 117); }#wze754 { top:98.5005px;left:394.968px;width:486px;height:30px;z-index:1001; }.wzc281-form .wzc281-form-input { background-color:rgb(48, 120, 190);border-style:solid;border-color:rgb(199, 199, 199);border-width:0px;box-shadow:none;color:rgb(0, 0, 0);font-size:17px;font-family:vazir;border-radius:10px; }.wzc281-form .wzc281-form-submit {  }.wzc281-form { height:100%; }.wzc280:hover .wzc280-bg { background-color:rgb(199, 199, 199); }.wzc280:hover .wzc280-content {  }.wzc280:hover {  }.wzc280-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(48, 120, 190);border-radius:10px;border-width:0px;border-style:solid;border-color:rgb(192, 203, 237); }.wzc280-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:vazir;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:rgb(0, 0, 0); }#wze798 { top:136.984px;left:15px;width:1130px;height:1px;z-index:1001; }#wz-section-wzs94 { height:145px;--section-height:145px; }.wzc-section-wzs94-full { background-image:; }#wze707 { top:9px;left:17.3499px;width:1136.3px;height:325px;z-index:1002; }.wzc250-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-radius:20px; }.wzc250-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:20px; }.wzc250-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:url(../../uploads/de868e6df12e4a52a60feb7699f88b72.png) ; }#wze155 { top:195px;left:457.016px;width:251px;height:27px;z-index:1000;text-align:right; }#wze156 { top:71px;left:303.669px;width:538px;height:70px;z-index:1001;text-align:center; }#wze709 { top:142px;left:784.968px;width:72.2188px;height:69px;z-index:1003; }.wzc2-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none; }.wzc2-img .wzc2-img-inner { width:100%;height:100%;float:left; }.wzc2-img { width:100%;height:100%;position:relative;overflow:hidden; }#wze709 .wzc2-img-inner { object-fit:cover; }#wze710 { top:60.9995px;left:835.531px;width:231.297px;height:231px;z-index:1003; }#wze710 .wzc2-img-inner { object-fit:cover; }#wze721 { top:86.5px;left:823.688px;width:37.2188px;height:38px;z-index:1003; }#wze721 .wzc2-img-inner { object-fit:cover; }#wze723 { top:8px;left:98.4688px;width:50.2188px;height:49px;z-index:1003; }#wze723 .wzc2-img-inner { object-fit:cover; }#wze743 { top:70px;left:0.453125px;width:268.266px;height:218px;z-index:1001; }#wze743 .wzc2-img-inner { object-fit:cover; }#wze753 { top:23px;left:258.664px;width:628px;height:37px;z-index:1000;text-align:right; }#wz-section-wzs52 { height:411px;--section-height:411px; }.wzc-section-wzs52 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs52-full { background:;background-color:rgb(255, 255, 255);background-image:;background-size:contain;background-repeat:no-repeat; }.wzc-section-wzs52-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze726 { top:128.502px;left:841.977px;width:290.10925px;height:343px;z-index:1000; }.wzc353-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(255, 255, 255);border-radius:10px;border-width:1px;border-style:solid;border-color:rgb(199, 199, 199); }.wzc353-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }.wzc353-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze164 { top:14.001px;left:7px;width:276px;height:152px;z-index:999; }.wzc181-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:double;border-width:2px;border-color:#009688;border-radius:0px; }.wzc181-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px; }.wzc181-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:top right;background-image:url(../../uploads/eeb0427cb1cf4ce99f774178e6fa90be.png) ; }#wze741 { top:190.501px;left:24.883px;width:237px;height:50px;z-index:1000;text-align:center; }#wze889 { top:245.015px;left:83.888px;width:119px;height:21px;z-index:1000;text-align:center; }#wze890 { top:302.001px;left:190.111px;width:99px;height:21px;z-index:1000;text-align:center; }#wze891 { top:314.001px;left:209.134px;width:61px;height:1px;z-index:1001; }#wze892 { top:302.001px;left:68.1882px;width:127px;height:21px;z-index:1000;text-align:center; }#wze895 { top:298.5px;left:10.2688px;width:54px;height:34px;z-index:1000; }.wzc356:hover .wzc356-bg {  }.wzc356:hover .wzc356-content {  }.wzc356:hover {  }.wzc356-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(218, 1, 46);border-radius:10px; }.wzc356-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:vazir;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(255, 255, 255); }#wze896 { top:288.013px;left:2.35975px;width:289px;height:1px;z-index:1001; }.wzc312-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(199, 199, 199); }.wzc312-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc312-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze873 { top:38.486px;left:15.984px;width:1139px;height:57.5px;z-index:1001; }.wzc351-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(220, 227, 245);border-style:solid;border-width:0px;border-color:rgb(220, 227, 245);border-radius:10px; }.wzc351-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }.wzc351-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:top right;background-image:; }#wze813 { top:4.5px;left:698.516px;width:225.5px;height:40px;z-index:1002; }.wzc305:hover .wzc305-bg { background-color:#c9c9c9;border:1px solid #c9c9c9; }.wzc305:hover .wzc305-content { font-size:10px;color:#fff; }.wzc305:hover {  }.wzc305-bg:after {  }.wzc305-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc305-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:vazir;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(117, 117, 117); }#wze874 { top:10.5px;left:930.218px;width:181px;height:34px;z-index:1001;text-align:right; }#wz-section-wzs108 { height:523.953px;--section-height:523.953px; }#wze877 { top:18.0645px;left:2px;width:1170px;height:60.5625px;z-index:1001; }#wze878 { top:9.4375px;left:944.184px;width:163px;height:34px;z-index:1001;text-align:right; }#wze880 { top:6.4375px;left:645.807px;width:116.172px;height:40px;z-index:1002; }.wzc368:hover .wzc368-bg { background-color:#c9c9c9;border:1px solid #c9c9c9; }.wzc368:hover .wzc368-content { font-size:10px;color:#fff; }.wzc368:hover {  }.wzc368-bg:after {  }.wzc368-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc368-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:vazir;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(117, 117, 117); }#wze881 { top:6.4375px;left:772.926px;width:171.266px;height:40px;z-index:1002; }#wze886 { top:500.01px;left:2.99182px;width:1168px;height:1px;z-index:1001; }#wze897 { top:123.005px;left:862.094px;width:289.09375px;height:330px;z-index:1000; }#wze884 { top:281.501px;left:8.21875px;width:78px;height:40px;z-index:1001; }.wzc362:hover .wzc362-bg:after { width:90%;opacity:1; }.wzc362:hover .wzc362-bg {  }.wzc362:hover .wzc362-content { color:#fff; }.wzc362:hover {  }.wzc362-bg:after { content:'';position:absolute;z-index:1;transition:all 0.3s;width:0px;height:100%;top:50%;left:50%;background-color:#FF7043;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); }.wzc362-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px;border-style:solid;border-color:rgb(0, 0, 0);border-width:0px;overflow:hidden; }.wzc362-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:vazir;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:rgb(48, 120, 190); }#wze898 { top:14.501px;left:15.2309px;width:259px;height:168px;z-index:999; }.wzc361-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:solid;border-width:1px;border-color:rgb(232, 230, 230);border-radius:0px; }.wzc361-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px; }.wzc361-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:top right;background-image:url(../../uploads/9b533eaaa8134de1b81bc6448283178c.svg) ; }#wze901 { top:294.001px;left:193.189px;width:60px;height:21px;z-index:1000;text-align:center; }#wze903 { top:191.001px;left:25.9142px;width:237px;height:25px;z-index:1000;text-align:center; }#wze904 { top:237.531px;left:76.1875px;width:119px;height:21px;z-index:1000;text-align:center; }#wze905 { top:272.529px;left:0.09375px;width:289px;height:1px;z-index:1001; }#wze906 { top:123.01px;left:556.5px;width:295.047px;height:330px;z-index:1000; }#wze907 { top:14.001px;left:5.0005px;width:286px;height:164px;z-index:999; }.wzc364-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:solid;border-width:1px;border-color:rgb(232, 230, 230);border-radius:5px; }.wzc364-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:5px; }.wzc364-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:auto;background-repeat:no-repeat;background-position:top center;background-image:url(../../uploads/f3046a644c7b4ad3a4ddd2fc4f6a9e84.PNG) ; }#wze908 { top:178.517px;left:18.1882px;width:237px;height:50px;z-index:1000;text-align:center; }#wze909 { top:237.531px;left:77.1892px;width:119px;height:21px;z-index:1000;text-align:center; }#wze910 { top:272.529px;left:1.10925px;width:289px;height:1px;z-index:1001; }#wze911 { top:294.001px;left:209.308px;width:60px;height:21px;z-index:1000;text-align:center; }#wze912 { top:281.501px;left:13.9797px;width:85px;height:40px;z-index:1001; }#wz-section-wzs106 { height:504.047px;--section-height:504.047px; }#wze779 { top:0px;left:0px;width:50%;height:800.75px;z-index:1000;order:1; }.wzc303-bg { position:absolute;top:0px;left:0px;bottom:0px;right:0px;background:;background-color:rgba(255, 255, 255, 0); }.wzc303-content {  }.wzc303 {  }#wze689 { top:68.0419px;left:20.22px;width:546.047px;height:181.969px;z-index:1004; }.wzc145-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(255, 255, 255);border-radius:10px; }.wzc145-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }.wzc145-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze690 { top:0.5px;left:3.17162px;width:191px;height:173px;z-index:1005; }.wzc300-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-radius:0px; }.wzc300-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px; }.wzc300-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:url(../../uploads/049601b08229451188939bdc654c87ec.gif) ; }#wze691 { top:13.9688px;left:208.609px;width:324px;height:163px;z-index:1001;text-align:justify; }#wze787 { top:138.469px;left:426.407px;width:99px;height:30px;z-index:1007; }.wzc344:hover .wzc344-bg { background-color:#c9c9c9;border:1px solid #c9c9c9; }.wzc344:hover .wzc344-content { font-size:10px;color:#fff; }.wzc344:hover {  }.wzc344-bg:after {  }.wzc344-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc344-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; }#wze793 { top:183.969px;left:-0.70275px;width:546px;height:2px;z-index:1005; }#wze782 { top:259.033px;left:20.212px;width:546.047px;height:222.984px;z-index:1004; }#wze783 { top:16.9688px;left:206.61px;width:325px;height:197px;z-index:1003;text-align:justify; }#wze784 { top:8.96875px;left:1.64027px;width:190px;height:195px;z-index:1005; }.wzc306-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:solid;border-width:1px;border-color:rgb(255, 255, 255); }.wzc306-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc306-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:url(../../uploads/ced3e98036434bf4a52500a3fe360c93.jpg) ; }#wze810 { top:178.98px;left:451.343px;width:77px;height:30px;z-index:1007; }#wze785 { top:15px;left:430.594px;width:128px;height:40px;z-index:1002; }.wzc348:hover .wzc348-bg { background-color:#c9c9c9;border:1px solid #c9c9c9; }.wzc348:hover .wzc348-content { font-size:10px;color:#fff; }.wzc348:hover {  }.wzc348-bg:after {  }.wzc348-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc348-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:vazir;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:rgb(0, 0, 0); }#wze789 { top:526.873px;left:20.222px;width:546.047px;height:198.969px;z-index:1004; }#wze790 { top:16.9688px;left:206.61px;width:325px;height:122px;z-index:1003;text-align:justify; }#wze791 { top:7.96875px;left:2.78087px;width:185px;height:176px;z-index:1005; }.wzc310-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:solid;border-width:1px;border-color:rgb(255, 255, 255); }.wzc310-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc310-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:url(../../uploads/c5efa4c49c924c8a99c606360e590ddf.svg) ; }#wze794 { top:515.864px;left:15.0004px;width:549px;height:3px;z-index:1005; }#wze796 { top:744.864px;left:15.0003px;width:552px;height:2px;z-index:1005; }#wze780 { top:0px;left:0px;width:50%;height:800.75px;z-index:1000;order:2; }.wzc304-bg { position:absolute;top:0px;left:0px;bottom:0px;right:0px;background:;background-color:rgb(232, 230, 230);background-image:;background-attachment:none;background-size:cover;background-repeat:no-repeat; }.wzc304-content {  }.wzc304 {  }#wze775 { top:12px;left:343.499px;width:189.547px;height:30px;z-index:1002; }.wzc308:hover .wzc308-bg { background-color:#c9c9c9;border:1px solid #c9c9c9; }.wzc308:hover .wzc308-content { font-size:10px;color:#fff; }.wzc308:hover {  }.wzc308-bg:after {  }.wzc308-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1;border-width:1px;border-style:solid;border-color:rgb(255, 255, 255); }.wzc308-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:vazir;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:rgb(0, 0, 0); }#wze824 { top:55.5025px;left:67.062px;width:464px;height:470px;z-index:1008; }.wzc325-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:solid;border-width:0px;border-color:rgb(255, 255, 255);border-radius:0px; }.wzc325-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px; }.wzc325-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:top right;background-image:url(../../uploads/5f67e94785a146c59ccdc5ab0741b3e3.png) ; }#wze825 { top:546.003px;left:25.477px;width:542px;height:46px;z-index:1006;text-align:center; }#wze827 { top:609px;left:23.25px;width:539px;height:166px;z-index:1007; }.wzc327-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:solid;border-width:1px;border-color:rgb(0, 0, 0);border-radius:0px; }.wzc327-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px; }.wzc327-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:top right;background-image:; }#wze828 { top:9px;left:13.766px;width:516px;height:147px;z-index:1005;text-align:justify; }#wz-section-wzs81 { height:800.75px;--section-height:800.75px; }.wzc-section-wzs81 { background:;background-color:rgba(255, 255, 255, 0);padding:0px; }.wzc-section-wzs81-full { background:;background-color:rgba(255, 255, 255, 0);padding:31px; }.wzc-section-wzs81-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze801 { top:6.22485px;left:15px;width:1153px;height:1px;z-index:1005; }#wze804 { top:48.0019px;left:18.984px;width:1133px;height:59px;z-index:1000; }.wzc318-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(232, 230, 230);border-radius:10px;border-color:rgb(199, 199, 199); }.wzc318-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }.wzc318-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze805 { top:9.5px;left:939.044px;width:180px;height:40px;z-index:1000; }.wzc334:hover .wzc334-bg:after { width:90%;opacity:1; }.wzc334:hover .wzc334-bg {  }.wzc334:hover .wzc334-content { color:#fff; }.wzc334:hover {  }.wzc334-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(218, 1, 46); }.wzc334-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:6px;border-style:solid;border-color:rgb(218, 1, 46);border-width:1px;overflow:hidden; }.wzc334-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;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(218, 1, 46); }#wze806 { top:9.5px;left:7.85935px;width:180px;height:40px;z-index:1000; }.wzc319:hover .wzc319-bg:after { width:90%;opacity:1; }.wzc319:hover .wzc319-bg {  }.wzc319:hover .wzc319-content { color:#fff; }.wzc319:hover {  }.wzc319-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(218, 1, 46); }.wzc319-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:6px;border-style:solid;border-color:rgb(218, 1, 46);border-width:1px;overflow:hidden; }.wzc319-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;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(218, 1, 46); }#wze807 { top:14px;left:446.024px;width:232px;height:31px;z-index:1000;text-align:right; }#wz-section-wzs96 { height:505.719px;--section-height:505.719px; }#wze802 { top:629.27px;left:3.98323px;width:1153px;height:1px;z-index:1005; }#wze816 { top:173.002px;left:575.744px;width:124.4219px;height:32px;z-index:1002; }.wzc349:hover .wzc349-bg { background-color:#c9c9c9;border:1px solid #c9c9c9; }.wzc349:hover .wzc349-content { font-size:10px;color:#fff; }.wzc349:hover {  }.wzc349-bg:after {  }.wzc349-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc349-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:vazir;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); }#wze817 { top:178.515px;left:887.093px;width:173.141px;height:32px;z-index:1002; }#wze862 { top:224.003px;left:811.08px;width:250px;height:250px;z-index:1002; }.wzc339-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:double;border-width:2px;border-color:#009688;border-radius:0px; }.wzc339-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px; }.wzc339-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:top right;background-image:url(../../uploads/5dcb61607f03484a95f054feab1a68e0.png) ; }#wze863 { top:221.001px;left:452.398px;width:254px;height:253px;z-index:1002; }.wzc340-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:double;border-width:2px;border-color:#009688;border-radius:0px; }.wzc340-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px; }.wzc340-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:top right;background-image:url(../../uploads/953d5261c76d4dfd86ade4062467c1d6.jpg) ; }#wze864 { top:218.001px;left:110.915px;width:255px;height:256px;z-index:1002; }.wzc341-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:double;border-width:2px;border-color:#009688;border-radius:0px; }.wzc341-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px; }.wzc341-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:top right;background-image:url(../../uploads/51a19bf1745646a8ab78fac06a40fc16.jpg) ; }#wze865 { top:497.015px;left:814.093px;width:247px;height:58.5px;z-index:1003; }.wzc342-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:solid;border-width:0px;border-color:#009688;border-radius:0px; }.wzc342-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px; }.wzc342-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:top right;background-image:; }#wze866 { top:1.75px;left:7.2195px;width:234px;height:50px;z-index:1000;text-align:center; }#wze867 { top:491.136px;left:457.498px;width:247px;height:86.75px;z-index:1003; }#wze868 { top:1.75px;left:6.2035px;width:234px;height:75px;z-index:1000;text-align:center; }#wze869 { top:491.136px;left:110.919px;width:251px;height:54.75px;z-index:1003; }#wze870 { top:1.75px;left:6.2035px;width:238px;height:50px;z-index:1000;text-align:center; }#wze871 { top:173.001px;left:226.817px;width:131.594px;height:32px;z-index:1002; }#wze927 { top:57.7556px;left:15.0147px;width:1139px;height:57.5px;z-index:1001; }#wze928 { top:6.5px;left:794.019px;width:131.5px;height:40px;z-index:1002; }.wzc367:hover .wzc367-bg { background-color:#c9c9c9;border:1px solid #c9c9c9; }.wzc367:hover .wzc367-content { font-size:10px;color:#fff; }.wzc367:hover {  }.wzc367-bg:after {  }.wzc367-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc367-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:vazir;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(117, 117, 117); }#wze929 { top:9.5px;left:945.062px;width:155px;height:34px;z-index:1001;text-align:right; }#wze930 { top:6.5044px;left:652.826px;width:146.203px;height:40px;z-index:1002; }#wze931 { top:6.5044px;left:476.607px;width:163.656px;height:40px;z-index:1002; }#wz-section-wzs53 { height:704.266px;--section-height:704.266px; }.wzc-section-wzs53 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs53-full { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs53-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze756 { top:37.0155px;left:-42.5463px;width:1223.08px;height:113px;z-index:1000; }.wzc286-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-radius:20px;border-width:0px;border-style:solid;border-color:#000;background-attachment:fixed; }.wzc286-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:20px; }.wzc286-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:url(../../uploads/91afce85f0ee4e6285fa1113d2c68987.jpg) ; }#wze757 { top:6px;left:1006.64px;width:101px;height:101px;z-index:1001; }#wze757 .wzc2-img-inner { object-fit:cover; }#wze758 { top:38px;left:749.935px;width:273px;height:34px;z-index:1000;text-align:right; }#wze759 { top:29.5px;left:166.318px;width:228.938px;height:40px;z-index:1000; }.wzc285:hover .wzc285-bg {  }.wzc285:hover .wzc285-content {  }.wzc285:hover {  }.wzc285-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(218, 1, 46);border-radius:25px; }.wzc285-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:aviny;font-size:23px;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; }#wze764 { top:43px;left:738.94px;width:39px;height:39px;z-index:1001; }.wzc289 { overflow:hidden; }.wzc289-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(0, 183, 240); }#wz-section-wzs107 { height:199px;--section-height:199px; }.wzc-section-wzs107 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs107-full { background:;background-color:rgba(255, 255, 255, 0);background-image:url(../../uploads/a506a2fc474349fcb58172846623c737.jpg) ; }.wzc-section-wzs107-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze169 { top:48.376px;left:41.9995px;width:1078px;height:274.25px;z-index:1000; }.wzc53-breadcrumb {  }.wzc53  .flex-direction-nav a:before { color:rgb(74, 145, 131); }.wzc53  .wz-shop-product { padding:0px;text-align:center; }.wzc53  .wz-shop-product .wz-shop-product-section { padding:40px; }.wzc53  .wz-shop-product .wz-shop-product-title { font-family:vazir;font-size:17px;color:rgb(0, 0, 0); }.wzc53  .wz-shop-product .wz-shop-product-price { font-family:vazir;font-size:15px;color:rgb(1, 66, 53); }.wzc53  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639; }.wzc53  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(0, 0, 0);font-size:11px; }.wzc53  .wz-shop-product-out-stock { font-family:yekan, tahoma, serif;font-size:13px;color:#f14639; }.wzc53  .wz-shop-product .wz-shop-product-image img { object-fit:contain;width:100%;float:none; }.wzc53  .wz-shop-product .wz-shop-product-add-cart { width:198px; }.wzc53  .wz-shop-product .wz-shop-product-ribbon { background-color:rgb(255, 0, 92);color:#fff;font-family:vazir;font-size:11px; }.wzc53  .wz-shop-product .wz-shop-product-ribbon-off { background-color:rgb(1, 66, 53);color:#fff;font-family:iransans_fa;font-size:11px; }.wzc53  .wz-shop-product .wz-shop-product-attributes { font-family:vazir;font-size:14px;color:#000; }.wzc53  .wz-shop-breadcrumb-container .wz-breadcrumb { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a; }.wzc53 {  }.wzc53-container {  }.wzc53-topBar {  }.wzc53-filter {  }.wzc53-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:; }.wzc53-bg { background-color:rgba(255, 255, 255, 0); }#wze169 .wz-shop-product .wz-shop-product-image { padding-top: 42.85% }.wzc354-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(220, 227, 245);background-color:rgb(232, 230, 230);border-radius:10px; }.wzc354-img .wzc354-img-inner { width:100%;height:100%;float:left; }.wzc354-img { width:100%;height:100%;position:relative;overflow:hidden;z-index:2;border-style:solid;border-width:0px;border-color:rgb(232, 230, 230);border-radius:10px; }.wzc354 { padding:0px; }.wzc143:hover .wzc143-bg:after { width:90%;opacity:1; }.wzc143:hover .wzc143-bg {  }.wzc143:hover .wzc143-content { color:#fff; }.wzc143:hover {  }.wzc143-bg:after { content:'';position:absolute;z-index:1;transition:all 0.3s;width:0px;height:100%;top:50%;left:50%;background-color:#FF7043;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); }.wzc143-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px;border-style:solid;border-color:rgb(0, 0, 0);border-width:1px;overflow:hidden; }.wzc143-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:rgb(0, 0, 0); }.wzc37:hover .wzc37-bg:after { width:90%;opacity:1; }.wzc37:hover .wzc37-bg {  }.wzc37:hover .wzc37-content { color:#fff; }.wzc37:hover {  }.wzc37-bg:after { content:'';position:absolute;z-index:1;transition:all 0.3s;width:0px;height:100%;top:50%;left:50%;background-color:#FF7043;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%); }.wzc37-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px;border-style:solid;border-color:#FF7043;border-width:3px;overflow:hidden; }.wzc37-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:#FF7043; }#wze803 { top:408.76px;left:3.97438px;width:1153px;height:1px;z-index:1005; }#wz-section-wzs28 { height:445.344px;--section-height:445.344px; }.wzc-section-wzs28 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs28-full { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs28-full:after { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs28-full-bottom { background-image:fill='rgb(0,0,0)' none;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; }#wze719 { top:87.014px;left:27.5px;width:1125px;height:464px;z-index:1001; }.wzc119-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0); }.wzc119-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc119-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:url(../../uploads/63dfaedb317b4962a83207e92433a036.jpg) ; }#wze177 { top:32px;left:815.312px;width:223px;height:31px;z-index:1000;text-align:justify; }#wze182 { top:79px;left:311.062px;width:758px;height:341px;z-index:1000;text-align:justify; }#wze363 { top:0px;left:17.4446px;width:317.797px;height:283px;z-index:1001; }.wzc222-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:50%; }.wzc222-img .wzc222-img-inner { width:100%;height:100%;float:left; }.wzc222-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:50%; }.wzc222 .wzc222-img .wzc222-img-inner { filter:none; }.wzc222 .wzc222-img { background-color:unset; }.wzc222 { border-radius:50%; }#wze363 .wzc222-img-inner { object-fit:cover; }#wze526 { top:305px;left:67.8648px;width:108.969px;height:23px;z-index:1000;text-align:right; }#wze527 { top:290.016px;left:185.839px;width:51.9688px;height:51.9688px;z-index:1000; }.wzc251 { overflow:hidden; }.wzc251-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(81, 91, 121); }#wz-section-wzs30 { height:575.641px;--section-height:575.641px; }.wzc-section-wzs30 { background:;background-color:rgb(192, 203, 237); }.wzc-section-wzs30-full { background:;background-color:rgb(255, 255, 255); }.wzc-section-wzs30-full:after { background:;background-color:rgb(255, 255, 255); }#wze230 { top:74.018px;left:6.99809px;width:1148px;height:242.9948px;z-index:1000; }.wzc122-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(192, 203, 237);border-radius:10px; }.wzc122-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }.wzc122-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze209 { top:18px;left:18.9328px;width:169px;height:31px;z-index:1000;text-align:right; }#wze236 { top:189.526px;left:4.00625px;width:1140px;height:53.4695px;z-index:1001; }.wzc64-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:;border-radius:0px; }.wzc64-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px; }.wzc64-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze237 { top:0.0029px;left:0px;width:1140px;height:1px;z-index:1001; }.wzc65-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(232, 230, 230);border-radius:0px; }.wzc65-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px; }.wzc65-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze238 { top:-0.05525px;left:349.984px;width:536px;height:27px;z-index:1000;text-align:right; }#wze240 { top:12.4747px;left:13.3003px;width:96px;height:35px;z-index:1002; }.wzc174:hover .wzc174-bg { background-color:rgb(164, 95, 83); }.wzc174:hover .wzc174-content {  }.wzc174:hover {  }.wzc174-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(75, 86, 118);border-radius:10px; }.wzc174-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:iransans_fa;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:#fff; }#wze385 { top:62.9864px;left:25.9344px;width:137px;height:116px;z-index:1001; }.wzc137-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:50%;box-shadow:none; }.wzc137-img .wzc137-img-inner { width:100%;height:100%;float:left; }.wzc137-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:50%; }.wzc137 { border-radius:50%; }#wze385 .wzc137-img-inner { object-fit:cover; }#wze387 { top:48.9894px;left:871.281px;width:178px;height:94px;z-index:1001; }.wzc90-code .wzc90-code-default { position:absolute;left:0px;top:0px;width:100%;height:100%;background-color:#ccc; }.wzc90-code { position:absolute;left:0px;top:0px;width:100%;height:100%; }#wz-section-footer { height:318px;--section-height:318px; }.wzc-section-footer { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-footer-full { background-image:;background-color:rgb(255, 255, 255);background:; }.wzc-section-footer-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze858 { top:29.0015px;left:446.628px;width:655px;height:40px;z-index:1000; }.wzc260 .wz-menu.wz-mega-menu > li > .sub-menu,.wzc260  .wz-menu.wz-classic-menu > li .sub-menu { background-color:rgb(220, 227, 245); }.wzc260  .wz-menu li > a { padding:0px 15px;font-family:vazir;font-size:17px;color:#000; }.wzc260  .wz-menu li.wz-menu-has-children a:after { border-color:#000; }.wzc260  .wz-menu > li > a:before { content:'';display:inline-block;position:absolute;transition:width 0.3s;width:0px;height:3px;background-color:rgb(232, 230, 230);left:0px;top:0px; }.wzc260 .wz-menu.wz-mega-menu > li > a:hover:before { width:100%; }.wzc260  .wz-menu.wz-classic-menu > li:hover > a:before { width:100%; }.wzc260  .wz-menu > li.active > a:before { width:100%; }.wzc260  .wz-menu .sub-menu li > a { padding:5px 15px;color:rgb(0, 0, 0); }.wzc260 .wz-menu.wz-mega-menu .sub-menu li > a:hover,.wzc260  .wz-menu.wz-classic-menu .sub-menu li:hover > a { background-color:rgb(192, 203, 237); }.wzc260  .wz-menu .sub-menu  li.wz-menu-has-children > a:after { border-color:rgb(0, 0, 0); }.wzc260  .wz-menu > li > .sub-menu > li > a { padding:5px 15px; }.wzc260 {  }.wzc260-list { background-color:rgb(255, 255, 255);border-radius:10px; }.wzc260-mobile {  }#wz-section-wzs66 { height:83px;--section-height:83px; }#wze146 { top:15.0006px;left:33.625px;width:1056px;height:866.969px;z-index:1000; }.wzc38  .wz-shop-breadcrumb-container .wz-breadcrumb { font-family:iransans_fa;font-size:12px;color:#6a6a6a; }.wzc38  .wz-shop-product { margin:14px;padding:0px;text-align:center; }.wzc38  .wz-shop-product .wz-shop-product-section { padding:4px; }.wzc38  .wz-shop-product .wz-shop-product-title { font-family:iransans_fa;font-size:16px;color:#000; }.wzc38  .wz-shop-product .wz-shop-product-price { font-family:iransans_fa;font-size:14px;color:rgb(38, 43, 59);background-color:rgba(164, 95, 83, 0.09); }.wzc38  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639; }.wzc38  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(0, 0, 0);font-size:13px; }.wzc38  .wz-shop-product-out-stock { font-family:vazir;font-size:20px;color:rgb(0, 0, 0); }.wzc38  .wz-shop-product .wz-shop-product-image img { object-fit:fill;width:100%;float:left; }.wzc38  .wz-shop-product .wz-shop-product-add-cart { width:169px; }.wzc38  .wz-shop-product .wz-shop-product-ribbon { background-color:rgb(1, 66, 53);color:#fff;font-family:iransans_fa;font-size:12px; }.wzc38  .wz-shop-product .wz-shop-product-ribbon-off { background-color:rgb(1, 66, 53);color:#fff;font-family:iransans_fa;font-size:12px; }.wzc38  .wz-shop-product .wz-shop-product-attributes { font-family:yekan, tahoma, serif;font-size:14px;color:#000; }.wzc38 {  }.wzc38-breadcrumb {  }.wzc38-filter { margin-right:14px;margin-left:14px; }.wzc38-topBar .wzc38-topBar-sort {  }.wzc38-topBar .wzc38-topBar-perPage {  }.wzc38-topBar .dropdown.dropdown-list .dropdown-select,.wzc38-topBar  .dropdown.dropdown-list .dropdown-menu a { color:rgb(38, 43, 59);font-size:11px;font-family:iransans_fa; }.wzc38-topBar .dropdown.dropdown-list .dropdown-select,.wzc38-topBar  .dropdown.dropdown-list .dropdown-menu,.wzc38-topBar  .dropdown.dropdown-list .dropdown-select::before { border-color:rgb(199, 199, 199); }.wzc38-topBar  .dropdown.dropdown-list .dropdown-menu .selected { background-color:#f6f6f6;color:#878787; }.wzc38-topBar { margin:10px;margin-bottom:20px;color:#878787;font-size:11px;font-family:iransans_fa; }.wzc38-products {  }.wzc38-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:; }.wzc38-bg { background-color:rgba(255, 255, 255, 0); }#wze146 .wz-shop-product .wz-shop-product-image { padding-top: 66.66666% }#wze146 .wz-shop-top-bar { margin-right: 14px }.wzc165-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:25px; }.wzc165-img .wzc165-img-inner { width:100%;height:100%;float:left; }.wzc165-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:25px; }.wzc71:hover .wzc71-bg { background-color:rgb(1, 66, 53);border-radius:100px; }.wzc71:hover .wzc71-content { color:rgb(255, 255, 255); }.wzc71:hover {  }.wzc71-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:;border-radius:10px; }.wzc71-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:iransans_fa;font-size:15px;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(38, 43, 59); }.wzc270-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(255, 253, 247); }.wzc270-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc270-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }.wzc279:hover .wzc279-bg { background-color:rgb(164, 95, 83); }.wzc279:hover .wzc279-content {  }.wzc279:hover {  }.wzc279-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(81, 91, 121);border-radius:10px;border-width:1px;border-style:solid;border-color:rgb(75, 86, 118); }.wzc279-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:vazir;font-size:18px;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(255, 255, 255); }#wz-section-wzs22 { height:906.969px;--section-height:906.969px; }.wzc-section-wzs22 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs22-full { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs22-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze148 { top:32.75px;left:36.0083px;width:1102px;height:1810.48px;z-index:1000; }.wzc41  .wz-shop-breadcrumb-container   .wz-breadcrumb { font-family:iransans_fa;font-size:14px;color:#6a6a6a; }.wzc41  .wz-shop-product-page .wz-shop-product-add-cart { width:188px; }.wzc41  .wz-shop-product-page .wz-shop-product-options .wz-shop-option-title { font-size:15px;color:rgb(0, 0, 0);font-family:yekan, tahoma, serif; }.wzc41  .wz-shop-product-page .wz-shop-product-options .wz-shop-product-option { width:300px; }.wzc41  .wz-shop-product-page .wz-shop-product-options .dropdown { width:300px; }.wzc41  .wz-shop-product-page .wz-shop-product-options.wz-radio-button-list .regular-checkbox-item,.wzc41  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-select,.wzc41  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu a { color:rgb(0, 0, 0);font-size:13px;font-family:yekan, tahoma, serif; }.wzc41  .wz-shop-product-page .wz-shop-product-options.dropdown.dropdown-list .dropdown-select,.wzc41  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu,.wzc41  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-select::before { border-color:rgb(0, 0, 0); }.wzc41  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu .selected { background-color:rgb(0, 0, 0);color:rgb(0, 0, 0); }.wzc41  .wz-shop-product-page .wz-shop-product-options .wz-shop-product-colors ul li { padding-top:3px; }.wzc41  .wz-shop-product-page .wz-shop-product-options .wz-shop-product-colors ul li .regular-checkbox:checked+label.regular-checkbox-color:after { border-style:solid;border-color:rgb(0, 0, 0);border-width:3px;top:-4px;left:-4px; }.wzc41  .wz-shop-product-page .wz-shop-product-title { font-family:titr;font-size:20px;color:rgb(0, 0, 0); }.wzc41  .wz-shop-product-page .wz-shop-product-description { font-family:titr;font-size:15px;color:rgb(226, 28, 33); }.wzc41  .wz-shop-product-page .wz-shop-product-sku { font-family:iransans_fa;font-size:12px;color:rgb(0, 0, 0); }.wzc41  .wz-shop-product-out-stock { font-family:iransans;font-size:17px;color:#f14639; }.wzc41  .wz-shop-product-page .wz-shop-product-price { font-family:iransans_fa;font-size:24px;color:rgb(3, 31, 66);background-color:rgba(164, 95, 83, 0.21); }.wzc41  .wz-shop-product-page .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639;font-size:21px; }.wzc41  .wz-shop-product-page .wz-shop-product-price .wz-shop-product-old-price { color:rgb(0, 0, 0);font-size:16px; }.wzc41  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider  img.wz-gallery-image { object-fit:fill;width:100%;float:left; }.wzc41 .wz-shop-product-info-sections-simple .wz-shop-product-info+.wz-shop-product-info,.wzc41  .wz-shop-product-info-sections-accordion .wz-shop-product-info+.wz-shop-product-info { border-top-style:solid;border-top-width:1px;border-top-color:rgb(199, 199, 199); }.wzc41  .wz-shop-product-page .wz-shop-product-info-sections .wz-shop-product-section-title { font-family:iransans_fa;font-size:22px;color:rgb(164, 95, 83); }.wzc41  .wz-shop-product-page .wz-shop-product-info-sections .wz-shop-product-section-content { font-family:iransans_fa;font-size:14px;color:rgb(81, 91, 121); }.wzc41  .wz-shop-product-page .wz-shop-product-info-sections .wz-tab-content { border-style:solid;border-width:1px;border-color:#ededed; }.wzc41  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li {  }.wzc41  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li.open { border-style:solid;border-width:1px;border-color:#ededed;background-color:#fff;color:#000; }.wzc41  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li.open:after { height:1px;bottom:-1px;background-color:#fff; }.wzc41  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel .flex-active-slide:after { border-color:#ccc; }.wzc41  .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery { width:50%; }.wzc41  .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section { width:calc(50% - 30px); }.wzc41  .extra-button-list { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a;--text-color:#6a6a6a; }.wzc41 {  }.wzc41-breadcrumb {  }.wzc41-product { text-align:center; }.wzc41-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze148  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider .wz-image-ratio { padding-top: 56.25% }.wzc40 .wz-gallery > li > figure,.wzc40  .wz-gallery-slider .slides > li > .wz-slider-item { border-radius:10px;border-width:0px;border-style:solid;border-color:#000; }.wzc40 .wz-gallery > li > figure,.wzc40  .wz-gallery > li > figure:before,.wzc40  .wz-gallery > li > figure:after,.wzc40  .wz-gallery > li > figure > figcaption,.wzc40  .wz-gallery-slider .wz-gallery-caption { background-color:rgba(231, 76, 60, 0.75); }.wzc40  .wz-gallery-caption { text-align:center; }.wzc40  .wz-gallery-caption  h3 { font-family:yekan, tahoma, serif;font-size:15px;line-height:15px;color:#fff; }.wzc40  .wz-gallery-caption  p { font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc40  .wz-gallery li  img.wz-gallery-image { object-fit:cover; }.wzc40 {  }.wzc40-slider .wzc40-slider-items {  }.wzc40-slider  .flex-direction-nav a:before { color:#999; }.wzc40-slider {  }.wzc40-carousel .wzc40-carousel-list {  }.wzc40-carousel {  }.wzc79-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#fff;box-shadow:0px 0px 12px 0px rgba(0, 0, 0, 0.09) ;border-radius:10px; }.wzc79-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }.wzc79-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }.wzc138:hover .wzc138-bg { background-color:rgb(164, 95, 83); }.wzc138:hover .wzc138-content { color:rgb(38, 43, 59); }.wzc138:hover {  }.wzc138-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(1, 66, 53);border-radius:10px; }.wzc138-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:iransans_fa;font-size:14px;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-wzs21 { height:2038.44px;--section-height:2038.44px; }.wzc-section-wzs21 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs21-full { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs21-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze503 { top:11.0154px;left:922.623px;width:180px;height:40px;z-index:1001; }.wzc131:hover .wzc131-bg { background-color:#c9c9c9;border:1px solid #c9c9c9; }.wzc131:hover .wzc131-content { font-size:10px;color:#fff; }.wzc131:hover {  }.wzc131-bg:after {  }.wzc131-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc131-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:titr;font-size:15px;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); }#wze510 { top:124px;left:774.09px;width:287px;height:445px;z-index:1000; }.wzc186-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:solid;border-width:1px;border-color:#FF7043;border-radius:5px; }.wzc186-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:5px; }.wzc186-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:auto;background-repeat:no-repeat;background-position:top center;background-image:url(../../uploads/f3046a644c7b4ad3a4ddd2fc4f6a9e84.PNG) ; }#wze511 { top:385.017px;left:68.0519px;width:180px;height:40px;z-index:1000; }.wzc187:hover .wzc187-bg { background-color:#c9c9c9;border:1px solid #c9c9c9; }.wzc187:hover .wzc187-content { font-size:10px;color:#fff; }.wzc187:hover {  }.wzc187-bg:after {  }.wzc187-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(74, 145, 131);border-radius:25px;border:1px solid #e1e1e1; }.wzc187-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:titr;font-size:15px;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); }#wze514 { top:206.015px;left:29.1319px;width:245px;height:147px;z-index:1000;text-align:center; }#wze512 { top:123px;left:399.411px;width:287px;height:450.984px;z-index:1000; }.wzc188-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:solid;border-width:1px;border-color:#FF7043;border-radius:5px; }.wzc188-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:5px; }.wzc188-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:auto;background-repeat:no-repeat;background-position:top center;background-image:url(../../uploads/fc60b29d74824179bdf076984c99fce2.PNG) ; }#wze513 { top:381.178px;left:52.6367px;width:180px;height:40px;z-index:1000; }#wze515 { top:213.004px;left:20.1327px;width:245px;height:121.984px;z-index:1000;text-align:center; }#wz-section-wzs71 { height:667.469px;--section-height:667.469px; }.wzc-section-wzs71 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs71-full { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs71-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze145 { top:10px;left:15px;width:1140px;height:185px;z-index:1000; }.wzc36-container { font-size:10px;font-family:iransans_fa; }#wze145 .wz-cart-color-primary { color: #565656 }#wze145 .wz-cart-primary-color { color: #565656 }#wze145 .wz-cart-second-color { color: rgb(0, 113, 220) }#wze145 .wz-cart-second-border-color { border-color: rgb(0, 113, 220) }.wzc52:hover .wzc52-bg { background-color:rgb(1, 66, 53); }.wzc52:hover .wzc52-content { color:rgb(255, 255, 255); }.wzc52:hover {  }.wzc52-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(117, 117, 117);border-radius:10px; }.wzc52-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:iransans_fa;font-size:14px;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(81, 91, 121); }.wzc68:hover .wzc68-bg { background-color:rgb(164, 95, 83); }.wzc68:hover .wzc68-content { color:rgb(38, 43, 59); }.wzc68:hover {  }.wzc68-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(1, 66, 53);border-radius:10px; }.wzc68-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:iransans_fa;font-size:14px;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-wzs23 { height:205px;--section-height:205px; }#wze859 { top:38.0015px;left:463.039px;width:655px;height:40px;z-index:1000; }#wz-section-wzs74 { height:98px;--section-height:98px; }#wze268 { top:175.018px;left:550.083px;width:511px;height:38.9844px;z-index:1000; }.wzc370-form .wzc370-form-input { background-color:rgb(255, 255, 255);border-style:solid;border-color:rgb(195, 188, 172);border-width:1px;box-shadow:none;color:rgb(0, 0, 0);font-size:16px;font-family:vazir;border-radius:10px 10px 10px 10px ; }.wzc370-form .wzc370-form-submit {  }.wzc370-form { height:100%; }.wzc371:hover .wzc371-bg { background-color:rgb(255, 255, 255);border:1px solid #c9c9c9; }.wzc371:hover .wzc371-content { font-size:10px;color:#fff; }.wzc371:hover {  }.wzc371-bg:after {  }.wzc371-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(255, 255, 255);border-radius:10px;border:1px solid #e1e1e1;border-width:1px;border-style:solid;border-color:rgb(195, 188, 172); }.wzc371-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:titr;font-size:18px;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); }#wze932 { top:23.5005px;left:52.3962px;width:318.297px;height:198px;z-index:1000; }#wze932 .wzc2-img-inner { object-fit:cover; }#wze933 { top:48.5005px;left:624.25px;width:441px;height:56px;z-index:1000;text-align:right; }#wz-section-wzs109 { height:225.469px;--section-height:225.469px; }#wze242 { top:52.2118px;left:312.394px;width:842.969px;height:2838.16px;z-index:1000; }.wzc369  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-title { font-family:titr;font-size:19px;color:#000; }.wzc369  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-content { font-family:vazir;font-size:16px;color:rgb(0, 0, 0); }.wzc369  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-thumbnail { width:249px;height:auto; }.wzc369  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:fill; }.wzc369  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta { color:rgb(199, 199, 199);font-family:vazir;font-size:13px;background-color:; }.wzc369  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta .wz-blog-post-meta-icon { fill:rgb(199, 199, 199);width:13px;height:13px; }.wzc369 .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-section,.wzc369  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-title,.wzc369  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta { padding-left:40px;padding-right:40px; }.wzc369  .wz-blog-recent-posts .wz-blog-post-item { padding:40px 0;flex:1 1 100%;max-width:100%;margin-left:0px;margin-right:0px; }.wzc369  .wz-blog-recent-posts .wz-blog-post-item+.wz-blog-post-item { margin-top:23px; }.wzc369  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-more { width:100px;height:30px;margin-top:10px; }.wzc369 {  }.wzc369-posts { text-align:right; }.wzc369-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }.wzc54-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:15px 15px 0px 0px ; }.wzc54-img .wzc54-img-inner { width:100%;height:100%;float:left; }.wzc54-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:15px 15px 0px 0px ; }.wzc200:hover .wzc200-bg { background-color:rgb(1, 66, 53);border-radius:100px; }.wzc200:hover .wzc200-content { color:rgb(255, 255, 255); }.wzc200:hover {  }.wzc200-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(0, 0, 0);border-radius:10px; }.wzc200-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:iransans_fa;font-size:15px;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); }.wzc80:hover .wzc80-bg { background-color:rgb(1, 66, 53); }.wzc80:hover .wzc80-content { color:rgb(255, 255, 255); }.wzc80:hover {  }.wzc80-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(117, 117, 117);border-radius:10px; }.wzc80-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:iransans_fa;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:rgb(1, 66, 53); }#wze243 { top:42.882px;left:22.7983px;width:279.965px;height:368.125px;z-index:1000; }.wzc4-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#fff; }.wzc4-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc4-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze247 { top:11.9829px;left:52.9643px;width:221px;height:28px;z-index:1000;text-align:right; }#wze248 { top:47.252px;left:9.00737px;width:263.958px;height:2.96875px;z-index:1000; }.wzc81-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(117, 117, 117); }.wzc81-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze249 { top:62.7429px;left:25.953px;width:244px;height:273px;z-index:1000; }.wzc82  .wz-blog-archive > li > a { color:rgb(0, 0, 0);font-family:vazir;font-size:15px; }.wzc82  .wz-blog-archive .sub-list > li > a { color:rgb(0, 0, 0);font-family:titr;font-size:14px; }.wzc82 {  }.wzc82-list { direction:rtl; }#wze264 { top:3.04645px;left:8.3786px;width:1144px;height:32.9688px;z-index:1000; }#wze267 { top:17.0943px;left:0px;width:1145px;height:1px;z-index:1000; }#wze270 { top:433.505px;left:15.7704px;width:286.997px;height:2881.8px;z-index:1000; }.wzc274-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(250, 245, 235); }.wzc274-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc274-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze269 { top:75.8527px;left:13.9931px;width:265px;height:2792.61px;z-index:1000; }.wzc275  .wz-blog-list .wz-blog-post-item .wz-blog-post-title { font-family:vazir;font-size:15px;color:rgb(48, 120, 190); }.wzc275  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail { width:58px;height:auto; }.wzc275  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:cover; }.wzc275  .wz-blog-list .wz-blog-post-item .wz-blog-post-meta { color:rgb(1, 66, 53);font-family:iransans_fa;font-size:11px; }.wzc275  .wz-blog-list .wz-blog-post-item+.wz-blog-post-item { margin-top:26px; }.wzc275  .wz-blog-list .wz-blog-post-item { flex:1 1 100%;max-width:100%;margin-left:0px;margin-right:0px; }.wzc275 {  }.wzc275-posts { text-align:center; }#wze271 { top:6.64367px;left:52.9648px;width:221px;height:29px;z-index:1000;text-align:right; }#wze273 { top:44.2308px;left:0px;width:279.983px;height:4.96875px;z-index:1000; }#wz-section-wzs34 { height:3419.12px;--section-height:3419.12px; }.wzc-section-wzs34 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs34-full { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs34-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze250 { top:29.6098px;left:310px;width:844px;height:2845.27px;z-index:1000; }.wzc273  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-title { font-family:vazir;font-size:22px;color:rgb(38, 43, 59); }.wzc273  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-content { font-family:vazir;font-size:16px;color:rgb(81, 91, 121); }.wzc273  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta { color:rgb(199, 199, 199);font-family:iransans_fa;font-size:12px; }.wzc273  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta .wz-blog-post-meta-icon { fill:rgb(199, 199, 199);width:12px;height:12px; }.wzc273 .wz-blog-single-post .wz-blog-post-item .wz-blog-post-section,.wzc273  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-title,.wzc273  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta { padding-left:30px;padding-right:30px; }.wzc273  .wz-blog-single-post .wz-blog-post-item { padding:30px 0; }.wzc273 {  }.wzc273-posts {  }#wze274 { top:171.479px;left:15px;width:285px;height:335.047px;z-index:1000; }#wze275 { top:14.5312px;left:163.864px;width:112px;height:29px;z-index:1000;text-align:right; }#wze276 { top:76.3477px;left:29.312px;width:248px;height:240px;z-index:1000; }.wzc271  .wz-blog-archive > li > a { color:rgb(75, 86, 118);font-family:titr;font-size:14px; }.wzc271  .wz-blog-archive .sub-list > li > a { color:rgb(81, 91, 121);font-family:iransans_fa;font-size:13px; }.wzc271 {  }.wzc271-list { direction:rtl;text-align:right; }#wze277 { top:48.0465px;left:0px;width:277px;height:1.98438px;z-index:1000; }#wze278 { top:29.6094px;left:16.5px;width:298.5077px;height:114px;z-index:1000; }#wze279 { top:12.391px;left:133.249px;width:144px;height:29px;z-index:1000;text-align:right; }#wze280 { top:48.0469px;left:10px;width:270px;height:1.98438px;z-index:1000; }#wze281 { top:64.4097px;left:-1.4846px;width:300px;height:38.9844px;z-index:1000; }.wzc198-form .wzc198-form-input { background-color:rgb(117, 117, 117);border-style:solid;border-color:rgb(199, 199, 199);border-width:1px;box-shadow:none;color:#000;font-size:21px;font-family:vazir;border-radius:0px 10px 10px 0px ; }.wzc198-form .wzc198-form-submit {  }.wzc198-form { height:100%; }.wzc45:hover .wzc45-bg { background-color:rgb(1, 66, 53); }.wzc45:hover .wzc45-content { color:rgb(255, 255, 255); }.wzc45:hover {  }.wzc45-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(117, 117, 117);border-radius:10px 0px 0px 10px ; }.wzc45-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:iransans_fa;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(199, 199, 199); }#wze282 { top:553.006px;left:2.74197px;width:296px;height:1838.88px;z-index:1000; }#wze283 { top:16px;left:162.583px;width:122px;height:29px;z-index:1000;text-align:right; }#wze284 { top:47.0472px;left:10px;width:280px;height:2.98438px;z-index:1000; }#wze285 { top:76.6758px;left:24px;width:265px;height:1747.88px;z-index:1000; }.wzc272  .wz-blog-list .wz-blog-post-item .wz-blog-post-title { font-family:vazir;font-size:17px;color:rgb(48, 120, 190); }.wzc272  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail { width:56px;height:auto; }.wzc272  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:cover;object-fit:fill; }.wzc272  .wz-blog-list .wz-blog-post-item .wz-blog-post-meta { color:rgb(1, 66, 53);font-family:iransans_fa;font-size:11px; }.wzc272  .wz-blog-list .wz-blog-post-item+.wz-blog-post-item { margin-top:16px; }.wzc272  .wz-blog-list .wz-blog-post-item { flex:1 1 100%;max-width:100%;margin-left:0px;margin-right:0px; }.wzc272 {  }.wzc272-posts { text-align:center; }#wz-section-wzs33 { height:2893.27px;--section-height:2893.27px; }#wze286 { top:0.0006px;left:307px;width:847px;height:337.188px;z-index:1000; }#wze287 { top:24.0155px;left:511.5px;width:221px;height:27px;z-index:1000;text-align:right; }#wze288 { top:83.0504px;left:0.5px;width:846px;height:194.188px;z-index:1000; }.wzc87  .wz-blog-list .wz-blog-post-item .wz-blog-post-title { font-family:vazir;font-size:13px;color:rgb(48, 120, 190); }.wzc87  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail { width:116px;height:138px; }.wzc87  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:cover; }.wzc87  .wz-blog-list .wz-blog-post-item .wz-blog-post-meta { color:rgb(199, 199, 199);font-family:iransans_fa;font-size:10px; }.wzc87  .wz-blog-list .wz-blog-post-item:nth-child(3)~.wz-blog-post-item { margin-top:18px; }.wzc87  .wz-blog-list .wz-blog-post-item { flex:1 1 calc(100% / 3 - 10px );max-width:calc(100% / 3 - 10px );margin-left:5px;margin-right:5px; }.wzc87 {  }.wzc87-posts { text-align:center; }.wzc58-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:10px; }.wzc58-img .wzc58-img-inner { width:100%;height:100%;float:left; }.wzc58-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:10px; }#wz-section-wzs36 { height:337.094px;--section-height:337.094px; }#wze251 { top:28.2075px;left:359px;width:795px;height:466.984px;z-index:1000; }.wzc78  .wz-blog-comment { padding:10px; }.wzc78  .wz-blog-comment+.wz-blog-comment { margin-top:10px; }.wzc78  .wz-blog-comment .wz-blog-comment-author { font-family:iransans_fa;font-size:14px;color:#757070; }.wzc78  .wz-blog-comment .wz-blog-comment-message { font-family:iransans_fa;font-size:14px;color:#999999; }.wzc78  .wz-blog-comment-from { width:500px; }.wzc78 {  }.wzc78-container .wzc78-container-comments {  }.wzc78-container .wzc78-container-form { max-width:100%;height:auto; }.wzc78-container {  }.wzc13-contactForm .wzc13-contactForm-sections .wzc13-contactForm-sections-section1 .wzc13-contactForm-sections-section1-formRow .wzc13-contactForm-sections-section1-formRow-input {  }.wzc13-contactForm .wzc13-contactForm-sections .wzc13-contactForm-sections-section1 .wzc13-contactForm-sections-section1-formRow {  }.wzc13-contactForm .wzc13-contactForm-sections .wzc13-contactForm-sections-section1 {  }.wzc13-contactForm .wzc13-contactForm-sections .wzc13-contactForm-sections-section2 .wzc13-contactForm-sections-section2-messageRow .wzc13-contactForm-sections-section2-messageRow-message { height:120px; }.wzc13-contactForm .wzc13-contactForm-sections .wzc13-contactForm-sections-section2 .wzc13-contactForm-sections-section2-messageRow {  }.wzc13-contactForm .wzc13-contactForm-sections .wzc13-contactForm-sections-section2 { height:auto;margin-top:-5px; }.wzc13-contactForm .wzc13-contactForm-sections { width:100%;margin-bottom:0px;display:block;position:relative; }.wzc13-contactForm .wzc13-contactForm-footer .wzc13-contactForm-footer-submit .wzc13-contactForm-footer-submit-inner { width:100%;height:100%; }.wzc13-contactForm .wzc13-contactForm-footer .wzc13-contactForm-footer-submit { background-color:transparent;outline:0;border:0;position:relative;height:30px;width:120px;cursor:pointer;max-width:100%; }.wzc13-contactForm .wzc13-contactForm-footer { padding:0px 5px;padding-bottom:5px; }.wzc13-contactForm .wzc13-contactForm-resultSection .wzc13-contactForm-resultSection-result { border:1px solid #1abc9c;color:#1abc9c;padding:5px 10px;font-size:13px;opacity:0;font-family:iransans_fa; }.wzc13-contactForm .wzc13-contactForm-resultSection { height:40px;padding-top:5px; }.wzc13-contactForm  .wzc13-contactForm-resultSection .form-result-show { opacity:1; }.wzc13-contactForm  .wzc13-contactForm-resultSection .form-result-error { border-color:#e74c3c;color:#e74c3c; }.wzc13-contactForm  .wz-form-input-row { width:100%;margin-bottom:5px; }.wzc13-contactForm input,.wzc13-contactForm  textarea { width:100%;box-sizing:border-box;font-family:iransans_fa;padding:5px;outline:0;resize:none;border-width:0px;border-style:solid;border-color:#999999;color:rgb(81, 91, 121);font-size:12px;background-color:rgb(249, 249, 251);border-radius:10px; }.wzc13-contactForm  .wz-form-input-row:last-child { margin-bottom:0px; }.wzc13-contactForm  *::-webkit-input-placeholder { color:rgb(81, 91, 121); }.wzc13-contactForm  *::-moz-placeholder { color:rgb(81, 91, 121); }.wzc13-contactForm  *:-ms-input-placeholder { color:rgb(81, 91, 121); }.wzc13-contactForm  *:-moz-placeholder { color:rgb(81, 91, 121); }.wzc13-contactForm  .wz-form-section { width:100%;display:block;box-sizing:border-box;padding:5px; }.wzc13-contactForm  label { margin-bottom:5px;font-family:yekan, tahoma, serif;font-size:12px;display:inline-block;color:#000; }.wzc13-contactForm { direction:rtl; }.wzc67:hover .wzc67-bg { background-color:rgb(164, 95, 83); }.wzc67:hover .wzc67-content {  }.wzc67:hover {  }.wzc67-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(199, 199, 199);border-radius:10px; }.wzc67-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:iransans_fa;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:#fff; }#wz-section-wzs35 { height:528.969px;--section-height:528.969px; }#wz-section-wzs50 { height:200px;--section-height:200px; }#wze357 { top:30px;left:15px;width:848px;height:482.984px;z-index:1000; }.wzc98-root .wzc98-root-container .wzc98-root-container-header .wzc98-root-container-header-title {  }.wzc98-root .wzc98-root-container .wzc98-root-container-header {  }.wzc98-root .wzc98-root-container .wzc98-root-container-submitBoxHeader .wzc98-root-container-submitBoxHeader-submitButtonHeader {  }.wzc98-root .wzc98-root-container .wzc98-root-container-submitBoxHeader {  }.wzc98-root .wzc98-root-container {  }.wzc98-root .wzc98-root-accountContainer .wzc98-root-accountContainer-accountItem .wzc98-root-accountContainer-accountItem-accountItemLabel {  }.wzc98-root .wzc98-root-accountContainer .wzc98-root-accountContainer-accountItem .wzc98-root-accountContainer-accountItem-accountItemInputBox .wzc98-root-accountContainer-accountItem-accountItemInputBox-accountItemInput {  }.wzc98-root .wzc98-root-accountContainer .wzc98-root-accountContainer-accountItem .wzc98-root-accountContainer-accountItem-accountItemInputBox .wzc98-root-accountContainer-accountItem-accountItemInputBox-error {  }.wzc98-root .wzc98-root-accountContainer .wzc98-root-accountContainer-accountItem .wzc98-root-accountContainer-accountItem-accountItemInputBox {  }.wzc98-root .wzc98-root-accountContainer .wzc98-root-accountContainer-accountItem {  }.wzc98-root .wzc98-root-accountContainer {  }.wzc98-root .wzc98-root-companyHeaderContainer .wzc98-root-companyHeaderContainer-companyHeader .wzc98-root-companyHeaderContainer-companyHeader-companyTitle {  }.wzc98-root .wzc98-root-companyHeaderContainer .wzc98-root-companyHeaderContainer-companyHeader {  }.wzc98-root .wzc98-root-companyHeaderContainer {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCheck .wzc98-root-companyInfo-companyInfoCheck-companyInfoCheckDescription {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCheck .wzc98-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc98-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckInput {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCheck .wzc98-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc98-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-checkmark {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCheck .wzc98-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc98-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckButton {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCheck .wzc98-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc98-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-moreIcon {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCheck .wzc98-root-companyInfo-companyInfoCheck-companyInfoCheckLabel {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCheck {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyItemBox .wzc98-root-companyInfo-companyItemBox-companyItemLabel {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyItemBox .wzc98-root-companyInfo-companyItemBox-companyInputBox .wzc98-root-companyInfo-companyItemBox-companyInputBox-companyInput {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyItemBox .wzc98-root-companyInfo-companyItemBox-companyInputBox .wzc98-root-companyInfo-companyItemBox-companyInputBox-companyError {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyItemBox .wzc98-root-companyInfo-companyItemBox-companyInputBox {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyItemBox {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCancelLabel .wzc98-root-companyInfo-companyInfoCancelLabel-companyInfoCancelInput {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCancelLabel .wzc98-root-companyInfo-companyInfoCancelLabel-cancelMark {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCancelLabel .wzc98-root-companyInfo-companyInfoCancelLabel-companyInfoCancelButton {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCancelLabel .wzc98-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc98-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg .wzc98-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg-cancelIconPath {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCancelLabel .wzc98-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc98-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCancelLabel .wzc98-root-companyInfo-companyInfoCancelLabel-cancelIcon {  }.wzc98-root .wzc98-root-companyInfo .wzc98-root-companyInfo-companyInfoCancelLabel {  }.wzc98-root .wzc98-root-companyInfo {  }.wzc98-root .wzc98-root-submitBoxFooter .wzc98-root-submitBoxFooter-submitButtonFooter {  }.wzc98-root .wzc98-root-submitBoxFooter {  }.wzc98-root {  }.wzc98  .wz-profile-account-root { text-align:right; }.wzc98  .wz-profile-account-header-container { margin-bottom:20px; }.wzc98  .wz-profile-account-header p { font-family:vazir;font-size:20px;font-weight:500;color:rgb(117,117,117); }.wzc98  .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; }.wzc98  .wz-profile-account-container:hover { border-radius:20px; }.wzc98  .wz-profile-account-input-container { width:48%;direction:rtl;font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc98  .wz-profile-account-input-container label { color:rgb(0, 0, 0);font-family:vazir; }.wzc98  .wz-profile-account-input-container input { width:100%;border-style:solid;border-width:1px;border-color:#d5d5d5;border-radius:4px;font-family:vazir;font-size:13px;background-color:rgba(0,0,0,0);color:rgb(0, 0, 0); }.wzc98  .wz-profile-account-input-container input:hover { border-radius:4px; }.wzc98  .wz-profile-account-submit-box { margin-top:20px;text-align:left; }.wzc98  .wz-profile-account-submit { width:120px;height:35px;position:relative;display:inline-block; }.wzc98  .wz-profile-account-company-info-button p { font-family:vazir;font-size:13px;color:rgb(0, 0, 0); }.wzc98  .wz-profile-account-company-info-button label { font-family:vazir;font-size:13px;color:#17a2b8; }.wzc98  .wz-profile-account-company-info-button .moreIcon { width:13px;height:13px;fill:#17a2b8; }.wzc98  .wz-profile-account-company-info-cancel { font-family:iransans_fa, sans-serif;font-size:13px;color:#E74C3C; }.wzc98  .wz-profile-account-company-info-cancel .cancelIcon { width:20px;height:20px; }.wzc98  .wz-profile-account-company-info-cancel .cancelIcon svg path { stroke:#E74C3C; }.wzc98 {  }.wzc97:hover .wzc97-bg { background-color:#ffd9d5; }.wzc97:hover .wzc97-content { color:#E74C3C; }.wzc97:hover {  }.wzc97-bg:after {  }.wzc97-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc97-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; }#wze362 { top:30px;left:893px;width:262px;height:428.984px;z-index:1000; }.wzc111-root .wzc111-root-infoBox .wzc111-root-infoBox-userImageBox .wzc111-root-infoBox-userImageBox-userImage {  }.wzc111-root .wzc111-root-infoBox .wzc111-root-infoBox-userImageBox {  }.wzc111-root .wzc111-root-infoBox .wzc111-root-infoBox-userInfo .wzc111-root-infoBox-userInfo-userName {  }.wzc111-root .wzc111-root-infoBox .wzc111-root-infoBox-userInfo .wzc111-root-infoBox-userInfo-userEmail {  }.wzc111-root .wzc111-root-infoBox .wzc111-root-infoBox-userInfo .wzc111-root-infoBox-userInfo-editInfo .wzc111-root-infoBox-userInfo-editInfo-editInfoIcon {  }.wzc111-root .wzc111-root-infoBox .wzc111-root-infoBox-userInfo .wzc111-root-infoBox-userInfo-editInfo .wzc111-root-infoBox-userInfo-editInfo-editInfoText {  }.wzc111-root .wzc111-root-infoBox .wzc111-root-infoBox-userInfo .wzc111-root-infoBox-userInfo-editInfo {  }.wzc111-root .wzc111-root-infoBox .wzc111-root-infoBox-userInfo {  }.wzc111-root .wzc111-root-infoBox {  }.wzc111-root .wzc111-root-items .wzc111-root-items-item .wzc111-root-items-item-itemBox .wzc111-root-items-item-itemBox-itemIcon {  }.wzc111-root .wzc111-root-items .wzc111-root-items-item .wzc111-root-items-item-itemBox .wzc111-root-items-item-itemBox-itemName {  }.wzc111-root .wzc111-root-items .wzc111-root-items-item .wzc111-root-items-item-itemBox {  }.wzc111-root .wzc111-root-items .wzc111-root-items-item {  }.wzc111-root .wzc111-root-items .wzc111-root-items-more {  }.wzc111-root .wzc111-root-items {  }.wzc111-root .wzc111-root-logoutBox .wzc111-root-logoutBox-logout .wzc111-root-logoutBox-logout-logoutLabel {  }.wzc111-root .wzc111-root-logoutBox .wzc111-root-logoutBox-logout {  }.wzc111-root .wzc111-root-logoutBox {  }.wzc111-root {  }.wzc111  .wz-profile-menu-user-info { gap:2px; }.wzc111  div + .wz-profile-menu-user-info { margin-right:5%;margin-left:5%; }.wzc111  .wz-profile-menu-info-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;direction:rtl; }.wzc111  .wz-profile-menu-info-box:hover {  }.wzc111  .wz-profile-menu-user-image img { border-style:solid;border-width:2px;border-color:#efefef;border-radius:50px;object-fit:cover; }.wzc111  .wz-profile-menu-user-name { font-family:vazir;font-size:18px;font-weight:bold;color:rgb(0, 0, 0); }.wzc111  .wz-profile-menu-user-name:hover {  }.wzc111  .wz-profile-menu-user-email { font-family:vazir;font-size:12px;color:rgb(0, 0, 0); }.wzc111  .wz-profile-menu-user-email:hover {  }.wzc111  .wz-profile-menu-edit-info { font-family:vazir;font-size:10px;color:rgb(0, 0, 0); }.wzc111  .wz-profile-menu-edit-info:hover {  }.wzc111  .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); }.wzc111  .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; }.wzc111  .wz-profile-menu-items:hover {  }.wzc111  .wz-profile-menu-item { padding:0 30px;background-color:rgba(0,0,0,0);direction:rtl; }.wzc111  .wz-profile-menu-item:hover { background-color:rgba(0,0,0,0); }.wzc111  .wz-profile-menu-item-box { padding-top:20px;padding-bottom:20px; }.wzc111  .wz-profile-menu-item:not(:nth-last-child(-n+2)) div { border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#efefef; }.wzc111  .wz-profile-menu-item-box:hover {  }.wzc111  .wz-profile-menu-item p { font-family:vazir;font-size:12px;font-weight:500;color:rgb(0, 0, 0);margin-right:5%;margin-left:5%; }.wzc111  .wz-profile-menu-item p:hover { color:#E74C3C; }.wzc111  #wz-profile-menu-logout-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;margin-top:10px; }.wzc111  #wz-profile-menu-logout-box:hover { border-radius:8px;background-color:#fff; }.wzc111  #wz-profile-menu-logout-box p { font-family:vazir;font-size:14px;font-weight:500;color:rgb(0, 0, 0);text-align:center; }.wzc111  #wz-profile-menu-logout-box p:hover { color:#e6123d; }.wzc111  .wz-profile-menu-more:after { color:#808080; }.wzc111 {  }#wz-section-wzs45 { height:542.969px;--section-height:542.969px; }#wze358 { top:30px;left:15px;width:848px;height:369px;z-index:1000; }.wzc102-header .wzc102-header-title {  }.wzc102-header .wzc102-header-removeButton {  }.wzc102-header .wzc102-header-addToCartButton {  }.wzc102-header {  }.wzc102-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; }.wzc102-pagination .wzc102-pagination-paginationButton {  }.wzc102-pagination {  }.wzc102  .wz-profile-favorites-header-text { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc102  .wz-profile-favorites-header-text:hover {  }.wzc102  .wz-profile-favorites-container { border-radius:15px;border-width:0px;border-style:solid;border-color:#000;overflow:visible;background-color:#fff;padding:0; }.wzc102  .wz-profile-favorites-container:hover { border-radius:15px; }.wzc102  .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; }.wzc102  .wz-profile-favorite-item:hover {  }.wzc102  .wz-profile-favorite-item-image { object-fit:contain; }.wzc102  .wz-profile-favorite-item-title { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#747474; }.wzc102  .wz-profile-favorite-item-title:hover {  }.wzc102  .wz-profile-favorite-item-price { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#E74C3C; }.wzc102  .wz-profile-favorite-item-price:hover {  }.wzc102  .wz-profile-favorite-item-add { height:30px; }.wzc102  .wz-profile-favorite-item-remove { height:30px; }.wzc102  .wz-profile-favorites-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc102  .wz-profile-favorites-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc102  .wz-profile-favorites-no-results-first-text:hover {  }.wzc102  .wz-profile-favorites-no-results-second-text:hover {  }.wzc102 {  }.wzc99:hover .wzc99-bg { background-color:#E74C3C; }.wzc99:hover .wzc99-content { font-size:10px;color:#fff; }.wzc99:hover {  }.wzc99-bg:after {  }.wzc99-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc99-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; }.wzc100:hover .wzc100-bg { background-color:#c9c9c9;border:1px solid #c9c9c9; }.wzc100:hover .wzc100-content { font-size:10px;color:#fff; }.wzc100:hover {  }.wzc100-bg:after {  }.wzc100-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc100-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; }.wzc101:hover .wzc101-bg:after { width:90%;opacity:1; }.wzc101:hover .wzc101-bg {  }.wzc101:hover .wzc101-content { color:#fff; }.wzc101:hover {  }.wzc101-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%); }.wzc101-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; }.wzc101-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-wzs46 { height:503px;--section-height:503px; }#wze359 { top:30px;left:15px;width:848px;height:340.984px;z-index:1000; }.wzc103-root .wzc103-root-header .wzc103-root-header-title {  }.wzc103-root .wzc103-root-header .wzc103-root-header-options .wzc103-root-header-options-optionsList .wzc103-root-header-options-optionsList-optionItem{{ item.id }} {  }.wzc103-root .wzc103-root-header .wzc103-root-header-options .wzc103-root-header-options-optionsList {  }.wzc103-root .wzc103-root-header .wzc103-root-header-options {  }.wzc103-root .wzc103-root-header {  }.wzc103-root .wzc103-root-orders .wzc103-root-orders-ordersHeader .wzc103-root-orders-ordersHeader-ordersHeaderItem .wzc103-root-orders-ordersHeader-ordersHeaderItem-orderHeaderItem{{ item.id }} {  }.wzc103-root .wzc103-root-orders .wzc103-root-orders-ordersHeader .wzc103-root-orders-ordersHeader-ordersHeaderItem {  }.wzc103-root .wzc103-root-orders .wzc103-root-orders-ordersHeader {  }.wzc103-root .wzc103-root-orders {  }.wzc103-root .wzc103-root-pagination .wzc103-root-pagination-paginationButton {  }.wzc103-root .wzc103-root-pagination {  }.wzc103-root {  }.wzc103  .wz-profile-orders-header p { font-size:18px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117); }.wzc103  .wz-profile-orders-header-option { font-size:12px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117);border-radius:5px; }.wzc103  .wz-profile-orders-header-option:hover { background-color:#f4f4f4;cursor:pointer; }.wzc103  .wz-profile-orders-header-options ul [data-active=true] { background-color:#f4f4f4; }.wzc103  .wz-profile-orders-order-items-header { width:80%; }.wzc103  .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); }.wzc103  .wz-profile-orders-order-details { width:80%; }.wzc103  .wz-profile-orders-order-buttons { width:20%; }.wzc103  .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); }.wzc103  .wz-profile-orders-order-items-root { background-color:#f4f4f4;border-radius:10px;border-width:0px;border-color:rgb(0,0,0);border-style:solid; }.wzc103  .wz-profile-orders-order-items-container:first-child:after { border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#e1e1e1; }.wzc103  .wz-profile-orders-last-orders-image span { padding:3px; }.wzc103  .wz-profile-orders-last-orders-image span img { object-fit:cover; }.wzc103  .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; }.wzc103  .wz-profile-orders-no-results-root img { width:5%;min-width:40px; }.wzc103  .wz-profile-orders-no-results-first-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc103  .wz-profile-orders-no-results-second-text { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc103 {  }#wz-section-wzs47 { height:502.969px;--section-height:502.969px; }.wzc-section-wzs47 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs47-full { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs47-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze360 { top:30px;left:15px;width:848px;height:565.984px;z-index:1000; }.wzc106-root .wzc106-root-header .wzc106-root-header-title {  }.wzc106-root .wzc106-root-header .wzc106-root-header-headerButtons .wzc106-root-header-headerButtons-reorderButton {  }.wzc106-root .wzc106-root-header .wzc106-root-header-headerButtons .wzc106-root-header-headerButtons-receiptButton {  }.wzc106-root .wzc106-root-header .wzc106-root-header-headerButtons {  }.wzc106-root .wzc106-root-header {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-mainInformation .wzc106-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc106-root-body-information-mainInformation-mainInformation{{ item.name }}-itemName {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-mainInformation .wzc106-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc106-root-body-information-mainInformation-mainInformation{{ item.name }}-itemValue {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-mainInformation .wzc106-root-body-information-mainInformation-mainInformation{{ item.name }} {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-mainInformation {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-userInformation .wzc106-root-body-information-userInformation-userInformation{{ item.name }} .wzc106-root-body-information-userInformation-userInformation{{ item.name }}-itemName {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-userInformation .wzc106-root-body-information-userInformation-userInformation{{ item.name }} .wzc106-root-body-information-userInformation-userInformation{{ item.name }}-itemValue {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-userInformation .wzc106-root-body-information-userInformation-userInformation{{ item.name }} {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-userInformation {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-paymentInformation .wzc106-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc106-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemName {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-paymentInformation .wzc106-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc106-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemValue {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-paymentInformation .wzc106-root-body-information-paymentInformation-paymentInformation{{ item.name }} {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information .wzc106-root-body-information-paymentInformation {  }.wzc106-root .wzc106-root-body .wzc106-root-body-information {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation .wzc106-root-body-orderInformation-orderInformationHeader .wzc106-root-body-orderInformation-orderInformationHeader-orderName .wzc106-root-body-orderInformation-orderInformationHeader-orderName-orderNameValue {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation .wzc106-root-body-orderInformation-orderInformationHeader .wzc106-root-body-orderInformation-orderInformationHeader-orderName {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation .wzc106-root-body-orderInformation-orderInformationHeader .wzc106-root-body-orderInformation-orderInformationHeader-orderUnitPrice .wzc106-root-body-orderInformation-orderInformationHeader-orderUnitPrice-orderUnitPriceValue {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation .wzc106-root-body-orderInformation-orderInformationHeader .wzc106-root-body-orderInformation-orderInformationHeader-orderUnitPrice {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation .wzc106-root-body-orderInformation-orderInformationHeader .wzc106-root-body-orderInformation-orderInformationHeader-orderCount .wzc106-root-body-orderInformation-orderInformationHeader-orderCount-orderCountValue {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation .wzc106-root-body-orderInformation-orderInformationHeader .wzc106-root-body-orderInformation-orderInformationHeader-orderCount {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation .wzc106-root-body-orderInformation-orderInformationHeader .wzc106-root-body-orderInformation-orderInformationHeader-orderDiscount .wzc106-root-body-orderInformation-orderInformationHeader-orderDiscount-orderDiscountValue {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation .wzc106-root-body-orderInformation-orderInformationHeader .wzc106-root-body-orderInformation-orderInformationHeader-orderDiscount {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation .wzc106-root-body-orderInformation-orderInformationHeader .wzc106-root-body-orderInformation-orderInformationHeader-orderFinalPrice .wzc106-root-body-orderInformation-orderInformationHeader-orderFinalPrice-orderFinalPriceValue {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation .wzc106-root-body-orderInformation-orderInformationHeader .wzc106-root-body-orderInformation-orderInformationHeader-orderFinalPrice {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation .wzc106-root-body-orderInformation-orderInformationHeader {  }.wzc106-root .wzc106-root-body .wzc106-root-body-orderInformation {  }.wzc106-root .wzc106-root-body { --order-information:0;--user-information:1;--payment-information:2; }.wzc106-root .wzc106-root-support .wzc106-root-support-supportImage {  }.wzc106-root .wzc106-root-support .wzc106-root-support-supportTextBox .wzc106-root-support-supportTextBox-supportQuestion {  }.wzc106-root .wzc106-root-support .wzc106-root-support-supportTextBox .wzc106-root-support-supportTextBox-supportMessage {  }.wzc106-root .wzc106-root-support .wzc106-root-support-supportTextBox {  }.wzc106-root .wzc106-root-support {  }.wzc106-root {  }.wzc106  .wz-profile-order-details-root { font-family:iransans_fa; }.wzc106  .wz-profile-order-details-header { padding-bottom:20px; }.wzc106  .wz-profile-order-details-header-text { font-size:20px;font-weight:600;color:rgb(117,117,117); }.wzc106  .wz-profile-order-details-reorder-button { height:30px;width:90px; }.wzc106  .wz-profile-order-details-receipt-button { height:30px;width:90px; }.wzc106  .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; }.wzc106  .wz-profile-order-details-information-container { margin:0 30px;gap:0; }.wzc106  .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); }.wzc106  .wz-profile-order-details-order-complete-information:hover { background-color:rgba(0,0,0,0.025); }.wzc106  .wz-profile-order-details-information-item { width:100%;gap:10px; }.wzc106  .wz-profile-order-details-information-item-name { font-size:12px;color:rgb(117,117,117);font-weight:400; }.wzc106  .wz-profile-order-details-information-item-value { font-size:12px;color:rgb(74,74,74);font-weight:500; }.wzc106  [data-name=total_include_tax] { width:fit-content;padding:0 15px;background-color:rgba(0,0,0,0.035);border-radius:6px; }.wzc106  [data-name=total_include_tax] .wz-profile-order-details-information-item-name { font-size:14px; }.wzc106  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:20px;font-weight:600; }.wzc106  .wz-profile-order-details-order-information-item { padding-top:15px;padding-bottom:15px;padding-right:30px;padding-left:30px;gap:0px; }.wzc106  .wz-profile-order-details-order-information-header { font-size:12px;font-weight:400;color:rgb(117,117,117);padding:10px 30px; }.wzc106  .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); }.wzc106  .wz-profile-order-details-order-summary-information { gap:5px; }.wzc106  .wz-profile-order-details-order-summary-information-name { font-size:12px;color:#000; }.wzc106  .wz-profile-order-details-order-summary-information-other p { font-size:10px;color:rgb(117,117,117); }.wzc106  .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; }.wzc106  .wz-profile-order-details-order-image-box img { object-fit:contain; }.wzc106  .wz-profile-order-details-support { justify-content:start;gap:10px;padding:15px 25px; }.wzc106  .wz-profile-order-details-support-question { font-size:14px;font-weight:500;color:rgb(0,0,0); }.wzc106  .wz-profile-order-details-support-message { font-size:10px;font-weight:400;color:rgb(117,117,117); }.wzc106  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date status"; }.wzc106  .wz-profile-order-details-user-information { grid-template-areas:"transferee mobile" "address address"; }.wzc106  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost totalCost" "paymentMethod shippingMethod totalCost" "deliveryDate deliveryDate totalCost"; }.wzc106  .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); }.wzc106  .wz-profile-order-details-no-results-root { gap:10px;margin-top:20px;padding:70px 30px; }.wzc106  .wz-profile-order-details-no-results-root img { width:5%;min-width:40px; }.wzc106  .wz-profile-order-details-no-results-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc106  .wz-profile-order-details-no-results-hint { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc106 {  }.wzc104:hover .wzc104-bg { background-color:#ffd9d5;border-width:1px;border-color:rgba(255, 213, 0, 0.25); }.wzc104:hover .wzc104-content { color:#E74C3C; }.wzc104:hover {  }.wzc104-bg:after {  }.wzc104-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); }.wzc104-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; }.wzc105:hover .wzc105-bg { background-color:#f4f4f4;border-width:1px;border-color:rgb(233, 233, 233); }.wzc105:hover .wzc105-content { color:rgb(117,117,117); }.wzc105:hover {  }.wzc105-bg:after {  }.wzc105-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); }.wzc105-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-wzs48 { height:625.969px;--section-height:625.969px; }#wze361 { top:30px;left:15px;width:848px;height:541px;z-index:1000; }.wzc110-header .wzc110-header-title {  }.wzc110-header .wzc110-header-headerButton {  }.wzc110-header .wzc110-header-editButton {  }.wzc110-header .wzc110-header-removeButton {  }.wzc110-header {  }.wzc110-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; }.wzc110-pagination .wzc110-pagination-paginationButton {  }.wzc110-pagination {  }.wzc110  .wz-profile-addresses-header { margin-bottom:30px; }.wzc110  .wz-profile-addresses-header p { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc110  .wz-profile-addresses-header-button { height:35px;width:115px; }.wzc110  .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; }.wzc110  .wz-profile-addresses-container:hover { border-radius:20px; }.wzc110  .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); }.wzc110  .wz-profile-address-item:hover { border-radius:20px; }.wzc110  .wz-profile-address-location { width:100%;height:200px; }.wzc110  .wz-profile-address-details { gap:7px;padding:5px 15px 15px 15px;box-shadow:0px -15px 15px 10px #fff; }.wzc110  .wz-profile-address-item:hover .wz-profile-address-details {  }.wzc110  .wz-profile-address-full { font-family:iransans_fa;font-size:14px;font-weight:500;color:#4a4a4a;text-align:right; }.wzc110  .wz-profile-address-full:hover {  }.wzc110  .wz-profile-address-summary { justify-content:start; }.wzc110  .wz-profile-address-summary-location p { font-family:iransans_fa;font-size:12px; }.wzc110  .wz-profile-address-summary-location p:hover {  }.wzc110  .wz-profile-address-summary-location svg { width:22px;height:auto; }.wzc110  .wz-profile-address-summary-location svg path { fill:#E74C3C; }.wzc110  .wz-profile-address-summary-postal-code p { font-family:iransans_fa;font-size:12px; }.wzc110  .wz-profile-address-summary-postal-code p:hover {  }.wzc110  .wz-profile-address-summary-postal-code svg { width:25px;height:auto; }.wzc110  .wz-profile-address-summary-postal-code svg path { stroke:#E74C3C; }.wzc110  .wz-profile-address-transferee { text-align:right; }.wzc110  .wz-profile-address-transferee p { font-family:iransans_fa;font-size:12px; }.wzc110  .wz-profile-address-transferee p:hover {  }.wzc110  .wz-profile-address-buttons { margin-top:15px;justify-content:end; }.wzc110  .wz-profile-address-remove-button { height:30px; }.wzc110  .wz-profile-address-edit-button { height:30px; }.wzc110  .wz-profile-addresses-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc110  .wz-profile-addresses-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc110  .wz-profile-addresses-no-results-first-text:hover {  }.wzc110  .wz-profile-addresses-no-results-second-text:hover {  }.wzc110 {  }.wzc107:hover .wzc107-bg { background-color:#E74C3C; }.wzc107:hover .wzc107-content { font-size:12px;color:#ffd9d5; }.wzc107:hover {  }.wzc107-bg:after {  }.wzc107-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc107-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; }.wzc108:hover .wzc108-bg { background-color:#f4f4f4;border:1px solid #e1e1e1; }.wzc108:hover .wzc108-content { font-size:11px;color:#a1a1a1; }.wzc108:hover {  }.wzc108-bg:after {  }.wzc108-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc108-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; }.wzc109:hover .wzc109-bg { background-color:#E74C3C; }.wzc109:hover .wzc109-content { font-size:11px;color:#fff; }.wzc109:hover {  }.wzc109-bg:after {  }.wzc109-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc109-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-wzs49 { height:601px;--section-height:601px; }#wze860 { top:38.0015px;left:454.041px;width:655px;height:40px;z-index:1000; }#wz-section-wzs68 { height:106px;--section-height:106px; }.wzc-section-wzs68-full {  }#wze456 { top:713.013px;left:799.218px;width:253px;height:85.9375px;z-index:1000; }.wzc147-content {  }.wzc147 {  }#wze468 { top:54.9614px;left:34.9772px;width:646px;height:725.141px;z-index:1000; }#wze469 { top:90.009px;left:549.281px;width:90px;height:30px;z-index:1000;text-align:right; }#wze471 { top:121.157px;left:0px;width:645.969px;height:516px;z-index:1000;text-align:justify; }#wze472 { top:0px;left:516.7219001px;width:64.2917px;height:51px;z-index:1002; }.wzc162-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none; }.wzc162-img .wzc162-img-inner { width:100%;height:100%;float:left; }.wzc162-img { width:100%;height:100%;position:relative;overflow:hidden; }.wzc162 .wzc162-img .wzc162-img-inner { filter:none;mix-blend-mode:multiply; }.wzc162 .wzc162-img { background-color:unset; }.wzc162 {  }#wze472 .wzc162-img-inner { object-fit:cover; }#wze475 { top:235.29px;left:719.214px;width:413px;height:422.438px;z-index:1001; }.wzc157-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;box-shadow:14px 23px 50px 0px rgba(0, 0, 0, 0.2) ; }.wzc157-img .wzc157-img-inner { width:100%;height:100%;float:left; }.wzc157-img { width:100%;height:100%;position:relative;overflow:hidden; }#wze475 .wzc157-img-inner { object-fit:cover; }#wze528 { top:675.001px;left:856.192px;width:108.976px;height:24px;z-index:1000;text-align:right; }#wze529 { top:663.015px;left:977.167px;width:44.9688px;height:44.9688px;z-index:1000; }.wzc190 { overflow:hidden; }.wzc190-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(75, 86, 118); }#wz-section-wzs60 { height:824.531px;--section-height:824.531px; }.wzc-section-wzs60 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs60-full { background:;background-color:rgb(244, 235, 215);background-image:url(../../uploads/a253f43445804e4eb228119c924c3de4.jpg) ;background-size:cover;background-repeat:no-repeat;background-position:center center; }.wzc-section-wzs60-full-style {  }.wzc-section-wzs60-full:after { background:;background-color:rgb(255, 253, 247); }#wze643 { top:21.5153px;left:542.537px;width:600px;height:40px;z-index:1000; }#wz-section-wzs87 { height:87px;--section-height:87px; }#wze630 { top:52.2118px;left:312.394px;width:842.969px;height:3915.77px;z-index:1000; }.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-title { font-family:titr;font-size:19px;color:#000; }.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-content { font-family:iransans_fa;font-size:13px;color:rgb(0, 0, 0); }.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-thumbnail { width:249px;height:auto; }.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:fill; }.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta { color:rgb(199, 199, 199);font-family:iransans_fa;font-size:13px;background-color:; }.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta .wz-blog-post-meta-icon { fill:rgb(199, 199, 199);width:13px;height:13px; }.wzc72 .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-section,.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-title,.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta { padding-left:40px;padding-right:40px; }.wzc72  .wz-blog-recent-posts .wz-blog-post-item { padding:40px 0;flex:1 1 100%;max-width:100%;margin-left:0px;margin-right:0px; }.wzc72  .wz-blog-recent-posts .wz-blog-post-item+.wz-blog-post-item { margin-top:23px; }.wzc72  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-more { width:100px;height:30px;margin-top:10px; }.wzc72 {  }.wzc72-posts { text-align:right; }.wzc72-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze631 { top:160.101px;left:15px;width:279.965px;height:368.125px;z-index:1000; }#wze632 { top:47.252px;left:9.00737px;width:263.958px;height:2.96875px;z-index:1000; }#wze633 { top:11.9829px;left:52.9643px;width:221px;height:28px;z-index:1000;text-align:right; }#wze634 { top:62.7429px;left:25.953px;width:244px;height:273px;z-index:1000; }#wze635 { top:23.3644px;left:2.75401px;width:300px;height:113.984px;z-index:1000; }#wze636 { top:12.0004px;left:77.9861px;width:198.976px;height:28px;z-index:1000;text-align:right; }#wze637 { top:48.1204px;left:0px;width:300px;height:1.98438px;z-index:1000; }#wze638 { top:66.745px;left:0.0003854px;width:300px;height:38.9844px;z-index:1000; }.wzc85-form .wzc85-form-input { background-color:rgb(117, 117, 117);border-style:solid;border-color:rgb(199, 199, 199);border-width:0px;box-shadow:none;color:#000;font-size:13px;font-family:iransans_fa;border-radius:0px 10px 10px 0px ; }.wzc85-form .wzc85-form-submit {  }.wzc85-form { height:100%; }#wze639 { top:522.318px;left:15px;width:286.997px;height:817.047px;z-index:1000; }#wze640 { top:44.2308px;left:0px;width:279.983px;height:4.96875px;z-index:1000; }#wze641 { top:75.8527px;left:13.9931px;width:265px;height:728px;z-index:1000; }.wzc86  .wz-blog-list .wz-blog-post-item .wz-blog-post-title { font-family:vazir;font-size:15px;color:rgb(0, 0, 0); }.wzc86  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail { width:90px;height:60px; }.wzc86  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:cover; }.wzc86  .wz-blog-list .wz-blog-post-item .wz-blog-post-meta { color:rgb(1, 66, 53);font-family:iransans_fa;font-size:11px; }.wzc86  .wz-blog-list .wz-blog-post-item+.wz-blog-post-item { margin-top:20px; }.wzc86 {  }.wzc86-posts {  }#wze642 { top:6.64367px;left:52.9648px;width:221px;height:28px;z-index:1000;text-align:right; }#wz-section-wzs88 { height:3983.02px;--section-height:3983.02px; }.wzc-section-wzs88 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs88-full { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs88-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze658 { top:29.6098px;left:310px;width:844px;height:2740.05px;z-index:1000; }.wzc77  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-title { font-family:iransans_fa;font-size:22px;color:rgb(38, 43, 59); }.wzc77  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-content { font-family:iransans_fa;font-size:13px;color:rgb(81, 91, 121); }.wzc77  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta { color:rgb(199, 199, 199);font-family:iransans_fa;font-size:12px; }.wzc77  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta .wz-blog-post-meta-icon { fill:rgb(199, 199, 199);width:12px;height:12px; }.wzc77 .wz-blog-single-post .wz-blog-post-item .wz-blog-post-section,.wzc77  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-title,.wzc77  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta { padding-left:30px;padding-right:30px; }.wzc77  .wz-blog-single-post .wz-blog-post-item { padding:30px 0; }.wzc77 {  }.wzc77-posts {  }#wze660 { top:171.479px;left:15px;width:285px;height:371.047px;z-index:1000; }#wze661 { top:48.0465px;left:0px;width:277px;height:1.98438px;z-index:1000; }#wze662 { top:76.3477px;left:64.3281px;width:213px;height:276px;z-index:1000; }.wzc197  .wz-blog-archive > li > a { color:rgb(75, 86, 118);font-family:titr;font-size:13px; }.wzc197  .wz-blog-archive .sub-list > li > a { color:rgb(81, 91, 121);font-family:iransans_fa;font-size:12px; }.wzc197 {  }.wzc197-list { direction:rtl;text-align:right; }#wze663 { top:14.5312px;left:57.7495px;width:221px;height:28px;z-index:1000;text-align:right; }#wze664 { top:29.6094px;left:16.5px;width:298.5077px;height:114px;z-index:1000; }#wze665 { top:48.0469px;left:10px;width:270px;height:1.98438px;z-index:1000; }#wze666 { top:12.391px;left:65.2504px;width:221px;height:28px;z-index:1000;text-align:right; }#wze667 { top:64.4097px;left:-1.4846px;width:300px;height:38.9844px;z-index:1000; }#wze668 { top:582.006px;left:2.74197px;width:296px;height:529.047px;z-index:1000; }#wze669 { top:47.0472px;left:10px;width:280px;height:2.98438px;z-index:1000; }#wze670 { top:76.6758px;left:24px;width:265px;height:438px;z-index:1000; }.wzc196  .wz-blog-list .wz-blog-post-item .wz-blog-post-title { font-family:vazir;font-size:15px;color:rgb(0, 0, 0); }.wzc196  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail { width:90px;height:60px; }.wzc196  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:cover; }.wzc196  .wz-blog-list .wz-blog-post-item .wz-blog-post-meta { color:rgb(1, 66, 53);font-family:iransans_fa;font-size:11px; }.wzc196  .wz-blog-list .wz-blog-post-item+.wz-blog-post-item { margin-top:19px; }.wzc196 {  }.wzc196-posts { text-align:right; }#wze671 { top:12.5px;left:70.0078px;width:221px;height:28px;z-index:1000;text-align:right; }#wz-section-wzs91 { height:2788.05px;--section-height:2788.05px; }#wze672 { top:0.0006px;left:307px;width:847px;height:337.188px;z-index:1000; }#wze673 { top:24.0155px;left:511.5px;width:221px;height:27px;z-index:1000;text-align:right; }#wze674 { top:83.0504px;left:0.5px;width:846px;height:194.188px;z-index:1000; }#wz-section-wzs92 { height:337.094px;--section-height:337.094px; }#wze659 { top:28.2075px;left:359px;width:795px;height:466.984px;z-index:1000; }#wz-section-wzs93 { height:528.969px;--section-height:528.969px; }#wze861 { top:38.9859px;left:466.612px;width:655px;height:40px;z-index:1000; }#wz-section-wzs104 { height:120px;--section-height:120px; }#wze854 { top:160.993px;left:573.797px;width:556.188px;height:141.016px;z-index:1001; }.wzc330-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(232, 230, 230);box-shadow:1px 1px 12px 0px rgba(0, 0, 0, 0.1) ;border-radius:10px;border-color:rgb(199, 199, 199); }.wzc330-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }.wzc330-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze855 { top:66.0266px;left:60.9691px;width:471.969px;height:34px;z-index:1000;text-align:right; }#wze856 { top:8.02462px;left:364.328px;width:158.969px;height:51px;z-index:1000;text-align:right; }#wze857 { top:29.001px;left:75.6327px;width:371px;height:290px;z-index:1002; }.wzc331-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:solid;border-width:1px;border-color:rgb(74, 145, 131);border-radius:0px; }.wzc331-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px; }.wzc331-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:url(../../uploads/b46b8f0d45094af5aa7017bc6aeb20e1.jpg) ; }#wz-section-wzs103 { height:331px;--section-height:331px; }.wzc-section-wzs103 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs103-full { background-image:url(../../uploads/b46b8f0d45094af5aa7017bc6aeb20e1.jpg) ;background:;background-color:rgba(255, 255, 255, 0);background-size:auto;background-repeat:no-repeat;background-position:left center;background-attachment:none; }.wzc-section-wzs103-full:after { background:;background-color:rgba(0, 0, 0, 0.69); }#wze849 { top:0px;left:0px;width:50%;height:564.0134px;z-index:1000;order:2; }.wzc328-bg { position:absolute;top:0px;left:0px;bottom:0px;right:0px; }.wzc328-content {  }.wzc328 {  }#wze850 { top:54.1627px;left:20.508px;width:544.5px;height:455.688px;z-index:1000; }.wzc329-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:0px; }.wzc329-img .wzc329-img-inner { width:100%;height:100%;float:left; }.wzc329-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:0px; }#wze850 .wzc329-img-inner { object-fit:cover; }#wze851 { top:0px;left:0px;width:50%;height:525.007px;z-index:1000;order:1; }#wze852 { top:189.503px;left:34.266px;width:523.969px;height:243px;z-index:1000;text-align:justify; }#wze853 { top:92.504px;left:131.721px;width:418.969px;height:60px;z-index:1000;text-align:right; }#wz-section-wzs102 { height:548.344px;--section-height:548.344px; }#wze844 { top:0px;left:0px;width:50%;height:502.703px;z-index:1000;order:1; }#wze845 { top:51.0075px;left:18.9846px;width:548.5px;height:400.688px;z-index:1000; }#wze845 .wzc329-img-inner { object-fit:cover; }#wze846 { top:0px;left:0px;width:50%;height:196.016px;z-index:1000;order:2; }#wze848 { top:65.008px;left:114.073px;width:418.969px;height:66px;z-index:1000;text-align:right; }#wz-section-wzs101 { height:463.594px;--section-height:463.594px; }#wze839 { top:0px;left:0px;width:50%;height:482.7152px;z-index:1000;order:2; }#wze840 { top:51.0061px;left:25.479px;width:540.512px;height:380.703px;z-index:1000; }#wze840 .wzc329-img-inner { object-fit:cover; }#wze841 { top:0px;left:0px;width:50%;height:307.0219px;z-index:1000;order:1; }#wze842 { top:137.014px;left:123.572px;width:418.969px;height:120px;z-index:1000;text-align:justify; }#wze843 { top:50.0079px;left:123.57px;width:418.969px;height:60px;z-index:1000;text-align:right; }#wz-section-wzs100 { height:415.594px;--section-height:415.594px; }#wze834 { top:0px;left:0px;width:50%;height:577.71px;z-index:1000;order:1; }#wze835 { top:78.011px;left:59.992px;width:466.5px;height:421.688px;z-index:1000; }#wze835 .wzc329-img-inner { object-fit:cover; }#wze836 { top:0px;left:0px;width:50%;height:524.008px;z-index:1000;order:2; }#wze837 { top:101.014px;left:-32.234px;width:573.969px;height:189px;z-index:1000;text-align:justify; }#wze838 { top:27.008px;left:121.383px;width:418.969px;height:60px;z-index:1000;text-align:right; }#wze872 { top:308px;left:-29.513px;width:573.969px;height:189px;z-index:1000;text-align:justify; }#wz-section-wzs99 { height:566.484px;--section-height:566.484px; }#wze829 { top:0px;left:0px;width:50%;height:537.0038px;z-index:1000;order:2; }#wze830 { top:78.1504px;left:31.0179px;width:540.512px;height:380.703px;z-index:1000; }#wze830 .wzc329-img-inner { object-fit:cover; }#wze831 { top:0px;left:0px;width:50%;height:345.0218px;z-index:1000;order:1; }#wze832 { top:173.014px;left:123.572px;width:418.976px;height:99px;z-index:1000;text-align:right; }#wze833 { top:73.0078px;left:123.573px;width:418.969px;height:60px;z-index:1000;text-align:right; }#wz-section-wzs98 { height:449.594px;--section-height:449.594px; }[data-page=p9] #wz-root-background { background-color:rgb(255, 255, 255);background-size:auto;background-attachment:initial;background-repeat:no-repeat;background-position:top right; }[data-page=p10] #wz-root-background { background-color:rgb(255, 255, 255);background-size:auto;background-attachment:initial;background-repeat:no-repeat;background-position:top right; }[data-page=p11] #wz-root-background { background-color:rgb(255, 255, 255);background-size:auto;background-attachment:initial;background-repeat:no-repeat;background-position:top right; }[data-page=p12] #wz-root-background { background-color:rgb(255, 255, 255);background-size:auto;background-attachment:initial;background-repeat:no-repeat;background-position:top right; }[data-page=p13] #wz-root-background { background-color:rgb(255, 255, 255);background-size:auto;background-attachment:initial;background-repeat:no-repeat;background-position:top right; }[data-page=p14] #wz-root-background { background-color:rgb(255, 255, 255);background-size:auto;background-attachment:initial;background-repeat:no-repeat;background-position:top right; }[data-page=p17] #wz-root-background { background-color:rgb(255, 255, 255);background-size:auto;background-attachment:initial;background-repeat:no-repeat;background-position:top right; }[data-page=p18] #wz-root-background { background-color:rgb(255, 255, 255);background-size:auto;background-attachment:initial;background-repeat:no-repeat;background-position:top right; }[data-page=p19] #wz-root-background { background-color:rgb(255, 255, 255);background-size:auto;background-attachment:initial;background-repeat:no-repeat;background-position:top right; }[data-page=p20] #wz-root-background { background-color:rgb(255, 255, 255);background-size:auto;background-attachment:initial;background-repeat:no-repeat;background-position:top right; }[data-page=p21] #wz-root-background { background-color:rgb(255, 255, 255);background-size:auto;background-attachment:initial;background-repeat:no-repeat;background-position:top right; }[data-page=p22] #wz-root-background { background-color:rgb(255, 255, 255);background-size:auto;background-attachment:initial;background-repeat:no-repeat;background-position:top right; }[data-page=p30] #wz-root-background { background-color:rgb(255, 255, 255);background-size:auto;background-attachment:initial;background-repeat:no-repeat;background-position:top right; }[data-page=p32] #wz-root-background { background-color:rgb(255, 255, 255);background-size:auto;background-attachment:initial;background-repeat:no-repeat;background-position:top right; }@media only screen and (max-width : 768px) {#wze117 { top:15px;bottom:auto;right:auto;height:59.5px;display:none;z-index:1000; }#wze118 { top:15px;left:22.219px;bottom:auto;right:auto;width:146px;height:29.5px;display:block;z-index:1000; }#wze119 { top:6.75px;left:120px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze120 { top:5.25px;left:12px;bottom:auto;right:auto;width:99px;height:19px;display:block;z-index:1000;text-align:right; }#wze124 { bottom:auto;right:auto;display:none;z-index:1000; }#wze125 { bottom:auto;right:auto;display:block;z-index:1000; }#wze126 { bottom:auto;right:auto;display:block;z-index:1000; }#wze127 { top:15px;left:176px;bottom:auto;right:auto;width:146px;height:29.5px;display:block;z-index:1000; }#wze129 { top:6.75px;left:120px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze130 { top:6.75px;left:84.3333px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze131 { top:6.75px;left:48.6667px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze132 { top:6.75px;left:13px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze138 { top:15px;left:329.781px;bottom:auto;right:auto;width:130.438px;height:21px;display:block;z-index:1000; }#wze140 { top:25px;left:414.875px;bottom:auto;right:auto;width:48.6719px;height:51px;display:block;z-index:1000; }#wze141 { top:42.5px;left:211.5px;bottom:auto;right:auto;width:200px;height:16px;display:block;z-index:1000;text-align:right; }#wze149 { top:32.7032px;left:162.439px;bottom:auto;right:auto;width:56px;height:35.5938px;display:block;z-index:1000; }#wze492 { top:36.0061px;left:6.15006px;bottom:auto;right:auto;width:151.172px;height:29px;z-index:1000; }#wze815 { top:117.594px;left:15px;bottom:auto;right:auto;width:438px;height:0.375px;z-index:1000; }#wz-section-header { height:122.266px;--section-height:122.266px; }#wz-section-allPage { height:0px;--section-height:0px; }#wze736 { top:15px;left:408px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze754 { top:78px;left:98.875px;bottom:auto;right:auto;width:300px;height:27.0156px;display:block;z-index:1000; }#wze798 { top:122.016px;left:15px;bottom:auto;right:auto;width:438px;height:0.375px;display:block;z-index:1000; }#wz-section-wzs94 { height:137.375px;--section-height:137.375px; }#wze707 { top:7.5px;left:19.4434px;bottom:auto;right:auto;width:435.547px;height:165.5px;z-index:1000; }#wze155 { top:112.5px;left:98.5776px;bottom:auto;right:auto;width:242px;height:21px;display:block;z-index:1000;text-align:right; }#wze156 { top:55.5px;left:60.0625px;bottom:auto;right:auto;width:319px;height:42px;display:block;z-index:1000;text-align:center; }#wze709 { top:85.5px;left:323.325px;bottom:auto;right:auto;width:56.2188px;height:41px;z-index:1000; }#wze710 { top:76.5px;left:312.151px;bottom:auto;right:auto;width:113.297px;height:73px;z-index:1000; }#wze721 { top:34.5px;left:340.267px;bottom:auto;right:auto;width:31.2188px;height:32px;z-index:1000; }#wze723 { top:0.5px;left:10.469px;bottom:auto;right:auto;width:41.2188px;height:38px;z-index:1000; }#wze743 { top:71.5px;left:1.5625px;bottom:auto;right:auto;width:108.266px;height:86px;z-index:1000; }#wze753 { top:16.5px;left:60.8036px;bottom:auto;right:auto;width:317.547px;height:18px;z-index:1000;text-align:right; }#wz-section-wzs52 { height:233.266px;--section-height:233.266px; }#wze726 { top:100px;left:15px;bottom:auto;right:auto;width:438px;height:330px;display:block;z-index:1000; }#wze164 { top:14.001px;left:81.4765px;bottom:auto;right:auto;width:276px;height:152px;display:block;z-index:1000; }.wzc181-image-bg { background-size:cover;background-repeat:no-repeat;background-position:top right; }#wze741 { top:178.517px;left:92.6647px;bottom:auto;right:auto;width:237px;height:50px;display:block;z-index:1000;text-align:center; }#wze889 { top:237.531px;left:151.666px;bottom:auto;right:auto;width:119px;height:21px;display:block;z-index:1000;text-align:center; }#wze890 { top:286.517px;left:257.587px;bottom:auto;right:auto;width:99px;height:21px;display:block;z-index:1000;text-align:center; }#wze891 { top:294.517px;left:279.608px;bottom:auto;right:auto;width:61px;height:1px;display:block;z-index:1000; }#wze892 { top:286.517px;left:138.672px;bottom:auto;right:auto;width:127px;height:21px;display:block;z-index:1000;text-align:center; }#wze895 { top:278.016px;left:81.7367px;bottom:auto;right:auto;width:54px;height:34px;display:block;z-index:1000; }.wzc356-content { font-size:22px; }#wze896 { top:272.529px;left:75.5857px;bottom:auto;right:auto;width:289px;height:1px;display:block;z-index:1000; }#wze873 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:54px;display:block;z-index:1000; }.wzc351-image-bg { background-size:cover;background-repeat:no-repeat;background-position:top right; }#wze813 { top:1.5px;left:74.138px;bottom:auto;right:auto;width:169.5px;height:40px;display:block;z-index:1000; }.wzc305-content { font-size:13px; }#wze874 { top:9px;left:257.75px;bottom:auto;right:auto;width:160px;height:31px;display:block;z-index:1000;text-align:right; }#wz-section-wzs108 { height:445px;--section-height:445px; }#wze877 { top:14px;left:16px;bottom:auto;right:auto;width:437px;height:54.5px;display:block;z-index:1000; }#wze878 { top:10px;left:297.797px;bottom:auto;right:auto;width:126px;height:27px;display:block;z-index:1000;text-align:right; }#wze880 { top:0.5px;left:19.0625px;bottom:auto;right:auto;width:91.1719px;height:40px;display:block;z-index:1000; }.wzc368-content { font-size:15px; }#wze881 { top:0.5px;left:128.344px;bottom:auto;right:auto;width:147.266px;height:40px;display:block;z-index:1000; }#wze886 { top:841.5px;left:2.992px;bottom:auto;right:auto;width:462.016px;height:0.375px;display:block;z-index:1000; }#wze897 { top:151.5px;left:15px;bottom:auto;right:auto;width:438px;height:330px;display:block;z-index:1000; }#wze884 { top:281.501px;left:82.6719px;bottom:auto;right:auto;width:78px;height:40px;display:block;z-index:1000; }#wze898 { top:14.501px;left:89.684px;bottom:auto;right:auto;width:259px;height:168px;display:block;z-index:1000; }.wzc361-image-bg { background-size:cover;background-repeat:no-repeat;background-position:top right; }#wze901 { top:294.001px;left:267.642px;bottom:auto;right:auto;width:60px;height:21px;display:block;z-index:1000;text-align:center; }#wze903 { top:191.001px;left:100.367px;bottom:auto;right:auto;width:237px;height:25px;display:block;z-index:1000;text-align:center; }#wze904 { top:237.531px;left:150.641px;bottom:auto;right:auto;width:119px;height:21px;display:block;z-index:1000;text-align:center; }#wze905 { top:272.529px;left:74.5469px;bottom:auto;right:auto;width:289px;height:1px;display:block;z-index:1000; }#wze906 { top:496.5px;left:15px;bottom:auto;right:auto;width:438px;height:330px;display:block;z-index:1000; }#wze907 { top:14.001px;left:76.477px;bottom:auto;right:auto;width:286px;height:164px;display:block;z-index:1000; }#wze908 { top:178.517px;left:89.6647px;bottom:auto;right:auto;width:237px;height:50px;display:block;z-index:1000;text-align:center; }#wze909 { top:237.531px;left:148.666px;bottom:auto;right:auto;width:119px;height:21px;display:block;z-index:1000;text-align:center; }#wze910 { top:272.529px;left:72.5857px;bottom:auto;right:auto;width:289px;height:1px;display:block;z-index:1000; }#wze911 { top:294.001px;left:280.784px;bottom:auto;right:auto;width:60px;height:21px;display:block;z-index:1000;text-align:center; }#wze912 { top:281.501px;left:85.4562px;bottom:auto;right:auto;width:85px;height:40px;display:block;z-index:1000; }#wz-section-wzs106 { height:856.875px;--section-height:856.875px; }#wze779 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:796.266px;z-index:1000;order:1; }#wze689 { top:65px;left:17px;bottom:auto;right:auto;width:436px;height:216.5px;z-index:1000; }#wze690 { top:15px;left:3.6875px;bottom:auto;right:auto;width:144px;height:159px;z-index:1000; }#wze691 { top:13px;left:157.375px;bottom:auto;right:auto;width:275px;height:210px;z-index:1000;text-align:justify; }#wze787 { top:172.5px;left:313.688px;bottom:auto;right:auto;width:111px;height:30px;z-index:1000; }.wzc344-content { font-size:11px; }#wze793 { top:215px;left:15px;bottom:auto;right:auto;width:408px;height:1.5px;z-index:1000; }#wze782 { top:311.5px;left:19px;bottom:auto;right:auto;width:430px;height:222px;z-index:1000; }#wze783 { top:18.5px;left:149.389px;bottom:auto;right:auto;width:275px;height:222px;z-index:1000;text-align:justify; }#wze784 { top:24.5px;left:6.68899px;bottom:auto;right:auto;width:138px;height:161px;z-index:1000; }#wze810 { top:192px;left:352.876px;bottom:auto;right:auto;width:71px;height:30px;z-index:1000; }#wze785 { top:15px;left:193.639px;bottom:auto;right:auto;width:93px;height:40px;z-index:1000; }.wzc348-content { font-size:16px; }#wze789 { top:573.503px;left:15px;bottom:auto;right:auto;width:438px;height:175.5px;z-index:1000; }#wze790 { top:28px;left:152.39px;bottom:auto;right:auto;width:275px;height:122px;z-index:1000;text-align:right; }#wze791 { top:20.5025px;left:8.375px;bottom:auto;right:auto;width:151px;height:141px;z-index:1000; }#wze794 { top:546.001px;left:15px;bottom:auto;right:auto;width:438px;height:1.59375px;z-index:1000; }#wze796 { top:767.94px;left:17px;bottom:auto;right:auto;width:438px;height:1.5625px;z-index:1000; }#wze780 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:786px;z-index:1000;order:2; }#wze775 { top:17.2344px;left:153.015px;bottom:auto;right:auto;width:172px;height:40px;z-index:1000; }.wzc308-content { font-size:15px; }#wze824 { top:70px;left:60.5px;bottom:auto;right:auto;width:358px;height:354px;z-index:1000; }.wzc325-image-bg { background-size:cover;background-repeat:no-repeat;background-position:top right; }#wze825 { top:434.235px;left:24.938px;bottom:auto;right:auto;width:418px;height:69px;z-index:1000;text-align:justify; }#wze827 { top:505.735px;left:15px;bottom:auto;right:auto;width:438px;height:270px;z-index:1000; }.wzc327-image-bg { background-size:cover;background-repeat:no-repeat;background-position:top right; }#wze828 { top:5.24963px;left:13.7893px;bottom:auto;right:auto;width:410.453px;height:240px;z-index:1000;text-align:justify; }#wz-section-wzs81 { height:1582.27px;--section-height:1582.27px; }#wze801 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:0.375px;display:block;z-index:1000; }#wze804 { top:23.0125px;left:11px;bottom:auto;right:auto;width:438px;height:42px;display:block;z-index:1000; }#wze805 { top:3.125px;left:298.828px;bottom:auto;right:auto;width:123px;height:30px;display:block;z-index:1000; }.wzc334-content { font-size:10px; }#wze806 { top:3.125px;left:9.3125px;bottom:auto;right:auto;width:119px;height:30px;display:block;z-index:1000; }.wzc319-content { font-size:10px; }#wze807 { top:9px;left:134.501px;bottom:auto;right:auto;width:157px;height:21px;display:block;z-index:1000;text-align:right; }#wz-section-wzs96 { height:239.375px;--section-height:239.375px; }#wze802 { top:1229.64px;left:0.01448px;bottom:auto;right:auto;width:460.031px;height:0.375px;z-index:1000; }#wze816 { top:467px;left:230.501px;bottom:auto;right:auto;width:132.422px;height:30px;z-index:1000; }.wzc349-content { font-size:14px; }#wze817 { top:107px;left:183.383px;bottom:auto;right:auto;width:189.141px;height:30px;z-index:1000; }#wze862 { top:150.013px;left:105px;bottom:auto;right:auto;width:268px;height:244px;z-index:1000; }.wzc339-image-bg { background-size:cover;background-repeat:no-repeat;background-position:top right; }#wze863 { top:508px;left:97px;bottom:auto;right:auto;width:266px;height:254px;z-index:1000; }.wzc340-image-bg { background-size:cover;background-repeat:no-repeat;background-position:top right; }#wze864 { top:893px;left:97.5px;bottom:auto;right:auto;width:265px;height:250px;z-index:1000; }.wzc341-image-bg { background-size:cover;background-repeat:no-repeat;background-position:top right; }#wze865 { top:402.013px;left:104px;bottom:auto;right:auto;width:270px;height:55px;z-index:1000; }.wzc342-image-bg { background-size:cover;background-repeat:no-repeat;background-position:top right; }#wze866 { top:0px;left:40px;bottom:auto;right:auto;width:210px;height:50px;z-index:1000;text-align:center; }#wze867 { top:774.265px;left:71.125px;bottom:auto;right:auto;width:323.625px;height:64.5px;z-index:1000; }#wze868 { top:10.5px;left:10.25px;bottom:auto;right:auto;width:303px;height:50px;z-index:1000;text-align:center; }#wze869 { top:1158.01px;left:91.5px;bottom:auto;right:auto;width:277px;height:54.75px;z-index:1000; }#wze870 { top:-0.125px;left:7.75px;bottom:auto;right:auto;width:261px;height:50px;z-index:1000;text-align:center; }#wze871 { top:853.5px;left:225.835px;bottom:auto;right:auto;width:138.594px;height:32px;z-index:1000; }#wze927 { top:17.7596px;left:17px;bottom:auto;right:auto;width:438px;height:47.5px;z-index:1000; }#wze928 { top:2.5px;left:219.202px;bottom:auto;right:auto;width:85.5px;height:40px;display:block;z-index:1000; }.wzc367-content { font-size:12px; }#wze929 { top:10.25px;left:304.688px;bottom:auto;right:auto;width:123px;height:27px;display:block;z-index:1000;text-align:right; }#wze930 { top:1.25px;left:121.317px;bottom:auto;right:auto;width:103.188px;height:40px;z-index:1000; }#wze931 { top:1.25px;left:15.9346px;bottom:auto;right:auto;width:104.641px;height:40px;z-index:1000; }#wz-section-wzs53 { height:1341.05px;--section-height:1341.05px; }#wze756 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:133px;display:block;z-index:1000; }#wze757 { top:0px;left:327.75px;bottom:auto;right:auto;width:101px;height:101px;display:block;z-index:1000; }#wze758 { top:22px;left:54.75px;bottom:auto;right:auto;width:273px;height:31px;display:block;z-index:1000;text-align:right; }#wze759 { top:82px;left:100.544px;bottom:auto;right:auto;width:228.938px;height:40px;display:block;z-index:1000; }.wzc285-content { font-size:22px; }#wze764 { top:19px;left:73.251px;bottom:auto;right:auto;width:39px;height:39px;display:block;z-index:1000; }#wz-section-wzs107 { height:161.984px;--section-height:161.984px; }#wze169 { top:79.046px;left:15px;bottom:auto;right:auto;width:438px;height:233.688px;display:block;z-index:1000; }#wze803 { top:342.143px;left:3.992px;bottom:auto;right:auto;width:460.016px;height:0.375px;display:block;z-index:1000; }#wz-section-wzs28 { height:398.062px;--section-height:398.062px; }#wze719 { top:5.2401px;left:15px;bottom:auto;right:auto;width:438px;height:438.547px;z-index:1000; }#wze177 { top:23.7812px;left:217.875px;bottom:auto;right:auto;width:175px;height:25px;display:block;z-index:1000;text-align:right; }#wze182 { top:57.7812px;left:133.625px;bottom:auto;right:auto;width:293px;height:336px;display:block;z-index:1000;text-align:justify; }#wze363 { top:59.7812px;left:9.79947px;bottom:auto;right:auto;width:148.797px;height:142px;z-index:1000; }#wze526 { top:216.766px;left:8.14071px;bottom:auto;right:auto;width:76.9688px;height:18px;z-index:1000;text-align:right; }#wze527 { top:208.797px;left:87.2659px;bottom:auto;right:auto;width:30.9688px;height:30.9688px;z-index:1000; }#wz-section-wzs30 { height:462.547px;--section-height:462.547px; }#wze230 { top:3.68753px;left:19px;bottom:auto;right:auto;width:440px;height:225.141px;display:block;z-index:1000; }#wze209 { top:20.3125px;left:20.0695px;bottom:auto;right:auto;width:105px;height:18px;display:block;z-index:1000;text-align:right; }#wze236 { top:144.063px;left:3.01543px;bottom:auto;right:auto;width:434px;height:79.25px;display:block;z-index:1000; }#wze237 { top:0px;left:15px;bottom:auto;right:auto;width:408px;height:0.34375px;display:block;z-index:1000; }#wze238 { top:22.2511px;left:27.5px;bottom:auto;right:auto;width:379px;height:18px;display:block;z-index:1000;text-align:right; }#wze240 { top:45.9219px;left:15.6401px;bottom:auto;right:auto;width:60px;height:30px;display:block;z-index:1000; }.wzc174-content { font-size:10px; }#wze385 { top:47.3281px;left:20.0645px;bottom:auto;right:auto;width:98px;height:83px;display:block;z-index:1000; }#wze387 { top:35.8357px;left:269.251px;bottom:auto;right:auto;width:126px;height:75.9844px;z-index:1000; }#wz-section-footer { height:235.281px;--section-height:235.281px; }#wze858 { top:15px;left:408px;bottom:auto;right:auto;width:50px;height:50px;z-index:1000; }#wz-section-wzs66 { height:98.763491603053px;--section-height:98.763491603053px; }#wze146 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:359.594px;display:block;z-index:1000; }#wze146 .wz-shop-product { width: calc(100% - 28px )}.wzc279-content { font-size:10px; }#wz-section-wzs22 { height:389.594px;--section-height:389.594px; }#wze148 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:454.484px;display:block;z-index:1000; }.wzc138-content { font-size:12px; }#wz-section-wzs21 { height:484.469px;--section-height:484.469px; }#wze503 { top:15px;left:144px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }.wzc131-content { font-size:12px; }#wze510 { top:70px;left:15px;bottom:auto;right:auto;width:438px;height:395px;display:block;z-index:1000; }#wze511 { top:335px;left:143.552px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }.wzc187-content { font-size:12px; }#wze514 { top:206.015px;left:104.632px;bottom:auto;right:auto;width:245px;height:97px;display:block;z-index:1000;text-align:center; }#wze512 { top:480px;left:15px;bottom:auto;right:auto;width:438px;height:404px;display:block;z-index:1000; }#wze513 { top:334px;left:128.137px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }#wze515 { top:213.004px;left:95.6327px;bottom:auto;right:auto;width:245px;height:75px;display:block;z-index:1000;text-align:center; }#wz-section-wzs71 { height:899px;--section-height:899px; }#wze145 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:63.3906px;display:block;z-index:1000; }#wz-section-wzs23 { height:93.375px;--section-height:93.375px; }#wze859 { top:15px;left:408px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wz-section-wzs74 { height:80px;--section-height:80px; }#wze268 { top:298.609px;left:15px;bottom:auto;right:auto;width:438px;height:33.4062px;display:block;z-index:1000; }.wzc371-content { font-size:11px; }#wze932 { top:15px;left:74.8515px;bottom:auto;right:auto;width:318.297px;height:198px;display:block;z-index:1000; }#wze933 { top:228px;left:15px;bottom:auto;right:auto;width:438px;height:55.6094px;display:block;z-index:1000;text-align:right; }#wz-section-wzs109 { height:346.999975px;--section-height:346.999975px; }#wze242 { top:443.484px;left:15px;bottom:auto;right:auto;width:438px;height:1474.67px;display:block;z-index:1000; }#wze243 { top:60.3594px;left:15px;bottom:auto;right:auto;width:438px;height:368.125px;display:block;z-index:1000; }#wze247 { top:11.9829px;left:131.982px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze248 { top:47.252px;left:88.0249px;bottom:auto;right:auto;width:263.953px;height:2.96875px;display:block;z-index:1000; }#wze249 { top:62.7429px;left:104.97px;bottom:auto;right:auto;width:244px;height:273px;display:block;z-index:1000; }#wze264 { top:15px;left:8.3905px;bottom:auto;right:auto;width:451.234px;height:30.359375px;display:block;z-index:1000; }#wze267 { top:15px;left:15px;bottom:auto;right:auto;width:421.219px;height:0.359375px;display:block;z-index:1000; }#wze270 { top:1933.14px;left:15px;bottom:auto;right:auto;width:438px;height:3050px;display:block;z-index:1000; }#wze269 { top:75.8527px;left:89.4946px;bottom:auto;right:auto;width:265px;height:2960.8px;display:block;z-index:1000; }#wze271 { top:6.64367px;left:128.466px;bottom:auto;right:auto;width:221px;height:29px;display:block;z-index:1000;text-align:right; }#wze273 { top:44.2308px;left:75.5015px;bottom:auto;right:auto;width:279.969px;height:4.96875px;display:block;z-index:1000; }#wz-section-wzs34 { height:4998.140625px;--section-height:4998.140625px; }.wzc-section-wzs34 { background:;background-color:rgba(255, 255, 255, 0); }#wze250 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:3783.25px;display:block;z-index:1000; }#wze274 { top:3942.25px;left:15px;bottom:auto;right:auto;width:438px;height:210px;display:block;z-index:1000; }#wze275 { top:12.0004px;left:147px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze276 { top:67.0004px;left:137px;bottom:auto;right:auto;width:213px;height:115px;display:block;z-index:1000; }#wze277 { top:48.0004px;left:69px;bottom:auto;right:auto;width:300px;height:2px;display:block;z-index:1000; }#wze278 { top:3813.25px;left:15px;bottom:auto;right:auto;width:438px;height:114px;display:block;z-index:1000; }#wze279 { top:12.0004px;left:147px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze280 { top:48.0004px;left:69px;bottom:auto;right:auto;width:300px;height:2px;display:block;z-index:1000; }#wze281 { top:66.625px;left:69px;bottom:auto;right:auto;width:300px;height:39px;display:block;z-index:1000; }#wze282 { top:4167.25px;left:15px;bottom:auto;right:auto;width:438px;height:684px;display:block;z-index:1000; }#wze283 { top:12.0004px;left:147px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze284 { top:48.0004px;left:69px;bottom:auto;right:auto;width:300px;height:2px;display:block;z-index:1000; }#wze285 { top:76.6254px;left:83px;bottom:auto;right:auto;width:265px;height:593px;display:block;z-index:1000; }#wz-section-wzs33 { height:4866.22px;--section-height:4866.22px; }#wze286 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:710.297px;display:block;z-index:1000; }#wze287 { top:27px;left:147px;bottom:auto;right:auto;width:221px;height:27px;display:block;z-index:1000;text-align:right; }#wze288 { top:76px;left:81.5px;bottom:auto;right:auto;width:275px;height:613.75px;display:block;z-index:1000; }#wz-section-wzs36 { height:740.297px;--section-height:740.297px; }#wze251 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:466.984px;display:block;z-index:1000; }#wz-section-wzs35 { height:496.969px;--section-height:496.969px; }#wz-section-wzs50 { height:15px;--section-height:15px; }#wze357 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:257.734px;display:block;z-index:1000; }#wze362 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:189px;z-index:1000; }#wz-section-wzs45 { height:491.719px;--section-height:491.719px; }#wze358 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:438px;display:block;z-index:1000; }#wz-section-wzs46 { height:672px;--section-height:672px; }#wze359 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:176.125px;display:block;z-index:1000; }.wzc103  .wz-profile-orders-header p { font-size:16px; }.wzc103  .wz-profile-orders-header-option { font-size:10px; }.wzc103  .wz-profile-orders-order-items-header p { font-size:10px; }.wzc103  .wz-profile-orders-order-details p { font-size:10px; }#wz-section-wzs47 { height:410.125px;--section-height:410.125px; }#wze360 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:334.688px;display:block;z-index:1000; }.wzc106  .wz-profile-order-details-information { grid-template-columns: 50%; }.wzc106  .wz-profile-order-details-information-item-name { font-size:11px; }.wzc106  .wz-profile-order-details-information-item-value { font-size:11px; }.wzc106  [data-name=total_include_tax] { padding:10px; }.wzc106  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:16px; }.wzc106  .wz-profile-order-details-order-information-header { font-size:10px; }.wzc106  .wz-profile-order-details-order-detail { font-size:10px; }.wzc106  .wz-profile-order-details-order-summary-information-name { font-size:10px; }.wzc106  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date" "status status"; }.wzc106  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost" "paymentMethod shippingMethod" "deliveryDate deliveryDate" "totalCost totalCost"; }#wz-section-wzs48 { height:568.688px;--section-height:568.688px; }#wze361 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:279.422px;display:block;z-index:1000; }#wz-section-wzs49 { height:513.422px;--section-height:513.422px; }#wze860 { top:15px;left:408px;bottom:auto;right:auto;width:50px;height:50px;z-index:1000; }#wz-section-wzs68 { height:86.347691603053px;--section-height:86.347691603053px; }#wze456 { top:1029.41px;left:15px;bottom:auto;right:auto;width:438px;height:85.9375px;display:block;z-index:1000; }#wze468 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:526px;display:block;z-index:1000; }#wze469 { top:81px;left:174px;bottom:auto;right:auto;width:90px;height:28px;display:block;z-index:1000;text-align:right; }#wze471 { top:124px;left:15px;bottom:auto;right:auto;width:408px;height:387px;display:block;z-index:1000;text-align:right; }#wze472 { top:15px;left:186.854px;bottom:auto;right:auto;width:64.2812px;height:51px;display:block;z-index:1000; }#wze475 { top:640.296px;left:39.0625px;bottom:auto;right:auto;width:387px;height:260.438px;display:block;z-index:1000; }#wze528 { top:951px;left:128.406px;bottom:auto;right:auto;width:108.969px;height:24px;display:block;z-index:1000;text-align:right; }#wze529 { top:926.438px;left:252px;bottom:auto;right:auto;width:57.9688px;height:57.9688px;display:block;z-index:1000; }#wz-section-wzs60 { height:1130.33px;--section-height:1130.33px; }#wze643 { top:15px;left:408px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wz-section-wzs87 { height:80px;--section-height:80px; }#wze630 { top:143.969px;left:15px;bottom:auto;right:auto;width:438px;height:6925.33px;display:block;z-index:1000; }#wze631 { top:7084.31px;left:15px;bottom:auto;right:auto;width:438px;height:347.125px;display:block;z-index:1000; }#wze632 { top:47.252px;left:88.0249px;bottom:auto;right:auto;width:263.953px;height:2.96875px;display:block;z-index:1000; }#wze633 { top:11.9829px;left:131.982px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze634 { top:62.7429px;left:104.97px;bottom:auto;right:auto;width:244px;height:252px;display:block;z-index:1000; }#wze635 { top:15px;left:2.7655px;bottom:auto;right:auto;width:462.484px;height:113.969px;display:block;z-index:1000; }#wze636 { top:11.9929px;left:159.228px;bottom:auto;right:auto;width:198.969px;height:28px;display:block;z-index:1000;text-align:right; }#wze637 { top:48.1129px;left:81.242px;bottom:auto;right:auto;width:300px;height:1.98438px;display:block;z-index:1000; }#wze638 { top:66.7375px;left:81.2424px;bottom:auto;right:auto;width:300px;height:38.9844px;display:block;z-index:1000; }#wze639 { top:7467.43px;left:15px;bottom:auto;right:auto;width:438px;height:979.047px;display:block;z-index:1000; }#wze640 { top:44.2308px;left:75.5015px;bottom:auto;right:auto;width:279.969px;height:4.96875px;display:block;z-index:1000; }#wze641 { top:75.8527px;left:89.4946px;bottom:auto;right:auto;width:265px;height:890px;display:block;z-index:1000; }#wze642 { top:6.64367px;left:128.466px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wz-section-wzs88 { height:8461.47px;--section-height:8461.47px; }.wzc-section-wzs88 { background:;background-color:rgba(255, 255, 255, 0); }#wze658 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:3783.25px;display:block;z-index:1000; }#wze660 { top:3942.25px;left:15px;bottom:auto;right:auto;width:438px;height:210px;display:block;z-index:1000; }#wze661 { top:48.0004px;left:69px;bottom:auto;right:auto;width:300px;height:2px;display:block;z-index:1000; }#wze662 { top:67.0004px;left:137px;bottom:auto;right:auto;width:213px;height:115px;display:block;z-index:1000; }#wze663 { top:12.0004px;left:147px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze664 { top:3813.25px;left:15px;bottom:auto;right:auto;width:438px;height:114px;display:block;z-index:1000; }#wze665 { top:48.0004px;left:69px;bottom:auto;right:auto;width:300px;height:2px;display:block;z-index:1000; }#wze666 { top:12.0004px;left:147px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze667 { top:66.625px;left:69px;bottom:auto;right:auto;width:300px;height:39px;display:block;z-index:1000; }#wze668 { top:4167.25px;left:15px;bottom:auto;right:auto;width:438px;height:684px;display:block;z-index:1000; }#wze669 { top:48.0004px;left:69px;bottom:auto;right:auto;width:300px;height:2px;display:block;z-index:1000; }#wze670 { top:76.6254px;left:83px;bottom:auto;right:auto;width:265px;height:593px;display:block;z-index:1000; }#wze671 { top:12.0004px;left:147px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wz-section-wzs91 { height:4866.22px;--section-height:4866.22px; }#wze672 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:710.297px;display:block;z-index:1000; }#wze673 { top:27px;left:147px;bottom:auto;right:auto;width:221px;height:27px;display:block;z-index:1000;text-align:right; }#wze674 { top:76px;left:81.5px;bottom:auto;right:auto;width:275px;height:613.75px;display:block;z-index:1000; }#wz-section-wzs92 { height:740.297px;--section-height:740.297px; }#wze659 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:466.984px;display:block;z-index:1000; }#wz-section-wzs93 { height:496.969px;--section-height:496.969px; }#wze861 { top:15px;left:408px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wz-section-wzs104 { height:80px;--section-height:80px; }#wze854 { top:320px;left:15px;bottom:auto;right:auto;width:438px;height:164px;display:block;z-index:1000; }#wze855 { top:81px;left:15px;bottom:auto;right:auto;width:408px;height:68px;display:block;z-index:1000;text-align:center; }#wze856 { top:15px;left:139.516px;bottom:auto;right:auto;width:158.969px;height:51px;display:block;z-index:1000;text-align:right; }#wze857 { top:15px;left:48.5px;bottom:auto;right:auto;width:371px;height:290px;display:block;z-index:1000; }.wzc331-image-bg { background-size:cover;background-repeat:no-repeat;background-position:top right; }#wz-section-wzs103 { height:499px;--section-height:499px; }#wze849 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:422.281px;display:block;z-index:1000;order:1; }#wze850 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:366.547px;display:block;z-index:1000; }#wze851 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:393.078px;display:block;z-index:1000;order:2; }#wze852 { top:90px;left:15px;bottom:auto;right:auto;width:438px;height:270px;display:block;z-index:1000;text-align:right; }#wze853 { top:15px;left:24.5155px;bottom:auto;right:auto;width:418.969px;height:60px;display:block;z-index:1000;text-align:right; }#wz-section-wzs102 { height:815.327625px;--section-height:815.327625px; }#wze844 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:376.375px;display:block;z-index:1000;order:1; }#wze845 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:319.953px;display:block;z-index:1000; }#wze846 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:146.75px;display:block;z-index:1000;order:2; }#wze848 { top:15px;left:24.5155px;bottom:auto;right:auto;width:418.969px;height:66px;display:block;z-index:1000;text-align:right; }#wz-section-wzs101 { height:523.125px;--section-height:523.125px; }#wze839 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:361.406px;display:block;z-index:1000;order:1; }#wze840 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:308.484px;display:block;z-index:1000; }#wze841 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:229.859px;display:block;z-index:1000;order:2; }#wze842 { top:90px;left:24.5155px;bottom:auto;right:auto;width:418.969px;height:120px;display:block;z-index:1000;text-align:right; }#wze843 { top:15px;left:24.5155px;bottom:auto;right:auto;width:418.969px;height:60px;display:block;z-index:1000;text-align:right; }#wz-section-wzs100 { height:591.234625px;--section-height:591.234625px; }#wze834 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:432.531px;display:block;z-index:1000;order:1; }#wze835 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:395.922px;display:block;z-index:1000; }#wze836 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:561px;display:block;z-index:1000;order:2; }#wze837 { top:90px;left:15px;bottom:auto;right:auto;width:438px;height:231px;display:block;z-index:1000;text-align:right; }#wze838 { top:15px;left:24.5155px;bottom:auto;right:auto;width:418.969px;height:60px;display:block;z-index:1000;text-align:right; }#wze872 { top:336px;left:15px;bottom:auto;right:auto;width:438px;height:210px;display:block;z-index:1000;text-align:justify; }#wz-section-wzs99 { height:993.515625px;--section-height:993.515625px; }#wze829 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:402.062px;display:block;z-index:1000;order:1; }#wze830 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:308.484px;display:block;z-index:1000; }#wze831 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:258.312px;display:block;z-index:1000;order:2; }#wze832 { top:90px;left:24.5155px;bottom:auto;right:auto;width:418.969px;height:99px;display:block;z-index:1000;text-align:right; }#wze833 { top:15px;left:24.5155px;bottom:auto;right:auto;width:418.969px;height:60px;display:block;z-index:1000;text-align:right; }#wz-section-wzs98 { height:660.343875px;--section-height:660.343875px; }.cssgrid #wze140 { margin:  25px 0px 42px 0px; grid-area: 1 / 1 / 5 / 2; }.cssgrid #wze149 { margin:  33px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze492 { margin:  36px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze141 { margin:  43px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze815 { margin:  0px 0px 4px 0px; grid-area: 5 / 1 / 6 / 2;min-height: 0.375px }.cssgrid #wze736 { margin:  15px 0px 13px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze754 { margin:  0px 0px 17px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze798 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 0.375px }#wze707 { --gtr:5 }.cssgrid #wze707 { margin:  8px 0px 60px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze723 { margin:  1px 0px 17px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze753 { margin:  17px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze721 { margin:  35px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze156 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze743 { margin:  16px 0px 8px 0px; grid-area: 3 / 1 / 9 / 2; }.cssgrid #wze710 { margin:  21px 0px 0px 0px; grid-area: 3 / 1 / 8 / 2; }.cssgrid #wze709 { margin:  30px 0px 0px 0px; grid-area: 3 / 1 / 6 / 2; }.cssgrid #wze155 { margin:  0px 0px 0px 0px; grid-area: 5 / 1 / 7 / 2; }#wze873 { --gtr:1 }.cssgrid #wze873 { margin:  15px 0px 31px 0px; grid-area: 1 / 1 / 2 / 2; }#wze726 { --gtr:5 }.cssgrid #wze726 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze813 { margin:  2px 0px 12px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze874 { margin:  9px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze164 { margin:  14px 0px 13px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 152px }.cssgrid #wze741 { margin:  0px 0px 9px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze889 { margin:  0px 0px 14px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze896 { margin:  0px 0px 4px 0px; grid-area: 4 / 1 / 5 / 2;min-height: 1px }.cssgrid #wze895 { margin:  0px 0px 18px 0px; grid-area: 5 / 1 / 8 / 2; }.cssgrid #wze890 { margin:  9px 0px 0px 0px; grid-area: 5 / 1 / 7 / 2; }.cssgrid #wze892 { margin:  9px 0px 0px 0px; grid-area: 5 / 1 / 7 / 2; }.cssgrid #wze891 { margin:  17px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2;min-height: 1px }#wze877 { --gtr:1 }.cssgrid #wze877 { margin:  14px 0px 83px 0px; grid-area: 1 / 1 / 2 / 2; }#wze897 { --gtr:5 }.cssgrid #wze897 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze906 { --gtr:5 }.cssgrid #wze906 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze886 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2;min-height: 0.375px }.cssgrid #wze880 { margin:  1px 0px 14px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze881 { margin:  1px 0px 14px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze878 { margin:  10px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze898 { margin:  15px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 168px }.cssgrid #wze903 { margin:  0px 0px 22px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze904 { margin:  0px 0px 14px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze905 { margin:  0px 0px 8px 0px; grid-area: 4 / 1 / 5 / 2;min-height: 1px }.cssgrid #wze884 { margin:  0px 0px 8px 0px; grid-area: 5 / 1 / 7 / 2; }.cssgrid #wze901 { margin:  12px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze907 { margin:  14px 0px 1px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 164px }.cssgrid #wze908 { margin:  0px 0px 9px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze909 { margin:  0px 0px 14px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze910 { margin:  0px 0px 8px 0px; grid-area: 4 / 1 / 5 / 2;min-height: 1px }.cssgrid #wze912 { margin:  0px 0px 8px 0px; grid-area: 5 / 1 / 7 / 2; }.cssgrid #wze911 { margin:  12px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze785 { margin:  15px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }#wze689 { --gtr:4 }.cssgrid #wze689 { margin:  0px 0px 30px 0px; grid-area: 2 / 1 / 3 / 2; }#wze782 { --gtr:4 }.cssgrid #wze782 { margin:  0px 0px 12px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze794 { margin:  0px 0px 26px 0px; grid-area: 4 / 1 / 5 / 2;min-height: 1.59375px }#wze789 { --gtr:1 }.cssgrid #wze789 { margin:  0px 0px 19px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze796 { margin:  0px 0px 26px 0px; grid-area: 6 / 1 / 7 / 2;min-height: 1.5625px }.cssgrid #wze691 { margin:  13px 0px -6px 0px; grid-area: 1 / 1 / 5 / 2; }.cssgrid #wze690 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 159px }.cssgrid #wze787 { margin:  173px 0px 12px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze793 { margin:  0px 0px -0.5px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 1.5px }.cssgrid #wze783 { margin:  19px 0px -19px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze784 { margin:  25px 0px 6px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 161px }.cssgrid #wze810 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze791 { margin:  21px 0px 14px 0px; grid-area: 1 / 1 / 3 / 2;min-height: 141px }.cssgrid #wze790 { margin:  28px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze775 { margin:  17px 0px 13px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze824 { margin:  0px 0px 10px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 354px }.cssgrid #wze825 { margin:  0px 0px 3px 0px; grid-area: 3 / 1 / 4 / 2; }#wze827 { --gtr:1 }.cssgrid #wze827 { margin:  0px 0px 10px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze828 { margin:  5px 0px 25px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze801 { margin:  15px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 0.375px }#wze804 { --gtr:1 }.cssgrid #wze804 { margin:  0px 0px 174px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze805 { margin:  3px 0px 9px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze806 { margin:  3px 0px 9px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze807 { margin:  9px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze927 { --gtr:1 }.cssgrid #wze927 { margin:  18px 0px 42px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze817 { margin:  0px 0px 13px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze862 { margin:  0px 0px 8px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 244px }#wze865 { --gtr:1 }.cssgrid #wze865 { margin:  0px 0px 10px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze816 { margin:  0px 0px 11px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze863 { margin:  0px 0px 12px 0px; grid-area: 6 / 1 / 7 / 2;min-height: 254px }#wze867 { --gtr:1 }.cssgrid #wze867 { margin:  0px 0px 15px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze871 { margin:  0px 0px 7px 0px; grid-area: 8 / 1 / 9 / 2; }.cssgrid #wze864 { margin:  0px 0px 15px 0px; grid-area: 9 / 1 / 10 / 2;min-height: 250px }#wze869 { --gtr:1 }.cssgrid #wze869 { margin:  0px 0px 17px 0px; grid-area: 10 / 1 / 11 / 2; }.cssgrid #wze802 { margin:  0px 0px 111px 0px; grid-area: 11 / 1 / 12 / 2;min-height: 0.375px }.cssgrid #wze930 { margin:  1px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze931 { margin:  1px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze928 { margin:  3px 0px 5px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze929 { margin:  10px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze866 { margin:  0px 0px 5px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze868 { margin:  11px 0px 4px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze870 { margin:  0px 0px 5px 0px; grid-area: 1 / 1 / 2 / 2; }#wze756 { --gtr:2 }.cssgrid #wze756 { margin:  15px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze757 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze764 { margin:  19px 0px 24px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze758 { margin:  22px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze759 { margin:  0px 0px 11px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze169 { margin:  79px 0px 29px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze803 { margin:  0px 0px 55px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 0.375px }#wze719 { --gtr:5 }.cssgrid #wze719 { margin:  5px 0px 19px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze177 { margin:  24px 0px 9px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze182 { margin:  0px 0px 45px 0px; grid-area: 2 / 1 / 6 / 2; }.cssgrid #wze363 { margin:  2px 0px 7px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze527 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze526 { margin:  8px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }#wze230 { --gtr:4 }.cssgrid #wze230 { margin:  4px 0px 6px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze209 { margin:  20px 0px 9px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze387 { margin:  36px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze385 { margin:  0px 0px 14px 0px; grid-area: 2 / 1 / 4 / 2; }#wze236 { --gtr:3 }.cssgrid #wze236 { margin:  0px 0px 2px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze237 { margin:  0px 0px 22px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 0.34375px }.cssgrid #wze238 { margin:  0px 0px 6px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze240 { margin:  0px 0px 3px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze858 { margin:  15px 0px 34px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze146 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze148 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze503 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze510 { --gtr:2 }.cssgrid #wze510 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze512 { --gtr:2 }.cssgrid #wze512 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze514 { margin:  206px 0px 32px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze511 { margin:  0px 0px 20px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze515 { margin:  213px 0px 46px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze513 { margin:  0px 0px 30px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze145 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze859 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze932 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze933 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze268 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }#wze264 { --gtr:1 }.cssgrid #wze264 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze243 { --gtr:3 }.cssgrid #wze243 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze242 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }#wze270 { --gtr:3 }.cssgrid #wze270 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze267 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 0.359375px }.cssgrid #wze247 { margin:  12px 0px 7px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze248 { margin:  0px 0px 13px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2.96875px }.cssgrid #wze249 { margin:  0px 0px 32px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze271 { margin:  7px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze273 { margin:  0px 0px 27px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 4.96875px }.cssgrid #wze269 { margin:  0px 0px 13px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze250 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze278 { --gtr:3 }.cssgrid #wze278 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze274 { --gtr:3 }.cssgrid #wze274 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }#wze282 { --gtr:3 }.cssgrid #wze282 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze279 { margin:  12px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze280 { margin:  0px 0px 17px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2px }.cssgrid #wze281 { margin:  0px 0px 8px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze275 { margin:  12px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze277 { margin:  0px 0px 17px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2px }.cssgrid #wze276 { margin:  0px 0px 28px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze283 { margin:  12px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze284 { margin:  0px 0px 27px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2px }.cssgrid #wze285 { margin:  0px 0px 14px 0px; grid-area: 3 / 1 / 4 / 2; }#wze286 { --gtr:2 }.cssgrid #wze286 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze287 { margin:  27px 0px 22px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze288 { margin:  0px 0px 20px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze251 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze362 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze357 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze358 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze359 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze360 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze361 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze860 { margin:  15px 0px 21px 0px; grid-area: 1 / 1 / 2 / 2; }#wze468 { --gtr:3 }.cssgrid #wze468 { margin:  15px 0px 99px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze475 { margin:  0px 0px 25px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze529 { margin:  0px 0px 45px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze528 { margin:  25px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze456 { margin:  0px 0px 15px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze472 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze469 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze471 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze643 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze635 { --gtr:3 }.cssgrid #wze635 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze630 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze631 { --gtr:3 }.cssgrid #wze631 { margin:  0px 0px 36px 0px; grid-area: 3 / 1 / 4 / 2; }#wze639 { --gtr:3 }.cssgrid #wze639 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze636 { margin:  12px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze637 { margin:  0px 0px 17px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 1.98438px }.cssgrid #wze638 { margin:  0px 0px 8px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze633 { margin:  12px 0px 7px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze632 { margin:  0px 0px 13px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2.96875px }.cssgrid #wze634 { margin:  0px 0px 32px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze642 { margin:  7px 0px 9px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze640 { margin:  0px 0px 27px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 4.96875px }.cssgrid #wze641 { margin:  0px 0px 13px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze658 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze664 { --gtr:3 }.cssgrid #wze664 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze660 { --gtr:3 }.cssgrid #wze660 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }#wze668 { --gtr:3 }.cssgrid #wze668 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze666 { margin:  12px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze665 { margin:  0px 0px 17px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2px }.cssgrid #wze667 { margin:  0px 0px 8px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze663 { margin:  12px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze661 { margin:  0px 0px 17px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2px }.cssgrid #wze662 { margin:  0px 0px 28px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze671 { margin:  12px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze669 { margin:  0px 0px 27px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2px }.cssgrid #wze670 { margin:  0px 0px 14px 0px; grid-area: 3 / 1 / 4 / 2; }#wze672 { --gtr:2 }.cssgrid #wze672 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze673 { margin:  27px 0px 22px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze674 { margin:  0px 0px 20px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze659 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze861 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze857 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 290px }#wze854 { --gtr:2 }.cssgrid #wze854 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze856 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze855 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze850 { margin:  15px 0px 40px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze853 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze852 { margin:  0px 0px 33px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze845 { margin:  15px 0px 41px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze848 { margin:  15px 0px 66px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze840 { margin:  15px 0px 38px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze843 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze842 { margin:  0px 0px 20px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze835 { margin:  15px 0px 22px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze838 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze837 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze872 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze830 { margin:  15px 0px 79px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze833 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze832 { margin:  0px 0px 69px 0px; grid-area: 2 / 1 / 3 / 2; }#wz-section-header  { --gtr:2 }#wz-section-wzs94  { --gtr:3 }#wz-section-wzs52  { --gtr:1 }#wz-section-wzs108  { --gtr:2 }#wz-section-wzs106  { --gtr:4 }#wz-section-wzs81  { --gtr:1 }#wz-section-wzs96  { --gtr:2 }#wz-section-wzs53  { --gtr:11 }#wz-section-wzs107  { --gtr:1 }#wz-section-wzs28  { --gtr:2 }#wz-section-wzs30  { --gtr:1 }#wz-section-footer  { --gtr:1 }#wz-section-wzs66  { --gtr:1 }#wz-section-wzs22  { --gtr:1 }#wz-section-wzs21  { --gtr:1 }#wz-section-wzs71  { --gtr:3 }#wz-section-wzs23  { --gtr:1 }#wz-section-wzs74  { --gtr:1 }#wz-section-wzs109  { --gtr:3 }#wz-section-wzs34  { --gtr:4 }#wz-section-wzs33  { --gtr:4 }#wz-section-wzs36  { --gtr:1 }#wz-section-wzs35  { --gtr:1 }#wz-section-wzs50  { --gtr:0 }#wz-section-wzs45  { --gtr:2 }#wz-section-wzs46  { --gtr:2 }#wz-section-wzs47  { --gtr:2 }#wz-section-wzs48  { --gtr:2 }#wz-section-wzs49  { --gtr:2 }#wz-section-wzs68  { --gtr:1 }#wz-section-wzs60  { --gtr:4 }#wz-section-wzs87  { --gtr:1 }#wz-section-wzs88  { --gtr:4 }#wz-section-wzs91  { --gtr:4 }#wz-section-wzs92  { --gtr:1 }#wz-section-wzs93  { --gtr:1 }#wz-section-wzs104  { --gtr:1 }#wz-section-wzs103  { --gtr:2 }#wz-section-wzs102  { --gtr:1 }#wz-section-wzs101  { --gtr:1 }#wz-section-wzs100  { --gtr:1 }#wz-section-wzs99  { --gtr:1 }#wz-section-wzs98  { --gtr:1 }}@media only screen and (min-width : 768px)and (max-width : 1170px) {#wze117 { top:0px;bottom:auto;right:auto;height:43.5px;display:none;z-index:1000; }#wze118 { top:14px;left:77.281px;bottom:auto;right:auto;width:146px;height:29.5px;display:block;z-index:1000; }#wze119 { top:5.75px;left:120px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze120 { top:4.25px;left:12px;bottom:auto;right:auto;width:99px;height:19px;display:block;z-index:1000;text-align:right; }#wze124 { top:14px;left:544.719px;bottom:auto;right:auto;width:146px;height:29.5px;display:block;z-index:1000; }#wze125 { top:4.25px;left:12px;bottom:auto;right:auto;width:99px;height:19px;display:block;z-index:1000;text-align:right; }#wze126 { top:5.75px;left:120px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze127 { top:14px;left:238.281px;bottom:auto;right:auto;width:146px;height:29.5px;display:block;z-index:1000; }#wze129 { top:5.75px;left:120px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze130 { top:5.75px;left:84.3333px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze131 { top:5.75px;left:48.6667px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze132 { top:5.75px;left:13px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze138 { top:15px;left:411.101px;bottom:auto;right:auto;width:130.438px;height:21px;display:block;z-index:1000; }#wze140 { top:38.5px;left:682.315px;bottom:auto;right:auto;width:72.6719px;height:52px;display:block;z-index:1000; }#wze141 { top:51px;left:403.044px;bottom:auto;right:auto;width:276px;height:27px;display:block;z-index:1000;text-align:right; }#wze149 { top:46.4216px;left:220.655px;bottom:auto;right:auto;width:57px;height:36.1875px;display:block;z-index:1000; }#wze492 { top:51.015px;left:63.7465px;bottom:auto;right:auto;width:151.172px;height:29px;z-index:1000; }#wze815 { top:105.5px;left:15px;bottom:auto;right:auto;width:738px;height:0.640625px;z-index:1000; }#wz-section-header { height:114.016px;--section-height:114.016px; }.wzc-section-header { background:;background-color:rgba(255, 255, 255, 0); }#wz-section-allPage { height:0px;--section-height:0px; }#wze736 { top:16.5px;left:692.578px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze754 { top:81.5px;left:234px;bottom:auto;right:auto;width:300px;height:30px;z-index:1000; }#wze798 { top:126.5px;left:15px;bottom:auto;right:auto;width:738px;height:0.640625px;z-index:1000; }#wz-section-wzs94 { height:131.391px;--section-height:131.391px; }#wze707 { top:8.01532px;left:15.0041px;bottom:auto;right:auto;width:732.797px;height:212px;z-index:1000; }#wze155 { top:131px;left:250.546px;bottom:auto;right:auto;width:268px;height:24px;display:block;z-index:1000;text-align:right; }#wze156 { top:50px;left:164.001px;bottom:auto;right:auto;width:404px;height:50px;display:block;z-index:1000;text-align:center; }#wze709 { top:23px;left:526.531px;bottom:auto;right:auto;width:75.2188px;height:64px;z-index:1000; }#wze710 { top:14px;left:514.692px;bottom:auto;right:auto;width:217.297px;height:158px;z-index:1000; }#wze721 { top:5.5px;left:561.845px;bottom:auto;right:auto;width:37.2188px;height:38px;z-index:1000; }#wze723 { top:12px;left:57.6088px;bottom:auto;right:auto;width:50.2188px;height:49px;z-index:1000; }#wze743 { top:34px;left:-0.83522px;bottom:auto;right:auto;width:199.266px;height:156px;z-index:1000; }#wze753 { top:16.5px;left:145.992px;bottom:auto;right:auto;width:438px;height:26px;z-index:1000;text-align:right; }#wz-section-wzs52 { height:225.297px;--section-height:225.297px; }#wze726 { top:100px;left:238.945px;bottom:auto;right:auto;width:290.094px;height:343px;display:block;z-index:1000; }#wze164 { top:14.001px;left:7px;bottom:auto;right:auto;width:276px;height:152px;display:block;z-index:1000; }.wzc181-image-bg { background-size:cover;background-repeat:no-repeat;background-position:top right; }#wze741 { top:190.501px;left:24.883px;bottom:auto;right:auto;width:237px;height:50px;display:block;z-index:1000;text-align:right; }#wze889 { top:245.015px;left:83.888px;bottom:auto;right:auto;width:119px;height:21px;display:block;z-index:1000;text-align:center; }#wze890 { top:302.001px;left:190.111px;bottom:auto;right:auto;width:99px;height:21px;display:block;z-index:1000;text-align:center; }#wze891 { top:314.001px;left:209.134px;bottom:auto;right:auto;width:61px;height:1px;display:block;z-index:1000; }#wze892 { top:302.001px;left:68.1882px;bottom:auto;right:auto;width:127px;height:21px;display:block;z-index:1000;text-align:center; }#wze895 { top:298.5px;left:10.2688px;bottom:auto;right:auto;width:54px;height:34px;display:block;z-index:1000; }.wzc356-content { font-size:21px; }#wze896 { top:288.013px;left:2.35975px;bottom:auto;right:auto;width:289px;height:1px;display:block;z-index:1000; }#wze873 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:70px;display:block;z-index:1000; }.wzc351-image-bg { background-size:cover;background-repeat:no-repeat;background-position:top right; }#wze813 { top:15px;left:354.25px;bottom:auto;right:auto;width:225.5px;height:40px;display:block;z-index:1000; }.wzc305-content { font-size:12px; }#wze874 { top:15px;left:158.25px;bottom:auto;right:auto;width:181px;height:34px;display:block;z-index:1000;text-align:right; }#wz-section-wzs108 { height:458px;--section-height:458px; }#wze877 { top:15px;left:2px;bottom:auto;right:auto;width:764px;height:70px;display:block;z-index:1000; }#wze878 { top:15px;left:459.219px;bottom:auto;right:auto;width:163px;height:34px;display:block;z-index:1000;text-align:right; }#wze880 { top:15px;left:141.781px;bottom:auto;right:auto;width:116.172px;height:40px;display:block;z-index:1000; }.wzc368-content { font-size:13px; }#wze881 { top:15px;left:272.953px;bottom:auto;right:auto;width:171.266px;height:40px;display:block;z-index:1000; }#wze886 { top:445px;left:2.992px;bottom:auto;right:auto;width:762.016px;height:0.625px;display:block;z-index:1000; }#wze897 { top:100px;left:394.477px;bottom:auto;right:auto;width:289.094px;height:330px;display:block;z-index:1000; }#wze884 { top:281.501px;left:8.21887px;bottom:auto;right:auto;width:78px;height:40px;display:block;z-index:1000; }#wze898 { top:14.501px;left:15.2309px;bottom:auto;right:auto;width:259px;height:168px;display:block;z-index:1000; }.wzc361-image-bg { background-size:cover;background-repeat:no-repeat;background-position:top right; }#wze901 { top:294.001px;left:193.189px;bottom:auto;right:auto;width:60px;height:21px;display:block;z-index:1000;text-align:center; }#wze903 { top:191.001px;left:25.9143px;bottom:auto;right:auto;width:237px;height:25px;display:block;z-index:1000;text-align:right; }#wze904 { top:237.531px;left:76.1876px;bottom:auto;right:auto;width:119px;height:21px;display:block;z-index:1000;text-align:center; }#wze905 { top:272.529px;left:0.09375px;bottom:auto;right:auto;width:289px;height:1px;display:block;z-index:1000; }#wze906 { top:100px;left:84.4295px;bottom:auto;right:auto;width:295.047px;height:330px;display:block;z-index:1000; }#wze907 { top:14.001px;left:5.0005px;bottom:auto;right:auto;width:286px;height:164px;display:block;z-index:1000; }#wze908 { top:178.517px;left:18.1882px;bottom:auto;right:auto;width:237px;height:50px;display:block;z-index:1000;text-align:right; }#wze909 { top:237.531px;left:77.1892px;bottom:auto;right:auto;width:119px;height:21px;display:block;z-index:1000;text-align:center; }#wze910 { top:272.529px;left:1.10925px;bottom:auto;right:auto;width:289px;height:1px;display:block;z-index:1000; }#wze911 { top:294.001px;left:209.308px;bottom:auto;right:auto;width:60px;height:21px;display:block;z-index:1000;text-align:center; }#wze912 { top:281.501px;left:13.9797px;bottom:auto;right:auto;width:85px;height:40px;display:block;z-index:1000; }#wz-section-wzs106 { height:460.625px;--section-height:460.625px; }#wze779 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:749.391px;z-index:1000;order:1; }#wze689 { top:78px;left:20.9999px;bottom:auto;right:auto;width:734px;height:216px;z-index:1000; }#wze690 { top:12.9956px;left:1.60962px;bottom:auto;right:auto;width:222px;height:171px;z-index:1000; }#wze691 { top:7.5px;left:228.391px;bottom:auto;right:auto;width:488px;height:141px;z-index:1000;text-align:justify; }#wze787 { top:131px;left:609.185px;bottom:auto;right:auto;width:102px;height:30px;z-index:1000; }#wze793 { top:215.002px;left:0.90625px;bottom:auto;right:auto;width:728px;height:1px;z-index:1000; }#wze782 { top:312.012px;left:15.0156px;bottom:auto;right:auto;width:735px;height:206.969px;z-index:1000; }#wze783 { top:8.99995px;left:249.657px;bottom:auto;right:auto;width:472px;height:172px;z-index:1000;text-align:justify; }#wze784 { top:10.9956px;left:4.797px;bottom:auto;right:auto;width:238px;height:176px;z-index:1000; }#wze810 { top:157.015px;left:641.576px;bottom:auto;right:auto;width:71px;height:30px;z-index:1000; }#wze785 { top:15px;left:636.796px;bottom:auto;right:auto;width:92px;height:40px;z-index:1000; }.wzc348-content { font-size:14px; }#wze789 { top:561.029px;left:15.0003px;bottom:auto;right:auto;width:735px;height:181.969px;z-index:1000; }#wze790 { top:38.4844px;left:275.516px;bottom:auto;right:auto;width:448px;height:133px;z-index:1000;text-align:right; }#wze791 { top:7.48px;left:19.625px;bottom:auto;right:auto;width:215px;height:164px;z-index:1000; }#wze794 { top:520.002px;left:32.4963px;bottom:auto;right:auto;width:704px;height:1px;z-index:1000; }#wze796 { top:743.002px;left:15.0147px;bottom:auto;right:auto;width:735px;height:1px;z-index:1000; }#wze780 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:503px;z-index:1000;order:2; }#wze775 { top:20.1094px;left:576.763px;bottom:auto;right:auto;width:165px;height:40px;z-index:1000; }.wzc308-content { font-size:14px; }#wze824 { top:99.6206px;left:18.7497px;bottom:auto;right:auto;width:348px;height:355px;z-index:1000; }.wzc325-image-bg { background-size:cover;background-repeat:no-repeat;background-position:top right; }#wze825 { top:89.6096px;left:383.734px;bottom:auto;right:auto;width:369px;height:69px;z-index:1000;text-align:justify; }#wze827 { top:167.611px;left:376.999px;bottom:auto;right:auto;width:378px;height:326px;z-index:1000; }.wzc327-image-bg { background-size:cover;background-repeat:no-repeat;background-position:top right; }#wze828 { top:19.5146px;left:15.7344px;bottom:auto;right:auto;width:348px;height:288px;z-index:1000;text-align:justify; }#wz-section-wzs81 { height:1260.39px;--section-height:1260.39px; }.wzc-section-wzs81 { --column-space:8px;padding:0px; }.wzc-section-wzs81-full { padding:22px; }#wze801 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:0.625px;display:block;z-index:1000; }#wze804 { top:30.625px;left:15px;bottom:auto;right:auto;width:738px;height:70px;display:block;z-index:1000; }#wze805 { top:13.875px;left:552.656px;bottom:auto;right:auto;width:152px;height:40px;display:block;z-index:1000; }.wzc334-content { font-size:12px; }#wze806 { top:13.875px;left:27.2171px;bottom:auto;right:auto;width:163px;height:40px;display:block;z-index:1000; }#wze807 { top:18.375px;left:258.013px;bottom:auto;right:auto;width:232px;height:31px;display:block;z-index:1000;text-align:right; }#wz-section-wzs96 { height:277.625px;--section-height:277.625px; }#wze802 { top:449.001px;left:4.97383px;bottom:auto;right:auto;width:750.016px;height:1px;z-index:1000; }#wze816 { top:70.501px;left:372.5px;bottom:auto;right:auto;width:123.422px;height:32px;z-index:1000; }.wzc349-content { font-size:13px; }#wze817 { top:69.001px;left:567.749px;bottom:auto;right:auto;width:173.141px;height:32px;z-index:1000; }#wze862 { top:115.001px;left:528.657px;bottom:auto;right:auto;width:220px;height:215px;z-index:1000; }.wzc339-image-bg { background-size:cover;background-repeat:no-repeat;background-position:top right; }#wze863 { top:112.005px;left:279.515px;bottom:auto;right:auto;width:219px;height:218px;z-index:1000; }.wzc340-image-bg { background-size:cover;background-repeat:no-repeat;background-position:top right; }#wze864 { top:111.001px;left:48.6716px;bottom:auto;right:auto;width:216px;height:221px;z-index:1000; }.wzc341-image-bg { background-size:cover;background-repeat:no-repeat;background-position:top right; }#wze865 { top:344.01px;left:528.258px;bottom:auto;right:auto;width:220.797px;height:61px;z-index:1000; }.wzc342-image-bg { background-size:cover;background-repeat:no-repeat;background-position:top right; }#wze866 { top:4.125px;left:0px;bottom:auto;right:auto;width:217.797px;height:50px;z-index:1000;text-align:center; }#wze867 { top:343.754px;left:276.516px;bottom:auto;right:auto;width:228.797px;height:83.25px;z-index:1000; }#wze868 { top:1.25px;left:6.01496px;bottom:auto;right:auto;width:222.797px;height:75px;z-index:1000;text-align:center; }#wze869 { top:343.759px;left:45.9421px;bottom:auto;right:auto;width:218.719px;height:58.25px;z-index:1000; }#wze870 { top:5.625px;left:0.921875px;bottom:auto;right:auto;width:216.797px;height:50px;z-index:1000;text-align:center; }#wze871 { top:71.5px;left:118.072px;bottom:auto;right:auto;width:137.594px;height:30px;z-index:1000; }#wze927 { top:11.0006px;left:20.0149px;bottom:auto;right:auto;width:738px;height:54px;z-index:1000; }#wze928 { top:6px;left:476.265px;bottom:auto;right:auto;width:85.5px;height:40px;display:block;z-index:1000; }.wzc367-content { font-size:12px; }#wze929 { top:11px;left:561.763px;bottom:auto;right:auto;width:141px;height:31px;display:block;z-index:1000;text-align:right; }#wze930 { top:6px;left:365.499px;bottom:auto;right:auto;width:105.188px;height:40px;z-index:1000; }#wze931 { top:6px;left:240.671px;bottom:auto;right:auto;width:122.641px;height:40px;z-index:1000; }#wz-section-wzs53 { height:523.016px;--section-height:523.016px; }#wze756 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:131px;display:block;z-index:1000; }#wze757 { top:15px;left:611.469px;bottom:auto;right:auto;width:101px;height:101px;display:block;z-index:1000; }#wze758 { top:15px;left:79.531px;bottom:auto;right:auto;width:273px;height:34px;display:block;z-index:1000;text-align:right; }#wze759 { top:15px;left:367.531px;bottom:auto;right:auto;width:228.938px;height:40px;display:block;z-index:1000; }.wzc285-content { font-size:21px; }#wze764 { top:15px;left:25.531px;bottom:auto;right:auto;width:39px;height:39px;display:block;z-index:1000; }#wz-section-wzs107 { height:161px;--section-height:161px; }#wze169 { top:59px;left:16.9984px;bottom:auto;right:auto;width:738px;height:246.688px;display:block;z-index:1000; }#wze803 { top:320.688px;left:3.992px;bottom:auto;right:auto;width:760.016px;height:0.625px;display:block;z-index:1000; }#wz-section-wzs28 { height:346.312px;--section-height:346.312px; }#wze719 { top:24.9981px;left:21.9985px;bottom:auto;right:auto;width:733px;height:458.891px;z-index:1000; }#wze177 { top:40.0312px;left:483.344px;bottom:auto;right:auto;width:181px;height:25px;display:block;z-index:1000;text-align:right; }#wze182 { top:93.0156px;left:193.5px;bottom:auto;right:auto;width:523px;height:333px;display:block;z-index:1000;text-align:right; }#wze363 { top:85.0312px;left:-15.1331px;bottom:auto;right:auto;width:233.797px;height:207px;display:block;z-index:1000; }#wze526 { top:301.891px;left:46.4351px;bottom:auto;right:auto;width:79.9688px;height:21px;z-index:1000;text-align:right; }#wze527 { top:286.891px;left:129.295px;bottom:auto;right:auto;width:41.9688px;height:41.9688px;z-index:1000; }#wz-section-wzs30 { height:511.594px;--section-height:511.594px; }#wze230 { top:34.1525px;left:15.0072px;bottom:auto;right:auto;width:740.44471px;height:233.797px;display:block;z-index:1000; }#wze209 { top:18.8594px;left:9.24839px;bottom:auto;right:auto;width:137px;height:25px;display:block;z-index:1000;text-align:right; }#wze236 { top:174.975px;left:7.56971px;bottom:auto;right:auto;width:732.875px;height:56.9375px;display:block;z-index:1000; }#wze237 { top:0px;left:15px;bottom:auto;right:auto;width:708px;height:1px;display:block;z-index:1000; }#wze238 { top:12.896px;left:94.9376px;bottom:auto;right:auto;width:568px;height:24px;display:block;z-index:1000;text-align:right; }#wze240 { top:12.896px;left:4.3592px;bottom:auto;right:auto;width:82px;height:30px;display:block;z-index:1000; }#wze385 { top:47.3749px;left:11.8437px;bottom:auto;right:auto;width:113px;height:110px;z-index:1000; }#wze387 { top:51.862px;left:507.453px;bottom:auto;right:auto;width:174px;height:97px;z-index:1000; }#wz-section-footer { height:233.812px;--section-height:233.812px; }#wze858 { top:15px;left:708px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wz-section-wzs66 { height:80px;--section-height:80px; }#wze146 { top:73px;left:0.5px;bottom:auto;right:auto;width:767px;height:1265.52px;display:block;z-index:1000; }#wze146 .wz-shop-product { width: calc(50% - 28px )}#wz-section-wzs22 { height:1353.5px;--section-height:1353.5px; }#wze148 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:765.781px;display:block;z-index:1000; }.wzc138-content { font-size:8px; }#wz-section-wzs21 { height:795.766px;--section-height:795.766px; }#wze503 { top:15px;left:294px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }.wzc131-content { font-size:12px; }#wze510 { top:70px;left:391.5px;bottom:auto;right:auto;width:287px;height:395px;display:block;z-index:1000; }#wze511 { top:335px;left:68.0519px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }.wzc187-content { font-size:12px; }#wze514 { top:206.015px;left:29.1319px;bottom:auto;right:auto;width:245px;height:97px;display:block;z-index:1000;text-align:center; }#wze512 { top:70px;left:89.5px;bottom:auto;right:auto;width:287px;height:404px;display:block;z-index:1000; }#wze513 { top:334px;left:52.6367px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }#wze515 { top:213.004px;left:20.1327px;bottom:auto;right:auto;width:245px;height:75px;display:block;z-index:1000;text-align:center; }#wz-section-wzs71 { height:489px;--section-height:489px; }#wze145 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:106.812px;display:block;z-index:1000; }#wz-section-wzs23 { height:136.797px;--section-height:136.797px; }#wze859 { top:15px;left:708px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wz-section-wzs74 { height:80px;--section-height:80px; }#wze268 { top:299px;left:128.5px;bottom:auto;right:auto;width:511px;height:38.9844px;display:block;z-index:1000; }#wze932 { top:15px;left:224.852px;bottom:auto;right:auto;width:318.297px;height:198px;display:block;z-index:1000; }#wze933 { top:228px;left:163.5px;bottom:auto;right:auto;width:441px;height:56px;display:block;z-index:1000;text-align:right; }#wz-section-wzs109 { height:352.9844px;--section-height:352.9844px; }#wze242 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:8618.16px;display:block;z-index:1000; }#wze243 { top:8648.17px;left:412.5px;bottom:auto;right:auto;width:320px;height:368px;display:block;z-index:1000; }#wze247 { top:12.0004px;left:88px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze248 { top:48.0004px;left:10px;bottom:auto;right:auto;width:300px;height:2px;display:block;z-index:1000; }#wze249 { top:67.0004px;left:78px;bottom:auto;right:auto;width:213px;height:273px;display:block;z-index:1000; }#wze264 { top:8648.17px;left:35px;bottom:auto;right:auto;width:320px;height:114px;display:block;z-index:1000; }#wze267 { top:48.0004px;left:10px;bottom:auto;right:auto;width:300px;height:2px;display:block;z-index:1000; }#wze270 { top:2721.38px;left:56.5px;bottom:auto;right:auto;width:320px;height:289px;display:none;z-index:1000; }#wze269 { top:76.6254px;left:24px;bottom:auto;right:auto;width:265px;height:198px;display:block;z-index:1000; }#wze271 { top:12.0004px;left:88px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze273 { top:48.0004px;left:10px;bottom:auto;right:auto;width:300px;height:2px;display:block;z-index:1000; }#wz-section-wzs34 { height:9070.16px;--section-height:9070.16px; }#wze250 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:1129.58px;display:block;z-index:1000; }#wze274 { top:1159.62px;left:413px;bottom:auto;right:auto;width:320px;height:114px;display:block;z-index:1000; }#wze275 { top:12.0004px;left:88px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze276 { top:67.0004px;left:78px;bottom:auto;right:auto;width:213px;height:19px;display:block;z-index:1000; }#wze277 { top:48.0004px;left:10px;bottom:auto;right:auto;width:300px;height:2px;display:block;z-index:1000; }#wze278 { top:1159.62px;left:35px;bottom:auto;right:auto;width:320px;height:114px;display:block;z-index:1000; }#wze279 { top:12.0004px;left:88px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze280 { top:48.0004px;left:10px;bottom:auto;right:auto;width:300px;height:2px;display:block;z-index:1000; }#wze281 { top:66.625px;left:10px;bottom:auto;right:auto;width:300px;height:39px;display:block;z-index:1000; }#wze282 { bottom:auto;right:auto;display:none;z-index:1000; }#wze283 { bottom:auto;right:auto;display:block;z-index:1000; }#wze284 { bottom:auto;right:auto;display:block;z-index:1000; }#wze285 { bottom:auto;right:auto;display:block;z-index:1000; }#wz-section-wzs33 { height:1297.58px;--section-height:1297.58px; }#wze286 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:671.531px;display:block;z-index:1000; }#wze287 { top:28px;left:486px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze288 { top:71px;left:199px;bottom:auto;right:auto;width:340px;height:530.984px;display:block;z-index:1000; }#wz-section-wzs36 { height:701.531px;--section-height:701.531px; }#wze251 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:467px;display:block;z-index:1000; }#wz-section-wzs35 { height:497px;--section-height:497px; }#wz-section-wzs50 { height:15px;--section-height:15px; }#wze357 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:434.266px;display:block;z-index:1000; }#wze362 { bottom:auto;right:auto;width:738px;height:222px;z-index:1000; }#wz-section-wzs45 { height:701.266px;--section-height:701.266px; }#wze358 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:738px;display:block;z-index:1000; }#wz-section-wzs46 { height:1005px;--section-height:1005px; }#wze359 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:296.766px;display:block;z-index:1000; }#wz-section-wzs47 { height:563.766px;--section-height:563.766px; }#wze360 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:563.938px;display:block;z-index:1000; }#wz-section-wzs48 { height:830.938px;--section-height:830.938px; }#wze361 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:470.812px;display:block;z-index:1000; }#wz-section-wzs49 { height:737.797px;--section-height:737.797px; }#wze860 { top:15px;left:708px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wz-section-wzs68 { height:80px;--section-height:80px; }#wze456 { top:1192.58px;left:165.531px;bottom:auto;right:auto;width:253px;height:85.9375px;display:block;z-index:1000; }#wze468 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:725.141px;display:block;z-index:1000; }#wze469 { top:90.009px;left:595.281px;bottom:auto;right:auto;width:90px;height:30px;display:block;z-index:1000;text-align:right; }#wze471 { top:121.157px;left:46px;bottom:auto;right:auto;width:645.969px;height:516px;display:block;z-index:1000;text-align:right; }#wze472 { top:0px;left:562.722px;bottom:auto;right:auto;width:64.2812px;height:51px;display:block;z-index:1000; }#wze475 { top:755.141px;left:177.5px;bottom:auto;right:auto;width:413px;height:422.438px;display:block;z-index:1000; }#wze528 { top:1192.58px;left:433.531px;bottom:auto;right:auto;width:108.969px;height:24px;display:block;z-index:1000;text-align:right; }#wze529 { top:1192.58px;left:557.5px;bottom:auto;right:auto;width:44.9688px;height:44.9688px;display:block;z-index:1000; }#wz-section-wzs60 { height:1293.515625px;--section-height:1293.515625px; }#wze643 { top:15px;left:708px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wz-section-wzs87 { height:80px;--section-height:80px; }#wze630 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:8618.16px;display:block;z-index:1000; }#wze631 { top:8648.17px;left:412.5px;bottom:auto;right:auto;width:320px;height:368px;display:block;z-index:1000; }#wze632 { top:48.0004px;left:10px;bottom:auto;right:auto;width:300px;height:2px;display:block;z-index:1000; }#wze633 { top:12.0004px;left:88px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze634 { top:67.0004px;left:78px;bottom:auto;right:auto;width:213px;height:273px;display:block;z-index:1000; }#wze635 { top:8648.17px;left:35px;bottom:auto;right:auto;width:320px;height:114px;display:block;z-index:1000; }#wze636 { top:12.0004px;left:88px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze637 { top:48.0004px;left:10px;bottom:auto;right:auto;width:300px;height:2px;display:block;z-index:1000; }#wze638 { top:66.625px;left:10px;bottom:auto;right:auto;width:300px;height:39px;display:block;z-index:1000; }#wze639 { top:2721.38px;left:56.5px;bottom:auto;right:auto;width:320px;height:289px;display:none;z-index:1000; }#wze640 { top:48.0004px;left:10px;bottom:auto;right:auto;width:300px;height:2px;display:block;z-index:1000; }#wze641 { top:76.6254px;left:24px;bottom:auto;right:auto;width:265px;height:198px;display:block;z-index:1000; }#wze642 { top:12.0004px;left:88px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wz-section-wzs88 { height:9070.16px;--section-height:9070.16px; }#wze658 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:1129.58px;display:block;z-index:1000; }#wze660 { top:1159.62px;left:413px;bottom:auto;right:auto;width:320px;height:114px;display:block;z-index:1000; }#wze661 { top:48.0004px;left:10px;bottom:auto;right:auto;width:300px;height:2px;display:block;z-index:1000; }#wze662 { top:67.0004px;left:78px;bottom:auto;right:auto;width:213px;height:19px;display:block;z-index:1000; }#wze663 { top:12.0004px;left:88px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze664 { top:1159.62px;left:35px;bottom:auto;right:auto;width:320px;height:114px;display:block;z-index:1000; }#wze665 { top:48.0004px;left:10px;bottom:auto;right:auto;width:300px;height:2px;display:block;z-index:1000; }#wze666 { top:12.0004px;left:88px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze667 { top:66.625px;left:10px;bottom:auto;right:auto;width:300px;height:39px;display:block;z-index:1000; }#wze668 { bottom:auto;right:auto;display:none;z-index:1000; }#wze669 { bottom:auto;right:auto;display:block;z-index:1000; }#wze670 { bottom:auto;right:auto;display:block;z-index:1000; }#wze671 { bottom:auto;right:auto;display:block;z-index:1000; }#wz-section-wzs91 { height:1297.58px;--section-height:1297.58px; }#wze672 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:671.531px;display:block;z-index:1000; }#wze673 { top:28px;left:486px;bottom:auto;right:auto;width:221px;height:28px;display:block;z-index:1000;text-align:right; }#wze674 { top:71px;left:199px;bottom:auto;right:auto;width:340px;height:530.984px;display:block;z-index:1000; }#wz-section-wzs92 { height:701.531px;--section-height:701.531px; }#wze659 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:467px;display:block;z-index:1000; }#wz-section-wzs93 { height:497px;--section-height:497px; }#wze861 { top:15px;left:708px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wz-section-wzs104 { height:80px;--section-height:80px; }#wze854 { top:320px;left:15px;bottom:auto;right:auto;width:738px;height:141.016px;display:block;z-index:1000; }#wze855 { top:66.0266px;left:151.875px;bottom:auto;right:auto;width:471.969px;height:34px;display:block;z-index:1000;text-align:right; }#wze856 { top:8.02462px;left:455.234px;bottom:auto;right:auto;width:158.969px;height:51px;display:block;z-index:1000;text-align:right; }#wze857 { top:15px;left:198.5px;bottom:auto;right:auto;width:371px;height:290px;display:block;z-index:1000; }.wzc331-image-bg { background-size:cover;background-repeat:no-repeat;background-position:top right; }#wz-section-wzs103 { height:476.016px;--section-height:476.016px; }#wze849 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:564px;display:block;z-index:1000;order:1; }#wze850 { top:54.156px;left:112.008px;bottom:auto;right:auto;width:544.5px;height:455.688px;display:block;z-index:1000; }#wze851 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:525px;display:block;z-index:1000;order:2; }#wze852 { top:189.499px;left:125.766px;bottom:auto;right:auto;width:523.969px;height:243px;display:block;z-index:1000;text-align:right; }#wze853 { top:92.5005px;left:223.221px;bottom:auto;right:auto;width:418.969px;height:60px;display:block;z-index:1000;text-align:right; }#wz-section-wzs102 { height:1089px;--section-height:1089px; }#wze844 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:502.688px;display:block;z-index:1000;order:1; }#wze845 { top:51px;left:110.485px;bottom:auto;right:auto;width:548.5px;height:400.688px;display:block;z-index:1000; }#wze846 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:196.016px;display:block;z-index:1000;order:2; }#wze848 { top:65.008px;left:205.573px;bottom:auto;right:auto;width:418.969px;height:66px;display:block;z-index:1000;text-align:right; }#wz-section-wzs101 { height:698.7035px;--section-height:698.7035px; }#wze839 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:482.703px;display:block;z-index:1000;order:1; }#wze840 { top:51px;left:116.979px;bottom:auto;right:auto;width:540.5px;height:380.688px;display:block;z-index:1000; }#wze841 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:307.016px;display:block;z-index:1000;order:2; }#wze842 { top:137.011px;left:215.072px;bottom:auto;right:auto;width:418.969px;height:120px;display:block;z-index:1000;text-align:right; }#wze843 { top:50.005px;left:215.07px;bottom:auto;right:auto;width:418.969px;height:60px;display:block;z-index:1000;text-align:right; }#wz-section-wzs100 { height:789.7035px;--section-height:789.7035px; }#wze834 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:577.703px;display:block;z-index:1000;order:1; }#wze835 { top:78.0075px;left:151.492px;bottom:auto;right:auto;width:466.5px;height:421.688px;display:block;z-index:1000; }#wze836 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:524px;display:block;z-index:1000;order:2; }#wze837 { top:101.01px;left:59.266px;bottom:auto;right:auto;width:573.969px;height:189px;display:block;z-index:1000;text-align:right; }#wze838 { top:27.004px;left:212.883px;bottom:auto;right:auto;width:418.969px;height:60px;display:block;z-index:1000;text-align:right; }#wze872 { top:307.996px;left:61.987px;bottom:auto;right:auto;width:573.969px;height:189px;display:block;z-index:1000;text-align:justify; }#wz-section-wzs99 { height:1101.6875px;--section-height:1101.6875px; }#wze829 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:537px;display:block;z-index:1000;order:1; }#wze830 { top:78.1485px;left:122.518px;bottom:auto;right:auto;width:540.5px;height:380.688px;display:block;z-index:1000; }#wze831 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:345.016px;display:block;z-index:1000;order:2; }#wze832 { top:173.011px;left:215.072px;bottom:auto;right:auto;width:418.969px;height:99px;display:block;z-index:1000;text-align:right; }#wze833 { top:73.0049px;left:215.073px;bottom:auto;right:auto;width:418.969px;height:60px;display:block;z-index:1000;text-align:right; }#wz-section-wzs98 { height:882.016px;--section-height:882.016px; }.cssgrid #wze140 { margin:  39px 0px 15px 0px; grid-area: 1 / 1 / 5 / 2; }.cssgrid #wze149 { margin:  46px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze141 { margin:  51px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze492 { margin:  51px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze815 { margin:  0px 0px 8px 0px; grid-area: 5 / 1 / 6 / 2;min-height: 0.640625px }.cssgrid #wze736 { margin:  17px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze754 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze798 { margin:  0px 0px 4px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 0.640625px }#wze707 { --gtr:5 }.cssgrid #wze707 { margin:  8px 0px 5px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze721 { margin:  6px 0px 6px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze723 { margin:  12px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze710 { margin:  14px 0px 0px 0px; grid-area: 1 / 1 / 8 / 2; }.cssgrid #wze753 { margin:  17px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze709 { margin:  23px 0px 0px 0px; grid-area: 1 / 1 / 5 / 2; }.cssgrid #wze743 { margin:  34px 0px 22px 0px; grid-area: 1 / 1 / 9 / 2; }.cssgrid #wze156 { margin:  0px 0px 31px 0px; grid-area: 3 / 1 / 6 / 2; }.cssgrid #wze155 { margin:  0px 0px 0px 0px; grid-area: 6 / 1 / 7 / 2; }#wze873 { --gtr:1 }.cssgrid #wze873 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze726 { --gtr:5 }.cssgrid #wze726 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze874 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze813 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze164 { margin:  14px 0px 25px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 152px }.cssgrid #wze741 { margin:  0px 0px 4px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze889 { margin:  0px 0px 22px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze896 { margin:  0px 0px 10px 0px; grid-area: 4 / 1 / 5 / 2;min-height: 1px }.cssgrid #wze895 { margin:  0px 0px 10px 0px; grid-area: 5 / 1 / 8 / 2; }.cssgrid #wze890 { margin:  3px 0px 0px 0px; grid-area: 5 / 1 / 7 / 2; }.cssgrid #wze892 { margin:  3px 0px 0px 0px; grid-area: 5 / 1 / 7 / 2; }.cssgrid #wze891 { margin:  15px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2;min-height: 1px }#wze877 { --gtr:1 }.cssgrid #wze877 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze897 { --gtr:5 }.cssgrid #wze897 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze906 { --gtr:5 }.cssgrid #wze906 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze886 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 0.625px }.cssgrid #wze878 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze880 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze881 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze898 { margin:  15px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 168px }.cssgrid #wze903 { margin:  0px 0px 22px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze904 { margin:  0px 0px 14px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze905 { margin:  0px 0px 8px 0px; grid-area: 4 / 1 / 5 / 2;min-height: 1px }.cssgrid #wze884 { margin:  0px 0px 8px 0px; grid-area: 5 / 1 / 7 / 2; }.cssgrid #wze901 { margin:  12px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze907 { margin:  14px 0px 1px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 164px }.cssgrid #wze908 { margin:  0px 0px 9px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze909 { margin:  0px 0px 14px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze910 { margin:  0px 0px 8px 0px; grid-area: 4 / 1 / 5 / 2;min-height: 1px }.cssgrid #wze912 { margin:  0px 0px 8px 0px; grid-area: 5 / 1 / 7 / 2; }.cssgrid #wze911 { margin:  12px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze785 { margin:  15px 0px 23px 0px; grid-area: 1 / 1 / 2 / 2; }#wze689 { --gtr:2 }.cssgrid #wze689 { margin:  0px 0px 18px 0px; grid-area: 2 / 1 / 3 / 2; }#wze782 { --gtr:1 }.cssgrid #wze782 { margin:  0px 0px 1px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze794 { margin:  0px 0px 40px 0px; grid-area: 4 / 1 / 5 / 2;min-height: 1px }#wze789 { --gtr:1 }.cssgrid #wze789 { margin:  0px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze796 { margin:  182px 0px 5px 0px; grid-area: 5 / 1 / 7 / 2;min-height: 1px }.cssgrid #wze691 { margin:  8px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze690 { margin:  13px 0px 31px 0px; grid-area: 1 / 1 / 4 / 2;min-height: 171px }.cssgrid #wze787 { margin:  131px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze793 { margin:  0px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2;min-height: 1px }.cssgrid #wze783 { margin:  9px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze784 { margin:  11px 0px 20px 0px; grid-area: 1 / 1 / 3 / 2;min-height: 176px }.cssgrid #wze810 { margin:  157px 0px 20px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze791 { margin:  7px 0px 11px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 164px }.cssgrid #wze790 { margin:  38px 0px 11px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze775 { margin:  20px 0px 30px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze825 { margin:  0px 0px 9px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze824 { margin:  10px 0px 0px 0px; grid-area: 2 / 1 / 4 / 2;min-height: 355px }#wze827 { --gtr:1 }.cssgrid #wze827 { margin:  0px 0px 9px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze828 { margin:  20px 0px 18px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze801 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 0.625px }#wze804 { --gtr:1 }.cssgrid #wze804 { margin:  0px 0px 177px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze805 { margin:  14px 0px 16px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze806 { margin:  14px 0px 16px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze807 { margin:  18px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze927 { --gtr:1 }.cssgrid #wze927 { margin:  11px 0px 4px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze817 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze816 { margin:  2px 0px 8px 0px; grid-area: 2 / 1 / 5 / 2; }.cssgrid #wze871 { margin:  3px 0px 0px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze864 { margin:  0px 0px 12px 0px; grid-area: 5 / 1 / 7 / 2;min-height: 221px }.cssgrid #wze863 { margin:  1px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2;min-height: 218px }.cssgrid #wze862 { margin:  4px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2;min-height: 215px }#wze869 { --gtr:1 }.cssgrid #wze869 { margin:  0px 0px 0px 0px; grid-area: 7 / 1 / 8 / 2; }#wze865 { --gtr:1 }.cssgrid #wze865 { margin:  0px 0px 0px 0px; grid-area: 7 / 1 / 9 / 2; }#wze867 { --gtr:1 }.cssgrid #wze867 { margin:  0px 0px 22px 0px; grid-area: 7 / 1 / 10 / 2; }.cssgrid #wze802 { margin:  0px 0px 73px 0px; grid-area: 10 / 1 / 11 / 2;min-height: 1px }.cssgrid #wze928 { margin:  6px 0px 8px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze930 { margin:  6px 0px 8px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze931 { margin:  6px 0px 8px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze929 { margin:  11px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze866 { margin:  4px 0px 7px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze868 { margin:  1px 0px 7px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze870 { margin:  6px 0px 2px 0px; grid-area: 1 / 1 / 2 / 2; }#wze756 { --gtr:1 }.cssgrid #wze756 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze758 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze764 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze759 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze757 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 5 / 2; }.cssgrid #wze169 { margin:  59px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze803 { margin:  0px 0px 25px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 0.625px }#wze719 { --gtr:5 }.cssgrid #wze719 { margin:  25px 0px 28px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze177 { margin:  40px 0px 20px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze363 { margin:  0px 0px 10px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze182 { margin:  8px 0px 33px 0px; grid-area: 2 / 1 / 6 / 2; }.cssgrid #wze527 { margin:  202px 0px 0px 0px; grid-area: 2 / 1 / 5 / 2; }.cssgrid #wze526 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }#wze230 { --gtr:3 }.cssgrid #wze230 { margin:  34px 0px -34px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze209 { margin:  19px 0px 3px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze385 { margin:  0px 0px 18px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze387 { margin:  5px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }#wze236 { --gtr:2 }.cssgrid #wze236 { margin:  0px 0px 2px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze237 { margin:  0px 0px 12px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 1px }.cssgrid #wze238 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze240 { margin:  0px 0px 14px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze858 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze146 { margin:  73px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze148 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze503 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze510 { --gtr:2 }.cssgrid #wze510 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }#wze512 { --gtr:2 }.cssgrid #wze512 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze514 { margin:  206px 0px 32px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze511 { margin:  0px 0px 20px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze515 { margin:  213px 0px 46px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze513 { margin:  0px 0px 30px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze145 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze859 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze932 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze933 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze268 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze242 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze264 { --gtr:1 }.cssgrid #wze264 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }#wze243 { --gtr:3 }.cssgrid #wze243 { margin:  0px 0px 54px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze247 { margin:  12px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze248 { margin:  0px 0px 17px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2px }.cssgrid #wze249 { margin:  0px 0px 28px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze267 { margin:  48px 0px 64px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 2px }.cssgrid #wze250 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze274 { --gtr:3 }.cssgrid #wze274 { margin:  0px 0px 24px 0px; grid-area: 2 / 1 / 3 / 2; }#wze278 { --gtr:3 }.cssgrid #wze278 { margin:  0px 0px 24px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze275 { margin:  12px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze277 { margin:  0px 0px 17px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2px }.cssgrid #wze276 { margin:  0px 0px 28px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze279 { margin:  12px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze280 { margin:  0px 0px 17px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2px }.cssgrid #wze281 { margin:  0px 0px 8px 0px; grid-area: 3 / 1 / 4 / 2; }#wze286 { --gtr:2 }.cssgrid #wze286 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze287 { margin:  28px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze288 { margin:  0px 0px 70px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze251 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze362 { margin:  0px 0px 30px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze357 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze358 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze359 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze360 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze361 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze860 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze468 { --gtr:3 }.cssgrid #wze468 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze475 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze528 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze529 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze456 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 6 / 2; }.cssgrid #wze472 { margin:  0px 0px 39px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze469 { margin:  0px 0px 1px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze471 { margin:  0px 0px 88px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze643 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze630 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze635 { --gtr:3 }.cssgrid #wze635 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }#wze631 { --gtr:3 }.cssgrid #wze631 { margin:  0px 0px 54px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze633 { margin:  12px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze632 { margin:  0px 0px 17px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2px }.cssgrid #wze634 { margin:  0px 0px 28px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze636 { margin:  12px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze637 { margin:  0px 0px 17px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2px }.cssgrid #wze638 { margin:  0px 0px 8px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze658 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze660 { --gtr:3 }.cssgrid #wze660 { margin:  0px 0px 24px 0px; grid-area: 2 / 1 / 3 / 2; }#wze664 { --gtr:3 }.cssgrid #wze664 { margin:  0px 0px 24px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze663 { margin:  12px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze661 { margin:  0px 0px 17px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2px }.cssgrid #wze662 { margin:  0px 0px 28px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze666 { margin:  12px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze665 { margin:  0px 0px 17px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2px }.cssgrid #wze667 { margin:  0px 0px 8px 0px; grid-area: 3 / 1 / 4 / 2; }#wze672 { --gtr:2 }.cssgrid #wze672 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze673 { margin:  28px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze674 { margin:  0px 0px 70px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze659 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze861 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze857 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 290px }#wze854 { --gtr:2 }.cssgrid #wze854 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze856 { margin:  8px 0px 7px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze855 { margin:  0px 0px 41px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze850 { margin:  54px 0px 54px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze853 { margin:  93px 0px 36px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze852 { margin:  0px 0px 93px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze845 { margin:  51px 0px 51px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze848 { margin:  65px 0px 65px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze840 { margin:  51px 0px 51px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze843 { margin:  50px 0px 27px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze842 { margin:  0px 0px 50px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze835 { margin:  78px 0px 78px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze838 { margin:  27px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze837 { margin:  0px 0px 18px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze872 { margin:  0px 0px 27px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze830 { margin:  78px 0px 78px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze833 { margin:  73px 0px 40px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze832 { margin:  0px 0px 73px 0px; grid-area: 2 / 1 / 3 / 2; }#wz-section-header  { --gtr:2 }#wz-section-wzs94  { --gtr:3 }#wz-section-wzs52  { --gtr:1 }#wz-section-wzs108  { --gtr:2 }#wz-section-wzs106  { --gtr:3 }#wz-section-wzs81  { --gtr:1 }#wz-section-wzs96  { --gtr:2 }#wz-section-wzs53  { --gtr:5 }#wz-section-wzs107  { --gtr:1 }#wz-section-wzs28  { --gtr:2 }#wz-section-wzs30  { --gtr:1 }#wz-section-footer  { --gtr:1 }#wz-section-wzs66  { --gtr:1 }#wz-section-wzs22  { --gtr:1 }#wz-section-wzs21  { --gtr:1 }#wz-section-wzs71  { --gtr:2 }#wz-section-wzs23  { --gtr:1 }#wz-section-wzs74  { --gtr:1 }#wz-section-wzs109  { --gtr:3 }#wz-section-wzs34  { --gtr:2 }#wz-section-wzs33  { --gtr:2 }#wz-section-wzs36  { --gtr:1 }#wz-section-wzs35  { --gtr:1 }#wz-section-wzs50  { --gtr:0 }#wz-section-wzs45  { --gtr:2 }#wz-section-wzs46  { --gtr:2 }#wz-section-wzs47  { --gtr:2 }#wz-section-wzs48  { --gtr:2 }#wz-section-wzs49  { --gtr:2 }#wz-section-wzs68  { --gtr:1 }#wz-section-wzs60  { --gtr:3 }#wz-section-wzs87  { --gtr:1 }#wz-section-wzs88  { --gtr:2 }#wz-section-wzs91  { --gtr:2 }#wz-section-wzs92  { --gtr:1 }#wz-section-wzs93  { --gtr:1 }#wz-section-wzs104  { --gtr:1 }#wz-section-wzs103  { --gtr:2 }#wz-section-wzs102  { --gtr:1 }#wz-section-wzs101  { --gtr:1 }#wz-section-wzs100  { --gtr:1 }#wz-section-wzs99  { --gtr:1 }#wz-section-wzs98  { --gtr:1 }}@media only screen and (min-width : 1170px) {#wze117 { display:none; }#wze146 .wz-shop-product { width: calc(33.333333333333% - 28px )}#wze242 .wz-blog-post-thumbnail+.wz-blog-post-content { margin-right: 269px }#wze630 .wz-blog-post-thumbnail+.wz-blog-post-content { margin-right: 269px }#wze641 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-right: 110px }#wze670 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-right: 110px }.cssgrid #wze140 { margin:  9px 0px 6px 0px; grid-area: 1 / 1 / 5 / 2; }.cssgrid #wze149 { margin:  29px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze492 { margin:  35px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze141 { margin:  35px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze815 { margin:  0px 0px 1px 0px; grid-area: 5 / 1 / 6 / 2;min-height: 1px }.cssgrid #wze736 { margin:  42px 0px 17px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze754 { margin:  0px 0px 8px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze798 { margin:  0px 0px 7px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 1px }#wze707 { --gtr:5 }.cssgrid #wze707 { margin:  9px 0px 77px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze723 { margin:  8px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze753 { margin:  23px 0px 1px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze710 { margin:  0px 0px 33px 0px; grid-area: 3 / 1 / 9 / 2; }.cssgrid #wze743 { margin:  9px 0px 0px 0px; grid-area: 3 / 1 / 8 / 2; }.cssgrid #wze156 { margin:  10px 0px 1px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze721 { margin:  26px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze709 { margin:  0px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze155 { margin:  53px 0px 0px 0px; grid-area: 5 / 1 / 7 / 2; }#wze873 { --gtr:1 }.cssgrid #wze873 { margin:  38px 0px 33px 0px; grid-area: 1 / 1 / 2 / 2; }#wze726 { --gtr:5 }.cssgrid #wze726 { margin:  0px 0px 52px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze813 { margin:  5px 0px 13px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze874 { margin:  11px 0px 13px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze164 { margin:  14px 0px 25px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 152px }.cssgrid #wze741 { margin:  0px 0px 4px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze889 { margin:  0px 0px 22px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze896 { margin:  0px 0px 10px 0px; grid-area: 4 / 1 / 5 / 2;min-height: 1px }.cssgrid #wze895 { margin:  0px 0px 10px 0px; grid-area: 5 / 1 / 8 / 2; }.cssgrid #wze890 { margin:  3px 0px 0px 0px; grid-area: 5 / 1 / 7 / 2; }.cssgrid #wze892 { margin:  3px 0px 0px 0px; grid-area: 5 / 1 / 7 / 2; }.cssgrid #wze891 { margin:  15px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2;min-height: 1px }#wze877 { --gtr:1 }.cssgrid #wze877 { margin:  18px 0px 44px 0px; grid-area: 1 / 1 / 2 / 2; }#wze897 { --gtr:5 }.cssgrid #wze897 { margin:  0px 0px 47px 0px; grid-area: 2 / 1 / 3 / 2; }#wze906 { --gtr:5 }.cssgrid #wze906 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze886 { margin:  0px 0px 3px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 1px }.cssgrid #wze880 { margin:  6px 0px 15px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze881 { margin:  6px 0px 15px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze878 { margin:  9px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze898 { margin:  15px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 168px }.cssgrid #wze903 { margin:  0px 0px 22px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze904 { margin:  0px 0px 14px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze905 { margin:  0px 0px 8px 0px; grid-area: 4 / 1 / 5 / 2;min-height: 1px }.cssgrid #wze884 { margin:  0px 0px 8px 0px; grid-area: 5 / 1 / 7 / 2; }.cssgrid #wze901 { margin:  12px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze907 { margin:  14px 0px 1px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 164px }.cssgrid #wze908 { margin:  0px 0px 9px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze909 { margin:  0px 0px 14px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze910 { margin:  0px 0px 8px 0px; grid-area: 4 / 1 / 5 / 2;min-height: 1px }.cssgrid #wze912 { margin:  0px 0px 8px 0px; grid-area: 5 / 1 / 7 / 2; }.cssgrid #wze911 { margin:  12px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze785 { margin:  15px 0px 13px 0px; grid-area: 1 / 1 / 2 / 2; }#wze689 { --gtr:2 }.cssgrid #wze689 { margin:  0px 0px 9px 0px; grid-area: 2 / 1 / 3 / 2; }#wze782 { --gtr:1 }.cssgrid #wze782 { margin:  0px 0px 34px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze794 { margin:  0px 0px 8px 0px; grid-area: 4 / 1 / 5 / 2;min-height: 3px }#wze789 { --gtr:1 }.cssgrid #wze789 { margin:  0px 0px 19px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze796 { margin:  0px 0px 54px 0px; grid-area: 6 / 1 / 7 / 2;min-height: 2px }.cssgrid #wze690 { margin:  1px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2;min-height: 173px }.cssgrid #wze691 { margin:  14px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze787 { margin:  138px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze793 { margin:  7px 0px -4.031px 0px; grid-area: 4 / 1 / 5 / 2;min-height: 2px }.cssgrid #wze784 { margin:  9px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 195px }.cssgrid #wze783 { margin:  17px 0px 9px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze810 { margin:  179px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze791 { margin:  8px 0px 15px 0px; grid-area: 1 / 1 / 3 / 2;min-height: 176px }.cssgrid #wze790 { margin:  17px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze775 { margin:  12px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze824 { margin:  0px 0px 20px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 470px }.cssgrid #wze825 { margin:  0px 0px 17px 0px; grid-area: 3 / 1 / 4 / 2; }#wze827 { --gtr:1 }.cssgrid #wze827 { margin:  0px 0px 26px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze828 { margin:  9px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze801 { margin:  6px 0px 41px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 1px }#wze804 { --gtr:1 }.cssgrid #wze804 { margin:  0px 0px 399px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze805 { margin:  10px 0px 9px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze806 { margin:  10px 0px 9px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze807 { margin:  14px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze927 { --gtr:1 }.cssgrid #wze927 { margin:  58px 0px 58px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze816 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze871 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze817 { margin:  6px 0px 7px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze864 { margin:  0px 0px 17px 0px; grid-area: 4 / 1 / 5 / 2;min-height: 256px }.cssgrid #wze863 { margin:  3px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2;min-height: 253px }.cssgrid #wze862 { margin:  6px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2;min-height: 250px }#wze869 { --gtr:1 }.cssgrid #wze869 { margin:  0px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2; }#wze867 { --gtr:1 }.cssgrid #wze867 { margin:  0px 0px 51px 0px; grid-area: 5 / 1 / 8 / 2; }#wze865 { --gtr:1 }.cssgrid #wze865 { margin:  6px 0px 0px 0px; grid-area: 5 / 1 / 7 / 2; }.cssgrid #wze802 { margin:  0px 0px 74px 0px; grid-area: 8 / 1 / 9 / 2;min-height: 1px }.cssgrid #wze928 { margin:  7px 0px 11px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze930 { margin:  7px 0px 11px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze931 { margin:  7px 0px 11px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze929 { margin:  10px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze868 { margin:  2px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze870 { margin:  2px 0px 3px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze866 { margin:  2px 0px 7px 0px; grid-area: 1 / 1 / 2 / 2; }#wze756 { --gtr:1 }.cssgrid #wze756 { margin:  37px 0px 49px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze757 { margin:  6px 0px 6px 0px; grid-area: 1 / 1 / 5 / 2; }.cssgrid #wze759 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze758 { margin:  38px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze764 { margin:  43px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze169 { margin:  48px 0px 86px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze803 { margin:  0px 0px 35px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 1px }#wze719 { --gtr:5 }.cssgrid #wze719 { margin:  87px 0px 25px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze363 { margin:  0px 0px 7px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze177 { margin:  32px 0px 16px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze182 { margin:  0px 0px 44px 0px; grid-area: 2 / 1 / 6 / 2; }.cssgrid #wze527 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze526 { margin:  15px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }#wze230 { --gtr:3 }.cssgrid #wze230 { margin:  74px 0px 1px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze209 { margin:  18px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze387 { margin:  49px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze385 { margin:  0px 0px 11px 0px; grid-area: 2 / 1 / 4 / 2; }#wze236 { --gtr:2 }.cssgrid #wze236 { margin:  0px 0px -0.0052000000000021px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze238 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze237 { margin:  0px 0px 11px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 1px }.cssgrid #wze240 { margin:  0px 0px 6px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze858 { margin:  29px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze146 { margin:  15px 0px 25px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze148 { margin:  33px 0px 195px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze503 { margin:  11px 0px 72px 0px; grid-area: 1 / 1 / 2 / 2; }#wze512 { --gtr:2 }.cssgrid #wze512 { margin:  0px 0px 93px 0px; grid-area: 2 / 1 / 4 / 2; }#wze510 { --gtr:2 }.cssgrid #wze510 { margin:  1px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze515 { margin:  213px 0px 46px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze513 { margin:  0px 0px 30px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze514 { margin:  206px 0px 32px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze511 { margin:  0px 0px 20px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze145 { margin:  10px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze859 { margin:  38px 0px 20px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze932 { margin:  24px 0px 3px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze933 { margin:  49px 0px 70px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze268 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }#wze264 { --gtr:1 }.cssgrid #wze264 { margin:  3px 0px 7px 0px; grid-area: 1 / 1 / 2 / 2; }#wze243 { --gtr:3 }.cssgrid #wze243 { margin:  0px 0px 23px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze242 { margin:  9px 0px 0px 0px; grid-area: 2 / 1 / 4 / 2; }#wze270 { --gtr:3 }.cssgrid #wze270 { margin:  0px 0px 104px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze267 { margin:  17px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 1px }.cssgrid #wze247 { margin:  12px 0px 7px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze248 { margin:  0px 0px 13px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2.96875px }.cssgrid #wze249 { margin:  0px 0px 32px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze271 { margin:  7px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze273 { margin:  0px 0px 27px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 4.96875px }.cssgrid #wze269 { margin:  0px 0px 14px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze250 { margin:  30px 0px 18px 0px; grid-area: 1 / 1 / 5 / 2; }#wze278 { --gtr:3 }.cssgrid #wze278 { margin:  30px 0px 27px 0px; grid-area: 1 / 1 / 2 / 2; }#wze274 { --gtr:3 }.cssgrid #wze274 { margin:  0px 0px 46px 0px; grid-area: 2 / 1 / 3 / 2; }#wze282 { --gtr:3 }.cssgrid #wze282 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze279 { margin:  12px 0px 7px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze280 { margin:  0px 0px 14px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 1.98438px }.cssgrid #wze281 { margin:  0px 0px 11px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze275 { margin:  15px 0px 4px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze277 { margin:  0px 0px 26px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 1.98438px }.cssgrid #wze276 { margin:  0px 0px 19px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze283 { margin:  16px 0px 2px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze284 { margin:  0px 0px 27px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2.98438px }.cssgrid #wze285 { margin:  0px 0px 14px 0px; grid-area: 3 / 1 / 4 / 2; }#wze286 { --gtr:2 }.cssgrid #wze286 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze287 { margin:  24px 0px 32px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze288 { margin:  0px 0px 60px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze251 { margin:  28px 0px 34px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze362 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze357 { margin:  30px 0px 30px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze358 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze359 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze360 { margin:  30px 0px 30px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze361 { margin:  30px 0px 30px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze860 { margin:  38px 0px 28px 0px; grid-area: 1 / 1 / 2 / 2; }#wze468 { --gtr:3 }.cssgrid #wze468 { margin:  55px 0px 0px 0px; grid-area: 1 / 1 / 5 / 2; }.cssgrid #wze475 { margin:  235px 0px 5px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze529 { margin:  0px 0px 5px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze528 { margin:  12px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze456 { margin:  0px 0px 26px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze472 { margin:  0px 0px 39px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze469 { margin:  0px 0px 1px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze471 { margin:  0px 0px 88px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze643 { margin:  22px 0px 25px 0px; grid-area: 1 / 1 / 2 / 2; }#wze635 { --gtr:3 }.cssgrid #wze635 { margin:  23px 0px 23px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze630 { margin:  52px 0px 15px 0px; grid-area: 1 / 1 / 5 / 2; }#wze631 { --gtr:3 }.cssgrid #wze631 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }#wze639 { --gtr:3 }.cssgrid #wze639 { margin:  362px 0px 0px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze636 { margin:  12px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze637 { margin:  0px 0px 17px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 1.98438px }.cssgrid #wze638 { margin:  0px 0px 8px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze633 { margin:  12px 0px 7px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze632 { margin:  0px 0px 13px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2.96875px }.cssgrid #wze634 { margin:  0px 0px 32px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze642 { margin:  7px 0px 9px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze640 { margin:  0px 0px 27px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 4.96875px }.cssgrid #wze641 { margin:  0px 0px 13px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze658 { margin:  30px 0px 18px 0px; grid-area: 1 / 1 / 5 / 2; }#wze664 { --gtr:3 }.cssgrid #wze664 { margin:  30px 0px 27px 0px; grid-area: 1 / 1 / 2 / 2; }#wze660 { --gtr:3 }.cssgrid #wze660 { margin:  0px 0px 39px 0px; grid-area: 2 / 1 / 3 / 2; }#wze668 { --gtr:3 }.cssgrid #wze668 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze666 { margin:  12px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze665 { margin:  0px 0px 14px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 1.98438px }.cssgrid #wze667 { margin:  0px 0px 11px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze663 { margin:  15px 0px 5px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze661 { margin:  0px 0px 26px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 1.98438px }.cssgrid #wze662 { margin:  0px 0px 19px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze671 { margin:  13px 0px 6px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze669 { margin:  0px 0px 27px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2.98438px }.cssgrid #wze670 { margin:  0px 0px 14px 0px; grid-area: 3 / 1 / 4 / 2; }#wze672 { --gtr:2 }.cssgrid #wze672 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze673 { margin:  24px 0px 32px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze674 { margin:  0px 0px 60px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze659 { margin:  28px 0px 34px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze861 { margin:  39px 0px 41px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze857 { margin:  29px 0px 12px 0px; grid-area: 1 / 1 / 3 / 2;min-height: 290px }#wze854 { --gtr:2 }.cssgrid #wze854 { margin:  161px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze856 { margin:  8px 0px 7px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze855 { margin:  0px 0px 41px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze850 { margin:  54px 0px 38px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze853 { margin:  93px 0px 37px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze852 { margin:  0px 0px 115px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze845 { margin:  51px 0px 12px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze848 { margin:  65px 0px 333px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze840 { margin:  51px 0px -16px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze843 { margin:  50px 0px 27px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze842 { margin:  0px 0px 159px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze835 { margin:  78px 0px 66px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze838 { margin:  27px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze837 { margin:  0px 0px 18px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze872 { margin:  0px 0px 69px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze830 { margin:  78px 0px -9px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze833 { margin:  73px 0px 40px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze832 { margin:  0px 0px 178px 0px; grid-area: 2 / 1 / 3 / 2; }#wz-section-header  { --gtr:2 }#wz-section-wzs94  { --gtr:3 }#wz-section-wzs52  { --gtr:1 }#wz-section-wzs108  { --gtr:2 }#wz-section-wzs106  { --gtr:3 }#wz-section-wzs81  { --gtr:1 }#wz-section-wzs96  { --gtr:2 }#wz-section-wzs53  { --gtr:5 }#wz-section-wzs107  { --gtr:1 }#wz-section-wzs28  { --gtr:2 }#wz-section-wzs30  { --gtr:1 }#wz-section-footer  { --gtr:1 }#wz-section-wzs66  { --gtr:1 }#wz-section-wzs22  { --gtr:1 }#wz-section-wzs21  { --gtr:1 }#wz-section-wzs71  { --gtr:2 }#wz-section-wzs23  { --gtr:1 }#wz-section-wzs74  { --gtr:1 }#wz-section-wzs109  { --gtr:4 }#wz-section-wzs34  { --gtr:3 }#wz-section-wzs33  { --gtr:5 }#wz-section-wzs36  { --gtr:1 }#wz-section-wzs35  { --gtr:1 }#wz-section-wzs50  { --gtr:0 }#wz-section-wzs45  { --gtr:1 }#wz-section-wzs46  { --gtr:1 }#wz-section-wzs47  { --gtr:1 }#wz-section-wzs48  { --gtr:1 }#wz-section-wzs49  { --gtr:1 }#wz-section-wzs68  { --gtr:1 }#wz-section-wzs60  { --gtr:5 }#wz-section-wzs87  { --gtr:1 }#wz-section-wzs88  { --gtr:4 }#wz-section-wzs91  { --gtr:5 }#wz-section-wzs92  { --gtr:1 }#wz-section-wzs93  { --gtr:1 }#wz-section-wzs104  { --gtr:1 }#wz-section-wzs103  { --gtr:1 }#wz-section-wzs102  { --gtr:1 }#wz-section-wzs101  { --gtr:1 }#wz-section-wzs100  { --gtr:1 }#wz-section-wzs99  { --gtr:1 }#wz-section-wzs98  { --gtr:1 }}