.wz-font-h1 { font-size:29px;font-family:yekan,tahoma, serif; }.wz-font-h2 { font-size:19px;font-family:yekan,tahoma, serif; }.wz-font-h3 { font-size:70px;font-family:yekan,tahoma, serif; }.wz-font-h4 { font-size:40px;font-family:yekan,tahoma, serif; }.wz-font-h5 { font-size:23px;font-family:yekan,tahoma, serif; }.wz-font-h6 { font-size:19px;font-family:yekan,tahoma, serif; }.wz-font-p { font-size:11px;font-family:yekan,tahoma, serif; }.wz-font-p2 { font-size:13px;font-family:yekan,tahoma, serif; }.wz-font-p3 { font-size:15px;font-family:yekan,tahoma, serif; }:root {--color_1_1:255, 255, 255;--color_1_2:232, 230, 230;--color_1_3:199, 199, 199;--color_1_4:117, 117, 117;--color_1_5:0, 0, 0;--color_2_1:175, 172, 251;--color_2_2:135, 130, 246;--color_2_3:23, 13, 242;--color_2_4:15, 9, 161;--color_2_5:8, 4, 81;--color_3_1:255, 235, 255;--color_3_2:255, 214, 255;--color_3_3:255, 173, 255;--color_3_4:128, 87, 128;--color_3_5:64, 43, 64;--color_4_1:254, 242, 174;--color_4_2:254, 235, 133;--color_4_3:253, 216, 13;--color_4_4:169, 144, 9;--color_4_5:84, 72, 4;--color_5_1:254, 196, 178;--color_5_2:253, 166, 140;--color_5_3:252, 78, 26;--color_5_4:168, 52, 17;--color_5_5:84, 26, 9;}
                          .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;
                            }
                        #wze711 { top:32.005px;left:515.698px;width:609px;height:135.2px;z-index:1000;text-align:right; }.wzc3 { height:auto; }.wzc3-text { width:100%;height:auto; }#wze726 { top:31.6px;left:415.126px;width:118px;height:118px;z-index:1002; }.wzc149 { overflow:hidden; }.wzc149-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:#FF7043; }#wze983 { top:206.776px;left:-172.825px;width:1537px;height:348px;z-index:999; }.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; }#wze714 { top:40.001px;left:619.462px;width:665px;height:268px;z-index:1000; }.wzc67-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none; }.wzc67-img .wzc67-img-inner { width:100%;height:100%;float:left; }.wzc67-img { width:100%;height:100%;position:relative;overflow:hidden; }#wze714 .wzc67-img-inner { object-fit:cover; }#wze984 { top:0.112416px;left:55.5859px;width:218.988px;height:560.4px;z-index:1003; }.wzc188-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(255, 255, 255);border-width:0px;border-style:solid;border-color:rgb(23, 13, 242); }.wzc188-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc188-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; }#wze414 { top:153px;left:-0.545838px;width:219.266px;height:155.275px;z-index:1009; }.wzc144-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0.77); }.wzc144-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc144-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; }#wze410 { top:30px;left:28.8906px;width:169px;height:28px;z-index:1001;text-align:right; }#wze411 { top:82px;left:180.836px;width:33px;height:33px;z-index:1007; }.wzc75 { overflow:hidden; }.wzc75-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(0, 0, 0); }#wze564 { top:80.5px;left:0.828125px;width:180px;height:41.6px;z-index:1003;text-align:right; }#wz-section-header { height:554.438px;--section-height:554.438px; }.wzc-section-header { background:;background-color:rgb(15, 9, 161);border-color:rgb(0, 0, 0);border-width:0px;border-style:solid;box-shadow:none; }.wzc-section-header-full { background-color:rgb(15, 9, 161);background-image:;background-attachment:fixed;background-size:contain;background-repeat:no-repeat;background:;background-position:top left;box-shadow:none; }.wzc-section-header-full:after { background:;background-color:rgba(253, 216, 13, 0); }#wz-section-allPage { height:0px;--section-height:0px; }#wze715 { top:49.4635px;height:40px;z-index:1000; }.wzc145 .wz-menu.wz-mega-menu > li > .sub-menu,.wzc145  .wz-menu.wz-classic-menu > li .sub-menu { min-width:100%;background-color:rgb(235, 242, 1); }.wzc145  .wz-menu > li { padding-left:5px; }.wzc145  .wz-menu li > a { padding:0px 15px;font-family:yekan, tahoma, serif;font-size:17px;color:rgb(0, 0, 0); }.wzc145  .wz-menu li.wz-menu-has-children a:after { border-color:rgb(0, 0, 0); }.wzc145  .wz-menu > li > a { background-color:rgb(253, 216, 13); }.wzc145 .wz-menu.wz-mega-menu > li > a:hover,.wzc145  .wz-menu.wz-classic-menu > li:hover > a { background-color:rgb(235, 242, 1); }.wzc145  .wz-menu > li.active > a { background-color:#BD3E31; }.wzc145  .wz-menu .sub-menu li > a { padding:5px 15px; }.wzc145 .wz-menu.wz-mega-menu .sub-menu li > a:hover,.wzc145  .wz-menu.wz-classic-menu .sub-menu li:hover > a { background-color:#E74C3C; }.wzc145  .wz-menu .sub-menu  li.wz-menu-has-children > a:after { border-color:rgb(0, 0, 0); }.wzc145  .wz-menu > li > .sub-menu > li > a { padding:5px 15px; }.wzc145  .wz-menu.wz-classic-menu > li { position:relative; }.wzc145 {  }.wzc145-list { overflow:visible; }.wzc145-mobile {  }#wz-section-wzs91 { height:138.925px;--section-height:138.925px; }.wzc-section-wzs91 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs91-full { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs91-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze719 { top:87.0023px;left:485.825px;width:652px;height:259.2px;z-index:1001;text-align:right; }#wze791 { top:34.8005px;left:11.3884px;width:466.975px;height:419px;z-index:1000; }#wze791 .wzc67-img-inner { object-fit:fill; }#wze1254 { top:145.612px;left:562.318px;width:180px;height:540.8px;z-index:1007;text-align:right; }#wz-section-wzs107 { height:519.6px;--section-height:519.6px; }.wzc-section-wzs107 { background:;background-color:rgb(252, 78, 26);box-shadow:none; }.wzc-section-wzs107-full { background:;background-color:rgb(252, 78, 26);box-shadow:none; }.wzc-section-wzs107-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze397 { top:67.364px;left:14.805px;width:487px;height:374.45px;z-index:1006; }.wzc146-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(8, 4, 81, 0.81); }.wzc146-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc146-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; }#wze400 { top:55.2475px;left:49.511px;width:388px;height:264px;z-index:1003;text-align:right; }#wz-section-wzs90 { height:509.175px;--section-height:509.175px; }.wzc-section-wzs90 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs90-full { background:;background-color:rgba(252, 78, 26, 0);box-shadow:none;background-image:url(../../uploads/491f3f7be0c54eebb3e59c79c72849f1.jpeg) ;background-attachment:none;background-size:cover;background-repeat:no-repeat;background-position:left center; }.wzc-section-wzs90-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze727 { top:105.802px;left:48.1915px;width:532.912px;height:371.8px;z-index:1006; }.wzc150-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(15, 9, 161, 0); }.wzc150-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc150-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; }#wze728 { top:2.2px;left:21.95px;width:505px;height:32.8px;z-index:1007;text-align:right; }#wze1094 { top:79.6px;left:33.512px;width:466px;height:229.6px;z-index:1007;text-align:right; }#wze1095 { top:331.8px;left:45.35px;width:180px;height:40px;z-index:1008; }.wzc200:hover .wzc200-bg { background-color:#ffd9d5; }.wzc200:hover .wzc200-content { color:#E74C3C; }.wzc200:hover {  }.wzc200-bg:after {  }.wzc200-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc200-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;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:#E74C3C; }#wze729 { top:136.812px;left:686.422px;width:444.337px;height:279px;z-index:1000; }#wze729 .wzc67-img-inner { object-fit:fill; }#wz-section-wzs97 { height:574.2px;--section-height:574.2px; }.wzc-section-wzs97 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs97-full { background:;background-color:rgb(3, 87, 114); }.wzc-section-wzs97-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze709 { top:119.884px;left:173px;width:997px;height:431.2px;z-index:1008; }.wzc143  .dropdown.dropdown-accordion.dropdown-rtl .dropdown-select::before { left:0px;right:0; }.wzc143  .dropdown.dropdown-accordion.dropdown-ltr.open {  }.wzc143 {  }.wzc143-container .wzc143-container-header .wzc143-container-header-title .wzc143-container-header-title-content { color:#000000;font-size:23px;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;font-family:yekan, tahoma, serif; }.wzc143-container .wzc143-container-header .wzc143-container-header-title { width:100%;text-align:right; }.wzc143-container .wzc143-container-header { width:100%;height:50px;display:flex;justify-content:space-between;align-items:flex-start; }.wzc143-container .wzc143-container-questionAnswerArea .wzc143-container-questionAnswerArea-item .wzc143-container-questionAnswerArea-item-question { color:rgba(96,94,94,1);font-size:18px !important;padding-top:15px !important;padding-bottom:15px !important;background-color:transparent;min-height:50px;display:flex;align-items:center;cursor:pointer;position:relative;margin:0;width:100%;line-height:1.2em;font-family:yekan, tahoma, serif; }.wzc143-container .wzc143-container-questionAnswerArea .wzc143-container-questionAnswerArea-item .wzc143-container-questionAnswerArea-item-answer { color:rgba(96,94,94,1);font-size:16px !important;min-height:60px;overflow:hidden;padding:0 0 30px 0 !important;background-color:transparent !important;line-height:1.5em;margin-left:auto;font-family:yekan, tahoma, serif; }.wzc143-container .wzc143-container-questionAnswerArea .wzc143-container-questionAnswerArea-item { overflow:hidden;position:relative;margin-bottom:0px;background-color:transparent;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:rgb(153, 153, 153);transition:all 0.3s; }.wzc143-container .wzc143-container-questionAnswerArea { flex:1;width:100%;height:calc(100% - 50px);display:flex;flex-flow:column;flex-direction:column;justify-content:flex-start;align-items:stretch;align-content:stretch; }.wzc143-container { direction:rtl;padding:30px 20px 20px;width:100%;height:100%;background-color:rgba(255, 255, 255, 0.65);display:flex;flex-flow:column;flex-direction:column;justify-content:flex-start;align-items:stretch;align-content:stretch;transition:all 0.3s ease-in-out 0.15s; }#wz-section-wzs89 { height:670.95px;--section-height:670.95px; }.wzc-section-wzs89 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs89-full { background:;background-color:rgb(195, 155, 6);background-attachment:none;background-position:top right; }.wzc-section-wzs89-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze420 { top:48.9005px;left:712.852px;width:377px;height:291.2px;z-index:1000; }.wzc78-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(231, 76, 60, 0); }.wzc78-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc78-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; }#wze421 { top:18.8825px;left:197px;width:180px;height:29.6px;z-index:1000;text-align:right; }#wze422 { top:92.16px;left:177.001px;width:200px;height:23.2px;z-index:1000;text-align:right; }#wze423 { top:138.785px;left:5.99996px;width:371px;height:23.2px;z-index:1000;text-align:right; }#wze424 { top:189.106px;left:61.66px;width:314px;height:23.2px;z-index:1000;text-align:right; }#wze1247 { top:257.212px;left:72.501px;width:232px;height:34px;z-index:1001; }.wzc213  .wz-social-media-list { flex-flow:row-reverse nowrap;gap:32px; }.wzc213  .wz-social-media-icon { width:34px; }.wzc213  .wz-social-media-portal { flex-flow:column;gap:10px; }.wzc213  .wz-social-media-portal img { width:59px; }.wzc213  .wz-social-media-portal p { font-family:iransans_fa, sans-serif;font-size:13px;text-align:center;color:#313131; }.wzc213 {  }.wzc213-root .wzc213-root-list .wzc213-root-list-item .wzc213-root-list-item-link .wzc213-root-list-item-link-icon {  }.wzc213-root .wzc213-root-list .wzc213-root-list-item .wzc213-root-list-item-link {  }.wzc213-root .wzc213-root-list .wzc213-root-list-item {  }.wzc213-root .wzc213-root-list {  }.wzc213-root .wzc213-root-portal .wzc213-root-portal-portalIcon {  }.wzc213-root .wzc213-root-portal .wzc213-root-portal-portalText {  }.wzc213-root .wzc213-root-portal {  }.wzc213-root {  }#wz-section-footer { height:399.462px;--section-height:399.462px; }.wzc-section-footer-full { background-color:rgb(31, 31, 31); }#wze1045 { top:49.4635px;height:40px;z-index:1000; }#wz-section-wzs139 { height:152.925px;--section-height:152.925px; }.wzc-section-wzs139 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs139-full { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs139-full:after { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs139-full-top { background-image:url("data:image/svg+xml,%3Csvg fill='rgb(15, 9, 161)' class='wz-shape-divider-svg' preserveAspectRatio='none' data-bbox='0 91 1920 209' viewBox='0 91 1920 209' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1920 291C1656.8 169.2 1323.3 91 960 91S262.5 169.2 0 291v9h1920v-9z'/%3E%3C/svg%3E");width:100%;height:150px;background-repeat:repeat-x;background-size:100% 100%;background-position:0px;top:0px;-webkit-transform:translateY(0) scale(-1);-moz-transform:translateY(0) scale(-1);-ms-transform:translateY(0) scale(-1);-o-transform:translateY(0) scale(-1);transform:translateY(0) scale(-1);transform:translateY(0) scale(-1);position:absolute;z-index:10; }#wze1046 { top:164.496px;left:16.5px;width:1137px;height:239.8px;z-index:1000; }.wzc123-contactForm .wzc123-contactForm-sections .wzc123-contactForm-sections-section1 .wzc123-contactForm-sections-section1-formRow .wzc123-contactForm-sections-section1-formRow-input {  }.wzc123-contactForm .wzc123-contactForm-sections .wzc123-contactForm-sections-section1 .wzc123-contactForm-sections-section1-formRow {  }.wzc123-contactForm .wzc123-contactForm-sections .wzc123-contactForm-sections-section1 {  }.wzc123-contactForm .wzc123-contactForm-sections .wzc123-contactForm-sections-section2 .wzc123-contactForm-sections-section2-messageRow .wzc123-contactForm-sections-section2-messageRow-message { height:100%; }.wzc123-contactForm .wzc123-contactForm-sections .wzc123-contactForm-sections-section2 .wzc123-contactForm-sections-section2-messageRow { height:100%; }.wzc123-contactForm .wzc123-contactForm-sections .wzc123-contactForm-sections-section2 { position:absolute;height:100%; }.wzc123-contactForm .wzc123-contactForm-sections { width:100%;margin-bottom:5px;display:table;position:relative; }.wzc123-contactForm .wzc123-contactForm-footer .wzc123-contactForm-footer-submit .wzc123-contactForm-footer-submit-inner { width:100%;height:100%; }.wzc123-contactForm .wzc123-contactForm-footer .wzc123-contactForm-footer-submit { background-color:transparent;outline:0;border:0;position:relative;height:75px;width:130px;cursor:pointer;max-width:100%; }.wzc123-contactForm .wzc123-contactForm-footer { padding:0px 5px;padding-bottom:5px; }.wzc123-contactForm .wzc123-contactForm-resultSection .wzc123-contactForm-resultSection-result { border:1px solid #1abc9c;color:#1abc9c;padding:5px 10px;font-size:13px;opacity:0;font-family:yekan, tahoma, serif; }.wzc123-contactForm .wzc123-contactForm-resultSection { height:40px;padding-top:5px; }.wzc123-contactForm  .wzc123-contactForm-resultSection .form-result-show { opacity:1; }.wzc123-contactForm  .wzc123-contactForm-resultSection .form-result-error { border-color:#e74c3c;color:#e74c3c; }.wzc123-contactForm  .wz-form-input-row { width:100%;margin-bottom:5px; }.wzc123-contactForm input,.wzc123-contactForm  textarea { width:100%;box-sizing:border-box;font-family:yekan, tahoma, serif;padding:5px;outline:0;resize:none;border-width:2px;border-style:solid;border-color:rgb(117, 117, 117);color:rgb(15, 9, 161);font-size:13px;background-color:rgba(84, 72, 4, 0); }.wzc123-contactForm  .wz-form-input-row:last-child { margin-bottom:0px; }.wzc123-contactForm  *::-webkit-input-placeholder { color:rgb(199, 199, 199); }.wzc123-contactForm  *::-moz-placeholder { color:rgb(199, 199, 199); }.wzc123-contactForm  *:-ms-input-placeholder { color:rgb(199, 199, 199); }.wzc123-contactForm  *:-moz-placeholder { color:rgb(199, 199, 199); }.wzc123-contactForm  .wz-form-section { width:50%;display:inline-block;box-sizing:border-box;padding:5px; }.wzc123-contactForm  label { margin-bottom:5px;font-family:yekan, tahoma, serif;font-size:13px;display:inline-block;color:#000; }.wzc123-contactForm { direction:rtl; }.wzc118:hover .wzc118-bg { background-color:rgb(255, 235, 255);border-width:0px;border-color:rgb(64, 43, 64); }.wzc118:hover .wzc118-content { color:rgb(255, 255, 255); }.wzc118:hover {  }.wzc118-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(15, 9, 161);border-radius:0px;border-style:solid;border-color:rgb(254, 235, 133);box-shadow:none; }.wzc118-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:16px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wze1047 { top:61px;left:977px;width:180px;height:42.4px;z-index:1009;text-align:right; }#wze1258 { top:6.31106px;left:452.044px;width:180px;height:357.6px;z-index:1001;text-align:right; }#wz-section-wzs141 { height:456.775px;--section-height:456.775px; }#wz-section-wzs85 { height:200px;--section-height:200px; }#wze688 { top:30px;left:15px;width:848px;height:499px;z-index:1000; }.wzc125-root .wzc125-root-container .wzc125-root-container-header .wzc125-root-container-header-title {  }.wzc125-root .wzc125-root-container .wzc125-root-container-header {  }.wzc125-root .wzc125-root-container .wzc125-root-container-submitBoxHeader .wzc125-root-container-submitBoxHeader-submitButtonHeader {  }.wzc125-root .wzc125-root-container .wzc125-root-container-submitBoxHeader {  }.wzc125-root .wzc125-root-container {  }.wzc125-root .wzc125-root-accountContainer .wzc125-root-accountContainer-accountItem .wzc125-root-accountContainer-accountItem-accountItemLabel {  }.wzc125-root .wzc125-root-accountContainer .wzc125-root-accountContainer-accountItem .wzc125-root-accountContainer-accountItem-accountItemInputBox .wzc125-root-accountContainer-accountItem-accountItemInputBox-accountItemInput {  }.wzc125-root .wzc125-root-accountContainer .wzc125-root-accountContainer-accountItem .wzc125-root-accountContainer-accountItem-accountItemInputBox .wzc125-root-accountContainer-accountItem-accountItemInputBox-error {  }.wzc125-root .wzc125-root-accountContainer .wzc125-root-accountContainer-accountItem .wzc125-root-accountContainer-accountItem-accountItemInputBox {  }.wzc125-root .wzc125-root-accountContainer .wzc125-root-accountContainer-accountItem {  }.wzc125-root .wzc125-root-accountContainer {  }.wzc125-root .wzc125-root-companyHeaderContainer .wzc125-root-companyHeaderContainer-companyHeader .wzc125-root-companyHeaderContainer-companyHeader-companyTitle {  }.wzc125-root .wzc125-root-companyHeaderContainer .wzc125-root-companyHeaderContainer-companyHeader {  }.wzc125-root .wzc125-root-companyHeaderContainer {  }.wzc125-root .wzc125-root-companyInfo .wzc125-root-companyInfo-companyInfoCheck .wzc125-root-companyInfo-companyInfoCheck-companyInfoCheckDescription {  }.wzc125-root .wzc125-root-companyInfo .wzc125-root-companyInfo-companyInfoCheck .wzc125-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc125-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckInput {  }.wzc125-root .wzc125-root-companyInfo .wzc125-root-companyInfo-companyInfoCheck .wzc125-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc125-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-checkmark {  }.wzc125-root .wzc125-root-companyInfo .wzc125-root-companyInfo-companyInfoCheck .wzc125-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc125-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckButton {  }.wzc125-root .wzc125-root-companyInfo .wzc125-root-companyInfo-companyInfoCheck .wzc125-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc125-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-moreIcon {  }.wzc125-root .wzc125-root-companyInfo .wzc125-root-companyInfo-companyInfoCheck .wzc125-root-companyInfo-companyInfoCheck-companyInfoCheckLabel {  }.wzc125-root .wzc125-root-companyInfo .wzc125-root-companyInfo-companyInfoCheck {  }.wzc125-root .wzc125-root-companyInfo .wzc125-root-companyInfo-companyItemBox .wzc125-root-companyInfo-companyItemBox-companyItemLabel {  }.wzc125-root .wzc125-root-companyInfo .wzc125-root-companyInfo-companyItemBox .wzc125-root-companyInfo-companyItemBox-companyInputBox .wzc125-root-companyInfo-companyItemBox-companyInputBox-companyInput {  }.wzc125-root .wzc125-root-companyInfo .wzc125-root-companyInfo-companyItemBox .wzc125-root-companyInfo-companyItemBox-companyInputBox .wzc125-root-companyInfo-companyItemBox-companyInputBox-companyError {  }.wzc125-root .wzc125-root-companyInfo .wzc125-root-companyInfo-companyItemBox .wzc125-root-companyInfo-companyItemBox-companyInputBox {  }.wzc125-root .wzc125-root-companyInfo .wzc125-root-companyInfo-companyItemBox {  }.wzc125-root .wzc125-root-companyInfo .wzc125-root-companyInfo-companyInfoCancelLabel .wzc125-root-companyInfo-companyInfoCancelLabel-companyInfoCancelInput {  }.wzc125-root .wzc125-root-companyInfo .wzc125-root-companyInfo-companyInfoCancelLabel .wzc125-root-companyInfo-companyInfoCancelLabel-cancelMark {  }.wzc125-root .wzc125-root-companyInfo .wzc125-root-companyInfo-companyInfoCancelLabel .wzc125-root-companyInfo-companyInfoCancelLabel-companyInfoCancelButton {  }.wzc125-root .wzc125-root-companyInfo .wzc125-root-companyInfo-companyInfoCancelLabel .wzc125-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc125-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg .wzc125-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg-cancelIconPath {  }.wzc125-root .wzc125-root-companyInfo .wzc125-root-companyInfo-companyInfoCancelLabel .wzc125-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc125-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg {  }.wzc125-root .wzc125-root-companyInfo .wzc125-root-companyInfo-companyInfoCancelLabel .wzc125-root-companyInfo-companyInfoCancelLabel-cancelIcon {  }.wzc125-root .wzc125-root-companyInfo .wzc125-root-companyInfo-companyInfoCancelLabel {  }.wzc125-root .wzc125-root-companyInfo {  }.wzc125-root .wzc125-root-submitBoxFooter .wzc125-root-submitBoxFooter-submitButtonFooter {  }.wzc125-root .wzc125-root-submitBoxFooter {  }.wzc125-root {  }.wzc125  .wz-profile-account-root { text-align:right; }.wzc125  .wz-profile-account-header-container { margin-bottom:20px; }.wzc125  .wz-profile-account-header p { font-family:iransans_fa, sans-serif;font-size:20px;font-weight:500;color:rgb(117,117,117); }.wzc125  .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; }.wzc125  .wz-profile-account-container:hover { border-radius:20px; }.wzc125  .wz-profile-account-input-container { width:48%;direction:rtl;font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc125  .wz-profile-account-input-container label { color:#9b9b9b; }.wzc125  .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; }.wzc125  .wz-profile-account-input-container input:hover { border-radius:4px; }.wzc125  .wz-profile-account-submit-box { margin-top:20px;text-align:left; }.wzc125  .wz-profile-account-submit { width:120px;height:35px;position:relative;display:inline-block; }.wzc125  .wz-profile-account-company-info-button p { font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc125  .wz-profile-account-company-info-button label { font-family:iransans_fa, sans-serif;font-size:13px;color:#17a2b8; }.wzc125  .wz-profile-account-company-info-button .moreIcon { width:13px;height:13px;fill:#17a2b8; }.wzc125  .wz-profile-account-company-info-cancel { font-family:iransans_fa, sans-serif;font-size:13px;color:#E74C3C; }.wzc125  .wz-profile-account-company-info-cancel .cancelIcon { width:20px;height:20px; }.wzc125  .wz-profile-account-company-info-cancel .cancelIcon svg path { stroke:#E74C3C; }.wzc125 {  }.wzc124:hover .wzc124-bg { background-color:#ffd9d5; }.wzc124:hover .wzc124-content { color:#E74C3C; }.wzc124:hover {  }.wzc124-bg:after {  }.wzc124-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc124-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size: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; }#wze693 { top:30px;left:893px;width:262px;height:565px;z-index:1000; }.wzc138-root .wzc138-root-infoBox .wzc138-root-infoBox-userImageBox .wzc138-root-infoBox-userImageBox-userImage {  }.wzc138-root .wzc138-root-infoBox .wzc138-root-infoBox-userImageBox {  }.wzc138-root .wzc138-root-infoBox .wzc138-root-infoBox-userInfo .wzc138-root-infoBox-userInfo-userName {  }.wzc138-root .wzc138-root-infoBox .wzc138-root-infoBox-userInfo .wzc138-root-infoBox-userInfo-userEmail {  }.wzc138-root .wzc138-root-infoBox .wzc138-root-infoBox-userInfo .wzc138-root-infoBox-userInfo-editInfo .wzc138-root-infoBox-userInfo-editInfo-editInfoIcon {  }.wzc138-root .wzc138-root-infoBox .wzc138-root-infoBox-userInfo .wzc138-root-infoBox-userInfo-editInfo .wzc138-root-infoBox-userInfo-editInfo-editInfoText {  }.wzc138-root .wzc138-root-infoBox .wzc138-root-infoBox-userInfo .wzc138-root-infoBox-userInfo-editInfo {  }.wzc138-root .wzc138-root-infoBox .wzc138-root-infoBox-userInfo {  }.wzc138-root .wzc138-root-infoBox {  }.wzc138-root .wzc138-root-items .wzc138-root-items-item .wzc138-root-items-item-itemBox .wzc138-root-items-item-itemBox-itemIcon {  }.wzc138-root .wzc138-root-items .wzc138-root-items-item .wzc138-root-items-item-itemBox .wzc138-root-items-item-itemBox-itemName {  }.wzc138-root .wzc138-root-items .wzc138-root-items-item .wzc138-root-items-item-itemBox {  }.wzc138-root .wzc138-root-items .wzc138-root-items-item {  }.wzc138-root .wzc138-root-items .wzc138-root-items-more {  }.wzc138-root .wzc138-root-items {  }.wzc138-root .wzc138-root-logoutBox .wzc138-root-logoutBox-logout .wzc138-root-logoutBox-logout-logoutLabel {  }.wzc138-root .wzc138-root-logoutBox .wzc138-root-logoutBox-logout {  }.wzc138-root .wzc138-root-logoutBox {  }.wzc138-root {  }.wzc138  .wz-profile-menu-user-info { gap:2px; }.wzc138  div + .wz-profile-menu-user-info { margin-right:5%;margin-left:5%; }.wzc138  .wz-profile-menu-info-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;direction:rtl; }.wzc138  .wz-profile-menu-info-box:hover {  }.wzc138  .wz-profile-menu-user-image img { border-style:solid;border-width:2px;border-color:#efefef;border-radius:50px;object-fit:cover; }.wzc138  .wz-profile-menu-user-name { font-family:iransans_fa, sans-serif;font-size:18px;font-weight:bold;color:#808080; }.wzc138  .wz-profile-menu-user-name:hover {  }.wzc138  .wz-profile-menu-user-email { font-family:iransans_fa, sans-serif;font-size:12px;color:#a1a1a1; }.wzc138  .wz-profile-menu-user-email:hover {  }.wzc138  .wz-profile-menu-edit-info { font-family:iransans_fa, sans-serif;font-size:10px;color:#808080; }.wzc138  .wz-profile-menu-edit-info:hover {  }.wzc138  .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); }.wzc138  .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; }.wzc138  .wz-profile-menu-items:hover {  }.wzc138  .wz-profile-menu-item { padding:0 30px;background-color:rgba(0,0,0,0);direction:rtl; }.wzc138  .wz-profile-menu-item:hover { background-color:rgba(0,0,0,0); }.wzc138  .wz-profile-menu-item-box { padding-top:20px;padding-bottom:20px; }.wzc138  .wz-profile-menu-item:not(:nth-last-child(-n+2)) div { border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#efefef; }.wzc138  .wz-profile-menu-item-box:hover {  }.wzc138  .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%; }.wzc138  .wz-profile-menu-item p:hover { color:#E74C3C; }.wzc138  #wz-profile-menu-logout-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;margin-top:10px; }.wzc138  #wz-profile-menu-logout-box:hover { border-radius:8px;background-color:#fff; }.wzc138  #wz-profile-menu-logout-box p { font-family:iransans_fa, sans-serif;font-size:14px;font-weight:500;color:#808080;text-align:center; }.wzc138  #wz-profile-menu-logout-box p:hover { color:#e6123d; }.wzc138  .wz-profile-menu-more:after { color:#808080; }.wzc138 {  }#wz-section-wzs80 { height:625px;--section-height:625px; }#wze689 { top:30px;left:15px;width:848px;height:848px;z-index:1000; }.wzc129-header .wzc129-header-title {  }.wzc129-header .wzc129-header-removeButton {  }.wzc129-header .wzc129-header-addToCartButton {  }.wzc129-header {  }.wzc129-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; }.wzc129-pagination .wzc129-pagination-paginationButton {  }.wzc129-pagination {  }.wzc129  .wz-profile-favorites-header-text { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc129  .wz-profile-favorites-header-text:hover {  }.wzc129  .wz-profile-favorites-container { border-radius:15px;border-width:0px;border-style:solid;border-color:#000;overflow:visible;background-color:#fff;padding:0; }.wzc129  .wz-profile-favorites-container:hover { border-radius:15px; }.wzc129  .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; }.wzc129  .wz-profile-favorite-item:hover {  }.wzc129  .wz-profile-favorite-item-image { object-fit:contain; }.wzc129  .wz-profile-favorite-item-title { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#747474; }.wzc129  .wz-profile-favorite-item-title:hover {  }.wzc129  .wz-profile-favorite-item-price { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#E74C3C; }.wzc129  .wz-profile-favorite-item-price:hover {  }.wzc129  .wz-profile-favorite-item-add { height:30px; }.wzc129  .wz-profile-favorite-item-remove { height:30px; }.wzc129  .wz-profile-favorites-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc129  .wz-profile-favorites-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc129  .wz-profile-favorites-no-results-first-text:hover {  }.wzc129  .wz-profile-favorites-no-results-second-text:hover {  }.wzc129 {  }.wzc126:hover .wzc126-bg { background-color:#E74C3C; }.wzc126:hover .wzc126-content { font-size:10px;color:#fff; }.wzc126:hover {  }.wzc126-bg:after {  }.wzc126-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc126-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; }.wzc127:hover .wzc127-bg { background-color:#c9c9c9;border:1px solid #c9c9c9; }.wzc127:hover .wzc127-content { font-size:10px;color:#fff; }.wzc127:hover {  }.wzc127-bg:after {  }.wzc127-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc127-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; }.wzc128:hover .wzc128-bg:after { width:90%;opacity:1; }.wzc128:hover .wzc128-bg {  }.wzc128:hover .wzc128-content { color:#fff; }.wzc128:hover {  }.wzc128-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%); }.wzc128-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; }.wzc128-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:10px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#999999; }#wz-section-wzs81 { height:908px;--section-height:908px; }#wze690 { top:30px;left:15px;width:848px;height:341px;z-index:1000; }.wzc130-root .wzc130-root-header .wzc130-root-header-title {  }.wzc130-root .wzc130-root-header .wzc130-root-header-options .wzc130-root-header-options-optionsList .wzc130-root-header-options-optionsList-optionItem{{ item.id }} {  }.wzc130-root .wzc130-root-header .wzc130-root-header-options .wzc130-root-header-options-optionsList {  }.wzc130-root .wzc130-root-header .wzc130-root-header-options {  }.wzc130-root .wzc130-root-header {  }.wzc130-root .wzc130-root-orders .wzc130-root-orders-ordersHeader .wzc130-root-orders-ordersHeader-ordersHeaderItem .wzc130-root-orders-ordersHeader-ordersHeaderItem-orderHeaderItem{{ item.id }} {  }.wzc130-root .wzc130-root-orders .wzc130-root-orders-ordersHeader .wzc130-root-orders-ordersHeader-ordersHeaderItem {  }.wzc130-root .wzc130-root-orders .wzc130-root-orders-ordersHeader {  }.wzc130-root .wzc130-root-orders {  }.wzc130-root .wzc130-root-pagination .wzc130-root-pagination-paginationButton {  }.wzc130-root .wzc130-root-pagination {  }.wzc130-root {  }.wzc130  .wz-profile-orders-header p { font-size:18px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117); }.wzc130  .wz-profile-orders-header-option { font-size:12px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117);border-radius:5px; }.wzc130  .wz-profile-orders-header-option:hover { background-color:#f4f4f4;cursor:pointer; }.wzc130  .wz-profile-orders-header-options ul [data-active=true] { background-color:#f4f4f4; }.wzc130  .wz-profile-orders-order-items-header { width:80%; }.wzc130  .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); }.wzc130  .wz-profile-orders-order-details { width:80%; }.wzc130  .wz-profile-orders-order-buttons { width:20%; }.wzc130  .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); }.wzc130  .wz-profile-orders-order-items-root { background-color:#f4f4f4;border-radius:10px;border-width:0px;border-color:rgb(0,0,0);border-style:solid; }.wzc130  .wz-profile-orders-order-items-container:first-child:after { border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#e1e1e1; }.wzc130  .wz-profile-orders-last-orders-image span { padding:3px; }.wzc130  .wz-profile-orders-last-orders-image span img { object-fit:cover; }.wzc130  .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; }.wzc130  .wz-profile-orders-no-results-root img { width:5%;min-width:40px; }.wzc130  .wz-profile-orders-no-results-first-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc130  .wz-profile-orders-no-results-second-text { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc130 {  }#wz-section-wzs82 { height:503px;--section-height:503px; }#wze691 { top:30px;left:15px;width:848px;height:648px;z-index:1000; }.wzc133-root .wzc133-root-header .wzc133-root-header-title {  }.wzc133-root .wzc133-root-header .wzc133-root-header-headerButtons .wzc133-root-header-headerButtons-reorderButton {  }.wzc133-root .wzc133-root-header .wzc133-root-header-headerButtons .wzc133-root-header-headerButtons-receiptButton {  }.wzc133-root .wzc133-root-header .wzc133-root-header-headerButtons {  }.wzc133-root .wzc133-root-header {  }.wzc133-root .wzc133-root-body .wzc133-root-body-information .wzc133-root-body-information-mainInformation .wzc133-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc133-root-body-information-mainInformation-mainInformation{{ item.name }}-itemName {  }.wzc133-root .wzc133-root-body .wzc133-root-body-information .wzc133-root-body-information-mainInformation .wzc133-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc133-root-body-information-mainInformation-mainInformation{{ item.name }}-itemValue {  }.wzc133-root .wzc133-root-body .wzc133-root-body-information .wzc133-root-body-information-mainInformation .wzc133-root-body-information-mainInformation-mainInformation{{ item.name }} {  }.wzc133-root .wzc133-root-body .wzc133-root-body-information .wzc133-root-body-information-mainInformation {  }.wzc133-root .wzc133-root-body .wzc133-root-body-information .wzc133-root-body-information-userInformation .wzc133-root-body-information-userInformation-userInformation{{ item.name }} .wzc133-root-body-information-userInformation-userInformation{{ item.name }}-itemName {  }.wzc133-root .wzc133-root-body .wzc133-root-body-information .wzc133-root-body-information-userInformation .wzc133-root-body-information-userInformation-userInformation{{ item.name }} .wzc133-root-body-information-userInformation-userInformation{{ item.name }}-itemValue {  }.wzc133-root .wzc133-root-body .wzc133-root-body-information .wzc133-root-body-information-userInformation .wzc133-root-body-information-userInformation-userInformation{{ item.name }} {  }.wzc133-root .wzc133-root-body .wzc133-root-body-information .wzc133-root-body-information-userInformation {  }.wzc133-root .wzc133-root-body .wzc133-root-body-information .wzc133-root-body-information-paymentInformation .wzc133-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc133-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemName {  }.wzc133-root .wzc133-root-body .wzc133-root-body-information .wzc133-root-body-information-paymentInformation .wzc133-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc133-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemValue {  }.wzc133-root .wzc133-root-body .wzc133-root-body-information .wzc133-root-body-information-paymentInformation .wzc133-root-body-information-paymentInformation-paymentInformation{{ item.name }} {  }.wzc133-root .wzc133-root-body .wzc133-root-body-information .wzc133-root-body-information-paymentInformation {  }.wzc133-root .wzc133-root-body .wzc133-root-body-information {  }.wzc133-root .wzc133-root-body .wzc133-root-body-orderInformation .wzc133-root-body-orderInformation-orderInformationHeader .wzc133-root-body-orderInformation-orderInformationHeader-orderName .wzc133-root-body-orderInformation-orderInformationHeader-orderName-orderNameValue {  }.wzc133-root .wzc133-root-body .wzc133-root-body-orderInformation .wzc133-root-body-orderInformation-orderInformationHeader .wzc133-root-body-orderInformation-orderInformationHeader-orderName {  }.wzc133-root .wzc133-root-body .wzc133-root-body-orderInformation .wzc133-root-body-orderInformation-orderInformationHeader .wzc133-root-body-orderInformation-orderInformationHeader-orderUnitPrice .wzc133-root-body-orderInformation-orderInformationHeader-orderUnitPrice-orderUnitPriceValue {  }.wzc133-root .wzc133-root-body .wzc133-root-body-orderInformation .wzc133-root-body-orderInformation-orderInformationHeader .wzc133-root-body-orderInformation-orderInformationHeader-orderUnitPrice {  }.wzc133-root .wzc133-root-body .wzc133-root-body-orderInformation .wzc133-root-body-orderInformation-orderInformationHeader .wzc133-root-body-orderInformation-orderInformationHeader-orderCount .wzc133-root-body-orderInformation-orderInformationHeader-orderCount-orderCountValue {  }.wzc133-root .wzc133-root-body .wzc133-root-body-orderInformation .wzc133-root-body-orderInformation-orderInformationHeader .wzc133-root-body-orderInformation-orderInformationHeader-orderCount {  }.wzc133-root .wzc133-root-body .wzc133-root-body-orderInformation .wzc133-root-body-orderInformation-orderInformationHeader .wzc133-root-body-orderInformation-orderInformationHeader-orderDiscount .wzc133-root-body-orderInformation-orderInformationHeader-orderDiscount-orderDiscountValue {  }.wzc133-root .wzc133-root-body .wzc133-root-body-orderInformation .wzc133-root-body-orderInformation-orderInformationHeader .wzc133-root-body-orderInformation-orderInformationHeader-orderDiscount {  }.wzc133-root .wzc133-root-body .wzc133-root-body-orderInformation .wzc133-root-body-orderInformation-orderInformationHeader .wzc133-root-body-orderInformation-orderInformationHeader-orderFinalPrice .wzc133-root-body-orderInformation-orderInformationHeader-orderFinalPrice-orderFinalPriceValue {  }.wzc133-root .wzc133-root-body .wzc133-root-body-orderInformation .wzc133-root-body-orderInformation-orderInformationHeader .wzc133-root-body-orderInformation-orderInformationHeader-orderFinalPrice {  }.wzc133-root .wzc133-root-body .wzc133-root-body-orderInformation .wzc133-root-body-orderInformation-orderInformationHeader {  }.wzc133-root .wzc133-root-body .wzc133-root-body-orderInformation {  }.wzc133-root .wzc133-root-body { --order-information:0;--user-information:1;--payment-information:2; }.wzc133-root .wzc133-root-support .wzc133-root-support-supportImage {  }.wzc133-root .wzc133-root-support .wzc133-root-support-supportTextBox .wzc133-root-support-supportTextBox-supportQuestion {  }.wzc133-root .wzc133-root-support .wzc133-root-support-supportTextBox .wzc133-root-support-supportTextBox-supportMessage {  }.wzc133-root .wzc133-root-support .wzc133-root-support-supportTextBox {  }.wzc133-root .wzc133-root-support {  }.wzc133-root {  }.wzc133  .wz-profile-order-details-root { font-family:iransans_fa; }.wzc133  .wz-profile-order-details-header { padding-bottom:20px; }.wzc133  .wz-profile-order-details-header-text { font-size:20px;font-weight:600;color:rgb(117,117,117); }.wzc133  .wz-profile-order-details-reorder-button { height:30px;width:90px; }.wzc133  .wz-profile-order-details-receipt-button { height:30px;width:90px; }.wzc133  .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; }.wzc133  .wz-profile-order-details-information-container { margin:0 30px;gap:0; }.wzc133  .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); }.wzc133  .wz-profile-order-details-order-complete-information:hover { background-color:rgba(0,0,0,0.025); }.wzc133  .wz-profile-order-details-information-item { width:100%;gap:10px; }.wzc133  .wz-profile-order-details-information-item-name { font-size:12px;color:rgb(117,117,117);font-weight:400; }.wzc133  .wz-profile-order-details-information-item-value { font-size:12px;color:rgb(74,74,74);font-weight:500; }.wzc133  [data-name=total_include_tax] { width:fit-content;padding:0 15px;background-color:rgba(0,0,0,0.035);border-radius:6px; }.wzc133  [data-name=total_include_tax] .wz-profile-order-details-information-item-name { font-size:14px; }.wzc133  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:20px;font-weight:600; }.wzc133  .wz-profile-order-details-order-information-item { padding-top:15px;padding-bottom:15px;padding-right:30px;padding-left:30px;gap:0px; }.wzc133  .wz-profile-order-details-order-information-header { font-size:12px;font-weight:400;color:rgb(117,117,117);padding:10px 30px; }.wzc133  .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); }.wzc133  .wz-profile-order-details-order-summary-information { gap:5px; }.wzc133  .wz-profile-order-details-order-summary-information-name { font-size:12px;color:#000; }.wzc133  .wz-profile-order-details-order-summary-information-other p { font-size:10px;color:rgb(117,117,117); }.wzc133  .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; }.wzc133  .wz-profile-order-details-order-image-box img { object-fit:cover; }.wzc133  .wz-profile-order-details-support { justify-content:end;gap:10px;padding:15px 25px; }.wzc133  .wz-profile-order-details-support-question { font-size:14px;font-weight:500;color:rgb(0,0,0); }.wzc133  .wz-profile-order-details-support-message { font-size:10px;font-weight:400;color:rgb(117,117,117); }.wzc133  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date status"; }.wzc133  .wz-profile-order-details-user-information { grid-template-areas:"transferee mobile" "address address"; }.wzc133  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost totalCost" "paymentMethod shippingMethod totalCost" "deliveryDate deliveryDate totalCost"; }.wzc133  .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); }.wzc133  .wz-profile-order-details-no-results-root { gap:10px;margin-top:20px;padding:70px 30px; }.wzc133  .wz-profile-order-details-no-results-root img { width:5%;min-width:40px; }.wzc133  .wz-profile-order-details-no-results-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc133  .wz-profile-order-details-no-results-hint { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc133 {  }.wzc131:hover .wzc131-bg { background-color:#ffd9d5;border-width:1px;border-color:rgba(255, 213, 0, 0.25); }.wzc131:hover .wzc131-content { color:#E74C3C; }.wzc131:hover {  }.wzc131-bg:after {  }.wzc131-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); }.wzc131-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size: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; }.wzc132:hover .wzc132-bg { background-color:#f4f4f4;border-width:1px;border-color:rgb(233, 233, 233); }.wzc132:hover .wzc132-content { color:rgb(117,117,117); }.wzc132:hover {  }.wzc132-bg:after {  }.wzc132-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); }.wzc132-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size: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-wzs83 { height:708px;--section-height:708px; }#wze692 { top:30px;left:15px;width:848px;height:541px;z-index:1000; }.wzc137-header .wzc137-header-title {  }.wzc137-header .wzc137-header-headerButton {  }.wzc137-header .wzc137-header-editButton {  }.wzc137-header .wzc137-header-removeButton {  }.wzc137-header {  }.wzc137-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; }.wzc137-pagination .wzc137-pagination-paginationButton {  }.wzc137-pagination {  }.wzc137  .wz-profile-addresses-header { margin-bottom:30px; }.wzc137  .wz-profile-addresses-header p { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc137  .wz-profile-addresses-header-button { height:35px;width:115px; }.wzc137  .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; }.wzc137  .wz-profile-addresses-container:hover { border-radius:20px; }.wzc137  .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); }.wzc137  .wz-profile-address-item:hover { border-radius:20px; }.wzc137  .wz-profile-address-location { width:100%;height:200px; }.wzc137  .wz-profile-address-details { gap:7px;padding:5px 15px 15px 15px;box-shadow:0px -15px 15px 10px #fff; }.wzc137  .wz-profile-address-item:hover .wz-profile-address-details {  }.wzc137  .wz-profile-address-full { font-family:iransans_fa;font-size:14px;font-weight:500;color:#4a4a4a;text-align:right; }.wzc137  .wz-profile-address-full:hover {  }.wzc137  .wz-profile-address-summary { justify-content:start; }.wzc137  .wz-profile-address-summary-location p { font-family:iransans_fa;font-size:12px; }.wzc137  .wz-profile-address-summary-location p:hover {  }.wzc137  .wz-profile-address-summary-location svg { width:22px;height:auto; }.wzc137  .wz-profile-address-summary-location svg path { fill:#E74C3C; }.wzc137  .wz-profile-address-summary-postal-code p { font-family:iransans_fa;font-size:12px; }.wzc137  .wz-profile-address-summary-postal-code p:hover {  }.wzc137  .wz-profile-address-summary-postal-code svg { width:25px;height:auto; }.wzc137  .wz-profile-address-summary-postal-code svg path { stroke:#E74C3C; }.wzc137  .wz-profile-address-transferee { text-align:right; }.wzc137  .wz-profile-address-transferee p { font-family:iransans_fa;font-size:12px; }.wzc137  .wz-profile-address-transferee p:hover {  }.wzc137  .wz-profile-address-buttons { margin-top:15px;justify-content:end; }.wzc137  .wz-profile-address-remove-button { height:30px; }.wzc137  .wz-profile-address-edit-button { height:30px; }.wzc137  .wz-profile-addresses-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc137  .wz-profile-addresses-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc137  .wz-profile-addresses-no-results-first-text:hover {  }.wzc137  .wz-profile-addresses-no-results-second-text:hover {  }.wzc137 {  }.wzc134:hover .wzc134-bg { background-color:#E74C3C; }.wzc134:hover .wzc134-content { font-size:12px;color:#ffd9d5; }.wzc134:hover {  }.wzc134-bg:after {  }.wzc134-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc134-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; }.wzc135:hover .wzc135-bg { background-color:#f4f4f4;border:1px solid #e1e1e1; }.wzc135:hover .wzc135-content { font-size:11px;color:#a1a1a1; }.wzc135:hover {  }.wzc135-bg:after {  }.wzc135-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc135-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; }.wzc136:hover .wzc136-bg { background-color:#E74C3C; }.wzc136:hover .wzc136-content { font-size:11px;color:#fff; }.wzc136:hover {  }.wzc136-bg:after {  }.wzc136-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc136-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-wzs84 { height:601px;--section-height:601px; }#wze1089 { top:346.479px;height:40px;z-index:1000; }#wze1091 { top:127.008px;left:479.008px;width:198px;height:68px;z-index:1000;text-align:right; }#wz-section-wzs150 { height:386.475px;--section-height:386.475px; }.wzc-section-wzs150 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs150-full { background:;background-color:rgba(255, 255, 255, 0);background-image:url(../../uploads/df84e902e9d34c7b8f077cabbcf58687.jpg) ;background-size:contain;background-repeat:no-repeat; }.wzc-section-wzs150-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze1248 { top:99.812px;left:15.5124px;width:1139px;height:818px;z-index:1010; }.wzc214 .wz-gallery > li > figure,.wzc214  .wz-gallery-slider .slides > li > .wz-slider-item { border-radius:50%;border-width:0px;border-style:solid;border-color:#000;box-shadow:none; }.wzc214 .wz-gallery > li > figure,.wzc214  .wz-gallery > li > figure:before,.wzc214  .wz-gallery > li > figure:after,.wzc214  .wz-gallery > li > figure > figcaption,.wzc214  .wz-gallery-slider .wz-gallery-caption { background-color:rgb(255, 255, 255); }.wzc214  .wz-gallery-caption { text-align:center; }.wzc214  .wz-gallery-caption  h3 { font-family:yekan, tahoma, serif;font-size:15px;line-height:15px;color:#fff; }.wzc214  .wz-gallery-caption  p { font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc214  .wz-gallery li  img.wz-gallery-image { object-fit:cover;object-fit:contain; }.wzc214 {  }.wzc214-gallery {  }.wzc214-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; }#wze1255 { top:800.525px;left:495.1px;width:180px;height:540.8px;z-index:1009;text-align:right; }#wze1259 { top:131.537px;left:506.424px;width:180px;height:328px;z-index:1000;text-align:right; }#wz-section-wzs159 { height:917.79998779297px;--section-height:917.79998779297px; }.wzc-section-wzs159 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs159-full { background:;background-color:rgb(169, 144, 9); }.wzc-section-wzs159-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze991 { top:49.4635px;height:40px;z-index:1000; }#wz-section-wzs129 { height:138.925px;--section-height:138.925px; }.wzc-section-wzs129 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs129-full { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs129-full:after { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs129-full-top { background-image:url("data:image/svg+xml,%3Csvg fill='rgb(0,0,0)' class='wz-shape-divider-svg' preserveAspectRatio='none' viewBox='0 91 1920 209' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1920 291C1656.8 169.2 1323.3 91 960 91S262.5 169.2 0 291v9h1920v-9z M0,90 h1920 v210 h-1920 Z'/%3E%3C/svg%3E");width:100%;height:150px;background-repeat:repeat-x;background-size:100% 100%;background-position:0px;top:0px;-webkit-transform:translateY(0) ;-moz-transform:translateY(0) ;-ms-transform:translateY(0) ;-o-transform:translateY(0) ;transform:translateY(0) ;transform:translateY(0) ;position:absolute;z-index:10; }#wze992 { top:35.712px;left:310.813px;width:827px;height:232px;z-index:1000;text-align:right; }#wze1093 { top:301.012px;left:15.4px;width:1138px;height:326.4px;z-index:1000;text-align:right; }#wz-section-wzs130 { height:2917.2px;--section-height:2917.2px; }#wze993 { top:49.4635px;height:40px;z-index:1000; }#wz-section-wzs132 { height:203.925px;--section-height:203.925px; }.wzc-section-wzs132 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs132-full { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs132-full:after { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs132-full-top { background-image:url("data:image/svg+xml,%3Csvg fill='rgb(23, 13, 242)' class='wz-shape-divider-svg' preserveAspectRatio='none' data-bbox='0 91 1920 209' viewBox='0 91 1920 209' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1920 291C1656.8 169.2 1323.3 91 960 91S262.5 169.2 0 291v9h1920v-9z'/%3E%3C/svg%3E");width:100%;height:150px;background-repeat:repeat-x;background-size:100% 100%;background-position:0px;top:0px;-webkit-transform:translateY(0) scale(-1);-moz-transform:translateY(0) scale(-1);-ms-transform:translateY(0) scale(-1);-o-transform:translateY(0) scale(-1);transform:translateY(0) scale(-1);transform:translateY(0) scale(-1);position:absolute;z-index:10; }#wze1043 { top:0px;left:0px;width:50%;height:691.1px;z-index:1000;order:1; }.wzc151-bg { position:absolute;top:0px;left:0px;bottom:0px;right:0px; }.wzc151-content {  }.wzc151 {  }#wze994 { top:4.9px;left:36.0605px;width:593px;height:599.9px;z-index:999; }#wze994 .wzc67-img-inner { object-fit:fill; }#wze1044 { top:0px;left:0px;width:50%;height:691.1px;z-index:1000;order:2; }#wze995 { top:3.5327px;left:19.839px;width:563px;height:601.275px;z-index:999; }.wzc189-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(253, 216, 13); }.wzc189-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc189-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; }#wze996 { top:77.108px;left:16.0054px;width:491px;height:497.9px;z-index:1000; }.wzc155-content {  }.wzc155 {  }#wze998 { top:5.32907e-15px;left:111.814px;width:375px;height:83.2px;z-index:1000;text-align:right; }#wze1007 { top:100.721px;left:-2.22045e-16px;width:491px;height:387.2px;z-index:1001;text-align:right; }#wz-section-wzs134 { height:691.1px;--section-height:691.1px; }.wzc-section-wzs134 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs134-style {  }.wzc-section-wzs134-full { background-image:;background:;background-color:rgb(255, 255, 255);background-position:top left;background-size:auto;background-repeat:no-repeat; }.wzc-section-wzs134-full-style {  }.wzc-section-wzs134-full:after { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs134-full-top { background-image:fill='rgb(23, 13, 242)' none;width:100%;height:150px;background-repeat:repeat-x;background-size:undefined;background-position:0px;top:0px;-webkit-transform:translateY(0) scale(-1);-moz-transform:translateY(0) scale(-1);-ms-transform:translateY(0) scale(-1);-o-transform:translateY(0) scale(-1);transform:translateY(0) scale(-1);transform:translateY(0) scale(-1);position:absolute;z-index:10; }#wze874 { top:154.077px;left:734.387px;width:180.99995800800002px;height:247.512px;z-index:1000; }#wze875 { top:89px;left:17.9998px;width:145px;height:34.4px;z-index:1000;text-align:center; }#wze876 { top:-1.1781103436553E-14px;left:35.7826px;width:109.438px;height:86px;z-index:1000; }.wzc177 {  }.wzc177-container .wzc177-container-number { background-color:transparent;font-size:66px;font-family:dana_fa;line-height:100px;color:rgb(0, 0, 0);left:0px;right:0;vertical-align:middle;text-align:center;white-space:nowrap;user-select:none;z-index:1;padding:0 10px; }.wzc177-container { display:flex;justify-content:center;align-items:center;min-width:100px;width:100%;height:100%;min-height:100px;background-color:rgba(255, 255, 255, 0);border-radius:0;text-align:center;vertical-align:middle;border-style:solid;border-width:0;border-color:#888888;box-sizing:border-box; }#wze877 { top:157.556px;left:7.0075px;width:166.969px;height:80px;z-index:1000;text-align:center; }#wze878 { top:142.056px;left:40.5044px;width:100px;height:1.9px;z-index:1000; }.wzc161-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(23, 13, 242); }.wzc161-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze879 { top:149.6px;left:270.242px;width:166.977px;height:208.137px;z-index:1000; }#wze880 { top:-1.3791051634016E-15px;left:28.372px;width:109.438px;height:86px;z-index:1000; }.wzc187 {  }.wzc187-container .wzc187-container-number { background-color:transparent;font-size:66px;font-family:dana_fa;line-height:100px;color:rgb(0, 0, 0);left:0px;right:0;vertical-align:middle;text-align:center;white-space:nowrap;user-select:none;z-index:1;padding:0 10px; }.wzc187-container { display:flex;justify-content:center;align-items:center;min-width:100px;width:100%;height:100%;min-height:100px;background-color:rgba(255, 255, 255, 0);border-radius:0;text-align:center;vertical-align:middle;border-style:solid;border-width:0;border-color:#888888;box-sizing:border-box; }#wze881 { top:171.368px;left:7.105427357601E-15px;width:166.977px;height:36.8px;z-index:1000;text-align:center; }#wze882 { top:155.868px;left:33.488px;width:100px;height:1.9px;z-index:1000; }#wze883 { top:102.813px;left:10.9928px;width:145px;height:34.4px;z-index:1000;text-align:center; }#wz-section-wzs119 { height:495.575px;--section-height:495.575px; }.wzc-section-wzs119 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs119-style {  }.wzc-section-wzs119-full { background:;background-color:rgb(255, 255, 255); }.wzc-section-wzs119-full-style {  }.wzc-section-wzs119-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze1236 { top:-0.0029816px;left:553.595px;width:603px;height:347px;z-index:1001; }.wzc206-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background:radial-gradient(circle, rgb(2, 229, 208) 0%, rgba(15, 9, 161, 0.56) 97%);border-radius:1000px 10000px 1000px 10000000000px ; }.wzc206-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:1000px 10000px 1000px 10000000000px ; }.wzc206 {  }#wze1237 { top:83.2px;left:137.473px;width:396.95px;height:132px;z-index:995;text-align:right; }#wze1238 { top:41.2125px;left:245.821px;width:291.975px;height:28px;z-index:995;text-align:right; }#wze1239 { top:58.8px;left:548.758px;width:37px;height:1px;z-index:997; }.wzc165-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(255, 255, 255); }.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; }#wze1240 { top:-0.0009816px;left:472.74px;width:683.85px;height:347px;z-index:1000; }#wze1240 .wzc67-img-inner { object-fit:cover; }#wz-section-wzs138 { height:350.925px;--section-height:350.925px; }.wzc-section-wzs138 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs138-full { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs138-full:after { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs138-full-top { background-image:url("data:image/svg+xml,%3Csvg fill='rgb(2, 229, 208)' class='wz-shape-divider-svg' preserveAspectRatio='none' data-bbox='0 91 1920 209' viewBox='0 91 1920 209' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1920 291C1656.8 169.2 1323.3 91 960 91S262.5 169.2 0 291v9h1920v-9z'/%3E%3C/svg%3E");width:100%;height:170px;background-repeat:repeat-x;background-size:100% 100%;background-position:0px;top:0px;-webkit-transform:translateY(0) scale(-1);-moz-transform:translateY(0) scale(-1);-ms-transform:translateY(0) scale(-1);-o-transform:translateY(0) scale(-1);transform:translateY(0) scale(-1);transform:translateY(0) scale(-1);position:absolute;z-index:10; }#wze1036 { top:0.0014938px;height:40px;z-index:1000; }#wze1196 { top:77.612px;left:15.0038px;width:1140px;height:1489.85px;z-index:999; }.wzc207-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0); }.wzc207-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc207-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; }#wze1197 { top:0.0049122px;left:0.0084938px;width:250px;height:472.825px;z-index:1001; }.wzc185-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(15, 9, 161);border-radius:5px; }.wzc185-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:5px; }.wzc185-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; }#wze1198 { top:177.139px;left:3.03801px;width:243.925px;height:36.8px;z-index:1000;text-align:center; }#wze1199 { top:46.38px;left:85.504px;width:79px;height:79px;z-index:1003; }.wzc190 { overflow:hidden; }.wzc190-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(255, 255, 255); }#wze1241 { top:237.193px;left:16.512px;width:217px;height:220.8px;z-index:1003;text-align:right; }#wze1200 { top:517.207px;left:-0.892994px;width:250px;height:473.025px;z-index:1004; }#wze1201 { top:177.139px;left:3.038px;width:243.925px;height:29.6px;z-index:1000;text-align:center; }#wze1202 { top:44.805px;left:82.5px;width:85px;height:85px;z-index:1000; }#wze1203 { top:248.21px;left:14.012px;width:222px;height:184px;z-index:1003;text-align:right; }#wze1204 { top:678.378px;left:891.589px;width:250px;height:473.625px;z-index:1001; }#wze1205 { top:42.5485px;left:77.5162px;width:94.9875px;height:81.9875px;z-index:1002; }#wze1205 .wzc67-img-inner { object-fit:cover; }#wze1206 { top:177.139px;left:3.038px;width:243.925px;height:49.6px;z-index:1000;text-align:center; }#wze1251 { top:246.035px;left:14.5005px;width:221px;height:220.8px;z-index:1003;text-align:right; }#wze1207 { top:143.812px;left:890.689px;width:250px;height:460.725px;z-index:1001; }#wze1208 { top:189.812px;left:3.04902px;width:243.925px;height:26.4px;z-index:1000;text-align:right; }#wze1209 { top:65.2px;left:82.5109px;width:85px;height:85px;z-index:1003; }#wze1260 { top:42.6px;left:32.3615px;width:180px;height:540.8px;z-index:1002;text-align:right; }#wze1210 { top:49.7943px;left:296.415px;width:250px;height:473.225px;z-index:1001; }.wzc202-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(255, 173, 255);border-radius:5px; }.wzc202-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:5px; }.wzc202-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; }#wze1211 { top:177.139px;left:2.0005px;width:243.925px;height:28px;z-index:1000;text-align:center; }#wze1212 { top:52.8385px;left:87.001px;width:76px;height:76px;z-index:1000; }.wzc195 { overflow:hidden; }.wzc195-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(15, 9, 161); }#wze1249 { top:254.714px;left:16.2995px;width:220px;height:174.4px;z-index:1002;text-align:right; }#wze1213 { top:97.211px;left:594.378px;width:250px;height:472.625px;z-index:1001; }#wze1214 { top:177.139px;left:2.0005px;width:243.925px;height:36.8px;z-index:1000;text-align:center; }#wze1215 { top:51.2325px;left:91.0045px;width:68px;height:68px;z-index:1003; }#wze1242 { top:260.902px;left:19.012px;width:212px;height:165.6px;z-index:1002;text-align:right; }#wze1216 { top:624.689px;left:594.386px;width:250px;height:474.025px;z-index:1001; }#wze1217 { top:177.139px;left:2.0005px;width:243.925px;height:51.2px;z-index:1000;text-align:center; }#wze1218 { top:43.72px;left:88.0115px;width:74px;height:74px;z-index:1002; }#wze1219 { top:271.312px;left:16.5121px;width:217px;height:184px;z-index:1000;text-align:right; }#wze1220 { top:568.215px;left:296.414px;width:250px;height:472.625px;z-index:1001; }#wze1221 { top:177.139px;left:3.03798px;width:243.925px;height:29.6px;z-index:1000;text-align:center; }#wze1222 { top:41.7549px;left:81.512px;width:87px;height:87px;z-index:1000; }#wze1223 { top:253.297px;left:13.0125px;width:224px;height:202.4px;z-index:1002;text-align:right; }#wze1224 { top:1147.6px;left:0.0004699px;width:814px;height:550px;z-index:1000; }#wze1195 { top:180.4px;left:251.845px;width:265px;height:181px;z-index:1002; }#wze1195 .wzc67-img-inner { object-fit:fill; }#wze1225 { top:0.0124784px;left:0.0025038px;width:250px;height:180px;z-index:1002; }#wze1225 .wzc67-img-inner { object-fit:fill; }#wze1226 { top:180.91px;left:-1.28699px;width:250px;height:180px;z-index:1000; }#wze1226 .wzc67-img-inner { object-fit:cover; }#wze1227 { top:362.012px;left:0.0079938px;width:250.8px;height:188px;z-index:1002; }#wze1227 .wzc67-img-inner { object-fit:fill; }#wze1243 { top:360.008px;left:252.387px;width:263px;height:190px;z-index:1003; }#wze1243 .wzc67-img-inner { object-fit:fill; }#wze1250 { top:362.01px;left:519.038px;width:247px;height:188px;z-index:1004; }#wze1250 .wzc67-img-inner { object-fit:fill; }#wz-section-wzs158 { height:1756.85px;--section-height:1756.85px; }.wzc-section-wzs158 { background:;background-color:rgba(255, 255, 255, 0);box-shadow:none;border-width:0px;border-style:solid;border-color:#000; }.wzc-section-wzs158-full { background:;background-color:rgb(117, 117, 117);box-shadow:0px 0px 50px 50px rgb(68, 68, 68) inset; }.wzc-section-wzs158-full:after { background:;background-color:rgba(255, 255, 255, 0); }[data-page=p1] #wz-root-background { background-color:rgb(255, 255, 255); }@media only screen and (max-width : 768px) {#wze711 { top:23.301px;left:15px;bottom:auto;right:auto;width:438px;height:270.4px;z-index:1000;text-align:right; }#wze726 { top:157px;left:207.238px;bottom:auto;right:auto;width:110px;height:110px;z-index:1000; }#wze983 { top:303.009px;left:15px;bottom:auto;right:auto;width:438px;height:185.975px;z-index:1000; }#wze714 { top:15.0007px;left:15.0001px;bottom:auto;right:auto;width:408px;height:155.975px;z-index:1000; }#wze984 { top:511.728px;left:15px;bottom:auto;right:auto;width:438px;height:177.875px;z-index:1000; }#wze414 { top:13px;left:2.03802px;bottom:auto;right:auto;width:433.913px;height:164.275px;z-index:1000; }#wze410 { top:5px;left:97.5001px;bottom:auto;right:auto;width:181px;height:28px;z-index:1000;text-align:right; }#wze411 { top:44.4px;left:9px;bottom:auto;right:auto;width:49px;height:49px;z-index:1000; }#wze564 { top:50px;left:49.0005px;bottom:auto;right:auto;width:251px;height:41.6px;z-index:1000;text-align:right; }#wz-section-header { height:732.95px;--section-height:732.95px; }#wz-section-allPage { height:0px;--section-height:0px; }#wze715 { top:15px;left:408px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wz-section-wzs91 { height:80px;--section-height:80px; }#wze719 { top:423px;left:15px;bottom:auto;right:auto;width:438px;height:308.8px;display:block;z-index:1000;text-align:right; }#wze791 { top:15px;left:11.4px;bottom:auto;right:auto;width:445.212px;height:393px;display:block;z-index:1000; }#wze1254 { top:746.8px;left:144px;bottom:auto;right:auto;width:180px;height:328px;display:block;z-index:1000;text-align:right; }#wz-section-wzs107 { height:1089.8000335693px;--section-height:1089.8000335693px; }.wzc-section-wzs107 { background:;background-color:rgb(252, 78, 26); }#wze397 { top:15px;left:14.806px;bottom:auto;right:auto;width:438.388px;height:336.763px;display:block;z-index:1000; }#wze400 { top:15px;left:25.194px;bottom:auto;right:auto;width:388px;height:264px;display:block;z-index:1000;text-align:right; }#wz-section-wzs90 { height:366.76301525879px;--section-height:366.76301525879px; }#wze727 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:390.4px;display:block;z-index:1000; }#wze728 { top:15px;left:15px;bottom:auto;right:auto;width:408px;height:60.8px;display:block;z-index:1000;text-align:right; }#wze1094 { top:90.8px;left:15px;bottom:auto;right:auto;width:408px;height:229.6px;display:block;z-index:1000;text-align:right; }#wze1095 { top:335.4px;left:129px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }#wze729 { top:420.4px;left:15px;bottom:auto;right:auto;width:438px;height:275.013px;display:block;z-index:1000; }#wz-section-wzs97 { height:710.41302441406px;--section-height:710.41302441406px; }#wze709 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:189.425px;display:block;z-index:1000; }#wz-section-wzs89 { height:219.425px;--section-height:219.425px; }#wze420 { top:3.5625px;left:15px;bottom:auto;right:auto;width:438px;height:334.55px;z-index:1000; }#wze421 { top:5.5625px;left:134.5px;bottom:auto;right:auto;width:180px;height:29.6px;z-index:1000;text-align:right; }#wze422 { top:51.1625px;left:111px;bottom:auto;right:auto;width:200px;height:23.2px;z-index:1000;text-align:right; }#wze423 { top:80.363px;left:133px;bottom:auto;right:auto;width:180px;height:69.6px;z-index:1000;text-align:right; }#wze424 { top:155.963px;left:136px;bottom:auto;right:auto;width:180px;height:69.6px;z-index:1000;text-align:right; }#wze1247 { top:240.563px;left:143.5px;bottom:auto;right:auto;width:151px;height:34px;z-index:1000; }#wz-section-footer { height:552.75px;--section-height:552.75px; }#wze1045 { top:15px;left:408px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wz-section-wzs139 { height:80px;--section-height:80px; }#wze1046 { top:387.6px;left:15px;bottom:auto;right:auto;width:438px;height:92.375px;display:block;z-index:1000; }#wze1047 { top:15px;left:46.5px;bottom:auto;right:auto;width:180px;height:42.4px;display:block;z-index:1000;text-align:right; }#wze1258 { top:15px;left:241.5px;bottom:auto;right:auto;width:180px;height:357.6px;display:block;z-index:1000;text-align:right; }#wz-section-wzs141 { height:494.97501182556px;--section-height:494.97501182556px; }#wz-section-wzs85 { height:15px;--section-height:15px; }#wze688 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:257.734px;display:block;z-index:1000; }#wze693 { bottom:auto;right:auto;width:438px;height:189px;z-index:1000; }#wz-section-wzs80 { height:491.727px;--section-height:491.727px; }#wze689 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:438px;display:block;z-index:1000; }#wz-section-wzs81 { height:672px;--section-height:672px; }#wze690 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:176.125px;display:block;z-index:1000; }.wzc130  .wz-profile-orders-header p { font-size:16px; }.wzc130  .wz-profile-orders-header-option { font-size:10px; }.wzc130  .wz-profile-orders-order-items-header p { font-size:10px; }.wzc130  .wz-profile-orders-order-details p { font-size:10px; }#wz-section-wzs82 { height:410.125px;--section-height:410.125px; }#wze691 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:334.695px;display:block;z-index:1000; }.wzc133  .wz-profile-order-details-information { grid-template-columns: 50%; }.wzc133  .wz-profile-order-details-information-item-name { font-size:11px; }.wzc133  .wz-profile-order-details-information-item-value { font-size:11px; }.wzc133  [data-name=total_include_tax] { padding:10px; }.wzc133  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:16px; }.wzc133  .wz-profile-order-details-order-information-header { font-size:10px; }.wzc133  .wz-profile-order-details-order-detail { font-size:10px; }.wzc133  .wz-profile-order-details-order-summary-information-name { font-size:10px; }.wzc133  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date" "status status"; }.wzc133  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost" "paymentMethod shippingMethod" "deliveryDate deliveryDate" "totalCost totalCost"; }#wz-section-wzs83 { height:568.688px;--section-height:568.688px; }#wze692 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:279.43px;display:block;z-index:1000; }#wz-section-wzs84 { height:513.43px;--section-height:513.43px; }#wze1089 { top:15px;left:408px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze1091 { top:80px;left:135px;bottom:auto;right:auto;width:198px;height:68px;display:block;z-index:1000;text-align:right; }#wz-section-wzs150 { height:162.99996948242px;--section-height:162.99996948242px; }#wze1248 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:1603px;display:block;z-index:1000; }#wze1248 .wz-gallery.wz-gallery-grid li { width:146px;height:145px;padding:7px; }#wze1255 { top:1633px;left:144px;bottom:auto;right:auto;width:180px;height:236.8px;z-index:1000;text-align:right; }#wze1259 { top:1884.8px;left:144px;bottom:auto;right:auto;width:180px;height:236.8px;z-index:1000;text-align:right; }#wz-section-wzs159 { height:2143.6px;--section-height:2143.6px; }#wze991 { top:15px;left:408px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wz-section-wzs129 { height:80px;--section-height:80px; }#wze992 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:324.8px;display:block;z-index:1000;text-align:right; }#wze1093 { top:354.8px;left:15px;bottom:auto;right:auto;width:438px;height:462.4px;display:block;z-index:1000;text-align:right; }#wz-section-wzs130 { height:832.2px;--section-height:832.2px; }#wze993 { top:15px;left:408px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wz-section-wzs132 { height:79.999984741211px;--section-height:79.999984741211px; }#wze1043 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:473.087px;display:block;z-index:1000;order:1; }#wze994 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:443.087px;display:block;z-index:1000; }#wze1044 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:617.85px;display:block;z-index:1000;order:2; }#wze995 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:587.85px;display:block;z-index:1000; }#wze996 { top:15px;left:15px;bottom:auto;right:auto;width:408px;height:533.8px;display:block;z-index:1000; }#wze998 { top:15px;left:16.5px;bottom:auto;right:auto;width:375px;height:66.4px;display:block;z-index:1000;text-align:right; }#wze1007 { top:96.4px;left:15px;bottom:auto;right:auto;width:378px;height:422.4px;display:block;z-index:1000;text-align:right; }#wz-section-wzs134 { height:1090.93px;--section-height:1090.93px; }#wze874 { top:15px;left:234.493px;bottom:auto;right:auto;width:180.988px;height:247.525px;display:block;z-index:1000; }#wze875 { top:89px;left:17.9998px;bottom:auto;right:auto;width:145px;height:34.4px;display:block;z-index:1000;text-align:center; }#wze876 { top:15px;left:35.7826px;bottom:auto;right:auto;width:109.438px;height:86px;display:block;z-index:1000; }#wze877 { top:157.535px;left:7.0075px;bottom:auto;right:auto;width:166.962px;height:80px;display:block;z-index:1000;text-align:center; }#wze878 { top:142.035px;left:40.5044px;bottom:auto;right:auto;width:100px;height:1.9125px;display:block;z-index:1000; }#wze879 { top:15px;left:52.5185px;bottom:auto;right:auto;width:166.975px;height:223.148px;display:block;z-index:1000; }#wze880 { top:15px;left:28.372px;bottom:auto;right:auto;width:109.438px;height:86px;display:block;z-index:1000; }#wze881 { top:171.348px;left:7.10543e-15px;bottom:auto;right:auto;width:166.975px;height:36.8px;display:block;z-index:1000;text-align:center; }#wze882 { top:155.848px;left:33.488px;bottom:auto;right:auto;width:100px;height:1.9125px;display:block;z-index:1000; }#wze883 { top:102.813px;left:10.9928px;bottom:auto;right:auto;width:145px;height:34.4px;display:block;z-index:1000;text-align:center; }#wz-section-wzs119 { height:277.525px;--section-height:277.525px; }#wze1236 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:252.038px;display:block;z-index:1000; }#wze1237 { top:74px;left:20.525px;bottom:auto;right:auto;width:396.95px;height:132px;display:block;z-index:1000;text-align:right; }#wze1238 { top:15px;left:73.0125px;bottom:auto;right:auto;width:291.975px;height:28px;display:block;z-index:1000;text-align:right; }#wze1239 { top:58px;left:200.5px;bottom:auto;right:auto;width:37px;height:1px;display:block;z-index:1000; }#wze1240 { top:282.038px;left:15px;bottom:auto;right:auto;width:438px;height:222.25px;display:block;z-index:1000; }#wz-section-wzs138 { height:519.28759765625px;--section-height:519.28759765625px; }#wze1036 { top:15px;left:408px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze1196 { top:80px;left:15px;bottom:auto;right:auto;width:438px;height:4045.3751831055px;display:block;z-index:1000; }#wze1197 { top:15px;left:0.0124999px;bottom:auto;right:auto;width:437.975px;height:472.825px;display:block;z-index:1000; }#wze1198 { top:177.139px;left:97.0255px;bottom:auto;right:auto;width:243.925px;height:36.8px;display:block;z-index:1000;text-align:center; }#wze1199 { top:46.38px;left:179.492px;bottom:auto;right:auto;width:79px;height:79px;display:block;z-index:1000; }#wze1241 { top:237.193px;left:110.499px;bottom:auto;right:auto;width:217px;height:220.8px;display:block;z-index:1000;text-align:right; }#wze1200 { top:2092.07px;left:15px;bottom:auto;right:auto;width:408px;height:473.025px;display:block;z-index:1000; }#wze1201 { top:177.139px;left:82.038px;bottom:auto;right:auto;width:243.925px;height:29.6px;display:block;z-index:1000;text-align:center; }#wze1202 { top:44.805px;left:161.5px;bottom:auto;right:auto;width:85px;height:85px;display:block;z-index:1000; }#wze1203 { top:248.21px;left:93.012px;bottom:auto;right:auto;width:222px;height:184px;display:block;z-index:1000;text-align:right; }#wze1204 { top:3556.75px;left:15px;bottom:auto;right:auto;width:408px;height:473.625px;display:block;z-index:1000; }#wze1205 { top:42.5485px;left:156.516px;bottom:auto;right:auto;width:94.9875px;height:81.9875px;display:block;z-index:1000; }#wze1206 { top:177.139px;left:82.038px;bottom:auto;right:auto;width:243.925px;height:49.6px;display:block;z-index:1000;text-align:center; }#wze1251 { top:246.035px;left:93.5005px;bottom:auto;right:auto;width:221px;height:220.8px;display:block;z-index:1000;text-align:right; }#wze1207 { top:1478.68px;left:15px;bottom:auto;right:auto;width:408px;height:598.4px;display:block;z-index:1000; }#wze1208 { top:258.65px;left:82.049px;bottom:auto;right:auto;width:243.925px;height:26.4px;display:block;z-index:1000;text-align:center; }#wze1209 { top:134.038px;left:161.511px;bottom:auto;right:auto;width:85px;height:85px;display:block;z-index:1000; }#wze1260 { top:42.6px;left:111.361px;bottom:auto;right:auto;width:180px;height:540.8px;display:block;z-index:1000;text-align:right; }#wze1210 { top:502.825px;left:15px;bottom:auto;right:auto;width:408px;height:473.225px;display:block;z-index:1000; }#wze1211 { top:177.139px;left:81.0005px;bottom:auto;right:auto;width:243.925px;height:28px;display:block;z-index:1000;text-align:center; }#wze1212 { top:52.8385px;left:166.001px;bottom:auto;right:auto;width:76px;height:76px;display:block;z-index:1000; }#wze1249 { top:254.714px;left:95.2995px;bottom:auto;right:auto;width:220px;height:174.4px;display:block;z-index:1000;text-align:right; }#wze1213 { top:991.05px;left:15px;bottom:auto;right:auto;width:408px;height:472.625px;display:block;z-index:1000; }#wze1214 { top:177.139px;left:81.0005px;bottom:auto;right:auto;width:243.925px;height:36.8px;display:block;z-index:1000;text-align:center; }#wze1215 { top:51.2325px;left:170.005px;bottom:auto;right:auto;width:68px;height:68px;display:block;z-index:1000; }#wze1242 { top:260.902px;left:98.012px;bottom:auto;right:auto;width:212px;height:165.6px;display:block;z-index:1000;text-align:right; }#wze1216 { top:3067.73px;left:15px;bottom:auto;right:auto;width:408px;height:474.025px;display:block;z-index:1000; }#wze1217 { top:177.139px;left:81.0005px;bottom:auto;right:auto;width:243.925px;height:51.2px;display:block;z-index:1000;text-align:center; }#wze1218 { top:43.72px;left:167.012px;bottom:auto;right:auto;width:74px;height:74px;display:block;z-index:1000; }#wze1219 { top:271.312px;left:95.5121px;bottom:auto;right:auto;width:217px;height:184px;display:block;z-index:1000;text-align:right; }#wze1220 { top:2580.1px;left:15px;bottom:auto;right:auto;width:408px;height:472.625px;display:block;z-index:1000; }#wze1221 { top:177.139px;left:82.038px;bottom:auto;right:auto;width:243.925px;height:29.6px;display:block;z-index:1000;text-align:center; }#wze1222 { top:41.7549px;left:160.512px;bottom:auto;right:auto;width:87px;height:87px;display:block;z-index:1000; }#wze1223 { top:253.297px;left:92.0125px;bottom:auto;right:auto;width:224px;height:202.4px;display:block;z-index:1000;text-align:right; }#wze1224 { top:4140.3701831055px;left:0.0124999px;bottom:auto;right:auto;width:467.987px;height:1212.0002441406px;display:block;z-index:1000; }#wze1195 { top:210px;left:101.488px;bottom:auto;right:auto;width:265px;height:181px;display:block;z-index:1000; }#wze1225 { top:15px;left:108.988px;bottom:auto;right:auto;width:250px;height:180px;display:block;z-index:1000; }#wze1226 { top:406px;left:108.988px;bottom:auto;right:auto;width:250px;height:180px;display:block;z-index:1000; }#wze1227 { top:1009px;left:108.588px;bottom:auto;right:auto;width:250.8px;height:188px;display:block;z-index:1000; }#wze1243 { top:804px;left:102.488px;bottom:auto;right:auto;width:263px;height:190px;display:block;z-index:1000; }#wze1250 { top:601px;left:110.488px;bottom:auto;right:auto;width:247px;height:188px;display:block;z-index:1000; }#wz-section-wzs158 { height:5367.362487793px;--section-height:5367.362487793px; }.wzc-section-wzs158 { background:;background-color:rgba(255, 255, 255, 0); }}@media only screen and (min-width : 768px)and (max-width : 1170px) {#wze711 { top:23.801px;left:119.592px;bottom:auto;right:auto;width:609px;height:135.2px;z-index:1000;text-align:right; }#wze726 { top:27.801px;left:30.8254px;bottom:auto;right:auto;width:109px;height:109px;z-index:1000; }#wze983 { top:189.512px;left:1.99999px;bottom:auto;right:auto;width:765px;height:502px;z-index:999; }#wze714 { top:15px;left:4.5px;bottom:auto;right:auto;width:701px;height:268px;z-index:997; }#wze984 { top:503.386px;left:1.13799px;bottom:auto;right:auto;width:766.725px;height:159.625px;z-index:1000; }#wze414 { top:5.86294px;left:19.8165px;bottom:auto;right:auto;width:286.638px;height:146.625px;z-index:1000; }#wze410 { top:22.625px;left:25.5px;bottom:auto;right:auto;width:253px;height:28px;z-index:1000;text-align:right; }#wze411 { top:44.125px;left:0.5px;bottom:auto;right:auto;width:49px;height:49px;z-index:1000; }#wze564 { top:51.375px;left:39.5005px;bottom:auto;right:auto;width:251px;height:41.6px;z-index:1000;text-align:right; }#wz-section-header { height:693.287px;--section-height:693.287px; }#wz-section-allPage { height:0px;--section-height:0px; }#wze715 { top:15px;left:708px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wz-section-wzs91 { height:80px;--section-height:80px; }#wze719 { top:449px;left:58px;bottom:auto;right:auto;width:652px;height:259.2px;display:block;z-index:1000;text-align:right; }#wze791 { top:15px;left:150.512px;bottom:auto;right:auto;width:466.975px;height:419px;display:block;z-index:1000; }#wze1254 { top:723.2px;left:294px;bottom:auto;right:auto;width:180px;height:328px;display:block;z-index:1000;text-align:right; }#wz-section-wzs107 { height:1066.2000274658px;--section-height:1066.2000274658px; }#wze397 { top:15px;left:14.806px;bottom:auto;right:auto;width:738.388px;height:374.45px;display:block;z-index:1000; }#wze400 { top:55.2475px;left:175.205px;bottom:auto;right:auto;width:388px;height:264px;display:block;z-index:1000;text-align:right; }#wz-section-wzs90 { height:404.45px;--section-height:404.45px; }#wze727 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:371.8px;display:block;z-index:1000; }#wze728 { top:2.2px;left:124.494px;bottom:auto;right:auto;width:505px;height:32.8px;display:block;z-index:1000;text-align:right; }#wze1094 { top:79.6px;left:136.056px;bottom:auto;right:auto;width:466px;height:229.6px;display:block;z-index:1000;text-align:right; }#wze1095 { top:331.8px;left:147.894px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }#wze729 { top:401.8px;left:161.837px;bottom:auto;right:auto;width:444.325px;height:279px;display:block;z-index:1000; }#wz-section-wzs97 { height:695.79998779297px;--section-height:695.79998779297px; }#wze709 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:319.175px;display:block;z-index:1000; }#wz-section-wzs89 { height:349.175px;--section-height:349.175px; }#wze420 { top:27.0046px;left:296.437px;bottom:auto;right:auto;width:416px;height:335.013px;z-index:1000; }#wze421 { top:17.9125px;left:146px;bottom:auto;right:auto;width:180px;height:29.6px;z-index:1000;text-align:right; }#wze422 { top:83.725px;left:215.187px;bottom:auto;right:auto;width:200px;height:23.2px;z-index:1000;text-align:right; }#wze423 { top:129.113px;left:47px;bottom:auto;right:auto;width:369px;height:23.2px;z-index:1000;text-align:right; }#wze424 { top:190.013px;left:94.0003px;bottom:auto;right:auto;width:322px;height:23.2px;z-index:1000;text-align:right; }#wze1247 { top:251.012px;left:172px;bottom:auto;right:auto;width:151px;height:34px;z-index:1000; }#wz-section-footer { height:423.8px;--section-height:423.8px; }#wze1045 { top:15px;left:708px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wz-section-wzs139 { height:80px;--section-height:80px; }#wze1046 { top:387.6px;left:15px;bottom:auto;right:auto;width:738px;height:155.637px;display:block;z-index:1000; }#wze1047 { top:15px;left:196.5px;bottom:auto;right:auto;width:180px;height:42.4px;display:block;z-index:1000;text-align:right; }#wze1258 { top:15px;left:391.5px;bottom:auto;right:auto;width:180px;height:357.6px;display:block;z-index:1000;text-align:right; }#wz-section-wzs141 { height:558.22500610352px;--section-height:558.22500610352px; }#wz-section-wzs85 { height:15px;--section-height:15px; }#wze688 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:434.266px;display:block;z-index:1000; }#wze693 { bottom:auto;right:auto;width:738px;height:222px;z-index:1000; }#wz-section-wzs80 { height:701.266px;--section-height:701.266px; }#wze689 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:738px;display:block;z-index:1000; }#wz-section-wzs81 { height:1005px;--section-height:1005px; }#wze690 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:296.766px;display:block;z-index:1000; }#wz-section-wzs82 { height:563.766px;--section-height:563.766px; }#wze691 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:563.938px;display:block;z-index:1000; }#wz-section-wzs83 { height:830.938px;--section-height:830.938px; }#wze692 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:470.82px;display:block;z-index:1000; }#wz-section-wzs84 { height:737.812px;--section-height:737.812px; }#wze1089 { top:15px;left:708px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze1091 { top:80px;left:285px;bottom:auto;right:auto;width:198px;height:68px;display:block;z-index:1000;text-align:right; }#wz-section-wzs150 { height:162.99996948242px;--section-height:162.99996948242px; }#wze1248 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:818px;display:block;z-index:1000; }#wze1248 .wz-gallery.wz-gallery-grid li { width:246px;height:74px;padding:7px; }#wze1255 { top:848px;left:196.5px;bottom:auto;right:auto;width:180px;height:540.8px;display:block;z-index:1000;text-align:right; }#wze1259 { top:848px;left:391.5px;bottom:auto;right:auto;width:180px;height:328px;display:block;z-index:1000;text-align:right; }#wz-section-wzs159 { height:1403.8px;--section-height:1403.8px; }#wze991 { top:15px;left:708px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wz-section-wzs129 { height:80px;--section-height:80px; }#wze992 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:232px;display:block;z-index:1000;text-align:right; }#wze1093 { top:262px;left:15px;bottom:auto;right:auto;width:738px;height:2549.6px;display:block;z-index:1000;text-align:right; }#wz-section-wzs130 { height:2826.599994278px;--section-height:2826.599994278px; }#wze993 { top:15px;left:708px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wz-section-wzs132 { height:79.999984741211px;--section-height:79.999984741211px; }#wze1043 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:609.7px;display:block;z-index:1000;order:1; }#wze994 { top:4.9px;left:127.561px;bottom:auto;right:auto;width:593px;height:599.9px;display:block;z-index:1000; }#wze1044 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:608.338px;display:block;z-index:1000;order:2; }#wze995 { top:3.5315px;left:111.339px;bottom:auto;right:auto;width:563px;height:601.275px;display:block;z-index:1000; }#wze996 { top:77.108px;left:16.0054px;bottom:auto;right:auto;width:491px;height:497.9px;display:block;z-index:1000; }#wze998 { top:5.32907e-15px;left:111.814px;bottom:auto;right:auto;width:375px;height:83.2px;display:block;z-index:1000;text-align:right; }#wze1007 { top:100.7px;left:15px;bottom:auto;right:auto;width:491px;height:387.2px;display:block;z-index:1000;text-align:right; }#wz-section-wzs134 { height:1218.038012207px;--section-height:1218.038012207px; }#wze874 { top:15px;left:384.493px;bottom:auto;right:auto;width:180.988px;height:247.525px;display:block;z-index:1000; }#wze875 { top:89px;left:17.9998px;bottom:auto;right:auto;width:145px;height:34.4px;display:block;z-index:1000;text-align:center; }#wze876 { top:15px;left:35.7826px;bottom:auto;right:auto;width:109.438px;height:86px;display:block;z-index:1000; }#wze877 { top:157.535px;left:7.0075px;bottom:auto;right:auto;width:166.962px;height:80px;display:block;z-index:1000;text-align:center; }#wze878 { top:142.035px;left:40.5044px;bottom:auto;right:auto;width:100px;height:1.9125px;display:block;z-index:1000; }#wze879 { top:15px;left:202.519px;bottom:auto;right:auto;width:166.975px;height:223.148px;display:block;z-index:1000; }#wze880 { top:15px;left:28.372px;bottom:auto;right:auto;width:109.438px;height:86px;display:block;z-index:1000; }#wze881 { top:171.348px;left:7.10543e-15px;bottom:auto;right:auto;width:166.975px;height:36.8px;display:block;z-index:1000;text-align:center; }#wze882 { top:155.848px;left:33.488px;bottom:auto;right:auto;width:100px;height:1.9125px;display:block;z-index:1000; }#wze883 { top:102.813px;left:10.9928px;bottom:auto;right:auto;width:145px;height:34.4px;display:block;z-index:1000;text-align:center; }#wz-section-wzs119 { height:277.525px;--section-height:277.525px; }#wze1236 { top:739px;left:15px;bottom:auto;right:auto;width:738px;height:347px;display:block;z-index:1000; }#wze1237 { top:83.2px;left:204.973px;bottom:auto;right:auto;width:396.95px;height:132px;display:block;z-index:1000;text-align:right; }#wze1238 { top:41.2125px;left:313.321px;bottom:auto;right:auto;width:291.975px;height:28px;display:block;z-index:1000;text-align:right; }#wze1239 { top:58.8px;left:616.258px;bottom:auto;right:auto;width:37px;height:1px;display:block;z-index:1000; }#wze1240 { top:1101px;left:42.075px;bottom:auto;right:auto;width:683.85px;height:347px;display:block;z-index:1000; }#wz-section-wzs138 { height:1448px;--section-height:1448px; }#wze1036 { top:15px;left:708px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze1196 { top:80px;left:15px;bottom:auto;right:auto;width:738px;height:2093.6750701904px;display:block;z-index:1000; }#wze1197 { top:15px;left:376.5px;bottom:auto;right:auto;width:250px;height:472.825px;display:block;z-index:1000; }#wze1198 { top:177.139px;left:3.03801px;bottom:auto;right:auto;width:243.925px;height:36.8px;display:block;z-index:1000;text-align:right; }#wze1199 { top:46.38px;left:85.504px;bottom:auto;right:auto;width:79px;height:79px;display:block;z-index:1000; }#wze1241 { top:237.193px;left:16.512px;bottom:auto;right:auto;width:217px;height:220.8px;display:block;z-index:1000;text-align:right; }#wze1200 { top:1116.62px;left:376.5px;bottom:auto;right:auto;width:250px;height:473.025px;display:block;z-index:1000; }#wze1201 { top:177.139px;left:3.038px;bottom:auto;right:auto;width:243.925px;height:29.6px;display:block;z-index:1000;text-align:right; }#wze1202 { top:44.805px;left:82.5px;bottom:auto;right:auto;width:85px;height:85px;display:block;z-index:1000; }#wze1203 { top:248.21px;left:14.012px;bottom:auto;right:auto;width:222px;height:184px;display:block;z-index:1000;text-align:right; }#wze1204 { top:1604.65px;left:111.5px;bottom:auto;right:auto;width:250px;height:473.625px;display:block;z-index:1000; }#wze1205 { top:42.5485px;left:77.5162px;bottom:auto;right:auto;width:94.9875px;height:81.9875px;display:block;z-index:1000; }#wze1206 { top:177.139px;left:3.038px;bottom:auto;right:auto;width:243.925px;height:49.6px;display:block;z-index:1000;text-align:right; }#wze1251 { top:246.035px;left:14.5005px;bottom:auto;right:auto;width:221px;height:220.8px;display:block;z-index:1000;text-align:right; }#wze1207 { top:503.225px;left:111.5px;bottom:auto;right:auto;width:250px;height:598.4px;display:block;z-index:1000; }#wze1208 { top:189.812px;left:3.04902px;bottom:auto;right:auto;width:243.925px;height:26.4px;display:block;z-index:1000;text-align:right; }#wze1209 { top:65.2px;left:82.5109px;bottom:auto;right:auto;width:85px;height:85px;display:block;z-index:1000; }#wze1260 { top:42.6px;left:32.3615px;bottom:auto;right:auto;width:180px;height:540.8px;display:block;z-index:1000;text-align:right; }#wze1210 { top:15px;left:111.5px;bottom:auto;right:auto;width:250px;height:473.225px;display:block;z-index:1000; }#wze1211 { top:177.139px;left:2.0005px;bottom:auto;right:auto;width:243.925px;height:28px;display:block;z-index:1000;text-align:right; }#wze1212 { top:52.8385px;left:87.001px;bottom:auto;right:auto;width:76px;height:76px;display:block;z-index:1000; }#wze1249 { top:254.714px;left:16.2995px;bottom:auto;right:auto;width:220px;height:174.4px;display:block;z-index:1000;text-align:right; }#wze1213 { top:503.225px;left:376.5px;bottom:auto;right:auto;width:250px;height:472.625px;display:block;z-index:1000; }#wze1214 { top:177.139px;left:2.0005px;bottom:auto;right:auto;width:243.925px;height:36.8px;display:block;z-index:1000;text-align:right; }#wze1215 { top:51.2325px;left:91.0045px;bottom:auto;right:auto;width:68px;height:68px;display:block;z-index:1000; }#wze1242 { top:260.902px;left:19.012px;bottom:auto;right:auto;width:212px;height:165.6px;display:block;z-index:1000;text-align:right; }#wze1216 { top:1604.65px;left:376.5px;bottom:auto;right:auto;width:250px;height:474.025px;display:block;z-index:1000; }#wze1217 { top:177.139px;left:2.0005px;bottom:auto;right:auto;width:243.925px;height:51.2px;display:block;z-index:1000;text-align:right; }#wze1218 { top:43.72px;left:88.0115px;bottom:auto;right:auto;width:74px;height:74px;display:block;z-index:1000; }#wze1219 { top:271.312px;left:16.5121px;bottom:auto;right:auto;width:217px;height:184px;display:block;z-index:1000;text-align:right; }#wze1220 { top:1116.62px;left:111.5px;bottom:auto;right:auto;width:250px;height:472.625px;display:block;z-index:1000; }#wze1221 { top:177.139px;left:3.03798px;bottom:auto;right:auto;width:243.925px;height:29.6px;display:block;z-index:1000;text-align:right; }#wze1222 { top:41.7549px;left:81.512px;bottom:auto;right:auto;width:87px;height:87px;display:block;z-index:1000; }#wze1223 { top:253.297px;left:13.0125px;bottom:auto;right:auto;width:224px;height:202.4px;display:block;z-index:1000;text-align:right; }#wze1224 { top:2188.6700701904px;left:0.0124999px;bottom:auto;right:auto;width:767.987px;height:814px;display:block;z-index:1000; }#wze1195 { top:210px;left:383.993px;bottom:auto;right:auto;width:265px;height:181px;display:block;z-index:1000; }#wze1225 { top:15px;left:258.993px;bottom:auto;right:auto;width:250px;height:180px;display:block;z-index:1000; }#wze1226 { top:210px;left:118.994px;bottom:auto;right:auto;width:250px;height:180px;display:block;z-index:1000; }#wze1227 { top:611px;left:258.594px;bottom:auto;right:auto;width:250.8px;height:188px;display:block;z-index:1000; }#wze1243 { top:406px;left:121.494px;bottom:auto;right:auto;width:263px;height:190px;display:block;z-index:1000; }#wze1250 { top:406px;left:399.493px;bottom:auto;right:auto;width:247px;height:188px;display:block;z-index:1000; }#wz-section-wzs158 { height:3017.6626434326px;--section-height:3017.6626434326px; }}@media only screen and (min-width : 1170px) {#wze1254 { display:none; }#wze1258 { display:none; }#wze1248 .wz-gallery.wz-gallery-grid li { width:284px;height:90px;padding:7px; }#wze1255 { display:none; }#wze1259 { display:none; }#wze1260 { display:none; }}