.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:255, 255, 255;--color_1_3:196, 220, 236;--color_1_4:97, 112, 121;--color_1_5:61, 137, 188;--color_2_1:177, 208, 230;--color_2_2:107, 167, 208;--color_2_3:54, 122, 169;--color_2_4:32, 72, 99;--color_2_5:49, 143, 120;--color_3_1:121, 233, 209;--color_3_2:25, 153, 125;--color_3_3:75, 173, 117;--color_3_4:11, 68, 56;--color_3_5:25, 153, 125;--color_4_1:192, 216, 233;--color_4_2:124, 173, 210;--color_4_3:183, 183, 183;--color_4_4:38, 81, 112;--color_4_5:142, 168, 184;--color_5_1:252, 250, 255;--color_5_2:207, 160, 252;--color_5_3:161, 71, 250;--color_5_4:115, 6, 223;--color_5_5:69, 4, 134;}
                          .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;
                            }
                        #wze532 { top:25px;left:0px;bottom:auto;right:0px;width:1405.02px;height:71.7969px;z-index:9999999; }.wzc111-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(240, 237, 230, 0.98);border-style:solid;border-width:1px;border-color:rgb(255,255,255);border-radius:0px 0px 45px 45px ;box-shadow:-4px 4px 22px 5px rgb(255, 255, 255) ; }.wzc111-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px 0px 45px 45px ; }.wzc111-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; }#wze526 { top:3.5px;left:220.251px;width:195px;height:56px;z-index:1001;text-align:right; }.wzc2 { height:auto; }.wzc2-text { width:100%;height:auto; }#wze528 { top:0.5px;left:-2.52338px;width:155px;height:38px;z-index:1003;text-align:right; }#wze530 { top:11px;left:180.469px;width:38px;height:38px;z-index:1003; }.wzc112 { overflow:hidden; }.wzc112-shape { width:100%;height:100%;stroke-width:1px;stroke:rgba(0, 0, 0, 0.86);fill:rgba(6, 81, 104, 0); }#wze531 { top:7.5px;left:427.234px;width:42px;height:42px;z-index:1003; }.wzc115 { overflow:hidden; }.wzc115-shape { width:100%;height:100%;stroke-width:25px;stroke:rgba(0, 0, 0, 1);fill:rgba(6, 81, 104, 0); }#wze536 { top:12px;left:635.298px;width:606px;height:40px;z-index:1000; }.wzc71  .wz-menu > li { padding-left:21px; }.wzc71  .wz-menu li > a { padding:0px 15px;font-family:yekan, tahoma, serif;font-size:15px;color:#000; }.wzc71 .wz-menu.wz-mega-menu li > a:hover,.wzc71  .wz-menu.wz-classic-menu li:hover > a { color:#E74C3C; }.wzc71  .wz-menu li.wz-menu-has-children a:after { border-color:#000; }.wzc71 .wz-menu.wz-mega-menu li.wz-menu-has-children > a:hover:after,.wzc71  .wz-menu.wz-classic-menu li.wz-menu-has-children:hover > a:after { border-color:#E74C3C; }.wzc71  .wz-menu > li.active > a { color:rgb(33, 33, 33); }.wzc71  .wz-menu > li.wz-menu-has-children.active > a:after { border-color:rgb(33, 33, 33); }.wzc71  .wz-menu .sub-menu li > a { padding:5px 15px; }.wzc71  .wz-menu > li > .sub-menu > li > a { padding:5px 15px; }.wzc71 {  }.wzc71-list {  }.wzc71-mobile {  }#wze687 { top:33.5px;left:4.49162px;width:148px;height:28px;z-index:1001;text-align:right; }#wz-section-header { height:123px;--section-height:123px; }.wzc-section-header { background:;background-color:rgba(6, 81, 104, 0); }.wzc-section-header-full { background-color:rgba(42, 20, 81, 0.14);background:;box-shadow:-55px -17px 4px 0px rgb(76, 17, 48) ; }.wzc-section-header-full:after { background:;background-color:rgba(6, 81, 104, 0.01); }.wzc-section-header-full-bottom { background-image:fill='rgb(240, 237, 230)' none;width:100%;height:52px;background-repeat:repeat-x;background-size:100% 100%;background-position:-30px;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(240, 237, 230)' none;width:100%;height:111px;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; }#wze6 { top:272.003px;left:471.05px;width:647px;height:86px;z-index:1000;text-align:right; }#wze7 { top:411.002px;left:509.032px;width:600px;height:37px;z-index:1000;text-align:right; }#wze8 { top:554.01px;left:869.245px;width:228px;height:51px;z-index:1001; }.wzc131:hover .wzc131-bg { border-color:rgb(246, 90, 58);border-width:2px;background-color:rgba(244, 204, 204, 0.1); }.wzc131:hover .wzc131-content { color:rgb(246, 90, 58); }.wzc131:hover {  }.wzc131-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(42, 20, 81);border-radius:25px;border-width:0px;border-style:solid;border-color:rgb(255,255,255); }.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: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; }#wze377 { top:86.0114px;height:879px;z-index:999; }.wzc105-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-width:0px;border-style:solid;border-color:rgba(0, 0, 0, 1); }.wzc105-img .wzc105-img-inner { width:100%;height:100%;float:left; }.wzc105-img { width:100%;height:100%;position:relative;overflow:hidden; }.wzc105 .wzc105-img .wzc105-img-inner { filter:contrast(37%) brightness(148%) saturate(1) blur(10px);mix-blend-mode:multiply; }.wzc105 .wzc105-img { background-color:rgba(255,255,255, 1); }.wzc105 {  }#wze377 .wzc105-img-inner { object-fit:cover; }#wze380 { top:798.552px;left:330.243px;width:271.5px;height:302.75px;z-index:1000; }.wzc93-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(82, 110, 169);border-width:0px;border-style:solid;border-color:rgba(0, 0, 0, 1); }.wzc93-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc93-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; }#wze381 { top:114.569px;left:29.25px;width:209px;height:30px;z-index:1000;text-align:center; }#wze383 { top:25.1805px;left:92.25px;width:87px;height:83px;z-index:1000; }.wzc8-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none; }.wzc8-img .wzc8-img-inner { width:100%;height:100%;float:left; }.wzc8-img { width:100%;height:100%;position:relative;overflow:hidden; }#wze383 .wzc8-img-inner { object-fit:cover; }#wze511 { top:160.961px;left:28.258px;width:215px;height:45px;z-index:1000;text-align:center; }#wze516 { top:244.464px;left:68.4309px;width:147px;height:34px;z-index:1001; }.wzc170:hover .wzc170-bg { background-color:rgba(255, 255, 255, 0.45);border:1px solid #c9c9c9;border-width:0px; }.wzc170:hover .wzc170-content { font-size:10px;color:rgb(11,68,56); }.wzc170:hover {  }.wzc170-bg:after {  }.wzc170-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(231, 231, 231, 0.06);border-radius:25px;border:1px solid #e1e1e1;border-style:solid;border-width:1px;border-color:rgb(255, 255, 255); }.wzc170-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:17px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(255, 255, 255); }#wze384 { top:797.699px;left:594.903px;width:259.5px;height:302.688px;z-index:1000; }.wzc96-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(121, 200, 185); }.wzc96-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc96-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; }#wze385 { top:117.818px;left:26.9984px;width:224px;height:30px;z-index:1000;text-align:center; }#wze387 { top:15.3255px;left:64.9814px;width:128px;height:103px;z-index:1000; }.wzc175-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-width:0px;border-style:solid; }.wzc175-img .wzc175-img-inner { width:100%;height:100%;float:left; }.wzc175-img { width:100%;height:100%;position:relative;overflow:hidden; }.wzc175 .wzc175-img .wzc175-img-inner { filter:contrast(200%) brightness(200%) saturate(10) blur(0px); }.wzc175 .wzc175-img { background-color:unset; }.wzc175 {  }#wze387 .wzc175-img-inner { object-fit:cover; }#wze512 { top:161.489px;left:22.2501px;width:215px;height:66px;z-index:1000;text-align:center; }#wze515 { top:245.213px;left:59.6241px;width:147px;height:34px;z-index:1001; }.wzc171:hover .wzc171-bg { background-color:rgba(255, 255, 255, 0.45);border:1px solid #c9c9c9;border-width:0px; }.wzc171:hover .wzc171-content { font-size:10px;color:rgb(11,68,56); }.wzc171:hover {  }.wzc171-bg:after {  }.wzc171-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(231, 231, 231, 0.06);border-radius:25px;border:1px solid #e1e1e1;border-style:solid;border-width:1px;border-color:rgb(255, 255, 255); }.wzc171-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:17px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(255, 255, 255); }#wze388 { top:798.191px;left:850.549px;width:267.5px;height:301.938px;z-index:1000; }.wzc136-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(121, 136, 157); }.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; }#wze389 { top:113.306px;left:37.3822px;width:212px;height:30px;z-index:1000;text-align:center; }#wze391 { top:23.6667px;left:96.542px;width:83px;height:83px;z-index:1000; }.wzc104-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none; }.wzc104-img .wzc104-img-inner { width:100%;height:100%;float:left; }.wzc104-img { width:100%;height:100%;position:relative;overflow:hidden; }.wzc104 .wzc104-img .wzc104-img-inner { filter:contrast(200%) brightness(200%) saturate(1) blur(0px); }.wzc104 .wzc104-img { background-color:unset; }.wzc104 {  }#wze391 .wzc104-img-inner { object-fit:cover; }#wze513 { top:171.601px;left:30.563px;width:215px;height:44px;z-index:1000;text-align:center; }#wze514 { top:242.672px;left:64.542px;width:147px;height:34px;z-index:1001; }#wze504 { top:797.739px;left:77.5761px;width:257.528px;height:302.766px;z-index:1000; }.wzc89-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(191, 181, 174); }.wzc89-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc89-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; }#wze505 { top:155.447px;left:31.2086px;width:196px;height:66px;z-index:1000;text-align:center; }#wze506 { top:27.6566px;left:80.1715px;width:82px;height:75px;z-index:1000; }#wze506 .wzc8-img-inner { object-fit:cover; }#wze507 { top:109.056px;left:10.1806px;width:221px;height:30px;z-index:1000;text-align:center; }#wze517 { top:246.074px;left:55.2635px;width:147px;height:34px;z-index:1001; }#wz-section-wzs1 { height:1114.8px;--section-height:1114.8px; }.wzc-section-wzs1 { background:;background-color:rgba(255,255,255, 0); }.wzc-section-wzs1-full { background-image:;background-attachment:none;background:;background-color:rgb(255,255,255); }.wzc-section-wzs1-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-wzs1-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; }.wzc-section-wzs1-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze394 { top:33.5733px;left:171.003px;width:828px;height:172.109px;z-index:999; }.wzc13-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(244, 204, 204, 0); }.wzc13-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc13-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; }#wze393 { top:43.2671px;left:170.487px;width:525px;height:32px;z-index:1000;text-align:center; }#wze395 { top:95.2242px;left:62.174px;width:741px;height:52px;z-index:1000;text-align:center; }#wze398 { top:257.61px;left:79.722px;width:541px;height:558px;z-index:1001; }#wze398 .wzc8-img-inner { object-fit:cover; }#wze432 { top:260.293px;left:617.568px;width:501.922px;height:554.562px;z-index:999; }.wzc101-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(0, 0, 0, 0);border-style:solid;border-width:6px;border-color:rgb(25, 5, 68);box-shadow:1px 0px 4px 0px rgb(11, 83, 148) ; }.wzc101-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc101-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; }#wze431 { top:49.9306px;left:40.7635px;width:381px;height:51px;z-index:1000;text-align:right; }#wze434 { top:161.923px;left:68.8475px;width:346px;height:103px;z-index:1000;text-align:right; }#wze518 { top:102.016px;left:107.583px;width:310px;height:36px;z-index:1002;text-align:right; }#wze519 { top:351.351px;left:48.2965px;width:395px;height:163.562px;z-index:1002; }.wzc97  .wz-countdown-bg.normal { background:#000;border-style:solid;border-width:0px;border-color:#000; }.wzc97  .wz-countdown-bg.with-flip .count { background:rgb(139, 0, 0);text-shadow:0 0 10px rgb(139, 0, 0); }.wzc97  .wz-countdown-bg.with-flip .wz-countdown-name { background:rgb(139, 0, 0); }.wzc97  .wz-countdown-bg.with-flip .wz-countdown-value { box-shadow:0 0 10px 0  rgb(139, 0, 0); }.wzc97  .wz-countdown-bg.with-flip .count.bottom { border-top-color:rgb(139, 0, 0);border-bottom-color:rgb(139, 0, 0); }.wzc97 {  }.wzc97-container .wzc97-container-bg { color:#fff;background:#000;font-family:yekan;font-size:24px; }.wzc97-container { width:100%;height:100%; }#wze521 { top:279.351px;left:224.563px;width:180px;height:40px;z-index:1003; }.wzc90:hover .wzc90-bg { border-color:rgb(226, 28, 33);border-width:2px;background-color:rgba(226, 28, 33, 0.5); }.wzc90:hover .wzc90-content { color:rgb(0, 0, 0); }.wzc90:hover {  }.wzc90-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(42, 20, 81);border-radius:25px;border-width:0px;border-style:solid;border-color:rgb(255,255,255); }.wzc90-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; }#wz-section-wzs5 { height:962.609px;--section-height:962.609px; }.wzc-section-wzs5 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs5-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-wzs5-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; }.wzc-section-wzs5-full { background:;background-color:rgb(255,255,255); }.wzc-section-wzs5-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze66 { top:146.635px;left:377.554px;width:165.0005419px;height:192.609px;z-index:1001; }#wze67 { top:1.24711px;left:26.0837px;width:111px;height:111px;z-index:1000; }.wzc168-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none; }.wzc168-img .wzc168-img-inner { width:100%;height:100%;float:left; }.wzc168-img { width:100%;height:100%;position:relative;overflow:hidden; }.wzc168 .wzc168-img .wzc168-img-inner { filter:contrast(200%) brightness(0%) saturate(10) blur(0px); }.wzc168 .wzc168-img { background-color:unset; }.wzc168 {  }#wze67 .wzc168-img-inner { object-fit:cover; }#wze413 { top:143.553px;left:0.000687px;width:165px;height:22px;z-index:1000;text-align:center; }#wze411 { top:68.4348px;left:377.674px;width:386px;height:64.375px;z-index:999; }#wze47 { top:4.69446px;left:23.6803px;width:360px;height:44px;z-index:1000;text-align:center; }#wze416 { top:145.849px;left:522.388px;width:164.042313px;height:198.484px;z-index:1001; }#wze417 { top:-1.5428px;left:26.944px;width:110px;height:110px;z-index:1000; }.wzc118-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none; }.wzc118-img .wzc118-img-inner { width:100%;height:100%;float:left; }.wzc118-img { width:100%;height:100%;position:relative;overflow:hidden; }.wzc118 .wzc118-img .wzc118-img-inner { filter:contrast(200%) brightness(0%) saturate(10) blur(0px); }.wzc118 .wzc118-img { background-color:unset; }.wzc118 {  }#wze417 .wzc118-img-inner { object-fit:cover; }#wze418 { top:141.056px;left:-0.957687px;width:165px;height:22px;z-index:1000;text-align:center; }#wze422 { top:145.79px;left:686.417px;width:171.59823px;height:198.609px;z-index:1001; }#wze423 { top:0.024916px;left:32.6964px;width:110px;height:111px;z-index:1000; }.wzc116-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-width:0px;border-style:solid;border-color:rgba(0, 0, 0, 1); }.wzc116-img .wzc116-img-inner { width:100%;height:100%;float:left; }.wzc116-img { width:100%;height:100%;position:relative;overflow:hidden; }.wzc116 .wzc116-img .wzc116-img-inner { filter:contrast(200%) brightness(0%) saturate(10) blur(0px);mix-blend-mode:multiply; }.wzc116 .wzc116-img { background-color:rgba(255,255,255, 0); }.wzc116 {  }#wze423 .wzc116-img-inner { object-fit:cover; }#wze424 { top:135.701px;left:0.0012519px;width:165px;height:22px;z-index:1000;text-align:center; }#wze425 { top:142.268px;left:863.079px;width:165.0009999px;height:196.859px;z-index:1001; }#wze426 { top:1.60115px;left:22.8807px;width:107px;height:107px;z-index:1000; }.wzc167-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-width:0px;border-style:solid; }.wzc167-img .wzc167-img-inner { width:100%;height:100%;float:left; }.wzc167-img { width:100%;height:100%;position:relative;overflow:hidden; }.wzc167 .wzc167-img .wzc167-img-inner { filter:contrast(200%) brightness(0%) saturate(10) blur(0px);mix-blend-mode:multiply; }.wzc167 .wzc167-img { background-color:rgba(255,255,255, 0); }.wzc167 {  }#wze426 .wzc167-img-inner { object-fit:cover; }#wze427 { top:135px;left:0.0009999px;width:165px;height:22px;z-index:1000;text-align:center; }#wze428 { top:149.791px;left:1006.61px;width:165.694458px;height:167.609px;z-index:1001; }#wze429 { top:0.166687px;left:38.7361px;width:60px;height:78px;z-index:1000; }.wzc102-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none; }.wzc102-img .wzc102-img-inner { width:100%;height:100%;float:left; }.wzc102-img { width:100%;height:100%;position:relative;overflow:hidden; }.wzc102 .wzc102-img .wzc102-img-inner { filter:contrast(0%) brightness(0%) saturate(10) blur(0px);mix-blend-mode:multiply; }.wzc102 .wzc102-img { background-color:rgba(255,255,255, 0); }.wzc102 {  }#wze429 .wzc102-img-inner { object-fit:cover; }#wze430 { top:123.236px;left:-5.95271px;width:165px;height:22px;z-index:1000;text-align:center; }#wze540 { top:150.52px;left:224.454px;width:165px;height:212.984px;z-index:1001; }#wze541 { top:140.278px;left:-18.0002px;width:183px;height:46px;z-index:1000;text-align:center; }#wze542 { top:-4.83455px;left:26.0122px;width:113px;height:114px;z-index:1000; }#wze542 .wzc167-img-inner { object-fit:cover; }#wze543 { top:149.783px;left:61.7127px;width:165px;height:209.5px;z-index:1001; }#wze544 { top:142.762px;left:-13.9097px;width:165px;height:44px;z-index:1000;text-align:center; }#wze545 { top:-6.96923px;left:31.457px;width:114px;height:115px;z-index:1000; }#wze545 .wzc168-img-inner { object-fit:cover; }#wz-section-wzs6 { height:499.312px;--section-height:499.312px; }.wzc-section-wzs6 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs6-full { background-color:rgba(231, 231, 231, 1);background:; }.wzc-section-wzs6-full-top { background-image:url("data:image/svg+xml,%3Csvg fill='rgb(255,255,255)' class='wz-shape-divider-svg' preserveAspectRatio='none' viewBox='0 100 1920 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1914.392 288.326c-110.231-4.798-134.428-121.68-301.124-121.68s-190.894 116.883-301.124 121.68h-15.779c-132.623-3.764-163.287-72.283-366.071-72.283s-233.445 68.519-366.071 72.283h-8.154C384.543 282.678 408.027 100 281.156 100c-123.98 0-102.173 182.678-274.845 188.326H0V300h1920v-11.674h-5.608z'/%3E%3C/svg%3E");width:100%;height:85px;background-repeat:repeat-x;background-size:83% 100%;background-position:30px;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; }.wzc-section-wzs6-full-bottom { background-image:url("data:image/svg+xml,%3Csvg fill='rgb(255,255,255)' class='wz-shape-divider-svg' preserveAspectRatio='none' viewBox='0 100 1920 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1914.392 288.326c-110.231-4.798-134.428-121.68-301.124-121.68s-190.894 116.883-301.124 121.68h-15.779c-132.623-3.764-163.287-72.283-366.071-72.283s-233.445 68.519-366.071 72.283h-8.154C384.543 282.678 408.027 100 281.156 100c-123.98 0-102.173 182.678-274.845 188.326H0V300h1920v-11.674h-5.608z'/%3E%3C/svg%3E");width:100%;height:118px;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-wzs6-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wz-section-wzs7 { height:84.9375px;--section-height:84.9375px; }#wze435 { top:29.696px;left:367.875px;width:484px;height:146.312px;z-index:999; }#wze436 { top:21.3155px;left:-1.877px;width:430px;height:43px;z-index:1000;text-align:center; }#wze691 { top:150.012px;left:45.3409px;width:322px;height:333px;z-index:1000; }.wzc177-wzImageCompareRoot .wzc177-wzImageCompareRoot-wzImageCompareBaseImageBox .wzc177-wzImageCompareRoot-wzImageCompareBaseImageBox-wzImageCompareBaseImage {  }.wzc177-wzImageCompareRoot .wzc177-wzImageCompareRoot-wzImageCompareBaseImageBox .wzc177-wzImageCompareRoot-wzImageCompareBaseImageBox-wzImageCompareBaseImageTitleBox .wzc177-wzImageCompareRoot-wzImageCompareBaseImageBox-wzImageCompareBaseImageTitleBox-wzImageCompareBaseImageTitle {  }.wzc177-wzImageCompareRoot .wzc177-wzImageCompareRoot-wzImageCompareBaseImageBox .wzc177-wzImageCompareRoot-wzImageCompareBaseImageBox-wzImageCompareBaseImageTitleBox {  }.wzc177-wzImageCompareRoot .wzc177-wzImageCompareRoot-wzImageCompareBaseImageBox {  }.wzc177-wzImageCompareRoot .wzc177-wzImageCompareRoot-wzImageCompareSlideImageBox .wzc177-wzImageCompareRoot-wzImageCompareSlideImageBox-wzImageCompareSlideImageContainer .wzc177-wzImageCompareRoot-wzImageCompareSlideImageBox-wzImageCompareSlideImageContainer-wzImageCompareSlideImage {  }.wzc177-wzImageCompareRoot .wzc177-wzImageCompareRoot-wzImageCompareSlideImageBox .wzc177-wzImageCompareRoot-wzImageCompareSlideImageBox-wzImageCompareSlideImageContainer {  }.wzc177-wzImageCompareRoot .wzc177-wzImageCompareRoot-wzImageCompareSlideImageBox .wzc177-wzImageCompareRoot-wzImageCompareSlideImageBox-wzImageCompareSlideImageTitleBox .wzc177-wzImageCompareRoot-wzImageCompareSlideImageBox-wzImageCompareSlideImageTitleBox-wzImageCompareSlideImageTitle {  }.wzc177-wzImageCompareRoot .wzc177-wzImageCompareRoot-wzImageCompareSlideImageBox .wzc177-wzImageCompareRoot-wzImageCompareSlideImageBox-wzImageCompareSlideImageTitleBox {  }.wzc177-wzImageCompareRoot .wzc177-wzImageCompareRoot-wzImageCompareSlideImageBox .wzc177-wzImageCompareRoot-wzImageCompareSlideImageBox-wzImageCompareDragIconContainer .wzc177-wzImageCompareRoot-wzImageCompareSlideImageBox-wzImageCompareDragIconContainer-wzImageCompareDragIconBox .wzc177-wzImageCompareRoot-wzImageCompareSlideImageBox-wzImageCompareDragIconContainer-wzImageCompareDragIconBox-wzArrowRight {  }.wzc177-wzImageCompareRoot .wzc177-wzImageCompareRoot-wzImageCompareSlideImageBox .wzc177-wzImageCompareRoot-wzImageCompareSlideImageBox-wzImageCompareDragIconContainer .wzc177-wzImageCompareRoot-wzImageCompareSlideImageBox-wzImageCompareDragIconContainer-wzImageCompareDragIconBox .wzc177-wzImageCompareRoot-wzImageCompareSlideImageBox-wzImageCompareDragIconContainer-wzImageCompareDragIconBox-wzArrowLeft {  }.wzc177-wzImageCompareRoot .wzc177-wzImageCompareRoot-wzImageCompareSlideImageBox .wzc177-wzImageCompareRoot-wzImageCompareSlideImageBox-wzImageCompareDragIconContainer .wzc177-wzImageCompareRoot-wzImageCompareSlideImageBox-wzImageCompareDragIconContainer-wzImageCompareDragIconBox {  }.wzc177-wzImageCompareRoot .wzc177-wzImageCompareRoot-wzImageCompareSlideImageBox .wzc177-wzImageCompareRoot-wzImageCompareSlideImageBox-wzImageCompareDragIconContainer {  }.wzc177-wzImageCompareRoot .wzc177-wzImageCompareRoot-wzImageCompareSlideImageBox {  }.wzc177-wzImageCompareRoot .wzc177-wzImageCompareRoot-wzImageCompareAboutBox .wzc177-wzImageCompareRoot-wzImageCompareAboutBox-wzImageCompareAbout {  }.wzc177-wzImageCompareRoot .wzc177-wzImageCompareRoot-wzImageCompareAboutBox {  }.wzc177-wzImageCompareRoot {  }.wzc177  .wz-image-compare-root { border-style:solid; }.wzc177  .wz-image-compare-title-box { background:rgba(0, 0, 0, 0.3); }.wzc177  .wz-image-compare-title-box p { color:#fff;font-family:iransans_fa;font-size:14px; }.wzc177  .wz-image-compare-about-box { background:rgba(0, 0, 0, 0.3); }.wzc177  .wz-image-compare-about-box p { color:#fff;font-family:iransans_fa;font-size:12px; }.wzc177  .wz-image-compare-slide-image-box { top:0%;right:48%; }.wzc177  .wz-image-compare-slide-imag-container { position:relative;overflow:hidden;width:100%;height:100%; }.wzc177  .wz-image-compare-slide-image { position:absolute;left:48%;bottom:0; }.wzc177  .wz-image-compare-drag-icon-container { -webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);top:50%;right:-19px; }.wzc177  .wz-image-compare-drag-icon { -webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);top:50%;border-color:#fff; }.wzc177  .wz-image-compare-arrow-right { border-left-color:#fff; }.wzc177  .wz-image-compare-arrow-left { border-right-color:#fff; }.wzc177  .wz-image-compare-drag-icon-container:after { border-color:#fff;background:#fff; }.wzc177  .wz-image-compare-drag-icon-container:before { border-color:#fff;background:#fff; }.wzc177 {  }#wze692 { top:150.012px;left:403.367px;width:322px;height:333px;z-index:1000; }#wze693 { top:150.01px;left:748.089px;width:322px;height:333px;z-index:1000; }#wze694 { top:516.012px;left:47.875px;width:1025px;height:422px;z-index:1000; }.wzc178 .wz-gallery > li > figure,.wzc178  .wz-gallery-slider .slides > li > .wz-slider-item { border-width:8px;border-style:solid;border-color:rgba(0, 0, 0, 0.18); }.wzc178 .wz-gallery > li > figure,.wzc178  .wz-gallery > li > figure:before,.wzc178  .wz-gallery > li > figure:after,.wzc178  .wz-gallery > li > figure > figcaption,.wzc178  .wz-gallery-slider .wz-gallery-caption { background-color:rgb(50, 44, 59); }.wzc178  .wz-gallery-caption { text-align:center; }.wzc178  .wz-gallery-caption  h3 { font-family:yekan, tahoma, serif;font-size:15px;line-height:15px;color:#fff; }.wzc178  .wz-gallery-caption  p { font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc178  .wz-gallery li  img.wz-gallery-image { object-fit:cover;object-fit:contain; }.wzc178 {  }.wzc178-slider .wzc178-slider-items {  }.wzc178-slider  .flex-direction-nav a:before { color:#999; }.wzc178-slider {  }#wz-section-wzs31 { height:960.797px;--section-height:960.797px; }.wzc-section-wzs31 { background:;background-color:rgba(255,255,255, 0); }.wzc-section-wzs31-full { background-color:rgb(38, 30, 51);background:;background-attachment:none;box-shadow:0px 1px 4px 0px #000 ; }.wzc-section-wzs31-full-top { background-image:fill='rgb(255,255,255)' none;width:100%;height:57px;background-repeat:repeat-x;background-size:100% 100%;background-position:-165px;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; }.wzc-section-wzs31-full-bottom { background-image:fill='rgb(15, 132, 115)' 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-wzs31-full:after { background:;background-color:rgba(255,255,255, 0.14); }#wz-section-wzs58 { height:114px;--section-height:114px; }#wze486 { top:21.9819px;left:185.043px;width:466px;height:164.734px;z-index:999; }#wze487 { top:91.7655px;left:9.5px;width:458px;height:24px;z-index:1000;text-align:center; }#wze488 { top:34.48px;left:88.5003px;width:289px;height:40px;z-index:1000;text-align:center; }#wze673 { top:28.935px;left:348.283px;width:56px;height:56px;z-index:1003; }.wzc169 { overflow:hidden; }.wzc169-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(121, 136, 157); }#wze489 { top:169.228px;left:182.338px;width:476px;height:321.984px;z-index:1001; }.wzc69-contactForm .wzc69-contactForm-sections .wzc69-contactForm-sections-section1 .wzc69-contactForm-sections-section1-formRow .wzc69-contactForm-sections-section1-formRow-input {  }.wzc69-contactForm .wzc69-contactForm-sections .wzc69-contactForm-sections-section1 .wzc69-contactForm-sections-section1-formRow {  }.wzc69-contactForm .wzc69-contactForm-sections .wzc69-contactForm-sections-section1 {  }.wzc69-contactForm .wzc69-contactForm-sections .wzc69-contactForm-sections-section2 .wzc69-contactForm-sections-section2-messageRow .wzc69-contactForm-sections-section2-messageRow-message { height:120px; }.wzc69-contactForm .wzc69-contactForm-sections .wzc69-contactForm-sections-section2 .wzc69-contactForm-sections-section2-messageRow {  }.wzc69-contactForm .wzc69-contactForm-sections .wzc69-contactForm-sections-section2 { height:auto;margin-top:-5px; }.wzc69-contactForm .wzc69-contactForm-sections { width:100%;margin-bottom:0px;display:block;position:relative; }.wzc69-contactForm .wzc69-contactForm-footer .wzc69-contactForm-footer-submit .wzc69-contactForm-footer-submit-inner { width:100%;height:100%; }.wzc69-contactForm .wzc69-contactForm-footer .wzc69-contactForm-footer-submit { background-color:transparent;outline:0;border:0;position:relative;height:34px;width:120px;cursor:pointer;max-width:100%; }.wzc69-contactForm .wzc69-contactForm-footer { padding:0px 5px;padding-bottom:5px; }.wzc69-contactForm .wzc69-contactForm-resultSection .wzc69-contactForm-resultSection-result { border:1px solid #1abc9c;color:#1abc9c;padding:5px 10px;font-size:13px;opacity:0;font-family:yekan, tahoma, serif; }.wzc69-contactForm .wzc69-contactForm-resultSection { height:40px;padding-top:5px; }.wzc69-contactForm  .wzc69-contactForm-resultSection .form-result-show { opacity:1; }.wzc69-contactForm  .wzc69-contactForm-resultSection .form-result-error { border-color:#e74c3c;color:#e74c3c; }.wzc69-contactForm  .wz-form-input-row { width:100%;margin-bottom:5px; }.wzc69-contactForm input,.wzc69-contactForm  textarea { width:100%;box-sizing:border-box;font-family:yekan, tahoma, serif;padding:5px;outline:0;resize:none;border-width:0px;border-style:solid;border-color:rgba(49, 143, 120, 0);color:rgb(255,255,255);font-size:16px;background-color:rgb(231, 231, 231); }.wzc69-contactForm  .wz-form-input-row:last-child { margin-bottom:0px; }.wzc69-contactForm  *::-webkit-input-placeholder { color:rgb(61,137,188); }.wzc69-contactForm  *::-moz-placeholder { color:rgb(61,137,188); }.wzc69-contactForm  *:-ms-input-placeholder { color:rgb(61,137,188); }.wzc69-contactForm  *:-moz-placeholder { color:rgb(61,137,188); }.wzc69-contactForm  .wz-form-section { width:100%;display:block;box-sizing:border-box;padding:5px; }.wzc69-contactForm  label { margin-bottom:5px;font-family:yekan, tahoma, serif;font-size:16px;display:inline-block;color:#000; }.wzc69-contactForm { direction:rtl; }#wze549 { top:85.7775px;left:755.986px;width:321px;height:330.806px;z-index:1002; }.wzc122-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none; }.wzc122-img .wzc122-img-inner { width:100%;height:100%;float:left; }.wzc122-img { width:100%;height:100%;position:relative;overflow:hidden; }.wzc122 .wzc122-img .wzc122-img-inner { filter:url('data:image/svg+xml,\
                                                                <svg xmlns="http://www.w3.org/2000/svg">\
                                                                   <filter id="wz-neptune-filter" color-interpolation-filters="sRGB">\
                                                                        <feComponentTransfer result="srcRGB"></feComponentTransfer>\
                                                                        <feColorMatrix type="saturate" values="0"></feColorMatrix>\
                                                                        <feColorMatrix type="matrix" values="0.8588235294117648 0 0 0 0.0392156862745098 0.3764705882352941 0 0 0 0.49411764705882355 -0.019607843137254943 0 0 0 1 0 0 0 1 0"></feColorMatrix>\
                                                                        <feComponentTransfer></feComponentTransfer>\
                                                                   </filter>\
                                                                </svg>#wz-neptune-filter'); }.wzc122 .wzc122-img { background-color:unset; }.wzc122 {  }#wze549 .wzc122-img-inner { object-fit:cover; }#wz-section-wzs41 { height:637.766px;--section-height:637.766px; }.wzc-section-wzs41 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs41-full { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs41-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze546 { top:0px;left:0px;width:100%;height:214.109px;z-index:1000;order:1; }.wzc120-bg { position:absolute;top:0px;left:0px;bottom:0px;right:0px;background:;background-color:rgba(255, 255, 255, 0); }.wzc120-content { left:auto !important;right:0 !important; }.wzc120 {  }#wze550 { top:21.0068px;left:562.417px;width:194px;height:30px;z-index:1002; }.wzc87 .wz-menu.wz-mega-menu > li > .sub-menu,.wzc87  .wz-menu.wz-classic-menu > li .sub-menu { background-color:rgb(255,255,255);text-align:center;border-radius:0px; }.wzc87  .wz-menu > li { margin-bottom:4px; }.wzc87  .wz-menu li > a { padding:5px 15px;font-family:yekan, tahoma, serif;font-size:13px;color:rgb(255,255,255); }.wzc87 .wz-menu.wz-mega-menu li > a:hover,.wzc87  .wz-menu.wz-classic-menu li:hover > a { color:#fff; }.wzc87  .wz-menu li.wz-menu-has-children a:after { border-color:rgb(255,255,255); }.wzc87 .wz-menu.wz-mega-menu li.wz-menu-has-children > a:hover:after,.wzc87  .wz-menu.wz-classic-menu li.wz-menu-has-children:hover > a:after { border-color:#fff; }.wzc87  .wz-menu > li > a { border-width:1px;border-style:solid;border-color:rgb(255,255,255);border-radius:10px 10px 0px 0px ;border-left:0;border-right:0;border-top:0; }.wzc87 .wz-menu.wz-mega-menu > li > a:hover,.wzc87  .wz-menu.wz-classic-menu > li:hover > a { background-color:rgba(191, 181, 174, 0.57);border-width:0px;border-style:solid;border-color:rgba(0, 0, 0, 0.51); }.wzc87  .wz-menu > li.active > a { color:rgb(255,255,255);background-color:rgba(255,255,255, 0); }.wzc87  .wz-menu > li.wz-menu-has-children.active > a:after { border-color:rgb(255,255,255); }.wzc87  .wz-menu .sub-menu li > a { padding:5px 15px;color:#fff; }.wzc87  .wz-menu .sub-menu  li.wz-menu-has-children > a:after { border-color:#fff; }.wzc87  .wz-menu > li > .sub-menu > li > a { padding:5px 15px; }.wzc87 {  }.wzc87-list {  }.wzc87-mobile {  }#wze551 { top:21.0133px;left:358.711px;width:194px;height:30px;z-index:1002; }.wzc124 .wz-menu.wz-mega-menu > li > .sub-menu,.wzc124  .wz-menu.wz-classic-menu > li .sub-menu { background-color:rgba(255,255,255, 1);text-align:center;border-radius:0px; }.wzc124  .wz-menu > li { margin-bottom:4px; }.wzc124  .wz-menu li > a { padding:5px 15px;font-family:yekan, tahoma, serif;font-size:13px;color:rgb(255,255,255); }.wzc124 .wz-menu.wz-mega-menu li > a:hover,.wzc124  .wz-menu.wz-classic-menu li:hover > a { color:#fff; }.wzc124  .wz-menu li.wz-menu-has-children a:after { border-color:rgb(255,255,255); }.wzc124 .wz-menu.wz-mega-menu li.wz-menu-has-children > a:hover:after,.wzc124  .wz-menu.wz-classic-menu li.wz-menu-has-children:hover > a:after { border-color:#fff; }.wzc124  .wz-menu > li > a { border-width:1px;border-style:solid;border-color:rgb(240, 237, 230);border-radius:10px 10px 0px 0px ;border-left:0;border-right:0;border-top:0; }.wzc124 .wz-menu.wz-mega-menu > li > a:hover,.wzc124  .wz-menu.wz-classic-menu > li:hover > a { background-color:rgba(191, 181, 174, 0.57);border-width:0px;border-style:solid;border-color:rgba(0, 0, 0, 0.51); }.wzc124  .wz-menu > li.active > a { color:rgb(255,255,255);background-color:rgba(255,255,255, 0); }.wzc124  .wz-menu > li.wz-menu-has-children.active > a:after { border-color:rgb(255,255,255); }.wzc124  .wz-menu .sub-menu li > a { padding:5px 15px;color:#fff; }.wzc124  .wz-menu .sub-menu  li.wz-menu-has-children > a:after { border-color:#fff; }.wzc124  .wz-menu > li > .sub-menu > li > a { padding:5px 15px; }.wzc124 {  }.wzc124-list {  }.wzc124-mobile {  }#wze552 { top:15.6181px;left:829.052px;width:289px;height:182.703px;z-index:1002; }.wzc125-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255,255,255, 0);border-color:rgba(0, 0, 0, 0); }.wzc125-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc125-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; }#wze553 { top:22.1161px;left:40.1151px;width:155px;height:38px;z-index:1003;text-align:right; }#wze554 { top:22.1161px;left:213.981px;width:36px;height:36px;z-index:1003; }.wzc126 { overflow:hidden; }.wzc126-shape { width:100%;height:100%;stroke-width:1px;stroke:rgb(255,255,255);fill:rgba(6, 81, 104, 0); }#wze555 { top:69.1763px;left:3.01108px;width:191px;height:56px;z-index:1001;text-align:right; }#wze556 { top:72.8941px;left:206.018px;width:48px;height:48px;z-index:1003; }.wzc127 { overflow:hidden; }.wzc127-shape { width:100%;height:100%;stroke-width:25px;stroke:rgb(255,255,255);fill:rgba(6, 81, 104, 0); }#wze557 { top:152.199px;left:24.6533px;width:251px;height:31px;z-index:1000;text-align:right; }#wz-section-footer { height:214.109px;--section-height:214.109px; }.wzc-section-footer { background:;background-color:rgba(255, 255, 255, 0);--column-space:0px;padding:0px; }.wzc-section-footer-full { background-color:rgb(42, 20, 81);background:;padding:48px; }.wzc-section-footer-full:after { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-footer-full-top { background-image:fill='rgb(255,255,255)' none;width:100%;height:119px;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-wzs39 { height:200px;--section-height:200px; }#wze498 { top:30px;left:15px;width:848px;height:499px;z-index:1000; }.wzc73-root .wzc73-root-container .wzc73-root-container-header .wzc73-root-container-header-title {  }.wzc73-root .wzc73-root-container .wzc73-root-container-header {  }.wzc73-root .wzc73-root-container .wzc73-root-container-submitBoxHeader .wzc73-root-container-submitBoxHeader-submitButtonHeader {  }.wzc73-root .wzc73-root-container .wzc73-root-container-submitBoxHeader {  }.wzc73-root .wzc73-root-container {  }.wzc73-root .wzc73-root-accountContainer .wzc73-root-accountContainer-accountItem .wzc73-root-accountContainer-accountItem-accountItemLabel {  }.wzc73-root .wzc73-root-accountContainer .wzc73-root-accountContainer-accountItem .wzc73-root-accountContainer-accountItem-accountItemInputBox .wzc73-root-accountContainer-accountItem-accountItemInputBox-accountItemInput {  }.wzc73-root .wzc73-root-accountContainer .wzc73-root-accountContainer-accountItem .wzc73-root-accountContainer-accountItem-accountItemInputBox .wzc73-root-accountContainer-accountItem-accountItemInputBox-error {  }.wzc73-root .wzc73-root-accountContainer .wzc73-root-accountContainer-accountItem .wzc73-root-accountContainer-accountItem-accountItemInputBox {  }.wzc73-root .wzc73-root-accountContainer .wzc73-root-accountContainer-accountItem {  }.wzc73-root .wzc73-root-accountContainer {  }.wzc73-root .wzc73-root-companyHeaderContainer .wzc73-root-companyHeaderContainer-companyHeader .wzc73-root-companyHeaderContainer-companyHeader-companyTitle {  }.wzc73-root .wzc73-root-companyHeaderContainer .wzc73-root-companyHeaderContainer-companyHeader {  }.wzc73-root .wzc73-root-companyHeaderContainer {  }.wzc73-root .wzc73-root-companyInfo .wzc73-root-companyInfo-companyInfoCheck .wzc73-root-companyInfo-companyInfoCheck-companyInfoCheckDescription {  }.wzc73-root .wzc73-root-companyInfo .wzc73-root-companyInfo-companyInfoCheck .wzc73-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc73-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckInput {  }.wzc73-root .wzc73-root-companyInfo .wzc73-root-companyInfo-companyInfoCheck .wzc73-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc73-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-checkmark {  }.wzc73-root .wzc73-root-companyInfo .wzc73-root-companyInfo-companyInfoCheck .wzc73-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc73-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckButton {  }.wzc73-root .wzc73-root-companyInfo .wzc73-root-companyInfo-companyInfoCheck .wzc73-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc73-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-moreIcon {  }.wzc73-root .wzc73-root-companyInfo .wzc73-root-companyInfo-companyInfoCheck .wzc73-root-companyInfo-companyInfoCheck-companyInfoCheckLabel {  }.wzc73-root .wzc73-root-companyInfo .wzc73-root-companyInfo-companyInfoCheck {  }.wzc73-root .wzc73-root-companyInfo .wzc73-root-companyInfo-companyItemBox .wzc73-root-companyInfo-companyItemBox-companyItemLabel {  }.wzc73-root .wzc73-root-companyInfo .wzc73-root-companyInfo-companyItemBox .wzc73-root-companyInfo-companyItemBox-companyInputBox .wzc73-root-companyInfo-companyItemBox-companyInputBox-companyInput {  }.wzc73-root .wzc73-root-companyInfo .wzc73-root-companyInfo-companyItemBox .wzc73-root-companyInfo-companyItemBox-companyInputBox .wzc73-root-companyInfo-companyItemBox-companyInputBox-companyError {  }.wzc73-root .wzc73-root-companyInfo .wzc73-root-companyInfo-companyItemBox .wzc73-root-companyInfo-companyItemBox-companyInputBox {  }.wzc73-root .wzc73-root-companyInfo .wzc73-root-companyInfo-companyItemBox {  }.wzc73-root .wzc73-root-companyInfo .wzc73-root-companyInfo-companyInfoCancelLabel .wzc73-root-companyInfo-companyInfoCancelLabel-companyInfoCancelInput {  }.wzc73-root .wzc73-root-companyInfo .wzc73-root-companyInfo-companyInfoCancelLabel .wzc73-root-companyInfo-companyInfoCancelLabel-cancelMark {  }.wzc73-root .wzc73-root-companyInfo .wzc73-root-companyInfo-companyInfoCancelLabel .wzc73-root-companyInfo-companyInfoCancelLabel-companyInfoCancelButton {  }.wzc73-root .wzc73-root-companyInfo .wzc73-root-companyInfo-companyInfoCancelLabel .wzc73-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc73-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg .wzc73-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg-cancelIconPath {  }.wzc73-root .wzc73-root-companyInfo .wzc73-root-companyInfo-companyInfoCancelLabel .wzc73-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc73-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg {  }.wzc73-root .wzc73-root-companyInfo .wzc73-root-companyInfo-companyInfoCancelLabel .wzc73-root-companyInfo-companyInfoCancelLabel-cancelIcon {  }.wzc73-root .wzc73-root-companyInfo .wzc73-root-companyInfo-companyInfoCancelLabel {  }.wzc73-root .wzc73-root-companyInfo {  }.wzc73-root .wzc73-root-submitBoxFooter .wzc73-root-submitBoxFooter-submitButtonFooter {  }.wzc73-root .wzc73-root-submitBoxFooter {  }.wzc73-root {  }.wzc73  .wz-profile-account-root { text-align:right; }.wzc73  .wz-profile-account-header-container { margin-bottom:20px; }.wzc73  .wz-profile-account-header p { font-family:iransans_fa, sans-serif;font-size:20px;font-weight:500;color:rgb(117,117,117); }.wzc73  .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; }.wzc73  .wz-profile-account-container:hover { border-radius:20px; }.wzc73  .wz-profile-account-input-container { width:48%;direction:rtl;font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc73  .wz-profile-account-input-container label { color:#9b9b9b; }.wzc73  .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; }.wzc73  .wz-profile-account-input-container input:hover { border-radius:4px; }.wzc73  .wz-profile-account-submit-box { margin-top:20px;text-align:left; }.wzc73  .wz-profile-account-submit { width:120px;height:35px;position:relative;display:inline-block; }.wzc73  .wz-profile-account-company-info-button p { font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc73  .wz-profile-account-company-info-button label { font-family:iransans_fa, sans-serif;font-size:13px;color:#17a2b8; }.wzc73  .wz-profile-account-company-info-button .moreIcon { width:13px;height:13px;fill:#17a2b8; }.wzc73  .wz-profile-account-company-info-cancel { font-family:iransans_fa, sans-serif;font-size:13px;color:#E74C3C; }.wzc73  .wz-profile-account-company-info-cancel .cancelIcon { width:20px;height:20px; }.wzc73  .wz-profile-account-company-info-cancel .cancelIcon svg path { stroke:#E74C3C; }.wzc73 {  }.wzc72:hover .wzc72-bg { background-color:#ffd9d5; }.wzc72:hover .wzc72-content { color:#E74C3C; }.wzc72:hover {  }.wzc72-bg:after {  }.wzc72-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc72-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; }#wze503 { top:30px;left:893px;width:262px;height:565px;z-index:1000; }.wzc86-root .wzc86-root-infoBox .wzc86-root-infoBox-userImageBox .wzc86-root-infoBox-userImageBox-userImage {  }.wzc86-root .wzc86-root-infoBox .wzc86-root-infoBox-userImageBox {  }.wzc86-root .wzc86-root-infoBox .wzc86-root-infoBox-userInfo .wzc86-root-infoBox-userInfo-userName {  }.wzc86-root .wzc86-root-infoBox .wzc86-root-infoBox-userInfo .wzc86-root-infoBox-userInfo-userEmail {  }.wzc86-root .wzc86-root-infoBox .wzc86-root-infoBox-userInfo .wzc86-root-infoBox-userInfo-editInfo .wzc86-root-infoBox-userInfo-editInfo-editInfoIcon {  }.wzc86-root .wzc86-root-infoBox .wzc86-root-infoBox-userInfo .wzc86-root-infoBox-userInfo-editInfo .wzc86-root-infoBox-userInfo-editInfo-editInfoText {  }.wzc86-root .wzc86-root-infoBox .wzc86-root-infoBox-userInfo .wzc86-root-infoBox-userInfo-editInfo {  }.wzc86-root .wzc86-root-infoBox .wzc86-root-infoBox-userInfo {  }.wzc86-root .wzc86-root-infoBox {  }.wzc86-root .wzc86-root-items .wzc86-root-items-item .wzc86-root-items-item-itemBox .wzc86-root-items-item-itemBox-itemIcon {  }.wzc86-root .wzc86-root-items .wzc86-root-items-item .wzc86-root-items-item-itemBox .wzc86-root-items-item-itemBox-itemName {  }.wzc86-root .wzc86-root-items .wzc86-root-items-item .wzc86-root-items-item-itemBox {  }.wzc86-root .wzc86-root-items .wzc86-root-items-item {  }.wzc86-root .wzc86-root-items .wzc86-root-items-more {  }.wzc86-root .wzc86-root-items {  }.wzc86-root .wzc86-root-logoutBox .wzc86-root-logoutBox-logout .wzc86-root-logoutBox-logout-logoutLabel {  }.wzc86-root .wzc86-root-logoutBox .wzc86-root-logoutBox-logout {  }.wzc86-root .wzc86-root-logoutBox {  }.wzc86-root {  }.wzc86  .wz-profile-menu-user-info { gap:2px; }.wzc86  div + .wz-profile-menu-user-info { margin-right:5%;margin-left:5%; }.wzc86  .wz-profile-menu-info-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;direction:rtl; }.wzc86  .wz-profile-menu-info-box:hover {  }.wzc86  .wz-profile-menu-user-image img { border-style:solid;border-width:2px;border-color:#efefef;border-radius:50px;object-fit:cover; }.wzc86  .wz-profile-menu-user-name { font-family:iransans_fa, sans-serif;font-size:18px;font-weight:bold;color:#808080; }.wzc86  .wz-profile-menu-user-name:hover {  }.wzc86  .wz-profile-menu-user-email { font-family:iransans_fa, sans-serif;font-size:12px;color:#a1a1a1; }.wzc86  .wz-profile-menu-user-email:hover {  }.wzc86  .wz-profile-menu-edit-info { font-family:iransans_fa, sans-serif;font-size:10px;color:#808080; }.wzc86  .wz-profile-menu-edit-info:hover {  }.wzc86  .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); }.wzc86  .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; }.wzc86  .wz-profile-menu-items:hover {  }.wzc86  .wz-profile-menu-item { padding:0 30px;background-color:rgba(0,0,0,0);direction:rtl; }.wzc86  .wz-profile-menu-item:hover { background-color:rgba(0,0,0,0); }.wzc86  .wz-profile-menu-item-box { padding-top:20px;padding-bottom:20px; }.wzc86  .wz-profile-menu-item:not(:nth-last-child(-n+2)) div { border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#efefef; }.wzc86  .wz-profile-menu-item-box:hover {  }.wzc86  .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%; }.wzc86  .wz-profile-menu-item p:hover { color:#E74C3C; }.wzc86  #wz-profile-menu-logout-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;margin-top:10px; }.wzc86  #wz-profile-menu-logout-box:hover { border-radius:8px;background-color:#fff; }.wzc86  #wz-profile-menu-logout-box p { font-family:iransans_fa, sans-serif;font-size:14px;font-weight:500;color:#808080;text-align:center; }.wzc86  #wz-profile-menu-logout-box p:hover { color:#e6123d; }.wzc86  .wz-profile-menu-more:after { color:#808080; }.wzc86 {  }#wz-section-wzs34 { height:625px;--section-height:625px; }#wze499 { top:30px;left:15px;width:848px;height:848px;z-index:1000; }.wzc77-header .wzc77-header-title {  }.wzc77-header .wzc77-header-removeButton {  }.wzc77-header .wzc77-header-addToCartButton {  }.wzc77-header {  }.wzc77-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; }.wzc77-pagination .wzc77-pagination-paginationButton {  }.wzc77-pagination {  }.wzc77  .wz-profile-favorites-header-text { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc77  .wz-profile-favorites-header-text:hover {  }.wzc77  .wz-profile-favorites-container { border-radius:15px;border-width:0px;border-style:solid;border-color:#000;overflow:visible;background-color:#fff;padding:0; }.wzc77  .wz-profile-favorites-container:hover { border-radius:15px; }.wzc77  .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; }.wzc77  .wz-profile-favorite-item:hover {  }.wzc77  .wz-profile-favorite-item-image { object-fit:contain; }.wzc77  .wz-profile-favorite-item-title { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#747474; }.wzc77  .wz-profile-favorite-item-title:hover {  }.wzc77  .wz-profile-favorite-item-price { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#E74C3C; }.wzc77  .wz-profile-favorite-item-price:hover {  }.wzc77  .wz-profile-favorite-item-add { height:30px; }.wzc77  .wz-profile-favorite-item-remove { height:30px; }.wzc77  .wz-profile-favorites-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc77  .wz-profile-favorites-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc77  .wz-profile-favorites-no-results-first-text:hover {  }.wzc77  .wz-profile-favorites-no-results-second-text:hover {  }.wzc77 {  }.wzc74:hover .wzc74-bg { background-color:#E74C3C; }.wzc74:hover .wzc74-content { font-size:10px;color:#fff; }.wzc74:hover {  }.wzc74-bg:after {  }.wzc74-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.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: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; }.wzc75:hover .wzc75-bg { background-color:#c9c9c9;border:1px solid #c9c9c9; }.wzc75:hover .wzc75-content { font-size:10px;color:#fff; }.wzc75:hover {  }.wzc75-bg:after {  }.wzc75-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc75-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; }.wzc76:hover .wzc76-bg:after { width:90%;opacity:1; }.wzc76:hover .wzc76-bg {  }.wzc76:hover .wzc76-content { color:#fff; }.wzc76:hover {  }.wzc76-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%); }.wzc76-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; }.wzc76-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-wzs35 { height:908px;--section-height:908px; }#wze500 { top:30px;left:15px;width:848px;height:341px;z-index:1000; }.wzc78-root .wzc78-root-header .wzc78-root-header-title {  }.wzc78-root .wzc78-root-header .wzc78-root-header-options .wzc78-root-header-options-optionsList .wzc78-root-header-options-optionsList-optionItem{{ item.id }} {  }.wzc78-root .wzc78-root-header .wzc78-root-header-options .wzc78-root-header-options-optionsList {  }.wzc78-root .wzc78-root-header .wzc78-root-header-options {  }.wzc78-root .wzc78-root-header {  }.wzc78-root .wzc78-root-orders .wzc78-root-orders-ordersHeader .wzc78-root-orders-ordersHeader-ordersHeaderItem .wzc78-root-orders-ordersHeader-ordersHeaderItem-orderHeaderItem{{ item.id }} {  }.wzc78-root .wzc78-root-orders .wzc78-root-orders-ordersHeader .wzc78-root-orders-ordersHeader-ordersHeaderItem {  }.wzc78-root .wzc78-root-orders .wzc78-root-orders-ordersHeader {  }.wzc78-root .wzc78-root-orders {  }.wzc78-root .wzc78-root-pagination .wzc78-root-pagination-paginationButton {  }.wzc78-root .wzc78-root-pagination {  }.wzc78-root {  }.wzc78  .wz-profile-orders-header p { font-size:18px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117); }.wzc78  .wz-profile-orders-header-option { font-size:12px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117);border-radius:5px; }.wzc78  .wz-profile-orders-header-option:hover { background-color:#f4f4f4;cursor:pointer; }.wzc78  .wz-profile-orders-header-options ul [data-active=true] { background-color:#f4f4f4; }.wzc78  .wz-profile-orders-order-items-header { width:80%; }.wzc78  .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); }.wzc78  .wz-profile-orders-order-details { width:80%; }.wzc78  .wz-profile-orders-order-buttons { width:20%; }.wzc78  .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); }.wzc78  .wz-profile-orders-order-items-root { background-color:#f4f4f4;border-radius:10px;border-width:0px;border-color:rgb(0,0,0);border-style:solid; }.wzc78  .wz-profile-orders-order-items-container:first-child:after { border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#e1e1e1; }.wzc78  .wz-profile-orders-last-orders-image span { padding:3px; }.wzc78  .wz-profile-orders-last-orders-image span img { object-fit:cover; }.wzc78  .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; }.wzc78  .wz-profile-orders-no-results-root img { width:5%;min-width:40px; }.wzc78  .wz-profile-orders-no-results-first-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc78  .wz-profile-orders-no-results-second-text { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc78 {  }#wz-section-wzs36 { height:503px;--section-height:503px; }#wze501 { top:30px;left:15px;width:848px;height:648px;z-index:1000; }.wzc81-root .wzc81-root-header .wzc81-root-header-title {  }.wzc81-root .wzc81-root-header .wzc81-root-header-headerButtons .wzc81-root-header-headerButtons-reorderButton {  }.wzc81-root .wzc81-root-header .wzc81-root-header-headerButtons .wzc81-root-header-headerButtons-receiptButton {  }.wzc81-root .wzc81-root-header .wzc81-root-header-headerButtons {  }.wzc81-root .wzc81-root-header {  }.wzc81-root .wzc81-root-body .wzc81-root-body-information .wzc81-root-body-information-mainInformation .wzc81-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc81-root-body-information-mainInformation-mainInformation{{ item.name }}-itemName {  }.wzc81-root .wzc81-root-body .wzc81-root-body-information .wzc81-root-body-information-mainInformation .wzc81-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc81-root-body-information-mainInformation-mainInformation{{ item.name }}-itemValue {  }.wzc81-root .wzc81-root-body .wzc81-root-body-information .wzc81-root-body-information-mainInformation .wzc81-root-body-information-mainInformation-mainInformation{{ item.name }} {  }.wzc81-root .wzc81-root-body .wzc81-root-body-information .wzc81-root-body-information-mainInformation {  }.wzc81-root .wzc81-root-body .wzc81-root-body-information .wzc81-root-body-information-userInformation .wzc81-root-body-information-userInformation-userInformation{{ item.name }} .wzc81-root-body-information-userInformation-userInformation{{ item.name }}-itemName {  }.wzc81-root .wzc81-root-body .wzc81-root-body-information .wzc81-root-body-information-userInformation .wzc81-root-body-information-userInformation-userInformation{{ item.name }} .wzc81-root-body-information-userInformation-userInformation{{ item.name }}-itemValue {  }.wzc81-root .wzc81-root-body .wzc81-root-body-information .wzc81-root-body-information-userInformation .wzc81-root-body-information-userInformation-userInformation{{ item.name }} {  }.wzc81-root .wzc81-root-body .wzc81-root-body-information .wzc81-root-body-information-userInformation {  }.wzc81-root .wzc81-root-body .wzc81-root-body-information .wzc81-root-body-information-paymentInformation .wzc81-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc81-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemName {  }.wzc81-root .wzc81-root-body .wzc81-root-body-information .wzc81-root-body-information-paymentInformation .wzc81-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc81-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemValue {  }.wzc81-root .wzc81-root-body .wzc81-root-body-information .wzc81-root-body-information-paymentInformation .wzc81-root-body-information-paymentInformation-paymentInformation{{ item.name }} {  }.wzc81-root .wzc81-root-body .wzc81-root-body-information .wzc81-root-body-information-paymentInformation {  }.wzc81-root .wzc81-root-body .wzc81-root-body-information {  }.wzc81-root .wzc81-root-body .wzc81-root-body-orderInformation .wzc81-root-body-orderInformation-orderInformationHeader .wzc81-root-body-orderInformation-orderInformationHeader-orderName .wzc81-root-body-orderInformation-orderInformationHeader-orderName-orderNameValue {  }.wzc81-root .wzc81-root-body .wzc81-root-body-orderInformation .wzc81-root-body-orderInformation-orderInformationHeader .wzc81-root-body-orderInformation-orderInformationHeader-orderName {  }.wzc81-root .wzc81-root-body .wzc81-root-body-orderInformation .wzc81-root-body-orderInformation-orderInformationHeader .wzc81-root-body-orderInformation-orderInformationHeader-orderUnitPrice .wzc81-root-body-orderInformation-orderInformationHeader-orderUnitPrice-orderUnitPriceValue {  }.wzc81-root .wzc81-root-body .wzc81-root-body-orderInformation .wzc81-root-body-orderInformation-orderInformationHeader .wzc81-root-body-orderInformation-orderInformationHeader-orderUnitPrice {  }.wzc81-root .wzc81-root-body .wzc81-root-body-orderInformation .wzc81-root-body-orderInformation-orderInformationHeader .wzc81-root-body-orderInformation-orderInformationHeader-orderCount .wzc81-root-body-orderInformation-orderInformationHeader-orderCount-orderCountValue {  }.wzc81-root .wzc81-root-body .wzc81-root-body-orderInformation .wzc81-root-body-orderInformation-orderInformationHeader .wzc81-root-body-orderInformation-orderInformationHeader-orderCount {  }.wzc81-root .wzc81-root-body .wzc81-root-body-orderInformation .wzc81-root-body-orderInformation-orderInformationHeader .wzc81-root-body-orderInformation-orderInformationHeader-orderDiscount .wzc81-root-body-orderInformation-orderInformationHeader-orderDiscount-orderDiscountValue {  }.wzc81-root .wzc81-root-body .wzc81-root-body-orderInformation .wzc81-root-body-orderInformation-orderInformationHeader .wzc81-root-body-orderInformation-orderInformationHeader-orderDiscount {  }.wzc81-root .wzc81-root-body .wzc81-root-body-orderInformation .wzc81-root-body-orderInformation-orderInformationHeader .wzc81-root-body-orderInformation-orderInformationHeader-orderFinalPrice .wzc81-root-body-orderInformation-orderInformationHeader-orderFinalPrice-orderFinalPriceValue {  }.wzc81-root .wzc81-root-body .wzc81-root-body-orderInformation .wzc81-root-body-orderInformation-orderInformationHeader .wzc81-root-body-orderInformation-orderInformationHeader-orderFinalPrice {  }.wzc81-root .wzc81-root-body .wzc81-root-body-orderInformation .wzc81-root-body-orderInformation-orderInformationHeader {  }.wzc81-root .wzc81-root-body .wzc81-root-body-orderInformation {  }.wzc81-root .wzc81-root-body { --order-information:0;--user-information:1;--payment-information:2; }.wzc81-root .wzc81-root-support .wzc81-root-support-supportImage {  }.wzc81-root .wzc81-root-support .wzc81-root-support-supportTextBox .wzc81-root-support-supportTextBox-supportQuestion {  }.wzc81-root .wzc81-root-support .wzc81-root-support-supportTextBox .wzc81-root-support-supportTextBox-supportMessage {  }.wzc81-root .wzc81-root-support .wzc81-root-support-supportTextBox {  }.wzc81-root .wzc81-root-support {  }.wzc81-root {  }.wzc81  .wz-profile-order-details-root { font-family:iransans_fa; }.wzc81  .wz-profile-order-details-header { padding-bottom:20px; }.wzc81  .wz-profile-order-details-header-text { font-size:20px;font-weight:600;color:rgb(117,117,117); }.wzc81  .wz-profile-order-details-reorder-button { height:30px;width:90px; }.wzc81  .wz-profile-order-details-receipt-button { height:30px;width:90px; }.wzc81  .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; }.wzc81  .wz-profile-order-details-information-container { margin:0 30px;gap:0; }.wzc81  .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); }.wzc81  .wz-profile-order-details-order-complete-information:hover { background-color:rgba(0,0,0,0.025); }.wzc81  .wz-profile-order-details-information-item { width:100%;gap:10px; }.wzc81  .wz-profile-order-details-information-item-name { font-size:12px;color:rgb(117,117,117);font-weight:400; }.wzc81  .wz-profile-order-details-information-item-value { font-size:12px;color:rgb(74,74,74);font-weight:500; }.wzc81  [data-name=total_include_tax] { width:fit-content;padding:0 15px;background-color:rgba(0,0,0,0.035);border-radius:6px; }.wzc81  [data-name=total_include_tax] .wz-profile-order-details-information-item-name { font-size:14px; }.wzc81  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:20px;font-weight:600; }.wzc81  .wz-profile-order-details-order-information-item { padding-top:15px;padding-bottom:15px;padding-right:30px;padding-left:30px;gap:0px; }.wzc81  .wz-profile-order-details-order-information-header { font-size:12px;font-weight:400;color:rgb(117,117,117);padding:10px 30px; }.wzc81  .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); }.wzc81  .wz-profile-order-details-order-summary-information { gap:5px; }.wzc81  .wz-profile-order-details-order-summary-information-name { font-size:12px;color:#000; }.wzc81  .wz-profile-order-details-order-summary-information-other p { font-size:10px;color:rgb(117,117,117); }.wzc81  .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; }.wzc81  .wz-profile-order-details-order-image-box img { object-fit:cover; }.wzc81  .wz-profile-order-details-support { justify-content:end;gap:10px;padding:15px 25px; }.wzc81  .wz-profile-order-details-support-question { font-size:14px;font-weight:500;color:rgb(0,0,0); }.wzc81  .wz-profile-order-details-support-message { font-size:10px;font-weight:400;color:rgb(117,117,117); }.wzc81  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date status"; }.wzc81  .wz-profile-order-details-user-information { grid-template-areas:"transferee mobile" "address address"; }.wzc81  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost totalCost" "paymentMethod shippingMethod totalCost" "deliveryDate deliveryDate totalCost"; }.wzc81  .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); }.wzc81  .wz-profile-order-details-no-results-root { gap:10px;margin-top:20px;padding:70px 30px; }.wzc81  .wz-profile-order-details-no-results-root img { width:5%;min-width:40px; }.wzc81  .wz-profile-order-details-no-results-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc81  .wz-profile-order-details-no-results-hint { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc81 {  }.wzc79:hover .wzc79-bg { background-color:#ffd9d5;border-width:1px;border-color:rgba(255, 213, 0, 0.25); }.wzc79:hover .wzc79-content { color:#E74C3C; }.wzc79:hover {  }.wzc79-bg:after {  }.wzc79-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); }.wzc79-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; }.wzc80:hover .wzc80-bg { background-color:#f4f4f4;border-width:1px;border-color:rgb(233, 233, 233); }.wzc80:hover .wzc80-content { color:rgb(117,117,117); }.wzc80:hover {  }.wzc80-bg:after {  }.wzc80-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); }.wzc80-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family: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-wzs37 { height:708px;--section-height:708px; }#wze502 { top:30px;left:15px;width:848px;height:541px;z-index:1000; }.wzc85-header .wzc85-header-title {  }.wzc85-header .wzc85-header-headerButton {  }.wzc85-header .wzc85-header-editButton {  }.wzc85-header .wzc85-header-removeButton {  }.wzc85-header {  }.wzc85-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; }.wzc85-pagination .wzc85-pagination-paginationButton {  }.wzc85-pagination {  }.wzc85  .wz-profile-addresses-header { margin-bottom:30px; }.wzc85  .wz-profile-addresses-header p { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc85  .wz-profile-addresses-header-button { height:35px;width:115px; }.wzc85  .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; }.wzc85  .wz-profile-addresses-container:hover { border-radius:20px; }.wzc85  .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); }.wzc85  .wz-profile-address-item:hover { border-radius:20px; }.wzc85  .wz-profile-address-location { width:100%;height:200px; }.wzc85  .wz-profile-address-details { gap:7px;padding:5px 15px 15px 15px;box-shadow:0px -15px 15px 10px #fff; }.wzc85  .wz-profile-address-item:hover .wz-profile-address-details {  }.wzc85  .wz-profile-address-full { font-family:iransans_fa;font-size:14px;font-weight:500;color:#4a4a4a;text-align:right; }.wzc85  .wz-profile-address-full:hover {  }.wzc85  .wz-profile-address-summary { justify-content:start; }.wzc85  .wz-profile-address-summary-location p { font-family:iransans_fa;font-size:12px; }.wzc85  .wz-profile-address-summary-location p:hover {  }.wzc85  .wz-profile-address-summary-location svg { width:22px;height:auto; }.wzc85  .wz-profile-address-summary-location svg path { fill:#E74C3C; }.wzc85  .wz-profile-address-summary-postal-code p { font-family:iransans_fa;font-size:12px; }.wzc85  .wz-profile-address-summary-postal-code p:hover {  }.wzc85  .wz-profile-address-summary-postal-code svg { width:25px;height:auto; }.wzc85  .wz-profile-address-summary-postal-code svg path { stroke:#E74C3C; }.wzc85  .wz-profile-address-transferee { text-align:right; }.wzc85  .wz-profile-address-transferee p { font-family:iransans_fa;font-size:12px; }.wzc85  .wz-profile-address-transferee p:hover {  }.wzc85  .wz-profile-address-buttons { margin-top:15px;justify-content:end; }.wzc85  .wz-profile-address-remove-button { height:30px; }.wzc85  .wz-profile-address-edit-button { height:30px; }.wzc85  .wz-profile-addresses-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc85  .wz-profile-addresses-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc85  .wz-profile-addresses-no-results-first-text:hover {  }.wzc85  .wz-profile-addresses-no-results-second-text:hover {  }.wzc85 {  }.wzc82:hover .wzc82-bg { background-color:#E74C3C; }.wzc82:hover .wzc82-content { font-size:12px;color:#ffd9d5; }.wzc82:hover {  }.wzc82-bg:after {  }.wzc82-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc82-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; }.wzc83:hover .wzc83-bg { background-color:#f4f4f4;border:1px solid #e1e1e1; }.wzc83:hover .wzc83-content { font-size:11px;color:#a1a1a1; }.wzc83:hover {  }.wzc83-bg:after {  }.wzc83-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc83-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; }.wzc84:hover .wzc84-bg { background-color:#E74C3C; }.wzc84:hover .wzc84-content { font-size:11px;color:#fff; }.wzc84:hover {  }.wzc84-bg:after {  }.wzc84-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc84-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-wzs38 { height:601px;--section-height:601px; }#wze652 { top:37.2307px;left:389.445px;width:417px;height:49.7778px;z-index:1000;text-align:center; }#wze655 { top:99.8471px;left:360.257px;width:518px;height:43.5556px;z-index:1000;text-align:center; }#wz-section-wzs55 { height:187.236px;--section-height:187.236px; }.wzc-section-wzs55-full { background:;background-color:rgb(255,255,255); }.wzc-section-wzs55-full-style {  }#wze645 { top:0px;left:0px;width:50%;height:474.7102px;z-index:1000;order:1; }.wzc153-bg { position:absolute;top:0px;left:0px;bottom:0px;right:0px;background:;background-color:rgba(255,255,255, 0);background-image:;background-attachment:none;background-size:cover;background-repeat:no-repeat;background-position:center center; }.wzc153-content {  }.wzc153 {  }#wze646 { top:64.8896px;left:82.8349px;width:452.514px;height:344.931px;z-index:1001; }#wze646 .wzc8-img-inner { object-fit:cover; }#wze647 { top:0px;left:0px;width:50%;height:887.708px;z-index:1000;order:2; }.wzc151-bg { position:absolute;top:0px;left:0px;bottom:0px;right:0px; }.wzc151-content {  }.wzc151 {  }#wze648 { top:30.993px;left:427px;width:70px;height:2px;z-index:1000; }.wzc147-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(54, 122, 169); }.wzc147-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze649 { top:55.805px;left:51.9998px;width:446px;height:39.0833px;z-index:1000;text-align:right; }#wze650 { top:121.757px;left:83.2569px;width:419px;height:239.333px;z-index:1000;text-align:right; }#wze653 { top:415.795px;left:-43.0413px;width:548px;height:78.1944px;z-index:1000;text-align:right; }#wze654 { top:514.784px;left:-559.027px;width:1064px;height:341.931px;z-index:1000;text-align:right; }#wz-section-wzs54 { height:1138.69px;--section-height:1138.69px; }.wzc-section-wzs54 { padding:0px;--column-space:0px; }.wzc-section-wzs54-full { background:;background-color:rgb(255,255,255);padding:50px; }.wzc-section-wzs54-full-style {  }#wz-section-wzs60 { height:77px;--section-height:77px; }#wze656 { top:10px;left:308px;width:847px;height:1277.61px;z-index:1000; }.wzc155  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-title { font-family:yekan, tahoma, serif;font-size:23px;color:#000; }.wzc155  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-content { font-family:yekan, tahoma, serif;font-size:13px; }.wzc155  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-thumbnail { width:500px;height:auto; }.wzc155  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:cover; }.wzc155  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc155  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta .wz-blog-post-meta-icon { fill:#000;width:13px;height:13px; }.wzc155 .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-section,.wzc155  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-title,.wzc155  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta { padding-left:38px;padding-right:38px; }.wzc155  .wz-blog-recent-posts .wz-blog-post-item { padding:38px 0;flex:1 1 calc(100% / 2 - 10px );max-width:calc(100% / 2 - 10px );margin-left:5px;margin-right:5px; }.wzc155  .wz-blog-recent-posts .wz-blog-post-item:nth-child(2)~.wz-blog-post-item { margin-top:35px; }.wzc155  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-more { width:100px;height:30px;margin-top:10px; }.wzc155 {  }.wzc155-posts { text-align:right; }.wzc155-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; }.wzc41:hover .wzc41-bg:after { width:90%;opacity:1; }.wzc41:hover .wzc41-bg {  }.wzc41:hover .wzc41-content { color:#fff; }.wzc41:hover {  }.wzc41-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%); }.wzc41-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; }.wzc41-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; }.wzc162-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(69,4,134, 0.05);border-radius:25px 25px 25px 25px ;box-shadow:rgba(0, 0, 0, 0.5) 1px 1px 2px 1px;border-width:0px;border-style:solid;border-color:rgba(0, 0, 0, 1); }.wzc162-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:25px 25px 25px 25px ; }.wzc162-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; }#wze657 { top:10px;left:15px;width:263px;height:459.375px;z-index:1000; }.wzc154-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#fff; }.wzc154-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze658 { top:10px;left:10px;width:242px;height:28px;z-index:1000;text-align:right; }#wze659 { top:42.5712px;left:10px;width:242px;height:4px;z-index:1000; }.wzc156-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#000; }.wzc156-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze660 { top:52.5712px;left:10px;width:242px;height:309.547px;z-index:1000; }.wzc157  .wz-blog-list .wz-blog-post-item .wz-blog-post-title { font-family:yekan, tahoma, serif;font-size:13px;color:#000; }.wzc157  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail { width:90px;height:60px; }.wzc157  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:cover; }.wzc157  .wz-blog-list .wz-blog-post-item .wz-blog-post-meta { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc157  .wz-blog-list .wz-blog-post-item+.wz-blog-post-item { margin-top:20px; }.wzc157 {  }.wzc157-posts {  }#wze661 { top:382.615px;left:10px;width:242px;height:28px;z-index:1000;text-align:right; }#wze662 { top:415.631px;left:10px;width:242px;height:4px;z-index:1000; }#wze663 { top:425.631px;left:10px;width:242px;height:19px;z-index:1000; }.wzc46  .wz-blog-archive > li > a { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc46  .wz-blog-archive .sub-list > li > a { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc46 {  }.wzc46-list { direction:rtl; }#wz-section-wzs57 { height:1297.61px;--section-height:1297.61px; }.wzc-section-wzs57-full {  }#wze664 { top:10px;left:308px;width:847px;height:818.375px;z-index:1000; }.wzc159  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-title { font-family:yekan, tahoma, serif;font-size:23px; }.wzc159  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-content { font-family:yekan, tahoma, serif;font-size:13px; }.wzc159  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc159  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta .wz-blog-post-meta-icon { fill:#000;width:13px;height:13px; }.wzc159 .wz-blog-single-post .wz-blog-post-item .wz-blog-post-section,.wzc159  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-title,.wzc159  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta { padding-left:10px;padding-right:10px; }.wzc159  .wz-blog-single-post .wz-blog-post-item { padding:10px 0; }.wzc159 {  }.wzc159-posts {  }#wze665 { top:838.375px;left:308px;width:847px;height:464.889px;z-index:1000; }.wzc161  .wz-blog-comment { padding:10px; }.wzc161  .wz-blog-comment+.wz-blog-comment { margin-top:10px; }.wzc161  .wz-blog-comment .wz-blog-comment-author { font-family:yekan, tahoma, serif;font-size:14px;color:#757070; }.wzc161  .wz-blog-comment .wz-blog-comment-message { font-family:yekan, tahoma, serif;font-size:14px;color:#999999; }.wzc161  .wz-blog-comment-from { width:500px; }.wzc161 {  }.wzc161-container .wzc161-container-comments {  }.wzc161-container .wzc161-container-form { max-width:100%;height:auto; }.wzc161-container {  }.wzc48-contactForm .wzc48-contactForm-sections .wzc48-contactForm-sections-section1 .wzc48-contactForm-sections-section1-formRow .wzc48-contactForm-sections-section1-formRow-input {  }.wzc48-contactForm .wzc48-contactForm-sections .wzc48-contactForm-sections-section1 .wzc48-contactForm-sections-section1-formRow {  }.wzc48-contactForm .wzc48-contactForm-sections .wzc48-contactForm-sections-section1 {  }.wzc48-contactForm .wzc48-contactForm-sections .wzc48-contactForm-sections-section2 .wzc48-contactForm-sections-section2-messageRow .wzc48-contactForm-sections-section2-messageRow-message { height:120px; }.wzc48-contactForm .wzc48-contactForm-sections .wzc48-contactForm-sections-section2 .wzc48-contactForm-sections-section2-messageRow {  }.wzc48-contactForm .wzc48-contactForm-sections .wzc48-contactForm-sections-section2 { height:auto;margin-top:-5px; }.wzc48-contactForm .wzc48-contactForm-sections { width:100%;margin-bottom:0px;display:block;position:relative; }.wzc48-contactForm .wzc48-contactForm-footer .wzc48-contactForm-footer-submit .wzc48-contactForm-footer-submit-inner { width:100%;height:100%; }.wzc48-contactForm .wzc48-contactForm-footer .wzc48-contactForm-footer-submit { background-color:transparent;outline:0;border:0;position:relative;height:30px;width:120px;cursor:pointer;max-width:100%; }.wzc48-contactForm .wzc48-contactForm-footer { padding:0px 5px;padding-bottom:5px; }.wzc48-contactForm .wzc48-contactForm-resultSection .wzc48-contactForm-resultSection-result { border:1px solid #1abc9c;color:#1abc9c;padding:5px 10px;font-size:13px;opacity:0;font-family:yekan, tahoma, serif; }.wzc48-contactForm .wzc48-contactForm-resultSection { height:40px;padding-top:5px; }.wzc48-contactForm  .wzc48-contactForm-resultSection .form-result-show { opacity:1; }.wzc48-contactForm  .wzc48-contactForm-resultSection .form-result-error { border-color:#e74c3c;color:#e74c3c; }.wzc48-contactForm  .wz-form-input-row { width:100%;margin-bottom:5px; }.wzc48-contactForm input,.wzc48-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; }.wzc48-contactForm  .wz-form-input-row:last-child { margin-bottom:0px; }.wzc48-contactForm  *::-webkit-input-placeholder { color:#999999; }.wzc48-contactForm  *::-moz-placeholder { color:#999999; }.wzc48-contactForm  *:-ms-input-placeholder { color:#999999; }.wzc48-contactForm  *:-moz-placeholder { color:#999999; }.wzc48-contactForm  .wz-form-section { width:100%;display:block;box-sizing:border-box;padding:5px; }.wzc48-contactForm  label { margin-bottom:5px;font-family:yekan, tahoma, serif;font-size:13px;display:inline-block;color:#000; }.wzc48-contactForm { direction:rtl; }.wzc160-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:transparent;border-style:solid;border-width:1px;border-color:#999999; }.wzc160-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze666 { top:10px;left:15px;width:263px;height:419.722px;z-index:1000; }#wze667 { top:10px;left:10px;width:242px;height:27.5556px;z-index:1000;text-align:right; }#wze668 { top:42.5556px;left:10px;width:242px;height:4px;z-index:1000; }#wze669 { top:52.5556px;left:10px;width:242px;height:225.444px;z-index:1000; }#wze670 { top:298.042px;left:10px;width:242px;height:27.5556px;z-index:1000;text-align:right; }#wze671 { top:330.598px;left:10px;width:242px;height:4px;z-index:1000; }#wze672 { top:340.598px;left:10px;width:242px;height:39.0972px;z-index:1000; }#wz-section-wzs56 { height:1303.25px;--section-height:1303.25px; }#wze682 { top:37.2307px;left:389.445px;width:417px;height:49.7778px;z-index:1000;text-align:center; }#wze683 { top:99.8471px;left:360.257px;width:518px;height:43.5556px;z-index:1000;text-align:center; }#wz-section-wzs61 { height:187.681px;--section-height:187.681px; }.wzc-section-wzs61-full { background:;background-color:rgb(255,255,255); }.wzc-section-wzs61-full-style {  }#wze674 { top:0px;left:0px;width:50%;height:1138.67px;z-index:1000;order:1; }#wze675 { top:23.4475px;left:0.006px;width:520.523px;height:361.945px;z-index:1001; }#wze675 .wzc8-img-inner { object-fit:cover; }#wze676 { top:0px;left:0px;width:50%;height:1138.69px;z-index:1000;order:2; }#wze677 { top:30.993px;left:427px;width:70px;height:2px;z-index:1000; }#wze678 { top:55.805px;left:51.9998px;width:446px;height:39.0833px;z-index:1000;text-align:right; }#wze679 { top:121.757px;left:83.2569px;width:419px;height:239.333px;z-index:1000;text-align:right; }#wze680 { top:415.795px;left:-43.0413px;width:548px;height:78.1944px;z-index:1000;text-align:right; }#wze681 { top:514.784px;left:-559.027px;width:1064px;height:341.931px;z-index:1000;text-align:right; }#wz-section-wzs62 { height:1138.69px;--section-height:1138.69px; }.wzc-section-wzs62 { padding:0px;--column-space:0px; }.wzc-section-wzs62-full { background:;background-color:rgb(255,255,255);padding:50px; }.wzc-section-wzs62-full-style {  }#wz-section-wzs-default { height:200px;--section-height:200px; }[data-page=p1] #wz-root-background { background-attachment:fixed; }@media only screen and (max-width : 768px) {#wze532 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:148.597px;z-index:1000; }#wze526 { top:1.40273px;left:72.3821px;bottom:auto;right:auto;width:191px;height:49.7778px;z-index:1000;text-align:right; }#wze528 { top:57.4028px;left:103.035px;bottom:auto;right:auto;width:155px;height:30.1944px;z-index:1000;text-align:right; }#wze530 { top:52.8889px;left:274.59px;bottom:auto;right:auto;width:30px;height:30px;z-index:1000; }#wze531 { top:12.7778px;left:271.41px;bottom:auto;right:auto;width:33px;height:33px;z-index:1000; }#wze536 { top:20.1944px;left:19.0818px;bottom:auto;right:auto;width:61px;height:51.8056px;z-index:1000; }#wze687 { top:102.597px;left:138px;bottom:auto;right:auto;width:162px;height:31px;z-index:1000;text-align:right; }#wz-section-header { height:163.5836px;--section-height:163.5836px; }#wz-section-allPage { height:0px;--section-height:0px; }#wze6 { top:51.575px;left:90.484px;bottom:auto;right:auto;width:336px;height:39.0833px;display:block;z-index:1000;text-align:right; }#wze7 { top:101.495px;left:118.041px;bottom:auto;right:auto;width:309px;height:25.7778px;display:block;z-index:1000;text-align:right; }#wze8 { top:176.234px;left:270.469px;bottom:auto;right:auto;width:155px;height:58px;display:block;z-index:1000; }#wze377 { top:-169.342px;bottom:auto;right:auto;height:614.306px;z-index:999; }#wze380 { top:339.566px;left:15.0052px;bottom:auto;right:auto;width:225.5143px;height:259.444px;z-index:1000; }#wze381 { top:79px;left:13.5143px;bottom:auto;right:auto;width:212px;height:24px;z-index:1000;text-align:center; }#wze383 { top:18.125px;left:90.0076px;bottom:auto;right:auto;width:59px;height:56px;z-index:1000; }#wze511 { top:110.903px;left:-0.743186px;bottom:auto;right:auto;width:215px;height:37.3194px;z-index:1000;text-align:center; }#wze516 { top:186.155px;left:56.1384px;bottom:auto;right:auto;width:127px;height:30px;z-index:1000; }.wzc170-content { font-size:14px; }#wze384 { top:339.567px;left:238.261px;bottom:auto;right:auto;width:226px;height:259.014px;z-index:1000; }#wze385 { top:75.5139px;left:1.59152px;bottom:auto;right:auto;width:208px;height:24px;z-index:1000;text-align:center; }#wze387 { top:16.0139px;left:82.4722px;bottom:auto;right:auto;width:63px;height:59px;z-index:1000; }#wze512 { top:104.681px;left:7.08334px;bottom:auto;right:auto;width:215px;height:56px;z-index:1000;text-align:center; }#wze515 { top:184.069px;left:54.4583px;bottom:auto;right:auto;width:121px;height:34px;z-index:1000; }.wzc171-content { font-size:15px; }#wze388 { top:619.092px;left:13.5088px;bottom:auto;right:auto;width:226px;height:259px;z-index:1000; }#wze389 { top:101.115px;left:40.812px;bottom:auto;right:auto;width:161px;height:24px;z-index:1000;text-align:center; }#wze391 { top:14.9722px;left:97.2572px;bottom:auto;right:auto;width:53px;height:55px;z-index:1000; }#wze513 { top:131.853px;left:24.2568px;bottom:auto;right:auto;width:178px;height:37.3333px;z-index:1000;text-align:center; }#wze514 { top:187.012px;left:57.625px;bottom:auto;right:auto;width:132px;height:34px;z-index:1000; }#wze504 { top:619.06px;left:239.501px;bottom:auto;right:auto;width:226px;height:259.069px;z-index:1000; }#wze505 { top:131.324px;left:10.3473px;bottom:auto;right:auto;width:199px;height:37.3194px;z-index:1000;text-align:center; }#wze506 { top:22.0271px;left:93.3108px;bottom:auto;right:auto;width:53px;height:57px;z-index:1000; }#wze507 { top:97.7127px;left:35.0702px;bottom:auto;right:auto;width:171px;height:24px;z-index:1000;text-align:center; }#wze517 { top:192.407px;left:43.8609px;bottom:auto;right:auto;width:132px;height:34px;z-index:1000; }#wz-section-wzs1 { height:916.333px;--section-height:916.333px; }.wzc-section-wzs1 { background:;background-color:rgba(255,255,255, 0); }#wze394 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:131.194px;z-index:1000; }#wze393 { top:15px;left:15px;bottom:auto;right:auto;width:408px;height:25.7778px;z-index:1000;text-align:center; }#wze395 { top:55.7778px;left:49.5px;bottom:auto;right:auto;width:339px;height:60.4306px;z-index:1000;text-align:center; }#wze398 { top:146.84px;left:36.5453px;bottom:auto;right:auto;width:404.931px;height:293.139px;z-index:1000; }#wze432 { top:442.457px;left:38.9542px;bottom:auto;right:auto;width:403.931px;height:378.569px;display:block;z-index:1000; }#wze431 { top:13.9027px;left:26.125px;bottom:auto;right:auto;width:289px;height:40.8889px;display:block;z-index:1000;text-align:right; }#wze434 { top:96.8544px;left:1.80554px;bottom:auto;right:auto;width:318px;height:61.3194px;display:block;z-index:1000;text-align:right; }#wze518 { top:52.4776px;left:9.625px;bottom:auto;right:auto;width:310px;height:29.3194px;z-index:1000;text-align:right; }#wze519 { top:235.138px;left:68.6389px;bottom:auto;right:auto;width:249px;height:102.319px;z-index:1000; }.wzc97-container .wzc97-container-bg { font-size:15px; }#wze521 { top:181.63px;left:169.681px;bottom:auto;right:auto;width:146px;height:34px;z-index:1000; }#wz-section-wzs5 { height:882.556px;--section-height:882.556px; }#wze66 { top:265.153px;left:183.375px;bottom:auto;right:auto;width:119.0079px;height:147.639px;display:block;z-index:1000; }#wze67 { top:10.8207px;left:20.6388px;bottom:auto;right:auto;width:72px;height:72px;display:block;z-index:1000; }#wze413 { top:98.1798px;left:-0.0059499px;bottom:auto;right:auto;width:119px;height:18.6667px;display:block;z-index:1000;text-align:center; }#wze411 { top:28.9028px;left:16.7917px;bottom:auto;right:auto;width:438px;height:84.0833px;display:block;z-index:1000; }#wze47 { top:49.7222px;left:34.7778px;bottom:auto;right:auto;width:360px;height:39.0833px;display:block;z-index:1000;text-align:center; }#wze416 { top:277.725px;left:311.334px;bottom:auto;right:auto;width:120.5px;height:125.639px;display:block;z-index:1000; }#wze417 { top:0.0012px;left:16.75px;bottom:auto;right:auto;width:70px;height:70px;display:block;z-index:1000; }#wze418 { top:83.7076px;left:1.375px;bottom:auto;right:auto;width:112px;height:18.6667px;display:block;z-index:1000;text-align:center; }#wze422 { top:129.822px;left:45.6556px;bottom:auto;right:auto;width:128.5px;height:144.069px;display:block;z-index:1000; }#wze423 { top:7.64031px;left:34.0278px;bottom:auto;right:auto;width:65px;height:65px;display:block;z-index:1000; }#wze424 { top:78.3464px;left:4.75px;bottom:auto;right:auto;width:122px;height:37.3194px;display:block;z-index:1000;text-align:center; }#wze425 { top:137.353px;left:183.388px;bottom:auto;right:auto;width:128.5px;height:140.417px;display:block;z-index:1000; }#wze426 { top:0.097229px;left:28.3329px;bottom:auto;right:auto;width:69px;height:68px;display:block;z-index:1000; }#wze427 { top:75.0556px;left:10.125px;bottom:auto;right:auto;width:102px;height:37.3333px;display:block;z-index:1000;text-align:center; }#wze428 { top:140.132px;left:306.327px;bottom:auto;right:auto;width:137.75px;height:109.667px;display:block;z-index:1000; }#wze429 { top:1.83334px;left:41.382px;bottom:auto;right:auto;width:55px;height:52px;display:block;z-index:1000; }#wze430 { top:71.1667px;left:22.4729px;bottom:auto;right:auto;width:90px;height:18.6667px;display:block;z-index:1000;text-align:center; }#wze540 { top:411.002px;left:184.584px;bottom:auto;right:auto;width:135px;height:152.069px;z-index:1000; }#wze541 { top:94.5278px;left:0.75px;bottom:auto;right:auto;width:122px;height:37.3194px;display:block;z-index:1000;text-align:center; }#wze542 { top:2.97223px;left:27.9445px;bottom:auto;right:auto;width:68px;height:68px;display:block;z-index:1000; }#wze543 { top:274.435px;left:48.2841px;bottom:auto;right:auto;width:119px;height:144.681px;z-index:1000; }#wze544 { top:88.875px;left:1.93054px;bottom:auto;right:auto;width:114px;height:37.3333px;display:block;z-index:1000;text-align:center; }#wze545 { top:0.527802px;left:24.875px;bottom:auto;right:auto;width:70px;height:70px;display:block;z-index:1000; }#wz-section-wzs6 { height:666.708px;--section-height:666.708px; }#wz-section-wzs7 { height:31.5417px;--section-height:31.5417px; }#wze435 { top:28.9027px;left:85.5069px;bottom:auto;right:auto;width:307px;height:49.3194px;display:block;z-index:1000; }#wze436 { top:10.6903px;left:9.59019px;bottom:auto;right:auto;width:289px;height:38.1944px;display:block;z-index:1000;text-align:center; }#wze691 { top:93.2221px;left:73px;bottom:auto;right:auto;width:322px;height:284px;z-index:1000; }#wze692 { top:392.222px;left:73px;bottom:auto;right:auto;width:322px;height:333px;z-index:1000; }#wze693 { top:740.222px;left:73px;bottom:auto;right:auto;width:322px;height:333px;z-index:1000; }#wze694 { top:1088.22px;left:15px;bottom:auto;right:auto;width:438px;height:422px;z-index:1000; }#wze694 .wz-gallery.wz-gallery-grid li { width:146px;height:140px;padding:48px; }#wz-section-wzs31 { height:1689.442px;--section-height:1689.442px; }#wz-section-wzs58 { height:15px;--section-height:15px; }#wze486 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:117.583px;display:block;z-index:1000; }#wze487 { top:79.6935px;left:33.5138px;bottom:auto;right:auto;width:381px;height:19.5556px;display:block;z-index:1000;text-align:center; }#wze488 { top:34.48px;left:88.5003px;bottom:auto;right:auto;width:289px;height:31.0833px;display:block;z-index:1000;text-align:center; }#wze673 { top:26.4612px;left:336.762px;bottom:auto;right:auto;width:46px;height:46px;display:block;z-index:1000; }#wze489 { top:132.525px;left:24px;bottom:auto;right:auto;width:300px;height:322.431px;display:block;z-index:1000; }#wze549 { top:150.089px;left:332.789px;bottom:auto;right:auto;width:106px;height:108.806px;display:block;z-index:1000; }#wz-section-wzs41 { height:454.444px;--section-height:454.444px; }.wzc-section-wzs41 { background:;background-color:rgba(255, 255, 255, 0); }#wze546 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:131.431px;z-index:1000;order:1; }#wze550 { top:-1.12437px;left:191.778px;bottom:auto;right:auto;width:76px;height:30px;z-index:1000; }#wze551 { top:-0.499375px;left:40.3788px;bottom:auto;right:auto;width:139px;height:30px;z-index:1000; }#wze552 { top:5.50497px;left:221.528px;bottom:auto;right:auto;width:241px;height:78.5694px;z-index:1000; }#wze553 { top:1.89525px;left:28.5011px;bottom:auto;right:auto;width:155px;height:19.5556px;z-index:1000;text-align:right; }#wze554 { top:-6px;left:194.806px;bottom:auto;right:auto;width:30px;height:30px;z-index:1000; }#wze555 { top:28.2503px;left:59.2776px;bottom:auto;right:auto;width:133px;height:33.7778px;z-index:1000;text-align:right; }#wze556 { top:30px;left:194.799px;bottom:auto;right:auto;width:30px;height:30px;z-index:1000; }#wze557 { top:64.1111px;left:72.2635px;bottom:auto;right:auto;width:150px;height:18.6667px;z-index:1000;text-align:right; }#wz-section-footer { height:131.431px;--section-height:131.431px; }.wzc-section-footer { background:;background-color:rgba(255, 255, 255, 0);--column-space:0px;padding:0px; }.wzc-section-footer-full { padding:28px; }#wz-section-wzs39 { height:200px;--section-height:200px; }#wze498 { bottom:auto;right:auto;z-index:1000; }#wze503 { bottom:auto;right:auto;width:438px;height:189px;z-index:1000; }#wz-section-wzs34 { height:200px;--section-height:200px; }#wze499 { bottom:auto;right:auto;z-index:1000; }#wz-section-wzs35 { height:200px;--section-height:200px; }#wze500 { bottom:auto;right:auto;z-index:1000; }.wzc78  .wz-profile-orders-header p { font-size:16px; }.wzc78  .wz-profile-orders-header-option { font-size:10px; }.wzc78  .wz-profile-orders-order-items-header p { font-size:10px; }.wzc78  .wz-profile-orders-order-details p { font-size:10px; }#wz-section-wzs36 { height:200px;--section-height:200px; }#wze501 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:334.693px;display:block;z-index:1000; }.wzc81  .wz-profile-order-details-information { grid-template-columns: 50%; }.wzc81  .wz-profile-order-details-information-item-name { font-size:11px; }.wzc81  .wz-profile-order-details-information-item-value { font-size:11px; }.wzc81  [data-name=total_include_tax] { padding:10px; }.wzc81  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:16px; }.wzc81  .wz-profile-order-details-order-information-header { font-size:10px; }.wzc81  .wz-profile-order-details-order-detail { font-size:10px; }.wzc81  .wz-profile-order-details-order-summary-information-name { font-size:10px; }.wzc81  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date" "status status"; }.wzc81  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost" "paymentMethod shippingMethod" "deliveryDate deliveryDate" "totalCost totalCost"; }#wz-section-wzs37 { height:568.682px;--section-height:568.682px; }#wze502 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:279.42px;display:block;z-index:1000; }#wz-section-wzs38 { height:513.409px;--section-height:513.409px; }#wze652 { top:15px;left:25.5px;bottom:auto;right:auto;width:417px;height:49.7778px;display:block;z-index:1000;text-align:center; }#wze655 { top:79.7778px;left:15px;bottom:auto;right:auto;width:438px;height:43.5556px;display:block;z-index:1000;text-align:center; }#wz-section-wzs55 { height:138.33337099609px;--section-height:138.33337099609px; }#wze645 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:355.417px;display:block;z-index:1000;order:1; }#wze646 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:333.861px;display:block;z-index:1000; }#wze647 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:1029.958px;display:block;z-index:1000;order:2; }#wze648 { top:15px;left:199px;bottom:auto;right:auto;width:70px;height:2px;display:block;z-index:1000; }#wze649 { top:32px;left:15px;bottom:auto;right:auto;width:438px;height:39.0972px;display:block;z-index:1000;text-align:right; }#wze650 { top:86.0833px;left:24.5px;bottom:auto;right:auto;width:419px;height:239.347px;display:block;z-index:1000;text-align:right; }#wze653 { top:340.416px;left:15px;bottom:auto;right:auto;width:438px;height:78.2083px;display:block;z-index:1000;text-align:right; }#wze654 { top:433.611px;left:15px;bottom:auto;right:auto;width:438px;height:581.306px;display:block;z-index:1000;text-align:right; }#wz-section-wzs54 { height:1385.3566564941px;--section-height:1385.3566564941px; }#wz-section-wzs60 { height:15px;--section-height:15px; }#wze656 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:679.922px;display:block;z-index:1000; }#wze657 { top:709.922px;left:15px;bottom:auto;right:auto;width:438px;height:374.594px;display:block;z-index:1000; }#wze658 { top:10px;left:97.5px;bottom:auto;right:auto;width:242px;height:28px;display:block;z-index:1000;text-align:right; }#wze659 { top:42.5712px;left:97.5px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze660 { top:52.5712px;left:97.5px;bottom:auto;right:auto;width:242px;height:224.766px;display:block;z-index:1000; }#wze661 { top:297.759px;left:97.5px;bottom:auto;right:auto;width:242px;height:28px;display:block;z-index:1000;text-align:right; }#wze662 { top:330.775px;left:97.5px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze663 { top:340.775px;left:97.5px;bottom:auto;right:auto;width:242px;height:19px;display:block;z-index:1000; }#wz-section-wzs57 { height:1099.515875px;--section-height:1099.515875px; }#wze664 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:423.194px;display:block;z-index:1000; }#wze665 { top:887.875px;left:15px;bottom:auto;right:auto;width:438px;height:240.403px;display:block;z-index:1000; }#wze666 { top:453.181px;left:15px;bottom:auto;right:auto;width:438px;height:419.708px;display:block;z-index:1000; }#wze667 { top:9.993px;left:97.5px;bottom:auto;right:auto;width:242px;height:27.5556px;display:block;z-index:1000;text-align:right; }#wze668 { top:42.5486px;left:97.5px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze669 { top:52.5486px;left:97.5px;bottom:auto;right:auto;width:242px;height:225.431px;display:block;z-index:1000; }#wze670 { top:298.035px;left:97.5px;bottom:auto;right:auto;width:242px;height:27.5556px;display:block;z-index:1000;text-align:right; }#wze671 { top:330.591px;left:97.5px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze672 { top:340.591px;left:97.5px;bottom:auto;right:auto;width:242px;height:39.0833px;display:block;z-index:1000; }#wz-section-wzs56 { height:1143.2779847412px;--section-height:1143.2779847412px; }#wze682 { top:15px;left:25.5px;bottom:auto;right:auto;width:417px;height:49.7778px;display:block;z-index:1000;text-align:center; }#wze683 { top:79.7778px;left:15px;bottom:auto;right:auto;width:438px;height:36.8194px;display:block;z-index:1000;text-align:center; }#wz-section-wzs61 { height:131.58330996094px;--section-height:131.58330996094px; }#wze674 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:334.556px;display:block;z-index:1000;order:1; }#wze675 { top:15px;left:0.014px;bottom:auto;right:auto;width:467.986px;height:304.556px;display:block;z-index:1000; }#wze676 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:1029.958px;display:block;z-index:1000;order:2; }#wze677 { top:15px;left:199px;bottom:auto;right:auto;width:70px;height:2px;display:block;z-index:1000; }#wze678 { top:32px;left:15px;bottom:auto;right:auto;width:438px;height:39.0972px;display:block;z-index:1000;text-align:right; }#wze679 { top:86.0833px;left:24.5px;bottom:auto;right:auto;width:419px;height:239.347px;display:block;z-index:1000;text-align:right; }#wze680 { top:340.416px;left:15px;bottom:auto;right:auto;width:438px;height:78.2083px;display:block;z-index:1000;text-align:right; }#wze681 { top:433.611px;left:15px;bottom:auto;right:auto;width:438px;height:581.306px;display:block;z-index:1000;text-align:right; }#wz-section-wzs62 { height:1364.4955419922px;--section-height:1364.4955419922px; }#wz-section-wzs-default { height:200px;--section-height:200px; }}@media only screen and (min-width : 768px)and (max-width : 1170px) {#wze532 { top:45.0273px;left:5.00012px;bottom:auto;right:auto;width:768px;height:111.7778px;display:block;z-index:1000; }#wze526 { top:1px;left:193.501px;bottom:auto;right:auto;width:191px;height:49.7778px;display:block;z-index:1000;text-align:right; }#wze528 { top:9px;left:16.1534px;bottom:auto;right:auto;width:155px;height:33.7778px;display:block;z-index:1000;text-align:right; }#wze530 { top:10.3889px;left:190.472px;bottom:auto;right:auto;width:31px;height:31px;display:block;z-index:1000; }#wze531 { top:9.88889px;left:393.735px;bottom:auto;right:auto;width:32px;height:32px;display:block;z-index:1000; }#wze536 { top:0.888612px;left:680.069px;bottom:auto;right:auto;width:47px;height:43px;display:block;z-index:1000; }#wze687 { top:65.7778px;left:303px;bottom:auto;right:auto;width:162px;height:31px;z-index:1000;text-align:right; }#wz-section-header { height:218.0139px;--section-height:218.0139px; }.wzc-section-header { background:;background-color:rgba(6, 81, 104, 0); }#wz-section-allPage { height:0px;--section-height:0px; }#wze6 { top:153.741px;left:68.1945px;bottom:auto;right:auto;width:647px;height:63.0833px;display:block;z-index:1000;text-align:right; }#wze7 { top:221.954px;left:327.084px;bottom:auto;right:auto;width:394px;height:29.3194px;display:block;z-index:1000;text-align:right; }#wze8 { top:282.256px;left:562.668px;bottom:auto;right:auto;width:152px;height:41px;display:block;z-index:1000; }#wze377 { top:-114.437px;bottom:auto;right:auto;height:732.542px;display:block;z-index:999; }#wze380 { top:375.347px;left:202.457px;bottom:auto;right:auto;width:187.056px;height:384.806px;display:block;z-index:1000; }#wze381 { top:123.903px;left:31.2692px;bottom:auto;right:auto;width:123px;height:53.3333px;display:block;z-index:1000;text-align:center; }#wze383 { top:32.8056px;left:62.5592px;bottom:auto;right:auto;width:69px;height:69px;display:block;z-index:1000; }#wze511 { top:183.181px;left:32.5678px;bottom:auto;right:auto;width:138px;height:89.7778px;z-index:1000;text-align:center; }#wze516 { top:308.931px;left:23.5596px;bottom:auto;right:auto;width:147px;height:34px;z-index:1000; }#wze384 { top:377.808px;left:566.778px;bottom:auto;right:auto;width:188px;height:382.306px;z-index:1000; }#wze385 { top:123.569px;left:28.375px;bottom:auto;right:auto;width:124px;height:53.3333px;z-index:1000;text-align:center; }#wze387 { top:42.0972px;left:49.5432px;bottom:auto;right:auto;width:75px;height:67px;z-index:1000; }#wze512 { top:184.097px;left:26.9997px;bottom:auto;right:auto;width:122px;height:111.111px;z-index:1000;text-align:center; }#wze515 { top:319.819px;left:21.9979px;bottom:auto;right:auto;width:147px;height:34px;z-index:1000; }#wze388 { top:376.058px;left:385.307px;bottom:auto;right:auto;width:186.431px;height:384.056px;z-index:1000; }#wze389 { top:123.556px;left:23.9801px;bottom:auto;right:auto;width:142px;height:26.6667px;z-index:1000;text-align:center; }#wze391 { top:38.625px;left:56.7242px;bottom:auto;right:auto;width:73px;height:73px;z-index:1000; }#wze513 { top:183.625px;left:14.9724px;bottom:auto;right:auto;width:160px;height:44.4444px;z-index:1000;text-align:center; }#wze514 { top:314.903px;left:19.72px;bottom:auto;right:auto;width:147px;height:34px;z-index:1000; }#wze504 { top:375.229px;left:20.258px;bottom:auto;right:auto;width:182px;height:384.931px;z-index:1000; }#wze505 { top:176.125px;left:10.5px;bottom:auto;right:auto;width:158px;height:66.6667px;z-index:1000;text-align:center; }#wze506 { top:30.7917px;left:50px;bottom:auto;right:auto;width:73px;height:73px;z-index:1000; }#wze507 { top:122.931px;left:8.5px;bottom:auto;right:auto;width:168px;height:26.6667px;z-index:1000;text-align:center; }#wze517 { top:303.431px;left:18.5px;bottom:auto;right:auto;width:147px;height:34px;z-index:1000; }#wz-section-wzs1 { height:806.333px;--section-height:806.333px; }#wze394 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:156.097px;display:block;z-index:1000; }#wze393 { top:15px;left:106.5px;bottom:auto;right:auto;width:525px;height:32.8889px;display:block;z-index:1000;text-align:center; }#wze395 { top:62.8889px;left:15px;bottom:auto;right:auto;width:708px;height:51.5556px;display:block;z-index:1000;text-align:center; }#wze398 { top:172.779px;left:13.4999px;bottom:auto;right:auto;width:362px;height:500px;display:block;z-index:1000; }#wze432 { top:172.902px;left:375.431px;bottom:auto;right:auto;width:380.7507px;height:499.306px;display:block;z-index:1000; }#wze431 { top:36.0069px;left:-31.6794px;bottom:auto;right:auto;width:381px;height:40.8889px;display:block;z-index:1000;text-align:right; }#wze434 { top:130.121px;left:35.584px;bottom:auto;right:auto;width:311px;height:91.5556px;display:block;z-index:1000;text-align:right; }#wze518 { top:82.2359px;left:34.5001px;bottom:auto;right:auto;width:310px;height:25.7778px;display:block;z-index:1000;text-align:right; }#wze519 { top:300.891px;left:34.2507px;bottom:auto;right:auto;width:319px;height:129.25px;display:block;z-index:1000; }.wzc97-container .wzc97-container-bg { font-size:19px; }#wze521 { top:244.403px;left:154.568px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }#wz-section-wzs5 { height:822.417px;--section-height:822.417px; }#wze66 { top:330.177px;left:130.614px;bottom:auto;right:auto;width:165px;height:192.819px;display:block;z-index:1000; }#wze67 { top:1.24711px;left:26.0837px;bottom:auto;right:auto;width:111px;height:111px;display:block;z-index:1000; }#wze413 { top:143.553px;left:0.000687px;bottom:auto;right:auto;width:165px;height:22.1944px;display:block;z-index:1000;text-align:center; }#wze411 { top:56.7797px;left:139.836px;bottom:auto;right:auto;width:552.541px;height:59.4583px;display:block;z-index:1000; }#wze47 { top:9.80848px;left:74.1114px;bottom:auto;right:auto;width:360px;height:39.0833px;display:block;z-index:1000;text-align:center; }#wze416 { top:319.935px;left:317.861px;bottom:auto;right:auto;width:180px;height:209.708px;display:block;z-index:1000; }#wze417 { top:15px;left:26.944px;bottom:auto;right:auto;width:110px;height:110px;display:block;z-index:1000; }#wze418 { top:141.056px;left:15px;bottom:auto;right:auto;width:165px;height:22.2083px;display:block;z-index:1000;text-align:center; }#wze422 { top:150.173px;left:317.869px;bottom:auto;right:auto;width:171.597px;height:198.819px;display:block;z-index:1000; }#wze423 { top:0.024916px;left:32.6964px;bottom:auto;right:auto;width:110px;height:111px;display:block;z-index:1000; }#wze424 { top:135.701px;left:0.0012519px;bottom:auto;right:auto;width:165px;height:22.1944px;display:block;z-index:1000;text-align:center; }#wze425 { top:150.177px;left:126.766px;bottom:auto;right:auto;width:165px;height:197.069px;display:block;z-index:1000; }#wze426 { top:1.60115px;left:22.8807px;bottom:auto;right:auto;width:107px;height:107px;display:block;z-index:1000; }#wze427 { top:135px;left:0.0009999px;bottom:auto;right:auto;width:165px;height:22.1944px;display:block;z-index:1000;text-align:center; }#wze428 { top:146.98px;left:505.125px;bottom:auto;right:auto;width:165.694px;height:167.819px;display:block;z-index:1000; }#wze429 { top:15.7919px;left:63.7223px;bottom:auto;right:auto;width:60px;height:78px;display:block;z-index:1000; }#wze430 { top:115.708px;left:4.12524px;bottom:auto;right:auto;width:165px;height:22.1944px;display:block;z-index:1000;text-align:center; }#wze540 { top:505.174px;left:327.09px;bottom:auto;right:auto;width:165px;height:213.181px;display:block;z-index:1000; }#wze541 { top:143.014px;left:6.50004px;bottom:auto;right:auto;width:152px;height:46.2222px;display:block;z-index:1000;text-align:center; }#wze542 { top:15px;left:26.0122px;bottom:auto;right:auto;width:113px;height:114px;display:block;z-index:1000; }#wze543 { top:317.284px;left:501.265px;bottom:auto;right:auto;width:165px;height:209.944px;display:block;z-index:1000; }#wze544 { top:142.762px;left:15px;bottom:auto;right:auto;width:165px;height:44.4306px;display:block;z-index:1000;text-align:center; }#wze545 { top:15px;left:31.457px;bottom:auto;right:auto;width:114px;height:115px;display:block;z-index:1000; }#wz-section-wzs6 { height:754.708px;--section-height:754.708px; }#wz-section-wzs7 { height:92.9306px;--section-height:92.9306px; }#wze435 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:83.8333px;display:block;z-index:1000; }#wze436 { top:26.7846px;left:220.278px;bottom:auto;right:auto;width:289px;height:41.7778px;display:block;z-index:1000;text-align:center; }#wze691 { top:113.833px;left:223px;bottom:auto;right:auto;width:322px;height:284px;z-index:1000; }#wze692 { top:412.833px;left:223px;bottom:auto;right:auto;width:322px;height:333px;z-index:1000; }#wze693 { top:760.833px;left:223px;bottom:auto;right:auto;width:322px;height:333px;z-index:1000; }#wze694 { top:1108.83px;left:15px;bottom:auto;right:auto;width:738px;height:422px;z-index:1000; }#wze694 .wz-gallery.wz-gallery-grid li { width:246px;height:140px;padding:48px; }#wz-section-wzs31 { height:1665.098px;--section-height:1665.098px; }#wz-section-wzs58 { height:50px;--section-height:50px; }#wze486 { top:14.0628px;left:136.195px;bottom:auto;right:auto;width:612px;height:122.833px;display:block;z-index:1000; }#wze487 { top:65.7362px;left:19.5px;bottom:auto;right:auto;width:458px;height:24px;display:block;z-index:1000;text-align:center; }#wze488 { top:9.47223px;left:98.5px;bottom:auto;right:auto;width:289px;height:39.0833px;display:block;z-index:1000;text-align:center; }#wze673 { top:2.90289px;left:358.278px;bottom:auto;right:auto;width:56px;height:56px;display:block;z-index:1000; }#wze489 { top:149.901px;left:15.0131px;bottom:auto;right:auto;width:390px;height:322.431px;display:block;z-index:1000; }#wze549 { top:140.09px;left:412.251px;bottom:auto;right:auto;width:328px;height:333.806px;display:block;z-index:1000; }#wz-section-wzs41 { height:473.833px;--section-height:473.833px; }#wze546 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:189.958px;z-index:1000;order:1; }.wzc120-bg { background:;background-color:rgba(255, 255, 255, 0); }#wze550 { top:11.7698px;left:292.014px;bottom:auto;right:auto;width:194px;height:30px;z-index:1000; }#wze551 { top:11.7705px;left:95.5289px;bottom:auto;right:auto;width:194px;height:30px;z-index:1000; }#wze552 { top:15px;left:479.694px;bottom:auto;right:auto;width:270px;height:174.958px;z-index:1000; }#wze553 { top:14.7639px;left:46.1667px;bottom:auto;right:auto;width:155px;height:33.7778px;z-index:1000;text-align:right; }#wze554 { top:5.48615px;left:212.693px;bottom:auto;right:auto;width:36px;height:36px;z-index:1000; }#wze555 { top:54.7917px;left:25.4306px;bottom:auto;right:auto;width:191px;height:55.0833px;z-index:1000;text-align:right; }#wze556 { top:59.9861px;left:221.903px;bottom:auto;right:auto;width:36px;height:36px;z-index:1000; }#wze557 { top:119.21px;left:-18.0138px;bottom:auto;right:auto;width:251px;height:24.8889px;z-index:1000;text-align:right; }#wz-section-footer { height:189.958px;--section-height:189.958px; }.wzc-section-footer { background:;background-color:rgba(255, 255, 255, 0); }#wz-section-wzs39 { height:200px;--section-height:200px; }#wze498 { bottom:auto;right:auto;z-index:1000; }#wze503 { bottom:auto;right:auto;width:738px;height:222px;z-index:1000; }#wz-section-wzs34 { height:200px;--section-height:200px; }#wze499 { bottom:auto;right:auto;z-index:1000; }#wz-section-wzs35 { height:200px;--section-height:200px; }#wze500 { bottom:auto;right:auto;z-index:1000; }#wz-section-wzs36 { height:200px;--section-height:200px; }#wze501 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:563.943px;display:block;z-index:1000; }#wz-section-wzs37 { height:830.932px;--section-height:830.932px; }#wze502 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:470.818px;display:block;z-index:1000; }#wz-section-wzs38 { height:737.807px;--section-height:737.807px; }#wze652 { top:15px;left:175.5px;bottom:auto;right:auto;width:417px;height:49.7778px;display:block;z-index:1000;text-align:center; }#wze655 { top:79.7778px;left:125px;bottom:auto;right:auto;width:518px;height:43.5556px;display:block;z-index:1000;text-align:center; }#wz-section-wzs55 { height:138.33337099609px;--section-height:138.33337099609px; }#wze645 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:474.708px;display:block;z-index:1000;order:1; }.wzc153-bg { background:;background-color:#fff; }#wze646 { top:64.8885px;left:174.335px;bottom:auto;right:auto;width:452.514px;height:344.931px;display:block;z-index:1000; }#wze647 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:887.694px;display:block;z-index:1000;order:2; }#wze648 { top:30.986px;left:518.5px;bottom:auto;right:auto;width:70px;height:2px;display:block;z-index:1000; }#wze649 { top:55.798px;left:143.5px;bottom:auto;right:auto;width:446px;height:39.0694px;display:block;z-index:1000;text-align:right; }#wze650 { top:121.75px;left:174.757px;bottom:auto;right:auto;width:419px;height:239.319px;display:block;z-index:1000;text-align:right; }#wze653 { top:415.788px;left:48.4587px;bottom:auto;right:auto;width:548px;height:78.1806px;display:block;z-index:1000;text-align:right; }#wze654 { top:514.777px;left:15px;bottom:auto;right:auto;width:768px;height:341.931px;display:block;z-index:1000;text-align:right; }#wz-section-wzs54 { height:1362.3754274902px;--section-height:1362.3754274902px; }#wz-section-wzs60 { height:15px;--section-height:15px; }#wze656 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:1145.62px;display:block;z-index:1000; }#wze657 { top:1175.61px;left:252.5px;bottom:auto;right:auto;width:263px;height:374.594px;display:block;z-index:1000; }#wze658 { top:10px;left:10px;bottom:auto;right:auto;width:242px;height:28px;display:block;z-index:1000;text-align:right; }#wze659 { top:42.5712px;left:10px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze660 { top:52.5712px;left:10px;bottom:auto;right:auto;width:242px;height:224.766px;display:block;z-index:1000; }#wze661 { top:297.759px;left:10px;bottom:auto;right:auto;width:242px;height:28px;display:block;z-index:1000;text-align:right; }#wze662 { top:330.775px;left:10px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze663 { top:340.775px;left:10px;bottom:auto;right:auto;width:242px;height:19px;display:block;z-index:1000; }#wz-section-wzs57 { height:1565.203375px;--section-height:1565.203375px; }#wze664 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:713.056px;display:block;z-index:1000; }#wze665 { top:1177.75px;left:15px;bottom:auto;right:auto;width:738px;height:405.056px;display:block;z-index:1000; }#wze666 { top:743.056px;left:252.5px;bottom:auto;right:auto;width:263px;height:419.708px;display:block;z-index:1000; }#wze667 { top:10px;left:10px;bottom:auto;right:auto;width:242px;height:27.5556px;display:block;z-index:1000;text-align:right; }#wze668 { top:42.5556px;left:10px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze669 { top:52.5556px;left:10px;bottom:auto;right:auto;width:242px;height:225.431px;display:block;z-index:1000; }#wze670 { top:298.042px;left:10px;bottom:auto;right:auto;width:242px;height:27.5556px;display:block;z-index:1000;text-align:right; }#wze671 { top:330.598px;left:10px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze672 { top:340.598px;left:10px;bottom:auto;right:auto;width:242px;height:39.0833px;display:block;z-index:1000; }#wz-section-wzs56 { height:1597.806px;--section-height:1597.806px; }#wze682 { top:15px;left:175.5px;bottom:auto;right:auto;width:417px;height:49.7778px;display:block;z-index:1000;text-align:center; }#wze683 { top:79.7778px;left:125px;bottom:auto;right:auto;width:518px;height:43.5556px;display:block;z-index:1000;text-align:center; }#wz-section-wzs61 { height:138.33337099609px;--section-height:138.33337099609px; }#wze674 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:408.833px;display:block;z-index:1000;order:1; }#wze675 { top:23.444px;left:91.506px;bottom:auto;right:auto;width:520.514px;height:361.944px;display:block;z-index:1000; }#wze676 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:887.417px;display:block;z-index:1000;order:2; }#wze677 { top:30.9875px;left:518.5px;bottom:auto;right:auto;width:70px;height:2px;display:block;z-index:1000; }#wze678 { top:55.7995px;left:143.5px;bottom:auto;right:auto;width:446px;height:39.0833px;display:block;z-index:1000;text-align:right; }#wze679 { top:121.653px;left:174.757px;bottom:auto;right:auto;width:419px;height:239.333px;display:block;z-index:1000;text-align:right; }#wze680 { top:415.594px;left:48.4587px;bottom:auto;right:auto;width:548px;height:78.1806px;display:block;z-index:1000;text-align:right; }#wze681 { top:514.498px;left:15px;bottom:auto;right:auto;width:768px;height:341.931px;display:block;z-index:1000;text-align:right; }#wz-section-wzs62 { height:1296.2364580078px;--section-height:1296.2364580078px; }#wz-section-wzs-default { height:200px;--section-height:200px; }}@media only screen and (min-width : 1170px) {#wze694 .wz-gallery.wz-gallery-grid li { width:341px;height:140px;padding:48px; }#wze660 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-right: 110px }#wze669 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-right: 110px }}