.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:243, 243, 243;--color_1_3:204, 204, 204;--color_1_4:163, 163, 163;--color_1_5:153, 153, 153;--color_2_1:102, 102, 102;--color_2_2:49, 49, 49;--color_2_3:38, 40, 44;--color_2_4:26, 26, 26;--color_2_5:0, 0, 0;--color_3_1:88, 135, 177;--color_3_2:69, 88, 99;--color_3_3:0, 86, 137;--color_3_4:0, 78, 124;--color_3_5:64, 72, 87;--color_4_1:81, 84, 91;--color_4_2:62, 65, 73;--color_4_3:16, 21, 31;--color_4_4:53, 28, 117;--color_4_5:40, 44, 53;--color_5_1:241, 106, 98;--color_5_2:239, 89, 80;--color_5_3:233, 26, 14;--color_5_4:237, 70, 60;--color_5_5:235, 49, 38;}
                          .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;
                            }
                        #wze808 { top:0.0053499px;left:670.014px;width:500px;height:40px;z-index:1001; }.wzc73 .wz-menu.wz-mega-menu > li > .sub-menu,.wzc73  .wz-menu.wz-classic-menu > li .sub-menu { background-color:rgb(255, 255, 255); }.wzc73  .wz-menu li > a { padding:0px 15px;font-family:iransans;font-size:16px;color:rgb(0, 0, 0); }.wzc73 .wz-menu.wz-mega-menu li > a:hover,.wzc73  .wz-menu.wz-classic-menu li:hover > a { color:rgb(0, 86, 137); }.wzc73  .wz-menu li.wz-menu-has-children a:after { border-color:rgb(0, 0, 0); }.wzc73 .wz-menu.wz-mega-menu li.wz-menu-has-children > a:hover:after,.wzc73  .wz-menu.wz-classic-menu li.wz-menu-has-children:hover > a:after { border-color:rgb(0, 86, 137); }.wzc73  .wz-menu > li.active > a { color:#E74C3C; }.wzc73  .wz-menu > li.wz-menu-has-children.active > a:after { border-color:#E74C3C; }.wzc73  .wz-menu .sub-menu li > a { padding:5px 15px; }.wzc73  .wz-menu .sub-menu  li.wz-menu-has-children > a:after { border-color:rgb(0, 0, 0); }.wzc73 .wz-menu.wz-mega-menu .sub-menu li.wz-menu-has-children > a:hover:after,.wzc73  .wz-menu.wz-classic-menu .sub-menu li.wz-menu-has-children:hover > a:after { border-color:rgb(0, 86, 137); }.wzc73  .wz-menu > li > .sub-menu > li > a { padding:5px 15px; }.wzc73 {  }.wzc73-list { background-color:rgba(255, 255, 255, 0); }.wzc73-mobile { background-color:rgb(0, 86, 137); }#wze814 { top:0.0106999px;left:0.000225px;width:73.9844px;height:30px;z-index:1002; }.wzc164-code .wzc164-code-default { position:absolute;left:0px;top:0px;width:100%;height:100%;background-color:#ccc; }.wzc164-code { position:absolute;left:0px;top:0px;width:100%;height:100%; }#wz-section-header { height:93.4375px;--section-height:93.4375px; }.wzc-section-header { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-header-full { background-image:;background-color:rgb(243, 230, 219);background:; }.wzc-section-header-full:after { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-header-full-bottom { background-image:fill='rgb(0,0,0)' none;width:100%;height:150px;background-repeat:repeat-x;background-size:undefined;background-position:0px;top:100%;-webkit-transform:translateY(-100%) ;-moz-transform:translateY(-100%) ;-ms-transform:translateY(-100%) ;-o-transform:translateY(-100%) ;transform:translateY(-100%) ;transform:translateY(-100%) ;position:absolute;z-index:10; }#wz-section-allPage { height:0px;--section-height:0px; }#wze367 { top:1.8805px;left:432.429px;width:305.191px;height:93.75px;z-index:1001; }.wzc35-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none; }.wzc35-img .wzc35-img-inner { width:100%;height:100%;float:left; }.wzc35-img { width:100%;height:100%;position:relative;overflow:hidden; }#wze367 .wzc35-img-inner { object-fit:cover; }#wze627 { top:76.5699px;left:726.38px;width:443.878px;height:17.4805px;z-index:1002;text-align:right; }.wzc4 { height:auto; }.wzc4-text { width:100%;height:auto; }#wze628 { top:77.2641px;left:0.0018999px;width:438.878px;height:17.4805px;z-index:1002;text-align:right; }#wze687 { top:33.6194px;left:246.27px;width:128.941px;height:29.9805px;z-index:1002;text-align:center; }#wze688 { top:98.8138px;left:440.009px;width:290px;height:18.7305px;z-index:1002;text-align:center; }#wz-section-wzs64 { height:131.621px;--section-height:131.621px; }.wzc-section-wzs64 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs64-full { background:;background-color:rgb(242, 229, 218); }.wzc-section-wzs64-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze381 { top:0.207688px;left:327.861px;width:591.218666px;height:377.891px;z-index:1000; }.wzc18-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#fff; }.wzc18-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc18-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze629 { top:0.0029762px;left:-0.552334px;width:591.771px;height:359.141px;z-index:1001; }.wzc128  .wz-blog-list .wz-blog-post-item .wz-blog-post-title { font-family:yekan, tahoma, serif;font-size:20px;color:#000;background-color:rgb(255, 255, 255); }.wzc128  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail { width:90px;height:auto; }.wzc128  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:cover;object-fit:cover; }.wzc128  .wz-blog-list .wz-blog-post-item .wz-blog-post-meta { color:rgb(102, 102, 102);font-family:iransans;font-size:13px; }.wzc128  .wz-blog-list .wz-blog-post-item+.wz-blog-post-item { margin-top:20px; }.wzc128  .wz-blog-list .wz-blog-post-item { flex:1 1 100%;max-width:100%;margin-left:0px;margin-right:0px; }.wzc128 {  }.wzc128-posts { text-align:center; }#wze611 { top:31.3586px;left:953.304px;width:214.87622px;height:376.562px;z-index:1001; }.wzc149-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0); }.wzc149-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc149-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; }#wze600 { top:0.0072799px;left:1.77222px;width:212px;height:169.219px;z-index:1003; }.wzc135  .wz-blog-list .wz-blog-post-item .wz-blog-post-title { font-family:yekan, tahoma, serif;font-size:15px;color:#000; }.wzc135  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail { width:90px;height:auto; }.wzc135  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:cover;object-fit:fill; }.wzc135  .wz-blog-list .wz-blog-post-item .wz-blog-post-meta { color:rgb(102, 102, 102);font-family:iransans;font-size:13px; }.wzc135  .wz-blog-list .wz-blog-post-item+.wz-blog-post-item { margin-top:20px; }.wzc135 {  }.wzc135-posts { text-align:left; }#wze623 { top:213.436px;left:2.04922px;width:212.827px;height:17.4805px;z-index:1000;text-align:right; }#wze659 { top:147.88px;left:0.919219px;width:26.9271px;height:66.2305px;z-index:1002;text-align:right; }#wze660 { top:290.49px;left:0.929529px;width:26.9271px;height:66.2305px;z-index:1002;text-align:right; }#wze811 { top:207.469px;left:0.0062187px;width:212px;height:169.16px;z-index:1003; }#wze612 { top:0.0636996px;left:0.009625px;width:294.3166px;height:406.797px;z-index:1002; }#wze599 { top:98.5017px;left:0.323343px;width:293.993px;height:300px;z-index:1000; }.wzc145  .wz-blog-list .wz-blog-post-item .wz-blog-post-title { font-family:yekan_fa;font-size:13px;color:#000; }.wzc145  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail { width:90px;height:60px; }.wzc145  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:cover;object-fit:cover; }.wzc145  .wz-blog-list .wz-blog-post-item .wz-blog-post-meta { color:rgb(102, 102, 102);font-family:iransans;font-size:12px; }.wzc145  .wz-blog-list .wz-blog-post-item+.wz-blog-post-item { margin-top:20px; }.wzc145  .wz-blog-list .wz-blog-post-item { flex:1 1 100%;max-width:100%;margin-left:0px;margin-right:0px; }.wzc145 {  }.wzc145-posts {  }.wzc103-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;box-shadow:1px 1px 4px 0px rgb(16, 21, 31) ; }.wzc103-img .wzc103-img-inner { width:100%;height:100%;float:left; }.wzc103-img { width:100%;height:100%;position:relative;overflow:hidden; }#wze685 { top:0.003466px;left:91.3314px;width:202.969px;height:74.9805px;z-index:1002;text-align:right; }#wze617 { top:424.617px;left:1.55768px;width:1166.88px;height:14.3555px;z-index:1002;text-align:center; }#wze795 { top:0.0062455px;left:936.814px;width:0.980114px;height:397.955px;z-index:1002; }.wzc98-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(64, 72, 87); }.wzc98-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc98-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; }#wze796 { top:0.0004161px;left:309.814px;width:0.980114px;height:400.952px;z-index:1002; }#wze804 { top:2.35619px;left:952.877px;width:167.949px;height:16.2305px;z-index:1002;text-align:left; }#wz-section-wzs34 { height:488.027px;--section-height:488.027px; }.wzc-section-wzs34 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs34-full { background-color:rgb(242, 229, 218);background:; }.wzc-section-wzs34-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze809 { top:0.0157725px;left:0.000458px;width:1167.99px;height:200.99px;z-index:1003; }.wzc160  .wz-blog-slider-blog-item .wz-slider-item { direction:rtl;text-align:right;background-color:rgb(255,255,255);border-style:solid;border-width:0;border-color:#000;border-radius:0; }.wzc160  .wz-blog-slider-blog-item .wz-gallery-image { object-fit:cover; }.wzc160  .wz-blog-slider-blog-item .wz-gallery-caption { background-color:rgba(255, 255, 255, 0); }.wzc160  .wz-blog-slider-blog-item .wz-gallery-caption h3 { font-size:13px;font-family:iransans_fa, sans-serif;color:#000; }.wzc160  .wz-blog-slider-blog-item .wz-gallery-caption h5 { font-size:12px;font-family:iransans_fa, sans-serif;color:#000; }.wzc160  .wz-blog-slider-blog-date p { font-size:12px;font-family:iransans_fa, sans-serif;color:#000; }.wzc160  .wz-blog-slider-blog-excerpt p { font-size:12px;font-family:iransans_fa, sans-serif;color:#000; }.wzc160  .wz-gallery-carousel .flex-direction-nav a:before { color:rgba(0,0,0,.8); }.wzc160  .flex-direction-nav a:before { color:rgba(0,0,0,.8); }.wzc160 {  }.wzc160-root {  }#wz-section-wzs50 { height:223.142px;--section-height:223.142px; }.wzc-section-wzs50 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs50-full { background:;background-color:rgb(242, 229, 218); }.wzc-section-wzs50-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze810 { top:0.0079999px;left:0.0309373px;width:1169.94px;height:28.7305px;z-index:1002;text-align:center; }#wz-section-wzs62 { height:48.8477px;--section-height:48.8477px; }.wzc-section-wzs62 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs62-full { background:;background-color:rgb(242, 229, 218); }.wzc-section-wzs62-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze753 { top:0.010725px;left:444.041px;width:281.922px;height:27.4805px;z-index:1002;text-align:center; }#wz-section-wzs56 { height:49.8047px;--section-height:49.8047px; }.wzc-section-wzs56 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs56-full { background:;background-color:rgb(243, 230, 219); }.wzc-section-wzs56-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze722 { top:-0.0701119px;left:327.861px;width:590.953195px;height:388.867px;z-index:1000; }#wze733 { top:0.0070507px;left:0.015195px;width:590.938px;height:366.367px;z-index:1001; }.wzc170  .wz-blog-list .wz-blog-post-item .wz-blog-post-title { font-family:yekan, tahoma, serif;font-size:20px;color:#000;background-color:rgb(255, 255, 255); }.wzc170  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail { width:90px;height:auto; }.wzc170  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:cover;object-fit:fill; }.wzc170  .wz-blog-list .wz-blog-post-item .wz-blog-post-meta { color:rgb(102, 102, 102);font-family:iransans;font-size:13px; }.wzc170  .wz-blog-list .wz-blog-post-item+.wz-blog-post-item { margin-top:20px; }.wzc170  .wz-blog-list .wz-blog-post-item { flex:1 1 100%;max-width:100%;margin-left:0px;margin-right:0px; }.wzc170 {  }.wzc170-posts { text-align:center; }#wze724 { top:1.03987px;left:955.02px;width:214.883px;height:373.574px;z-index:1002; }#wze800 { top:0.0122749px;left:3.88812px;width:211px;height:314.062px;z-index:1003; }#wze731 { top:47.1731px;left:0.009625px;width:294.288px;height:373.926px;z-index:1002; }#wze752 { top:423.911px;left:6.55017px;width:1166.88px;height:14.3555px;z-index:1002;text-align:center; }#wze790 { top:1.53816px;left:42.8843px;width:230.99px;height:264.824px;z-index:1003; }#wze818 { top:-2.1745px;left:306.814px;width:0.980114px;height:400.952px;z-index:1002; }#wze819 { top:3.8241px;left:933.814px;width:0.980114px;height:400.952px;z-index:1002; }#wz-section-wzs53 { height:461.602px;--section-height:461.602px; }.wzc-section-wzs53 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs53-full { background-color:rgb(243, 230, 219);background:; }.wzc-section-wzs53-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze751 { top:0.0029125px;left:444.049px;width:281.895px;height:27.4805px;z-index:1002;text-align:center; }#wz-section-wzs55 { height:50.9961px;--section-height:50.9961px; }.wzc-section-wzs55 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs55-full { background:;background-color:rgb(242, 229, 218); }.wzc-section-wzs55-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze816 { top:0.0182999px;left:122.031px;width:925.955px;height:620.99px;z-index:1000; }.wzc165  .wz-blog-slider-blog-item .wz-slider-item { direction:rtl;text-align:right;background-color:rgb(255,255,255);border-style:solid;border-width:0;border-color:#000;border-radius:0; }.wzc165  .wz-blog-slider-blog-item .wz-gallery-image { object-fit:cover; }.wzc165  .wz-blog-slider-blog-item .wz-gallery-caption { background-color:rgba(255,255,255,0.85); }.wzc165  .wz-blog-slider-blog-item .wz-gallery-caption h3 { font-size:20px;font-family:iransans_fa, sans-serif;color:#000; }.wzc165  .wz-blog-slider-blog-item .wz-gallery-caption h5 { font-size:12px;font-family:iransans_fa, sans-serif;color:#000; }.wzc165  .wz-blog-slider-blog-date p { font-size:12px;font-family:iransans_fa, sans-serif;color:#000; }.wzc165  .wz-blog-slider-blog-excerpt p { font-size:12px;font-family:iransans_fa, sans-serif;color:#000; }.wzc165  .wz-gallery-carousel .flex-direction-nav a:before { color:rgba(0,0,0,.8); }.wzc165  .flex-direction-nav a:before { color:rgba(0,0,0,.8); }.wzc165 {  }.wzc165-root {  }#wze817 { top:648.04px;left:1.57761px;width:1166.88px;height:14.375px;z-index:1002;text-align:center; }#wz-section-wzs58 { height:662.402px;--section-height:662.402px; }.wzc-section-wzs58 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs58-full { background:;background-color:rgb(243, 230, 219); }.wzc-section-wzs58-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze815 { top:33.9743px;left:444.049px;width:281.922px;height:27.4805px;z-index:1002;text-align:center; }#wz-section-wzs63 { height:71.3477px;--section-height:71.3477px; }.wzc-section-wzs63 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs63-full { background:;background-color:rgb(243, 230, 219); }.wzc-section-wzs63-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze767 { top:32.295px;left:327.861px;width:590.938px;height:446.777px;z-index:1000; }#wze798 { top:-29.9899px;left:-0.016229px;width:590.938px;height:427.422px;z-index:1001; }#wze769 { top:2.24827px;left:955.02px;width:214.883px;height:430.43px;z-index:1002; }#wze801 { top:0.0065919px;left:14.8895px;width:200px;height:329.668px;z-index:1003; }#wze773 { top:0.0636996px;left:0.009625px;width:294.297px;height:381.973px;z-index:1004; }#wze799 { top:0.0150919px;left:0.0084419px;width:230.99px;height:264.824px;z-index:1003; }#wze776 { top:449.854px;left:6.55017px;width:1166.88px;height:14.3555px;z-index:1002;text-align:center; }#wz-section-wzs59 { height:482.383px;--section-height:482.383px; }.wzc-section-wzs59 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs59-full { background-color:rgb(243, 230, 219);background:; }.wzc-section-wzs59-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze794 { top:0.1202px;left:2.51392px;width:1165px;height:0.9375px;z-index:1002; }#wze797 { top:16.9326px;left:444.049px;width:281.91px;height:27.4805px;z-index:1002;text-align:center; }#wz-section-wzs61 { height:70.2344px;--section-height:70.2344px; }.wzc-section-wzs61 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs61-full { background:;background-color:rgb(243, 230, 219); }.wzc-section-wzs61-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze425 { top:427.345px;left:1351.02px;width:255px;height:159.219px;z-index:1000; }.wzc122-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(102, 102, 102);box-shadow:0px 1px 4px 0px rgb(153, 153, 153) ; }.wzc122-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc122-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze426 { top:107.371px;left:39.5px;width:174px;height:37.4805px;z-index:1004;text-align:center; }#wze428 { top:29.375px;left:55.5px;width:30px;height:30px;z-index:1000; }.wzc65 { overflow:hidden; }.wzc65-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(255, 255, 255); }#wze430 { top:29.375px;left:117.833px;width:30px;height:30px;z-index:1000; }#wze431 { top:29.4336px;left:168.5px;width:30px;height:30px;z-index:1000; }#wze432 { top:64.9414px;left:40.5px;width:174px;height:37.4805px;z-index:1004;text-align:center; }#wze462 { top:29.618px;left:895px;width:255px;height:369.043px;z-index:1000; }.wzc154-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);box-shadow:0px 1px 4px 0px rgb(153, 153, 153) ; }.wzc154-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc154-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; }#wze463 { top:70.4715px;left:11.5px;width:232px;height:256.055px;z-index:1000; }.wzc79  .wz-blog-list .wz-blog-post-item .wz-blog-post-title { font-family:yekan;font-size:13px;color:#000; }.wzc79  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail { width:90px;height:60px; }.wzc79  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:cover;object-fit:cover; }.wzc79  .wz-blog-list .wz-blog-post-item .wz-blog-post-meta { color:rgb(102, 102, 102);font-family:iransans;font-size:12px; }.wzc79  .wz-blog-list .wz-blog-post-item+.wz-blog-post-item { margin-top:25px; }.wzc79  .wz-blog-list .wz-blog-post-item { flex:1 1 100%;max-width:100%;margin-left:0px;margin-right:0px; }.wzc79 {  }.wzc79-posts {  }#wze465 { top:15.5px;left:26px;width:177.969px;height:31.2305px;z-index:1004;text-align:center; }#wze466 { top:18.5px;left:207px;width:25px;height:25px;z-index:1000; }.wzc92 { overflow:hidden; }.wzc92-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(0, 86, 137); }#wze467 { top:29.5px;left:611px;width:255px;height:524.258px;z-index:1000; }#wze468 { top:69.4696px;left:11.5px;width:232px;height:412.09px;z-index:1000; }#wze469 { top:14.5px;left:16px;width:192.969px;height:31.2305px;z-index:1004;text-align:center; }#wze470 { top:17.5px;left:212px;width:25px;height:25px;z-index:1000; }#wze471 { top:29.515px;left:327px;width:255px;height:397.129px;z-index:1000; }#wze472 { top:70.35px;left:11.5px;width:232px;height:284.824px;z-index:1000; }#wze473 { top:14.5044px;left:37px;width:148.993px;height:31.2305px;z-index:1004;text-align:center; }#wze474 { top:17.5044px;left:189px;width:25px;height:25px;z-index:1000; }#wze475 { top:29.5px;left:43px;width:255px;height:397.48px;z-index:1000; }#wze476 { top:70.35px;left:11.5px;width:232px;height:284.824px;z-index:1000; }#wze477 { top:18.4956px;left:38px;width:145.99px;height:31.2305px;z-index:1004;text-align:center; }#wze478 { top:21.4956px;left:190px;width:25px;height:25px;z-index:1000; }#wze479 { top:599.212px;left:5.99689px;width:1168px;height:66.5625px;z-index:1000; }.wzc147-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(243, 230, 219);border-style:solid;border-width:0px;border-color:#999999; }.wzc147-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc147-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; }#wze480 { top:3.51137px;left:969.062px;width:187.396px;height:56px;z-index:1001; }#wze480 .wzc35-img-inner { object-fit:cover; }#wze481 { top:26.4943px;left:14.5px;width:20px;height:20px;z-index:1000; }.wzc94 { overflow:hidden; }.wzc94-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(243, 243, 243); }#wze482 { top:26.4943px;left:141.5px;width:20px;height:20px;z-index:1000; }#wze483 { top:26.4943px;left:99.167px;width:20px;height:20px;z-index:1000; }#wze484 { top:26.4943px;left:56.8336px;width:20px;height:20px;z-index:1000; }#wze609 { top:6.69319px;left:389.75px;width:535.977px;height:44.9805px;z-index:1003;text-align:right; }#wze497 { top:417.972px;left:2344px;width:161px;height:168.75px;z-index:1000; }.wzc95 .wz-menu.wz-mega-menu > li > .sub-menu,.wzc95  .wz-menu.wz-classic-menu > li .sub-menu { text-align:center; }.wzc95  .wz-menu li > a { padding:5px 15px;font-family:iransans;font-size:14px;color:rgb(204, 204, 204); }.wzc95 .wz-menu.wz-mega-menu li > a:hover,.wzc95  .wz-menu.wz-classic-menu li:hover > a { color:rgb(255, 255, 255); }.wzc95  .wz-menu li.wz-menu-has-children a:after { border-color:rgb(204, 204, 204); }.wzc95 .wz-menu.wz-mega-menu li.wz-menu-has-children > a:hover:after,.wzc95  .wz-menu.wz-classic-menu li.wz-menu-has-children:hover > a:after { border-color:rgb(255, 255, 255); }.wzc95  .wz-menu > li.active > a { color:rgb(255, 255, 255); }.wzc95  .wz-menu > li.wz-menu-has-children.active > a:after { border-color:rgb(255, 255, 255); }.wzc95  .wz-menu .sub-menu li > a { padding:5px 15px; }.wzc95  .wz-menu .sub-menu li.wz-menu-has-children > a:after { border-color:rgb(204, 204, 204); }.wzc95 .wz-menu.wz-mega-menu .sub-menu li.wz-menu-has-children > a:hover:after,.wzc95  .wz-menu.wz-classic-menu .sub-menu li.wz-menu-has-children:hover > a:after { border-color:rgb(255, 255, 255); }.wzc95  .wz-menu > li > .sub-menu > li > a { padding:5px 15px; }.wzc95 {  }.wzc95-list {  }.wzc95-mobile {  }#wze501 { top:368.027px;left:2387px;width:118px;height:41.25px;z-index:1000;text-align:right; }#wze507 { top:418.279px;left:2012.25px;width:198px;height:168.75px;z-index:1000; }#wze508 { top:368.027px;left:2092.25px;width:118px;height:41.25px;z-index:1000;text-align:right; }#wze510 { top:418.279px;left:1769.53px;width:146px;height:168.75px;z-index:1000; }#wze511 { top:368.027px;left:1701.53px;width:214px;height:41.25px;z-index:1000;text-align:right; }#wze516 { top:412.356px;left:1352.5px;width:1165px;height:0.9375px;z-index:1002; }#wze793 { top:0.019px;left:2.5px;width:1165px;height:0.9375px;z-index:1002; }.wzc148-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(153, 153, 153); }.wzc148-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc148-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wz-section-wzs37 { height:675.508px;--section-height:675.508px; }.wzc-section-wzs37 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs37-full { background-color:rgb(243, 230, 219);background:; }.wzc-section-wzs37-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze491 { top:5.08078px;left:1px;width:1167.99px;height:274.688px;z-index:1000; }.wzc71-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:transparent;border-style:solid;border-width:0px;border-color:#999999; }.wzc71-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc71-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; }#wze502 { top:6.75781px;left:904px;width:250px;height:259.688px;z-index:1001; }#wze506 { top:6.75781px;left:609.276px;width:250px;height:259.688px;z-index:1001; }#wze509 { top:6.75781px;left:314.552px;width:250px;height:259.688px;z-index:1001; }#wze512 { top:43px;height:62.4805px;z-index:1002; }.wzc96-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(16, 21, 31); }.wzc96-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze513 { top:0.5px;left:719.157px;width:434px;height:17.4805px;z-index:1000;text-align:right; }#wze514 { top:0.5px;left:13.5px;width:434px;height:17.4805px;z-index:1000;text-align:left; }#wz-section-footer { height:278.633px;--section-height:278.633px; }.wzc-section-footer { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-footer-full { background-color:rgb(102, 102, 102);background:; }.wzc-section-footer-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze308 { top:27.0082px;left:308px;width:847px;height:2303.77px;z-index:1000; }.wzc54  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-title { font-family:iransans;font-size:23px;color:rgb(166, 118, 74); }.wzc54  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-content { font-family:iransans_fa;font-size:13px;color:rgb(102, 102, 102); }.wzc54  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-thumbnail { width:300px;height:200px; }.wzc54  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:cover; }.wzc54  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta { color:rgb(69, 88, 99);font-family:iransans;font-size:13px; }.wzc54  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta .wz-blog-post-meta-icon { fill:rgb(69, 88, 99);width:13px;height:13px; }.wzc54 .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-section,.wzc54  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-title,.wzc54  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta { padding-left:10px;padding-right:10px; }.wzc54  .wz-blog-recent-posts .wz-blog-post-item { padding:10px 0;flex:1 1 calc(100% / 2 - 10px );max-width:calc(100% / 2 - 10px );margin-left:5px;margin-right:5px; }.wzc54  .wz-blog-recent-posts .wz-blog-post-item:nth-child(2)~.wz-blog-post-item { margin-top:20px; }.wzc54  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-more { width:900px;height:35px;margin-top:10px; }.wzc54 {  }.wzc54-posts { text-align:right; }.wzc43-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;box-shadow:-3px -27px 50px 12px rgba(0, 0, 0, 0.77) inset; }.wzc43-img .wzc43-img-inner { width:100%;height:100%;float:left; }.wzc43-img { width:100%;height:100%;position:relative;overflow:hidden; }.wzc109:hover .wzc109-bg { background-color:#c9c9c9;border:1px solid #c9c9c9; }.wzc109:hover .wzc109-content { font-size:10px;color:#fff; }.wzc109:hover {  }.wzc109-bg:after {  }.wzc109-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc109-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size: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; }.wzc104:hover .wzc104-bg { background-color:#2285B1; }.wzc104:hover .wzc104-content {  }.wzc104:hover {  }.wzc104-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(0, 86, 137);border-radius:0px;border-color:#6FA8DC; }.wzc104-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wze526 { top:27px;left:16px;width:255px;height:588.457px;z-index:1000; }.wzc77-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#fff;box-shadow:0px 1px 4px 0px rgb(153, 153, 153) ; }.wzc77-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc77-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; }#wze527 { top:15.5px;left:30px;width:164px;height:31.25px;z-index:1004;text-align:center; }#wze528 { top:18.5px;left:183.5px;width:25px;height:25px;z-index:1005; }.wzc99 { overflow:hidden; }.wzc99-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(0, 78, 124); }#wze529 { top:68.3041px;left:11.5px;width:232px;height:490.234px;z-index:1000; }.wzc102  .wz-blog-list .wz-blog-post-item .wz-blog-post-title { font-family:yekan_fa;font-size:13px;color:#000; }.wzc102  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail { width:90px;height:60px; }.wzc102  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:cover;object-fit:cover; }.wzc102  .wz-blog-list .wz-blog-post-item .wz-blog-post-meta { color:rgb(102, 102, 102);font-family:iransans;font-size:12px; }.wzc102  .wz-blog-list .wz-blog-post-item+.wz-blog-post-item { margin-top:25px; }.wzc102  .wz-blog-list .wz-blog-post-item { flex:1 1 100%;max-width:100%;margin-left:0px;margin-right:0px; }.wzc102 {  }.wzc102-posts {  }#wze530 { top:639.196px;left:16px;width:255px;height:198.555px;z-index:1000; }.wzc163-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(153, 153, 153);box-shadow:0px 1px 4px 0px rgb(153, 153, 153) ; }.wzc163-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc163-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; }#wze531 { top:16.5313px;left:40.5px;width:174px;height:37.5px;z-index:1004;text-align:center; }#wze532 { top:70.5703px;left:0px;width:235px;height:86.0938px;z-index:1001; }.wzc82  .wz-blog-list .wz-blog-post-item .wz-blog-post-title { font-family:yekan_fa;font-size:14px;color:rgb(255, 255, 255); }.wzc82  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail { width:90px;height:60px; }.wzc82  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:cover; }.wzc82  .wz-blog-list .wz-blog-post-item .wz-blog-post-meta { color:rgb(204, 204, 204);font-family:yekan, tahoma, serif;font-size:12px; }.wzc82  .wz-blog-list .wz-blog-post-item+.wz-blog-post-item { margin-top:20px; }.wzc82 {  }.wzc82-posts { text-align:right; }#wze533 { top:894.404px;left:16px;width:255px;height:286.895px;z-index:1000; }#wze535 { top:47.5313px;left:39.5px;width:174px;height:37.5px;z-index:1004;text-align:center; }#wze536 { top:178.088px;left:55.5px;width:30px;height:30px;z-index:1000; }#wze537 { top:178.108px;left:168.5px;width:30px;height:30px;z-index:1000; }#wze538 { top:178.088px;left:130.833px;width:30px;height:30px;z-index:1000; }#wze539 { top:178.088px;left:93.167px;width:30px;height:30px;z-index:1000; }#wze806 { top:111.849px;left:40.5128px;width:174px;height:37.5px;z-index:1004;text-align:center; }#wze540 { top:1205.41px;left:16.5px;width:255px;height:602.48px;z-index:1000; }#wze541 { top:67.3041px;left:11.5px;width:232px;height:490.234px;z-index:1000; }#wze542 { top:15.5px;left:26px;width:178px;height:31.25px;z-index:1004;text-align:center; }#wze543 { top:18.5px;left:207px;width:25px;height:25px;z-index:1000; }#wz-section-wzs31 { height:2350.62px;--section-height:2350.62px; }.wzc-section-wzs31 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs31-full { background-color:rgb(242, 229, 218);background:; }.wzc-section-wzs31-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze316 { top:23px;left:308px;width:847px;height:2377.4px;z-index:1000; }.wzc58  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-title { font-family:iransans_fa;font-size:24px;color:rgb(0, 86, 137);background-color:rgba(0, 0, 0, 0); }.wzc58  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-content { font-family:yekan_fa;font-size:13px;color:rgb(102, 102, 102);background-color:rgba(0, 0, 0, 0); }.wzc58  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta { color:rgb(69, 88, 99);font-family:iransans_fa;font-size:13px; }.wzc58  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta .wz-blog-post-meta-icon { fill:rgb(69, 88, 99);width:13px;height:13px; }.wzc58 .wz-blog-single-post .wz-blog-post-item .wz-blog-post-section,.wzc58  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-title,.wzc58  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta { padding-left:10px;padding-right:10px; }.wzc58  .wz-blog-single-post .wz-blog-post-item { padding:10px 0; }.wzc58 {  }.wzc58-posts {  }#wze317 { top:2411.54px;left:308px;width:847px;height:341.25px;z-index:1000; }.wzc59  .wz-blog-comment { padding:10px; }.wzc59  .wz-blog-comment+.wz-blog-comment { margin-top:10px; }.wzc59  .wz-blog-comment .wz-blog-comment-author { font-family:iransans;font-size:14px;color:rgb(0, 86, 137); }.wzc59  .wz-blog-comment .wz-blog-comment-message { font-family:yekan, tahoma, serif;font-size:14px;color:#999999; }.wzc59  .wz-blog-comment-from { width:397px; }.wzc59 {  }.wzc59-container .wzc59-container-comments {  }.wzc59-container .wzc59-container-form { max-width:100%;height:auto; }.wzc59-container {  }.wzc26-contactForm .wzc26-contactForm-sections .wzc26-contactForm-sections-section1 .wzc26-contactForm-sections-section1-formRow .wzc26-contactForm-sections-section1-formRow-input {  }.wzc26-contactForm .wzc26-contactForm-sections .wzc26-contactForm-sections-section1 .wzc26-contactForm-sections-section1-formRow {  }.wzc26-contactForm .wzc26-contactForm-sections .wzc26-contactForm-sections-section1 {  }.wzc26-contactForm .wzc26-contactForm-sections .wzc26-contactForm-sections-section2 .wzc26-contactForm-sections-section2-messageRow .wzc26-contactForm-sections-section2-messageRow-message { height:100%; }.wzc26-contactForm .wzc26-contactForm-sections .wzc26-contactForm-sections-section2 .wzc26-contactForm-sections-section2-messageRow { height:100%; }.wzc26-contactForm .wzc26-contactForm-sections .wzc26-contactForm-sections-section2 { position:absolute;height:100%; }.wzc26-contactForm .wzc26-contactForm-sections { width:100%;margin-bottom:5px;display:table;position:relative; }.wzc26-contactForm .wzc26-contactForm-footer .wzc26-contactForm-footer-submit .wzc26-contactForm-footer-submit-inner { width:100%;height:100%; }.wzc26-contactForm .wzc26-contactForm-footer .wzc26-contactForm-footer-submit { background-color:transparent;outline:0;border:0;position:relative;height:30px;width:120px;cursor:pointer;max-width:100%; }.wzc26-contactForm .wzc26-contactForm-footer { padding:0px 5px;padding-bottom:5px; }.wzc26-contactForm .wzc26-contactForm-resultSection .wzc26-contactForm-resultSection-result { border:1px solid #1abc9c;color:#1abc9c;padding:5px 10px;font-size:13px;opacity:0;font-family:yekan, tahoma, serif; }.wzc26-contactForm .wzc26-contactForm-resultSection { height:40px;padding-top:5px; }.wzc26-contactForm  .wzc26-contactForm-resultSection .form-result-show { opacity:1; }.wzc26-contactForm  .wzc26-contactForm-resultSection .form-result-error { border-color:#e74c3c;color:#e74c3c; }.wzc26-contactForm  .wz-form-input-row { width:100%;margin-bottom:5px; }.wzc26-contactForm input,.wzc26-contactForm  textarea { width:100%;box-sizing:border-box;font-family:yekan, tahoma, serif;padding:5px;outline:0;resize:none;border-width:0;border-style:solid;border-color:#000;color:#fff;font-size:13px;background-color:rgb(0, 86, 137); }.wzc26-contactForm  .wz-form-input-row:last-child { margin-bottom:0px; }.wzc26-contactForm  *::-webkit-input-placeholder { color:#fff; }.wzc26-contactForm  *::-moz-placeholder { color:#fff; }.wzc26-contactForm  *:-ms-input-placeholder { color:#fff; }.wzc26-contactForm  *:-moz-placeholder { color:#fff; }.wzc26-contactForm  .wz-form-section { width:50%;display:inline-block;box-sizing:border-box;padding:5px; }.wzc26-contactForm  label { margin-bottom:5px;font-family:yekan, tahoma, serif;font-size:13px;display:inline-block;color:#000; }.wzc26-contactForm { direction:rtl; }#wze544 { top:23px;left:19.5px;width:255px;height:521.152px;z-index:1000; }#wze545 { top:15.5px;left:30px;width:164px;height:31.25px;z-index:1004;text-align:center; }#wze546 { top:18.5px;left:183.5px;width:25px;height:25px;z-index:1005; }#wze547 { top:68.3631px;left:11.5px;width:232px;height:422.852px;z-index:1000; }#wze548 { top:521.284px;left:19.5px;width:255px;height:228.359px;z-index:1000; }#wze549 { top:16.5313px;left:40.5px;width:174px;height:37.5px;z-index:1004;text-align:center; }#wze550 { top:70.5911px;left:0px;width:235px;height:115.938px;z-index:1001; }#wze551 { top:773.285px;left:19.5px;width:255px;height:286.367px;z-index:1000; }#wze552 { top:113.09px;left:40.5px;width:173.984px;height:37.5px;z-index:1004;text-align:center; }#wze553 { top:47.5313px;left:39.5px;width:174px;height:37.5px;z-index:1004;text-align:center; }#wze554 { top:177.643px;left:55.5px;width:30px;height:30px;z-index:1000; }#wze555 { top:177.661px;left:159.5px;width:30px;height:30px;z-index:1000; }#wze556 { top:177.643px;left:107.833px;width:30px;height:30px;z-index:1000; }#wze558 { top:1084.27px;left:20px;width:255px;height:602.578px;z-index:1000; }#wze559 { top:67.3631px;left:11.5px;width:232px;height:490.254px;z-index:1000; }#wze560 { top:15.5px;left:26px;width:178px;height:31.25px;z-index:1004;text-align:center; }#wze561 { top:18.5px;left:207px;width:25px;height:25px;z-index:1000; }#wz-section-wzs30 { height:2816.09px;--section-height:2816.09px; }.wzc-section-wzs30 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs30-full { background-color:rgb(242, 229, 218);background:; }.wzc-section-wzs30-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze344 { top:155.27px;left:308.508px;width:553px;height:264.98px;z-index:1001; }.wzc63-contactForm .wzc63-contactForm-sections .wzc63-contactForm-sections-section1 .wzc63-contactForm-sections-section1-formRow .wzc63-contactForm-sections-section1-formRow-label {  }.wzc63-contactForm .wzc63-contactForm-sections .wzc63-contactForm-sections-section1 .wzc63-contactForm-sections-section1-formRow .wzc63-contactForm-sections-section1-formRow-input {  }.wzc63-contactForm .wzc63-contactForm-sections .wzc63-contactForm-sections-section1 .wzc63-contactForm-sections-section1-formRow {  }.wzc63-contactForm .wzc63-contactForm-sections .wzc63-contactForm-sections-section1 {  }.wzc63-contactForm .wzc63-contactForm-sections .wzc63-contactForm-sections-section2 .wzc63-contactForm-sections-section2-messageRow .wzc63-contactForm-sections-section2-messageRow-messageLabel {  }.wzc63-contactForm .wzc63-contactForm-sections .wzc63-contactForm-sections-section2 .wzc63-contactForm-sections-section2-messageRow .wzc63-contactForm-sections-section2-messageRow-message { height:155px; }.wzc63-contactForm .wzc63-contactForm-sections .wzc63-contactForm-sections-section2 .wzc63-contactForm-sections-section2-messageRow {  }.wzc63-contactForm .wzc63-contactForm-sections .wzc63-contactForm-sections-section2 { position:absolute;height:100%; }.wzc63-contactForm .wzc63-contactForm-sections { width:100%;margin-bottom:5px;display:table;position:relative; }.wzc63-contactForm .wzc63-contactForm-footer .wzc63-contactForm-footer-submit .wzc63-contactForm-footer-submit-inner { width:100%;height:100%; }.wzc63-contactForm .wzc63-contactForm-footer .wzc63-contactForm-footer-submit { background-color:transparent;outline:0;border:0;position:relative;height:30px;width:120px;cursor:pointer;max-width:100%; }.wzc63-contactForm .wzc63-contactForm-footer { padding:0px 5px;padding-bottom:5px; }.wzc63-contactForm .wzc63-contactForm-resultSection .wzc63-contactForm-resultSection-result { border:1px solid #1abc9c;color:#1abc9c;padding:5px 10px;font-size:13px;opacity:0;font-family:yekan, tahoma, serif; }.wzc63-contactForm .wzc63-contactForm-resultSection { height:40px;padding-top:5px; }.wzc63-contactForm  .wzc63-contactForm-resultSection .form-result-show { opacity:1; }.wzc63-contactForm  .wzc63-contactForm-resultSection .form-result-error { border-color:#e74c3c;color:#e74c3c; }.wzc63-contactForm  .wz-form-input-row { width:100%;margin-bottom:5px; }.wzc63-contactForm input,.wzc63-contactForm  textarea { width:100%;box-sizing:border-box;font-family:yekan, tahoma, serif;padding:5px;outline:0;resize:none;border-width:1px;border-style:solid;border-color:rgb(0, 86, 137);color:#fff;font-size:13px;background-color:rgba(255, 255, 255, 0);border-radius:0px 50px 0px 50px ; }.wzc63-contactForm  .wz-form-input-row:last-child { margin-bottom:0px; }.wzc63-contactForm  *::-webkit-input-placeholder { color:#fff; }.wzc63-contactForm  *::-moz-placeholder { color:#fff; }.wzc63-contactForm  *:-ms-input-placeholder { color:#fff; }.wzc63-contactForm  *:-moz-placeholder { color:#fff; }.wzc63-contactForm  .wz-form-section { width:50%;display:inline-block;box-sizing:border-box;padding:5px; }.wzc63-contactForm  label { margin-bottom:5px;font-family:yekan, tahoma, serif;font-size:13px;display:inline-block;color:rgb(38, 40, 44); }.wzc63-contactForm { direction:rtl; }.wzc74:hover .wzc74-bg { background-color:rgb(0, 110, 175); }.wzc74:hover .wzc74-content {  }.wzc74:hover {  }.wzc74-bg:after { content:'';position:absolute;width:100%;height:50%;top:0px;left:0px;background-color:rgb(0, 110, 175); }.wzc74-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(0, 78, 124);overflow:hidden;border-radius:0px; }.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:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wze562 { top:73px;left:397.5px;width:375px;height:33.75px;z-index:1000;text-align:center; }#wz-section-wzs33 { height:543.73px;--section-height:543.73px; }.wzc-section-wzs33-full { background-color:rgb(240, 241, 244); }#wz-section-wzs43 { height:200px;--section-height:200px; }#wze563 { top:30px;left:15px;width:848px;height:493.438px;z-index:1000; }.wzc107-root .wzc107-root-container .wzc107-root-container-header .wzc107-root-container-header-title {  }.wzc107-root .wzc107-root-container .wzc107-root-container-header {  }.wzc107-root .wzc107-root-container .wzc107-root-container-submitBoxHeader .wzc107-root-container-submitBoxHeader-submitButtonHeader {  }.wzc107-root .wzc107-root-container .wzc107-root-container-submitBoxHeader {  }.wzc107-root .wzc107-root-container {  }.wzc107-root .wzc107-root-accountContainer .wzc107-root-accountContainer-accountItem .wzc107-root-accountContainer-accountItem-accountItemLabel {  }.wzc107-root .wzc107-root-accountContainer .wzc107-root-accountContainer-accountItem .wzc107-root-accountContainer-accountItem-accountItemInputBox .wzc107-root-accountContainer-accountItem-accountItemInputBox-accountItemInput {  }.wzc107-root .wzc107-root-accountContainer .wzc107-root-accountContainer-accountItem .wzc107-root-accountContainer-accountItem-accountItemInputBox .wzc107-root-accountContainer-accountItem-accountItemInputBox-error {  }.wzc107-root .wzc107-root-accountContainer .wzc107-root-accountContainer-accountItem .wzc107-root-accountContainer-accountItem-accountItemInputBox {  }.wzc107-root .wzc107-root-accountContainer .wzc107-root-accountContainer-accountItem {  }.wzc107-root .wzc107-root-accountContainer {  }.wzc107-root .wzc107-root-companyHeaderContainer .wzc107-root-companyHeaderContainer-companyHeader .wzc107-root-companyHeaderContainer-companyHeader-companyTitle {  }.wzc107-root .wzc107-root-companyHeaderContainer .wzc107-root-companyHeaderContainer-companyHeader {  }.wzc107-root .wzc107-root-companyHeaderContainer {  }.wzc107-root .wzc107-root-companyInfo .wzc107-root-companyInfo-companyInfoCheck .wzc107-root-companyInfo-companyInfoCheck-companyInfoCheckDescription {  }.wzc107-root .wzc107-root-companyInfo .wzc107-root-companyInfo-companyInfoCheck .wzc107-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc107-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckInput {  }.wzc107-root .wzc107-root-companyInfo .wzc107-root-companyInfo-companyInfoCheck .wzc107-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc107-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-checkmark {  }.wzc107-root .wzc107-root-companyInfo .wzc107-root-companyInfo-companyInfoCheck .wzc107-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc107-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckButton {  }.wzc107-root .wzc107-root-companyInfo .wzc107-root-companyInfo-companyInfoCheck .wzc107-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc107-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-moreIcon {  }.wzc107-root .wzc107-root-companyInfo .wzc107-root-companyInfo-companyInfoCheck .wzc107-root-companyInfo-companyInfoCheck-companyInfoCheckLabel {  }.wzc107-root .wzc107-root-companyInfo .wzc107-root-companyInfo-companyInfoCheck {  }.wzc107-root .wzc107-root-companyInfo .wzc107-root-companyInfo-companyItemBox .wzc107-root-companyInfo-companyItemBox-companyItemLabel {  }.wzc107-root .wzc107-root-companyInfo .wzc107-root-companyInfo-companyItemBox .wzc107-root-companyInfo-companyItemBox-companyInputBox .wzc107-root-companyInfo-companyItemBox-companyInputBox-companyInput {  }.wzc107-root .wzc107-root-companyInfo .wzc107-root-companyInfo-companyItemBox .wzc107-root-companyInfo-companyItemBox-companyInputBox .wzc107-root-companyInfo-companyItemBox-companyInputBox-companyError {  }.wzc107-root .wzc107-root-companyInfo .wzc107-root-companyInfo-companyItemBox .wzc107-root-companyInfo-companyItemBox-companyInputBox {  }.wzc107-root .wzc107-root-companyInfo .wzc107-root-companyInfo-companyItemBox {  }.wzc107-root .wzc107-root-companyInfo .wzc107-root-companyInfo-companyInfoCancelLabel .wzc107-root-companyInfo-companyInfoCancelLabel-companyInfoCancelInput {  }.wzc107-root .wzc107-root-companyInfo .wzc107-root-companyInfo-companyInfoCancelLabel .wzc107-root-companyInfo-companyInfoCancelLabel-cancelMark {  }.wzc107-root .wzc107-root-companyInfo .wzc107-root-companyInfo-companyInfoCancelLabel .wzc107-root-companyInfo-companyInfoCancelLabel-companyInfoCancelButton {  }.wzc107-root .wzc107-root-companyInfo .wzc107-root-companyInfo-companyInfoCancelLabel .wzc107-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc107-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg .wzc107-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg-cancelIconPath {  }.wzc107-root .wzc107-root-companyInfo .wzc107-root-companyInfo-companyInfoCancelLabel .wzc107-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc107-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg {  }.wzc107-root .wzc107-root-companyInfo .wzc107-root-companyInfo-companyInfoCancelLabel .wzc107-root-companyInfo-companyInfoCancelLabel-cancelIcon {  }.wzc107-root .wzc107-root-companyInfo .wzc107-root-companyInfo-companyInfoCancelLabel {  }.wzc107-root .wzc107-root-companyInfo {  }.wzc107-root .wzc107-root-submitBoxFooter .wzc107-root-submitBoxFooter-submitButtonFooter {  }.wzc107-root .wzc107-root-submitBoxFooter {  }.wzc107-root {  }.wzc107  .wz-profile-account-root { text-align:right; }.wzc107  .wz-profile-account-header-container { margin-bottom:20px; }.wzc107  .wz-profile-account-header p { font-family:iransans_fa, sans-serif;font-size:20px;font-weight:500;color:rgb(117,117,117); }.wzc107  .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; }.wzc107  .wz-profile-account-container:hover { border-radius:20px; }.wzc107  .wz-profile-account-input-container { width:48%;direction:rtl;font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc107  .wz-profile-account-input-container label { color:#9b9b9b; }.wzc107  .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; }.wzc107  .wz-profile-account-input-container input:hover { border-radius:4px; }.wzc107  .wz-profile-account-submit-box { margin-top:20px;text-align:left; }.wzc107  .wz-profile-account-submit { width:120px;height:35px;position:relative;display:inline-block; }.wzc107  .wz-profile-account-company-info-button p { font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc107  .wz-profile-account-company-info-button label { font-family:iransans_fa, sans-serif;font-size:13px;color:#17a2b8; }.wzc107  .wz-profile-account-company-info-button .moreIcon { width:13px;height:13px;fill:#17a2b8; }.wzc107  .wz-profile-account-company-info-cancel { font-family:iransans_fa, sans-serif;font-size:13px;color:#E74C3C; }.wzc107  .wz-profile-account-company-info-cancel .cancelIcon { width:20px;height:20px; }.wzc107  .wz-profile-account-company-info-cancel .cancelIcon svg path { stroke:#E74C3C; }.wzc107 {  }.wzc106:hover .wzc106-bg { background-color:#ffd9d5; }.wzc106:hover .wzc106-content { color:#E74C3C; }.wzc106:hover {  }.wzc106-bg:after {  }.wzc106-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc106-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; }#wze568 { top:30px;left:893px;width:262px;height:376.465px;z-index:1000; }.wzc120-root .wzc120-root-infoBox .wzc120-root-infoBox-userImageBox .wzc120-root-infoBox-userImageBox-userImage {  }.wzc120-root .wzc120-root-infoBox .wzc120-root-infoBox-userImageBox {  }.wzc120-root .wzc120-root-infoBox .wzc120-root-infoBox-userInfo .wzc120-root-infoBox-userInfo-userName {  }.wzc120-root .wzc120-root-infoBox .wzc120-root-infoBox-userInfo .wzc120-root-infoBox-userInfo-userEmail {  }.wzc120-root .wzc120-root-infoBox .wzc120-root-infoBox-userInfo .wzc120-root-infoBox-userInfo-editInfo .wzc120-root-infoBox-userInfo-editInfo-editInfoIcon {  }.wzc120-root .wzc120-root-infoBox .wzc120-root-infoBox-userInfo .wzc120-root-infoBox-userInfo-editInfo .wzc120-root-infoBox-userInfo-editInfo-editInfoText {  }.wzc120-root .wzc120-root-infoBox .wzc120-root-infoBox-userInfo .wzc120-root-infoBox-userInfo-editInfo {  }.wzc120-root .wzc120-root-infoBox .wzc120-root-infoBox-userInfo {  }.wzc120-root .wzc120-root-infoBox {  }.wzc120-root .wzc120-root-items .wzc120-root-items-item .wzc120-root-items-item-itemBox .wzc120-root-items-item-itemBox-itemIcon {  }.wzc120-root .wzc120-root-items .wzc120-root-items-item .wzc120-root-items-item-itemBox .wzc120-root-items-item-itemBox-itemName {  }.wzc120-root .wzc120-root-items .wzc120-root-items-item .wzc120-root-items-item-itemBox {  }.wzc120-root .wzc120-root-items .wzc120-root-items-item {  }.wzc120-root .wzc120-root-items .wzc120-root-items-more {  }.wzc120-root .wzc120-root-items {  }.wzc120-root .wzc120-root-logoutBox .wzc120-root-logoutBox-logout .wzc120-root-logoutBox-logout-logoutLabel {  }.wzc120-root .wzc120-root-logoutBox .wzc120-root-logoutBox-logout {  }.wzc120-root .wzc120-root-logoutBox {  }.wzc120-root {  }.wzc120  .wz-profile-menu-user-info { gap:2px; }.wzc120  div + .wz-profile-menu-user-info { margin-right:5%;margin-left:5%; }.wzc120  .wz-profile-menu-info-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;direction:rtl; }.wzc120  .wz-profile-menu-info-box:hover {  }.wzc120  .wz-profile-menu-user-image img { border-style:solid;border-width:2px;border-color:#efefef;border-radius:50px;object-fit:cover; }.wzc120  .wz-profile-menu-user-name { font-family:iransans_fa, sans-serif;font-size:18px;font-weight:bold;color:#808080; }.wzc120  .wz-profile-menu-user-name:hover {  }.wzc120  .wz-profile-menu-user-email { font-family:iransans_fa, sans-serif;font-size:12px;color:#a1a1a1; }.wzc120  .wz-profile-menu-user-email:hover {  }.wzc120  .wz-profile-menu-edit-info { font-family:iransans_fa, sans-serif;font-size:10px;color:#808080; }.wzc120  .wz-profile-menu-edit-info:hover {  }.wzc120  .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); }.wzc120  .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; }.wzc120  .wz-profile-menu-items:hover {  }.wzc120  .wz-profile-menu-item { padding:0 30px;background-color:rgba(0,0,0,0);direction:rtl; }.wzc120  .wz-profile-menu-item:hover { background-color:rgba(0,0,0,0); }.wzc120  .wz-profile-menu-item-box { padding-top:20px;padding-bottom:20px; }.wzc120  .wz-profile-menu-item:not(:nth-last-child(-n+2)) div { border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#efefef; }.wzc120  .wz-profile-menu-item-box:hover {  }.wzc120  .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%; }.wzc120  .wz-profile-menu-item p:hover { color:#E74C3C; }.wzc120  #wz-profile-menu-logout-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;margin-top:10px; }.wzc120  #wz-profile-menu-logout-box:hover { border-radius:8px;background-color:#fff; }.wzc120  #wz-profile-menu-logout-box p { font-family:iransans_fa, sans-serif;font-size:14px;font-weight:500;color:#808080;text-align:center; }.wzc120  #wz-profile-menu-logout-box p:hover { color:#e6123d; }.wzc120  .wz-profile-menu-more:after { color:#808080; }.wzc120 {  }#wz-section-wzs38 { height:553.438px;--section-height:553.438px; }#wze564 { top:30px;left:15px;width:848px;height:368.73px;z-index:1000; }.wzc111-header .wzc111-header-title {  }.wzc111-header .wzc111-header-removeButton {  }.wzc111-header .wzc111-header-addToCartButton {  }.wzc111-header {  }.wzc111-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; }.wzc111-pagination .wzc111-pagination-paginationButton {  }.wzc111-pagination {  }.wzc111  .wz-profile-favorites-header-text { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc111  .wz-profile-favorites-header-text:hover {  }.wzc111  .wz-profile-favorites-container { border-radius:15px;border-width:0px;border-style:solid;border-color:#000;overflow:visible;background-color:#fff;padding:0; }.wzc111  .wz-profile-favorites-container:hover { border-radius:15px; }.wzc111  .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; }.wzc111  .wz-profile-favorite-item:hover {  }.wzc111  .wz-profile-favorite-item-image { object-fit:contain; }.wzc111  .wz-profile-favorite-item-title { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#747474; }.wzc111  .wz-profile-favorite-item-title:hover {  }.wzc111  .wz-profile-favorite-item-price { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#E74C3C; }.wzc111  .wz-profile-favorite-item-price:hover {  }.wzc111  .wz-profile-favorite-item-add { height:30px; }.wzc111  .wz-profile-favorite-item-remove { height:30px; }.wzc111  .wz-profile-favorites-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc111  .wz-profile-favorites-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc111  .wz-profile-favorites-no-results-first-text:hover {  }.wzc111  .wz-profile-favorites-no-results-second-text:hover {  }.wzc111 {  }.wzc108:hover .wzc108-bg { background-color:#E74C3C; }.wzc108:hover .wzc108-content { font-size:10px;color:#fff; }.wzc108:hover {  }.wzc108-bg:after {  }.wzc108-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc108-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size: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; }.wzc110:hover .wzc110-bg:after { width:90%;opacity:1; }.wzc110:hover .wzc110-bg {  }.wzc110:hover .wzc110-content { color:#fff; }.wzc110:hover {  }.wzc110-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%); }.wzc110-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; }.wzc110-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size: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-wzs39 { height:496.465px;--section-height:496.465px; }#wze565 { top:30px;left:15px;width:848px;height:341.23px;z-index:1000; }.wzc112-root .wzc112-root-header .wzc112-root-header-title {  }.wzc112-root .wzc112-root-header .wzc112-root-header-options .wzc112-root-header-options-optionsList .wzc112-root-header-options-optionsList-optionItem{{ item.id }} {  }.wzc112-root .wzc112-root-header .wzc112-root-header-options .wzc112-root-header-options-optionsList {  }.wzc112-root .wzc112-root-header .wzc112-root-header-options {  }.wzc112-root .wzc112-root-header {  }.wzc112-root .wzc112-root-orders .wzc112-root-orders-ordersHeader .wzc112-root-orders-ordersHeader-ordersHeaderItem .wzc112-root-orders-ordersHeader-ordersHeaderItem-orderHeaderItem{{ item.id }} {  }.wzc112-root .wzc112-root-orders .wzc112-root-orders-ordersHeader .wzc112-root-orders-ordersHeader-ordersHeaderItem {  }.wzc112-root .wzc112-root-orders .wzc112-root-orders-ordersHeader {  }.wzc112-root .wzc112-root-orders {  }.wzc112-root .wzc112-root-pagination .wzc112-root-pagination-paginationButton {  }.wzc112-root .wzc112-root-pagination {  }.wzc112-root {  }.wzc112  .wz-profile-orders-header p { font-size:18px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117); }.wzc112  .wz-profile-orders-header-option { font-size:12px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117);border-radius:5px; }.wzc112  .wz-profile-orders-header-option:hover { background-color:#f4f4f4;cursor:pointer; }.wzc112  .wz-profile-orders-header-options ul [data-active=true] { background-color:#f4f4f4; }.wzc112  .wz-profile-orders-order-items-header { width:80%; }.wzc112  .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); }.wzc112  .wz-profile-orders-order-details { width:80%; }.wzc112  .wz-profile-orders-order-buttons { width:20%; }.wzc112  .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); }.wzc112  .wz-profile-orders-order-items-root { background-color:#f4f4f4;border-radius:10px;border-width:0px;border-color:rgb(0,0,0);border-style:solid; }.wzc112  .wz-profile-orders-order-items-container:first-child:after { border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#e1e1e1; }.wzc112  .wz-profile-orders-last-orders-image span { padding:3px; }.wzc112  .wz-profile-orders-last-orders-image span img { object-fit:cover; }.wzc112  .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; }.wzc112  .wz-profile-orders-no-results-root img { width:5%;min-width:40px; }.wzc112  .wz-profile-orders-no-results-first-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc112  .wz-profile-orders-no-results-second-text { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc112 {  }#wz-section-wzs40 { height:502.969px;--section-height:502.969px; }#wze566 { top:30px;left:15px;width:848px;height:563.73px;z-index:1000; }.wzc115-root .wzc115-root-header .wzc115-root-header-title {  }.wzc115-root .wzc115-root-header .wzc115-root-header-headerButtons .wzc115-root-header-headerButtons-reorderButton {  }.wzc115-root .wzc115-root-header .wzc115-root-header-headerButtons .wzc115-root-header-headerButtons-receiptButton {  }.wzc115-root .wzc115-root-header .wzc115-root-header-headerButtons {  }.wzc115-root .wzc115-root-header {  }.wzc115-root .wzc115-root-body .wzc115-root-body-information .wzc115-root-body-information-mainInformation .wzc115-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc115-root-body-information-mainInformation-mainInformation{{ item.name }}-itemName {  }.wzc115-root .wzc115-root-body .wzc115-root-body-information .wzc115-root-body-information-mainInformation .wzc115-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc115-root-body-information-mainInformation-mainInformation{{ item.name }}-itemValue {  }.wzc115-root .wzc115-root-body .wzc115-root-body-information .wzc115-root-body-information-mainInformation .wzc115-root-body-information-mainInformation-mainInformation{{ item.name }} {  }.wzc115-root .wzc115-root-body .wzc115-root-body-information .wzc115-root-body-information-mainInformation {  }.wzc115-root .wzc115-root-body .wzc115-root-body-information .wzc115-root-body-information-userInformation .wzc115-root-body-information-userInformation-userInformation{{ item.name }} .wzc115-root-body-information-userInformation-userInformation{{ item.name }}-itemName {  }.wzc115-root .wzc115-root-body .wzc115-root-body-information .wzc115-root-body-information-userInformation .wzc115-root-body-information-userInformation-userInformation{{ item.name }} .wzc115-root-body-information-userInformation-userInformation{{ item.name }}-itemValue {  }.wzc115-root .wzc115-root-body .wzc115-root-body-information .wzc115-root-body-information-userInformation .wzc115-root-body-information-userInformation-userInformation{{ item.name }} {  }.wzc115-root .wzc115-root-body .wzc115-root-body-information .wzc115-root-body-information-userInformation {  }.wzc115-root .wzc115-root-body .wzc115-root-body-information .wzc115-root-body-information-paymentInformation .wzc115-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc115-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemName {  }.wzc115-root .wzc115-root-body .wzc115-root-body-information .wzc115-root-body-information-paymentInformation .wzc115-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc115-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemValue {  }.wzc115-root .wzc115-root-body .wzc115-root-body-information .wzc115-root-body-information-paymentInformation .wzc115-root-body-information-paymentInformation-paymentInformation{{ item.name }} {  }.wzc115-root .wzc115-root-body .wzc115-root-body-information .wzc115-root-body-information-paymentInformation {  }.wzc115-root .wzc115-root-body .wzc115-root-body-information {  }.wzc115-root .wzc115-root-body .wzc115-root-body-orderInformation .wzc115-root-body-orderInformation-orderInformationHeader .wzc115-root-body-orderInformation-orderInformationHeader-orderName .wzc115-root-body-orderInformation-orderInformationHeader-orderName-orderNameValue {  }.wzc115-root .wzc115-root-body .wzc115-root-body-orderInformation .wzc115-root-body-orderInformation-orderInformationHeader .wzc115-root-body-orderInformation-orderInformationHeader-orderName {  }.wzc115-root .wzc115-root-body .wzc115-root-body-orderInformation .wzc115-root-body-orderInformation-orderInformationHeader .wzc115-root-body-orderInformation-orderInformationHeader-orderUnitPrice .wzc115-root-body-orderInformation-orderInformationHeader-orderUnitPrice-orderUnitPriceValue {  }.wzc115-root .wzc115-root-body .wzc115-root-body-orderInformation .wzc115-root-body-orderInformation-orderInformationHeader .wzc115-root-body-orderInformation-orderInformationHeader-orderUnitPrice {  }.wzc115-root .wzc115-root-body .wzc115-root-body-orderInformation .wzc115-root-body-orderInformation-orderInformationHeader .wzc115-root-body-orderInformation-orderInformationHeader-orderCount .wzc115-root-body-orderInformation-orderInformationHeader-orderCount-orderCountValue {  }.wzc115-root .wzc115-root-body .wzc115-root-body-orderInformation .wzc115-root-body-orderInformation-orderInformationHeader .wzc115-root-body-orderInformation-orderInformationHeader-orderCount {  }.wzc115-root .wzc115-root-body .wzc115-root-body-orderInformation .wzc115-root-body-orderInformation-orderInformationHeader .wzc115-root-body-orderInformation-orderInformationHeader-orderDiscount .wzc115-root-body-orderInformation-orderInformationHeader-orderDiscount-orderDiscountValue {  }.wzc115-root .wzc115-root-body .wzc115-root-body-orderInformation .wzc115-root-body-orderInformation-orderInformationHeader .wzc115-root-body-orderInformation-orderInformationHeader-orderDiscount {  }.wzc115-root .wzc115-root-body .wzc115-root-body-orderInformation .wzc115-root-body-orderInformation-orderInformationHeader .wzc115-root-body-orderInformation-orderInformationHeader-orderFinalPrice .wzc115-root-body-orderInformation-orderInformationHeader-orderFinalPrice-orderFinalPriceValue {  }.wzc115-root .wzc115-root-body .wzc115-root-body-orderInformation .wzc115-root-body-orderInformation-orderInformationHeader .wzc115-root-body-orderInformation-orderInformationHeader-orderFinalPrice {  }.wzc115-root .wzc115-root-body .wzc115-root-body-orderInformation .wzc115-root-body-orderInformation-orderInformationHeader {  }.wzc115-root .wzc115-root-body .wzc115-root-body-orderInformation {  }.wzc115-root .wzc115-root-body { --order-information:0;--user-information:1;--payment-information:2; }.wzc115-root .wzc115-root-support .wzc115-root-support-supportImage {  }.wzc115-root .wzc115-root-support .wzc115-root-support-supportTextBox .wzc115-root-support-supportTextBox-supportQuestion {  }.wzc115-root .wzc115-root-support .wzc115-root-support-supportTextBox .wzc115-root-support-supportTextBox-supportMessage {  }.wzc115-root .wzc115-root-support .wzc115-root-support-supportTextBox {  }.wzc115-root .wzc115-root-support {  }.wzc115-root {  }.wzc115  .wz-profile-order-details-root { font-family:iransans_fa; }.wzc115  .wz-profile-order-details-header { padding-bottom:20px; }.wzc115  .wz-profile-order-details-header-text { font-size:20px;font-weight:600;color:rgb(117,117,117); }.wzc115  .wz-profile-order-details-reorder-button { height:30px;width:90px; }.wzc115  .wz-profile-order-details-receipt-button { height:30px;width:90px; }.wzc115  .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; }.wzc115  .wz-profile-order-details-information-container { margin:0 30px;gap:0; }.wzc115  .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); }.wzc115  .wz-profile-order-details-order-complete-information:hover { background-color:rgba(0,0,0,0.025); }.wzc115  .wz-profile-order-details-information-item { width:100%;gap:10px; }.wzc115  .wz-profile-order-details-information-item-name { font-size:12px;color:rgb(117,117,117);font-weight:400; }.wzc115  .wz-profile-order-details-information-item-value { font-size:12px;color:rgb(74,74,74);font-weight:500; }.wzc115  [data-name=total_include_tax] { width:fit-content;padding:0 15px;background-color:rgba(0,0,0,0.035);border-radius:6px; }.wzc115  [data-name=total_include_tax] .wz-profile-order-details-information-item-name { font-size:14px; }.wzc115  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:20px;font-weight:600; }.wzc115  .wz-profile-order-details-order-information-item { padding-top:15px;padding-bottom:15px;padding-right:30px;padding-left:30px;gap:0px; }.wzc115  .wz-profile-order-details-order-information-header { font-size:12px;font-weight:400;color:rgb(117,117,117);padding:10px 30px; }.wzc115  .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); }.wzc115  .wz-profile-order-details-order-summary-information { gap:5px; }.wzc115  .wz-profile-order-details-order-summary-information-name { font-size:12px;color:#000; }.wzc115  .wz-profile-order-details-order-summary-information-other p { font-size:10px;color:rgb(117,117,117); }.wzc115  .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; }.wzc115  .wz-profile-order-details-order-image-box img { object-fit:cover; }.wzc115  .wz-profile-order-details-support { justify-content:end;gap:10px;padding:15px 25px; }.wzc115  .wz-profile-order-details-support-question { font-size:14px;font-weight:500;color:rgb(0,0,0); }.wzc115  .wz-profile-order-details-support-message { font-size:10px;font-weight:400;color:rgb(117,117,117); }.wzc115  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date status"; }.wzc115  .wz-profile-order-details-user-information { grid-template-areas:"transferee mobile" "address address"; }.wzc115  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost totalCost" "paymentMethod shippingMethod totalCost" "deliveryDate deliveryDate totalCost"; }.wzc115  .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); }.wzc115  .wz-profile-order-details-no-results-root { gap:10px;margin-top:20px;padding:70px 30px; }.wzc115  .wz-profile-order-details-no-results-root img { width:5%;min-width:40px; }.wzc115  .wz-profile-order-details-no-results-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc115  .wz-profile-order-details-no-results-hint { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc115 {  }.wzc113:hover .wzc113-bg { background-color:#ffd9d5;border-width:1px;border-color:rgba(255, 213, 0, 0.25); }.wzc113:hover .wzc113-content { color:#E74C3C; }.wzc113:hover {  }.wzc113-bg:after {  }.wzc113-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); }.wzc113-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; }.wzc114:hover .wzc114-bg { background-color:#f4f4f4;border-width:1px;border-color:rgb(233, 233, 233); }.wzc114:hover .wzc114-content { color:rgb(117,117,117); }.wzc114:hover {  }.wzc114-bg:after {  }.wzc114-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); }.wzc114-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:10px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(117,117,117); }#wz-section-wzs41 { height:623.711px;--section-height:623.711px; }#wze567 { top:30px;left:15px;width:848px;height:539.707px;z-index:1000; }.wzc119-header .wzc119-header-title {  }.wzc119-header .wzc119-header-headerButton {  }.wzc119-header .wzc119-header-editButton {  }.wzc119-header .wzc119-header-removeButton {  }.wzc119-header {  }.wzc119-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; }.wzc119-pagination .wzc119-pagination-paginationButton {  }.wzc119-pagination {  }.wzc119  .wz-profile-addresses-header { margin-bottom:30px; }.wzc119  .wz-profile-addresses-header p { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc119  .wz-profile-addresses-header-button { height:35px;width:115px; }.wzc119  .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; }.wzc119  .wz-profile-addresses-container:hover { border-radius:20px; }.wzc119  .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); }.wzc119  .wz-profile-address-item:hover { border-radius:20px; }.wzc119  .wz-profile-address-location { width:100%;height:200px; }.wzc119  .wz-profile-address-details { gap:7px;padding:5px 15px 15px 15px;box-shadow:0px -15px 15px 10px #fff; }.wzc119  .wz-profile-address-item:hover .wz-profile-address-details {  }.wzc119  .wz-profile-address-full { font-family:iransans_fa;font-size:14px;font-weight:500;color:#4a4a4a;text-align:right; }.wzc119  .wz-profile-address-full:hover {  }.wzc119  .wz-profile-address-summary { justify-content:start; }.wzc119  .wz-profile-address-summary-location p { font-family:iransans_fa;font-size:12px; }.wzc119  .wz-profile-address-summary-location p:hover {  }.wzc119  .wz-profile-address-summary-location svg { width:22px;height:auto; }.wzc119  .wz-profile-address-summary-location svg path { fill:#E74C3C; }.wzc119  .wz-profile-address-summary-postal-code p { font-family:iransans_fa;font-size:12px; }.wzc119  .wz-profile-address-summary-postal-code p:hover {  }.wzc119  .wz-profile-address-summary-postal-code svg { width:25px;height:auto; }.wzc119  .wz-profile-address-summary-postal-code svg path { stroke:#E74C3C; }.wzc119  .wz-profile-address-transferee { text-align:right; }.wzc119  .wz-profile-address-transferee p { font-family:iransans_fa;font-size:12px; }.wzc119  .wz-profile-address-transferee p:hover {  }.wzc119  .wz-profile-address-buttons { margin-top:15px;justify-content:end; }.wzc119  .wz-profile-address-remove-button { height:30px; }.wzc119  .wz-profile-address-edit-button { height:30px; }.wzc119  .wz-profile-addresses-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc119  .wz-profile-addresses-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc119  .wz-profile-addresses-no-results-first-text:hover {  }.wzc119  .wz-profile-addresses-no-results-second-text:hover {  }.wzc119 {  }.wzc116:hover .wzc116-bg { background-color:#E74C3C; }.wzc116:hover .wzc116-content { font-size:12px;color:#ffd9d5; }.wzc116:hover {  }.wzc116-bg:after {  }.wzc116-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc116-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size: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; }.wzc117:hover .wzc117-bg { background-color:#f4f4f4;border:1px solid #e1e1e1; }.wzc117:hover .wzc117-content { font-size:11px;color:#a1a1a1; }.wzc117:hover {  }.wzc117-bg:after {  }.wzc117-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc117-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; }.wzc118:hover .wzc118-bg { background-color:#E74C3C; }.wzc118:hover .wzc118-content { font-size:11px;color:#fff; }.wzc118:hover {  }.wzc118-bg:after {  }.wzc118-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc118-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-wzs42 { height:599.688px;--section-height:599.688px; }#wze569 { top:27.0082px;left:308px;width:847px;height:2303.77px;z-index:1000; }.wzc127  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-title { font-family:iransans;font-size:23px;color:rgb(0, 0, 0); }.wzc127  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-content { font-family:iransans_fa;font-size:13px;color:rgb(102, 102, 102); }.wzc127  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-thumbnail { width:300px;height:200px; }.wzc127  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:cover; }.wzc127  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta { color:rgb(69, 88, 99);font-family:iransans;font-size:13px; }.wzc127  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta .wz-blog-post-meta-icon { fill:rgb(69, 88, 99);width:13px;height:13px; }.wzc127 .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-section,.wzc127  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-title,.wzc127  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta { padding-left:10px;padding-right:10px; }.wzc127  .wz-blog-recent-posts .wz-blog-post-item { padding:10px 0;flex:1 1 calc(100% / 2 - 10px );max-width:calc(100% / 2 - 10px );margin-left:5px;margin-right:5px; }.wzc127  .wz-blog-recent-posts .wz-blog-post-item:nth-child(2)~.wz-blog-post-item { margin-top:20px; }.wzc127  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-more { width:70px;height:35px;margin-top:10px; }.wzc127 {  }.wzc127-posts { text-align:right; }#wze570 { top:27px;left:16px;width:255px;height:536.504px;z-index:1000; }#wze571 { top:15.5px;left:30px;width:164px;height:38.75px;z-index:1004;text-align:center; }#wze572 { top:18.5px;left:183.5px;width:25px;height:25px;z-index:1005; }#wze573 { top:83.8745px;left:11.5px;width:232px;height:422.852px;z-index:1000; }#wze574 { top:587.621px;left:16px;width:255px;height:165.938px;z-index:1000; }.wzc121-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(69, 88, 99);box-shadow:0px 1px 4px 0px rgb(153, 153, 153) ; }.wzc121-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc121-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; }#wze575 { top:16.5313px;left:40.5px;width:174px;height:37.5px;z-index:1004;text-align:center; }#wze576 { top:70.6909px;left:0px;width:235px;height:53.5938px;z-index:1001; }#wze577 { top:811.391px;left:16px;width:255px;height:286.875px;z-index:1000; }#wze578 { top:113.192px;left:40.5px;width:174px;height:37.5px;z-index:1004;text-align:center; }#wze579 { top:47.5313px;left:39.5px;width:174px;height:37.5px;z-index:1004;text-align:center; }#wze580 { top:178.33px;left:55.5px;width:30px;height:30px;z-index:1000; }#wze581 { top:178.354px;left:168.5px;width:30px;height:30px;z-index:1000; }#wze582 { top:178.33px;left:111.833px;width:30px;height:30px;z-index:1000; }#wze584 { top:1122.45px;left:16.5px;width:255px;height:534.512px;z-index:1000; }#wze585 { top:66.8745px;left:11.5px;width:232px;height:422.852px;z-index:1000; }#wze586 { top:15.5px;left:26px;width:178px;height:38.75px;z-index:1004;text-align:center; }#wze587 { top:18.5px;left:207px;width:25px;height:25px;z-index:1000; }#wz-section-wzs44 { height:2350.7px;--section-height:2350.7px; }.wzc-section-wzs44 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs44-full { background-color:rgb(242, 229, 218);background:; }.wzc-section-wzs44-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wz-section-wzs-default { height:200px;--section-height:200px; }[data-page=p8] #wz-root-background { background-color:rgb(255, 255, 255); }@media only screen and (max-width : 768px) {#wze808 { top:15px;left:15px;bottom:auto;right:auto;width:437.986px;height:38.0729px;z-index:1000; }#wze814 { top:68.0729px;left:197.008px;bottom:auto;right:auto;width:73.9844px;height:30px;z-index:1000; }#wz-section-header { height:475.0866243329px;--section-height:475.0866243329px; }#wz-section-allPage { height:0px;--section-height:0px; }#wze367 { top:15px;left:81.412px;bottom:auto;right:auto;width:305.176px;height:93.75px;display:block;z-index:1000; }#wze627 { top:168.75px;left:15.0155px;bottom:auto;right:auto;width:437.988px;height:17.5px;display:block;z-index:1000;text-align:right; }#wze628 { top:201.25px;left:0.0155px;bottom:auto;right:auto;width:467.988px;height:17.5px;display:block;z-index:1000;text-align:right; }#wze687 { top:123.75px;left:169.529px;bottom:auto;right:auto;width:128.926px;height:30px;display:block;z-index:1000;text-align:center; }#wze688 { top:233.75px;left:89px;bottom:auto;right:auto;width:290px;height:18.6523px;display:block;z-index:1000;text-align:center; }#wz-section-wzs64 { height:267.3828px;--section-height:267.3828px; }#wze381 { top:427.93px;left:15.0155px;bottom:auto;right:auto;width:437.988px;height:279.98px;display:block;z-index:1000; }#wze629 { top:15px;left:15px;bottom:auto;right:auto;width:407.969px;height:247.637px;display:block;z-index:1000; }#wze611 { top:1554.92px;left:126.562px;bottom:auto;right:auto;width:214.863px;height:391.585px;display:block;z-index:1000; }#wze600 { top:0.0072799px;left:1.77222px;bottom:auto;right:auto;width:211.992px;height:169.219px;display:block;z-index:1000; }#wze623 { top:213.535px;left:2.04922px;bottom:auto;right:auto;width:212.812px;height:17.2461px;display:block;z-index:1000;text-align:right; }#wze659 { top:147.88px;left:0.919219px;bottom:auto;right:auto;width:26.9141px;height:66.3477px;display:block;z-index:1000;text-align:right; }#wze660 { top:290.347px;left:0.929529px;bottom:auto;right:auto;width:26.9141px;height:66.3477px;display:block;z-index:1000;text-align:right; }#wze811 { top:207.425px;left:0.0062187px;bottom:auto;right:auto;width:211.992px;height:169.16px;display:block;z-index:1000; }#wze612 { top:1138.83px;left:0.0155px;bottom:auto;right:auto;width:467.969px;height:401.113px;display:block;z-index:1000; }#wze599 { top:92.8082px;left:87.1495px;bottom:auto;right:auto;width:293.984px;height:300px;display:block;z-index:1000; }#wze685 { top:15px;left:178.158px;bottom:auto;right:auto;width:202.969px;height:69.2969px;display:block;z-index:1000;text-align:right; }#wze617 { top:1961.51px;left:1.5585px;bottom:auto;right:auto;width:464.883px;height:14.375px;display:block;z-index:1000;text-align:right; }#wze795 { top:15px;left:142.056px;bottom:auto;right:auto;width:0.976562px;height:397.949px;display:block;z-index:1000; }#wze796 { top:722.891px;left:233.51px;bottom:auto;right:auto;width:0.976562px;height:400.938px;display:block;z-index:1000; }#wze804 { top:15px;left:158.014px;bottom:auto;right:auto;width:167.93px;height:17.3047px;display:block;z-index:1000;text-align:left; }#wz-section-wzs34 { height:1990.87890625px;--section-height:1990.87890625px; }#wze809 { top:15px;left:0.0155px;bottom:auto;right:auto;width:467.988px;height:75.3711px;display:block;z-index:1000; }#wz-section-wzs50 { height:105.3711px;--section-height:105.3711px; }#wze810 { top:15px;left:0.0349999px;bottom:auto;right:auto;width:467.93px;height:85px;display:block;z-index:1000;text-align:center; }#wz-section-wzs62 { height:115px;--section-height:115px; }#wze753 { top:15px;left:93.0525px;bottom:auto;right:auto;width:281.914px;height:27.9883px;display:block;z-index:1000;text-align:center; }#wz-section-wzs56 { height:57.9883px;--section-height:57.9883px; }#wze722 { top:710.567px;left:15.0155px;bottom:auto;right:auto;width:437.988px;height:288.223px;display:block;z-index:1000; }#wze733 { top:15px;left:0.0194999px;bottom:auto;right:auto;width:437.949px;height:252.949px;display:block;z-index:1000; }#wze724 { top:15px;left:134.537px;bottom:auto;right:auto;width:214.883px;height:373.203px;display:block;z-index:1000; }#wze800 { top:0.0122749px;left:3.88812px;bottom:auto;right:auto;width:210.996px;height:313.691px;display:block;z-index:1000; }#wze731 { top:1429.73px;left:86.871px;bottom:auto;right:auto;width:294.277px;height:373.926px;display:block;z-index:1000; }#wze752 { top:1818.65px;left:6.5585px;bottom:auto;right:auto;width:454.883px;height:14.375px;display:block;z-index:1000;text-align:center; }#wze790 { top:430.938px;left:118.505px;bottom:auto;right:auto;width:230.977px;height:264.648px;display:block;z-index:1000; }#wze818 { top:1013.79px;left:233.51px;bottom:auto;right:auto;width:0.976562px;height:400.938px;display:block;z-index:1000; }#wze819 { top:15px;left:118.58px;bottom:auto;right:auto;width:0.976562px;height:400.938px;display:block;z-index:1000; }#wz-section-wzs53 { height:1848.02734375px;--section-height:1848.02734375px; }#wze751 { top:15px;left:93.0525px;bottom:auto;right:auto;width:281.895px;height:27.9883px;display:block;z-index:1000;text-align:center; }#wz-section-wzs55 { height:57.9883px;--section-height:57.9883px; }#wze816 { top:15px;left:15.0155px;bottom:auto;right:auto;width:437.988px;height:293.73px;display:block;z-index:1000; }#wze817 { top:323.711px;left:1.578px;bottom:auto;right:auto;width:464.844px;height:14.375px;display:block;z-index:1000;text-align:center; }#wz-section-wzs58 { height:353.0859375px;--section-height:353.0859375px; }#wze815 { top:15px;left:93.0525px;bottom:auto;right:auto;width:281.914px;height:27.9883px;display:block;z-index:1000;text-align:center; }#wz-section-wzs63 { height:57.9883px;--section-height:57.9883px; }#wze767 { top:856.856px;left:15.0155px;bottom:auto;right:auto;width:437.988px;height:331.152px;display:block;z-index:1000; }#wze798 { top:15px;left:15px;bottom:auto;right:auto;width:407.969px;height:295.098px;display:block;z-index:1000; }#wze769 { top:15px;left:126.559px;bottom:auto;right:auto;width:214.883px;height:430.059px;display:block;z-index:1000; }#wze801 { top:0.0065919px;left:14.8895px;bottom:auto;right:auto;width:200px;height:329.297px;display:block;z-index:1000; }#wze773 { top:460.059px;left:0.0155px;bottom:auto;right:auto;width:467.969px;height:381.797px;display:block;z-index:1000; }#wze799 { top:0.0075919px;left:86.8444px;bottom:auto;right:auto;width:230.977px;height:264.648px;display:block;z-index:1000; }#wze776 { top:1202.99px;left:6.5585px;bottom:auto;right:auto;width:454.883px;height:14.375px;display:block;z-index:1000;text-align:center; }#wz-section-wzs59 { height:1232.36328125px;--section-height:1232.36328125px; }#wze794 { top:15px;left:2.5155px;bottom:auto;right:auto;width:462.969px;height:0.351562px;display:block;z-index:1000; }#wze797 { top:30.332px;left:93.0525px;bottom:auto;right:auto;width:281.895px;height:27.9883px;display:block;z-index:1000;text-align:center; }#wz-section-wzs61 { height:73.32033125px;--section-height:73.32033125px; }#wze425 { top:2281.74px;left:15.0155px;bottom:auto;right:auto;width:437.988px;height:158.867px;display:block;z-index:1000; }#wze426 { top:107.18px;left:130.994px;bottom:auto;right:auto;width:173.984px;height:37.3047px;display:block;z-index:1000;text-align:center; }#wze428 { top:29.371px;left:146.994px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze430 { top:29.371px;left:209.327px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze431 { top:29.4296px;left:259.994px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze432 { top:64.9374px;left:131.994px;bottom:auto;right:auto;width:173.984px;height:37.3047px;display:block;z-index:1000;text-align:center; }#wze462 { top:30.332px;left:15.0155px;bottom:auto;right:auto;width:437.988px;height:369.551px;display:block;z-index:1000; }#wze463 { top:71.216px;left:102.994px;bottom:auto;right:auto;width:231.992px;height:255.801px;display:block;z-index:1000; }#wze465 { top:15.4945px;left:117.494px;bottom:auto;right:auto;width:177.969px;height:31.9922px;display:block;z-index:1000;text-align:center; }#wze466 { top:18.4945px;left:298.494px;bottom:auto;right:auto;width:25px;height:25px;display:block;z-index:1000; }#wze467 { top:414.883px;left:15.0155px;bottom:auto;right:auto;width:437.988px;height:524.57px;display:block;z-index:1000; }#wze468 { top:70.2131px;left:102.994px;bottom:auto;right:auto;width:231.992px;height:411.66px;display:block;z-index:1000; }#wze469 { top:14.4935px;left:107.494px;bottom:auto;right:auto;width:192.969px;height:31.9922px;display:block;z-index:1000;text-align:center; }#wze470 { top:17.4935px;left:303.494px;bottom:auto;right:auto;width:25px;height:25px;display:block;z-index:1000; }#wze471 { top:1367.48px;left:15.0155px;bottom:auto;right:auto;width:437.988px;height:397.695px;display:block;z-index:1000; }#wze472 { top:71.0935px;left:102.994px;bottom:auto;right:auto;width:231.992px;height:284.648px;display:block;z-index:1000; }#wze473 { top:14.4979px;left:128.494px;bottom:auto;right:auto;width:148.984px;height:31.9922px;display:block;z-index:1000;text-align:center; }#wze474 { top:17.4979px;left:280.494px;bottom:auto;right:auto;width:25px;height:25px;display:block;z-index:1000; }#wze475 { top:954.434px;left:15.0155px;bottom:auto;right:auto;width:437.988px;height:398.047px;display:block;z-index:1000; }#wze476 { top:71.0925px;left:102.994px;bottom:auto;right:auto;width:231.992px;height:284.648px;display:block;z-index:1000; }#wze477 { top:18.4881px;left:129.494px;bottom:auto;right:auto;width:145.977px;height:31.9922px;display:block;z-index:1000;text-align:center; }#wze478 { top:21.4881px;left:281.494px;bottom:auto;right:auto;width:25px;height:25px;display:block;z-index:1000; }#wze479 { top:2455.59px;left:6.0115px;bottom:auto;right:auto;width:455.996px;height:180.99609375px;display:block;z-index:1000; }#wze480 { top:15px;left:134.3px;bottom:auto;right:auto;width:187.383px;height:55.9961px;display:block;z-index:1000; }#wze481 { top:145.996px;left:200.498px;bottom:auto;right:auto;width:20px;height:20px;display:block;z-index:1000; }#wze482 { top:145.996px;left:165.498px;bottom:auto;right:auto;width:20px;height:20px;display:block;z-index:1000; }#wze483 { top:145.996px;left:270.498px;bottom:auto;right:auto;width:20px;height:20px;display:block;z-index:1000; }#wze484 { top:145.996px;left:235.498px;bottom:auto;right:auto;width:20px;height:20px;display:block;z-index:1000; }#wze609 { top:85.9961px;left:15px;bottom:auto;right:auto;width:425.977px;height:45px;display:block;z-index:1000;text-align:right; }#wze497 { top:1914.24px;left:259.996px;bottom:auto;right:auto;width:160.996px;height:168.75px;display:block;z-index:1000; }#wze501 { top:1780.16px;left:241.5px;bottom:auto;right:auto;width:117.988px;height:44.375px;display:block;z-index:1000;text-align:center; }#wze507 { top:1914.24px;left:47.027px;bottom:auto;right:auto;width:197.988px;height:168.75px;display:block;z-index:1000; }#wze508 { top:1780.16px;left:108.531px;bottom:auto;right:auto;width:117.988px;height:44.375px;display:block;z-index:1000;text-align:right; }#wze510 { top:2097.99px;left:161px;bottom:auto;right:auto;width:145.996px;height:168.75px;display:block;z-index:1000; }#wze511 { top:1839.53px;left:127px;bottom:auto;right:auto;width:213.984px;height:44.375px;display:block;z-index:1000;text-align:right; }#wze516 { top:1898.91px;left:15.0155px;bottom:auto;right:auto;width:437.988px;height:0.351562px;display:block;z-index:1000; }#wze793 { top:15px;left:2.5155px;bottom:auto;right:auto;width:462.988px;height:0.351562px;display:block;z-index:1000; }#wz-section-wzs37 { height:2651.5819375px;--section-height:2651.5819375px; }#wze491 { top:151.352px;left:1px;bottom:auto;right:auto;width:466px;height:991.2328583691px;z-index:1000; }#wze502 { top:15px;left:15px;bottom:auto;right:auto;width:436px;height:235.996px;z-index:1000; }#wze506 { top:288.456px;left:15px;bottom:auto;right:auto;width:436px;height:236.23px;z-index:1000; }#wze509 { top:549.789px;left:15px;bottom:auto;right:auto;width:436px;height:236.23px;z-index:1000; }#wze512 { top:1192.69px;bottom:auto;right:auto;height:88.2227px;z-index:1000; }#wze513 { top:15px;left:76.5px;bottom:auto;right:auto;width:315px;height:33.7305px;z-index:1000;text-align:center; }#wze514 { top:53.8228px;left:0px;bottom:auto;right:auto;width:468px;height:17.4805px;z-index:1000;text-align:center; }#wz-section-footer { height:1528.61px;--section-height:1528.61px; }#wze308 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:4844.98px;display:block;z-index:1000; }#wze526 { top:4874.99px;left:15px;bottom:auto;right:auto;width:438px;height:498px;display:block;z-index:1000; }#wze527 { top:15.5px;left:121.5px;bottom:auto;right:auto;width:164px;height:31px;display:block;z-index:1000;text-align:center; }#wze528 { top:18.5px;left:275px;bottom:auto;right:auto;width:25px;height:25px;display:block;z-index:1000; }#wze529 { top:68px;left:69px;bottom:auto;right:auto;width:300px;height:400px;display:block;z-index:1000; }#wze530 { top:5387.99px;left:15px;bottom:auto;right:auto;width:438px;height:229px;display:block;z-index:1000; }#wze531 { top:16.5313px;left:132px;bottom:auto;right:auto;width:174px;height:38px;display:block;z-index:1000;text-align:center; }#wze532 { top:71.0313px;left:91.5px;bottom:auto;right:auto;width:235px;height:116px;display:block;z-index:1000; }#wze533 { top:5631.99px;left:15px;bottom:auto;right:auto;width:438px;height:302.7778px;display:block;z-index:1000; }#wze535 { top:47.5313px;left:131px;bottom:auto;right:auto;width:174px;height:38px;display:block;z-index:1000;text-align:center; }#wze536 { top:193.7888px;left:147px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze537 { top:193.8088px;left:260px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze538 { top:193.7888px;left:222.333px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze539 { top:193.7888px;left:184.667px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze806 { top:100.531px;left:132px;bottom:auto;right:auto;width:173.993px;height:37.7778px;z-index:1000;text-align:center; }#wze540 { top:5896.99px;left:15px;bottom:auto;right:auto;width:438px;height:512px;display:block;z-index:1000; }#wze541 { top:67px;left:69px;bottom:auto;right:auto;width:300px;height:400px;display:block;z-index:1000; }#wze542 { top:15.5px;left:117.5px;bottom:auto;right:auto;width:178px;height:31px;display:block;z-index:1000;text-align:center; }#wze543 { top:18.5px;left:298.5px;bottom:auto;right:auto;width:25px;height:25px;display:block;z-index:1000; }#wz-section-wzs31 { height:6514.7478px;--section-height:6514.7478px; }#wze316 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:789.297px;display:block;z-index:1000; }#wze317 { top:827.331px;left:15px;bottom:auto;right:auto;width:438px;height:337.969px;display:block;z-index:1001; }#wze544 { top:1180.31px;left:15px;bottom:auto;right:auto;width:438px;height:502px;display:block;z-index:1000; }#wze545 { top:15.5px;left:121.5px;bottom:auto;right:auto;width:164px;height:31px;display:block;z-index:1000;text-align:center; }#wze546 { top:18.5px;left:275px;bottom:auto;right:auto;width:25px;height:25px;display:block;z-index:1002; }#wze547 { top:68px;left:103px;bottom:auto;right:auto;width:232px;height:404px;display:block;z-index:1002; }#wze548 { top:1697.3px;left:15px;bottom:auto;right:auto;width:438px;height:229px;display:block;z-index:1000; }#wze549 { top:16.5313px;left:132px;bottom:auto;right:auto;width:174px;height:38px;display:block;z-index:1000;text-align:center; }#wze550 { top:71.0313px;left:91.5px;bottom:auto;right:auto;width:235px;height:116px;display:block;z-index:1000; }#wze551 { bottom:auto;right:auto;display:none;z-index:1000; }#wze552 { bottom:auto;right:auto;display:block;z-index:1000; }#wze553 { bottom:auto;right:auto;display:block;z-index:1000; }#wze554 { bottom:auto;right:auto;display:block;z-index:1000; }#wze555 { bottom:auto;right:auto;display:block;z-index:1000; }#wze556 { bottom:auto;right:auto;display:block;z-index:1000; }#wze558 { top:1952.29px;left:15px;bottom:auto;right:auto;width:438px;height:516px;display:block;z-index:1000; }#wze559 { top:67px;left:103px;bottom:auto;right:auto;width:232px;height:404px;display:block;z-index:1000; }#wze560 { top:15.5px;left:117.5px;bottom:auto;right:auto;width:178px;height:31px;display:block;z-index:1000;text-align:center; }#wze561 { top:18.5px;left:298.5px;bottom:auto;right:auto;width:25px;height:25px;display:block;z-index:1000; }#wz-section-wzs30 { height:2483.27px;--section-height:2483.27px; }#wze344 { top:99.672px;left:24px;bottom:auto;right:auto;width:420px;height:261px;display:block;z-index:1000; }#wze562 { top:42.672px;left:46.5006px;bottom:auto;right:auto;width:375px;height:34px;z-index:1000;text-align:center; }#wz-section-wzs33 { height:424.672px;--section-height:424.672px; }#wz-section-wzs43 { height:15px;--section-height:15px; }#wze563 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:257.734px;display:block;z-index:1000; }#wze568 { bottom:auto;right:auto;width:438px;height:189px;z-index:1000; }#wz-section-wzs38 { height:491.719px;--section-height:491.719px; }#wze564 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:438px;display:block;z-index:1000; }#wz-section-wzs39 { height:672px;--section-height:672px; }#wze565 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:176.125px;display:block;z-index:1000; }.wzc112  .wz-profile-orders-header p { font-size:16px; }.wzc112  .wz-profile-orders-header-option { font-size:10px; }.wzc112  .wz-profile-orders-order-items-header p { font-size:10px; }.wzc112  .wz-profile-orders-order-details p { font-size:10px; }#wz-section-wzs40 { height:410.125px;--section-height:410.125px; }#wze566 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:334.688px;display:block;z-index:1000; }.wzc115  .wz-profile-order-details-information { grid-template-columns: 50%; }.wzc115  .wz-profile-order-details-information-item-name { font-size:11px; }.wzc115  .wz-profile-order-details-information-item-value { font-size:11px; }.wzc115  [data-name=total_include_tax] { padding:10px; }.wzc115  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:16px; }.wzc115  .wz-profile-order-details-order-information-header { font-size:10px; }.wzc115  .wz-profile-order-details-order-detail { font-size:10px; }.wzc115  .wz-profile-order-details-order-summary-information-name { font-size:10px; }.wzc115  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date" "status status"; }.wzc115  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost" "paymentMethod shippingMethod" "deliveryDate deliveryDate" "totalCost totalCost"; }#wz-section-wzs41 { height:568.688px;--section-height:568.688px; }#wze567 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:279.422px;display:block;z-index:1000; }#wz-section-wzs42 { height:513.422px;--section-height:513.422px; }#wze569 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:4501.13px;display:block;z-index:1000; }#wze570 { top:4531.18px;left:15px;bottom:auto;right:auto;width:438px;height:505.723px;display:block;z-index:1000; }#wze571 { top:15.5px;left:121.5px;bottom:auto;right:auto;width:164px;height:38.7305px;display:block;z-index:1000;text-align:center; }#wze572 { top:18.5px;left:275px;bottom:auto;right:auto;width:25px;height:25px;display:block;z-index:1000; }#wze573 { top:75.75px;left:69px;bottom:auto;right:auto;width:300px;height:400px;display:block;z-index:1000; }#wze574 { top:5051.93px;left:15px;bottom:auto;right:auto;width:438px;height:199.648px;display:block;z-index:1000; }#wze575 { top:16.5313px;left:132px;bottom:auto;right:auto;width:174px;height:37.4805px;display:block;z-index:1000;text-align:center; }#wze576 { top:70.5313px;left:91.5px;bottom:auto;right:auto;width:235px;height:87.168px;display:block;z-index:1000; }#wze577 { top:5295.93px;left:15px;bottom:auto;right:auto;width:438px;height:286.973px;display:block;z-index:1000; }#wze578 { top:113.031px;left:132px;bottom:auto;right:auto;width:174px;height:37.4805px;display:block;z-index:1000;text-align:center; }#wze579 { top:47.5313px;left:131px;bottom:auto;right:auto;width:174px;height:37.4805px;display:block;z-index:1000;text-align:center; }#wze580 { top:178.011px;left:147px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze581 { top:178.031px;left:260px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze582 { top:178.011px;left:222.333px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze584 { top:5598.93px;left:15px;bottom:auto;right:auto;width:438px;height:519.727px;display:block;z-index:1000; }#wze585 { top:74.75px;left:69px;bottom:auto;right:auto;width:300px;height:400px;display:block;z-index:1000; }#wze586 { top:15.5px;left:117.5px;bottom:auto;right:auto;width:178px;height:38.7305px;display:block;z-index:1000;text-align:center; }#wze587 { top:18.5px;left:298.5px;bottom:auto;right:auto;width:25px;height:25px;display:block;z-index:1000; }#wz-section-wzs44 { height:6133.59px;--section-height:6133.59px; }#wz-section-wzs-default { height:200px;--section-height:200px; }}@media only screen and (min-width : 768px)and (max-width : 1170px) {#wze808 { top:15px;left:154px;bottom:auto;right:auto;width:460px;height:40px;z-index:1000; }#wze814 { top:70px;left:347.008px;bottom:auto;right:auto;width:73.9844px;height:30px;z-index:1000; }#wz-section-header { height:496.15228412017px;--section-height:496.15228412017px; }#wz-section-allPage { height:0px;--section-height:0px; }#wze367 { top:15px;left:303.375px;bottom:auto;right:auto;width:305.176px;height:93.75px;display:block;z-index:1000; }#wze627 { top:123.75px;left:162.076px;bottom:auto;right:auto;width:443.867px;height:17.5px;display:block;z-index:1000;text-align:right; }#wze628 { top:156.25px;left:164.576px;bottom:auto;right:auto;width:438.867px;height:17.5px;display:block;z-index:1000;text-align:right; }#wze687 { top:15px;left:159.449px;bottom:auto;right:auto;width:128.926px;height:30px;display:block;z-index:1000;text-align:center; }#wze688 { top:188.75px;left:239px;bottom:auto;right:auto;width:290px;height:18.6523px;display:block;z-index:1000;text-align:center; }#wz-section-wzs64 { height:222.3828px;--section-height:222.3828px; }#wze381 { top:315.688px;left:552.015px;bottom:auto;right:auto;width:200px;height:315.215px;z-index:1001; }#wze629 { top:15px;left:1.49363px;bottom:auto;right:auto;width:196.997px;height:285.215px;z-index:1000; }#wze611 { top:899.536px;left:286.516px;bottom:auto;right:auto;width:194.961px;height:1283.03px;z-index:1000; }#wze600 { top:79.2045px;left:1.97137px;bottom:auto;right:auto;width:191.016px;height:191.27px;z-index:1000; }#wze623 { top:497.227px;left:2.04922px;bottom:auto;right:auto;width:190.859px;height:35px;z-index:1000;text-align:right; }#wze659 { top:269.243px;left:84.017px;bottom:auto;right:auto;width:26.9141px;height:66.25px;z-index:1000;text-align:right; }#wze660 { top:547.227px;left:84.017px;bottom:auto;right:auto;width:26.9141px;height:66.25px;z-index:1000;text-align:right; }#wze811 { top:350.493px;left:0.0062187px;bottom:auto;right:auto;width:194.941px;height:131.719px;z-index:1000; }#wze612 { top:1733.79px;left:237.525px;bottom:auto;right:auto;width:292.938px;height:1079.49px;z-index:1000; }#wze599 { top:105px;left:30.469px;bottom:auto;right:auto;width:231.992px;height:454.512px;z-index:1000; }#wze685 { top:15px;left:17.4845px;bottom:auto;right:auto;width:257.969px;height:74.9805px;z-index:1000;text-align:right; }#wze617 { top:2315.05px;left:1.55768px;bottom:auto;right:auto;width:764.883px;height:28.75px;z-index:1000;text-align:right; }#wze795 { top:2824.32px;left:383.503px;bottom:auto;right:auto;width:0.980114px;height:483.945px;z-index:1000; }#wze796 { top:3323.28px;left:383.503px;bottom:auto;right:auto;width:0.980114px;height:483.945px;z-index:1000; }#wze804 { top:3822.25px;left:277.012px;bottom:auto;right:auto;width:213.965px;height:16.25px;display:block;z-index:1000;text-align:left; }#wz-section-wzs34 { height:6488.89px;--section-height:6488.89px; }#wze809 { top:15px;left:0.0154999px;bottom:auto;right:auto;width:767.988px;height:126.992px;display:block;z-index:1000; }#wz-section-wzs50 { height:156.973px;--section-height:156.973px; }#wze810 { top:15px;left:0.035px;bottom:auto;right:auto;width:767.93px;height:57.5px;display:block;z-index:1000;text-align:center; }#wz-section-wzs62 { height:87.5px;--section-height:87.5px; }#wze753 { top:15px;left:243.033px;bottom:auto;right:auto;width:281.922px;height:27.4805px;display:block;z-index:1000;text-align:center; }#wz-section-wzs56 { height:57.4805px;--section-height:57.4805px; }#wze722 { top:315.688px;left:552.015px;bottom:auto;right:auto;width:200px;height:214.863px;z-index:1001; }#wze733 { top:15px;left:0.015195px;bottom:auto;right:auto;width:199.969px;height:184.863px;display:block;z-index:1000; }#wze724 { top:575.33px;left:286.516px;bottom:auto;right:auto;width:194.961px;height:1335.1px;z-index:1000; }#wze800 { top:15px;left:3.88812px;bottom:auto;right:auto;width:187.168px;height:563.75px;z-index:1000; }#wze731 { top:1296.3228909496px;left:237.525px;bottom:auto;right:auto;width:292.938px;height:78.218px;z-index:1000; }#wze752 { top:2246.74px;left:6.55017px;bottom:auto;right:auto;width:754.896px;height:28.75px;z-index:1000;text-align:center; }#wze790 { top:2290.49px;left:268.505px;bottom:auto;right:auto;width:230.977px;height:298.477px;z-index:1000; }#wze818 { top:2603.97px;left:383.51px;bottom:auto;right:auto;width:0.976562px;height:400.938px;z-index:1000; }#wze819 { top:3019.91px;left:383.51px;bottom:auto;right:auto;width:0.976562px;height:400.938px;z-index:1000; }#wz-section-wzs53 { height:6092.254px;--section-height:6092.254px; }#wze751 { top:15px;left:243.053px;bottom:auto;right:auto;width:281.895px;height:27.9883px;display:block;z-index:1000;text-align:center; }#wz-section-wzs55 { height:57.9883px;--section-height:57.9883px; }#wze816 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:402.354px;z-index:1000; }#wze817 { top:432.354px;left:1.57761px;bottom:auto;right:auto;width:764.844px;height:14.375px;z-index:1000;text-align:center; }#wz-section-wzs58 { height:476.72814451273px;--section-height:476.72814451273px; }#wze815 { top:15px;left:243.039px;bottom:auto;right:auto;width:281.914px;height:27.9883px;display:block;z-index:1000;text-align:center; }#wz-section-wzs63 { height:57.9883px;--section-height:57.9883px; }#wze767 { top:315.688px;left:552.015px;bottom:auto;right:auto;width:200px;height:215.586px;z-index:1001; }#wze798 { top:15px;left:15px;bottom:auto;right:auto;width:170px;height:185.586px;z-index:1000; }#wze769 { top:535.514px;left:286.516px;bottom:auto;right:auto;width:194.961px;height:1557.42px;z-index:1000; }#wze801 { top:15px;left:14.8895px;bottom:auto;right:auto;width:165.176px;height:719.805px;z-index:1000; }#wze773 { top:1244.56px;left:237.525px;bottom:auto;right:auto;width:292.938px;height:344.062px;z-index:1000; }#wze799 { top:15px;left:30.974px;bottom:auto;right:auto;width:230.99px;height:314.062px;z-index:1000; }#wze776 { top:2403.61px;left:6.55017px;bottom:auto;right:auto;width:754.896px;height:28.75px;z-index:1000;text-align:center; }#wz-section-wzs59 { height:5722.36px;--section-height:5722.36px; }#wze794 { top:252.172px;left:2.51392px;bottom:auto;right:auto;width:762.969px;height:0.585938px;z-index:1000; }#wze797 { top:15px;left:243.033px;bottom:auto;right:auto;width:281.922px;height:27.4805px;display:block;z-index:1000;text-align:center; }#wz-section-wzs61 { height:252.734px;--section-height:252.734px; }#wze425 { top:1758.79px;left:256.5px;bottom:auto;right:auto;width:255px;height:160.371px;z-index:1000; }#wze426 { top:37px;left:28.75px;bottom:auto;right:auto;width:103px;height:22.5px;z-index:1000;text-align:center; }#wze428 { top:138.344px;left:49px;bottom:auto;right:auto;width:20px;height:20px;z-index:1000; }#wze430 { top:183.813px;left:49px;bottom:auto;right:auto;width:20px;height:20px;z-index:1000; }#wze431 { top:183.801px;left:91.5113px;bottom:auto;right:auto;width:20px;height:20px;z-index:1000; }#wze432 { top:82.0522px;left:19.25px;bottom:auto;right:auto;width:122px;height:26.25px;z-index:1000;text-align:center; }#wze462 { top:1246.97px;left:256.5px;bottom:auto;right:auto;width:255px;height:409.355px;z-index:1004; }#wze463 { top:67.2673px;left:11.5px;bottom:auto;right:auto;width:232px;height:318.457px;z-index:1004; }#wze465 { top:15.5px;left:26px;bottom:auto;right:auto;width:178px;height:31.25px;z-index:1000;text-align:center; }#wze466 { top:18.5px;left:207px;bottom:auto;right:auto;width:25px;height:25px;z-index:1000; }#wze467 { top:45.5px;left:14px;bottom:auto;right:auto;width:240px;height:673.594px;z-index:1000; }#wze468 { top:67.2673px;left:0px;bottom:auto;right:auto;width:225px;height:521.348px;z-index:1000; }#wze469 { top:14.5156px;left:7.76563px;bottom:auto;right:auto;width:193px;height:31.25px;z-index:1000;text-align:center; }#wze470 { top:20.5px;left:207.5px;bottom:auto;right:auto;width:25px;height:25px;z-index:1000; }#wze471 { top:45.5px;left:512px;bottom:auto;right:auto;width:240px;height:486.328px;z-index:1000; }#wze472 { top:67.2673px;left:7.5px;bottom:auto;right:auto;width:225px;height:334.062px;z-index:1000; }#wze473 { top:14.5044px;left:37px;bottom:auto;right:auto;width:149px;height:31.25px;z-index:1000;text-align:center; }#wze474 { top:17.5044px;left:189px;bottom:auto;right:auto;width:25px;height:25px;z-index:1000; }#wze475 { top:45.5px;left:263px;bottom:auto;right:auto;width:240px;height:517.559px;z-index:1001; }#wze476 { top:67.2673px;left:0px;bottom:auto;right:auto;width:225px;height:365.273px;z-index:1000; }#wze477 { top:18.4956px;left:38px;bottom:auto;right:auto;width:146px;height:31.25px;z-index:1000;text-align:center; }#wze478 { top:21.4956px;left:190px;bottom:auto;right:auto;width:25px;height:25px;z-index:1002; }#wze479 { top:1557.34px;left:5.99689px;bottom:auto;right:auto;width:756px;height:42.0312px;z-index:1000; }#wze480 { top:15px;left:518.664px;bottom:auto;right:auto;width:231.844px;height:36px;z-index:1000; }#wze481 { top:15px;left:28.0156px;bottom:auto;right:auto;width:20px;height:20px;z-index:1000; }#wze482 { top:15px;left:121px;bottom:auto;right:auto;width:20px;height:20px;z-index:1000; }#wze483 { top:15px;left:59px;bottom:auto;right:auto;width:20px;height:20px;z-index:1000; }#wze484 { top:15px;left:90px;bottom:auto;right:auto;width:20px;height:20px;z-index:1000; }#wze609 { top:66px;left:115.51px;bottom:auto;right:auto;width:535.979px;height:45px;z-index:1000;text-align:right; }#wze497 { top:1934.17px;left:303.5px;bottom:auto;right:auto;width:160.992px;height:168.75px;z-index:1000; }#wze501 { top:2117.92px;left:325px;bottom:auto;right:auto;width:117.984px;height:41.2305px;z-index:1000;text-align:right; }#wze507 { top:2174.17px;left:285px;bottom:auto;right:auto;width:198px;height:168.75px;z-index:1000; }#wze508 { top:2357.92px;left:325px;bottom:auto;right:auto;width:117.984px;height:41.2305px;z-index:1000;text-align:right; }#wze510 { top:2414.17px;left:311px;bottom:auto;right:auto;width:145.992px;height:168.75px;z-index:1000; }#wze511 { top:2597.92px;left:277px;bottom:auto;right:auto;width:213.984px;height:41.2305px;z-index:1000;text-align:right; }#wze516 { top:2525.38px;left:15px;bottom:auto;right:auto;width:738px;height:0.585938px;z-index:1000; }#wze793 { top:1614.41px;left:2.5px;bottom:auto;right:auto;width:763px;height:0.585938px;z-index:1000; }#wz-section-wzs37 { height:2639.16px;--section-height:2639.16px; }#wze491 { top:97.375px;left:1px;bottom:auto;right:auto;width:766px;height:783.457px;z-index:1000; }#wze502 { top:46px;left:398.001px;bottom:auto;right:auto;width:250px;height:239.727px;z-index:1000; }#wze506 { top:338.287px;left:398px;bottom:auto;right:auto;width:250px;height:239.727px;z-index:1000; }#wze509 { top:337.02px;left:136.508px;bottom:auto;right:auto;width:250px;height:239.727px;z-index:1000; }#wze512 { top:725.625px;bottom:auto;right:auto;height:95.6836px;z-index:1000; }#wze513 { top:31px;left:439px;bottom:auto;right:auto;width:314px;height:33.75px;z-index:1000;text-align:right; }#wze514 { top:31px;left:14.0156px;bottom:auto;right:auto;width:229px;height:17.5px;z-index:1000;text-align:left; }#wz-section-footer { height:1069.38px;--section-height:1069.38px; }#wze308 { top:32px;left:15px;bottom:auto;right:auto;width:738px;height:4350px;display:block;z-index:1000; }#wze526 { top:4382px;left:16.001px;bottom:auto;right:auto;width:255px;height:502px;display:block;z-index:1000; }#wze527 { top:15.5px;left:30px;bottom:auto;right:auto;width:164px;height:31px;display:block;z-index:1000;text-align:center; }#wze528 { top:18.5px;left:183.5px;bottom:auto;right:auto;width:25px;height:25px;display:block;z-index:1000; }#wze529 { top:68px;left:11.5px;bottom:auto;right:auto;width:232px;height:404px;display:block;z-index:1000; }#wze530 { top:4382.01px;left:553px;bottom:auto;right:auto;width:200px;height:239.047px;display:block;z-index:1003; }#wze531 { top:18.0002px;left:34.0088px;bottom:auto;right:auto;width:132px;height:27px;display:block;z-index:1000;text-align:center; }#wze532 { top:77.0582px;left:0.0024px;bottom:auto;right:auto;width:200px;height:116px;display:block;z-index:1000; }#wze533 { top:4638.03px;left:553px;bottom:auto;right:auto;width:200px;height:271.7468px;display:block;z-index:1000; }#wze535 { top:19px;left:27.5084px;bottom:auto;right:auto;width:145px;height:30px;display:block;z-index:1000;text-align:center; }#wze536 { top:215.2888px;left:106.001px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze537 { top:215.2928px;left:67.6572px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze538 { top:169.7888px;left:67.6611px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze539 { top:169.7888px;left:106.011px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze806 { top:64px;left:15px;bottom:auto;right:auto;width:170px;height:37.7778px;z-index:1000;text-align:center; }#wze540 { top:4382px;left:284.514px;bottom:auto;right:auto;width:255px;height:502px;display:block;z-index:1002; }#wze541 { top:67px;left:11.5px;bottom:auto;right:auto;width:232px;height:404px;display:block;z-index:1002; }#wze542 { top:15.5px;left:26px;bottom:auto;right:auto;width:178px;height:31px;display:block;z-index:1002;text-align:center; }#wze543 { top:18.5px;left:207px;bottom:auto;right:auto;width:25px;height:25px;display:block;z-index:1002; }#wz-section-wzs31 { height:5005.7778px;--section-height:5005.7778px; }#wze316 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:798.938px;display:block;z-index:1000; }#wze317 { top:847.93px;left:303px;bottom:auto;right:auto;width:450px;height:338px;display:block;z-index:1000; }#wze544 { top:828.938px;left:256.5px;bottom:auto;right:auto;width:255px;height:502px;display:none;z-index:1000; }#wze545 { top:15.5px;left:30px;bottom:auto;right:auto;width:164px;height:31px;display:block;z-index:1000;text-align:center; }#wze546 { top:18.5px;left:183.5px;bottom:auto;right:auto;width:25px;height:25px;display:block;z-index:1000; }#wze547 { top:68px;left:11.5px;bottom:auto;right:auto;width:232px;height:404px;display:block;z-index:1000; }#wze548 { bottom:auto;right:auto;display:none;z-index:1000; }#wze549 { bottom:auto;right:auto;display:block;z-index:1000; }#wze550 { bottom:auto;right:auto;display:block;z-index:1000; }#wze551 { top:1345.93px;left:256.5px;bottom:auto;right:auto;width:255px;height:288px;display:none;z-index:1000; }#wze552 { top:113.531px;left:40.5px;bottom:auto;right:auto;width:174px;height:38px;display:block;z-index:1000;text-align:center; }#wze553 { top:47.5313px;left:39.5px;bottom:auto;right:auto;width:174px;height:38px;display:block;z-index:1000;text-align:center; }#wze554 { top:179.011px;left:55.5px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze555 { top:179.031px;left:168.5px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze556 { top:179.011px;left:130.833px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze558 { top:847.93px;left:15.0156px;bottom:auto;right:auto;width:255px;height:516px;display:block;z-index:1000; }#wze559 { top:67px;left:11.5px;bottom:auto;right:auto;width:232px;height:404px;display:block;z-index:1000; }#wze560 { top:15.5px;left:26px;bottom:auto;right:auto;width:178px;height:31px;display:block;z-index:1000;text-align:center; }#wze561 { top:18.5px;left:207px;bottom:auto;right:auto;width:25px;height:25px;display:block;z-index:1000; }#wz-section-wzs30 { height:1428.91px;--section-height:1428.91px; }#wze344 { top:101px;left:107.5px;bottom:auto;right:auto;width:553px;height:261px;display:block;z-index:1000; }#wze562 { top:34px;left:196.508px;bottom:auto;right:auto;width:375px;height:34px;z-index:1000;text-align:center; }#wz-section-wzs33 { height:426px;--section-height:426px; }#wz-section-wzs43 { height:15px;--section-height:15px; }#wze563 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:434.266px;display:block;z-index:1000; }#wze568 { bottom:auto;right:auto;width:738px;height:222px;z-index:1000; }#wz-section-wzs38 { height:701.266px;--section-height:701.266px; }#wze564 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:738px;display:block;z-index:1000; }#wz-section-wzs39 { height:1005px;--section-height:1005px; }#wze565 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:296.766px;display:block;z-index:1000; }#wz-section-wzs40 { height:563.766px;--section-height:563.766px; }#wze566 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:563.938px;display:block;z-index:1000; }#wz-section-wzs41 { height:830.938px;--section-height:830.938px; }#wze567 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:470.812px;display:block;z-index:1000; }#wz-section-wzs42 { height:737.797px;--section-height:737.797px; }#wze569 { top:32px;left:15px;bottom:auto;right:auto;width:738px;height:3985.98px;display:block;z-index:1000; }#wze570 { top:4017.98px;left:16.001px;bottom:auto;right:auto;width:255px;height:510.566px;display:block;z-index:1000; }#wze571 { top:15.5px;left:30px;bottom:auto;right:auto;width:164px;height:38.7305px;display:block;z-index:1000;text-align:center; }#wze572 { top:18.5px;left:183.5px;bottom:auto;right:auto;width:25px;height:25px;display:block;z-index:1000; }#wze573 { top:75.75px;left:11.5px;bottom:auto;right:auto;width:232px;height:404.824px;display:block;z-index:1000; }#wze574 { top:4017.99px;left:553px;bottom:auto;right:auto;width:200px;height:209.453px;display:block;z-index:1003; }#wze575 { top:18.0002px;left:34.0088px;bottom:auto;right:auto;width:132px;height:26.2305px;display:block;z-index:1000;text-align:center; }#wze576 { top:76.3082px;left:0.0024px;bottom:auto;right:auto;width:200px;height:87.168px;display:block;z-index:1000; }#wze577 { top:4273.26px;left:553px;bottom:auto;right:auto;width:200px;height:245.195px;display:block;z-index:1000; }#wze578 { top:68.0154px;left:33.0009px;bottom:auto;right:auto;width:133px;height:26.2305px;display:block;z-index:1000;text-align:center; }#wze579 { top:19px;left:27.5084px;bottom:auto;right:auto;width:145px;height:30px;display:block;z-index:1000;text-align:center; }#wze580 { top:188.761px;left:106.001px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze581 { top:188.765px;left:67.6572px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze582 { top:143.261px;left:67.6611px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wze584 { top:4017.98px;left:284.514px;bottom:auto;right:auto;width:255px;height:510.566px;display:block;z-index:1002; }#wze585 { top:74.75px;left:11.5px;bottom:auto;right:auto;width:232px;height:404.824px;display:block;z-index:1002; }#wze586 { top:15.5px;left:26px;bottom:auto;right:auto;width:178px;height:38.7305px;display:block;z-index:1002;text-align:center; }#wze587 { top:18.5px;left:207px;bottom:auto;right:auto;width:25px;height:25px;display:block;z-index:1002; }#wz-section-wzs44 { height:4597.5px;--section-height:4597.5px; }#wz-section-wzs-default { height:200px;--section-height:200px; }}@media only screen and (min-width : 1170px) {#wze599 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-left: 110px }#wze800 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-left: 110px }#wze790 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-left: 110px }#wze801 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-left: 110px }#wze799 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-left: 110px }#wze463 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-right: 110px }#wze468 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-right: 110px }#wze472 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-right: 110px }#wze476 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-right: 110px }#wze529 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-right: 110px }#wze532 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-right: 110px }#wze541 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-right: 110px }#wze547 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-right: 110px }#wze550 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-right: 110px }#wze559 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-right: 110px }#wze573 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-right: 110px }#wze576 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-right: 110px }#wze585 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-right: 110px }}