.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:242, 246, 248;--color_1_3:220, 217, 217;--color_1_4:163, 163, 163;--color_1_5:153, 153, 153;--color_2_1:102, 102, 102;--color_2_2:68, 68, 68;--color_2_3:51, 51, 51;--color_2_4:26, 26, 26;--color_2_5:0, 0, 0;--color_3_1:73, 174, 255;--color_3_2:53, 165, 255;--color_3_3:5, 144, 255;--color_3_4:30, 155, 255;--color_3_5:0, 138, 255;--color_4_1:200, 162, 224;--color_4_2:194, 152, 221;--color_4_3:170, 113, 208;--color_4_4:187, 140, 217;--color_4_5:179, 127, 213;--color_5_1:89, 168, 161;--color_5_2:70, 158, 150;--color_5_3:0, 122, 111;--color_5_4:49, 147, 138;--color_5_5:26, 135, 125;}
                          .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;
                            }
                        #wze665 { top:66.5371px;left:1088.05px;width:71.9688px;height:97.9688px;z-index:1000; }.wzc155-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-color:rgb(0, 0, 0); }.wzc155-img .wzc155-img-inner { width:100%;height:100%;float:left; }.wzc155-img { width:100%;height:100%;position:relative;overflow:hidden; }.wzc155 .wzc155-img .wzc155-img-inner { filter:contrast(200%) brightness(200%) saturate(10) blur(0px);mix-blend-mode:multiply; }.wzc155 .wzc155-img { background-color:rgba(255, 255, 255, 0); }.wzc155 {  }#wze665 .wzc155-img-inner { object-fit:fill; }#wze666 { top:42.0154px;left:725.36px;width:430px;height:35.6875px;z-index:1000;text-align:right; }.wzc3 { height:auto; }.wzc3-text { width:100%;height:auto; }#wze667 { top:36.7656px;left:7px;width:700px;height:40px;z-index:1000; }.wzc150 .wz-menu.wz-mega-menu > li > .sub-menu,.wzc150  .wz-menu.wz-classic-menu > li .sub-menu { background-color:#009688; }.wzc150  .wz-menu > li { padding-left:5px; }.wzc150  .wz-menu li > a { padding:0px 15px;font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc150  .wz-menu li.wz-menu-has-children a:after { border-color:#fff; }.wzc150  .wz-menu > li > a { background-color:rgb(102, 102, 102);border-radius:15px; }.wzc150 .wz-menu.wz-mega-menu > li > a:hover,.wzc150  .wz-menu.wz-classic-menu > li:hover > a { background-color:#007a6f; }.wzc150  .wz-menu > li.active > a { background-color:#007a6f; }.wzc150  .wz-menu .sub-menu li > a { padding:5px 15px; }.wzc150 .wz-menu.wz-mega-menu .sub-menu li > a:hover,.wzc150  .wz-menu.wz-classic-menu .sub-menu li:hover > a { background-color:#007a6f; }.wzc150  .wz-menu > li > .sub-menu > li > a { padding:5px 15px; }.wzc150 {  }.wzc150-list {  }.wzc150-mobile { background-color:rgba(0, 0, 0, 0.59); }#wze668 { top:103.406px;left:816.766px;width:268px;height:25px;z-index:1000;text-align:right; }#wze669 { top:261.815px;left:397px;width:756px;height:72px;z-index:1000;text-align:right; }#wze1004 { top:398.327px;left:752.782px;width:399px;height:25px;z-index:1000;text-align:right; }#wz-section-wzs53 { height:953.531px;--section-height:953.531px; }.wzc-section-wzs53 {  }.wzc-section-wzs53-full { background-image:url(../../uploads/907ff6369f2c4d848b75971a046e0d62.jpg);background-attachment:fixed;background-size:cover;background-repeat:no-repeat; }#wze1094 { top:21.0187px;left:-525.104px;width:1924.41px;height:711px;z-index:1000; }.wzc174 .wz-gallery > li > figure,.wzc174  .wz-gallery-slider .slides > li > .wz-slider-item { border-radius:0px;border-color:rgba(0, 0, 0, 0); }.wzc174 .wz-gallery > li > figure,.wzc174  .wz-gallery > li > figure:before,.wzc174  .wz-gallery > li > figure:after,.wzc174  .wz-gallery > li > figure > figcaption,.wzc174  .wz-gallery-slider .wz-gallery-caption { background-color:rgba(231, 76, 60, 0); }.wzc174  .wz-gallery-caption { text-align:right; }.wzc174  .wz-gallery-caption  h3 { font-family:yekan, tahoma, serif;font-size:15px;line-height:15px;color:#fff; }.wzc174  .wz-gallery-caption  p { font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc174  .wz-gallery li  img.wz-gallery-image { object-fit:cover;object-fit:contain; }.wzc174 {  }.wzc174-slider .wzc174-slider-items {  }.wzc174-slider  .flex-direction-nav a:before { color:#999; }.wzc174-slider {  }#wze1066 { top:228.026px;left:970.014px;width:180px;height:43px;z-index:1000;text-align:right; }#wze1068 { top:135.021px;left:1283.48px;width:337.938px;height:145px;z-index:1000;text-align:right; }#wze1069 { top:285.463px;left:1317.5px;width:295.938px;height:98px;z-index:1000;text-align:right; }#wze1095 { top:30.5px;left:1254.5px;width:375px;height:58px;z-index:1001;text-align:right; }#wze1096 { top:89px;left:1178.03px;width:514px;height:114px;z-index:1000;text-align:right; }#wze1098 { top:292.5px;left:1318px;width:180px;height:40px;z-index:1000; }.wzc176:hover .wzc176-bg { background-color:#069080; }.wzc176:hover .wzc176-content {  }.wzc176:hover {  }.wzc176-bg:after { content:'';position:absolute;width:100%;height:50%;top:0px;left:0px;background-color:#069080; }.wzc176-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#00796B;overflow:hidden;border-radius:0px; }.wzc176-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; }#wze1103 { top:404.5px;left:1378px;width:180px;height:40px;z-index:1000; }#wze1127 { top:76px;left:679.25px;width:385px;height:299px;z-index:1000; }.wzc2-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none; }.wzc2-img .wzc2-img-inner { width:100%;height:100%;float:left; }.wzc2-img { width:100%;height:100%;position:relative;overflow:hidden; }#wze1127 .wzc2-img-inner { object-fit:cover; }#wze1139 { top:280px;left:1183.54px;width:484.984px;height:303px;z-index:1000;text-align:justify; }#wze1140 { top:165.5px;left:1194.81px;width:477.969px;height:82px;z-index:1001;text-align:right; }#wze1142 { top:626.004px;left:1380.8px;width:179.984px;height:41.1875px;z-index:1000; }#wz-section-wzs120 { height:741px;--section-height:741px; }.wzc-section-wzs120 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs120-full { background:;background-color:rgba(255, 255, 255, 1);box-shadow:none;background-image:;background-attachment:fixed;background-size:auto;background-repeat:no-repeat;background-position:center center; }.wzc-section-wzs120-full:after { background:;background-color:rgba(48, 120, 190, 0); }.wzc-section-wzs120-full-bottom { background-image:fill='rgb(0,0,0)' none;width:100%;height:103px;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; }#wze1149 { top:94.9887px;left:789.11px;width:378px;height:662px;z-index:1000; }.wzc203-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;pointer-events:none;z-index:1; }.wzc203-container { width:100%;height:100%;position:relative;overflow:hidden; }#wze1154 { top:93.5044px;left:390.03px;width:378px;height:662px;z-index:1000; }#wze1155 { top:92.5043px;left:4.33302px;width:366px;height:662px;z-index:1000; }#wze1156 { top:12.5px;left:773.341px;width:375px;height:58px;z-index:1001;text-align:right; }#wz-section-wzs130 { height:761.016px;--section-height:761.016px; }.wzc-section-wzs130 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs130-full { background:;background-color:rgb(242, 246, 248); }.wzc-section-wzs130-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze671 { top:83.234px;left:15px;width:505.5px;height:285.031px;z-index:1002; }.wzc113-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(102, 102, 102, 0); }.wzc113-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze408 { top:0.0152px;left:-1px;width:506px;height:41px;z-index:1000;text-align:right; }#wze672 { top:117.979px;left:10.5px;width:495px;height:135px;z-index:1000;text-align:right; }#wze1157 { top:24.0031px;left:557.38px;width:595px;height:360px;z-index:1000; }#wz-section-wzs56 { height:395.938px;--section-height:395.938px; }.wzc-section-wzs56-full { background:;background-color:rgba(255, 255, 255, 0); }#wze411 { top:202.745px;left:895.141px;width:257.141px;height:406.484px;z-index:1000; }.wzc69-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:transparent;border-style:solid;border-width:0px;border-color:#999999; }.wzc69-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc69-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; }#wze419 { top:113.016px;left:67.1564px;width:180px;height:39px;z-index:1000;text-align:right; }#wze422 { top:159.207px;left:-15.8746px;width:264.953px;height:211px;z-index:1003;text-align:justify; }#wze678 { top:3.12087px;left:878.507px;width:283px;height:43px;z-index:1000;text-align:right; }#wze680 { top:201.125px;left:624.514px;width:199.15625px;height:420.781px;z-index:1000; }#wze682 { top:112.016px;left:3.15625px;width:196px;height:39px;z-index:1000;text-align:right; }#wze683 { top:159.207px;left:-14.8563px;width:213.976px;height:231.984px;z-index:1003;text-align:justify; }#wze684 { top:201.125px;left:282.453px;width:274.141px;height:259.125px;z-index:1000; }#wze686 { top:116.017px;left:63.1591px;width:196px;height:39px;z-index:1000;text-align:right; }#wze687 { top:190.218px;left:5.14812px;width:264px;height:63px;z-index:1003;text-align:justify; }#wze688 { top:201.125px;left:15.0153px;width:199.15625px;height:293.672px;z-index:1000; }#wze690 { top:113.021px;left:18.145px;width:195.984px;height:78px;z-index:1000;text-align:right; }#wze691 { top:203.21px;left:-1.861px;width:215.972px;height:63px;z-index:1003;text-align:justify; }#wze1077 { top:53.2514px;left:898.766px;width:250px;height:262.969px;z-index:1004; }.wzc158-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:dashed;border-width:0px;border-color:rgba(0, 150, 136, 0); }.wzc158-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc158-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:url(../../uploads/17885dd4d45e4346b10811bfb324573d.png) ; }#wze1078 { top:54.711px;left:603.758px;width:250px;height:260.972px;z-index:1004; }.wzc159-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:dashed;border-width:0px;border-color:rgba(0, 150, 136, 0); }.wzc159-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc159-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:url(../../uploads/bea7311cb1b344fe9835a9865e564c75.png) ; }#wze1079 { top:54.7172px;left:292.758px;width:250px;height:261.997px;z-index:1004; }.wzc160-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:dashed;border-width:0px;border-color:rgba(0, 150, 136, 0); }.wzc160-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc160-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:url(../../uploads/27df8be63282427898edf95ab2c2408c.png) ; }#wze1080 { top:49.7306px;left:1.75835px;width:250px;height:262.986px;z-index:1004; }.wzc161-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:dashed;border-width:0px;border-color:rgba(0, 150, 136, 0); }.wzc161-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc161-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:url(../../uploads/2dd751a5de364a68b8a9664f8b23db26.png) ; }#wz-section-wzs76 { height:781.141px;--section-height:781.141px; }.wzc-section-wzs76-full { background-color:rgb(242, 246, 248); }#wze1070 { top:13.998px;left:254.489px;width:909.984px;height:58px;z-index:1000;text-align:right; }#wze1071 { top:89.0424px;left:125.519px;width:1034.91px;height:60px;z-index:1000;text-align:right; }#wze1072 { top:169.182px;left:186.516px;width:977.969px;height:57px;z-index:1001;text-align:right; }#wze1082 { top:266.504px;left:1.76366px;width:1167.86px;height:578.641px;z-index:1004; }.wzc164-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0.65);border-style:solid;border-width:1px;border-color:#999999; }.wzc164-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc164-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; }#wze1081 { top:192.93px;left:426.021px;width:346.944px;height:110.955px;z-index:1004; }.wzc162-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:dashed;border-width:0px;border-color:rgba(0, 150, 136, 0); }.wzc162-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc162-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:url(../../uploads/3adf51d9a15748e5969638310659b509.png) ; }#wze1083 { top:4.0175px;left:1011.02px;width:144.891px;height:146.93px;z-index:1004; }.wzc165-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:dashed;border-width:0px;border-color:rgba(0, 150, 136, 0); }.wzc165-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc165-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:url(../../uploads/7af57055bc404d708cfebbdc9ee24739.png) ; }#wze1085 { top:3.01716px;left:798px;width:159.867px;height:147.891px;z-index:1004; }.wzc167-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:dashed;border-width:0px;border-color:rgba(0, 150, 136, 0); }.wzc167-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc167-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:url(../../uploads/db633375767146ce85d1ff7a69b547ed.png) ; }#wze1086 { top:3.02913px;left:477.01px;width:263.836px;height:147.891px;z-index:1004; }.wzc168-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:dashed;border-width:0px;border-color:rgba(0, 150, 136, 0); }.wzc168-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc168-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:url(../../uploads/5ed94c756d7c4d92b22b8aaed8254ab9.png) ; }#wze1087 { top:3.01916px;left:300.986px;width:120.844px;height:147.891px;z-index:1004; }.wzc169-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:dashed;border-width:0px;border-color:rgba(0, 150, 136, 0); }.wzc169-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc169-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:url(../../uploads/849fe4fecab64284b97d1d1ca6cb39dd.png) ; }#wze1088 { top:4.01116px;left:78px;width:144.891px;height:146.93px;z-index:1004; }.wzc170-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:dashed;border-width:0px;border-color:rgba(0, 150, 136, 0); }.wzc170-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc170-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:url(../../uploads/7f19ccc1f2d240a0989b30862c57d0b2.jpg) ; }#wze1089 { top:193.025px;left:24.0069px;width:376.806px;height:103.872px;z-index:1004; }.wzc171-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:dashed;border-width:0px;border-color:rgba(0, 150, 136, 0); }.wzc171-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc171-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:url(../../uploads/b6960124c9104bbdaa82f592223e9dec.png) ; }#wze1090 { top:167.91px;left:779.025px;width:379.844px;height:180.851px;z-index:1004; }.wzc172-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:dashed;border-width:0px;border-color:rgba(0, 150, 136, 0); }.wzc172-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc172-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:url(../../uploads/000c37091bf4489c9e9f0e964e4785d9.png) ; }#wze1091 { top:480.001px;left:281.782px;width:652.917px;height:76px;z-index:1001;text-align:right; }#wze1146 { top:338.501px;left:647.455px;width:268px;height:116px;z-index:1005; }#wze1146 .wzc2-img-inner { object-fit:cover; }#wze1147 { top:302.001px;left:972.419px;width:159px;height:178px;z-index:1006; }#wze1147 .wzc2-img-inner { object-fit:cover; }#wz-section-wzs121 { height:861.016px;--section-height:861.016px; }.wzc-section-wzs121 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs121-full { background:;background-color:rgba(255, 255, 255, 0);background-image:url(../../uploads/c6b476de630f4c09be06832ca377b20d.jpg) ; }.wzc-section-wzs121-full:after { background:;background-color:rgba(0, 0, 0, 0); }#wze695 { top:309.592px;left:505.501px;width:159px;height:52.9688px;z-index:1003; }.wzc115:hover .wzc115-bg { background-color:rgb(153, 153, 153);border-style:solid;border-width:0px;border-color:#00796B; }.wzc115:hover .wzc115-content { color:#fff; }.wzc115:hover {  }.wzc115-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(5, 144, 255);border-radius:0px;border-color:#00796B;border-style:solid; }.wzc115-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size: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; }#wze696 { top:143.422px;left:170px;width:830px;height:47px;z-index:1001;text-align:justify; }#wze697 { top:222.047px;left:311px;width:590px;height:20px;z-index:1003;text-align:center; }#wz-section-wzs77 { height:482.312px;--section-height:482.312px; }.wzc-section-wzs77-full { background-image:url(../../uploads/2ea4301aa5234ce9a6a72c1ba50e8227.jpg);background-attachment:fixed;background-size:cover;background-repeat:no-repeat; }#wze535 { top:318.778px;left:874.895px;width:279px;height:333.844px;z-index:1000; }#wze537 { top:135.619px;left:13.891px;width:255px;height:105px;z-index:1001;text-align:justify; }#wze764 { top:20.0156px;left:5.87537px;width:264px;height:60px;z-index:1000;text-align:right; }#wze563 { top:823.467px;left:13.5433px;width:1140px;height:0.9375px;z-index:1004; }.wzc123-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(102, 102, 102);border-style:solid;border-width:0px;border-color:#999999; }.wzc123-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze766 { top:331.086px;left:577.419px;width:217px;height:286.938px;z-index:1000; }#wze768 { top:9.92188px;left:61.5704px;width:145px;height:30px;z-index:1000;text-align:right; }#wze1108 { top:58.7109px;left:9.03037px;width:200px;height:218.75px;z-index:1001; }.wzc178  .wz-blog-list .wz-blog-post-item .wz-blog-post-title { font-family:yekan, tahoma, serif;font-size:13px;color:rgb(255, 255, 255); }.wzc178  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail { width:90px;height:60px; }.wzc178  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:cover; }.wzc178  .wz-blog-list .wz-blog-post-item .wz-blog-post-meta { color:rgb(255, 255, 255);font-family:yekan, tahoma, serif;font-size:13px; }.wzc178  .wz-blog-list .wz-blog-post-item+.wz-blog-post-item { margin-top:20px; }.wzc178 {  }.wzc178-posts {  }.wzc152-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#fff; }.wzc152-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze770 { top:318.777px;left:15.2168px;width:279.016px;height:320.797px;z-index:1000; }.wzc194-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:solid;border-width:0px;border-color:#999999; }.wzc194-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc194-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:; }#wze772 { top:20.0056px;left:134.008px;width:145px;height:30px;z-index:1000;text-align:right; }#wze773 { top:139.65px;left:8.89048px;width:221px;height:37px;z-index:1001;text-align:justify; }#wze774 { top:203.126px;left:46.365px;width:196px;height:19px;z-index:1001;text-align:justify; }#wze775 { top:241.431px;left:47.2087px;width:179px;height:19px;z-index:1001;text-align:justify; }#wze776 { top:73.3216px;left:246.055px;width:30px;height:30px;z-index:1001; }.wzc124 { overflow:hidden; }.wzc124-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(5, 144, 255); }#wze777 { top:235.594px;left:248.501px;width:30px;height:30px;z-index:1001; }#wze778 { top:194.083px;left:246.016px;width:30px;height:30px;z-index:1001; }#wze1011 { top:281.368px;left:247.792px;width:34px;height:33.9531px;z-index:1002; }.wzc16 { overflow:hidden; }.wzc16-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(0, 138, 255); }#wze1012 { top:291.66px;left:45.7917px;width:180px;height:20px;z-index:1000;text-align:right; }#wze1115 { top:69.3154px;left:9.59357px;width:221px;height:56px;z-index:1001;text-align:justify; }#wze779 { top:741.448px;left:662.188px;width:490px;height:19px;z-index:1001;text-align:right; }#wze780 { top:318.048px;left:397.185px;width:145.3596px;height:256.922px;z-index:1000; }#wze781 { top:20.0056px;left:12.375px;width:114px;height:30px;z-index:1000;text-align:right; }#wze783 { top:68.0833px;left:75.3906px;width:52px;height:30px;z-index:1001; }.wzc125:hover .wzc125-bg { background-color:rgba(102, 102, 102, 0);border-width:0px;border-color:rgb(170, 113, 208); }.wzc125:hover .wzc125-content { color:rgb(5, 144, 255); }.wzc125:hover {  }.wzc125-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(170, 113, 208, 0);border-radius:3px;border-style:solid; }.wzc125-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:iransans;font-size:15px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(255, 255, 255); }#wze784 { top:100.083px;left:71.3596px;width:53px;height:30px;z-index:1001; }#wze785 { top:132.085px;left:74.3746px;width:52.3125px;height:30px;z-index:1003; }#wze999 { top:2px;height:225.781px;z-index:1000; }.wzc132-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(242, 246, 248); }.wzc132-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze758 { top:87.2252px;left:602.306px;width:551px;height:70px;z-index:1000;text-align:right; }#wze759 { top:106.216px;left:150.31px;width:255px;height:50.9219px;z-index:1003; }#wze760 { top:57.63px;left:150.31px;width:255px;height:49.9375px;z-index:1003; }.wzc120-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(255, 255, 255);border-style:solid;border-width:0px;border-color:#999999; }.wzc120-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze761 { top:16px;left:64.116px;width:180px;height:19px;z-index:1000;text-align:right; }#wze762 { top:57.62px;left:971.782px;width:180px;height:19px;z-index:1000;text-align:right; }#wze1118 { top:441.726px;left:242.438px;width:67px;height:54.9844px;z-index:1001; }.wzc196-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:solid;border-width:0px;border-color:rgba(153, 153, 153, 0); }.wzc196-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc196-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center;background-image:url(../../uploads/171f77b6d4cb44628948470e72ee8e71.png) ; }#wze1148 { top:248.014px;left:965.162px;width:125px;height:69px;z-index:1001; }#wze1148 .wzc2-img-inner { object-fit:cover; }#wz-section-footer { height:839.594px;--section-height:839.594px; }.wzc-section-footer-full { background-color:rgb(41, 41, 41); }#wze709 { top:73.5px;left:1081.54px;width:72px;height:98px;z-index:1000; }#wze709 .wzc2-img-inner { object-fit:fill; }#wze810 { top:42px;left:6.3139px;width:700px;height:40px;z-index:1000; }.wzc143 .wz-menu.wz-mega-menu > li > .sub-menu,.wzc143  .wz-menu.wz-classic-menu > li .sub-menu { background-color:#009688; }.wzc143  .wz-menu > li { padding-left:5px; }.wzc143  .wz-menu li > a { padding:0px 15px;font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc143  .wz-menu li.wz-menu-has-children a:after { border-color:#fff; }.wzc143  .wz-menu > li > a { background-color:rgb(102, 102, 102);border-radius:15px; }.wzc143 .wz-menu.wz-mega-menu > li > a:hover,.wzc143  .wz-menu.wz-classic-menu > li:hover > a { background-color:#007a6f; }.wzc143  .wz-menu > li.active > a { background-color:#007a6f; }.wzc143  .wz-menu .sub-menu li > a { padding:5px 15px; }.wzc143 .wz-menu.wz-mega-menu .sub-menu li > a:hover,.wzc143  .wz-menu.wz-classic-menu .sub-menu li:hover > a { background-color:#007a6f; }.wzc143  .wz-menu > li > .sub-menu > li > a { padding:5px 15px; }.wzc143 {  }.wzc143-list {  }.wzc143-mobile {  }#wze1037 { top:34px;left:697px;width:460.8px;height:56px;z-index:1000; }.wzc140:hover .wzc140-bg { background-color:rgb(0, 122, 111); }.wzc140:hover .wzc140-content {  }.wzc140:hover {  }.wzc140-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(170, 113, 208, 0);border-radius:25px; }.wzc140-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:24px;text-align:right;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;margin:0 0 0 0; }#wz-section-header { height:174.5px;--section-height:174.5px; }.wzc-section-header-full { background-color:rgb(102, 102, 102);background-image:;background-attachment:fixed;background-size:cover;background-repeat:no-repeat; }#wz-section-allPage { height:0px;--section-height:0px; }#wze711 { top:104.5px;left:885.297px;width:268px;height:25px;z-index:1000;text-align:right; }#wze712 { top:142.5px;left:326.297px;width:827px;height:72px;z-index:1000;text-align:right; }#wze713 { top:303px;left:628.297px;width:525px;height:25px;z-index:1000;text-align:right; }#wz-section-wzs27 { height:438px;--section-height:438px; }.wzc-section-wzs27-full { background-image:url(../../uploads/dbc1a92d1d9444a3b96928846772ed5c.jpg);background-size:cover;background-repeat:no-repeat;background-attachment:fixed;background-position:center center; }#wze714 { top:120.515px;left:615.281px;width:514.016px;height:338px;z-index:1000; }.wzc135-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none; }.wzc135-img .wzc135-img-inner { width:100%;height:100%;float:left; }.wzc135-img { width:100%;height:100%;position:relative;overflow:hidden; }.wzc135:after { content:'';background:#777;z-index:-1;position:absolute;bottom:15px;min-height:20px;left:5px;width:50%;max-width:300px;box-shadow:0 15px 5px #777;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg);transform:rotate(-3deg); }.wzc135:before { content:'';background:#777;z-index:-1;position:absolute;bottom:15px;min-height:20px;right:5px;width:50%;max-width:300px;box-shadow:0 15px 5px #777;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg);transform:rotate(3deg); }#wze714 .wzc135-img-inner { object-fit:cover; }#wze715 { top:114.515px;left:50.7838px;width:505px;height:473px;z-index:1002; }#wze716 { top:0.0152px;left:95px;width:410px;height:45px;z-index:1000;text-align:right; }#wze718 { top:79.3896px;left:12.4998px;width:493px;height:135px;z-index:1000;text-align:right; }#wz-section-wzs67 { height:587.5px;--section-height:587.5px; }#wze811 { top:80.707px;left:15.0153px;width:521.016px;height:423px;z-index:1000; }#wze811 .wzc2-img-inner { object-fit:cover; }#wze812 { top:81.707px;left:647.393px;width:506.5px;height:461px;z-index:1002; }#wze813 { top:0.0152px;left:95px;width:410px;height:45px;z-index:1000;text-align:right; }#wze815 { top:65.3719px;left:4.50037px;width:502px;height:212px;z-index:1000;text-align:right; }#wz-section-wzs81 { height:561px;--section-height:561px; }#wze822 { top:104.5px;left:885.297px;width:268px;height:25px;z-index:1000;text-align:right; }#wze823 { top:142.5px;left:232.297px;width:921px;height:144px;z-index:1000;text-align:right; }#wz-section-wzs86 { height:580px;--section-height:580px; }.wzc-section-wzs86-full { background-image:url(../../uploads/bf9d493364134d79b4289f2290514bd1.jpg);background-size:cover;background-repeat:no-repeat;background-attachment:fixed;background-position:center center; }#wze1013 { top:194.512px;left:883.5px;width:257.141px;height:414.016px;z-index:1000; }#wze1014 { top:161.016px;left:-15.8746px;width:265px;height:242px;z-index:1003;text-align:justify; }#wze1015 { top:113.016px;left:67.1564px;width:180px;height:39px;z-index:1000;text-align:right; }#wze1016 { top:8.52563px;left:114.139px;width:114px;height:107px;z-index:1000; }.wzc139-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:50%;border-color:rgb(220, 217, 217);border-width:0px;border-style:dotted; }.wzc139-img .wzc139-img-inner { width:100%;height:100%;float:left; }.wzc139-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:50%; }.wzc139 { border-radius:50%; }#wze1016 .wzc139-img-inner { object-fit:cover; }#wze1025 { top:199.5px;left:617.514px;width:199.15625px;height:323.016px;z-index:1000; }#wze1026 { top:-1.48438px;left:62.125px;width:137px;height:127px;z-index:1000; }.wzc81-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:50%; }.wzc81-img .wzc81-img-inner { width:100%;height:100%;float:left; }.wzc81-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:50%; }.wzc81 { border-radius:50%; }#wze1026 .wzc81-img-inner { object-fit:cover; }#wze1027 { top:112.016px;left:3.15625px;width:196px;height:39px;z-index:1000;text-align:right; }#wze1028 { top:161.016px;left:5.14138px;width:194px;height:129px;z-index:1003;text-align:justify; }#wze1029 { top:200.5px;left:311.516px;width:274.141px;height:259.016px;z-index:1000; }#wze1030 { top:8.52563px;left:114.125px;width:85px;height:89px;z-index:1000; }#wze1030 .wzc2-img-inner { object-fit:cover; }#wze1031 { top:161.016px;left:5.14138px;width:264px;height:66px;z-index:1003;text-align:justify; }#wze1032 { top:112.016px;left:73.1565px;width:196px;height:39px;z-index:1000;text-align:right; }#wze1033 { top:206.5px;left:93.5153px;width:199.15625px;height:237px;z-index:1000; }#wze1034 { top:8.52563px;left:114.125px;width:85px;height:89px;z-index:1000; }#wze1034 .wzc81-img-inner { object-fit:cover; }#wze1035 { top:112.016px;left:3.15625px;width:196px;height:39px;z-index:1000;text-align:right; }#wze1036 { top:161.016px;left:1.141px;width:198px;height:22px;z-index:1003;text-align:justify; }#wz-section-wzs93 { height:689px;--section-height:689px; }#wze963 { top:104.5px;left:885.297px;width:268px;height:25px;z-index:1000;text-align:right; }#wze964 { top:142.5px;left:509.297px;width:644px;height:72px;z-index:1000;text-align:right; }#wz-section-wzs103 { height:438px;--section-height:438px; }.wzc-section-wzs103-full { background-image:url(../../uploads/f759adbbe0454bd782f4030be1ff41af.jpg);background-size:cover;background-repeat:no-repeat;background-attachment:fixed;background-position:center center; }#wze966 { top:80.515px;left:15px;width:1140px;height:45px;z-index:1000;text-align:right; }#wze973 { top:241.5px;left:4.50002px;width:1161px;height:688px;z-index:1001; }.wzc131 .wz-gallery > li > figure,.wzc131  .wz-gallery > li > figure:before,.wzc131  .wz-gallery > li > figure:after,.wzc131  .wz-gallery > li > figure > figcaption,.wzc131  .wz-gallery-slider .wz-gallery-caption { background-color:; }.wzc131  .wz-gallery-caption { text-align:center; }.wzc131  .wz-gallery-caption  h3 { font-family:yekan, tahoma, serif;font-size:15px;line-height:15px;color:#fff; }.wzc131  .wz-gallery-caption  p { font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc131  .wz-gallery li  img.wz-gallery-image { object-fit:cover; }.wzc131 {  }.wzc131-gallery {  }.wzc131-more { text-align:center;position:absolute;left:0px;right:0;margin:0 auto;font-family:yekan, tahoma, serif;font-size:13px;text-decoration:none;height:25px;line-height:25px;color:#000;display:none; }#wz-section-wzs104 { height:1033.88px;--section-height:1033.88px; }#wze979 { top:104.5px;left:896.297px;width:268px;height:25px;z-index:1000;text-align:right; }#wze980 { top:159.589px;left:509.297px;width:644px;height:72px;z-index:1000;text-align:right; }#wz-section-wzs107 { height:438.984px;--section-height:438.984px; }.wzc-section-wzs107-full { background-image:url(../../uploads/e99fc611a24e4b31b6204388c0af419a.jpg);background-size:contain;background-repeat:no-repeat;background-attachment:fixed;background-position:center center; }#wze991 { top:134.026px;left:850.501px;width:291.037px;height:247.438px;z-index:1000; }#wze993 { top:20.0056px;left:134.008px;width:145px;height:30px;z-index:1000;text-align:right; }#wze995 { top:203.6px;left:49.5px;width:227.984px;height:21px;z-index:1001;text-align:justify; }#wze997 { top:162.55px;left:55.037px;width:245px;height:22px;z-index:1001;text-align:justify; }#wze1119 { top:56.9104px;left:-87.34px;width:364px;height:38px;z-index:1001;text-align:justify; }#wze1120 { top:116.2px;left:-73.39px;width:349px;height:19px;z-index:1001;text-align:justify; }#wze1005 { top:430.617px;left:711.5px;width:450px;height:190px;z-index:1000; }.wzc134-contactForm .wzc134-contactForm-sections .wzc134-contactForm-sections-section1 .wzc134-contactForm-sections-section1-formRow .wzc134-contactForm-sections-section1-formRow-input {  }.wzc134-contactForm .wzc134-contactForm-sections .wzc134-contactForm-sections-section1 .wzc134-contactForm-sections-section1-formRow {  }.wzc134-contactForm .wzc134-contactForm-sections .wzc134-contactForm-sections-section1 {  }.wzc134-contactForm .wzc134-contactForm-sections .wzc134-contactForm-sections-section2 .wzc134-contactForm-sections-section2-messageRow .wzc134-contactForm-sections-section2-messageRow-message { height:100%; }.wzc134-contactForm .wzc134-contactForm-sections .wzc134-contactForm-sections-section2 .wzc134-contactForm-sections-section2-messageRow { height:100%; }.wzc134-contactForm .wzc134-contactForm-sections .wzc134-contactForm-sections-section2 { position:absolute;height:100%; }.wzc134-contactForm .wzc134-contactForm-sections { width:100%;margin-bottom:5px;display:table;position:relative; }.wzc134-contactForm .wzc134-contactForm-footer .wzc134-contactForm-footer-submit .wzc134-contactForm-footer-submit-inner { width:100%;height:100%; }.wzc134-contactForm .wzc134-contactForm-footer .wzc134-contactForm-footer-submit { background-color:transparent;outline:0;border:0;position:relative;height:30px;width:120px;cursor:pointer;max-width:100%; }.wzc134-contactForm .wzc134-contactForm-footer { padding:0px 5px;padding-bottom:5px; }.wzc134-contactForm .wzc134-contactForm-resultSection .wzc134-contactForm-resultSection-result { border:1px solid #1abc9c;color:#1abc9c;padding:5px 10px;font-size:13px;opacity:0;font-family:yekan, tahoma, serif; }.wzc134-contactForm .wzc134-contactForm-resultSection { height:40px;padding-top:5px; }.wzc134-contactForm  .wzc134-contactForm-resultSection .form-result-show { opacity:1; }.wzc134-contactForm  .wzc134-contactForm-resultSection .form-result-error { border-color:#e74c3c;color:#e74c3c; }.wzc134-contactForm  .wz-form-input-row { width:100%;margin-bottom:5px; }.wzc134-contactForm input,.wzc134-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(68, 68, 68);color:rgb(0, 0, 0);font-size:13px;background-color:rgb(255, 255, 255); }.wzc134-contactForm  .wz-form-input-row:last-child { margin-bottom:0px; }.wzc134-contactForm  *::-webkit-input-placeholder { color:rgb(102, 102, 102); }.wzc134-contactForm  *::-moz-placeholder { color:rgb(102, 102, 102); }.wzc134-contactForm  *:-ms-input-placeholder { color:rgb(102, 102, 102); }.wzc134-contactForm  *:-moz-placeholder { color:rgb(102, 102, 102); }.wzc134-contactForm  .wz-form-section { width:50%;display:inline-block;box-sizing:border-box;padding:5px; }.wzc134-contactForm  label { margin-bottom:5px;font-family:yekan, tahoma, serif;font-size:13px;display:inline-block;color:#000; }.wzc134-contactForm { direction:rtl; }.wzc104:hover .wzc104-bg { background-color:rgb(220, 217, 217); }.wzc104:hover .wzc104-content {  }.wzc104:hover {  }.wzc104-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(153, 153, 153);border-radius:0px;box-shadow:1px 2px 5px 0px #666666; }.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; }#wze1007 { top:377.077px;left:648.5px;width:508px;height:43px;z-index:1000;text-align:right; }#wze1121 { top:114.001px;left:44.2667px;width:460px;height:460px;z-index:1002; }.wzc197 .wz-gallery > li > figure,.wzc197  .wz-gallery-slider .slides > li > .wz-slider-item { border-radius:50%; }.wzc197 .wz-gallery > li > figure,.wzc197  .wz-gallery > li > figure:before,.wzc197  .wz-gallery > li > figure:after,.wzc197  .wz-gallery > li > figure > figcaption,.wzc197  .wz-gallery-slider .wz-gallery-caption { background-color:rgba(231, 76, 60, 0.75); }.wzc197  .wz-gallery-caption { text-align:center; }.wzc197  .wz-gallery-caption  h3 { font-family:yekan, tahoma, serif;font-size:15px;line-height:15px;color:#fff; }.wzc197  .wz-gallery-caption  p { font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc197  .wz-gallery li  img.wz-gallery-image { object-fit:cover; }.wzc197 {  }.wzc197-gallery {  }.wzc197-more { text-align:center;position:absolute;left:0px;right:0;margin:0 auto;font-family:yekan, tahoma, serif;font-size:13px;text-decoration:none;height:25px;line-height:25px;color:#000;display:none; }#wz-section-wzs110 { height:646.891px;--section-height:646.891px; }#wze1124 { top:2px;left:0px;width:1170.8px;height:640px;z-index:1000; }#wze1124 .wzc2-img-inner { object-fit:cover; }#wz-section-wzs113 { height:641px;--section-height:641px; }#wze1125 { top:93.5px;left:418.646px;width:375px;height:58px;z-index:1001;text-align:right; }#wz-section-wzs129 { height:300px;--section-height:300px; }#wze1041 { top:10px;left:308px;width:847px;height:1995.38px;z-index:1000; }.wzc145  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-title { font-family:yekan, tahoma, serif;font-size:23px;color:#000; }.wzc145  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-content { font-family:yekan, tahoma, serif;font-size:13px; }.wzc145  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-thumbnail { width:300px; }.wzc145  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc145  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta .wz-blog-post-meta-icon { fill:#000;width:13px;height:13px; }.wzc145 .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-section,.wzc145  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-title,.wzc145  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-meta { padding-left:10px;padding-right:10px; }.wzc145  .wz-blog-recent-posts .wz-blog-post-item { padding:10px 0; }.wzc145  .wz-blog-recent-posts .wz-blog-post-item+.wz-blog-post-item { margin-top:20px; }.wzc145  .wz-blog-recent-posts .wz-blog-post-item .wz-blog-post-more { width:100px;height:30px;margin-top:10px; }.wzc145 {  }.wzc145-posts {  }.wzc24:hover .wzc24-bg:after { width:90%;opacity:1; }.wzc24:hover .wzc24-bg {  }.wzc24:hover .wzc24-content { color:#fff; }.wzc24:hover {  }.wzc24-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%); }.wzc24-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px;border-style:solid;border-color:#999999;border-width:3px;overflow:hidden; }.wzc24-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#999999; }.wzc53-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#fff; }.wzc53-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze1042 { top:10px;left:15px;width:263px;height:514.547px;z-index:1000; }#wze1043 { top:10px;left:10px;width:242px;height:28px;z-index:1000;text-align:right; }#wze1044 { top:40px;left:10px;width:242px;height:4px;z-index:1000; }.wzc26-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#000; }.wzc26-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze1045 { top:50px;left:10px;width:242px;height:351.547px;z-index:1000; }.wzc146  .wz-blog-list .wz-blog-post-item .wz-blog-post-title { font-family:yekan, tahoma, serif;font-size:13px;color:#000; }.wzc146  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail { width:90px;height:60px; }.wzc146  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:cover; }.wzc146  .wz-blog-list .wz-blog-post-item .wz-blog-post-meta { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc146  .wz-blog-list .wz-blog-post-item+.wz-blog-post-item { margin-top:20px; }.wzc146 {  }.wzc146-posts {  }#wze1046 { top:421.772px;left:10px;width:242px;height:28px;z-index:1000;text-align:right; }#wze1047 { top:451.772px;left:10px;width:242px;height:4px;z-index:1000; }#wze1048 { top:461.772px;left:10px;width:242px;height:38px;z-index:1000; }.wzc147  .wz-blog-archive > li > a { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc147  .wz-blog-archive .sub-list > li > a { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc147 {  }.wzc147-list { direction:rtl; }#wz-section-wzs115 { height:2015.38px;--section-height:2015.38px; }#wze1049 { top:10px;left:308px;width:847px;height:822.016px;z-index:1000; }.wzc148  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-title { font-family:yekan, tahoma, serif;font-size:23px; }.wzc148  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-content { font-family:yekan, tahoma, serif;font-size:13px; }.wzc148  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc148  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta .wz-blog-post-meta-icon { fill:#000;width:13px;height:13px; }.wzc148 .wz-blog-single-post .wz-blog-post-item .wz-blog-post-section,.wzc148  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-title,.wzc148  .wz-blog-single-post .wz-blog-post-item .wz-blog-post-meta { padding-left:10px;padding-right:10px; }.wzc148  .wz-blog-single-post .wz-blog-post-item { padding:10px 0; }.wzc148 {  }.wzc148-posts {  }#wze1050 { top:842.046px;left:308px;width:847px;height:462px;z-index:1000; }.wzc149  .wz-blog-comment { padding:10px; }.wzc149  .wz-blog-comment+.wz-blog-comment { margin-top:10px; }.wzc149  .wz-blog-comment .wz-blog-comment-author { font-family:yekan, tahoma, serif;font-size:14px;color:#757070; }.wzc149  .wz-blog-comment .wz-blog-comment-message { font-family:yekan, tahoma, serif;font-size:14px;color:#999999; }.wzc149  .wz-blog-comment-from { width:500px; }.wzc149 {  }.wzc149-container .wzc149-container-comments {  }.wzc149-container .wzc149-container-form { max-width:100%;height:auto; }.wzc149-container {  }.wzc31-contactForm .wzc31-contactForm-sections .wzc31-contactForm-sections-section1 .wzc31-contactForm-sections-section1-formRow .wzc31-contactForm-sections-section1-formRow-input {  }.wzc31-contactForm .wzc31-contactForm-sections .wzc31-contactForm-sections-section1 .wzc31-contactForm-sections-section1-formRow {  }.wzc31-contactForm .wzc31-contactForm-sections .wzc31-contactForm-sections-section1 {  }.wzc31-contactForm .wzc31-contactForm-sections .wzc31-contactForm-sections-section2 .wzc31-contactForm-sections-section2-messageRow .wzc31-contactForm-sections-section2-messageRow-message { height:120px; }.wzc31-contactForm .wzc31-contactForm-sections .wzc31-contactForm-sections-section2 .wzc31-contactForm-sections-section2-messageRow {  }.wzc31-contactForm .wzc31-contactForm-sections .wzc31-contactForm-sections-section2 { height:auto;margin-top:-5px; }.wzc31-contactForm .wzc31-contactForm-sections { width:100%;margin-bottom:0px;display:block;position:relative; }.wzc31-contactForm .wzc31-contactForm-footer .wzc31-contactForm-footer-submit .wzc31-contactForm-footer-submit-inner { width:100%;height:100%; }.wzc31-contactForm .wzc31-contactForm-footer .wzc31-contactForm-footer-submit { background-color:transparent;outline:0;border:0;position:relative;height:30px;width:120px;cursor:pointer;max-width:100%; }.wzc31-contactForm .wzc31-contactForm-footer { padding:0px 5px;padding-bottom:5px; }.wzc31-contactForm .wzc31-contactForm-resultSection .wzc31-contactForm-resultSection-result { border:1px solid #1abc9c;color:#1abc9c;padding:5px 10px;font-size:13px;opacity:0;font-family:yekan, tahoma, serif; }.wzc31-contactForm .wzc31-contactForm-resultSection { height:40px;padding-top:5px; }.wzc31-contactForm  .wzc31-contactForm-resultSection .form-result-show { opacity:1; }.wzc31-contactForm  .wzc31-contactForm-resultSection .form-result-error { border-color:#e74c3c;color:#e74c3c; }.wzc31-contactForm  .wz-form-input-row { width:100%;margin-bottom:5px; }.wzc31-contactForm input,.wzc31-contactForm  textarea { width:100%;box-sizing:border-box;font-family:yekan, tahoma, serif;padding:5px;outline:0;resize:none;border-width:1px;border-style:solid;border-color:#999999;color:#999999;font-size:13px;background-color:transparent; }.wzc31-contactForm  .wz-form-input-row:last-child { margin-bottom:0px; }.wzc31-contactForm  *::-webkit-input-placeholder { color:#999999; }.wzc31-contactForm  *::-moz-placeholder { color:#999999; }.wzc31-contactForm  *:-ms-input-placeholder { color:#999999; }.wzc31-contactForm  *:-moz-placeholder { color:#999999; }.wzc31-contactForm  .wz-form-section { width:100%;display:block;box-sizing:border-box;padding:5px; }.wzc31-contactForm  label { margin-bottom:5px;font-family:yekan, tahoma, serif;font-size:13px;display:inline-block;color:#000; }.wzc31-contactForm { direction:rtl; }.wzc32-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:transparent;border-style:solid;border-width:1px;border-color:#999999; }.wzc32-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc32-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; }#wze1051 { top:10px;left:15px;width:263px;height:620.938px;z-index:1000; }#wze1052 { top:10px;left:10px;width:242px;height:28px;z-index:1000;text-align:right; }#wze1053 { top:43px;left:10px;width:242px;height:4px;z-index:1000; }#wze1054 { top:53px;left:10px;width:242px;height:451.938px;z-index:1000; }#wze1055 { top:524.953px;left:10px;width:242px;height:28px;z-index:1000;text-align:right; }#wze1056 { top:557.953px;left:10px;width:242px;height:4px;z-index:1000; }#wze1057 { top:567.953px;left:10px;width:242px;height:38px;z-index:1000; }#wz-section-wzs114 { height:1304.03px;--section-height:1304.03px; }#wze1059 { top:0px;left:0px;width:100%;height:300px;z-index:1000;order:1; }.wzc151-bg { position:absolute;top:0px;left:0px;bottom:0px;right:0px; }.wzc151-content {  }.wzc151 {  }#wz-section-wzs116 { height:300px;--section-height:300px; }.wzc-section-wzs116 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs116-full { background:;background-color:rgba(200, 162, 224, 0.1); }.wzc-section-wzs116-full:after { background:;background-color:rgba(200, 162, 224, 0.06); }#wze1104 { top:89.5px;left:387px;width:757px;height:220px;z-index:1000; }.wzc177  .wz-blog-list .wz-blog-post-item .wz-blog-post-title { font-family:yekan, tahoma, serif;font-size:13px;color:#000; }.wzc177  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail { width:90px;height:60px; }.wzc177  .wz-blog-list .wz-blog-post-item .wz-blog-post-thumbnail img { object-fit:cover; }.wzc177  .wz-blog-list .wz-blog-post-item .wz-blog-post-meta { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc177  .wz-blog-list .wz-blog-post-item+.wz-blog-post-item { margin-top:20px; }.wzc177  .wz-blog-list .wz-blog-post-item { flex:1 1 100%;max-width:100%;margin-left:0px;margin-right:0px; }.wzc177 {  }.wzc177-posts {  }#wze1105 { top:32.9689px;left:961px;width:180px;height:30px;z-index:1001;text-align:right; }#wz-section-wzs122 { height:376.5px;--section-height:376.5px; }#wz-section-wzs128 { height:200px;--section-height:200px; }#wze1109 { top:30px;left:15px;width:848px;height:499px;z-index:1000; }.wzc180-root .wzc180-root-container .wzc180-root-container-header .wzc180-root-container-header-title {  }.wzc180-root .wzc180-root-container .wzc180-root-container-header {  }.wzc180-root .wzc180-root-container .wzc180-root-container-submitBoxHeader .wzc180-root-container-submitBoxHeader-submitButtonHeader {  }.wzc180-root .wzc180-root-container .wzc180-root-container-submitBoxHeader {  }.wzc180-root .wzc180-root-container {  }.wzc180-root .wzc180-root-accountContainer .wzc180-root-accountContainer-accountItem .wzc180-root-accountContainer-accountItem-accountItemLabel {  }.wzc180-root .wzc180-root-accountContainer .wzc180-root-accountContainer-accountItem .wzc180-root-accountContainer-accountItem-accountItemInputBox .wzc180-root-accountContainer-accountItem-accountItemInputBox-accountItemInput {  }.wzc180-root .wzc180-root-accountContainer .wzc180-root-accountContainer-accountItem .wzc180-root-accountContainer-accountItem-accountItemInputBox .wzc180-root-accountContainer-accountItem-accountItemInputBox-error {  }.wzc180-root .wzc180-root-accountContainer .wzc180-root-accountContainer-accountItem .wzc180-root-accountContainer-accountItem-accountItemInputBox {  }.wzc180-root .wzc180-root-accountContainer .wzc180-root-accountContainer-accountItem {  }.wzc180-root .wzc180-root-accountContainer {  }.wzc180-root .wzc180-root-companyHeaderContainer .wzc180-root-companyHeaderContainer-companyHeader .wzc180-root-companyHeaderContainer-companyHeader-companyTitle {  }.wzc180-root .wzc180-root-companyHeaderContainer .wzc180-root-companyHeaderContainer-companyHeader {  }.wzc180-root .wzc180-root-companyHeaderContainer {  }.wzc180-root .wzc180-root-companyInfo .wzc180-root-companyInfo-companyInfoCheck .wzc180-root-companyInfo-companyInfoCheck-companyInfoCheckDescription {  }.wzc180-root .wzc180-root-companyInfo .wzc180-root-companyInfo-companyInfoCheck .wzc180-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc180-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckInput {  }.wzc180-root .wzc180-root-companyInfo .wzc180-root-companyInfo-companyInfoCheck .wzc180-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc180-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-checkmark {  }.wzc180-root .wzc180-root-companyInfo .wzc180-root-companyInfo-companyInfoCheck .wzc180-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc180-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckButton {  }.wzc180-root .wzc180-root-companyInfo .wzc180-root-companyInfo-companyInfoCheck .wzc180-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc180-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-moreIcon {  }.wzc180-root .wzc180-root-companyInfo .wzc180-root-companyInfo-companyInfoCheck .wzc180-root-companyInfo-companyInfoCheck-companyInfoCheckLabel {  }.wzc180-root .wzc180-root-companyInfo .wzc180-root-companyInfo-companyInfoCheck {  }.wzc180-root .wzc180-root-companyInfo .wzc180-root-companyInfo-companyItemBox .wzc180-root-companyInfo-companyItemBox-companyItemLabel {  }.wzc180-root .wzc180-root-companyInfo .wzc180-root-companyInfo-companyItemBox .wzc180-root-companyInfo-companyItemBox-companyInputBox .wzc180-root-companyInfo-companyItemBox-companyInputBox-companyInput {  }.wzc180-root .wzc180-root-companyInfo .wzc180-root-companyInfo-companyItemBox .wzc180-root-companyInfo-companyItemBox-companyInputBox .wzc180-root-companyInfo-companyItemBox-companyInputBox-companyError {  }.wzc180-root .wzc180-root-companyInfo .wzc180-root-companyInfo-companyItemBox .wzc180-root-companyInfo-companyItemBox-companyInputBox {  }.wzc180-root .wzc180-root-companyInfo .wzc180-root-companyInfo-companyItemBox {  }.wzc180-root .wzc180-root-companyInfo .wzc180-root-companyInfo-companyInfoCancelLabel .wzc180-root-companyInfo-companyInfoCancelLabel-companyInfoCancelInput {  }.wzc180-root .wzc180-root-companyInfo .wzc180-root-companyInfo-companyInfoCancelLabel .wzc180-root-companyInfo-companyInfoCancelLabel-cancelMark {  }.wzc180-root .wzc180-root-companyInfo .wzc180-root-companyInfo-companyInfoCancelLabel .wzc180-root-companyInfo-companyInfoCancelLabel-companyInfoCancelButton {  }.wzc180-root .wzc180-root-companyInfo .wzc180-root-companyInfo-companyInfoCancelLabel .wzc180-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc180-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg .wzc180-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg-cancelIconPath {  }.wzc180-root .wzc180-root-companyInfo .wzc180-root-companyInfo-companyInfoCancelLabel .wzc180-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc180-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg {  }.wzc180-root .wzc180-root-companyInfo .wzc180-root-companyInfo-companyInfoCancelLabel .wzc180-root-companyInfo-companyInfoCancelLabel-cancelIcon {  }.wzc180-root .wzc180-root-companyInfo .wzc180-root-companyInfo-companyInfoCancelLabel {  }.wzc180-root .wzc180-root-companyInfo {  }.wzc180-root .wzc180-root-submitBoxFooter .wzc180-root-submitBoxFooter-submitButtonFooter {  }.wzc180-root .wzc180-root-submitBoxFooter {  }.wzc180-root {  }.wzc180  .wz-profile-account-root { text-align:right; }.wzc180  .wz-profile-account-header-container { margin-bottom:20px; }.wzc180  .wz-profile-account-header p { font-family:iransans_fa, sans-serif;font-size:20px;font-weight:500;color:rgb(117,117,117); }.wzc180  .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; }.wzc180  .wz-profile-account-container:hover { border-radius:20px; }.wzc180  .wz-profile-account-input-container { width:48%;direction:rtl;font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc180  .wz-profile-account-input-container label { color:#9b9b9b; }.wzc180  .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; }.wzc180  .wz-profile-account-input-container input:hover { border-radius:4px; }.wzc180  .wz-profile-account-submit-box { margin-top:20px;text-align:left; }.wzc180  .wz-profile-account-submit { width:120px;height:35px;position:relative;display:inline-block; }.wzc180  .wz-profile-account-company-info-button p { font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc180  .wz-profile-account-company-info-button label { font-family:iransans_fa, sans-serif;font-size:13px;color:#17a2b8; }.wzc180  .wz-profile-account-company-info-button .moreIcon { width:13px;height:13px;fill:#17a2b8; }.wzc180  .wz-profile-account-company-info-cancel { font-family:iransans_fa, sans-serif;font-size:13px;color:#E74C3C; }.wzc180  .wz-profile-account-company-info-cancel .cancelIcon { width:20px;height:20px; }.wzc180  .wz-profile-account-company-info-cancel .cancelIcon svg path { stroke:#E74C3C; }.wzc180 {  }.wzc179:hover .wzc179-bg { background-color:#ffd9d5; }.wzc179:hover .wzc179-content { color:#E74C3C; }.wzc179:hover {  }.wzc179-bg:after {  }.wzc179-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc179-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; }#wze1114 { top:30px;left:893px;width:262px;height:565px;z-index:1000; }.wzc193-root .wzc193-root-infoBox .wzc193-root-infoBox-userImageBox .wzc193-root-infoBox-userImageBox-userImage {  }.wzc193-root .wzc193-root-infoBox .wzc193-root-infoBox-userImageBox {  }.wzc193-root .wzc193-root-infoBox .wzc193-root-infoBox-userInfo .wzc193-root-infoBox-userInfo-userName {  }.wzc193-root .wzc193-root-infoBox .wzc193-root-infoBox-userInfo .wzc193-root-infoBox-userInfo-userEmail {  }.wzc193-root .wzc193-root-infoBox .wzc193-root-infoBox-userInfo .wzc193-root-infoBox-userInfo-editInfo .wzc193-root-infoBox-userInfo-editInfo-editInfoIcon {  }.wzc193-root .wzc193-root-infoBox .wzc193-root-infoBox-userInfo .wzc193-root-infoBox-userInfo-editInfo .wzc193-root-infoBox-userInfo-editInfo-editInfoText {  }.wzc193-root .wzc193-root-infoBox .wzc193-root-infoBox-userInfo .wzc193-root-infoBox-userInfo-editInfo {  }.wzc193-root .wzc193-root-infoBox .wzc193-root-infoBox-userInfo {  }.wzc193-root .wzc193-root-infoBox {  }.wzc193-root .wzc193-root-items .wzc193-root-items-item .wzc193-root-items-item-itemBox .wzc193-root-items-item-itemBox-itemIcon {  }.wzc193-root .wzc193-root-items .wzc193-root-items-item .wzc193-root-items-item-itemBox .wzc193-root-items-item-itemBox-itemName {  }.wzc193-root .wzc193-root-items .wzc193-root-items-item .wzc193-root-items-item-itemBox {  }.wzc193-root .wzc193-root-items .wzc193-root-items-item {  }.wzc193-root .wzc193-root-items .wzc193-root-items-more {  }.wzc193-root .wzc193-root-items {  }.wzc193-root .wzc193-root-logoutBox .wzc193-root-logoutBox-logout .wzc193-root-logoutBox-logout-logoutLabel {  }.wzc193-root .wzc193-root-logoutBox .wzc193-root-logoutBox-logout {  }.wzc193-root .wzc193-root-logoutBox {  }.wzc193-root {  }.wzc193  .wz-profile-menu-user-info { gap:2px; }.wzc193  div + .wz-profile-menu-user-info { margin-right:5%;margin-left:5%; }.wzc193  .wz-profile-menu-info-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;direction:rtl; }.wzc193  .wz-profile-menu-info-box:hover {  }.wzc193  .wz-profile-menu-user-image img { border-style:solid;border-width:2px;border-color:#efefef;border-radius:50px;object-fit:cover; }.wzc193  .wz-profile-menu-user-name { font-family:iransans_fa, sans-serif;font-size:18px;font-weight:bold;color:#808080; }.wzc193  .wz-profile-menu-user-name:hover {  }.wzc193  .wz-profile-menu-user-email { font-family:iransans_fa, sans-serif;font-size:12px;color:#a1a1a1; }.wzc193  .wz-profile-menu-user-email:hover {  }.wzc193  .wz-profile-menu-edit-info { font-family:iransans_fa, sans-serif;font-size:10px;color:#808080; }.wzc193  .wz-profile-menu-edit-info:hover {  }.wzc193  .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); }.wzc193  .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; }.wzc193  .wz-profile-menu-items:hover {  }.wzc193  .wz-profile-menu-item { padding:0 30px;background-color:rgba(0,0,0,0);direction:rtl; }.wzc193  .wz-profile-menu-item:hover { background-color:rgba(0,0,0,0); }.wzc193  .wz-profile-menu-item-box { padding-top:20px;padding-bottom:20px; }.wzc193  .wz-profile-menu-item:not(:nth-last-child(-n+2)) div { border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#efefef; }.wzc193  .wz-profile-menu-item-box:hover {  }.wzc193  .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%; }.wzc193  .wz-profile-menu-item p:hover { color:#E74C3C; }.wzc193  #wz-profile-menu-logout-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;margin-top:10px; }.wzc193  #wz-profile-menu-logout-box:hover { border-radius:8px;background-color:#fff; }.wzc193  #wz-profile-menu-logout-box p { font-family:iransans_fa, sans-serif;font-size:14px;font-weight:500;color:#808080;text-align:center; }.wzc193  #wz-profile-menu-logout-box p:hover { color:#e6123d; }.wzc193  .wz-profile-menu-more:after { color:#808080; }.wzc193 {  }#wz-section-wzs123 { height:625px;--section-height:625px; }#wze1110 { top:30px;left:15px;width:848px;height:848px;z-index:1000; }.wzc184-header .wzc184-header-title {  }.wzc184-header .wzc184-header-removeButton {  }.wzc184-header .wzc184-header-addToCartButton {  }.wzc184-header {  }.wzc184-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; }.wzc184-pagination .wzc184-pagination-paginationButton {  }.wzc184-pagination {  }.wzc184  .wz-profile-favorites-header-text { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc184  .wz-profile-favorites-header-text:hover {  }.wzc184  .wz-profile-favorites-container { border-radius:15px;border-width:0px;border-style:solid;border-color:#000;overflow:visible;background-color:#fff;padding:0; }.wzc184  .wz-profile-favorites-container:hover { border-radius:15px; }.wzc184  .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; }.wzc184  .wz-profile-favorite-item:hover {  }.wzc184  .wz-profile-favorite-item-image { object-fit:contain; }.wzc184  .wz-profile-favorite-item-title { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#747474; }.wzc184  .wz-profile-favorite-item-title:hover {  }.wzc184  .wz-profile-favorite-item-price { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#E74C3C; }.wzc184  .wz-profile-favorite-item-price:hover {  }.wzc184  .wz-profile-favorite-item-add { height:30px; }.wzc184  .wz-profile-favorite-item-remove { height:30px; }.wzc184  .wz-profile-favorites-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc184  .wz-profile-favorites-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc184  .wz-profile-favorites-no-results-first-text:hover {  }.wzc184  .wz-profile-favorites-no-results-second-text:hover {  }.wzc184 {  }.wzc181:hover .wzc181-bg { background-color:#E74C3C; }.wzc181:hover .wzc181-content { font-size:10px;color:#fff; }.wzc181:hover {  }.wzc181-bg:after {  }.wzc181-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc181-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; }.wzc182:hover .wzc182-bg { background-color:#c9c9c9;border:1px solid #c9c9c9; }.wzc182:hover .wzc182-content { font-size:10px;color:#fff; }.wzc182:hover {  }.wzc182-bg:after {  }.wzc182-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc182-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; }.wzc183:hover .wzc183-bg:after { width:90%;opacity:1; }.wzc183:hover .wzc183-bg {  }.wzc183:hover .wzc183-content { color:#fff; }.wzc183:hover {  }.wzc183-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%); }.wzc183-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; }.wzc183-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-wzs124 { height:908px;--section-height:908px; }#wze1111 { top:30px;left:15px;width:848px;height:341px;z-index:1000; }.wzc185-root .wzc185-root-header .wzc185-root-header-title {  }.wzc185-root .wzc185-root-header .wzc185-root-header-options .wzc185-root-header-options-optionsList .wzc185-root-header-options-optionsList-optionItem{{ item.id }} {  }.wzc185-root .wzc185-root-header .wzc185-root-header-options .wzc185-root-header-options-optionsList {  }.wzc185-root .wzc185-root-header .wzc185-root-header-options {  }.wzc185-root .wzc185-root-header {  }.wzc185-root .wzc185-root-orders .wzc185-root-orders-ordersHeader .wzc185-root-orders-ordersHeader-ordersHeaderItem .wzc185-root-orders-ordersHeader-ordersHeaderItem-orderHeaderItem{{ item.id }} {  }.wzc185-root .wzc185-root-orders .wzc185-root-orders-ordersHeader .wzc185-root-orders-ordersHeader-ordersHeaderItem {  }.wzc185-root .wzc185-root-orders .wzc185-root-orders-ordersHeader {  }.wzc185-root .wzc185-root-orders {  }.wzc185-root .wzc185-root-pagination .wzc185-root-pagination-paginationButton {  }.wzc185-root .wzc185-root-pagination {  }.wzc185-root {  }.wzc185  .wz-profile-orders-header p { font-size:18px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117); }.wzc185  .wz-profile-orders-header-option { font-size:12px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117);border-radius:5px; }.wzc185  .wz-profile-orders-header-option:hover { background-color:#f4f4f4;cursor:pointer; }.wzc185  .wz-profile-orders-header-options ul [data-active=true] { background-color:#f4f4f4; }.wzc185  .wz-profile-orders-order-items-header { width:80%; }.wzc185  .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); }.wzc185  .wz-profile-orders-order-details { width:80%; }.wzc185  .wz-profile-orders-order-buttons { width:20%; }.wzc185  .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); }.wzc185  .wz-profile-orders-order-items-root { background-color:#f4f4f4;border-radius:10px;border-width:0px;border-color:rgb(0,0,0);border-style:solid; }.wzc185  .wz-profile-orders-order-items-container:first-child:after { border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#e1e1e1; }.wzc185  .wz-profile-orders-last-orders-image span { padding:3px; }.wzc185  .wz-profile-orders-last-orders-image span img { object-fit:cover; }.wzc185  .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; }.wzc185  .wz-profile-orders-no-results-root img { width:5%;min-width:40px; }.wzc185  .wz-profile-orders-no-results-first-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc185  .wz-profile-orders-no-results-second-text { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc185 {  }#wz-section-wzs125 { height:503px;--section-height:503px; }#wze1112 { top:30px;left:15px;width:848px;height:648px;z-index:1000; }.wzc188-root .wzc188-root-header .wzc188-root-header-title {  }.wzc188-root .wzc188-root-header .wzc188-root-header-headerButtons .wzc188-root-header-headerButtons-reorderButton {  }.wzc188-root .wzc188-root-header .wzc188-root-header-headerButtons .wzc188-root-header-headerButtons-receiptButton {  }.wzc188-root .wzc188-root-header .wzc188-root-header-headerButtons {  }.wzc188-root .wzc188-root-header {  }.wzc188-root .wzc188-root-body .wzc188-root-body-information .wzc188-root-body-information-mainInformation .wzc188-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc188-root-body-information-mainInformation-mainInformation{{ item.name }}-itemName {  }.wzc188-root .wzc188-root-body .wzc188-root-body-information .wzc188-root-body-information-mainInformation .wzc188-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc188-root-body-information-mainInformation-mainInformation{{ item.name }}-itemValue {  }.wzc188-root .wzc188-root-body .wzc188-root-body-information .wzc188-root-body-information-mainInformation .wzc188-root-body-information-mainInformation-mainInformation{{ item.name }} {  }.wzc188-root .wzc188-root-body .wzc188-root-body-information .wzc188-root-body-information-mainInformation {  }.wzc188-root .wzc188-root-body .wzc188-root-body-information .wzc188-root-body-information-userInformation .wzc188-root-body-information-userInformation-userInformation{{ item.name }} .wzc188-root-body-information-userInformation-userInformation{{ item.name }}-itemName {  }.wzc188-root .wzc188-root-body .wzc188-root-body-information .wzc188-root-body-information-userInformation .wzc188-root-body-information-userInformation-userInformation{{ item.name }} .wzc188-root-body-information-userInformation-userInformation{{ item.name }}-itemValue {  }.wzc188-root .wzc188-root-body .wzc188-root-body-information .wzc188-root-body-information-userInformation .wzc188-root-body-information-userInformation-userInformation{{ item.name }} {  }.wzc188-root .wzc188-root-body .wzc188-root-body-information .wzc188-root-body-information-userInformation {  }.wzc188-root .wzc188-root-body .wzc188-root-body-information .wzc188-root-body-information-paymentInformation .wzc188-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc188-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemName {  }.wzc188-root .wzc188-root-body .wzc188-root-body-information .wzc188-root-body-information-paymentInformation .wzc188-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc188-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemValue {  }.wzc188-root .wzc188-root-body .wzc188-root-body-information .wzc188-root-body-information-paymentInformation .wzc188-root-body-information-paymentInformation-paymentInformation{{ item.name }} {  }.wzc188-root .wzc188-root-body .wzc188-root-body-information .wzc188-root-body-information-paymentInformation {  }.wzc188-root .wzc188-root-body .wzc188-root-body-information {  }.wzc188-root .wzc188-root-body .wzc188-root-body-orderInformation .wzc188-root-body-orderInformation-orderInformationHeader .wzc188-root-body-orderInformation-orderInformationHeader-orderName .wzc188-root-body-orderInformation-orderInformationHeader-orderName-orderNameValue {  }.wzc188-root .wzc188-root-body .wzc188-root-body-orderInformation .wzc188-root-body-orderInformation-orderInformationHeader .wzc188-root-body-orderInformation-orderInformationHeader-orderName {  }.wzc188-root .wzc188-root-body .wzc188-root-body-orderInformation .wzc188-root-body-orderInformation-orderInformationHeader .wzc188-root-body-orderInformation-orderInformationHeader-orderUnitPrice .wzc188-root-body-orderInformation-orderInformationHeader-orderUnitPrice-orderUnitPriceValue {  }.wzc188-root .wzc188-root-body .wzc188-root-body-orderInformation .wzc188-root-body-orderInformation-orderInformationHeader .wzc188-root-body-orderInformation-orderInformationHeader-orderUnitPrice {  }.wzc188-root .wzc188-root-body .wzc188-root-body-orderInformation .wzc188-root-body-orderInformation-orderInformationHeader .wzc188-root-body-orderInformation-orderInformationHeader-orderCount .wzc188-root-body-orderInformation-orderInformationHeader-orderCount-orderCountValue {  }.wzc188-root .wzc188-root-body .wzc188-root-body-orderInformation .wzc188-root-body-orderInformation-orderInformationHeader .wzc188-root-body-orderInformation-orderInformationHeader-orderCount {  }.wzc188-root .wzc188-root-body .wzc188-root-body-orderInformation .wzc188-root-body-orderInformation-orderInformationHeader .wzc188-root-body-orderInformation-orderInformationHeader-orderDiscount .wzc188-root-body-orderInformation-orderInformationHeader-orderDiscount-orderDiscountValue {  }.wzc188-root .wzc188-root-body .wzc188-root-body-orderInformation .wzc188-root-body-orderInformation-orderInformationHeader .wzc188-root-body-orderInformation-orderInformationHeader-orderDiscount {  }.wzc188-root .wzc188-root-body .wzc188-root-body-orderInformation .wzc188-root-body-orderInformation-orderInformationHeader .wzc188-root-body-orderInformation-orderInformationHeader-orderFinalPrice .wzc188-root-body-orderInformation-orderInformationHeader-orderFinalPrice-orderFinalPriceValue {  }.wzc188-root .wzc188-root-body .wzc188-root-body-orderInformation .wzc188-root-body-orderInformation-orderInformationHeader .wzc188-root-body-orderInformation-orderInformationHeader-orderFinalPrice {  }.wzc188-root .wzc188-root-body .wzc188-root-body-orderInformation .wzc188-root-body-orderInformation-orderInformationHeader {  }.wzc188-root .wzc188-root-body .wzc188-root-body-orderInformation {  }.wzc188-root .wzc188-root-body { --order-information:0;--user-information:1;--payment-information:2; }.wzc188-root .wzc188-root-support .wzc188-root-support-supportImage {  }.wzc188-root .wzc188-root-support .wzc188-root-support-supportTextBox .wzc188-root-support-supportTextBox-supportQuestion {  }.wzc188-root .wzc188-root-support .wzc188-root-support-supportTextBox .wzc188-root-support-supportTextBox-supportMessage {  }.wzc188-root .wzc188-root-support .wzc188-root-support-supportTextBox {  }.wzc188-root .wzc188-root-support {  }.wzc188-root {  }.wzc188  .wz-profile-order-details-root { font-family:iransans_fa; }.wzc188  .wz-profile-order-details-header { padding-bottom:20px; }.wzc188  .wz-profile-order-details-header-text { font-size:20px;font-weight:600;color:rgb(117,117,117); }.wzc188  .wz-profile-order-details-reorder-button { height:30px;width:90px; }.wzc188  .wz-profile-order-details-receipt-button { height:30px;width:90px; }.wzc188  .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; }.wzc188  .wz-profile-order-details-information-container { margin:0 30px;gap:0; }.wzc188  .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); }.wzc188  .wz-profile-order-details-order-complete-information:hover { background-color:rgba(0,0,0,0.025); }.wzc188  .wz-profile-order-details-information-item { width:100%;gap:10px; }.wzc188  .wz-profile-order-details-information-item-name { font-size:12px;color:rgb(117,117,117);font-weight:400; }.wzc188  .wz-profile-order-details-information-item-value { font-size:12px;color:rgb(74,74,74);font-weight:500; }.wzc188  [data-name=total_include_tax] { width:fit-content;padding:0 15px;background-color:rgba(0,0,0,0.035);border-radius:6px; }.wzc188  [data-name=total_include_tax] .wz-profile-order-details-information-item-name { font-size:14px; }.wzc188  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:20px;font-weight:600; }.wzc188  .wz-profile-order-details-order-information-item { padding-top:15px;padding-bottom:15px;padding-right:30px;padding-left:30px;gap:0px; }.wzc188  .wz-profile-order-details-order-information-header { font-size:12px;font-weight:400;color:rgb(117,117,117);padding:10px 30px; }.wzc188  .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); }.wzc188  .wz-profile-order-details-order-summary-information { gap:5px; }.wzc188  .wz-profile-order-details-order-summary-information-name { font-size:12px;color:#000; }.wzc188  .wz-profile-order-details-order-summary-information-other p { font-size:10px;color:rgb(117,117,117); }.wzc188  .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; }.wzc188  .wz-profile-order-details-order-image-box img { object-fit:cover; }.wzc188  .wz-profile-order-details-support { justify-content:end;gap:10px;padding:15px 25px; }.wzc188  .wz-profile-order-details-support-question { font-size:14px;font-weight:500;color:rgb(0,0,0); }.wzc188  .wz-profile-order-details-support-message { font-size:10px;font-weight:400;color:rgb(117,117,117); }.wzc188  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date status"; }.wzc188  .wz-profile-order-details-user-information { grid-template-areas:"transferee mobile" "address address"; }.wzc188  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost totalCost" "paymentMethod shippingMethod totalCost" "deliveryDate deliveryDate totalCost"; }.wzc188  .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); }.wzc188  .wz-profile-order-details-no-results-root { gap:10px;margin-top:20px;padding:70px 30px; }.wzc188  .wz-profile-order-details-no-results-root img { width:5%;min-width:40px; }.wzc188  .wz-profile-order-details-no-results-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc188  .wz-profile-order-details-no-results-hint { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc188 {  }.wzc186:hover .wzc186-bg { background-color:#ffd9d5;border-width:1px;border-color:rgba(255, 213, 0, 0.25); }.wzc186:hover .wzc186-content { color:#E74C3C; }.wzc186:hover {  }.wzc186-bg:after {  }.wzc186-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); }.wzc186-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; }.wzc187:hover .wzc187-bg { background-color:#f4f4f4;border-width:1px;border-color:rgb(233, 233, 233); }.wzc187:hover .wzc187-content { color:rgb(117,117,117); }.wzc187:hover {  }.wzc187-bg:after {  }.wzc187-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); }.wzc187-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family: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-wzs126 { height:708px;--section-height:708px; }#wze1113 { top:30px;left:15px;width:848px;height:541px;z-index:1000; }.wzc192-header .wzc192-header-title {  }.wzc192-header .wzc192-header-headerButton {  }.wzc192-header .wzc192-header-editButton {  }.wzc192-header .wzc192-header-removeButton {  }.wzc192-header {  }.wzc192-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; }.wzc192-pagination .wzc192-pagination-paginationButton {  }.wzc192-pagination {  }.wzc192  .wz-profile-addresses-header { margin-bottom:30px; }.wzc192  .wz-profile-addresses-header p { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc192  .wz-profile-addresses-header-button { height:35px;width:115px; }.wzc192  .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; }.wzc192  .wz-profile-addresses-container:hover { border-radius:20px; }.wzc192  .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); }.wzc192  .wz-profile-address-item:hover { border-radius:20px; }.wzc192  .wz-profile-address-location { width:100%;height:200px; }.wzc192  .wz-profile-address-details { gap:7px;padding:5px 15px 15px 15px;box-shadow:0px -15px 15px 10px #fff; }.wzc192  .wz-profile-address-item:hover .wz-profile-address-details {  }.wzc192  .wz-profile-address-full { font-family:iransans_fa;font-size:14px;font-weight:500;color:#4a4a4a;text-align:right; }.wzc192  .wz-profile-address-full:hover {  }.wzc192  .wz-profile-address-summary { justify-content:start; }.wzc192  .wz-profile-address-summary-location p { font-family:iransans_fa;font-size:12px; }.wzc192  .wz-profile-address-summary-location p:hover {  }.wzc192  .wz-profile-address-summary-location svg { width:22px;height:auto; }.wzc192  .wz-profile-address-summary-location svg path { fill:#E74C3C; }.wzc192  .wz-profile-address-summary-postal-code p { font-family:iransans_fa;font-size:12px; }.wzc192  .wz-profile-address-summary-postal-code p:hover {  }.wzc192  .wz-profile-address-summary-postal-code svg { width:25px;height:auto; }.wzc192  .wz-profile-address-summary-postal-code svg path { stroke:#E74C3C; }.wzc192  .wz-profile-address-transferee { text-align:right; }.wzc192  .wz-profile-address-transferee p { font-family:iransans_fa;font-size:12px; }.wzc192  .wz-profile-address-transferee p:hover {  }.wzc192  .wz-profile-address-buttons { margin-top:15px;justify-content:end; }.wzc192  .wz-profile-address-remove-button { height:30px; }.wzc192  .wz-profile-address-edit-button { height:30px; }.wzc192  .wz-profile-addresses-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc192  .wz-profile-addresses-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc192  .wz-profile-addresses-no-results-first-text:hover {  }.wzc192  .wz-profile-addresses-no-results-second-text:hover {  }.wzc192 {  }.wzc189:hover .wzc189-bg { background-color:#E74C3C; }.wzc189:hover .wzc189-content { font-size:12px;color:#ffd9d5; }.wzc189:hover {  }.wzc189-bg:after {  }.wzc189-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc189-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; }.wzc190:hover .wzc190-bg { background-color:#f4f4f4;border:1px solid #e1e1e1; }.wzc190:hover .wzc190-content { font-size:11px;color:#a1a1a1; }.wzc190:hover {  }.wzc190-bg:after {  }.wzc190-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc190-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; }.wzc191:hover .wzc191-bg { background-color:#E74C3C; }.wzc191:hover .wzc191-content { font-size:11px;color:#fff; }.wzc191:hover {  }.wzc191-bg:after {  }.wzc191-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc191-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-wzs127 { height:601px;--section-height:601px; }[data-page=p1] #wz-root-background { background-position:right center;background-color:rgba(200, 162, 224, 0.38); }@media only screen and (max-width : 768px) {#wze665 { top:118.704px;left:371px;bottom:auto;right:auto;width:91px;height:77px;display:block;z-index:1000; }#wze666 { top:80px;left:19px;bottom:auto;right:auto;width:430px;height:35.6875px;display:block;z-index:1000;text-align:right; }#wze667 { top:15px;left:408px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze668 { top:132.704px;left:95px;bottom:auto;right:auto;width:268px;height:25px;display:block;z-index:1000;text-align:right; }#wze669 { top:246.703px;left:15px;bottom:auto;right:auto;width:438px;height:43px;display:block;z-index:1000;text-align:right; }#wze1004 { top:304.719px;left:34.5px;bottom:auto;right:auto;width:399px;height:25px;display:block;z-index:1000;text-align:right; }#wz-section-wzs53 { height:344.656px;--section-height:344.656px; }.wzc-section-wzs53 { background:;background-color:rgba(255, 255, 255, 0); }#wze1094 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:1733.7475px;z-index:1000; }#wze1094 .wz-gallery.wz-gallery-grid li { width:146px;height:577px;padding:10px; }#wze1066 { top:1018.562px;left:129px;bottom:auto;right:auto;width:180px;height:43px;display:block;z-index:1000;text-align:right; }#wze1068 { top:546.562px;left:50.031px;bottom:auto;right:auto;width:337.938px;height:145px;display:block;z-index:1000;text-align:right; }#wze1069 { top:1454.562px;left:71.031px;bottom:auto;right:auto;width:295.938px;height:98px;display:block;z-index:1000;text-align:right; }#wze1095 { top:15px;left:31.5px;bottom:auto;right:auto;width:375px;height:58px;z-index:1000;text-align:right; }#wze1096 { top:402px;left:15px;bottom:auto;right:auto;width:408px;height:129.562px;z-index:1000;text-align:right; }#wze1098 { top:1567.562px;left:129px;bottom:auto;right:auto;width:180px;height:40px;z-index:1000; }#wze1103 { top:1622.562px;left:129px;bottom:auto;right:auto;width:180px;height:40px;z-index:1000; }#wze1127 { top:88px;left:26.5px;bottom:auto;right:auto;width:385px;height:299px;z-index:1000; }#wze1139 { top:1076.562px;left:15px;bottom:auto;right:auto;width:408px;height:363px;z-index:1000;text-align:justify; }#wze1140 { top:706.562px;left:15px;bottom:auto;right:auto;width:408px;height:123px;z-index:1000;text-align:right; }#wze1142 { top:1677.56px;left:129.008px;bottom:auto;right:auto;width:179.984px;height:41.1875px;z-index:1000; }#wz-section-wzs120 { height:2046.7475px;--section-height:2046.7475px; }#wze1149 { top:88px;left:45px;bottom:auto;right:auto;width:378px;height:662px;display:block;z-index:1000; }#wze1154 { top:1442px;left:45px;bottom:auto;right:auto;width:378px;height:662px;display:block;z-index:1000; }#wze1155 { top:765px;left:51px;bottom:auto;right:auto;width:366px;height:662px;display:block;z-index:1000; }#wze1156 { top:15px;left:46.5px;bottom:auto;right:auto;width:375px;height:58px;display:block;z-index:1000;text-align:right; }#wz-section-wzs130 { height:2119px;--section-height:2119px; }#wze671 { top:30px;left:15px;bottom:auto;right:auto;width:438px;height:279.016px;z-index:1000; }#wze408 { top:9px;left:15.0002px;bottom:auto;right:auto;width:408px;height:41px;z-index:1000;text-align:right; }#wze672 { top:80.0156px;left:15.0002px;bottom:auto;right:auto;width:408px;height:179.984px;z-index:1000;text-align:right; }#wze1157 { top:324.016px;left:15px;bottom:auto;right:auto;width:438px;height:265px;z-index:1000; }#wz-section-wzs56 { height:668.99240336134px;--section-height:668.99240336134px; }#wze411 { top:289.641px;left:250.664px;bottom:auto;right:auto;width:199.156px;height:329.984px;z-index:1000; }#wze419 { top:20.99px;left:17.6702px;bottom:auto;right:auto;width:180px;height:39px;z-index:1000;text-align:right; }#wze422 { top:68.5356px;left:1.65575px;bottom:auto;right:auto;width:196px;height:254px;z-index:1000;text-align:justify; }#wze678 { top:45.641px;left:159.797px;bottom:auto;right:auto;width:294px;height:43px;z-index:1000;text-align:right; }#wze680 { top:295.641px;left:15.0054px;bottom:auto;right:auto;width:199.156px;height:333.016px;z-index:1000; }#wze682 { top:23.016px;left:3.15625px;bottom:auto;right:auto;width:196px;height:39px;z-index:1000;text-align:right; }#wze683 { top:72.0316px;left:5.14138px;bottom:auto;right:auto;width:194px;height:250.984px;z-index:1000;text-align:justify; }#wze684 { top:858.873px;left:259.865px;bottom:auto;right:auto;width:199.156px;height:164.984px;z-index:1000; }#wze686 { top:23.016px;left:3.15625px;bottom:auto;right:auto;width:196px;height:39px;z-index:1000;text-align:right; }#wze687 { top:72.0316px;left:5.14138px;bottom:auto;right:auto;width:194px;height:83px;z-index:1000;text-align:justify; }#wze688 { top:858.676px;left:15.006px;bottom:auto;right:auto;width:199.156px;height:202.969px;z-index:1000; }#wze690 { top:23.016px;left:3.15625px;bottom:auto;right:auto;width:196px;height:78px;z-index:1000;text-align:right; }#wze691 { top:111.032px;left:1.141px;bottom:auto;right:auto;width:198px;height:82px;z-index:1000;text-align:justify; }#wze1077 { top:133.047px;left:260.03px;bottom:auto;right:auto;width:176.969px;height:177.969px;z-index:1000; }#wze1078 { top:136.027px;left:21px;bottom:auto;right:auto;width:179.969px;height:185.969px;z-index:1000; }#wze1079 { top:688.033px;left:268px;bottom:auto;right:auto;width:179.969px;height:184.969px;z-index:1000; }#wze1080 { top:699.013px;left:15px;bottom:auto;right:auto;width:188.969px;height:181.969px;z-index:1000; }#wz-section-wzs76 { height:1136.03px;--section-height:1136.03px; }#wze1070 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:174px;display:block;z-index:1000;text-align:right; }#wze1071 { top:204px;left:15px;bottom:auto;right:auto;width:438px;height:150px;display:block;z-index:1000;text-align:right; }#wze1072 { top:369px;left:15px;bottom:auto;right:auto;width:438px;height:85px;display:block;z-index:1000;text-align:right; }#wze1082 { top:469px;left:1.7655px;bottom:auto;right:auto;width:464.469px;height:1433.296875px;display:block;z-index:1000; }#wze1081 { top:699.517px;left:58.7655px;bottom:auto;right:auto;width:346.938px;height:110.953px;display:block;z-index:1000; }#wze1083 { top:340.782px;left:91.867px;bottom:auto;right:auto;width:144.891px;height:146.922px;display:block;z-index:1000; }#wze1085 { top:15px;left:232.258px;bottom:auto;right:auto;width:159.859px;height:147.891px;display:block;z-index:1000; }#wze1086 { top:177.891px;left:100.328px;bottom:auto;right:auto;width:263.828px;height:147.891px;display:block;z-index:1000; }#wze1087 { top:340.782px;left:251.758px;bottom:auto;right:auto;width:120.844px;height:147.891px;display:block;z-index:1000; }#wze1088 { top:15px;left:72.367px;bottom:auto;right:auto;width:144.891px;height:146.922px;display:block;z-index:1000; }#wze1089 { top:825.455px;left:43.836px;bottom:auto;right:auto;width:376.797px;height:103.859px;display:block;z-index:1000; }#wze1090 { top:503.673px;left:42.3125px;bottom:auto;right:auto;width:379.844px;height:180.844px;display:block;z-index:1000; }#wze1091 { top:1268.3px;left:15px;bottom:auto;right:auto;width:434.469px;height:150px;display:block;z-index:1000;text-align:right; }#wze1146 { top:1137.3px;left:98.2345px;bottom:auto;right:auto;width:268px;height:116px;display:block;z-index:1000; }#wze1147 { top:944.299px;left:152.734px;bottom:auto;right:auto;width:159px;height:178px;display:block;z-index:1000; }#wz-section-wzs121 { height:1917.3px;--section-height:1917.3px; }#wze695 { top:167.031px;left:178.001px;bottom:auto;right:auto;width:108px;height:36px;z-index:1000; }#wze696 { top:59px;left:13px;bottom:auto;right:auto;width:438px;height:66px;z-index:1000;text-align:justify; }#wze697 { top:140.016px;left:13px;bottom:auto;right:auto;width:438px;height:14px;z-index:1000;text-align:center; }#wz-section-wzs77 { height:251.984px;--section-height:251.984px; }#wze535 { top:328.891px;left:15.0002px;bottom:auto;right:auto;width:438px;height:198.984px;z-index:1000; }#wze537 { top:108.042px;left:44.813px;bottom:auto;right:auto;width:353px;height:63px;z-index:1000;text-align:right; }#wze764 { top:13.5156px;left:106.836px;bottom:auto;right:auto;width:261px;height:60px;z-index:1000;text-align:right; }#wze563 { top:1334.93px;left:14.6576px;bottom:auto;right:auto;width:438.688px;height:1px;z-index:1000; }#wze766 { top:537.407px;left:159.01px;bottom:auto;right:auto;width:217px;height:284.5156px;z-index:1000; }#wze768 { top:20.0156px;left:67.883px;bottom:auto;right:auto;width:145px;height:30px;z-index:1000;text-align:right; }#wze1108 { top:65.0156px;left:9.03037px;bottom:auto;right:auto;width:198.938px;height:204.5px;z-index:1000; }#wze770 { top:810.412px;left:15.0018px;bottom:auto;right:auto;width:438px;height:399.469px;z-index:1000; }#wze772 { top:20.0056px;left:213.508px;bottom:auto;right:auto;width:145px;height:30px;z-index:1000;text-align:right; }#wze773 { top:147.0412px;left:88.3905px;bottom:auto;right:auto;width:221px;height:37px;z-index:1000;text-align:justify; }#wze774 { top:221.538px;left:113.865px;bottom:auto;right:auto;width:196px;height:19px;z-index:1000;text-align:justify; }#wze775 { top:268.574px;left:132.719px;bottom:auto;right:auto;width:174px;height:19px;z-index:1000;text-align:justify; }#wze776 { top:142.5312px;left:328.016px;bottom:auto;right:auto;width:30px;height:30px;z-index:1000; }#wze777 { top:262.032px;left:328.001px;bottom:auto;right:auto;width:30px;height:30px;z-index:1000; }#wze778 { top:201.522px;left:328.516px;bottom:auto;right:auto;width:30px;height:30px;z-index:1000; }#wze1011 { top:306.542px;left:327px;bottom:auto;right:auto;width:34px;height:34px;z-index:1000; }#wze1012 { top:314.59px;left:129px;bottom:auto;right:auto;width:180px;height:20px;z-index:1000;text-align:right; }#wze1115 { top:65.0056px;left:108.5px;bottom:auto;right:auto;width:221px;height:58px;z-index:1000;text-align:justify; }#wze779 { top:1350.92px;left:62.0004px;bottom:auto;right:auto;width:344px;height:38px;z-index:1000;text-align:right; }#wze780 { top:1109.92px;left:249.626px;bottom:auto;right:auto;width:126.375px;height:207.984px;z-index:1000; }#wze781 { top:20.0056px;left:12.375px;bottom:auto;right:auto;width:114px;height:30px;z-index:1000;text-align:right; }#wze783 { top:69.5212px;left:49.375px;bottom:auto;right:auto;width:77px;height:30px;z-index:1000; }#wze784 { top:99.5212px;left:24.36px;bottom:auto;right:auto;width:118px;height:30px;z-index:1000; }#wze785 { top:127.522px;left:62.375px;bottom:auto;right:auto;width:50px;height:30px;z-index:1000; }#wze999 { top:-0.99625px;bottom:auto;right:auto;height:309.984px;z-index:1000; }#wze758 { top:62.0156px;left:14.0001px;bottom:auto;right:auto;width:438px;height:62px;z-index:1000;text-align:right; }#wze759 { top:208.032px;left:106.813px;bottom:auto;right:auto;width:255px;height:51px;z-index:1000; }#wze760 { top:157.016px;left:107.813px;bottom:auto;right:auto;width:253px;height:51px;z-index:1000; }#wze761 { top:16px;left:60.3034px;bottom:auto;right:auto;width:180px;height:19px;z-index:1000;text-align:right; }#wze762 { top:30.0152px;left:272.001px;bottom:auto;right:auto;width:180px;height:19px;z-index:1000;text-align:right; }#wze1118 { top:1552.86px;left:200.5px;bottom:auto;right:auto;width:67px;height:55px;z-index:1000; }#wze1148 { top:1622.86px;left:171.5px;bottom:auto;right:auto;width:125px;height:69px;z-index:1000; }#wz-section-footer { height:2104.845265px;--section-height:2104.845265px; }#wze709 { top:14.2578px;left:415.216px;bottom:auto;right:auto;width:37px;height:46px;z-index:1000; }#wze810 { top:11.5156px;left:15.7969px;bottom:auto;right:auto;width:50px;height:51.4844px;z-index:1000; }#wze1037 { top:78px;left:15px;bottom:auto;right:auto;width:438px;height:37.125px;z-index:1000; }#wz-section-header { height:180.86743450357px;--section-height:180.86743450357px; }#wz-section-allPage { height:0px;--section-height:0px; }#wze711 { top:30px;left:184px;bottom:auto;right:auto;width:268px;height:25px;z-index:1000;text-align:right; }#wze712 { top:55px;left:9px;bottom:auto;right:auto;width:438px;height:36px;z-index:1000;text-align:right; }#wze713 { top:97px;left:13.7813px;bottom:auto;right:auto;width:438px;height:21px;z-index:1000;text-align:right; }#wz-section-wzs27 { height:155px;--section-height:155px; }#wze714 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:270.188px;z-index:1000; }#wze715 { top:300.188px;left:13.7838px;bottom:auto;right:auto;width:440.422px;height:270px;z-index:1000; }#wze716 { top:8px;left:14.0774px;bottom:auto;right:auto;width:410px;height:45px;z-index:1000;text-align:right; }#wze718 { top:83px;left:13.8663px;bottom:auto;right:auto;width:410.422px;height:157px;z-index:1000;text-align:right; }#wz-section-wzs67 { height:747.125px;--section-height:747.125px; }#wze811 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:355.594px;z-index:1000; }#wze812 { top:385.594px;left:15px;bottom:auto;right:auto;width:438px;height:298px;z-index:1000; }#wze813 { top:12px;left:16.97px;bottom:auto;right:auto;width:408px;height:45px;z-index:1000;text-align:right; }#wze815 { top:72px;left:16.97px;bottom:auto;right:auto;width:408px;height:182px;z-index:1000;text-align:right; }#wz-section-wzs81 { height:725.547px;--section-height:725.547px; }#wze822 { top:30px;left:186.22px;bottom:auto;right:auto;width:268px;height:25px;display:block;z-index:1000;text-align:right; }#wze823 { top:55px;left:15px;bottom:auto;right:auto;width:438px;height:200px;display:block;z-index:1000;text-align:right; }#wz-section-wzs86 { height:285px;--section-height:285px; }#wze1013 { top:45px;left:15px;bottom:auto;right:auto;width:438px;height:417.016px;z-index:1000; }#wze1014 { top:160.52px;left:17.672px;bottom:auto;right:auto;width:402px;height:242px;z-index:1000;text-align:justify; }#wze1015 { top:108.99px;left:236.67px;bottom:auto;right:auto;width:180px;height:39px;z-index:1000;text-align:right; }#wze1016 { top:13.5256px;left:294.143px;bottom:auto;right:auto;width:109px;height:94px;z-index:1000; }#wze1025 { top:481.016px;left:247.422px;bottom:auto;right:auto;width:212.141px;height:386.016px;z-index:1000; }#wze1026 { top:8.52563px;left:111.125px;bottom:auto;right:auto;width:88px;height:89px;z-index:1000; }#wze1027 { top:112.016px;left:3.15625px;bottom:auto;right:auto;width:196px;height:39px;z-index:1000;text-align:right; }#wze1028 { top:161.016px;left:5.14138px;bottom:auto;right:auto;width:194px;height:129px;z-index:1000;text-align:justify; }#wze1029 { top:864.03px;left:260px;bottom:auto;right:auto;width:205px;height:281.016px;z-index:1000; }#wze1030 { top:8.52563px;left:114.125px;bottom:auto;right:auto;width:85px;height:89px;z-index:1000; }#wze1031 { top:161.016px;left:5.14138px;bottom:auto;right:auto;width:194px;height:88px;z-index:1000;text-align:justify; }#wze1032 { top:112.016px;left:3.15625px;bottom:auto;right:auto;width:196px;height:39px;z-index:1000;text-align:right; }#wze1033 { top:1166.05px;left:265.422px;bottom:auto;right:auto;width:199.156px;height:193px;z-index:1000; }#wze1034 { top:8.52563px;left:114.125px;bottom:auto;right:auto;width:85px;height:89px;z-index:1000; }#wze1035 { top:112.016px;left:3.15625px;bottom:auto;right:auto;width:196px;height:39px;z-index:1000;text-align:right; }#wze1036 { top:161.016px;left:1.141px;bottom:auto;right:auto;width:198px;height:22px;z-index:1000;text-align:justify; }#wz-section-wzs93 { height:1398.05px;--section-height:1398.05px; }#wze963 { top:30px;left:185.001px;bottom:auto;right:auto;width:268px;height:25px;display:block;z-index:1000;text-align:right; }#wze964 { top:55px;left:15px;bottom:auto;right:auto;width:438px;height:72px;display:block;z-index:1000;text-align:right; }#wz-section-wzs103 { height:189px;--section-height:189px; }#wze966 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:81px;display:block;z-index:1000;text-align:right; }#wze973 { top:143px;left:4.527px;bottom:auto;right:auto;width:458.984px;height:688px;display:block;z-index:1000; }#wze973 .wz-gallery.wz-gallery-grid li { width:229px;height:229px;padding:10px; }#wz-section-wzs104 { height:872px;--section-height:872px; }#wze979 { top:30px;left:186.22px;bottom:auto;right:auto;width:268px;height:25px;display:block;z-index:1000;text-align:right; }#wze980 { top:55px;left:15px;bottom:auto;right:auto;width:438px;height:50px;display:block;z-index:1000;text-align:right; }#wz-section-wzs107 { height:186px;--section-height:186px; }#wze991 { top:310px;left:24px;bottom:auto;right:auto;width:438px;height:261px;display:block;z-index:1000; }#wze993 { top:20.0056px;left:213.508px;bottom:auto;right:auto;width:145px;height:30px;display:block;z-index:1000;text-align:right; }#wze995 { top:201.51px;left:175px;bottom:auto;right:auto;width:182px;height:42px;display:block;z-index:1000;text-align:justify; }#wze997 { top:168.506px;left:111.537px;bottom:auto;right:auto;width:245px;height:22px;display:block;z-index:1000;text-align:justify; }#wze1119 { top:65.0056px;left:37px;bottom:auto;right:auto;width:364px;height:38px;z-index:1000;text-align:justify; }#wze1120 { top:118.006px;left:44.5px;bottom:auto;right:auto;width:349px;height:19px;z-index:1000;text-align:justify; }#wze1005 { top:586px;left:27px;bottom:auto;right:auto;width:438px;height:190px;z-index:1000; }#wze1007 { top:515px;left:25px;bottom:auto;right:auto;width:438px;height:43px;z-index:1000;text-align:right; }#wze1121 { top:791px;left:15px;bottom:auto;right:auto;width:438px;height:438px;z-index:1000; }#wze1121 .wz-gallery.wz-gallery-grid li { width:219px;height:146px;padding:10px; }#wz-section-wzs110 { height:1362.987px;--section-height:1362.987px; }#wze1124 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:239.422px;display:block;z-index:1000; }#wz-section-wzs113 { height:269.422px;--section-height:269.422px; }#wze1125 { top:15px;left:46.5px;bottom:auto;right:auto;width:375px;height:58px;display:block;z-index:1000;text-align:right; }#wz-section-wzs129 { height:88px;--section-height:88px; }#wze1041 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:866.047px;display:block;z-index:1000; }#wze1042 { top:896.047px;left:15px;bottom:auto;right:auto;width:438px;height:514.547px;display:block;z-index:1000; }#wze1043 { top:10px;left:97.5px;bottom:auto;right:auto;width:242px;height:28px;display:block;z-index:1000;text-align:right; }#wze1044 { top:40px;left:97.5px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze1045 { top:50px;left:97.5px;bottom:auto;right:auto;width:242px;height:351.547px;display:block;z-index:1000; }#wze1046 { top:421.637px;left:97.5px;bottom:auto;right:auto;width:242px;height:28px;display:block;z-index:1000;text-align:right; }#wze1047 { top:451.637px;left:97.5px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze1048 { top:461.637px;left:97.5px;bottom:auto;right:auto;width:242px;height:38px;display:block;z-index:1000; }#wz-section-wzs115 { height:1425.593875px;--section-height:1425.593875px; }#wze1049 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:103.422px;display:block;z-index:1000; }#wze1050 { top:773.422px;left:15px;bottom:auto;right:auto;width:438px;height:103.422px;display:block;z-index:1000; }#wze1051 { top:133.422px;left:15px;bottom:auto;right:auto;width:438px;height:625px;display:block;z-index:1000; }#wze1052 { top:10px;left:97.5px;bottom:auto;right:auto;width:242px;height:25px;display:block;z-index:1000;text-align:right; }#wze1053 { top:40px;left:97.5px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze1054 { top:50px;left:97.5px;bottom:auto;right:auto;width:242px;height:400px;display:block;z-index:1000; }#wze1055 { top:470px;left:97.5px;bottom:auto;right:auto;width:242px;height:25px;display:block;z-index:1000;text-align:right; }#wze1056 { top:500px;left:97.5px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze1057 { top:510px;left:97.5px;bottom:auto;right:auto;width:242px;height:100px;display:block;z-index:1000; }#wz-section-wzs114 { height:891.843875px;--section-height:891.843875px; }#wze1059 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:112.306px;z-index:1000;order:1; }#wz-section-wzs116 { height:414.30769230769px;--section-height:414.30769230769px; }.wzc-section-wzs116 { background:;background-color:rgba(255, 255, 255, 0); }#wze1104 { top:60px;left:15px;bottom:auto;right:auto;width:438px;height:127.281px;display:block;z-index:1000; }#wze1105 { top:15px;left:144px;bottom:auto;right:auto;width:180px;height:30px;display:block;z-index:1000;text-align:right; }#wz-section-wzs122 { height:202.266px;--section-height:202.266px; }#wz-section-wzs128 { height:15px;--section-height:15px; }#wze1109 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:257.729px;display:block;z-index:1000; }#wze1114 { bottom:auto;right:auto;width:438px;height:189px;z-index:1000; }#wz-section-wzs123 { height:491.719px;--section-height:491.719px; }#wze1110 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:438px;display:block;z-index:1000; }#wz-section-wzs124 { height:672px;--section-height:672px; }#wze1111 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:176.125px;display:block;z-index:1000; }.wzc185  .wz-profile-orders-header p { font-size:16px; }.wzc185  .wz-profile-orders-header-option { font-size:10px; }.wzc185  .wz-profile-orders-order-items-header p { font-size:10px; }.wzc185  .wz-profile-orders-order-details p { font-size:10px; }#wz-section-wzs125 { height:410.125px;--section-height:410.125px; }#wze1112 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:334.698px;display:block;z-index:1000; }.wzc188  .wz-profile-order-details-information { grid-template-columns: 50%; }.wzc188  .wz-profile-order-details-information-item-name { font-size:11px; }.wzc188  .wz-profile-order-details-information-item-value { font-size:11px; }.wzc188  [data-name=total_include_tax] { padding:10px; }.wzc188  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:16px; }.wzc188  .wz-profile-order-details-order-information-header { font-size:10px; }.wzc188  .wz-profile-order-details-order-detail { font-size:10px; }.wzc188  .wz-profile-order-details-order-summary-information-name { font-size:10px; }.wzc188  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date" "status status"; }.wzc188  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost" "paymentMethod shippingMethod" "deliveryDate deliveryDate" "totalCost totalCost"; }#wz-section-wzs126 { height:568.698px;--section-height:568.698px; }#wze1113 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:279.427px;display:block;z-index:1000; }#wz-section-wzs127 { height:513.417px;--section-height:513.417px; }.cssgrid #wze667 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze666 { margin:  0px 0px 3px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze665 { margin:  0px 0px 51px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze668 { margin:  14px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze669 { margin:  0px 0px 15px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze1004 { margin:  0px 0px 15px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze1094 { margin:  15px 0px 298px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1156 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1149 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1155 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1154 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }#wze671 { --gtr:2 }.cssgrid #wze671 { margin:  30px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1157 { margin:  0px 0px 80px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze408 { margin:  9px 0px 30px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze672 { margin:  0px 0px 19px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze678 { margin:  46px 0px 44px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1077 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 177.969px }.cssgrid #wze1078 { margin:  3px 0px 0px 0px; grid-area: 2 / 1 / 4 / 2;min-height: 185.969px }#wze411 { --gtr:2 }.cssgrid #wze411 { margin:  157px 0px 0px 0px; grid-area: 2 / 1 / 5 / 2; }#wze680 { --gtr:2 }.cssgrid #wze680 { margin:  163px 0px 59px 0px; grid-area: 2 / 1 / 6 / 2; }.cssgrid #wze1079 { margin:  0px 0px 0px 0px; grid-area: 6 / 1 / 7 / 2;min-height: 184.969px }.cssgrid #wze1080 { margin:  11px 0px 0px 0px; grid-area: 6 / 1 / 8 / 2;min-height: 181.969px }#wze684 { --gtr:2 }.cssgrid #wze684 { margin:  171px 0px 0px 0px; grid-area: 6 / 1 / 9 / 2; }#wze688 { --gtr:2 }.cssgrid #wze688 { margin:  171px 0px 74px 0px; grid-area: 6 / 1 / 10 / 2; }.cssgrid #wze419 { margin:  21px 0px 9px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze422 { margin:  0px 0px 7px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze682 { margin:  23px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze683 { margin:  0px 0px 10px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze686 { margin:  23px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze687 { margin:  0px 0px 10px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze690 { margin:  23px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze691 { margin:  0px 0px 10px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1070 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1071 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1072 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }#wze1082 { --gtr:9 }.cssgrid #wze1082 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze1088 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 146.922px }.cssgrid #wze1085 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 3 / 2;min-height: 147.891px }.cssgrid #wze1086 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 147.891px }.cssgrid #wze1083 { margin:  0px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2;min-height: 146.922px }.cssgrid #wze1087 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 6 / 2;min-height: 147.891px }.cssgrid #wze1090 { margin:  0px 0px 15px 0px; grid-area: 6 / 1 / 7 / 2;min-height: 180.844px }.cssgrid #wze1081 { margin:  0px 0px 15px 0px; grid-area: 7 / 1 / 8 / 2;min-height: 110.953px }.cssgrid #wze1089 { margin:  0px 0px 15px 0px; grid-area: 8 / 1 / 9 / 2;min-height: 103.859px }.cssgrid #wze1147 { margin:  0px 0px 15px 0px; grid-area: 9 / 1 / 10 / 2; }.cssgrid #wze1146 { margin:  0px 0px 15px 0px; grid-area: 10 / 1 / 11 / 2; }.cssgrid #wze1091 { margin:  0px 0px 15px 0px; grid-area: 11 / 1 / 12 / 2; }.cssgrid #wze696 { margin:  59px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze697 { margin:  0px 0px 13px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze695 { margin:  0px 0px 49px 0px; grid-area: 3 / 1 / 4 / 2; }#wze999 { --gtr:3 }.cssgrid #wze999 { margin:  -1px 0px 20px 0px; grid-area: 1 / 1 / 2 / 2; }#wze535 { --gtr:2 }.cssgrid #wze535 { margin:  0px 0px 9px 0px; grid-area: 2 / 1 / 3 / 2; }#wze766 { --gtr:2 }.cssgrid #wze766 { margin:  0px 0px 288px 0px; grid-area: 3 / 1 / 4 / 2; }#wze770 { --gtr:6 }.cssgrid #wze770 { margin:  273px 0px 0px 0px; grid-area: 3 / 1 / 5 / 2; }#wze780 { --gtr:3 }.cssgrid #wze780 { margin:  0px 0px 17px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze563 { margin:  0px 0px 15px 0px; grid-area: 6 / 1 / 7 / 2;min-height: 1px }.cssgrid #wze779 { margin:  0px 0px 164px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze1118 { margin:  0px 0px 15px 0px; grid-area: 8 / 1 / 9 / 2;min-height: 55px }.cssgrid #wze1148 { margin:  0px 0px 413px 0px; grid-area: 9 / 1 / 10 / 2; }.cssgrid #wze762 { margin:  30px 0px 13px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze758 { margin:  0px 0px 33px 0px; grid-area: 2 / 1 / 3 / 2; }#wze760 { --gtr:1 }.cssgrid #wze760 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze759 { margin:  51px 0px 51px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze761 { margin:  16px 0px 16px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze764 { margin:  14px 0px 34px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze537 { margin:  0px 0px 28px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze768 { margin:  20px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1108 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze772 { margin:  20px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1115 { margin:  0px 0px 20px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze776 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze773 { margin:  4px 0px 18px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze778 { margin:  0px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze774 { margin:  20px 0px 21px 0px; grid-area: 5 / 1 / 7 / 2; }.cssgrid #wze777 { margin:  0px 0px 15px 0px; grid-area: 7 / 1 / 9 / 2; }.cssgrid #wze775 { margin:  7px 0px 0px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze1011 { margin:  0px 0px 58px 0px; grid-area: 9 / 1 / 11 / 2; }.cssgrid #wze1012 { margin:  8px 0px 0px 0px; grid-area: 9 / 1 / 10 / 2; }.cssgrid #wze781 { margin:  20px 0px 20px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze783 { margin:  0px 0px 28px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze784 { margin:  30px 0px 0px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze785 { margin:  0px 0px 50px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze810 { margin:  12px 0px 15px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze709 { margin:  14px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1037 { margin:  0px 0px 66px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze711 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze712 { margin:  55px 0px 6px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze713 { margin:  0px 0px 37px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze714 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze715 { --gtr:2 }.cssgrid #wze715 { margin:  0px 0px 177px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze716 { margin:  8px 0px 30px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze718 { margin:  0px 0px 30px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze811 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze812 { --gtr:2 }.cssgrid #wze812 { margin:  0px 0px 42px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze813 { margin:  12px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze815 { margin:  0px 0px 44px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze822 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze823 { margin:  55px 0px 30px 0px; grid-area: 1 / 1 / 3 / 2; }#wze1013 { --gtr:3 }.cssgrid #wze1013 { margin:  45px 0px 19px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1025 { --gtr:3 }.cssgrid #wze1025 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }#wze1029 { --gtr:3 }.cssgrid #wze1029 { margin:  383px 0px 21px 0px; grid-area: 2 / 1 / 4 / 2; }#wze1033 { --gtr:3 }.cssgrid #wze1033 { margin:  0px 0px 39px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze1016 { margin:  14px 0px 1px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1015 { margin:  0px 0px 13px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1014 { margin:  0px 0px 14px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1026 { margin:  9px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1027 { margin:  0px 0px 10px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1028 { margin:  0px 0px 96px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1030 { margin:  9px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1032 { margin:  0px 0px 10px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1031 { margin:  0px 0px 32px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1034 { margin:  9px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1035 { margin:  0px 0px 10px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1036 { margin:  0px 0px 10px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze963 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze964 { margin:  55px 0px 62px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze966 { margin:  15px 0px 47px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze973 { margin:  0px 0px 41px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze979 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze980 { margin:  55px 0px 81px 0px; grid-area: 1 / 1 / 3 / 2; }#wze991 { --gtr:5 }.cssgrid #wze991 { margin:  310px 0px 15px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze1007 { margin:  515px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1005 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1121 { margin:  0px 0px 134px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze993 { margin:  20px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1119 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1120 { margin:  0px 0px 32px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze997 { margin:  0px 0px 11px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze995 { margin:  0px 0px 17px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze1124 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1125 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1041 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1042 { --gtr:6 }.cssgrid #wze1042 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1043 { margin:  10px 0px 2px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1044 { margin:  0px 0px 6px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 4px }.cssgrid #wze1045 { margin:  0px 0px 20px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1046 { margin:  0px 0px 2px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze1047 { margin:  0px 0px 6px 0px; grid-area: 5 / 1 / 6 / 2;min-height: 4px }.cssgrid #wze1048 { margin:  0px 0px 15px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze1049 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1051 { --gtr:6 }.cssgrid #wze1051 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1050 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1052 { margin:  10px 0px 5px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1053 { margin:  0px 0px 6px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 4px }.cssgrid #wze1054 { margin:  0px 0px 20px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1055 { margin:  0px 0px 5px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze1056 { margin:  0px 0px 6px 0px; grid-area: 5 / 1 / 6 / 2;min-height: 4px }.cssgrid #wze1057 { margin:  0px 0px 15px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze1105 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1104 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1114 { margin:  0px 0px 30px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1109 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1110 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1111 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1112 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1113 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wz-section-wzs53  { --gtr:5 }#wz-section-wzs120  { --gtr:1 }#wz-section-wzs130  { --gtr:4 }#wz-section-wzs56  { --gtr:2 }#wz-section-wzs76  { --gtr:3 }#wz-section-wzs121  { --gtr:4 }#wz-section-wzs77  { --gtr:3 }#wz-section-footer  { --gtr:8 }#wz-section-header  { --gtr:2 }#wz-section-wzs27  { --gtr:2 }#wz-section-wzs67  { --gtr:2 }#wz-section-wzs81  { --gtr:2 }#wz-section-wzs86  { --gtr:1 }#wz-section-wzs93  { --gtr:3 }#wz-section-wzs103  { --gtr:1 }#wz-section-wzs104  { --gtr:2 }#wz-section-wzs107  { --gtr:1 }#wz-section-wzs110  { --gtr:3 }#wz-section-wzs113  { --gtr:1 }#wz-section-wzs129  { --gtr:1 }#wz-section-wzs115  { --gtr:2 }#wz-section-wzs114  { --gtr:3 }#wz-section-wzs116  { --gtr:1 }#wz-section-wzs122  { --gtr:2 }#wz-section-wzs128  { --gtr:0 }#wz-section-wzs123  { --gtr:2 }#wz-section-wzs124  { --gtr:2 }#wz-section-wzs125  { --gtr:2 }#wz-section-wzs126  { --gtr:2 }#wz-section-wzs127  { --gtr:2 }}@media only screen and (min-width : 768px)and (max-width : 1170px) {#wze665 { top:84.687px;left:632.502px;bottom:auto;right:auto;width:69.9653px;height:60.9688px;display:block;z-index:1000; }#wze666 { top:80px;left:169px;bottom:auto;right:auto;width:430px;height:35.6875px;display:block;z-index:1000;text-align:right; }#wze667 { top:15px;left:708px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze668 { top:130.703px;left:207.533px;bottom:auto;right:auto;width:267.986px;height:25px;display:block;z-index:1000;text-align:right; }#wze669 { top:206.674px;left:15.0155px;bottom:auto;right:auto;width:737.986px;height:50px;display:block;z-index:1000;text-align:right; }#wze1004 { top:271.69px;left:184.512px;bottom:auto;right:auto;width:398.993px;height:25px;display:block;z-index:1000;text-align:right; }#wz-section-wzs53 { height:311.609px;--section-height:311.609px; }#wze1094 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:1572.2075px;z-index:1000; }#wze1094 .wz-gallery.wz-gallery-grid li { width:246px;height:524px;padding:10px; }#wze1066 { top:917.016px;left:279px;bottom:auto;right:auto;width:180px;height:43px;display:block;z-index:1000;text-align:right; }#wze1068 { top:402px;left:10.016px;bottom:auto;right:auto;width:716.938px;height:73px;display:block;z-index:1000;text-align:right; }#wze1069 { top:485.016px;left:37.016px;bottom:auto;right:auto;width:690.938px;height:50px;display:block;z-index:1000;text-align:right; }#wze1095 { top:15px;left:181.5px;bottom:auto;right:auto;width:375px;height:58px;z-index:1000;text-align:right; }#wze1096 { top:402px;left:84px;bottom:auto;right:auto;width:570px;height:114px;z-index:1000;text-align:right; }#wze1098 { top:1406.016px;left:279px;bottom:auto;right:auto;width:180px;height:40px;z-index:1000; }#wze1103 { top:1461.016px;left:279px;bottom:auto;right:auto;width:180px;height:40px;z-index:1000; }#wze1127 { top:88px;left:176.5px;bottom:auto;right:auto;width:385px;height:299px;z-index:1000; }#wze1139 { top:975.016px;left:126.508px;bottom:auto;right:auto;width:484.984px;height:303px;z-index:1000;text-align:justify; }#wze1140 { top:531px;left:130.016px;bottom:auto;right:auto;width:477.969px;height:82px;z-index:1000;text-align:right; }#wze1142 { top:1516.02px;left:279.008px;bottom:auto;right:auto;width:179.984px;height:41.1875px;z-index:1000; }#wz-section-wzs120 { height:1577.2075px;--section-height:1577.2075px; }#wze1149 { top:88px;left:195px;bottom:auto;right:auto;width:378px;height:662px;display:block;z-index:1000; }#wze1154 { top:1442px;left:195px;bottom:auto;right:auto;width:378px;height:662px;display:block;z-index:1000; }#wze1155 { top:765px;left:201px;bottom:auto;right:auto;width:366px;height:662px;display:block;z-index:1000; }#wze1156 { top:15px;left:196.5px;bottom:auto;right:auto;width:375px;height:58px;display:block;z-index:1000;text-align:right; }#wz-section-wzs130 { height:2119px;--section-height:2119px; }#wze671 { top:7.5px;left:16.0625px;bottom:auto;right:auto;width:377px;height:256.031px;z-index:1000; }#wze408 { top:9.0152px;left:2.68741px;bottom:auto;right:auto;width:371px;height:37px;z-index:1000;text-align:right; }#wze672 { top:52.0302px;left:6.06254px;bottom:auto;right:auto;width:366px;height:167.984px;z-index:1000;text-align:right; }#wze1157 { top:278.531px;left:86.5px;bottom:auto;right:auto;width:595px;height:360px;z-index:1000; }#wz-section-wzs56 { height:900px;--section-height:900px; }#wze411 { top:378.673px;left:378.531px;bottom:auto;right:auto;width:348.141px;height:286.984px;z-index:1000; }#wze419 { top:11.996px;left:158.3px;bottom:auto;right:auto;width:180px;height:39px;z-index:1000;text-align:right; }#wze422 { top:55.5416px;left:10.6094px;bottom:auto;right:auto;width:328px;height:216px;z-index:1000;text-align:justify; }#wze678 { top:65.625px;left:572.992px;bottom:auto;right:auto;width:180px;height:86px;z-index:1000;text-align:right; }#wze680 { top:367.657px;left:64.903px;bottom:auto;right:auto;width:199.156px;height:333.031px;z-index:1000; }#wze682 { top:23.016px;left:3.15625px;bottom:auto;right:auto;width:196px;height:39px;z-index:1000;text-align:right; }#wze683 { top:67.0316px;left:0.14144px;bottom:auto;right:auto;width:194px;height:250.984px;z-index:1000;text-align:justify; }#wze684 { top:975.389px;left:451.353px;bottom:auto;right:auto;width:199.156px;height:164.984px;z-index:1000; }#wze686 { top:18.016px;left:-2.84382px;bottom:auto;right:auto;width:196px;height:39px;z-index:1000;text-align:right; }#wze687 { top:72.0316px;left:5.14138px;bottom:auto;right:auto;width:194px;height:83px;z-index:1000;text-align:justify; }#wze688 { top:954.755px;left:84.049px;bottom:auto;right:auto;width:199.156px;height:202.969px;z-index:1000; }#wze690 { top:23.016px;left:3.15625px;bottom:auto;right:auto;width:196px;height:78px;z-index:1000;text-align:right; }#wze691 { top:111.032px;left:1.141px;bottom:auto;right:auto;width:198px;height:82px;z-index:1000;text-align:justify; }#wze1077 { top:149.173px;left:422px;bottom:auto;right:auto;width:249.984px;height:249.969px;z-index:1000; }#wze1078 { top:143.14px;left:36px;bottom:auto;right:auto;width:249.984px;height:249.969px;z-index:1000; }#wze1079 { top:743.152px;left:428px;bottom:auto;right:auto;width:249.984px;height:249.969px;z-index:1000; }#wze1080 { top:733.18px;left:56px;bottom:auto;right:auto;width:249.984px;height:249.969px;z-index:1000; }#wz-section-wzs76 { height:1196.06px;--section-height:1196.06px; }#wze1070 { top:15px;left:15.0155px;bottom:auto;right:auto;width:737.986px;height:115.984px;display:block;z-index:1000;text-align:right; }#wze1071 { top:146.08px;left:15.0155px;bottom:auto;right:auto;width:737.986px;height:90px;display:block;z-index:1000;text-align:right; }#wze1072 { top:251.08px;left:15.0155px;bottom:auto;right:auto;width:737.986px;height:85px;display:block;z-index:1000;text-align:right; }#wze1082 { top:351.096px;left:1.769px;bottom:auto;right:auto;width:764.453px;height:811.596px;display:block;z-index:1000; }#wze1081 { top:361.641px;left:402.679px;bottom:auto;right:auto;width:346.927px;height:110.955px;display:block;z-index:1000; }#wze1083 { top:176.875px;left:542.785px;bottom:auto;right:auto;width:144.878px;height:146.927px;display:block;z-index:1000; }#wze1085 { top:8px;left:589.548px;bottom:auto;right:auto;width:159.861px;height:147.882px;display:block;z-index:1000; }#wze1086 { top:8px;left:148.434px;bottom:auto;right:auto;width:263.819px;height:147.882px;display:block;z-index:1000; }#wze1087 { top:8px;left:11.3925px;bottom:auto;right:auto;width:120.833px;height:147.882px;display:block;z-index:1000; }#wze1088 { top:8px;left:428.462px;bottom:auto;right:auto;width:144.878px;height:146.927px;display:block;z-index:1000; }#wze1089 { top:362.641px;left:19.589px;bottom:auto;right:auto;width:376.806px;height:103.872px;display:block;z-index:1000; }#wze1090 { top:165.781px;left:59.309px;bottom:auto;right:auto;width:379.844px;height:180.851px;display:block;z-index:1000; }#wze1091 { top:828.594px;left:47.7725px;bottom:auto;right:auto;width:652.917px;height:76px;display:block;z-index:1000;text-align:right; }#wze1146 { top:680.596px;left:248.227px;bottom:auto;right:auto;width:268px;height:116px;z-index:1000; }#wze1147 { top:487.596px;left:302.727px;bottom:auto;right:auto;width:159px;height:178px;z-index:1000; }#wz-section-wzs121 { height:1162.639px;--section-height:1162.639px; }#wze695 { top:166.532px;left:325.5px;bottom:auto;right:auto;width:117px;height:39px;z-index:1000; }#wze696 { top:73px;left:87.5px;bottom:auto;right:auto;width:585px;height:33px;z-index:1000;text-align:justify; }#wze697 { top:127.016px;left:143.001px;bottom:auto;right:auto;width:482px;height:16px;z-index:1000;text-align:center; }#wz-section-wzs77 { height:269.031px;--section-height:269.031px; }#wze535 { top:226.641px;left:355.548px;bottom:auto;right:auto;width:317px;height:249.984px;z-index:1000; }#wze537 { top:138.042px;left:-4.68787px;bottom:auto;right:auto;width:317px;height:84px;z-index:1000;text-align:right; }#wze764 { top:22.0156px;left:108.883px;bottom:auto;right:auto;width:145px;height:90px;z-index:1000;text-align:right; }#wze563 { top:839.316px;left:13.7834px;bottom:auto;right:auto;width:738.688px;height:1px;z-index:1000; }#wze766 { top:228.641px;left:87.11px;bottom:auto;right:auto;width:217px;height:282.5156px;z-index:1000; }#wze768 { top:18.0156px;left:66.883px;bottom:auto;right:auto;width:145px;height:30px;z-index:1000;text-align:right; }#wze1108 { top:63.0156px;left:9.03037px;bottom:auto;right:auto;width:198.938px;height:204.5px;z-index:1000; }#wze770 { top:530.588px;left:394.611px;bottom:auto;right:auto;width:279px;height:399.469px;z-index:1000; }#wze772 { top:20.0056px;left:134.008px;bottom:auto;right:auto;width:145px;height:30px;z-index:1000;text-align:right; }#wze773 { top:147.0412px;left:8.8905px;bottom:auto;right:auto;width:221px;height:37px;z-index:1000;text-align:justify; }#wze774 { top:221.538px;left:34.365px;bottom:auto;right:auto;width:196px;height:19px;z-index:1000;text-align:justify; }#wze775 { top:279.574px;left:56.2026px;bottom:auto;right:auto;width:170px;height:19px;z-index:1000;text-align:justify; }#wze776 { top:142.5312px;left:248.516px;bottom:auto;right:auto;width:30px;height:30px;z-index:1000; }#wze777 { top:262.032px;left:248.501px;bottom:auto;right:auto;width:30px;height:30px;z-index:1000; }#wze778 { top:201.522px;left:249.016px;bottom:auto;right:auto;width:30px;height:30px;z-index:1000; }#wze1011 { top:324.542px;left:243.5px;bottom:auto;right:auto;width:34px;height:34px;z-index:1000; }#wze1012 { top:331.59px;left:42.5px;bottom:auto;right:auto;width:180px;height:20px;z-index:1000;text-align:right; }#wze1115 { top:65.0056px;left:29px;bottom:auto;right:auto;width:221px;height:58px;z-index:1000;text-align:justify; }#wze779 { top:872.172px;left:333.515px;bottom:auto;right:auto;width:341px;height:38px;z-index:1000;text-align:right; }#wze780 { top:533.172px;left:176.736px;bottom:auto;right:auto;width:126.375px;height:255.984px;z-index:1000; }#wze781 { top:20.0056px;left:12.375px;bottom:auto;right:auto;width:114px;height:30px;z-index:1000;text-align:right; }#wze783 { top:69.5212px;left:49.375px;bottom:auto;right:auto;width:77px;height:30px;z-index:1000; }#wze784 { top:100.522px;left:24.36px;bottom:auto;right:auto;width:118px;height:30px;z-index:1000; }#wze785 { top:136.522px;left:64.375px;bottom:auto;right:auto;width:50px;height:30px;z-index:1000; }#wze999 { top:0.62438px;bottom:auto;right:auto;height:165.969px;z-index:1000; }#wze758 { top:62.0156px;left:324.001px;bottom:auto;right:auto;width:429px;height:56px;z-index:1000;text-align:right; }#wze759 { top:82.0156px;left:14.6559px;bottom:auto;right:auto;width:255px;height:51px;z-index:1000; }#wze760 { top:31px;left:14.6419px;bottom:auto;right:auto;width:255px;height:51px;z-index:1000; }#wze761 { top:16px;left:64.116px;bottom:auto;right:auto;width:180px;height:19px;z-index:1000;text-align:right; }#wze762 { top:31px;left:573px;bottom:auto;right:auto;width:180px;height:19px;z-index:1000;text-align:right; }#wze1118 { top:1074.11px;left:350.5px;bottom:auto;right:auto;width:67px;height:55px;z-index:1000; }#wze1148 { top:1144.11px;left:321.5px;bottom:auto;right:auto;width:125px;height:69px;z-index:1000; }#wz-section-footer { height:1589.017265px;--section-height:1589.017265px; }#wze709 { top:20px;left:712.065px;bottom:auto;right:auto;width:37px;height:46px;z-index:1000; }#wze810 { top:18px;left:15.0006px;bottom:auto;right:auto;width:50px;height:50px;z-index:1000; }#wze1037 { top:83px;left:148.094px;bottom:auto;right:auto;width:471.797px;height:40px;z-index:1000; }#wz-section-header { height:189px;--section-height:189px; }#wz-section-allPage { height:0px;--section-height:0px; }#wze711 { top:46px;left:481.063px;bottom:auto;right:auto;width:268px;height:25px;z-index:1000;text-align:right; }#wze712 { top:71px;left:152.064px;bottom:auto;right:auto;width:597px;height:58px;z-index:1000;text-align:right; }#wze713 { top:137px;left:221.314px;bottom:auto;right:auto;width:525px;height:21px;z-index:1000;text-align:right; }#wz-section-wzs27 { height:214px;--section-height:214px; }#wze714 { top:18px;left:449.453px;bottom:auto;right:auto;width:303.016px;height:354px;z-index:1000; }#wze715 { top:0px;left:11.6891px;bottom:auto;right:auto;width:428.422px;height:260px;z-index:1000; }#wze716 { top:6.0152px;left:7.11216px;bottom:auto;right:auto;width:410px;height:41px;z-index:1000;text-align:right; }#wze718 { top:58.3896px;left:48.2281px;bottom:auto;right:auto;width:371px;height:147px;z-index:1000;text-align:right; }#wz-section-wzs67 { height:489px;--section-height:489px; }#wze811 { top:22.5px;left:15.1123px;bottom:auto;right:auto;width:399.016px;height:423px;z-index:1000; }#wze812 { top:29.001px;left:431.994px;bottom:auto;right:auto;width:320px;height:285px;z-index:1000; }#wze813 { top:10.5152px;left:176.004px;bottom:auto;right:auto;width:144px;height:41px;z-index:1000;text-align:right; }#wze815 { top:60.8719px;left:7.89698px;bottom:auto;right:auto;width:309px;height:191px;z-index:1000;text-align:right; }#wz-section-wzs81 { height:469px;--section-height:469px; }#wze822 { top:48px;left:483.589px;bottom:auto;right:auto;width:268px;height:25px;display:block;z-index:1000;text-align:right; }#wze823 { top:73px;left:78.7508px;bottom:auto;right:auto;width:672px;height:60px;display:block;z-index:1000;text-align:right; }#wz-section-wzs86 { height:213px;--section-height:213px; }#wze1013 { top:42px;left:255.43px;bottom:auto;right:auto;width:257.141px;height:414.016px;z-index:1000; }#wze1014 { top:149.526px;left:10.6094px;bottom:auto;right:auto;width:229px;height:66px;z-index:1000;text-align:justify; }#wze1015 { top:104.996px;left:60.3104px;bottom:auto;right:auto;width:180px;height:39px;z-index:1000;text-align:right; }#wze1016 { top:8.52563px;left:181.143px;bottom:auto;right:auto;width:62px;height:89px;z-index:1000; }#wze1025 { top:471.016px;left:284.422px;bottom:auto;right:auto;width:199.156px;height:323.016px;z-index:1000; }#wze1026 { top:8.52563px;left:111.125px;bottom:auto;right:auto;width:88px;height:89px;z-index:1000; }#wze1027 { top:112.016px;left:3.15625px;bottom:auto;right:auto;width:196px;height:39px;z-index:1000;text-align:right; }#wze1028 { top:161.016px;left:5.14138px;bottom:auto;right:auto;width:194px;height:66px;z-index:1000;text-align:justify; }#wze1029 { top:809.032px;left:246.93px;bottom:auto;right:auto;width:274.141px;height:259.016px;z-index:1000; }#wze1030 { top:8.52563px;left:114.125px;bottom:auto;right:auto;width:85px;height:89px;z-index:1000; }#wze1031 { top:161.016px;left:5.14138px;bottom:auto;right:auto;width:194px;height:66px;z-index:1000;text-align:justify; }#wze1032 { top:112.016px;left:3.15625px;bottom:auto;right:auto;width:196px;height:39px;z-index:1000;text-align:right; }#wze1033 { top:1083.05px;left:284.422px;bottom:auto;right:auto;width:199.156px;height:237px;z-index:1000; }#wze1034 { top:8.52563px;left:114.125px;bottom:auto;right:auto;width:85px;height:89px;z-index:1000; }#wze1035 { top:112.016px;left:3.15625px;bottom:auto;right:auto;width:196px;height:39px;z-index:1000;text-align:right; }#wze1036 { top:161.016px;left:1.141px;bottom:auto;right:auto;width:198px;height:66px;z-index:1000;text-align:justify; }#wz-section-wzs93 { height:1409.048px;--section-height:1409.048px; }#wze963 { top:30px;left:481.064px;bottom:auto;right:auto;width:268px;height:25px;display:block;z-index:1000;text-align:right; }#wze964 { top:55px;left:133.47px;bottom:auto;right:auto;width:619px;height:100px;display:block;z-index:1000;text-align:right; }#wz-section-wzs103 { height:218px;--section-height:218px; }#wze966 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:64px;display:block;z-index:1000;text-align:right; }#wze973 { top:115px;left:4.01587px;bottom:auto;right:auto;width:759.969px;height:522px;display:block;z-index:1000; }#wze973 .wz-gallery.wz-gallery-grid li { width:253px;height:261px;padding:10px; }#wz-section-wzs104 { height:685px;--section-height:685px; }#wze979 { top:55px;left:481.064px;bottom:auto;right:auto;width:268px;height:25px;display:block;z-index:1000;text-align:right; }#wze980 { top:80px;left:451.5px;bottom:auto;right:auto;width:299px;height:58px;display:block;z-index:1000;text-align:right; }#wz-section-wzs107 { height:243px;--section-height:243px; }#wze991 { top:159.015px;left:480px;bottom:auto;right:auto;width:279px;height:189.006px;display:block;z-index:1000; }#wze993 { top:20.0056px;left:134.008px;bottom:auto;right:auto;width:145px;height:30px;display:block;z-index:1000;text-align:right; }#wze995 { top:238.51px;left:26.5px;bottom:auto;right:auto;width:251px;height:21px;display:block;z-index:1000;text-align:justify; }#wze997 { top:205.506px;left:32.037px;bottom:auto;right:auto;width:245px;height:22px;display:block;z-index:1000;text-align:justify; }#wze1119 { top:65.0056px;left:15px;bottom:auto;right:auto;width:249px;height:57px;z-index:1000;text-align:justify; }#wze1120 { top:137.006px;left:15px;bottom:auto;right:auto;width:249px;height:37px;z-index:1000;text-align:justify; }#wze1005 { top:336.013px;left:169px;bottom:auto;right:auto;width:450px;height:190px;z-index:1000; }#wze1007 { top:279.013px;left:106px;bottom:auto;right:auto;width:508px;height:43px;z-index:1000;text-align:right; }#wze1121 { top:541.013px;left:154px;bottom:auto;right:auto;width:460px;height:460px;z-index:1000; }#wze1121 .wz-gallery.wz-gallery-grid li { width:153px;height:153px;padding:10px; }#wz-section-wzs110 { height:1195px;--section-height:1195px; }#wze1124 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:403.406px;display:block;z-index:1000; }#wz-section-wzs113 { height:433.391px;--section-height:433.391px; }#wze1125 { top:15px;left:196.5px;bottom:auto;right:auto;width:375px;height:58px;display:block;z-index:1000;text-align:right; }#wz-section-wzs129 { height:88px;--section-height:88px; }#wze1041 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:1459.23px;display:block;z-index:1000; }#wze1042 { top:1489.22px;left:252.5px;bottom:auto;right:auto;width:263px;height:514.547px;display:block;z-index:1000; }#wze1043 { top:10px;left:10px;bottom:auto;right:auto;width:242px;height:28px;display:block;z-index:1000;text-align:right; }#wze1044 { top:40px;left:10px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze1045 { top:50px;left:10px;bottom:auto;right:auto;width:242px;height:351.547px;display:block;z-index:1000; }#wze1046 { top:421.637px;left:10px;bottom:auto;right:auto;width:242px;height:28px;display:block;z-index:1000;text-align:right; }#wze1047 { top:451.637px;left:10px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze1048 { top:461.637px;left:10px;bottom:auto;right:auto;width:242px;height:38px;display:block;z-index:1000; }#wz-section-wzs115 { height:2018.76575px;--section-height:2018.76575px; }#wze1049 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:174.25px;display:block;z-index:1000; }#wze1050 { top:844.25px;left:15px;bottom:auto;right:auto;width:738px;height:174.25px;display:block;z-index:1000; }#wze1051 { top:204.25px;left:252.5px;bottom:auto;right:auto;width:263px;height:625px;display:block;z-index:1000; }#wze1052 { top:10px;left:10px;bottom:auto;right:auto;width:242px;height:25px;display:block;z-index:1000;text-align:right; }#wze1053 { top:40px;left:10px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze1054 { top:50px;left:10px;bottom:auto;right:auto;width:242px;height:400px;display:block;z-index:1000; }#wze1055 { top:470px;left:10px;bottom:auto;right:auto;width:242px;height:25px;display:block;z-index:1000;text-align:right; }#wze1056 { top:500px;left:10px;bottom:auto;right:auto;width:242px;height:4px;display:block;z-index:1000; }#wze1057 { top:510px;left:10px;bottom:auto;right:auto;width:242px;height:100px;display:block;z-index:1000; }#wz-section-wzs114 { height:1033.5px;--section-height:1033.5px; }#wze1059 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:189.225px;display:block;z-index:1000;order:1; }#wz-section-wzs116 { height:189.225px;--section-height:189.225px; }#wze1104 { top:60px;left:15px;bottom:auto;right:auto;width:738px;height:214.469px;display:block;z-index:1000; }#wze1105 { top:15px;left:294px;bottom:auto;right:auto;width:180px;height:30px;display:block;z-index:1000;text-align:right; }#wz-section-wzs122 { height:289.469px;--section-height:289.469px; }#wz-section-wzs128 { height:15px;--section-height:15px; }#wze1109 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:434.271px;display:block;z-index:1000; }#wze1114 { bottom:auto;right:auto;width:738px;height:222px;z-index:1000; }#wz-section-wzs123 { height:701.271px;--section-height:701.271px; }#wze1110 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:738px;display:block;z-index:1000; }#wz-section-wzs124 { height:1005px;--section-height:1005px; }#wze1111 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:296.76px;display:block;z-index:1000; }#wz-section-wzs125 { height:563.75px;--section-height:563.75px; }#wze1112 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:563.938px;display:block;z-index:1000; }#wz-section-wzs126 { height:830.938px;--section-height:830.938px; }#wze1113 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:470.823px;display:block;z-index:1000; }#wz-section-wzs127 { height:737.823px;--section-height:737.823px; }.cssgrid #wze667 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze666 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze665 { margin:  5px 0px 0px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze668 { margin:  0px 0px 51px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze669 { margin:  0px 0px 15px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze1004 { margin:  0px 0px 15px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze1094 { margin:  15px 0px -10px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1156 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1149 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1155 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1154 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }#wze671 { --gtr:2 }.cssgrid #wze671 { margin:  8px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1157 { margin:  0px 0px 261px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze408 { margin:  9px 0px 6px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze672 { margin:  0px 0px 36px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze678 { margin:  66px 0px 216px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1078 { margin:  143px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2;min-height: 249.969px }.cssgrid #wze1077 { margin:  149px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2;min-height: 249.969px }#wze680 { --gtr:2 }.cssgrid #wze680 { margin:  0px 0px 32px 0px; grid-area: 2 / 1 / 6 / 2; }#wze411 { --gtr:2 }.cssgrid #wze411 { margin:  11px 0px 0px 0px; grid-area: 2 / 1 / 5 / 2; }.cssgrid #wze1080 { margin:  0px 0px 0px 0px; grid-area: 6 / 1 / 7 / 2;min-height: 249.969px }.cssgrid #wze1079 { margin:  10px 0px 0px 0px; grid-area: 6 / 1 / 8 / 2;min-height: 249.969px }#wze688 { --gtr:2 }.cssgrid #wze688 { margin:  222px 0px 38px 0px; grid-area: 6 / 1 / 10 / 2; }#wze684 { --gtr:2 }.cssgrid #wze684 { margin:  242px 0px 0px 0px; grid-area: 6 / 1 / 9 / 2; }.cssgrid #wze682 { margin:  23px 0px 5px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze683 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze419 { margin:  12px 0px 5px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze422 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze690 { margin:  23px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze691 { margin:  0px 0px 10px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze686 { margin:  18px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze687 { margin:  0px 0px 10px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1070 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1071 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1072 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }#wze1082 { --gtr:6 }.cssgrid #wze1082 { margin:  0px 0px -0.36099999999988px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze1088 { margin:  8px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 146.927px }.cssgrid #wze1085 { margin:  8px 0px 10px 0px; grid-area: 1 / 1 / 3 / 2;min-height: 147.882px }.cssgrid #wze1086 { margin:  8px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2;min-height: 147.882px }.cssgrid #wze1087 { margin:  8px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2;min-height: 147.882px }.cssgrid #wze1090 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 5 / 2;min-height: 180.851px }.cssgrid #wze1083 { margin:  11px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 146.927px }.cssgrid #wze1081 { margin:  0px 0px 15px 0px; grid-area: 5 / 1 / 7 / 2;min-height: 110.955px }.cssgrid #wze1089 { margin:  1px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2;min-height: 103.872px }.cssgrid #wze1147 { margin:  0px 0px 15px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze1146 { margin:  0px 0px 0px 0px; grid-area: 8 / 1 / 9 / 2; }.cssgrid #wze1091 { margin:  32px 0px -93.404px 0px; grid-area: 9 / 1 / 10 / 2; }.cssgrid #wze696 { margin:  73px 0px 21px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze697 { margin:  0px 0px 24px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze695 { margin:  0px 0px 63px 0px; grid-area: 3 / 1 / 4 / 2; }#wze999 { --gtr:2 }.cssgrid #wze999 { margin:  1px 0px 60px 0px; grid-area: 1 / 1 / 2 / 2; }#wze535 { --gtr:2 }.cssgrid #wze535 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }#wze766 { --gtr:2 }.cssgrid #wze766 { margin:  2px 0px 20px 0px; grid-area: 2 / 1 / 4 / 2; }#wze770 { --gtr:6 }.cssgrid #wze770 { margin:  0px 0px 144px 0px; grid-area: 4 / 1 / 8 / 2; }#wze780 { --gtr:4 }.cssgrid #wze780 { margin:  2px 0px 50px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze563 { margin:  0px 0px 32px 0px; grid-area: 5 / 1 / 6 / 2;min-height: 1px }.cssgrid #wze779 { margin:  0px 0px 0px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze1118 { margin:  0px 0px 15px 0px; grid-area: 8 / 1 / 9 / 2;min-height: 55px }.cssgrid #wze1148 { margin:  0px 0px 376px 0px; grid-area: 9 / 1 / 10 / 2; }#wze760 { --gtr:1 }.cssgrid #wze760 { margin:  31px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze762 { margin:  31px 0px 12px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze758 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze759 { margin:  20px 0px 33px 0px; grid-area: 2 / 1 / 5 / 2; }.cssgrid #wze761 { margin:  16px 0px 16px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze764 { margin:  22px 0px 26px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze537 { margin:  0px 0px 28px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze768 { margin:  18px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1108 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze772 { margin:  20px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1115 { margin:  0px 0px 20px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze776 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze773 { margin:  4px 0px 18px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze778 { margin:  0px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze774 { margin:  20px 0px 21px 0px; grid-area: 5 / 1 / 7 / 2; }.cssgrid #wze777 { margin:  0px 0px 0px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze775 { margin:  18px 0px 26px 0px; grid-area: 7 / 1 / 9 / 2; }.cssgrid #wze1011 { margin:  0px 0px 40px 0px; grid-area: 9 / 1 / 11 / 2; }.cssgrid #wze1012 { margin:  7px 0px 0px 0px; grid-area: 9 / 1 / 10 / 2; }.cssgrid #wze781 { margin:  20px 0px 20px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze783 { margin:  0px 0px 1px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze784 { margin:  0px 0px 6px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze785 { margin:  0px 0px 89px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze810 { margin:  18px 0px 15px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze709 { margin:  20px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1037 { margin:  0px 0px 66px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze711 { margin:  46px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze712 { margin:  71px 0px 8px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze713 { margin:  0px 0px 56px 0px; grid-area: 3 / 1 / 4 / 2; }#wze715 { --gtr:2 }.cssgrid #wze715 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze714 { margin:  18px 0px 117px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze716 { margin:  6px 0px 11px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze718 { margin:  0px 0px 55px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze811 { margin:  23px 0px 23px 0px; grid-area: 1 / 1 / 3 / 2; }#wze812 { --gtr:2 }.cssgrid #wze812 { margin:  29px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze813 { margin:  11px 0px 9px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze815 { margin:  0px 0px 33px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze822 { margin:  48px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze823 { margin:  73px 0px 80px 0px; grid-area: 1 / 1 / 3 / 2; }#wze1013 { --gtr:3 }.cssgrid #wze1013 { margin:  42px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1025 { --gtr:3 }.cssgrid #wze1025 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze1029 { --gtr:3 }.cssgrid #wze1029 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }#wze1033 { --gtr:3 }.cssgrid #wze1033 { margin:  0px 0px 89px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze1016 { margin:  9px 0px 7px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1015 { margin:  0px 0px 6px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1014 { margin:  0px 0px 198px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1026 { margin:  9px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1027 { margin:  0px 0px 10px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1028 { margin:  0px 0px 96px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1030 { margin:  9px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1032 { margin:  0px 0px 10px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1031 { margin:  0px 0px 32px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1034 { margin:  9px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1035 { margin:  0px 0px 10px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1036 { margin:  0px 0px 10px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze963 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze964 { margin:  55px 0px 63px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze966 { margin:  15px 0px 36px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze973 { margin:  0px 0px 48px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze979 { margin:  55px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze980 { margin:  80px 0px 105px 0px; grid-area: 1 / 1 / 3 / 2; }#wze991 { --gtr:5 }.cssgrid #wze991 { margin:  159px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze1007 { margin:  279px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1005 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze1121 { margin:  0px 0px 194px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze993 { margin:  20px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1119 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1120 { margin:  0px 0px 32px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze997 { margin:  0px 0px -38.994px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze995 { margin:  11px 0px -70.994px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze1124 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1125 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1041 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1042 { --gtr:6 }.cssgrid #wze1042 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1043 { margin:  10px 0px 2px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1044 { margin:  0px 0px 6px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 4px }.cssgrid #wze1045 { margin:  0px 0px 20px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1046 { margin:  0px 0px 2px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze1047 { margin:  0px 0px 6px 0px; grid-area: 5 / 1 / 6 / 2;min-height: 4px }.cssgrid #wze1048 { margin:  0px 0px 15px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze1049 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1051 { --gtr:6 }.cssgrid #wze1051 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1050 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1052 { margin:  10px 0px 5px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1053 { margin:  0px 0px 6px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 4px }.cssgrid #wze1054 { margin:  0px 0px 20px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1055 { margin:  0px 0px 5px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze1056 { margin:  0px 0px 6px 0px; grid-area: 5 / 1 / 6 / 2;min-height: 4px }.cssgrid #wze1057 { margin:  0px 0px 15px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze1105 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1104 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1114 { margin:  0px 0px 30px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1109 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1110 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1111 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1112 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1113 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wz-section-wzs53  { --gtr:5 }#wz-section-wzs120  { --gtr:1 }#wz-section-wzs130  { --gtr:4 }#wz-section-wzs56  { --gtr:2 }#wz-section-wzs76  { --gtr:3 }#wz-section-wzs121  { --gtr:4 }#wz-section-wzs77  { --gtr:3 }#wz-section-footer  { --gtr:9 }#wz-section-header  { --gtr:2 }#wz-section-wzs27  { --gtr:2 }#wz-section-wzs67  { --gtr:1 }#wz-section-wzs81  { --gtr:1 }#wz-section-wzs86  { --gtr:1 }#wz-section-wzs93  { --gtr:4 }#wz-section-wzs103  { --gtr:1 }#wz-section-wzs104  { --gtr:2 }#wz-section-wzs107  { --gtr:1 }#wz-section-wzs110  { --gtr:3 }#wz-section-wzs113  { --gtr:1 }#wz-section-wzs129  { --gtr:1 }#wz-section-wzs115  { --gtr:2 }#wz-section-wzs114  { --gtr:3 }#wz-section-wzs116  { --gtr:1 }#wz-section-wzs122  { --gtr:2 }#wz-section-wzs128  { --gtr:0 }#wz-section-wzs123  { --gtr:2 }#wz-section-wzs124  { --gtr:2 }#wz-section-wzs125  { --gtr:2 }#wz-section-wzs126  { --gtr:2 }#wz-section-wzs127  { --gtr:2 }}@media only screen and (min-width : 1170px) {#wze1094 .wz-gallery.wz-gallery-grid li { width:641px;height:237px;padding:10px; }#wze1108 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-right: 110px }#wze973 .wz-gallery.wz-gallery-grid li { width:387px;height:344px;padding:10px; }#wze1121 .wz-gallery.wz-gallery-grid li { width:153px;height:153px;padding:10px; }#wze1041 .wz-blog-post-thumbnail+.wz-blog-post-content { margin-left: 320px }#wze1045 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-right: 110px }#wze1054 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-right: 110px }#wze1104 .wz-blog-post-thumbnail+.wz-blog-post-section { margin-right: 110px }.cssgrid #wze667 { margin:  37px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze666 { margin:  42px 0px 25px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze665 { margin:  67px 0px 97px 0px; grid-area: 1 / 1 / 5 / 2; }.cssgrid #wze668 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze669 { margin:  0px 0px 64px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze1004 { margin:  0px 0px 531px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze1094 { margin:  21px 0px 9px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1156 { margin:  13px 0px 22px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1155 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1154 { margin:  1px 0px 0px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze1149 { margin:  2px 0px 4px 0px; grid-area: 2 / 1 / 5 / 2; }.cssgrid #wze1157 { margin:  24px 0px 12px 0px; grid-area: 1 / 1 / 3 / 2; }#wze671 { --gtr:2 }.cssgrid #wze671 { margin:  83px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze408 { margin:  0px 0px 77px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze672 { margin:  0px 0px 32px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze678 { margin:  3px 0px 4px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1080 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 262.986px }.cssgrid #wze1077 { margin:  3px 0px 0px 0px; grid-area: 2 / 1 / 4 / 2;min-height: 262.969px }.cssgrid #wze1078 { margin:  5px 0px 0px 0px; grid-area: 2 / 1 / 4 / 2;min-height: 260.972px }.cssgrid #wze1079 { margin:  5px 0px 0px 0px; grid-area: 2 / 1 / 5 / 2;min-height: 261.997px }#wze684 { --gtr:2 }.cssgrid #wze684 { margin:  151px 0px 0px 0px; grid-area: 2 / 1 / 6 / 2; }#wze688 { --gtr:2 }.cssgrid #wze688 { margin:  151px 0px 0px 0px; grid-area: 2 / 1 / 7 / 2; }#wze680 { --gtr:2 }.cssgrid #wze680 { margin:  151px 0px 159px 0px; grid-area: 2 / 1 / 9 / 2; }#wze411 { --gtr:2 }.cssgrid #wze411 { margin:  153px 0px 0px 0px; grid-area: 2 / 1 / 8 / 2; }.cssgrid #wze682 { margin:  112px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze683 { margin:  0px 0px 30px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze686 { margin:  116px 0px 35px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze687 { margin:  0px 0px 6px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze690 { margin:  113px 0px 12px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze691 { margin:  0px 0px 28px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze419 { margin:  113px 0px 7px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze422 { margin:  0px 0px 36px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1070 { margin:  14px 0px 17px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1071 { margin:  0px 0px 20px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1072 { margin:  0px 0px 41px 0px; grid-area: 3 / 1 / 4 / 2; }#wze1082 { --gtr:7 }.cssgrid #wze1082 { margin:  0px 0px 16px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze1085 { margin:  3px 0px 17px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 147.891px }.cssgrid #wze1086 { margin:  3px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 147.891px }.cssgrid #wze1087 { margin:  3px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 147.891px }.cssgrid #wze1083 { margin:  4px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 146.93px }.cssgrid #wze1088 { margin:  4px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 146.93px }.cssgrid #wze1090 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 5 / 2;min-height: 180.851px }.cssgrid #wze1089 { margin:  25px 0px 5px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 103.872px }.cssgrid #wze1081 { margin:  25px 0px 35px 0px; grid-area: 2 / 1 / 4 / 2;min-height: 110.955px }.cssgrid #wze1147 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 7 / 2; }.cssgrid #wze1146 { margin:  0px 0px 25px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze1091 { margin:  0px 0px 23px 0px; grid-area: 6 / 1 / 8 / 2; }.cssgrid #wze696 { margin:  143px 0px 32px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze697 { margin:  0px 0px 68px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze695 { margin:  0px 0px 119px 0px; grid-area: 3 / 1 / 4 / 2; }#wze999 { --gtr:2 }.cssgrid #wze999 { margin:  2px 0px 20px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1148 { margin:  0px 0px 1px 0px; grid-area: 2 / 1 / 3 / 2; }#wze780 { --gtr:4 }.cssgrid #wze780 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 5 / 2; }#wze770 { --gtr:6 }.cssgrid #wze770 { margin:  1px 0px 0px 0px; grid-area: 3 / 1 / 7 / 2; }#wze535 { --gtr:2 }.cssgrid #wze535 { margin:  1px 0px 88px 0px; grid-area: 3 / 1 / 8 / 2; }#wze766 { --gtr:2 }.cssgrid #wze766 { margin:  13px 0px 0px 0px; grid-area: 3 / 1 / 6 / 2; }.cssgrid #wze1118 { margin:  124px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 54.9844px }.cssgrid #wze779 { margin:  0px 0px 63px 0px; grid-area: 8 / 1 / 9 / 2; }.cssgrid #wze563 { margin:  0px 0px 16px 0px; grid-area: 9 / 1 / 10 / 2;min-height: 0.9375px }#wze760 { --gtr:1 }.cssgrid #wze760 { margin:  58px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze762 { margin:  58px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze758 { margin:  0px 0px 69px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze759 { margin:  19px 0px 69px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze761 { margin:  16px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze781 { margin:  20px 0px 18px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze783 { margin:  0px 0px 2px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze784 { margin:  0px 0px 2px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze785 { margin:  0px 0px 95px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze764 { margin:  20px 0px 56px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze537 { margin:  0px 0px 93px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze772 { margin:  20px 0px 19px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1115 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze776 { margin:  4px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze773 { margin:  0px 0px 17px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze778 { margin:  0px 0px 12px 0px; grid-area: 5 / 1 / 7 / 2; }.cssgrid #wze774 { margin:  9px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze777 { margin:  0px 0px 15px 0px; grid-area: 7 / 1 / 9 / 2; }.cssgrid #wze775 { margin:  5px 0px 0px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze1011 { margin:  0px 0px 6px 0px; grid-area: 9 / 1 / 11 / 2; }.cssgrid #wze1012 { margin:  11px 0px 0px 0px; grid-area: 9 / 1 / 10 / 2; }.cssgrid #wze768 { margin:  10px 0px 19px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1108 { margin:  0px 0px 10px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1037 { margin:  34px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze810 { margin:  42px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze709 { margin:  74px 0px 3px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze711 { margin:  105px 0px 13px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze712 { margin:  0px 0px 88px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze713 { margin:  0px 0px 110px 0px; grid-area: 3 / 1 / 4 / 2; }#wze715 { --gtr:2 }.cssgrid #wze715 { margin:  115px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze714 { margin:  121px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze716 { margin:  0px 0px 34px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze718 { margin:  0px 0px 259px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze811 { margin:  81px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze812 { --gtr:2 }.cssgrid #wze812 { margin:  82px 0px 18px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze813 { margin:  0px 0px 20px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze815 { margin:  0px 0px 184px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze822 { margin:  105px 0px 13px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze823 { margin:  0px 0px 293px 0px; grid-area: 2 / 1 / 3 / 2; }#wze1013 { --gtr:2 }.cssgrid #wze1013 { margin:  195px 0px 80px 0px; grid-area: 1 / 1 / 5 / 2; }#wze1025 { --gtr:2 }.cssgrid #wze1025 { margin:  200px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }#wze1029 { --gtr:3 }.cssgrid #wze1029 { margin:  201px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }#wze1033 { --gtr:3 }.cssgrid #wze1033 { margin:  207px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1016 { margin:  9px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1015 { margin:  113px 0px 9px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze1014 { margin:  0px 0px 11px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1026 { margin:  -1px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1027 { margin:  112px 0px 10px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze1028 { margin:  0px 0px 33px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1030 { margin:  9px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1032 { margin:  0px 0px 10px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1031 { margin:  0px 0px 32px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1034 { margin:  9px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1035 { margin:  0px 0px 10px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1036 { margin:  0px 0px 54px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze963 { margin:  105px 0px 13px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze964 { margin:  0px 0px 223px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze966 { margin:  81px 0px 116px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze973 { margin:  0px 0px 104px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze979 { margin:  105px 0px 30px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze980 { margin:  0px 0px 207px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1121 { margin:  114px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }#wze991 { --gtr:5 }.cssgrid #wze991 { margin:  134px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1007 { margin:  377px 0px 11px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze1005 { margin:  0px 0px 26px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze993 { margin:  20px 0px 7px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1119 { margin:  0px 0px 21px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1120 { margin:  0px 0px 28px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze997 { margin:  0px 0px 19px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze995 { margin:  0px 0px 22px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze1124 { margin:  2px 0px -1px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1125 { margin:  94px 0px 148px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1042 { --gtr:6 }.cssgrid #wze1042 { margin:  10px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1041 { margin:  10px 0px 10px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze1043 { margin:  10px 0px 2px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1044 { margin:  0px 0px 6px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 4px }.cssgrid #wze1045 { margin:  0px 0px 20px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1046 { margin:  0px 0px 2px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze1047 { margin:  0px 0px 6px 0px; grid-area: 5 / 1 / 6 / 2;min-height: 4px }.cssgrid #wze1048 { margin:  0px 0px 15px 0px; grid-area: 6 / 1 / 7 / 2; }#wze1051 { --gtr:6 }.cssgrid #wze1051 { margin:  10px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1049 { margin:  10px 0px 10px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze1050 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1052 { margin:  10px 0px 5px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1053 { margin:  0px 0px 6px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 4px }.cssgrid #wze1054 { margin:  0px 0px 20px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1055 { margin:  0px 0px 5px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze1056 { margin:  0px 0px 6px 0px; grid-area: 5 / 1 / 6 / 2;min-height: 4px }.cssgrid #wze1057 { margin:  0px 0px 15px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze1105 { margin:  33px 0px 27px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1104 { margin:  0px 0px 67px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1109 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1114 { margin:  30px 0px 6px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze1110 { margin:  30px 0px 30px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze1111 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1112 { margin:  30px 0px 30px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze1113 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wz-section-wzs53  { --gtr:6 }#wz-section-wzs120  { --gtr:1 }#wz-section-wzs130  { --gtr:2 }#wz-section-wzs56  { --gtr:1 }#wz-section-wzs76  { --gtr:2 }#wz-section-wzs121  { --gtr:4 }#wz-section-wzs77  { --gtr:3 }#wz-section-footer  { --gtr:5 }#wz-section-header  { --gtr:1 }#wz-section-wzs27  { --gtr:3 }#wz-section-wzs67  { --gtr:1 }#wz-section-wzs81  { --gtr:1 }#wz-section-wzs86  { --gtr:2 }#wz-section-wzs93  { --gtr:1 }#wz-section-wzs103  { --gtr:2 }#wz-section-wzs104  { --gtr:2 }#wz-section-wzs107  { --gtr:2 }#wz-section-wzs110  { --gtr:2 }#wz-section-wzs113  { --gtr:1 }#wz-section-wzs129  { --gtr:1 }#wz-section-wzs115  { --gtr:1 }#wz-section-wzs114  { --gtr:2 }#wz-section-wzs116  { --gtr:1 }#wz-section-wzs122  { --gtr:2 }#wz-section-wzs128  { --gtr:0 }#wz-section-wzs123  { --gtr:1 }#wz-section-wzs124  { --gtr:1 }#wz-section-wzs125  { --gtr:1 }#wz-section-wzs126  { --gtr:1 }#wz-section-wzs127  { --gtr:1 }}