.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:238, 238, 238;--color_1_3:204, 204, 204;--color_1_4:167, 167, 167;--color_1_5:153, 153, 153;--color_2_1:119, 119, 119;--color_2_2:104, 104, 104;--color_2_3:102, 102, 102;--color_2_4:87, 87, 87;--color_2_5:68, 68, 68;--color_3_1:104, 107, 132;--color_3_2:87, 91, 118;--color_3_3:47, 53, 86;--color_3_4:68, 73, 103;--color_3_5:45, 53, 89;--color_4_1:217, 125, 131;--color_4_2:213, 111, 117;--color_4_3:197, 57, 66;--color_4_4:208, 95, 102;--color_4_5:203, 77, 85;--color_5_1:129, 162, 189;--color_5_2:115, 152, 182;--color_5_3:63, 114, 155;--color_5_4:99, 141, 174;--color_5_5:82, 128, 165;}
                          .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;
                            }
                        #wze386 { top:24px;left:0px;width:209px;height:50px;z-index:1000; }.wzc138:hover .wzc138-bg { background-color:rgb(240, 81, 40); }.wzc138:hover .wzc138-content {  }.wzc138:hover {  }.wzc138-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(0, 0, 0);border-radius:5px; }.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:yekan, tahoma, serif;font-size:30px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wze671 { top:99px;height:60px;z-index:999; }.wzc136-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(240, 81, 40); }.wzc136-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc136-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; }#wze669 { top:7.5px;left:467px;width:686px;height:45px;z-index:1000; }.wzc106 .wz-menu.wz-mega-menu > li > .sub-menu,.wzc106  .wz-menu.wz-classic-menu > li .sub-menu { text-align:right; }.wzc106  .wz-menu li > a { padding:0px 15px;font-family:yekan_fa;font-size:16px;color:rgb(255, 255, 255); }.wzc106 .wz-menu.wz-mega-menu li > a:hover,.wzc106  .wz-menu.wz-classic-menu li:hover > a { color:rgb(0, 0, 0); }.wzc106  .wz-menu li.wz-menu-has-children a:after { border-color:rgb(255, 255, 255); }.wzc106 .wz-menu.wz-mega-menu li.wz-menu-has-children > a:hover:after,.wzc106  .wz-menu.wz-classic-menu li.wz-menu-has-children:hover > a:after { border-color:rgb(0, 0, 0); }.wzc106  .wz-menu > li.active > a { color:rgb(0, 0, 0);background-color:rgb(240, 81, 40); }.wzc106  .wz-menu > li.wz-menu-has-children.active > a:after { border-color:rgb(0, 0, 0); }.wzc106  .wz-menu .sub-menu li > a { padding:5px 15px;color:rgb(255, 255, 255); }.wzc106 .wz-menu.wz-mega-menu .sub-menu li > a:hover,.wzc106  .wz-menu.wz-classic-menu .sub-menu li:hover > a { color:rgb(0, 0, 0); }.wzc106  .wz-menu .sub-menu  li.wz-menu-has-children > a:after { border-color:rgb(255, 255, 255); }.wzc106 .wz-menu.wz-mega-menu .sub-menu li.wz-menu-has-children > a:hover:after,.wzc106  .wz-menu.wz-classic-menu .sub-menu li.wz-menu-has-children:hover > a:after { border-color:rgb(0, 0, 0); }.wzc106  .wz-menu > li > .sub-menu > li > a { padding:5px 15px; }.wzc106 {  }.wzc106-list {  }.wzc106-mobile { background-color:rgba(255, 255, 255, 0); }#wze670 { top:14.5px;left:0px;width:300px;height:31px;z-index:1000; }.wzc70-form .wzc70-form-input { background-color:transparent;border-style:solid;border-color:rgba(255, 255, 255, 1);border-width:1px;box-shadow:none;color:rgb(255, 255, 255);font-size:13px;font-family:yekan_fa;border-radius:0px 0px 0px 0px ; }.wzc70-form .wzc70-form-submit {  }.wzc70-form { height:100%; }.wzc69:hover .wzc69-bg:after { width:90%;opacity:1; }.wzc69:hover .wzc69-bg {  }.wzc69:hover .wzc69-content { color:#fff; }.wzc69:hover {  }.wzc69-bg:after { content:'';position:absolute;z-index:1;transition:all 0.3s;width:0px;height:100%;top:50%;left:50%;background-color:rgb(153, 153, 153);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(255, 255, 255); }.wzc69-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px 0px 0px 0px ;border-style:solid;border-color:rgb(255, 255, 255);border-width:1px;overflow:hidden; }.wzc69-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(255, 255, 255); }#wze773 { top:5px;left:547.51px;width:85px;height:88px;z-index:1001; }.wzc35-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none; }.wzc35-img .wzc35-img-inner { width:100%;height:100%;float:left; }.wzc35-img { width:100%;height:100%;position:relative;overflow:hidden; }#wze773 .wzc35-img-inner { object-fit:cover; }#wze774 { top:27px;left:780.51px;width:375px;height:47px;z-index:1001;text-align:right; }.wzc4 { height:auto; }.wzc4-text { width:100%;height:auto; }#wz-section-header { height:159px;--section-height:159px; }.wzc-section-header { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-header-full { background-image:;background-color:rgb(255, 255, 255);background:; }.wzc-section-header-full:after { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-header-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; }.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; }#wze369 { top:141.75px;left:521.5px;width:648px;height:322.5px;z-index:999; }.wzc139-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(0, 0, 0, 0.46); }.wzc139-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc139-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; }#wze373 { top:20px;left:64.938px;width:552px;height:94px;z-index:1000;text-align:right; }#wze374 { top:136.25px;left:30.938px;width:586px;height:44px;z-index:1000;text-align:right; }#wze375 { top:218.75px;left:446.516px;width:170px;height:50px;z-index:1000; }.wzc73:hover .wzc73-bg { background-color:rgb(0, 0, 0);border-color:rgb(240, 81, 40);border-width:2px; }.wzc73:hover .wzc73-content {  }.wzc73:hover {  }.wzc73-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(240, 81, 40);border-radius:0px;border-style:solid; }.wzc73-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: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; }#wze376 { top:218.75px;left:258.016px;width:170px;height:50px;z-index:1000; }.wzc74:hover .wzc74-bg { background-color:rgb(0, 0, 0);border-color:rgb(240, 81, 40); }.wzc74:hover .wzc74-content {  }.wzc74:hover {  }.wzc74-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(162, 223, 72, 0);border-radius:0px;border-width:2px;border-style:solid;border-color:rgb(255, 255, 255); }.wzc74-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: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-wzs25 { height:629px;--section-height:629px; }.wzc-section-wzs25 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs25-full { background-color:rgb(47, 53, 86);background-image:url(../../uploads/cf77c7cb35594b66a2a55a06acd9336f.png) ;background:; }.wzc-section-wzs25-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze377 { top:58.75px;left:780px;width:375px;height:372.5px;z-index:1000; }.wzc18-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#fff; }.wzc18-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc18-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; }#wze378 { top:121.63px;left:4px;width:368px;height:80px;z-index:1000;text-align:right; }#wze379 { top:181.636px;left:12.001px;width:360px;height:101px;z-index:1000;text-align:right; }#wze380 { top:90.875px;left:140px;width:232px;height:27.5px;z-index:1000;text-align:right; }#wze385 { top:58.75px;left:404px;width:362px;height:369.5px;z-index:1000; }#wze776 { top:52.7518px;left:42.011px;width:278px;height:40.5px;z-index:1000;text-align:center; }#wze777 { top:128.743px;left:42px;width:278px;height:175px;z-index:1001;text-align:justify; }#wze405 { top:58.75px;left:15px;width:362px;height:369.5px;z-index:1000; }.wzc140-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(0, 0, 0); }.wzc140-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc140-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; }#wze402 { top:128.743px;left:45.5072px;width:271px;height:175px;z-index:1001;text-align:justify; }#wze404 { top:52.7522px;left:45.0029px;width:278px;height:40.5px;z-index:1000;text-align:center; }#wz-section-wzs34 { height:479px;--section-height:479px; }.wzc-section-wzs34 {  }#wze415 { top:42px;left:355px;width:460px;height:150.5px;z-index:1000; }.wzc72-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(0, 0, 0, 0); }.wzc72-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze412 { top:11px;left:26px;width:408px;height:109.5px;z-index:999;text-align:center; }#wze413 { top:62px;left:26px;width:408px;height:47px;z-index:1000;text-align:center; }#wze414 { top:148.5px;left:200px;width:60px;height:2px;z-index:1000; }#wze784 { top:217.526px;left:20.5px;width:1129px;height:577.023px;min-height:412.969px;z-index:1001; }.wzc148-wzListContainer .wzc148-wzListContainer-wzListItemContainer .wzc148-wzListContainer-wzListItemContainer-wzListItemLink .wzc148-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemImageBoxParent .wzc148-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemImageBoxParent-wzListItemImageBox .wzc148-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemImageBoxParent-wzListItemImageBox-wzListItemImage {  }.wzc148-wzListContainer .wzc148-wzListContainer-wzListItemContainer .wzc148-wzListContainer-wzListItemContainer-wzListItemLink .wzc148-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemImageBoxParent .wzc148-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemImageBoxParent-wzListItemImageBox {  }.wzc148-wzListContainer .wzc148-wzListContainer-wzListItemContainer .wzc148-wzListContainer-wzListItemContainer-wzListItemLink .wzc148-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemImageBoxParent {  }.wzc148-wzListContainer .wzc148-wzListContainer-wzListItemContainer .wzc148-wzListContainer-wzListItemContainer-wzListItemLink .wzc148-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemHeaderBox .wzc148-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemHeaderBox-wzListItemIndexBoxParent .wzc148-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemHeaderBox-wzListItemIndexBoxParent-wzListItemIndex {  }.wzc148-wzListContainer .wzc148-wzListContainer-wzListItemContainer .wzc148-wzListContainer-wzListItemContainer-wzListItemLink .wzc148-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemHeaderBox .wzc148-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemHeaderBox-wzListItemIndexBoxParent {  }.wzc148-wzListContainer .wzc148-wzListContainer-wzListItemContainer .wzc148-wzListContainer-wzListItemContainer-wzListItemLink .wzc148-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemHeaderBox .wzc148-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemHeaderBox-wzListItemPropertiesBox .wzc148-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemHeaderBox-wzListItemPropertiesBox-wzListItemTitleBox .wzc148-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemHeaderBox-wzListItemPropertiesBox-wzListItemTitleBox-wzListItemTitle {  }.wzc148-wzListContainer .wzc148-wzListContainer-wzListItemContainer .wzc148-wzListContainer-wzListItemContainer-wzListItemLink .wzc148-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemHeaderBox .wzc148-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemHeaderBox-wzListItemPropertiesBox .wzc148-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemHeaderBox-wzListItemPropertiesBox-wzListItemTitleBox {  }.wzc148-wzListContainer .wzc148-wzListContainer-wzListItemContainer .wzc148-wzListContainer-wzListItemContainer-wzListItemLink .wzc148-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemHeaderBox .wzc148-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemHeaderBox-wzListItemPropertiesBox .wzc148-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemHeaderBox-wzListItemPropertiesBox-wzListItemIntroduceBox .wzc148-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemHeaderBox-wzListItemPropertiesBox-wzListItemIntroduceBox-wzListItemIntroduce {  }.wzc148-wzListContainer .wzc148-wzListContainer-wzListItemContainer .wzc148-wzListContainer-wzListItemContainer-wzListItemLink .wzc148-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemHeaderBox .wzc148-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemHeaderBox-wzListItemPropertiesBox .wzc148-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemHeaderBox-wzListItemPropertiesBox-wzListItemIntroduceBox {  }.wzc148-wzListContainer .wzc148-wzListContainer-wzListItemContainer .wzc148-wzListContainer-wzListItemContainer-wzListItemLink .wzc148-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemHeaderBox .wzc148-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemHeaderBox-wzListItemPropertiesBox .wzc148-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemHeaderBox-wzListItemPropertiesBox-wzListItemDescriptionBox .wzc148-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemHeaderBox-wzListItemPropertiesBox-wzListItemDescriptionBox-wzListItemDescription {  }.wzc148-wzListContainer .wzc148-wzListContainer-wzListItemContainer .wzc148-wzListContainer-wzListItemContainer-wzListItemLink .wzc148-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemHeaderBox .wzc148-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemHeaderBox-wzListItemPropertiesBox .wzc148-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemHeaderBox-wzListItemPropertiesBox-wzListItemDescriptionBox {  }.wzc148-wzListContainer .wzc148-wzListContainer-wzListItemContainer .wzc148-wzListContainer-wzListItemContainer-wzListItemLink .wzc148-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemHeaderBox .wzc148-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemHeaderBox-wzListItemPropertiesBox {  }.wzc148-wzListContainer .wzc148-wzListContainer-wzListItemContainer .wzc148-wzListContainer-wzListItemContainer-wzListItemLink .wzc148-wzListContainer-wzListItemContainer-wzListItemLink-wzListItemHeaderBox {  }.wzc148-wzListContainer .wzc148-wzListContainer-wzListItemContainer .wzc148-wzListContainer-wzListItemContainer-wzListItemLink {  }.wzc148-wzListContainer .wzc148-wzListContainer-wzListItemContainer {  }.wzc148-wzListContainer {  }.wzc148  .wz-list-root { background:none;width:calc(33% - 20px);height:calc(100% - 20px);margin:10px; }.wzc148  .wz-list-item-container { flex-flow:row nowrap !important;gap:1rem;height:100%;background-color:rgb(255, 255, 255);font-family:iransans_fa;transition:all ease-in-out .3s;padding:10px;direction:rtl;overflow:hidden;box-shadow:5px 5px 20px 0px rgba(0, 0, 0, 0.1); }.wzc148  .wz-list-item-container:hover { background-color:rgb(255, 255, 255); }.wzc148  .wz-list-item-link { width:100%;height:100%;display:flex;justify-content:space-between;flex-flow:row nowrap; }.wzc148  .wz-list-item-image-box-parent { display:flex;align-items:center;width:calc(30% - 0.5rem) !important;text-align:right;padding:0; }.wzc148  .wz-list-item-image-box { width:100%;margin:0;display:inline-block;border-width:0;border-style:solid;border-radius:0;overflow:hidden; }.wzc148  .wz-list-item-image-box img { aspect-ratio:1;object-fit:cover;width:100%; }.wzc148  .wz-list-item-header-box { display:flex;flex-flow:row nowrap;gap:1.5rem;justify-content:end;width:calc(70% - 0.5rem); }.wzc148  .wz-list-item-index-box { border-style:solid;border-width:0;border-color:#ffffff;border-radius:0;overflow:visible !important; }.wzc148  .wz-list-item-index-box p { color:#000000;font-size:22px;font-weight:bold;direction:rtl;text-align:center; }.wzc148  .wz-list-item-properties-box { display:flex;flex-flow:column;gap:2px;justify-content:center;width:80%;height:100%; }.wzc148  .wz-list-item-title-box { order:0;padding:0; }.wzc148  .wz-list-item-title-box p { font-size:15px;font-weight:bold;direction:rtl;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }.wzc148  .wz-list-item-introduce-box { order:1; }.wzc148  .wz-list-item-introduce-box p { font-size:12px;direction:rtl;text-align:right;color:#a1a1a1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; }.wzc148  .wz-list-item-description-box { font-size:12px;direction:rtl;order:2;padding:0.5rem 0; }.wzc148  .wz-list-item-description-box p { font-size:12px;direction:rtl;text-align:right; }.wzc148  .wz-list-item-button-main-box { width:100%;text-align:right;order:3;padding:0.5rem 0; }.wzc148  .wz-list-item-button-box { text-align:center;padding:7px;width:125px;max-width:100%; }.wzc148  .wz-list-item-button-box .wz-partial-template { padding:5px; }.wzc148 {  }.wzc144:hover .wzc144-bg:after { width:90%;opacity:1; }.wzc144:hover .wzc144-bg {  }.wzc144:hover .wzc144-content { color:#fff; }.wzc144:hover {  }.wzc144-bg:after { content:'';position:absolute;z-index:1;transition:all 0.3s;width:0px;height:100%;top:50%;left:50%;background-color:#a1a1a1;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%); }.wzc144-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px;border-style:solid;border-color:#a1a1a1;border-width:3px;overflow:hidden; }.wzc144-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:#a1a1a1; }#wze784 .wz-list-item-title-box { order:0; }#wze784 .wz-list-item-introduce-box { order:1; }#wze784 .wz-list-item-description-box { order:2; }#wze807 { top:821.489px;left:359.564px;width:205.844px;height:40px;z-index:1002; }.wzc156:hover .wzc156-bg { background-color:rgb(243, 120, 88); }.wzc156:hover .wzc156-content {  }.wzc156:hover {  }.wzc156-bg:after { content:'';position:absolute;width:100%;height:50%;top:0px;left:0px;background-color:rgb(243, 120, 88); }.wzc156-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(240, 81, 40);overflow:hidden;border-radius:0px; }.wzc156-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;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:#fff; }#wze820 { top:821.488px;left:614.6px;width:205.844px;height:40px;z-index:1002; }#wz-section-wzs35 { height:964.023px;--section-height:964.023px; }.wzc-section-wzs35-full { background-color:rgb(245, 245, 245); }#wze795 { top:230.5px;left:55.015px;width:1060px;height:403px;z-index:1000; }.wzc154 .wz-gallery > li > figure,.wzc154  .wz-gallery > li > figure:before,.wzc154  .wz-gallery > li > figure:after,.wzc154  .wz-gallery > li > figure > figcaption,.wzc154  .wz-gallery-slider .wz-gallery-caption { background-color:rgba(231, 76, 60, 0.75); }.wzc154  .wz-gallery-caption { text-align:center; }.wzc154  .wz-gallery-caption  h3 { font-family:yekan, tahoma, serif;font-size:15px;line-height:15px;color:#fff; }.wzc154  .wz-gallery-caption  p { font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc154  .wz-gallery li  img.wz-gallery-image { object-fit:cover;object-fit:cover; }.wzc154 {  }.wzc154-slider .wzc154-slider-items {  }.wzc154-slider  .flex-direction-nav a:before { color:#999; }.wzc154-slider {  }#wze796 { top:51px;left:355.008px;width:460px;height:150.5px;z-index:1000; }#wze797 { top:11.001px;left:26.003px;width:408px;height:109.5px;z-index:999;text-align:center; }#wze798 { top:62px;left:26px;width:408px;height:47px;z-index:1000;text-align:center; }#wze799 { top:148.5px;left:200px;width:60px;height:2px;z-index:1000; }#wz-section-wzs66 { height:689.5px;--section-height:689.5px; }#wze451 { top:84px;left:584.5px;width:1px;height:150px;z-index:1000; }.wzc89-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(238, 238, 238); }.wzc89-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze457 { top:60.25px;left:0px;width:530px;height:206.5px;z-index:1000; }.wzc34-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0); }.wzc34-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze458 { top:36px;left:436px;width:80px;height:80px;z-index:1001; }#wze458 .wzc35-img-inner { object-fit:cover; }#wze459 { top:36px;left:43.5px;width:375px;height:43.5px;z-index:1000;text-align:right; }#wze464 { top:91.75px;left:15.5px;width:400px;height:103.5px;z-index:1002; }.wzc151-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(255, 255, 255); }.wzc151-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc151-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; }#wze465 { top:8.5px;left:12.5px;width:375px;height:67.5px;z-index:1003;text-align:center; }#wze466 { top:64.5px;left:43px;width:314px;height:24px;z-index:1000;text-align:center; }#wze786 { top:174.5px;left:666.005px;width:251px;height:59px;z-index:1003; }.wzc150  .wz-social-media-list { flex-flow:row-reverse nowrap;gap:5px; }.wzc150  .wz-social-media-icon { width:59px; }.wzc150  .wz-social-media-portal { flex-flow:column;gap:10px; }.wzc150  .wz-social-media-portal img { width:59px; }.wzc150  .wz-social-media-portal p { font-family:iransans_fa, sans-serif;font-size:13px;text-align:center;color:#313131; }.wzc150 {  }.wzc150-root .wzc150-root-list .wzc150-root-list-item .wzc150-root-list-item-link .wzc150-root-list-item-link-icon {  }.wzc150-root .wzc150-root-list .wzc150-root-list-item .wzc150-root-list-item-link {  }.wzc150-root .wzc150-root-list .wzc150-root-list-item {  }.wzc150-root .wzc150-root-list {  }.wzc150-root .wzc150-root-portal .wzc150-root-portal-portalIcon {  }.wzc150-root .wzc150-root-portal .wzc150-root-portal-portalText {  }.wzc150-root .wzc150-root-portal {  }.wzc150-root {  }#wze800 { top:96.25px;left:748.511px;width:375px;height:43.5px;z-index:1000;text-align:right; }#wz-section-wzs36 { height:324.5px;--section-height:324.5px; }.wzc-section-wzs36 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs36-full { background-image:url(../../uploads/b06b09da3f654fc4891012867594045a.jpg);background-attachment:fixed;background:;background-color:rgb(255, 255, 255); }.wzc-section-wzs36-full:after { background:;background-color:rgb(240, 81, 40); }#wze802 { top:0.0156px;height:512px;z-index:1000; }.wzc109-code .wzc109-code-default { position:absolute;left:0px;top:0px;width:100%;height:100%;background-color:#ccc; }.wzc109-code { position:absolute;left:0px;top:0px;width:100%;height:100%; }#wz-section-wzs68 { height:513px;--section-height:513px; }.wzc-section-wzs68 {  }#wze432 { top:38px;left:346.721px;width:806.283px;height:114px;z-index:1000; }#wze435 { top:2px;left:694.315px;width:107px;height:107px;z-index:1002; }#wze435 .wzc35-img-inner { object-fit:cover; }#wze436 { top:35px;left:522.934px;width:162px;height:40.5px;z-index:1000;text-align:right; }#wze438 { top:22.5px;left:13.7031px;width:507px;height:67.5px;z-index:1001;text-align:right; }#wze441 { top:190px;left:930.008px;width:240px;height:22.5px;z-index:1003;text-align:justify; }#wze803 { top:38px;left:38.387px;width:116px;height:34.5px;z-index:1003;text-align:center; }#wze804 { top:43.5px;left:167.375px;width:111px;height:24px;z-index:1003; }.wzc155  .wz-social-media-list { flex-flow:row-reverse nowrap;gap:5px; }.wzc155  .wz-social-media-icon { width:24px; }.wzc155  .wz-social-media-portal { flex-flow:column;gap:10px; }.wzc155  .wz-social-media-portal img { width:59px; }.wzc155  .wz-social-media-portal p { font-family:iransans_fa, sans-serif;font-size:13px;text-align:center;color:#313131; }.wzc155 {  }.wzc155-root .wzc155-root-list .wzc155-root-list-item .wzc155-root-list-item-link .wzc155-root-list-item-link-icon {  }.wzc155-root .wzc155-root-list .wzc155-root-list-item .wzc155-root-list-item-link {  }.wzc155-root .wzc155-root-list .wzc155-root-list-item {  }.wzc155-root .wzc155-root-list {  }.wzc155-root .wzc155-root-portal .wzc155-root-portal-portalIcon {  }.wzc155-root .wzc155-root-portal .wzc155-root-portal-portalText {  }.wzc155-root .wzc155-root-portal {  }.wzc155-root {  }#wze805 { top:109px;left:38.3902px;width:240px;height:37px;z-index:1003;text-align:justify; }#wze806 { top:160px;left:38.3903px;width:240px;height:55.5px;z-index:1003;text-align:justify; }#wze822 { top:67.0143px;left:38.3867px;width:116px;height:34.5px;z-index:1003;text-align:center; }#wz-section-footer { height:220.5px;--section-height:220.5px; }.wzc-section-footer { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-footer-full { background-color:rgb(245, 245, 245);background:; }.wzc-section-footer-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze672 { top:0px;left:335px;width:500px;height:335px;z-index:1000; }#wze673 { top:138.5px;left:62.5px;width:375px;height:58px;z-index:1000;text-align:center; }#wz-section-wzs46 { height:335px;--section-height:335px; }.wzc-section-wzs46-full { background-image:url(../../uploads/263e67948f76493caf1efdfa5c9ffcf2.jpg);background-attachment:fixed;background-size:cover;background-repeat:no-repeat; }#wze308 { top:27px;left:308px;width:847px;height:265px;z-index:1000; }.wzc54  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-title { font-family:iransans;font-size:23px;color:#000; }.wzc54  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-content { font-family:yekan_fa;font-size:13px;color:rgb(102, 102, 102); }.wzc54  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-thumbnail { width:300px; }.wzc54  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc54  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta .wz-blog-post-meta-icon { fill:#000;width:13px;height:13px; }.wzc54 .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-section,.wzc54  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-title,.wzc54  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta { padding-left:10px;padding-right:10px; }.wzc54  .wz-blog-recent-posts .wz-blog-post-item { padding:10px 0;flex:1 1 100%;max-width:100%;margin-left:0px;margin-right:0px; }.wzc54  .wz-blog-recent-posts .wz-blog-post-item+.wz-blog-post-item { margin-top:20px; }.wzc54  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-more { width:100px;height:30px;margin-top:10px; }.wzc54 {  }.wzc54-posts { text-align:right; }.wzc110:hover .wzc110-bg { background-color:rgb(45, 53, 89); }.wzc110:hover .wzc110-content { color:#fff; }.wzc110:hover {  }.wzc110-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(162, 223, 72);border-radius:0px;border-color:#6FA8DC;border-width:0px;border-style:solid; }.wzc110-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(255, 255, 255); }#wze309 { top:27px;left:15px;width:263px;height:419.406px;z-index:1000; }#wze310 { top:10px;left:10px;width:242px;height:54px;z-index:1000;text-align:right; }#wze311 { top:70px;left:10px;width:242px;height:4px;z-index:1000; }.wzc76-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(162, 223, 72); }.wzc76-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc76-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; }#wze312 { top:80px;left:10px;width:242px;height:39.9844px;z-index:1000; }.wzc61  .wz-blog-list .wz-blog-post-item .wz-blog-post-title { font-family:iransans;font-size:13px;color:#000; }.wzc61  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail { width:90px;height:60px; }.wzc61  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:cover; }.wzc61  .wz-blog-list .wz-blog-post-item .wz-blog-post-meta { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc61  .wz-blog-list .wz-blog-post-item+.wz-blog-post-item { margin-top:20px; }.wzc61 {  }.wzc61-posts {  }#wze313 { top:296.416px;left:10px;width:242px;height:57px;z-index:1000;text-align:right; }#wze314 { top:356.416px;left:10px;width:242px;height:4px;z-index:1000; }#wze315 { top:366.416px;left:10px;width:242px;height:38px;z-index:1000; }.wzc57  .wz-blog-archive > li > a { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc57  .wz-blog-archive .sub-list > li > a { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc57 {  }.wzc57-list { direction:rtl; }#wz-section-wzs31 { height:534.297px;--section-height:534.297px; }#wze316 { top:34px;left:308px;width:847px;height:602.344px;z-index:1000; }.wzc58  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-title { font-family:yekan, tahoma, serif;font-size:23px; }.wzc58  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-content { font-family:yekan, tahoma, serif;font-size:13px; }.wzc58  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc58  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta .wz-blog-post-meta-icon { fill:#000;width:13px;height:13px; }.wzc58 .wz-blog-single-post .wz-blog-post-item .wz-blog-post-section,.wzc58  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-title,.wzc58  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta { padding-left:10px;padding-right:10px; }.wzc58  .wz-blog-single-post .wz-blog-post-item { padding:10px 0; }.wzc58 {  }.wzc58-posts {  }#wze318 { top:34px;left:15px;width:263px;height:556.984px;z-index:1000; }#wze319 { top:10px;left:10px;width:242px;height:27px;z-index:1000;text-align:right; }#wze320 { top:40px;left:10px;width:242px;height:4px;z-index:1000; }#wze321 { top:50px;left:10px;width:242px;height:393.984px;z-index:1000; }.wzc56  .wz-blog-list .wz-blog-post-item .wz-blog-post-title { font-family:yekan, tahoma, serif;font-size:13px;color:#000; }.wzc56  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail { width:90px;height:60px; }.wzc56  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:cover; }.wzc56  .wz-blog-list .wz-blog-post-item .wz-blog-post-meta { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc56  .wz-blog-list .wz-blog-post-item+.wz-blog-post-item { margin-top:20px; }.wzc56 {  }.wzc56-posts {  }#wze322 { top:464.016px;left:10px;width:242px;height:27px;z-index:1000;text-align:right; }#wze323 { top:494.016px;left:10px;width:242px;height:4px;z-index:1000; }#wze324 { top:504.016px;left:10px;width:242px;height:38px;z-index:1000; }#wz-section-wzs30 { height:676.328px;--section-height:676.328px; }#wze317 { top:0.0119px;left:308px;width:847px;height:462px;z-index:1000; }.wzc59  .wz-blog-comment { padding:10px; }.wzc59  .wz-blog-comment+.wz-blog-comment { margin-top:10px; }.wzc59  .wz-blog-comment .wz-blog-comment-author { font-family:yekan, tahoma, serif;font-size:14px;color:#757070; }.wzc59  .wz-blog-comment .wz-blog-comment-message { font-family:yekan, tahoma, serif;font-size:14px;color:#999999; }.wzc59  .wz-blog-comment-from { width:500px; }.wzc59 {  }.wzc59-container .wzc59-container-comments {  }.wzc59-container .wzc59-container-form { max-width:100%;height:auto; }.wzc59-container {  }.wzc26-contactForm .wzc26-contactForm-sections .wzc26-contactForm-sections-section1 .wzc26-contactForm-sections-section1-formRow .wzc26-contactForm-sections-section1-formRow-input {  }.wzc26-contactForm .wzc26-contactForm-sections .wzc26-contactForm-sections-section1 .wzc26-contactForm-sections-section1-formRow {  }.wzc26-contactForm .wzc26-contactForm-sections .wzc26-contactForm-sections-section1 {  }.wzc26-contactForm .wzc26-contactForm-sections .wzc26-contactForm-sections-section2 .wzc26-contactForm-sections-section2-messageRow .wzc26-contactForm-sections-section2-messageRow-message { height:120px; }.wzc26-contactForm .wzc26-contactForm-sections .wzc26-contactForm-sections-section2 .wzc26-contactForm-sections-section2-messageRow {  }.wzc26-contactForm .wzc26-contactForm-sections .wzc26-contactForm-sections-section2 { height:auto;margin-top:-5px; }.wzc26-contactForm .wzc26-contactForm-sections { width:100%;margin-bottom:0px;display:block;position:relative; }.wzc26-contactForm .wzc26-contactForm-footer .wzc26-contactForm-footer-submit .wzc26-contactForm-footer-submit-inner { width:100%;height:100%; }.wzc26-contactForm .wzc26-contactForm-footer .wzc26-contactForm-footer-submit { background-color:transparent;outline:0;border:0;position:relative;height:30px;width:120px;cursor:pointer;max-width:100%; }.wzc26-contactForm .wzc26-contactForm-footer { padding:0px 5px;padding-bottom:5px; }.wzc26-contactForm .wzc26-contactForm-resultSection .wzc26-contactForm-resultSection-result { border:1px solid #1abc9c;color:#1abc9c;padding:5px 10px;font-size:13px;opacity:0;font-family:yekan, tahoma, serif; }.wzc26-contactForm .wzc26-contactForm-resultSection { height:40px;padding-top:5px; }.wzc26-contactForm  .wzc26-contactForm-resultSection .form-result-show { opacity:1; }.wzc26-contactForm  .wzc26-contactForm-resultSection .form-result-error { border-color:#e74c3c;color:#e74c3c; }.wzc26-contactForm  .wz-form-input-row { width:100%;margin-bottom:5px; }.wzc26-contactForm input,.wzc26-contactForm  textarea { width:100%;box-sizing:border-box;font-family:yekan, tahoma, serif;padding:5px;outline:0;resize:none;border-width:1px;border-style:solid;border-color:#999999;color:#999999;font-size:13px;background-color:transparent; }.wzc26-contactForm  .wz-form-input-row:last-child { margin-bottom:0px; }.wzc26-contactForm  *::-webkit-input-placeholder { color:#999999; }.wzc26-contactForm  *::-moz-placeholder { color:#999999; }.wzc26-contactForm  *:-ms-input-placeholder { color:#999999; }.wzc26-contactForm  *:-moz-placeholder { color:#999999; }.wzc26-contactForm  .wz-form-section { width:100%;display:block;box-sizing:border-box;padding:5px; }.wzc26-contactForm  label { margin-bottom:5px;font-family:yekan, tahoma, serif;font-size:13px;display:inline-block;color:#000; }.wzc26-contactForm { direction:rtl; }.wzc27-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:transparent;border-style:solid;border-width:1px;border-color:#999999; }.wzc27-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc19:hover .wzc19-bg:after { width:90%;opacity:1; }.wzc19:hover .wzc19-bg {  }.wzc19:hover .wzc19-content { color:#fff; }.wzc19:hover {  }.wzc19-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%); }.wzc19-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px;border-style:solid;border-color:#999999;border-width:3px;overflow:hidden; }.wzc19-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:#999999; }#wz-section-wzs57 { height:676px;--section-height:676px; }#wze674 { top:0px;left:335px;width:500px;height:335px;z-index:1000; }#wze675 { top:138.5px;left:62.5px;width:375px;height:58px;z-index:1000;text-align:center; }#wz-section-wzs33 { height:335px;--section-height:335px; }.wzc-section-wzs33-full { background-image:url(../../uploads/263e67948f76493caf1efdfa5c9ffcf2.jpg);background-attachment:fixed; }#wze676 { top:44px;left:235px;width:700px;height:151px;z-index:1000; }#wze677 { top:35px;left:100px;width:500px;height:81px;z-index:999;text-align:center; }#wze678 { top:52px;left:146px;width:408px;height:47px;z-index:1000;text-align:center; }#wze679 { top:149px;left:320px;width:60px;height:2px;z-index:1000; }#wze680 { top:231px;left:633.5px;width:454px;height:191px;z-index:1001; }.wzc107-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(0, 0, 0, 0);border-width:1px;border-style:solid;border-color:rgb(204, 204, 204); }.wzc107-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze681 { top:24.5px;left:391.58px;width:45px;height:45px;z-index:1002; }.wzc167 { overflow:hidden; }.wzc167-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(240, 81, 40); }#wze683 { top:14px;left:191.578px;width:183px;height:31px;z-index:1000;text-align:right; }#wze813 { top:112px;left:21.578px;width:353px;height:44px;z-index:1003;text-align:justify; }#wze814 { top:61px;left:25.659px;width:346px;height:44px;z-index:1003;text-align:justify; }#wze690 { top:231px;left:154.375px;width:360px;height:187px;z-index:1001; }#wze692 { top:10.5px;left:295px;width:45px;height:45px;z-index:1002; }#wze693 { top:12.5px;left:96.1639px;width:183px;height:31px;z-index:1000;text-align:right; }#wze815 { top:55.5px;left:92.2489px;width:183px;height:35px;z-index:1003;text-align:right; }#wze816 { top:90.5px;left:137.255px;width:138px;height:35px;z-index:1003;text-align:right; }#wze817 { top:126.5px;left:137.256px;width:138px;height:35px;z-index:1003;text-align:right; }#wze695 { top:453px;left:15.0156px;width:1139px;height:536px;z-index:1000; }#wze696 { top:381px;left:626.5px;width:527px;height:462px;z-index:1000; }.wzc111-contactForm .wzc111-contactForm-sections .wzc111-contactForm-sections-section1 .wzc111-contactForm-sections-section1-formRow .wzc111-contactForm-sections-section1-formRow-label {  }.wzc111-contactForm .wzc111-contactForm-sections .wzc111-contactForm-sections-section1 .wzc111-contactForm-sections-section1-formRow .wzc111-contactForm-sections-section1-formRow-input {  }.wzc111-contactForm .wzc111-contactForm-sections .wzc111-contactForm-sections-section1 .wzc111-contactForm-sections-section1-formRow {  }.wzc111-contactForm .wzc111-contactForm-sections .wzc111-contactForm-sections-section1 {  }.wzc111-contactForm .wzc111-contactForm-sections .wzc111-contactForm-sections-section2 .wzc111-contactForm-sections-section2-messageRow .wzc111-contactForm-sections-section2-messageRow-messageLabel {  }.wzc111-contactForm .wzc111-contactForm-sections .wzc111-contactForm-sections-section2 .wzc111-contactForm-sections-section2-messageRow .wzc111-contactForm-sections-section2-messageRow-message { height:140px; }.wzc111-contactForm .wzc111-contactForm-sections .wzc111-contactForm-sections-section2 .wzc111-contactForm-sections-section2-messageRow {  }.wzc111-contactForm .wzc111-contactForm-sections .wzc111-contactForm-sections-section2 { height:auto;margin-top:-5px; }.wzc111-contactForm .wzc111-contactForm-sections { width:100%;margin-bottom:0px;display:block;position:relative; }.wzc111-contactForm .wzc111-contactForm-footer .wzc111-contactForm-footer-submit .wzc111-contactForm-footer-submit-inner { width:100%;height:100%; }.wzc111-contactForm .wzc111-contactForm-footer .wzc111-contactForm-footer-submit { background-color:transparent;outline:0;border:0;position:relative;height:65px;width:120px;cursor:pointer;max-width:100%; }.wzc111-contactForm .wzc111-contactForm-footer { padding:0px 5px;padding-bottom:5px; }.wzc111-contactForm .wzc111-contactForm-resultSection .wzc111-contactForm-resultSection-result { border:1px solid #1abc9c;color:#1abc9c;padding:5px 10px;font-size:13px;opacity:0;font-family:yekan, tahoma, serif; }.wzc111-contactForm .wzc111-contactForm-resultSection { height:40px;padding-top:5px; }.wzc111-contactForm  .wzc111-contactForm-resultSection .form-result-show { opacity:1; }.wzc111-contactForm  .wzc111-contactForm-resultSection .form-result-error { border-color:#e74c3c;color:#e74c3c; }.wzc111-contactForm  .wz-form-input-row { width:100%;margin-bottom:5px; }.wzc111-contactForm input,.wzc111-contactForm  textarea { width:100%;box-sizing:border-box;font-family:yekan, tahoma, serif;padding:5px;outline:0;resize:none;border-width:1px;border-style:solid;border-color:rgb(204, 204, 204);color:#000;font-size:13px; }.wzc111-contactForm  .wz-form-input-row:last-child { margin-bottom:0px; }.wzc111-contactForm  *::-webkit-input-placeholder { color:#fff; }.wzc111-contactForm  *::-moz-placeholder { color:#fff; }.wzc111-contactForm  *:-ms-input-placeholder { color:#fff; }.wzc111-contactForm  *:-moz-placeholder { color:#fff; }.wzc111-contactForm  .wz-form-section { width:100%;display:block;box-sizing:border-box;padding:5px; }.wzc111-contactForm  label { margin-bottom:5px;font-family:yekan, tahoma, serif;font-size:13px;display:inline-block;color:rgb(153, 153, 153); }.wzc111-contactForm { direction:rtl; }#wz-section-wzs48 { height:999px;--section-height:999px; }#wze697 { top:0px;left:335px;width:500px;height:335px;z-index:1000; }#wze698 { top:138.5px;left:62.5px;width:375px;height:58px;z-index:1000;text-align:center; }#wz-section-wzs49 { height:335px;--section-height:335px; }.wzc-section-wzs49-full { background-image:url(../../uploads/263e67948f76493caf1efdfa5c9ffcf2.jpg);background-attachment:fixed; }#wze699 { top:44px;left:235px;width:700px;height:151px;z-index:1000; }#wze700 { top:16px;left:64px;width:572px;height:119px;z-index:999;text-align:center; }#wze701 { top:62px;left:146px;width:408px;height:43px;z-index:1000;text-align:center; }#wze702 { top:149px;left:320px;width:60px;height:2px;z-index:1000; }#wze720 { top:320px;left:347.767px;width:822.233px;height:369px;z-index:1003; }#wze720 .wzc35-img-inner { object-fit:cover; }#wze721 { top:320px;left:0px;width:699.383px;height:369px;z-index:1002; }#wze721 .wzc35-img-inner { object-fit:cover; }#wze722 { top:335px;left:778px;width:375px;height:41px;z-index:1004;text-align:right; }#wze723 { top:389.5px;left:653px;width:500px;height:224px;z-index:1004;text-align:justify; }#wz-section-wzs50 { height:757px;--section-height:757px; }#wze724 { top:67px;left:238px;width:700px;height:151px;z-index:1000; }#wze725 { top:11px;left:64px;width:572px;height:130px;z-index:999;text-align:center; }#wze726 { top:62px;left:146px;width:408px;height:47px;z-index:1000;text-align:center; }#wze727 { top:149px;left:320px;width:60px;height:2px;z-index:1000; }#wze728 { top:281px;left:629.464px;width:370px;height:243px;z-index:1000; }.wzc169-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(238, 238, 238); }.wzc169-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc169-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; }#wze730 { top:19px;left:43.3119px;width:283px;height:30px;z-index:1000;text-align:center; }#wze731 { top:75px;left:43.3119px;width:283px;height:127px;z-index:1000;text-align:center; }#wze732 { top:281px;left:163.532px;width:370px;height:242px;z-index:1000; }#wze734 { top:16px;left:43.3117px;width:283px;height:30px;z-index:1000;text-align:center; }#wze735 { top:65px;left:42.2347px;width:283px;height:128px;z-index:1000;text-align:center; }#wz-section-wzs51 { height:587px;--section-height:587px; }.wzc-section-wzs51 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs51-full { background-color:rgb(255, 255, 255);background:; }.wzc-section-wzs51-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wz-section-wzs63 { height:200px;--section-height:200px; }#wze767 { top:30px;left:15px;width:848px;height:499px;z-index:1000; }.wzc122-root .wzc122-root-container .wzc122-root-container-header .wzc122-root-container-header-title {  }.wzc122-root .wzc122-root-container .wzc122-root-container-header {  }.wzc122-root .wzc122-root-container .wzc122-root-container-submitBoxHeader .wzc122-root-container-submitBoxHeader-submitButtonHeader {  }.wzc122-root .wzc122-root-container .wzc122-root-container-submitBoxHeader {  }.wzc122-root .wzc122-root-container {  }.wzc122-root .wzc122-root-accountContainer .wzc122-root-accountContainer-accountItem .wzc122-root-accountContainer-accountItem-accountItemLabel {  }.wzc122-root .wzc122-root-accountContainer .wzc122-root-accountContainer-accountItem .wzc122-root-accountContainer-accountItem-accountItemInputBox .wzc122-root-accountContainer-accountItem-accountItemInputBox-accountItemInput {  }.wzc122-root .wzc122-root-accountContainer .wzc122-root-accountContainer-accountItem .wzc122-root-accountContainer-accountItem-accountItemInputBox .wzc122-root-accountContainer-accountItem-accountItemInputBox-error {  }.wzc122-root .wzc122-root-accountContainer .wzc122-root-accountContainer-accountItem .wzc122-root-accountContainer-accountItem-accountItemInputBox {  }.wzc122-root .wzc122-root-accountContainer .wzc122-root-accountContainer-accountItem {  }.wzc122-root .wzc122-root-accountContainer {  }.wzc122-root .wzc122-root-companyHeaderContainer .wzc122-root-companyHeaderContainer-companyHeader .wzc122-root-companyHeaderContainer-companyHeader-companyTitle {  }.wzc122-root .wzc122-root-companyHeaderContainer .wzc122-root-companyHeaderContainer-companyHeader {  }.wzc122-root .wzc122-root-companyHeaderContainer {  }.wzc122-root .wzc122-root-companyInfo .wzc122-root-companyInfo-companyInfoCheck .wzc122-root-companyInfo-companyInfoCheck-companyInfoCheckDescription {  }.wzc122-root .wzc122-root-companyInfo .wzc122-root-companyInfo-companyInfoCheck .wzc122-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc122-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckInput {  }.wzc122-root .wzc122-root-companyInfo .wzc122-root-companyInfo-companyInfoCheck .wzc122-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc122-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-checkmark {  }.wzc122-root .wzc122-root-companyInfo .wzc122-root-companyInfo-companyInfoCheck .wzc122-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc122-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckButton {  }.wzc122-root .wzc122-root-companyInfo .wzc122-root-companyInfo-companyInfoCheck .wzc122-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc122-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-moreIcon {  }.wzc122-root .wzc122-root-companyInfo .wzc122-root-companyInfo-companyInfoCheck .wzc122-root-companyInfo-companyInfoCheck-companyInfoCheckLabel {  }.wzc122-root .wzc122-root-companyInfo .wzc122-root-companyInfo-companyInfoCheck {  }.wzc122-root .wzc122-root-companyInfo .wzc122-root-companyInfo-companyItemBox .wzc122-root-companyInfo-companyItemBox-companyItemLabel {  }.wzc122-root .wzc122-root-companyInfo .wzc122-root-companyInfo-companyItemBox .wzc122-root-companyInfo-companyItemBox-companyInputBox .wzc122-root-companyInfo-companyItemBox-companyInputBox-companyInput {  }.wzc122-root .wzc122-root-companyInfo .wzc122-root-companyInfo-companyItemBox .wzc122-root-companyInfo-companyItemBox-companyInputBox .wzc122-root-companyInfo-companyItemBox-companyInputBox-companyError {  }.wzc122-root .wzc122-root-companyInfo .wzc122-root-companyInfo-companyItemBox .wzc122-root-companyInfo-companyItemBox-companyInputBox {  }.wzc122-root .wzc122-root-companyInfo .wzc122-root-companyInfo-companyItemBox {  }.wzc122-root .wzc122-root-companyInfo .wzc122-root-companyInfo-companyInfoCancelLabel .wzc122-root-companyInfo-companyInfoCancelLabel-companyInfoCancelInput {  }.wzc122-root .wzc122-root-companyInfo .wzc122-root-companyInfo-companyInfoCancelLabel .wzc122-root-companyInfo-companyInfoCancelLabel-cancelMark {  }.wzc122-root .wzc122-root-companyInfo .wzc122-root-companyInfo-companyInfoCancelLabel .wzc122-root-companyInfo-companyInfoCancelLabel-companyInfoCancelButton {  }.wzc122-root .wzc122-root-companyInfo .wzc122-root-companyInfo-companyInfoCancelLabel .wzc122-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc122-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg .wzc122-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg-cancelIconPath {  }.wzc122-root .wzc122-root-companyInfo .wzc122-root-companyInfo-companyInfoCancelLabel .wzc122-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc122-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg {  }.wzc122-root .wzc122-root-companyInfo .wzc122-root-companyInfo-companyInfoCancelLabel .wzc122-root-companyInfo-companyInfoCancelLabel-cancelIcon {  }.wzc122-root .wzc122-root-companyInfo .wzc122-root-companyInfo-companyInfoCancelLabel {  }.wzc122-root .wzc122-root-companyInfo {  }.wzc122-root .wzc122-root-submitBoxFooter .wzc122-root-submitBoxFooter-submitButtonFooter {  }.wzc122-root .wzc122-root-submitBoxFooter {  }.wzc122-root {  }.wzc122  .wz-profile-account-root { text-align:right; }.wzc122  .wz-profile-account-header-container { margin-bottom:20px; }.wzc122  .wz-profile-account-header p { font-family:iransans_fa, sans-serif;font-size:20px;font-weight:500;color:rgb(117,117,117); }.wzc122  .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; }.wzc122  .wz-profile-account-container:hover { border-radius:20px; }.wzc122  .wz-profile-account-input-container { width:48%;direction:rtl;font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc122  .wz-profile-account-input-container label { color:#9b9b9b; }.wzc122  .wz-profile-account-input-container input { width:100%;border-style:solid;border-width:1px;border-color:#d5d5d5;border-radius:4px;font-family:iransans_fa;font-size:13px;background-color:rgba(0,0,0,0);color:#7e7e7e; }.wzc122  .wz-profile-account-input-container input:hover { border-radius:4px; }.wzc122  .wz-profile-account-submit-box { margin-top:20px;text-align:left; }.wzc122  .wz-profile-account-submit { width:120px;height:35px;position:relative;display:inline-block; }.wzc122  .wz-profile-account-company-info-button p { font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc122  .wz-profile-account-company-info-button label { font-family:iransans_fa, sans-serif;font-size:13px;color:#17a2b8; }.wzc122  .wz-profile-account-company-info-button .moreIcon { width:13px;height:13px;fill:#17a2b8; }.wzc122  .wz-profile-account-company-info-cancel { font-family:iransans_fa, sans-serif;font-size:13px;color:#E74C3C; }.wzc122  .wz-profile-account-company-info-cancel .cancelIcon { width:20px;height:20px; }.wzc122  .wz-profile-account-company-info-cancel .cancelIcon svg path { stroke:#E74C3C; }.wzc122 {  }.wzc121:hover .wzc121-bg { background-color:#ffd9d5; }.wzc121:hover .wzc121-content { color:#E74C3C; }.wzc121:hover {  }.wzc121-bg:after {  }.wzc121-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc121-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; }#wze772 { top:30px;left:893px;width:262px;height:565px;z-index:1000; }.wzc135-root .wzc135-root-infoBox .wzc135-root-infoBox-userImageBox .wzc135-root-infoBox-userImageBox-userImage {  }.wzc135-root .wzc135-root-infoBox .wzc135-root-infoBox-userImageBox {  }.wzc135-root .wzc135-root-infoBox .wzc135-root-infoBox-userInfo .wzc135-root-infoBox-userInfo-userName {  }.wzc135-root .wzc135-root-infoBox .wzc135-root-infoBox-userInfo .wzc135-root-infoBox-userInfo-userEmail {  }.wzc135-root .wzc135-root-infoBox .wzc135-root-infoBox-userInfo .wzc135-root-infoBox-userInfo-editInfo .wzc135-root-infoBox-userInfo-editInfo-editInfoIcon {  }.wzc135-root .wzc135-root-infoBox .wzc135-root-infoBox-userInfo .wzc135-root-infoBox-userInfo-editInfo .wzc135-root-infoBox-userInfo-editInfo-editInfoText {  }.wzc135-root .wzc135-root-infoBox .wzc135-root-infoBox-userInfo .wzc135-root-infoBox-userInfo-editInfo {  }.wzc135-root .wzc135-root-infoBox .wzc135-root-infoBox-userInfo {  }.wzc135-root .wzc135-root-infoBox {  }.wzc135-root .wzc135-root-items .wzc135-root-items-item .wzc135-root-items-item-itemBox .wzc135-root-items-item-itemBox-itemIcon {  }.wzc135-root .wzc135-root-items .wzc135-root-items-item .wzc135-root-items-item-itemBox .wzc135-root-items-item-itemBox-itemName {  }.wzc135-root .wzc135-root-items .wzc135-root-items-item .wzc135-root-items-item-itemBox {  }.wzc135-root .wzc135-root-items .wzc135-root-items-item {  }.wzc135-root .wzc135-root-items .wzc135-root-items-more {  }.wzc135-root .wzc135-root-items {  }.wzc135-root .wzc135-root-logoutBox .wzc135-root-logoutBox-logout .wzc135-root-logoutBox-logout-logoutLabel {  }.wzc135-root .wzc135-root-logoutBox .wzc135-root-logoutBox-logout {  }.wzc135-root .wzc135-root-logoutBox {  }.wzc135-root {  }.wzc135  .wz-profile-menu-user-info { gap:2px; }.wzc135  div + .wz-profile-menu-user-info { margin-right:5%;margin-left:5%; }.wzc135  .wz-profile-menu-info-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;direction:rtl; }.wzc135  .wz-profile-menu-info-box:hover {  }.wzc135  .wz-profile-menu-user-image img { border-style:solid;border-width:2px;border-color:#efefef;border-radius:50px;object-fit:cover; }.wzc135  .wz-profile-menu-user-name { font-family:iransans_fa, sans-serif;font-size:18px;font-weight:bold;color:#808080; }.wzc135  .wz-profile-menu-user-name:hover {  }.wzc135  .wz-profile-menu-user-email { font-family:iransans_fa, sans-serif;font-size:12px;color:#a1a1a1; }.wzc135  .wz-profile-menu-user-email:hover {  }.wzc135  .wz-profile-menu-edit-info { font-family:iransans_fa, sans-serif;font-size:10px;color:#808080; }.wzc135  .wz-profile-menu-edit-info:hover {  }.wzc135  .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); }.wzc135  .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; }.wzc135  .wz-profile-menu-items:hover {  }.wzc135  .wz-profile-menu-item { padding:0 30px;background-color:rgba(0,0,0,0);direction:rtl; }.wzc135  .wz-profile-menu-item:hover { background-color:rgba(0,0,0,0); }.wzc135  .wz-profile-menu-item-box { padding-top:20px;padding-bottom:20px; }.wzc135  .wz-profile-menu-item:not(:nth-last-child(-n+2)) div { border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#efefef; }.wzc135  .wz-profile-menu-item-box:hover {  }.wzc135  .wz-profile-menu-item p { font-family:iransans_fa, sans-serif;font-size:12px;font-weight:500;color:#808080;margin-right:5%;margin-left:5%; }.wzc135  .wz-profile-menu-item p:hover { color:#E74C3C; }.wzc135  #wz-profile-menu-logout-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;margin-top:10px; }.wzc135  #wz-profile-menu-logout-box:hover { border-radius:8px;background-color:#fff; }.wzc135  #wz-profile-menu-logout-box p { font-family:iransans_fa, sans-serif;font-size:14px;font-weight:500;color:#808080;text-align:center; }.wzc135  #wz-profile-menu-logout-box p:hover { color:#e6123d; }.wzc135  .wz-profile-menu-more:after { color:#808080; }.wzc135 {  }#wz-section-wzs58 { height:625px;--section-height:625px; }#wze768 { top:30px;left:15px;width:848px;height:848px;z-index:1000; }.wzc126-header .wzc126-header-title {  }.wzc126-header .wzc126-header-removeButton {  }.wzc126-header .wzc126-header-addToCartButton {  }.wzc126-header {  }.wzc126-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; }.wzc126-pagination .wzc126-pagination-paginationButton {  }.wzc126-pagination {  }.wzc126  .wz-profile-favorites-header-text { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc126  .wz-profile-favorites-header-text:hover {  }.wzc126  .wz-profile-favorites-container { border-radius:15px;border-width:0px;border-style:solid;border-color:#000;overflow:visible;background-color:#fff;padding:0; }.wzc126  .wz-profile-favorites-container:hover { border-radius:15px; }.wzc126  .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; }.wzc126  .wz-profile-favorite-item:hover {  }.wzc126  .wz-profile-favorite-item-image { object-fit:contain; }.wzc126  .wz-profile-favorite-item-title { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#747474; }.wzc126  .wz-profile-favorite-item-title:hover {  }.wzc126  .wz-profile-favorite-item-price { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#E74C3C; }.wzc126  .wz-profile-favorite-item-price:hover {  }.wzc126  .wz-profile-favorite-item-add { height:30px; }.wzc126  .wz-profile-favorite-item-remove { height:30px; }.wzc126  .wz-profile-favorites-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc126  .wz-profile-favorites-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc126  .wz-profile-favorites-no-results-first-text:hover {  }.wzc126  .wz-profile-favorites-no-results-second-text:hover {  }.wzc126 {  }.wzc123:hover .wzc123-bg { background-color:#E74C3C; }.wzc123:hover .wzc123-content { font-size:10px;color:#fff; }.wzc123:hover {  }.wzc123-bg:after {  }.wzc123-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc123-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size: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; }.wzc124:hover .wzc124-bg { background-color:#c9c9c9;border:1px solid #c9c9c9; }.wzc124:hover .wzc124-content { font-size:10px;color:#fff; }.wzc124:hover {  }.wzc124-bg:after {  }.wzc124-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc124-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size: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; }.wzc125:hover .wzc125-bg:after { width:90%;opacity:1; }.wzc125:hover .wzc125-bg {  }.wzc125:hover .wzc125-content { color:#fff; }.wzc125:hover {  }.wzc125-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%); }.wzc125-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; }.wzc125-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-wzs59 { height:908px;--section-height:908px; }#wze769 { top:30px;left:15px;width:848px;height:341px;z-index:1000; }.wzc127-root .wzc127-root-header .wzc127-root-header-title {  }.wzc127-root .wzc127-root-header .wzc127-root-header-options .wzc127-root-header-options-optionsList .wzc127-root-header-options-optionsList-optionItem{{ item.id }} {  }.wzc127-root .wzc127-root-header .wzc127-root-header-options .wzc127-root-header-options-optionsList {  }.wzc127-root .wzc127-root-header .wzc127-root-header-options {  }.wzc127-root .wzc127-root-header {  }.wzc127-root .wzc127-root-orders .wzc127-root-orders-ordersHeader .wzc127-root-orders-ordersHeader-ordersHeaderItem .wzc127-root-orders-ordersHeader-ordersHeaderItem-orderHeaderItem{{ item.id }} {  }.wzc127-root .wzc127-root-orders .wzc127-root-orders-ordersHeader .wzc127-root-orders-ordersHeader-ordersHeaderItem {  }.wzc127-root .wzc127-root-orders .wzc127-root-orders-ordersHeader {  }.wzc127-root .wzc127-root-orders {  }.wzc127-root .wzc127-root-pagination .wzc127-root-pagination-paginationButton {  }.wzc127-root .wzc127-root-pagination {  }.wzc127-root {  }.wzc127  .wz-profile-orders-header p { font-size:18px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117); }.wzc127  .wz-profile-orders-header-option { font-size:12px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117);border-radius:5px; }.wzc127  .wz-profile-orders-header-option:hover { background-color:#f4f4f4;cursor:pointer; }.wzc127  .wz-profile-orders-header-options ul [data-active=true] { background-color:#f4f4f4; }.wzc127  .wz-profile-orders-order-items-header { width:80%; }.wzc127  .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); }.wzc127  .wz-profile-orders-order-details { width:80%; }.wzc127  .wz-profile-orders-order-buttons { width:20%; }.wzc127  .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); }.wzc127  .wz-profile-orders-order-items-root { background-color:#f4f4f4;border-radius:10px;border-width:0px;border-color:rgb(0,0,0);border-style:solid; }.wzc127  .wz-profile-orders-order-items-container:first-child:after { border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#e1e1e1; }.wzc127  .wz-profile-orders-last-orders-image span { padding:3px; }.wzc127  .wz-profile-orders-last-orders-image span img { object-fit:cover; }.wzc127  .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; }.wzc127  .wz-profile-orders-no-results-root img { width:5%;min-width:40px; }.wzc127  .wz-profile-orders-no-results-first-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc127  .wz-profile-orders-no-results-second-text { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc127 {  }#wz-section-wzs60 { height:503px;--section-height:503px; }#wze770 { top:30px;left:15px;width:848px;height:648px;z-index:1000; }.wzc130-root .wzc130-root-header .wzc130-root-header-title {  }.wzc130-root .wzc130-root-header .wzc130-root-header-headerButtons .wzc130-root-header-headerButtons-reorderButton {  }.wzc130-root .wzc130-root-header .wzc130-root-header-headerButtons .wzc130-root-header-headerButtons-receiptButton {  }.wzc130-root .wzc130-root-header .wzc130-root-header-headerButtons {  }.wzc130-root .wzc130-root-header {  }.wzc130-root .wzc130-root-body .wzc130-root-body-information .wzc130-root-body-information-mainInformation .wzc130-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc130-root-body-information-mainInformation-mainInformation{{ item.name }}-itemName {  }.wzc130-root .wzc130-root-body .wzc130-root-body-information .wzc130-root-body-information-mainInformation .wzc130-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc130-root-body-information-mainInformation-mainInformation{{ item.name }}-itemValue {  }.wzc130-root .wzc130-root-body .wzc130-root-body-information .wzc130-root-body-information-mainInformation .wzc130-root-body-information-mainInformation-mainInformation{{ item.name }} {  }.wzc130-root .wzc130-root-body .wzc130-root-body-information .wzc130-root-body-information-mainInformation {  }.wzc130-root .wzc130-root-body .wzc130-root-body-information .wzc130-root-body-information-userInformation .wzc130-root-body-information-userInformation-userInformation{{ item.name }} .wzc130-root-body-information-userInformation-userInformation{{ item.name }}-itemName {  }.wzc130-root .wzc130-root-body .wzc130-root-body-information .wzc130-root-body-information-userInformation .wzc130-root-body-information-userInformation-userInformation{{ item.name }} .wzc130-root-body-information-userInformation-userInformation{{ item.name }}-itemValue {  }.wzc130-root .wzc130-root-body .wzc130-root-body-information .wzc130-root-body-information-userInformation .wzc130-root-body-information-userInformation-userInformation{{ item.name }} {  }.wzc130-root .wzc130-root-body .wzc130-root-body-information .wzc130-root-body-information-userInformation {  }.wzc130-root .wzc130-root-body .wzc130-root-body-information .wzc130-root-body-information-paymentInformation .wzc130-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc130-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemName {  }.wzc130-root .wzc130-root-body .wzc130-root-body-information .wzc130-root-body-information-paymentInformation .wzc130-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc130-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemValue {  }.wzc130-root .wzc130-root-body .wzc130-root-body-information .wzc130-root-body-information-paymentInformation .wzc130-root-body-information-paymentInformation-paymentInformation{{ item.name }} {  }.wzc130-root .wzc130-root-body .wzc130-root-body-information .wzc130-root-body-information-paymentInformation {  }.wzc130-root .wzc130-root-body .wzc130-root-body-information {  }.wzc130-root .wzc130-root-body .wzc130-root-body-orderInformation .wzc130-root-body-orderInformation-orderInformationHeader .wzc130-root-body-orderInformation-orderInformationHeader-orderName .wzc130-root-body-orderInformation-orderInformationHeader-orderName-orderNameValue {  }.wzc130-root .wzc130-root-body .wzc130-root-body-orderInformation .wzc130-root-body-orderInformation-orderInformationHeader .wzc130-root-body-orderInformation-orderInformationHeader-orderName {  }.wzc130-root .wzc130-root-body .wzc130-root-body-orderInformation .wzc130-root-body-orderInformation-orderInformationHeader .wzc130-root-body-orderInformation-orderInformationHeader-orderUnitPrice .wzc130-root-body-orderInformation-orderInformationHeader-orderUnitPrice-orderUnitPriceValue {  }.wzc130-root .wzc130-root-body .wzc130-root-body-orderInformation .wzc130-root-body-orderInformation-orderInformationHeader .wzc130-root-body-orderInformation-orderInformationHeader-orderUnitPrice {  }.wzc130-root .wzc130-root-body .wzc130-root-body-orderInformation .wzc130-root-body-orderInformation-orderInformationHeader .wzc130-root-body-orderInformation-orderInformationHeader-orderCount .wzc130-root-body-orderInformation-orderInformationHeader-orderCount-orderCountValue {  }.wzc130-root .wzc130-root-body .wzc130-root-body-orderInformation .wzc130-root-body-orderInformation-orderInformationHeader .wzc130-root-body-orderInformation-orderInformationHeader-orderCount {  }.wzc130-root .wzc130-root-body .wzc130-root-body-orderInformation .wzc130-root-body-orderInformation-orderInformationHeader .wzc130-root-body-orderInformation-orderInformationHeader-orderDiscount .wzc130-root-body-orderInformation-orderInformationHeader-orderDiscount-orderDiscountValue {  }.wzc130-root .wzc130-root-body .wzc130-root-body-orderInformation .wzc130-root-body-orderInformation-orderInformationHeader .wzc130-root-body-orderInformation-orderInformationHeader-orderDiscount {  }.wzc130-root .wzc130-root-body .wzc130-root-body-orderInformation .wzc130-root-body-orderInformation-orderInformationHeader .wzc130-root-body-orderInformation-orderInformationHeader-orderFinalPrice .wzc130-root-body-orderInformation-orderInformationHeader-orderFinalPrice-orderFinalPriceValue {  }.wzc130-root .wzc130-root-body .wzc130-root-body-orderInformation .wzc130-root-body-orderInformation-orderInformationHeader .wzc130-root-body-orderInformation-orderInformationHeader-orderFinalPrice {  }.wzc130-root .wzc130-root-body .wzc130-root-body-orderInformation .wzc130-root-body-orderInformation-orderInformationHeader {  }.wzc130-root .wzc130-root-body .wzc130-root-body-orderInformation {  }.wzc130-root .wzc130-root-body { --order-information:0;--user-information:1;--payment-information:2; }.wzc130-root .wzc130-root-support .wzc130-root-support-supportImage {  }.wzc130-root .wzc130-root-support .wzc130-root-support-supportTextBox .wzc130-root-support-supportTextBox-supportQuestion {  }.wzc130-root .wzc130-root-support .wzc130-root-support-supportTextBox .wzc130-root-support-supportTextBox-supportMessage {  }.wzc130-root .wzc130-root-support .wzc130-root-support-supportTextBox {  }.wzc130-root .wzc130-root-support {  }.wzc130-root {  }.wzc130  .wz-profile-order-details-root { font-family:iransans_fa; }.wzc130  .wz-profile-order-details-header { padding-bottom:20px; }.wzc130  .wz-profile-order-details-header-text { font-size:20px;font-weight:600;color:rgb(117,117,117); }.wzc130  .wz-profile-order-details-reorder-button { height:30px;width:90px; }.wzc130  .wz-profile-order-details-receipt-button { height:30px;width:90px; }.wzc130  .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; }.wzc130  .wz-profile-order-details-information-container { margin:0 30px;gap:0; }.wzc130  .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); }.wzc130  .wz-profile-order-details-order-complete-information:hover { background-color:rgba(0,0,0,0.025); }.wzc130  .wz-profile-order-details-information-item { width:100%;gap:10px; }.wzc130  .wz-profile-order-details-information-item-name { font-size:12px;color:rgb(117,117,117);font-weight:400; }.wzc130  .wz-profile-order-details-information-item-value { font-size:12px;color:rgb(74,74,74);font-weight:500; }.wzc130  [data-name=total_include_tax] { width:fit-content;padding:0 15px;background-color:rgba(0,0,0,0.035);border-radius:6px; }.wzc130  [data-name=total_include_tax] .wz-profile-order-details-information-item-name { font-size:14px; }.wzc130  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:20px;font-weight:600; }.wzc130  .wz-profile-order-details-order-information-item { padding-top:15px;padding-bottom:15px;padding-right:30px;padding-left:30px;gap:0px; }.wzc130  .wz-profile-order-details-order-information-header { font-size:12px;font-weight:400;color:rgb(117,117,117);padding:10px 30px; }.wzc130  .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); }.wzc130  .wz-profile-order-details-order-summary-information { gap:5px; }.wzc130  .wz-profile-order-details-order-summary-information-name { font-size:12px;color:#000; }.wzc130  .wz-profile-order-details-order-summary-information-other p { font-size:10px;color:rgb(117,117,117); }.wzc130  .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; }.wzc130  .wz-profile-order-details-order-image-box img { object-fit:cover; }.wzc130  .wz-profile-order-details-support { justify-content:end;gap:10px;padding:15px 25px; }.wzc130  .wz-profile-order-details-support-question { font-size:14px;font-weight:500;color:rgb(0,0,0); }.wzc130  .wz-profile-order-details-support-message { font-size:10px;font-weight:400;color:rgb(117,117,117); }.wzc130  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date status"; }.wzc130  .wz-profile-order-details-user-information { grid-template-areas:"transferee mobile" "address address"; }.wzc130  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost totalCost" "paymentMethod shippingMethod totalCost" "deliveryDate deliveryDate totalCost"; }.wzc130  .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); }.wzc130  .wz-profile-order-details-no-results-root { gap:10px;margin-top:20px;padding:70px 30px; }.wzc130  .wz-profile-order-details-no-results-root img { width:5%;min-width:40px; }.wzc130  .wz-profile-order-details-no-results-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc130  .wz-profile-order-details-no-results-hint { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc130 {  }.wzc128:hover .wzc128-bg { background-color:#ffd9d5;border-width:1px;border-color:rgba(255, 213, 0, 0.25); }.wzc128:hover .wzc128-content { color:#E74C3C; }.wzc128:hover {  }.wzc128-bg:after {  }.wzc128-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); }.wzc128-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; }.wzc129:hover .wzc129-bg { background-color:#f4f4f4;border-width:1px;border-color:rgb(233, 233, 233); }.wzc129:hover .wzc129-content { color:rgb(117,117,117); }.wzc129:hover {  }.wzc129-bg:after {  }.wzc129-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); }.wzc129-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-wzs61 { height:708px;--section-height:708px; }#wze771 { top:30px;left:15px;width:848px;height:541px;z-index:1000; }.wzc134-header .wzc134-header-title {  }.wzc134-header .wzc134-header-headerButton {  }.wzc134-header .wzc134-header-editButton {  }.wzc134-header .wzc134-header-removeButton {  }.wzc134-header {  }.wzc134-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; }.wzc134-pagination .wzc134-pagination-paginationButton {  }.wzc134-pagination {  }.wzc134  .wz-profile-addresses-header { margin-bottom:30px; }.wzc134  .wz-profile-addresses-header p { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc134  .wz-profile-addresses-header-button { height:35px;width:115px; }.wzc134  .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; }.wzc134  .wz-profile-addresses-container:hover { border-radius:20px; }.wzc134  .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); }.wzc134  .wz-profile-address-item:hover { border-radius:20px; }.wzc134  .wz-profile-address-location { width:100%;height:200px; }.wzc134  .wz-profile-address-details { gap:7px;padding:5px 15px 15px 15px;box-shadow:0px -15px 15px 10px #fff; }.wzc134  .wz-profile-address-item:hover .wz-profile-address-details {  }.wzc134  .wz-profile-address-full { font-family:iransans_fa;font-size:14px;font-weight:500;color:#4a4a4a;text-align:right; }.wzc134  .wz-profile-address-full:hover {  }.wzc134  .wz-profile-address-summary { justify-content:start; }.wzc134  .wz-profile-address-summary-location p { font-family:iransans_fa;font-size:12px; }.wzc134  .wz-profile-address-summary-location p:hover {  }.wzc134  .wz-profile-address-summary-location svg { width:22px;height:auto; }.wzc134  .wz-profile-address-summary-location svg path { fill:#E74C3C; }.wzc134  .wz-profile-address-summary-postal-code p { font-family:iransans_fa;font-size:12px; }.wzc134  .wz-profile-address-summary-postal-code p:hover {  }.wzc134  .wz-profile-address-summary-postal-code svg { width:25px;height:auto; }.wzc134  .wz-profile-address-summary-postal-code svg path { stroke:#E74C3C; }.wzc134  .wz-profile-address-transferee { text-align:right; }.wzc134  .wz-profile-address-transferee p { font-family:iransans_fa;font-size:12px; }.wzc134  .wz-profile-address-transferee p:hover {  }.wzc134  .wz-profile-address-buttons { margin-top:15px;justify-content:end; }.wzc134  .wz-profile-address-remove-button { height:30px; }.wzc134  .wz-profile-address-edit-button { height:30px; }.wzc134  .wz-profile-addresses-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc134  .wz-profile-addresses-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc134  .wz-profile-addresses-no-results-first-text:hover {  }.wzc134  .wz-profile-addresses-no-results-second-text:hover {  }.wzc134 {  }.wzc131:hover .wzc131-bg { background-color:#E74C3C; }.wzc131:hover .wzc131-content { font-size:12px;color:#ffd9d5; }.wzc131:hover {  }.wzc131-bg:after {  }.wzc131-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.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: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; }.wzc132:hover .wzc132-bg { background-color:#f4f4f4;border:1px solid #e1e1e1; }.wzc132:hover .wzc132-content { font-size:11px;color:#a1a1a1; }.wzc132:hover {  }.wzc132-bg:after {  }.wzc132-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc132-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; }.wzc133:hover .wzc133-bg { background-color:#E74C3C; }.wzc133:hover .wzc133-content { font-size:11px;color:#fff; }.wzc133:hover {  }.wzc133-bg:after {  }.wzc133-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc133-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-wzs62 { height:601px;--section-height:601px; }#wze809 { top:10px;left:0px;width:1170px;height:1096.94px;z-index:1000; }.wzc162  .wz-shop-breadcrumb-container .wz-breadcrumb { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a; }.wzc162  .wz-shop-product { margin:15px;padding:0px;text-align:center; }.wzc162  .wz-shop-product .wz-shop-product-section { padding:10px; }.wzc162  .wz-shop-product .wz-shop-product-title { font-family:yekan, tahoma, serif;font-size:18px;color:#000; }.wzc162  .wz-shop-product .wz-shop-product-price { font-family:yekan, tahoma, serif;font-size:13px; }.wzc162  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639; }.wzc162  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(204, 204, 204);font-size:11px; }.wzc162  .wz-shop-product-out-stock { font-family:yekan, tahoma, serif;font-size:20px;color:#f14639; }.wzc162  .wz-shop-product .wz-shop-product-image img { object-fit:contain;width:100%;float:none; }.wzc162  .wz-shop-product .wz-shop-product-add-cart { width:150px; }.wzc162  .wz-shop-product .wz-shop-product-ribbon { background-color:#6dd2b6;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc162  .wz-shop-product .wz-shop-product-ribbon-off { background-color:#f14657;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc162  .wz-shop-product .wz-shop-product-attributes { font-family:yekan, tahoma, serif;font-size:14px;color:#000; }.wzc162 {  }.wzc162-breadcrumb {  }.wzc162-filter { margin-right:15px;margin-left:15px; }.wzc162-topBar .wzc162-topBar-sort {  }.wzc162-topBar .wzc162-topBar-perPage {  }.wzc162-topBar .dropdown.dropdown-list .dropdown-select,.wzc162-topBar  .dropdown.dropdown-list .dropdown-menu a { color:#878787;font-size:13px;font-family:yekan, tahoma, serif; }.wzc162-topBar .dropdown.dropdown-list .dropdown-select,.wzc162-topBar  .dropdown.dropdown-list .dropdown-menu,.wzc162-topBar  .dropdown.dropdown-list .dropdown-select::before { border-color:#878787; }.wzc162-topBar  .dropdown.dropdown-list .dropdown-menu .selected { background-color:#f6f6f6;color:#878787; }.wzc162-topBar { margin:10px;margin-bottom:20px;color:#878787;font-size:13px;font-family:yekan, tahoma, serif; }.wzc162-products {  }#wze809 .wz-shop-product .wz-shop-product-image { padding-top: 75% }.wzc160-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#fff; }.wzc160-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc161:hover .wzc161-bg:after { width:90%;opacity:1; }.wzc161:hover .wzc161-bg {  }.wzc161:hover .wzc161-content { color:#fff; }.wzc161:hover {  }.wzc161-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%); }.wzc161-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; }.wzc161-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#FF7043; }#wze810 { top:10px;left:10px;width:242px;height:200px;z-index:1000; }.wzc163  .wz-shop-archive > li > a { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc163  .wz-shop-archive .sub-list > li > a { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc163 {  }.wzc163-list  .wz-shop-filter-title { font-size:18px;color:#000;font-family:yekan, tahoma, serif; }.wzc163-list .wz-shop-filter-item .irs-min,.wzc163-list  .wz-shop-filter-item .irs-max { background-color:rgba(0,0,0,0.1);color:#999; }.wzc163-list  .wz-shop-filter-item .wz-shop-price-slider .irs-slider { background:#5c6165; }.wzc163-list .wz-shop-filter-item .irs-line-mid,.wzc163-list  .wz-shop-filter-item  .irs-line-left,.wzc163-list  .wz-shop-filter-item  .irs-line-right,.wzc163-list  .wz-shop-filter-item  .irs-bar,.wzc163-list  .wz-shop-filter-item  .irs-bar-edge { background:#424649; }.wzc163-list  .wz-shop-sort-option-color { padding-top:2px; }.wzc163-list  .wz-shop-filter-item .regular-checkbox:checked+label.regular-checkbox-color:after { border-style:solid;border-color:#c9c9c9;border-width:2px;top:-3px;left:-3px; }.wzc163-list  .wz-shop-filter-item+.wz-shop-filter-item { border-top-style:solid;border-top-width:1px;border-top-color:#efeaea; }.wzc163-list { font-size:13px;color:#000;font-family:yekan, tahoma, serif; }#wz-section-wzs70 { height:1116.94px;--section-height:1116.94px; }#wze811 { top:10px;left:0px;width:1170px;height:679px;z-index:1000; }.wzc165  .wz-shop-breadcrumb-container   .wz-breadcrumb { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a; }.wzc165  .wz-shop-product-page .wz-shop-product-add-cart { width:300px; }.wzc165  .wz-shop-product-page .wz-shop-product-options .wz-shop-option-title { font-size:17px;color:rgb(0, 0, 0);font-family:yekan, tahoma, serif; }.wzc165  .wz-shop-product-page .wz-shop-product-options .wz-shop-product-option { width:300px; }.wzc165  .wz-shop-product-page .wz-shop-product-options .dropdown { width:300px; }.wzc165  .wz-shop-product-page .wz-shop-product-options.wz-radio-button-list .regular-checkbox-item,.wzc165  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-select,.wzc165  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu a { color:#878787;font-size:13px;font-family:yekan, tahoma, serif; }.wzc165  .wz-shop-product-page .wz-shop-product-options.dropdown.dropdown-list .dropdown-select,.wzc165  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu,.wzc165  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-select::before { border-color:rgba(0,0,0,0.15); }.wzc165  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu .selected { background-color:#f6f6f6;color:rgb(0, 0, 0); }.wzc165  .wz-shop-product-page .wz-shop-product-options .wz-shop-product-colors ul li { padding-top:1px; }.wzc165  .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:1px;top:-2px;left:-2px; }.wzc165  .wz-shop-product-page .wz-shop-product-title { font-family:yekan, tahoma, serif;font-size:26px;color:rgb(240, 81, 40); }.wzc165  .wz-shop-product-page .wz-shop-product-description { font-family:yekan, tahoma, serif;font-size:13px;color:#000; }.wzc165  .wz-shop-product-page .wz-shop-product-sku { font-family:yekan, tahoma, serif;font-size:12px;color:#b3abab; }.wzc165  .wz-shop-product-out-stock { font-family:yekan;font-size:22px;color:rgb(20, 172, 48);background-color:rgb(238, 238, 238); }.wzc165  .wz-shop-product-page .wz-shop-product-price { font-family:yekan, tahoma, serif;font-size:21px;color:#000; }.wzc165  .wz-shop-product-page .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639;font-size:21px; }.wzc165  .wz-shop-product-page .wz-shop-product-price .wz-shop-product-old-price { color:rgb(204, 204, 204);font-size:16px; }.wzc165  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider  img.wz-gallery-image { object-fit:contain;width:100%;float:none; }.wzc165 .wz-shop-product-info-sections-simple .wz-shop-product-info+.wz-shop-product-info,.wzc165  .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:rgba(0,0,0,0.15); }.wzc165  .wz-shop-product-page .wz-shop-product-info-sections .wz-shop-product-section-title { font-family:yekan, tahoma, serif;font-size:19px;color:#000; }.wzc165  .wz-shop-product-page .wz-shop-product-info-sections .wz-shop-product-section-content { font-family:yekan, tahoma, serif;font-size:13px;color:#000; }.wzc165  .wz-shop-product-page .wz-shop-product-info-sections .wz-tab-content { border-style:solid;border-width:1px;border-color:#ededed; }.wzc165  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li {  }.wzc165  .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; }.wzc165  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li.open:after { height:1px;bottom:-1px;background-color:#fff; }.wzc165  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel .flex-active-slide:after { border-color:#ccc; }.wzc165  .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery { width:50%; }.wzc165  .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section { width:calc(50% - 30px); }.wzc165  .extra-button-list { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a;--text-color:#6a6a6a; }.wzc165 {  }.wzc165-breadcrumb {  }.wzc165-product {  }.wzc165-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; }#wze811  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider .wz-image-ratio { padding-top: 100% }.wzc164 .wz-gallery > li > figure,.wzc164  .wz-gallery > li > figure:before,.wzc164  .wz-gallery > li > figure:after,.wzc164  .wz-gallery > li > figure > figcaption,.wzc164  .wz-gallery-slider .wz-gallery-caption { background-color:rgba(231, 76, 60, 0.75); }.wzc164  .wz-gallery-caption { text-align:center; }.wzc164  .wz-gallery-caption  h3 { font-family:yekan, tahoma, serif;font-size:15px;line-height:15px;color:#fff; }.wzc164  .wz-gallery-caption  p { font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc164  .wz-gallery li  img.wz-gallery-image { object-fit:cover; }.wzc164 {  }.wzc164-slider .wzc164-slider-items {  }.wzc164-slider  .flex-direction-nav a:before { color:#999; }.wzc164-slider {  }.wzc164-carousel .wzc164-carousel-list {  }.wzc164-carousel {  }.wzc173-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#fff;border-width:0px;border-style:solid;border-color:#000; }.wzc173-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc172:hover .wzc172-bg { background-color:rgb(0, 0, 0); }.wzc172:hover .wzc172-content { color:rgb(255, 255, 255); }.wzc172:hover {  }.wzc172-bg:after {  }.wzc172-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(240, 81, 40);border-radius:25px; }.wzc172-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(255, 255, 255); }#wz-section-wzs69 { height:699px;--section-height:699px; }.wzc-section-wzs69 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs69-full { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs69-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze808 { top:10px;left:15px;width:1140px;height:185px;z-index:1000; }.wzc159-container { font-size:10px;font-family:yekan; }#wze808 .wz-cart-color-primary { color: #565656 }#wze808 .wz-cart-primary-color { color: #565656 }#wze808 .wz-cart-second-color { color: #565656 }#wze808 .wz-cart-second-border-color { border-color: #565656 }.wzc158:hover .wzc158-bg { background-color:#999; }.wzc158:hover .wzc158-content {  }.wzc158:hover {  }.wzc158-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#b4b4b4;border-radius:0px; }.wzc158-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }.wzc157:hover .wzc157-bg { background-color:#5fa061; }.wzc157:hover .wzc157-content {  }.wzc157:hover {  }.wzc157-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#62af65;border-radius:0px; }.wzc157-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wz-section-wzs71 { height:205px;--section-height:205px; }@media only screen and (max-width : 768px) {#wze386 { top:86.5151px;left:16.639px;bottom:auto;right:auto;width:117px;height:30px;display:block;z-index:1000; }.wzc138-content { font-size:19px; }#wze671 { top:1.5455px;bottom:auto;right:auto;height:63.4688px;display:block;z-index:996; }#wze669 { top:10.7344px;left:16.625px;bottom:auto;right:auto;width:90px;height:42px;display:block;z-index:997; }#wze670 { top:72.4688px;left:84px;bottom:auto;right:auto;width:300px;height:31px;display:none;z-index:1000; }#wze773 { top:76.5px;left:206.5px;bottom:auto;right:auto;width:55px;height:50px;z-index:1003; }#wze774 { top:85.001px;left:288px;bottom:auto;right:auto;width:163px;height:33px;z-index:1007;text-align:right; }#wz-section-header { height:152px;--section-height:152px; }.wzc-section-header { background:;background-color:rgba(255, 255, 255, 0); }#wz-section-allPage { height:0px;--section-height:0px; }#wze369 { top:123px;left:15px;bottom:auto;right:auto;width:438px;height:260.016px;z-index:1000; }#wze373 { top:15px;left:34px;bottom:auto;right:auto;width:389px;height:66px;z-index:1000;text-align:right; }#wze374 { top:98.017px;left:15px;bottom:auto;right:auto;width:408px;height:40px;z-index:1000;text-align:right; }#wze375 { top:168.501px;left:44.5px;bottom:auto;right:auto;width:170px;height:50px;z-index:1000; }#wze376 { top:168.501px;left:226.5px;bottom:auto;right:auto;width:170px;height:50px;z-index:1000; }#wz-section-wzs25 { height:464.016px;--section-height:464.016px; }#wze377 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:235px;z-index:1000; }#wze378 { top:45px;left:10px;bottom:auto;right:auto;width:389px;height:80px;z-index:1000;text-align:right; }#wze379 { top:102px;left:40.5px;bottom:auto;right:auto;width:360px;height:97px;z-index:1000;text-align:right; }#wze380 { top:6.5px;left:147px;bottom:auto;right:auto;width:252px;height:28px;z-index:1000;text-align:right; }#wze385 { top:267px;left:15px;bottom:auto;right:auto;width:438px;height:266px;z-index:1000; }#wze776 { top:21px;left:81.5px;bottom:auto;right:auto;width:278px;height:41px;z-index:1000;text-align:center; }#wze777 { top:77px;left:84px;bottom:auto;right:auto;width:273px;height:175px;z-index:1000;text-align:justify; }#wze405 { top:546px;left:15px;bottom:auto;right:auto;width:438px;height:278px;z-index:1000; }#wze402 { top:78.5px;left:81.5px;bottom:auto;right:auto;width:275px;height:175px;z-index:1000;text-align:justify; }#wze404 { top:22.5px;left:80px;bottom:auto;right:auto;width:278px;height:41px;z-index:1000;text-align:center; }#wz-section-wzs34 { height:860px;--section-height:860px; }.wzc-section-wzs34 { background:;background-color:rgba(255, 255, 255, 0); }#wze415 { top:43px;left:15px;bottom:auto;right:auto;width:438px;height:134px;z-index:1000; }#wze412 { top:0px;left:15px;bottom:auto;right:auto;width:408px;height:110px;z-index:999;text-align:center; }#wze413 { top:59px;left:15px;bottom:auto;right:auto;width:408px;height:47px;z-index:1000;text-align:center; }#wze414 { top:121px;left:189px;bottom:auto;right:auto;width:60px;height:2px;z-index:1000; }#wze784 { top:192px;left:15px;bottom:auto;right:auto;width:438px;height:788.547px;z-index:1000; }#wze784 .wz-list-root { width:calc( 100% - ( 2 * 10px ) );margin:10px; }#wze807 { top:1005.6px;left:144px;bottom:auto;right:auto;width:180px;height:40px;z-index:1000; }#wze820 { top:1060.6px;left:131.078px;bottom:auto;right:auto;width:205.844px;height:40px;z-index:1000; }#wz-section-wzs35 { height:1138.34px;--section-height:1138.34px; }#wze795 { top:196px;left:15px;bottom:auto;right:auto;width:438px;height:403px;display:block;z-index:1000; }#wze795 .wz-gallery.wz-gallery-grid li { width:219px;height:134px;padding:10px; }#wze796 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:166px;display:block;z-index:1000; }#wze797 { top:11.001px;left:15.003px;bottom:auto;right:auto;width:408px;height:110px;display:block;z-index:999;text-align:center; }#wze798 { top:62px;left:15px;bottom:auto;right:auto;width:408px;height:47px;display:block;z-index:1000;text-align:center; }#wze799 { top:149px;left:200px;bottom:auto;right:auto;width:60px;height:2px;display:block;z-index:1000; }#wz-section-wzs66 { height:647px;--section-height:647px; }#wze451 { top:15px;left:233.5px;bottom:auto;right:auto;width:1px;height:150px;display:none;z-index:1000; }#wze457 { top:15.0038px;left:15px;bottom:auto;right:auto;width:438px;height:175.266px;z-index:1002; }#wze458 { top:12px;left:333px;bottom:auto;right:auto;width:80px;height:80px;z-index:1002; }#wze459 { top:16.2812px;left:-16px;bottom:auto;right:auto;width:334px;height:44px;z-index:1000;text-align:right; }#wze464 { top:63.2812px;left:15px;bottom:auto;right:auto;width:259.25px;height:95px;z-index:1000; }#wze465 { top:2.5px;left:3.25px;bottom:auto;right:auto;width:256px;height:67px;z-index:1000;text-align:center; }#wze466 { top:56.5px;left:30.5625px;bottom:auto;right:auto;width:98px;height:25px;z-index:1000;text-align:center; }#wze786 { top:272.781px;left:108.5px;bottom:auto;right:auto;width:251px;height:59px;z-index:1000; }#wze800 { top:201.781px;left:46.5px;bottom:auto;right:auto;width:375px;height:44px;z-index:1000;text-align:center; }#wz-section-wzs36 { height:381px;--section-height:381px; }#wze802 { top:0.0043749px;bottom:auto;right:auto;height:447.172px;display:block;z-index:1000; }#wz-section-wzs68 { height:450.172px;--section-height:450.172px; }.wzc-section-wzs68 { background:;background-color:rgba(255, 255, 255, 0); }#wze432 { top:11.005px;left:15px;bottom:auto;right:auto;width:438px;height:328px;display:block;z-index:1000; }#wze435 { top:5px;left:93.2948px;bottom:auto;right:auto;width:71px;height:71px;display:block;z-index:1000; }#wze436 { top:27.5px;left:172.72px;bottom:auto;right:auto;width:162px;height:41px;display:block;z-index:1000;text-align:right; }#wze438 { top:90px;left:6px;bottom:auto;right:auto;width:408px;height:88px;display:block;z-index:1000;text-align:center; }#wze441 { top:400.005px;left:115.501px;bottom:auto;right:auto;width:240px;height:22px;display:block;z-index:1000;text-align:justify; }#wze803 { top:196.005px;left:176.014px;bottom:auto;right:auto;width:116px;height:35px;z-index:1000;text-align:center; }#wze804 { top:270.005px;left:178.501px;bottom:auto;right:auto;width:111px;height:24px;z-index:1000; }#wze805 { top:316.005px;left:47px;bottom:auto;right:auto;width:374px;height:18px;z-index:1000;text-align:center; }#wze806 { top:344.005px;left:42px;bottom:auto;right:auto;width:384px;height:36px;z-index:1000;text-align:center; }#wze822 { top:227.005px;left:176.001px;bottom:auto;right:auto;width:116px;height:35px;z-index:1000;text-align:center; }#wz-section-footer { height:476px;--section-height:476px; }#wze672 { top:156px;left:15px;bottom:auto;right:auto;width:438px;height:88px;display:block;z-index:1000; }#wze673 { top:15px;left:31.5px;bottom:auto;right:auto;width:375px;height:58px;display:block;z-index:1000;text-align:center; }#wz-section-wzs46 { height:400px;--section-height:400px; }#wze308 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:2608.69px;display:block;z-index:1000; }#wze309 { top:2638.69px;left:15px;bottom:auto;right:auto;width:438px;height:646.984px;display:block;z-index:1000; }#wze310 { top:10px;left:97.5px;bottom:auto;right:auto;width:242px;height:54px;display:block;z-index:1000;text-align:right; }#wze311 { top:70px;left:97.5px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze312 { top:80px;left:97.5px;bottom:auto;right:auto;width:242px;height:423.984px;display:block;z-index:1000; }#wze313 { top:524px;left:97.5px;bottom:auto;right:auto;width:242px;height:57px;display:block;z-index:1000;text-align:right; }#wze314 { top:584px;left:97.5px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze315 { top:594px;left:97.5px;bottom:auto;right:auto;width:242px;height:38px;display:block;z-index:1000; }#wz-section-wzs31 { height:3300.66px;--section-height:3300.66px; }#wze316 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:311.469px;display:block;z-index:1000; }#wze318 { top:341.469px;left:15px;bottom:auto;right:auto;width:438px;height:556.969px;display:block;z-index:1000; }#wze319 { top:9.9925px;left:97.5px;bottom:auto;right:auto;width:242px;height:27px;display:block;z-index:1000;text-align:right; }#wze320 { top:39.9925px;left:97.5px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze321 { top:49.9925px;left:97.5px;bottom:auto;right:auto;width:242px;height:393.969px;display:block;z-index:1000; }#wze322 { top:464.009px;left:97.5px;bottom:auto;right:auto;width:242px;height:27px;display:block;z-index:1000;text-align:right; }#wze323 { top:494.009px;left:97.5px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze324 { top:504.009px;left:97.5px;bottom:auto;right:auto;width:242px;height:38px;display:block;z-index:1000; }#wz-section-wzs30 { height:913.43775px;--section-height:913.43775px; }#wze317 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:238.906px;display:block;z-index:1000; }#wz-section-wzs57 { height:268.891px;--section-height:268.891px; }#wze674 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:400px;z-index:1000; }#wze675 { top:171px;left:31.5px;bottom:auto;right:auto;width:375px;height:58px;display:block;z-index:1000;text-align:center; }#wz-section-wzs33 { height:415px;--section-height:415px; }#wze676 { top:45px;left:15px;bottom:auto;right:auto;width:438px;height:102px;display:block;z-index:1000; }#wze677 { top:10.5px;left:15px;bottom:auto;right:auto;width:408px;height:81px;display:block;z-index:1000;text-align:center; }#wze678 { top:27.5px;left:15px;bottom:auto;right:auto;width:408px;height:47px;display:block;z-index:1000;text-align:center; }#wze679 { top:100px;left:189px;bottom:auto;right:auto;width:60px;height:2px;display:block;z-index:1000; }#wze680 { top:180px;left:15px;bottom:auto;right:auto;width:438px;height:205.5px;display:block;z-index:1000; }#wze681 { top:27.5px;left:334px;bottom:auto;right:auto;width:45px;height:45px;display:block;z-index:1000; }#wze683 { top:17px;left:134px;bottom:auto;right:auto;width:183px;height:31px;display:block;z-index:1000;text-align:right; }#wze813 { top:146.5px;left:42.5px;bottom:auto;right:auto;width:353px;height:44px;z-index:1000;text-align:justify; }#wze814 { top:87.5px;left:46px;bottom:auto;right:auto;width:346px;height:44px;z-index:1000;text-align:justify; }#wze690 { top:295px;left:15px;bottom:auto;right:auto;width:438px;height:237.5px;display:block;z-index:1000; }#wze692 { top:27.5px;left:334px;bottom:auto;right:auto;width:45px;height:45px;display:block;z-index:1000; }#wze693 { top:17px;left:134px;bottom:auto;right:auto;width:183px;height:31px;display:block;z-index:1000;text-align:right; }#wze815 { top:87.5px;left:127.5px;bottom:auto;right:auto;width:183px;height:35px;z-index:1000;text-align:right; }#wze816 { top:137.5px;left:150px;bottom:auto;right:auto;width:138px;height:35px;z-index:1000;text-align:right; }#wze817 { top:187.5px;left:150px;bottom:auto;right:auto;width:138px;height:35px;z-index:1000;text-align:right; }#wze695 { top:942px;left:15px;bottom:auto;right:auto;width:438px;height:355.625px;display:block;z-index:1000; }#wze696 { top:465px;left:15px;bottom:auto;right:auto;width:438px;height:462px;display:block;z-index:1000; }#wz-section-wzs48 { height:1597.61px;--section-height:1597.61px; }#wze697 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:400px;z-index:1000; }#wze698 { top:171px;left:31.5px;bottom:auto;right:auto;width:375px;height:58px;display:block;z-index:1000;text-align:center; }#wz-section-wzs49 { height:415px;--section-height:415px; }#wze699 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:115.469px;z-index:1000; }#wze700 { top:8.2345px;left:30px;bottom:auto;right:auto;width:378px;height:95px;z-index:1000;text-align:center; }#wze701 { top:36.2345px;left:15px;bottom:auto;right:auto;width:408px;height:43px;z-index:1000;text-align:center; }#wze702 { top:113.469px;left:189px;bottom:auto;right:auto;width:60px;height:2px;z-index:1000; }#wze720 { top:178.469px;left:14px;bottom:auto;right:auto;width:438px;height:426px;z-index:999; }#wze721 { top:273.05px;left:14px;bottom:auto;right:auto;width:439px;height:330px;z-index:998; }#wze722 { top:196.15px;left:155.5px;bottom:auto;right:auto;width:273px;height:41px;z-index:1002;text-align:right; }#wze723 { top:247.15px;left:155px;bottom:auto;right:auto;width:270px;height:335px;z-index:1002;text-align:justify; }#wz-section-wzs50 { height:684.969px;--section-height:684.969px; }#wze724 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:138.469px;z-index:1000; }#wze725 { top:17.2345px;left:51.5px;bottom:auto;right:auto;width:335px;height:104px;z-index:999;text-align:center; }#wze726 { top:45.7345px;left:15px;bottom:auto;right:auto;width:408px;height:47px;z-index:1000;text-align:center; }#wze727 { top:121px;left:189px;bottom:auto;right:auto;width:60px;height:2px;z-index:1000; }#wze728 { top:182.483px;left:15px;bottom:auto;right:auto;width:438px;height:324px;z-index:1000; }#wze730 { top:89.5px;left:77.5px;bottom:auto;right:auto;width:283px;height:30px;z-index:1000;text-align:center; }#wze731 { top:130.5px;left:77.5px;bottom:auto;right:auto;width:283px;height:127px;z-index:1000;text-align:right; }#wze732 { top:521.483px;left:15px;bottom:auto;right:auto;width:438px;height:325px;z-index:1000; }#wze734 { top:89.5px;left:77.5px;bottom:auto;right:auto;width:283px;height:30px;z-index:1000;text-align:center; }#wze735 { top:131px;left:77.5px;bottom:auto;right:auto;width:283px;height:128px;z-index:1000;text-align:right; }#wz-section-wzs51 { height:949.469px;--section-height:949.469px; }#wz-section-wzs63 { height:15px;--section-height:15px; }#wze767 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:257.734px;display:block;z-index:1000; }#wze772 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:189px;z-index:1000; }#wz-section-wzs58 { height:491.719px;--section-height:491.719px; }#wze768 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:438px;display:block;z-index:1000; }#wz-section-wzs59 { height:672px;--section-height:672px; }#wze769 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:176.125px;display:block;z-index:1000; }.wzc127  .wz-profile-orders-header p { font-size:16px; }.wzc127  .wz-profile-orders-header-option { font-size:10px; }.wzc127  .wz-profile-orders-order-items-header p { font-size:10px; }.wzc127  .wz-profile-orders-order-details p { font-size:10px; }#wz-section-wzs60 { height:410.125px;--section-height:410.125px; }#wze770 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:334.688px;display:block;z-index:1000; }.wzc130  .wz-profile-order-details-information { grid-template-columns: 50%; }.wzc130  .wz-profile-order-details-information-item-name { font-size:11px; }.wzc130  .wz-profile-order-details-information-item-value { font-size:11px; }.wzc130  [data-name=total_include_tax] { padding:10px; }.wzc130  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:16px; }.wzc130  .wz-profile-order-details-order-information-header { font-size:10px; }.wzc130  .wz-profile-order-details-order-detail { font-size:10px; }.wzc130  .wz-profile-order-details-order-summary-information-name { font-size:10px; }.wzc130  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date" "status status"; }.wzc130  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost" "paymentMethod shippingMethod" "deliveryDate deliveryDate" "totalCost totalCost"; }#wz-section-wzs61 { height:568.688px;--section-height:568.688px; }#wze771 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:279.422px;display:block;z-index:1000; }#wz-section-wzs62 { height:513.422px;--section-height:513.422px; }#wze809 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:147.109px;display:block;z-index:1000; }#wze809 .wz-shop-product { width: calc(100% - 30px )}#wze810 { top:10px;left:0px;bottom:auto;right:auto;width:242px;height:0px;display:block;z-index:1000; }#wz-section-wzs70 { height:177.094px;--section-height:177.094px; }#wze811 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:254.188px;display:block;z-index:1000; }#wz-section-wzs69 { height:284.188px;--section-height:284.188px; }#wze808 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:107.578px;display:block;z-index:1000; }#wz-section-wzs71 { height:137.562px;--section-height:137.562px; }#wze671 { --gtr:1 }.cssgrid #wze671 { margin:  2px 0px 12px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze773 { margin:  0px 0px 25px 0px; grid-area: 2 / 1 / 5 / 2; }.cssgrid #wze774 { margin:  8px 0px 0px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze386 { margin:  10px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze669 { margin:  11px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }#wze369 { --gtr:3 }.cssgrid #wze369 { margin:  123px 0px 81px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze373 { margin:  15px 0px 17px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze374 { margin:  0px 0px 31px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze375 { margin:  0px 0px 41px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze376 { margin:  0px 0px 41px 0px; grid-area: 3 / 1 / 4 / 2; }#wze377 { --gtr:2 }.cssgrid #wze377 { margin:  15px 0px 17px 0px; grid-area: 1 / 1 / 2 / 2; }#wze385 { --gtr:2 }.cssgrid #wze385 { margin:  0px 0px 13px 0px; grid-area: 2 / 1 / 3 / 2; }#wze405 { --gtr:2 }.cssgrid #wze405 { margin:  0px 0px 36px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze380 { margin:  7px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze378 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze379 { margin:  57px 0px 36px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze776 { margin:  21px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze777 { margin:  0px 0px 14px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze404 { margin:  23px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze402 { margin:  0px 0px 24px 0px; grid-area: 2 / 1 / 3 / 2; }#wze415 { --gtr:2 }.cssgrid #wze415 { margin:  43px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze784 { margin:  0px 0px 25px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze807 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze820 { margin:  0px 0px 37px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze412 { margin:  0px 0px 11px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze413 { margin:  59px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze414 { margin:  0px 0px 11px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 2px }#wze796 { --gtr:2 }.cssgrid #wze796 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze795 { margin:  0px 0px 48px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze797 { margin:  11px 0px 28px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze798 { margin:  62px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze799 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 2px }#wze457 { --gtr:2 }.cssgrid #wze457 { margin:  15px 0px 12px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze800 { margin:  0px 0px 27px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze786 { margin:  0px 0px 49px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze458 { margin:  12px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze459 { margin:  16px 0px 3px 0px; grid-area: 1 / 1 / 2 / 2; }#wze464 { --gtr:1 }.cssgrid #wze464 { margin:  0px 0px 17px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze465 { margin:  3px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze466 { margin:  57px 0px 13px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze802 { margin:  0px 0px 3px 0px; grid-area: 1 / 1 / 2 / 2; }#wze432 { --gtr:2 }.cssgrid #wze432 { margin:  11px 0px 5px 0px; grid-area: 1 / 1 / 6 / 2; }.cssgrid #wze803 { margin:  196px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze822 { margin:  227px 0px 8px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze804 { margin:  0px 0px 22px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze805 { margin:  0px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze806 { margin:  0px 0px 20px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze441 { margin:  0px 0px 54px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze435 { margin:  5px 0px 14px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze436 { margin:  28px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze438 { margin:  0px 0px 150px 0px; grid-area: 3 / 1 / 4 / 2; }#wze672 { --gtr:1 }.cssgrid #wze672 { margin:  156px 0px 156px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze673 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze308 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze309 { --gtr:6 }.cssgrid #wze309 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze310 { margin:  10px 0px 6px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze311 { margin:  0px 0px 6px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 4px }.cssgrid #wze312 { margin:  0px 0px 20px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze313 { margin:  0px 0px 3px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze314 { margin:  0px 0px 6px 0px; grid-area: 5 / 1 / 6 / 2;min-height: 4px }.cssgrid #wze315 { margin:  0px 0px 15px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze316 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze318 { --gtr:6 }.cssgrid #wze318 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze319 { margin:  10px 0px 3px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze320 { margin:  0px 0px 6px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 4px }.cssgrid #wze321 { margin:  0px 0px 20px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze322 { margin:  0px 0px 3px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze323 { margin:  0px 0px 6px 0px; grid-area: 5 / 1 / 6 / 2;min-height: 4px }.cssgrid #wze324 { margin:  0px 0px 15px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze317 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze674 { --gtr:1 }.cssgrid #wze674 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze675 { margin:  171px 0px 171px 0px; grid-area: 1 / 1 / 2 / 2; }#wze676 { --gtr:2 }.cssgrid #wze676 { margin:  45px 0px 33px 0px; grid-area: 1 / 1 / 2 / 2; }#wze680 { --gtr:3 }.cssgrid #wze680 { margin:  0px 0px 79px 0px; grid-area: 2 / 1 / 3 / 2; }#wze690 { --gtr:4 }.cssgrid #wze690 { margin:  115px 0px 0px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze696 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze695 { margin:  0px 0px 300px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze677 { margin:  11px 0px 8px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze678 { margin:  28px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze679 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 2px }.cssgrid #wze683 { margin:  17px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze681 { margin:  28px 0px 15px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze814 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze813 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze693 { margin:  17px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze692 { margin:  28px 0px 15px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze815 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze816 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze817 { margin:  0px 0px 15px 0px; grid-area: 5 / 1 / 6 / 2; }#wze697 { --gtr:1 }.cssgrid #wze697 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze698 { margin:  171px 0px 171px 0px; grid-area: 1 / 1 / 2 / 2; }#wze699 { --gtr:2 }.cssgrid #wze699 { margin:  15px 0px 48px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze720 { margin:  0px 0px 81px 0px; grid-area: 2 / 1 / 6 / 2; }.cssgrid #wze722 { margin:  18px 0px 10px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze723 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze721 { margin:  26px 0px 0px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze700 { margin:  8px 0px 10px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze701 { margin:  36px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze702 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 2px }#wze724 { --gtr:2 }.cssgrid #wze724 { margin:  15px 0px 29px 0px; grid-area: 1 / 1 / 2 / 2; }#wze728 { --gtr:2 }.cssgrid #wze728 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze732 { --gtr:2 }.cssgrid #wze732 { margin:  0px 0px 103px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze725 { margin:  17px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze726 { margin:  46px 0px 28px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze727 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 4 / 2;min-height: 2px }.cssgrid #wze730 { margin:  90px 0px 11px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze731 { margin:  0px 0px 66px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze734 { margin:  90px 0px 11px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze735 { margin:  0px 0px 66px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze772 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze767 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze768 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze769 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze770 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze771 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze809 { --gtr:1 }.cssgrid #wze809 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze810 { margin:  10px 0px 137px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze811 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze808 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wz-section-header  { --gtr:2 }#wz-section-wzs25  { --gtr:1 }#wz-section-wzs34  { --gtr:3 }#wz-section-wzs35  { --gtr:4 }#wz-section-wzs66  { --gtr:2 }#wz-section-wzs36  { --gtr:3 }#wz-section-wzs68  { --gtr:1 }#wz-section-footer  { --gtr:7 }#wz-section-wzs46  { --gtr:1 }#wz-section-wzs31  { --gtr:2 }#wz-section-wzs30  { --gtr:2 }#wz-section-wzs57  { --gtr:1 }#wz-section-wzs33  { --gtr:1 }#wz-section-wzs48  { --gtr:4 }#wz-section-wzs49  { --gtr:1 }#wz-section-wzs50  { --gtr:5 }#wz-section-wzs51  { --gtr:3 }#wz-section-wzs63  { --gtr:0 }#wz-section-wzs58  { --gtr:2 }#wz-section-wzs59  { --gtr:2 }#wz-section-wzs60  { --gtr:2 }#wz-section-wzs61  { --gtr:2 }#wz-section-wzs62  { --gtr:2 }#wz-section-wzs70  { --gtr:1 }#wz-section-wzs69  { --gtr:1 }#wz-section-wzs71  { --gtr:1 }}@media only screen and (min-width : 768px)and (max-width : 1170px) {#wze386 { bottom:auto;right:auto;display:none;z-index:1000; }#wze671 { top:1.5px;bottom:auto;right:auto;height:80px;display:block;z-index:1000; }#wze669 { top:17.5px;left:29.0006px;bottom:auto;right:auto;width:315px;height:45px;display:block;z-index:1000; }#wze670 { top:24.5px;left:443.513px;bottom:auto;right:auto;width:300px;height:31px;display:block;z-index:1000; }#wze773 { top:85px;left:341.5px;bottom:auto;right:auto;width:85px;height:88px;z-index:1000; }#wze774 { top:105.5px;left:377.015px;bottom:auto;right:auto;width:375px;height:47px;z-index:1000;text-align:right; }#wz-section-header { height:199px;--section-height:199px; }#wz-section-allPage { height:0px;--section-height:0px; }#wze369 { top:123px;left:14px;bottom:auto;right:auto;width:738px;height:271px;z-index:1000; }#wze373 { top:55px;left:179px;bottom:auto;right:auto;width:500px;height:94px;z-index:1000;text-align:right; }#wze374 { top:153.5px;left:179px;bottom:auto;right:auto;width:500px;height:44px;z-index:1000;text-align:right; }#wze375 { top:221px;left:509px;bottom:auto;right:auto;width:170px;height:50px;z-index:1000; }#wze376 { top:221px;left:320.5px;bottom:auto;right:auto;width:170px;height:50px;z-index:1000; }#wz-section-wzs25 { height:481px;--section-height:481px; }#wze377 { top:20.0156px;left:14px;bottom:auto;right:auto;width:739px;height:296px;display:block;z-index:1000; }#wze378 { top:60.005px;left:299.013px;bottom:auto;right:auto;width:431px;height:80px;display:block;z-index:1000;text-align:right; }#wze379 { top:31.0112px;left:2px;bottom:auto;right:auto;width:362px;height:97px;display:block;z-index:1000;text-align:right; }#wze380 { top:31px;left:473.013px;bottom:auto;right:auto;width:257px;height:28px;display:block;z-index:1000;text-align:right; }#wze385 { top:177px;left:15px;bottom:auto;right:auto;width:362px;height:270px;display:block;z-index:1000; }#wze776 { top:14px;left:42px;bottom:auto;right:auto;width:278px;height:41px;z-index:1000;text-align:center; }#wze777 { top:70px;left:44.5px;bottom:auto;right:auto;width:273px;height:175px;z-index:1000;text-align:justify; }#wze405 { top:177px;left:393px;bottom:auto;right:auto;width:362px;height:271px;display:block;z-index:1000; }#wze402 { top:70px;left:43.5px;bottom:auto;right:auto;width:275px;height:175px;display:block;z-index:1000;text-align:center; }#wze404 { top:14px;left:42px;bottom:auto;right:auto;width:278px;height:41px;display:block;z-index:1000;text-align:center; }#wz-section-wzs34 { height:506px;--section-height:506px; }#wze415 { top:9px;left:15px;bottom:auto;right:auto;width:738px;height:142px;z-index:1000; }#wze412 { top:19.5px;left:165px;bottom:auto;right:auto;width:408px;height:110px;z-index:1000;text-align:right; }#wze413 { top:70.5px;left:165px;bottom:auto;right:auto;width:408px;height:47px;z-index:1000;text-align:center; }#wze414 { top:139.5px;left:339px;bottom:auto;right:auto;width:60px;height:2px;z-index:1000; }#wze784 { top:172px;left:15px;bottom:auto;right:auto;width:738px;height:531.984px;z-index:1000; }#wze784 .wz-list-root { width:calc( 50% - ( 2 * 10px ) );margin:10px; }#wze807 { top:719.104px;left:294px;bottom:auto;right:auto;width:180px;height:40px;z-index:1000; }#wze820 { top:774.104px;left:281.078px;bottom:auto;right:auto;width:205.844px;height:40px;z-index:1000; }#wz-section-wzs35 { height:862.984px;--section-height:862.984px; }#wze795 { top:181px;left:15px;bottom:auto;right:auto;width:738px;height:403px;display:block;z-index:1000; }#wze795 .wz-gallery.wz-gallery-grid li { width:369px;height:134px;padding:10px; }#wze796 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:151px;display:block;z-index:1000; }#wze797 { top:11.001px;left:165.003px;bottom:auto;right:auto;width:408px;height:110px;display:block;z-index:999;text-align:center; }#wze798 { top:62px;left:165px;bottom:auto;right:auto;width:408px;height:47px;display:block;z-index:1000;text-align:center; }#wze799 { top:149px;left:339px;bottom:auto;right:auto;width:60px;height:2px;display:block;z-index:1000; }#wz-section-wzs66 { height:642px;--section-height:642px; }#wze451 { top:109px;left:718.5px;bottom:auto;right:auto;width:1px;height:150px;z-index:1000; }#wze457 { top:15px;left:48px;bottom:auto;right:auto;width:671px;height:198px;z-index:1000; }#wze458 { top:36px;left:528px;bottom:auto;right:auto;width:80px;height:80px;z-index:1000; }#wze459 { top:36px;left:135.5px;bottom:auto;right:auto;width:375px;height:44px;z-index:1000;text-align:right; }#wze464 { top:86.5px;left:114.5px;bottom:auto;right:auto;width:400px;height:102px;z-index:1000; }#wze465 { top:8.5px;left:0.5px;bottom:auto;right:auto;width:375px;height:67px;z-index:1000;text-align:center; }#wze466 { top:64px;left:31px;bottom:auto;right:auto;width:314px;height:25px;z-index:1000;text-align:center; }#wze786 { top:245.5px;left:80.765px;bottom:auto;right:auto;width:251px;height:43px;z-index:1000; }.wzc150  .wz-social-media-icon { width:43px; }#wze800 { top:244.5px;left:316.263px;bottom:auto;right:auto;width:375px;height:44px;z-index:1000;text-align:right; }#wz-section-wzs36 { height:337px;--section-height:337px; }#wze802 { top:1.00125px;bottom:auto;right:auto;height:363.797px;display:block;z-index:1000; }#wz-section-wzs68 { height:448.797px;--section-height:448.797px; }#wze432 { top:13px;left:286.953px;bottom:auto;right:auto;width:453.75px;height:225px;display:block;z-index:1000; }#wze435 { top:6px;left:346.75px;bottom:auto;right:auto;width:107px;height:107px;display:block;z-index:1000; }#wze436 { top:37px;left:190.249px;bottom:auto;right:auto;width:162px;height:45px;display:block;z-index:1000;text-align:left; }#wze438 { top:137px;left:46.7498px;bottom:auto;right:auto;width:407px;height:88px;display:block;z-index:1000;text-align:justify; }#wze441 { top:267px;left:264.015px;bottom:auto;right:auto;width:240px;height:22px;display:block;z-index:1000;text-align:justify; }#wze803 { top:29px;left:93.015px;bottom:auto;right:auto;width:116px;height:35px;z-index:1000;text-align:center; }#wze804 { top:95px;left:95.515px;bottom:auto;right:auto;width:111px;height:24px;z-index:1000; }#wze805 { top:146px;left:31.0149px;bottom:auto;right:auto;width:240px;height:36px;z-index:1000;text-align:justify; }#wze806 { top:197px;left:31.0149px;bottom:auto;right:auto;width:240px;height:54px;z-index:1000;text-align:justify; }#wze822 { top:60px;left:91.013px;bottom:auto;right:auto;width:116px;height:35px;z-index:1000;text-align:center; }#wz-section-footer { height:353px;--section-height:353px; }#wze672 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:335px;display:block;z-index:1000; }#wze673 { top:138.5px;left:181.5px;bottom:auto;right:auto;width:375px;height:58px;display:block;z-index:1000;text-align:center; }#wz-section-wzs46 { height:365px;--section-height:365px; }#wze308 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:2914.77px;display:block;z-index:1000; }#wze309 { bottom:auto;right:auto;display:none;z-index:1000; }#wze310 { bottom:auto;right:auto;display:block;z-index:1000; }#wze311 { bottom:auto;right:auto;display:block;z-index:1000; }#wze312 { bottom:auto;right:auto;display:block;z-index:1000; }#wze313 { bottom:auto;right:auto;display:block;z-index:1000; }#wze314 { bottom:auto;right:auto;display:block;z-index:1000; }#wze315 { bottom:auto;right:auto;display:block;z-index:1000; }#wz-section-wzs31 { height:2944.77px;--section-height:2944.77px; }#wze316 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:602.312px;display:block;z-index:1000; }#wze318 { bottom:auto;right:auto;display:none;z-index:1000; }#wze319 { bottom:auto;right:auto;display:block;z-index:1000; }#wze320 { bottom:auto;right:auto;display:block;z-index:1000; }#wze321 { bottom:auto;right:auto;display:block;z-index:1000; }#wze322 { bottom:auto;right:auto;display:block;z-index:1000; }#wze323 { bottom:auto;right:auto;display:block;z-index:1000; }#wze324 { bottom:auto;right:auto;display:block;z-index:1000; }#wz-section-wzs30 { height:632.312px;--section-height:632.312px; }#wze317 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:461.984px;display:block;z-index:1000; }#wz-section-wzs57 { height:491.984px;--section-height:491.984px; }#wze674 { top:0px;left:15px;bottom:auto;right:auto;width:738px;height:335px;z-index:1000; }#wze675 { top:138.5px;left:181.5px;bottom:auto;right:auto;width:375px;height:58px;display:block;z-index:1000;text-align:center; }#wz-section-wzs33 { height:335px;--section-height:335px; }#wze676 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:151px;display:block;z-index:1000; }#wze677 { top:35px;left:119px;bottom:auto;right:auto;width:500px;height:81px;display:block;z-index:1000;text-align:center; }#wze678 { top:52px;left:165px;bottom:auto;right:auto;width:408px;height:47px;display:block;z-index:1000;text-align:center; }#wze679 { top:149px;left:339px;bottom:auto;right:auto;width:60px;height:2px;display:block;z-index:1000; }#wze680 { top:194px;left:519px;bottom:auto;right:auto;width:200px;height:261px;display:block;z-index:1000; }#wze681 { top:32px;left:147.75px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze683 { top:17px;left:0px;bottom:auto;right:auto;width:121px;height:25px;display:block;z-index:1000;text-align:right; }#wze813 { top:158px;left:15px;bottom:auto;right:auto;width:170px;height:88px;z-index:1000;text-align:justify; }#wze814 { top:77px;left:15px;bottom:auto;right:auto;width:170px;height:66px;z-index:1000;text-align:justify; }#wze690 { top:194px;left:284px;bottom:auto;right:auto;width:200px;height:227px;display:block;z-index:1000; }#wze692 { top:32px;left:141.157px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze693 { top:17px;left:0px;bottom:auto;right:auto;width:122px;height:25px;display:block;z-index:1000;text-align:right; }#wze815 { top:77px;left:15px;bottom:auto;right:auto;width:170px;height:35px;z-index:1000;text-align:right; }#wze816 { top:127px;left:31px;bottom:auto;right:auto;width:138px;height:35px;z-index:1000;text-align:right; }#wze817 { top:177px;left:31px;bottom:auto;right:auto;width:138px;height:35px;z-index:1000;text-align:right; }#wze695 { top:798px;left:99.5px;bottom:auto;right:auto;width:569px;height:462px;display:block;z-index:1000; }#wze696 { top:336px;left:120.5px;bottom:auto;right:auto;width:527px;height:462px;display:block;z-index:1000; }#wz-section-wzs48 { height:1703px;--section-height:1703px; }#wze697 { top:0px;left:15px;bottom:auto;right:auto;width:738px;height:335px;z-index:1000; }#wze698 { top:138.5px;left:181.5px;bottom:auto;right:auto;width:375px;height:58px;display:block;z-index:1000;text-align:center; }#wz-section-wzs49 { height:335px;--section-height:335px; }#wze699 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:147px;z-index:1000; }#wze700 { top:15.5px;left:165px;bottom:auto;right:auto;width:408px;height:119px;z-index:1000;text-align:right; }#wze701 { top:70.5px;left:165px;bottom:auto;right:auto;width:408px;height:43px;z-index:1000;text-align:center; }#wze702 { top:135.5px;left:339px;bottom:auto;right:auto;width:60px;height:2px;z-index:1000; }#wze720 { top:258.2px;left:15px;bottom:auto;right:auto;width:738px;height:330px;z-index:1000; }#wze721 { top:258.2px;left:15px;bottom:auto;right:auto;width:738px;height:330px;z-index:999; }#wze722 { top:254.2px;left:354px;bottom:auto;right:auto;width:375px;height:41px;z-index:1000;text-align:right; }#wze723 { top:310.2px;left:291px;bottom:auto;right:auto;width:438px;height:209px;z-index:1000;text-align:justify; }#wz-section-wzs50 { height:657px;--section-height:657px; }#wze724 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:151px;z-index:1000; }#wze725 { top:19.5px;left:165px;bottom:auto;right:auto;width:408px;height:130px;z-index:1000;text-align:right; }#wze726 { top:70.5px;left:165px;bottom:auto;right:auto;width:408px;height:47px;z-index:1000;text-align:center; }#wze727 { top:139.5px;left:339px;bottom:auto;right:auto;width:60px;height:2px;z-index:1000; }#wze728 { top:216px;left:199px;bottom:auto;right:auto;width:370px;height:324px;z-index:1000; }#wze730 { top:89.5px;left:43.5px;bottom:auto;right:auto;width:283px;height:30px;z-index:1000;text-align:center; }#wze731 { top:130.5px;left:43.5px;bottom:auto;right:auto;width:283px;height:127px;z-index:1000;text-align:right; }#wze732 { top:570.5px;left:199px;bottom:auto;right:auto;width:370px;height:325px;z-index:1000; }#wze734 { top:89.5px;left:43.5px;bottom:auto;right:auto;width:283px;height:30px;z-index:1000;text-align:center; }#wze735 { top:131px;left:43.5px;bottom:auto;right:auto;width:283px;height:128px;z-index:1000;text-align:right; }#wz-section-wzs51 { height:1230px;--section-height:1230px; }#wz-section-wzs63 { height:15px;--section-height:15px; }#wze767 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:434.266px;display:block;z-index:1000; }#wze772 { bottom:auto;right:auto;width:738px;height:222px;z-index:1000; }#wz-section-wzs58 { height:701.266px;--section-height:701.266px; }#wze768 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:738px;display:block;z-index:1000; }#wz-section-wzs59 { height:1005px;--section-height:1005px; }#wze769 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:296.766px;display:block;z-index:1000; }#wz-section-wzs60 { height:563.766px;--section-height:563.766px; }#wze770 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:563.938px;display:block;z-index:1000; }#wz-section-wzs61 { height:830.938px;--section-height:830.938px; }#wze771 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:470.812px;display:block;z-index:1000; }#wz-section-wzs62 { height:737.797px;--section-height:737.797px; }#wze809 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:247.859px;display:block;z-index:1000; }#wze809 .wz-shop-product { width: calc(50% - 30px )}#wze810 { top:10px;left:0px;bottom:auto;right:auto;width:242px;height:0px;display:block;z-index:1000; }#wz-section-wzs70 { height:277.844px;--section-height:277.844px; }#wze811 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:428.281px;display:block;z-index:1000; }#wz-section-wzs69 { height:458.266px;--section-height:458.266px; }#wze808 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:181.25px;display:block;z-index:1000; }#wz-section-wzs71 { height:211.25px;--section-height:211.25px; }#wze671 { --gtr:1 }.cssgrid #wze671 { margin:  2px 0px 3px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze773 { margin:  0px 0px 26px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze774 { margin:  21px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze669 { margin:  18px 0px 17px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze670 { margin:  25px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze369 { --gtr:3 }.cssgrid #wze369 { margin:  123px 0px 87px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze373 { margin:  55px 0px 5px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze374 { margin:  0px 0px 23px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze375 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze376 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }#wze377 { --gtr:2 }.cssgrid #wze377 { margin:  20px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze385 { --gtr:2 }.cssgrid #wze385 { margin:  177px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }#wze405 { --gtr:2 }.cssgrid #wze405 { margin:  177px 0px 58px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze379 { margin:  31px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze380 { margin:  31px 0px 1px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze378 { margin:  0px 0px 156px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze776 { margin:  14px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze777 { margin:  0px 0px 25px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze404 { margin:  14px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze402 { margin:  0px 0px 26px 0px; grid-area: 2 / 1 / 3 / 2; }#wze415 { --gtr:2 }.cssgrid #wze415 { margin:  9px 0px 21px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze784 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze807 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze820 { margin:  0px 0px 49px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze412 { margin:  20px 0px 10px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze413 { margin:  71px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze414 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 2px }#wze796 { --gtr:2 }.cssgrid #wze796 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze795 { margin:  0px 0px 58px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze797 { margin:  11px 0px 28px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze798 { margin:  62px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze799 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 2px }#wze457 { --gtr:2 }.cssgrid #wze457 { margin:  15px 0px 32px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze451 { margin:  109px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2;min-height: 150px }.cssgrid #wze800 { margin:  0px 0px 48px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze786 { margin:  1px 0px 48px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze458 { margin:  36px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze459 { margin:  36px 0px 7px 0px; grid-area: 1 / 1 / 2 / 2; }#wze464 { --gtr:1 }.cssgrid #wze464 { margin:  0px 0px 9px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze465 { margin:  9px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze466 { margin:  64px 0px 13px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze802 { margin:  1px 0px 84px 0px; grid-area: 1 / 1 / 2 / 2; }#wze432 { --gtr:2 }.cssgrid #wze432 { margin:  13px 0px 0px 0px; grid-area: 1 / 1 / 6 / 2; }.cssgrid #wze803 { margin:  29px 0px 31px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze822 { margin:  60px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze804 { margin:  0px 0px 27px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze805 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze806 { margin:  0px 0px 16px 0px; grid-area: 5 / 1 / 7 / 2; }.cssgrid #wze441 { margin:  0px 0px 64px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze435 { margin:  6px 0px 24px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze436 { margin:  37px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze438 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }#wze672 { --gtr:1 }.cssgrid #wze672 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze673 { margin:  139px 0px 138px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze308 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze316 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze317 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze674 { --gtr:1 }.cssgrid #wze674 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze675 { margin:  139px 0px 138px 0px; grid-area: 1 / 1 / 2 / 2; }#wze676 { --gtr:2 }.cssgrid #wze676 { margin:  15px 0px 28px 0px; grid-area: 1 / 1 / 2 / 2; }#wze690 { --gtr:4 }.cssgrid #wze690 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }#wze680 { --gtr:3 }.cssgrid #wze680 { margin:  0px 0px 343px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze696 { margin:  142px 0px 0px 0px; grid-area: 2 / 1 / 5 / 2; }.cssgrid #wze695 { margin:  0px 0px 443px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze677 { margin:  35px 0px 33px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze678 { margin:  52px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze679 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 2px }.cssgrid #wze683 { margin:  17px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze681 { margin:  32px 0px 15px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze814 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze813 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze693 { margin:  17px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze692 { margin:  32px 0px 15px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze815 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze816 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze817 { margin:  0px 0px 15px 0px; grid-area: 5 / 1 / 6 / 2; }#wze697 { --gtr:1 }.cssgrid #wze697 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze698 { margin:  139px 0px 138px 0px; grid-area: 1 / 1 / 2 / 2; }#wze699 { --gtr:2 }.cssgrid #wze699 { margin:  15px 0px 92px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze722 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze720 { margin:  4px 0px 69px 0px; grid-area: 2 / 1 / 5 / 2; }.cssgrid #wze721 { margin:  4px 0px 69px 0px; grid-area: 2 / 1 / 5 / 2; }.cssgrid #wze723 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze700 { margin:  16px 0px 1px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze701 { margin:  71px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze702 { margin:  0px 0px 9px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 2px }#wze724 { --gtr:4 }.cssgrid #wze724 { margin:  15px 0px 50px 0px; grid-area: 1 / 1 / 2 / 2; }#wze728 { --gtr:2 }.cssgrid #wze728 { margin:  0px 0px 31px 0px; grid-area: 2 / 1 / 3 / 2; }#wze732 { --gtr:2 }.cssgrid #wze732 { margin:  0px 0px 334px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze725 { margin:  20px 0px 1px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze726 { margin:  71px 0px 22px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze727 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2px }.cssgrid #wze730 { margin:  90px 0px 11px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze731 { margin:  0px 0px 66px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze734 { margin:  90px 0px 11px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze735 { margin:  0px 0px 66px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze772 { margin:  0px 0px 30px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze767 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze768 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze769 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze770 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze771 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze809 { --gtr:1 }.cssgrid #wze809 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze810 { margin:  10px 0px 238px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze811 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze808 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wz-section-header  { --gtr:2 }#wz-section-wzs25  { --gtr:1 }#wz-section-wzs34  { --gtr:1 }#wz-section-wzs35  { --gtr:4 }#wz-section-wzs66  { --gtr:2 }#wz-section-wzs36  { --gtr:2 }#wz-section-wzs68  { --gtr:1 }#wz-section-footer  { --gtr:7 }#wz-section-wzs46  { --gtr:1 }#wz-section-wzs31  { --gtr:1 }#wz-section-wzs30  { --gtr:1 }#wz-section-wzs57  { --gtr:1 }#wz-section-wzs33  { --gtr:1 }#wz-section-wzs48  { --gtr:3 }#wz-section-wzs49  { --gtr:1 }#wz-section-wzs50  { --gtr:5 }#wz-section-wzs51  { --gtr:3 }#wz-section-wzs63  { --gtr:0 }#wz-section-wzs58  { --gtr:2 }#wz-section-wzs59  { --gtr:2 }#wz-section-wzs60  { --gtr:2 }#wz-section-wzs61  { --gtr:2 }#wz-section-wzs62  { --gtr:2 }#wz-section-wzs70  { --gtr:1 }#wz-section-wzs69  { --gtr:1 }#wz-section-wzs71  { --gtr:1 }}@media only screen and (min-width : 1170px) {#wze784 .wz-list-root { width:calc( 50% - ( 2 * 10px ) );margin:10px; }#wze795 .wz-gallery.wz-gallery-grid li { width:530px;height:134px;padding:10px; }#wze308 .wz-blog-post-thumbnail+.wz-blog-post-content { margin-left: 320px }#wze312 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-right: 110px }#wze321 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-right: 110px }#wze696 { display:none; }#wze809 .wz-shop-product { width: calc(33.333333333333% - 30px )}#wze809 .wz-shop-top-bar { margin-right: 287px }.cssgrid #wze773 { margin:  5px 0px 6px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze386 { margin:  24px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze774 { margin:  27px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze671 { --gtr:1 }.cssgrid #wze671 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze669 { margin:  8px 0px 7px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze670 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze369 { --gtr:3 }.cssgrid #wze369 { margin:  142px 0px 165px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze373 { margin:  20px 0px 22px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze374 { margin:  0px 0px 39px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze375 { margin:  0px 0px 54px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze376 { margin:  0px 0px 54px 0px; grid-area: 3 / 1 / 4 / 2; }#wze385 { --gtr:2 }.cssgrid #wze385 { margin:  59px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze405 { --gtr:2 }.cssgrid #wze405 { margin:  59px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze377 { --gtr:2 }.cssgrid #wze377 { margin:  59px 0px 48px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze380 { margin:  91px 0px 4px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze378 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze379 { margin:  60px 0px 90px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze776 { margin:  53px 0px 36px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze777 { margin:  0px 0px 66px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze404 { margin:  53px 0px 36px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze402 { margin:  0px 0px 66px 0px; grid-area: 2 / 1 / 3 / 2; }#wze415 { --gtr:2 }.cssgrid #wze415 { margin:  42px 0px 25px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze784 { margin:  0px 0px 26px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze807 { margin:  0px 0px 103px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze820 { margin:  0px 0px 103px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze412 { margin:  11px 0px 28px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze413 { margin:  62px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze414 { margin:  0px 0px -0.5px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 2px }#wze796 { --gtr:2 }.cssgrid #wze796 { margin:  51px 0px 29px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze795 { margin:  0px 0px 56px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze797 { margin:  11px 0px 28px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze798 { margin:  62px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze799 { margin:  0px 0px -0.5px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 2px }#wze457 { --gtr:2 }.cssgrid #wze457 { margin:  60px 0px 58px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze451 { margin:  84px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2;min-height: 150px }.cssgrid #wze800 { margin:  96px 0px 35px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze786 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze458 { margin:  36px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze459 { margin:  36px 0px 12px 0px; grid-area: 1 / 1 / 2 / 2; }#wze464 { --gtr:1 }.cssgrid #wze464 { margin:  0px 0px 12px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze465 { margin:  9px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze466 { margin:  65px 0px 15px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze802 { margin:  0px 0px 1px 0px; grid-area: 1 / 1 / 2 / 2; }#wze432 { --gtr:1 }.cssgrid #wze432 { margin:  38px 0px 8px 0px; grid-area: 1 / 1 / 6 / 2; }.cssgrid #wze803 { margin:  38px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze804 { margin:  44px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze822 { margin:  67px 0px 7px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze805 { margin:  0px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze806 { margin:  0px 0px 5px 0px; grid-area: 6 / 1 / 8 / 2; }.cssgrid #wze441 { margin:  30px 0px 0px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze435 { margin:  2px 0px 5px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze438 { margin:  23px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze436 { margin:  35px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze672 { --gtr:1 }.cssgrid #wze672 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze673 { margin:  139px 0px 138px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze308 { margin:  27px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze309 { --gtr:6 }.cssgrid #wze309 { margin:  27px 0px 88px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze310 { margin:  10px 0px 6px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze311 { margin:  0px 0px 6px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 4px }.cssgrid #wze312 { margin:  0px 0px 176px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze313 { margin:  0px 0px 3px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze314 { margin:  0px 0px 6px 0px; grid-area: 5 / 1 / 6 / 2;min-height: 4px }.cssgrid #wze315 { margin:  0px 0px 15px 0px; grid-area: 6 / 1 / 7 / 2; }#wze318 { --gtr:6 }.cssgrid #wze318 { margin:  34px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze316 { margin:  34px 0px 40px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze319 { margin:  10px 0px 3px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze320 { margin:  0px 0px 6px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 4px }.cssgrid #wze321 { margin:  0px 0px 20px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze322 { margin:  0px 0px 3px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze323 { margin:  0px 0px 6px 0px; grid-area: 5 / 1 / 6 / 2;min-height: 4px }.cssgrid #wze324 { margin:  0px 0px 15px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze317 { margin:  0px 0px 214px 0px; grid-area: 1 / 1 / 2 / 2; }#wze674 { --gtr:1 }.cssgrid #wze674 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze675 { margin:  139px 0px 138px 0px; grid-area: 1 / 1 / 2 / 2; }#wze676 { --gtr:2 }.cssgrid #wze676 { margin:  44px 0px 36px 0px; grid-area: 1 / 1 / 2 / 2; }#wze690 { --gtr:3 }.cssgrid #wze690 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }#wze680 { --gtr:3 }.cssgrid #wze680 { margin:  0px 0px 31px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze695 { margin:  0px 0px 10px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze677 { margin:  35px 0px 33px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze678 { margin:  52px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze679 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 2px }.cssgrid #wze683 { margin:  14px 0px 16px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze681 { margin:  25px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze814 { margin:  0px 0px 7px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze813 { margin:  0px 0px 35px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze692 { margin:  11px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze693 { margin:  13px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze815 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze816 { margin:  35px 0px 1px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze817 { margin:  0px 0px 25px 0px; grid-area: 5 / 1 / 6 / 2; }#wze697 { --gtr:1 }.cssgrid #wze697 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze698 { margin:  139px 0px 138px 0px; grid-area: 1 / 1 / 2 / 2; }#wze699 { --gtr:2 }.cssgrid #wze699 { margin:  44px 0px 125px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze720 { margin:  0px 0px 68px 0px; grid-area: 2 / 1 / 5 / 2; }.cssgrid #wze721 { margin:  0px 0px 68px 0px; grid-area: 2 / 1 / 5 / 2; }.cssgrid #wze722 { margin:  15px 0px 14px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze723 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze700 { margin:  16px 0px 14px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze701 { margin:  62px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze702 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 2px }#wze724 { --gtr:2 }.cssgrid #wze724 { margin:  67px 0px 63px 0px; grid-area: 1 / 1 / 2 / 2; }#wze732 { --gtr:2 }.cssgrid #wze732 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }#wze728 { --gtr:2 }.cssgrid #wze728 { margin:  0px 0px 63px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze725 { margin:  11px 0px 8px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze726 { margin:  62px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze727 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 2px }.cssgrid #wze730 { margin:  19px 0px 26px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze731 { margin:  0px 0px 41px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze734 { margin:  16px 0px 19px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze735 { margin:  0px 0px 49px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze767 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze772 { margin:  30px 0px 6px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze768 { margin:  30px 0px 30px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze769 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze770 { margin:  30px 0px 30px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze771 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze809 { --gtr:1 }.cssgrid #wze809 { margin:  10px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze810 { margin:  10px 0px 887px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze811 { margin:  10px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze808 { margin:  10px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }#wz-section-header  { --gtr:2 }#wz-section-wzs25  { --gtr:1 }#wz-section-wzs34  { --gtr:1 }#wz-section-wzs35  { --gtr:3 }#wz-section-wzs66  { --gtr:2 }#wz-section-wzs36  { --gtr:4 }#wz-section-wzs68  { --gtr:1 }#wz-section-footer  { --gtr:5 }#wz-section-wzs46  { --gtr:1 }#wz-section-wzs31  { --gtr:1 }#wz-section-wzs30  { --gtr:1 }#wz-section-wzs57  { --gtr:1 }#wz-section-wzs33  { --gtr:1 }#wz-section-wzs48  { --gtr:3 }#wz-section-wzs49  { --gtr:1 }#wz-section-wzs50  { --gtr:5 }#wz-section-wzs51  { --gtr:2 }#wz-section-wzs63  { --gtr:0 }#wz-section-wzs58  { --gtr:1 }#wz-section-wzs59  { --gtr:1 }#wz-section-wzs60  { --gtr:1 }#wz-section-wzs61  { --gtr:1 }#wz-section-wzs62  { --gtr:1 }#wz-section-wzs70  { --gtr:1 }#wz-section-wzs69  { --gtr:1 }#wz-section-wzs71  { --gtr:1 }}