:root{--text_grey: #404041;--text_lite_grey: #514b5f;--praimary_color: #17494d;--secondary_color: #ea5426}*,*::before,*::after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased}body::before{content:"";position:fixed;inset:0;z-index:-1}body.open-popup{overflow:hidden}body.open-popup::before{background-color:rgba(0,0,0,.85);z-index:998;width:100%;height:100%}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;margin:0}a{text-decoration:none;display:inline-block}.container{width:min(1420px,95%);margin-inline:auto}.absolute{position:absolute}.relative{position:relative}.grid{display:grid;height:100%;width:100%}.flex{display:flex}.wrap{flex-wrap:wrap}.flex-column{display:flex;flex-direction:column}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-center{justify-content:center}.justify-evenly{justify-content:space-evenly}.align-center{align-items:center}.align-end{align-items:flex-end}.absolute-center{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}html{scroll-behavior:smooth}html body{font-family:"Poppins";font-weight:400;color:var(--text_grey)}html body *{color:inherit}html body .color-transition{transition:color .5s ease-in-out}html body #breadcrumbs{margin-top:22px;font-family:"OpenSans";font-size:14px}@media only screen and (max-width: 992px){html body #breadcrumbs{padding-inline-start:15px}}html body #breadcrumbs .breadcrumb_last{font-weight:700}html body .arrow-after{position:relative;font-size:max(.9375vw,16px);font-family:"OpenSans";font-weight:600;transition:left .5s ease-in-out;left:0px;max-width:fit-content}html body .arrow-after::before{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background-color:var(--text_grey)}html body .arrow-after::after{position:absolute;content:"";background-image:url("/source/c28b397fe8cb5b21278b9adc25dea999/arrow_right.svg");background-position:right;background-repeat:no-repeat;background-size:contain;width:14px;height:10px;left:calc(100% + 7px);top:55%;transform:translateY(-50%);transition:.5s}html body .arrow-after:hover{left:10px}html body .arrow-after:hover::after{animation:arrow-animate 1s normal;animation-iteration-count:3}html body .arrow-after.white{color:#fff}html body .arrow-after.white::before{background-color:#fff}html body .arrow-after.white::after{background-image:url("/source/af605bf3601e51f3a3804e7cd7b747d2/arrow_right_white.svg")}@keyframes arrow-animate{to{left:calc(100% + 13px);opacity:0}}@media only screen and (max-width: 992px){html body.open-mobile-menu{overflow:hidden}}@-ms-keyframes spin{from{-ms-transform:rotate(0deg)}to{-ms-transform:rotate(360deg)}}@-moz-keyframes spin{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(360deg)}}@-webkit-keyframes spin{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}body.rtl .arrow-after:hover{left:unset;right:10px}body.rtl .arrow-after::after{transform:rotate(180deg);left:unset;right:calc(100% + 7px)}@keyframes arrow-animate{to{right:calc(100% + 13px);opacity:0}}header{z-index:1000;top:0;width:100%;position:fixed;transition:all ease-out 250ms}@media only screen and (max-width: 1024px){header{width:100%;padding-inline:unset}}header .custom-container{padding-block-start:min(30px,2.34375vw);padding-inline:40px;flex-direction:row;justify-content:space-around;padding-block-end:min(10px,1.3020833333vw)}@media only screen and (max-width: 1024px){header .custom-container{margin-inline:15px;justify-content:space-between;flex-direction:row-reverse}}@media only screen and (max-width: 440px){header .custom-container{margin-inline:unset;padding-inline:20px}}header .custom-container .hamburder-mobile{display:none}@media only screen and (max-width: 1024px){header .custom-container .hamburder-mobile{display:flex;cursor:pointer;width:50px;height:50px}}header .custom-container .hamburder-mobile span{display:inline-block;width:100%;height:3px;border-radius:2px;background:#ea5426;position:relative}header .custom-container .hamburder-mobile span::before,header .custom-container .hamburder-mobile span::after{position:absolute;content:"";width:100%;height:3px;border-radius:2px;background:#ea5426;transition:all ease-out 250ms}header .custom-container .hamburder-mobile span::before{top:15px}header .custom-container .hamburder-mobile span::after{bottom:15px}header .custom-container .hamburder-mobile span.open{background:rgba(0,0,0,0) !important}header .custom-container .hamburder-mobile span.open::before{top:0px;transform:rotate(45deg)}header .custom-container .hamburder-mobile span.open::after{bottom:0px;transform:rotate(-45deg)}header .custom-container .start-content{transition:all ease-in-out 400ms}header .custom-container .start-content.open{right:0}@media only screen and (max-width: 1024px){header .custom-container .start-content{position:fixed;width:40%;height:calc(100vh - 230px);top:100px;right:-40%;backdrop-filter:blur(7px);padding-inline:15px;padding-block-start:15px;overflow:unset}}@media only screen and (max-width: 722px){header .custom-container .start-content{top:90px}}@media only screen and (max-width: 502px){header .custom-container .start-content{top:75px}}@media only screen and (max-width: 550px){header .custom-container .start-content{width:100%;border-inline-end:unset;min-height:100%;right:-100%;backdrop-filter:blur(100px);padding-block:30px}}header .custom-container .start-content .mobile-container{flex-direction:column;justify-content:flex-end;height:90%;width:100%;row-gap:35px}@media only screen and (max-width: 1024px){header .custom-container .start-content .mobile-container{justify-content:unset;overflow:scroll;row-gap:unset}}header .custom-container .start-content .mobile-container .upper-line{display:flex;align-items:center;justify-content:flex-end;column-gap:25px;flex-direction:row;padding-inline-start:40px}@media only screen and (max-width: 1024px){header .custom-container .start-content .mobile-container .upper-line{flex-direction:column-reverse;align-items:flex-start;padding:0;row-gap:20px;padding-inline:15px;padding-inline-start:15px;padding-block-end:30px;order:2}}header .custom-container .start-content .mobile-container .upper-line .social-links{display:flex;align-items:center;column-gap:17.5px;margin-inline-end:30px}header .custom-container .start-content .mobile-container .upper-line .social-links a.social-link img{height:13.3px}header .custom-container .start-content .mobile-container .upper-line .social-links a.social-link svg path{fill:#fff}@media only screen and (max-width: 1024px){header .custom-container .start-content .mobile-container .upper-line .social-links a.social-link svg path{fill:#ea5426}}header .custom-container .start-content .mobile-container .upper-line .menu-header-top-container,header .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container{list-style:none;display:flex;justify-content:space-between;padding:0;column-gap:25px}header .custom-container .start-content .mobile-container .upper-line .menu-header-top-container .dropdown,header .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container .dropdown{position:relative;display:inline-block}header .custom-container .start-content .mobile-container .upper-line .menu-header-top-container .dropdown .dropbtnLanguages,header .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container .dropdown .dropbtnLanguages{position:relative;background-color:unset;border:none;cursor:pointer;color:#fff;font-size:max(.7291666667vw,13px);font-family:"Source Sans Pro";font-weight:300;line-height:max(.9166666667vw,15px);transition:opacity .3s ease-in-out}@media only screen and (max-width: 1024px){header .custom-container .start-content .mobile-container .upper-line .menu-header-top-container .dropdown .dropbtnLanguages,header .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container .dropdown .dropbtnLanguages{font-size:max(.9375vw,16px);font-weight:600;line-height:max(1.1770833333vw,20px);color:#ea5426}}header .custom-container .start-content .mobile-container .upper-line .menu-header-top-container .dropdown .dropbtnLanguages:hover,header .custom-container .start-content .mobile-container .upper-line .menu-header-top-container .dropdown .dropbtnLanguages :focus,header .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container .dropdown .dropbtnLanguages:hover,header .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container .dropdown .dropbtnLanguages :focus{opacity:.8}header .custom-container .start-content .mobile-container .upper-line .menu-header-top-container .dropdown .dropbtnLanguages::after,header .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container .dropdown .dropbtnLanguages::after{position:absolute;content:"";background-image:url("/source/9545beb2260fbe1b724670e0697efd0b/arrow_down_white.svg");background-position:right;background-repeat:no-repeat;background-size:contain;width:10px;height:10px;left:calc(100% - 3px);top:33%;transition:.5s}header .custom-container .start-content .mobile-container .upper-line .menu-header-top-container .dropdown .dropdown-content,header .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container .dropdown .dropdown-content{display:none;position:absolute;left:50%;transform:translateX(-50%);background-color:rgba(0,0,0,.95);width:100%;overflow:auto;box-shadow:0px 8px 16px 0px rgba(0,0,0,.2);z-index:1;border-bottom-left-radius:10px;border-bottom-right-radius:10px}@media only screen and (max-width: 1024px){header .custom-container .start-content .mobile-container .upper-line .menu-header-top-container .dropdown .dropdown-content,header .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container .dropdown .dropdown-content{position:relative}}header .custom-container .start-content .mobile-container .upper-line .menu-header-top-container .dropdown .dropdown-content>div,header .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container .dropdown .dropdown-content>div{margin-inline:auto}header .custom-container .start-content .mobile-container .upper-line .menu-header-top-container .dropdown .dropdown-content>div>ul,header .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container .dropdown .dropdown-content>div>ul{flex-direction:column}header .custom-container .start-content .mobile-container .upper-line .menu-header-top-container .dropdown .dropdown-content>div a,header .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container .dropdown .dropdown-content>div a{color:#fff;text-decoration:none;display:block}header .custom-container .start-content .mobile-container .upper-line .menu-header-top-container .dropdown .dropdown-content>div a:hover,header .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container .dropdown .dropdown-content>div a:hover{background-color:rgba(0,0,0,.541)}header .custom-container .start-content .mobile-container .upper-line .menu-header-top-container .dropdown .show,header .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container .dropdown .show{display:block}header .custom-container .start-content .mobile-container .upper-line .menu-header-top-container .dropdown .flipArrow::after,header .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container .dropdown .flipArrow::after{transform:rotate(180deg)}header .custom-container .start-content .mobile-container .upper-line .menu-header-top-container ul,header .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container ul{display:flex;column-gap:25px;padding:0}@media only screen and (max-width: 1024px){header .custom-container .start-content .mobile-container .upper-line .menu-header-top-container ul,header .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container ul{flex-direction:column;gap:20px}}header .custom-container .start-content .mobile-container .upper-line .menu-header-top-container ul li,header .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container ul li{display:flex;align-items:center}header .custom-container .start-content .mobile-container .upper-line .menu-header-top-container ul li a,header .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container ul li a{color:#fff;font-size:max(.7291666667vw,13px);font-family:"Source Sans Pro";font-weight:300;line-height:max(.9166666667vw,15px);transition:opacity .3s ease-in-out}@media only screen and (max-width: 1024px){header .custom-container .start-content .mobile-container .upper-line .menu-header-top-container ul li a,header .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container ul li a{font-size:max(.9375vw,16px);font-weight:600;line-height:max(1.1770833333vw,20px);color:#ea5426}}header .custom-container .start-content .mobile-container .upper-line .menu-header-top-container ul li a:hover,header .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container ul li a:hover{opacity:.8}header .custom-container .start-content .mobile-container .upper-line #search-button{color:#fff;font-size:max(.7291666667vw,13px);font-family:"Source Sans Pro";font-weight:300;line-height:max(.9166666667vw,15px);display:flex;align-items:center;column-gap:3px;cursor:pointer;transition:opacity .3s ease-in-out}@media only screen and (max-width: 1024px){header .custom-container .start-content .mobile-container .upper-line #search-button{color:#fff;font-size:max(.9375vw,16px);font-weight:600;line-height:max(1.1770833333vw,20px)}}header .custom-container .start-content .mobile-container .upper-line #search-button::before{content:"";background-image:url("/source/951c3e1374468ff7a0721f53c9858f20/search_white.svg");background-position:center;background-repeat:no-repeat;background-size:contain;width:12.51px;height:11.69px;display:inline-block}@media only screen and (max-width: 1024px){header .custom-container .start-content .mobile-container .upper-line #search-button::before{width:25px;height:25px}}header .custom-container .start-content .mobile-container .upper-line #search-button:hover{opacity:.8}header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu{display:flex;align-items:center;column-gap:max(16px,2.5vw);list-style:none}@media only screen and (max-width: 1024px){header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu{flex-direction:column;padding:10px 15px;row-gap:20px}}header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu>li::after,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu>li::after{display:block;content:"";height:20px}@media only screen and (max-width: 1024px){header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu>li::after,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu>li::after{display:none}}header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item{position:relative}@media only screen and (max-width: 1024px){header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;width:100%}}header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item a,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item a{color:#fff;font-size:max(.9375vw,16px);font-family:"Source Sans Pro";font-weight:600;line-height:max(1.1770833333vw,20px);transition:opacity .3s ease-in-out}header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item a:hover,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item a:hover{opacity:.8}@media only screen and (max-width: 1024px){header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item a,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item a{color:#ea5426}}header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children .arrow,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children .arrow{cursor:pointer;transform:rotate(-90deg)}header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children .arrow svg path,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children .arrow svg path{fill:#ea5426}header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children .arrow.active,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children .arrow.active{transform:rotate(0deg)}header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu{opacity:0;visibility:hidden;position:absolute;top:85%;left:50%;transform:translateX(-50%);width:192px;background:#fff;box-shadow:0px 0px 25px rgba(46,97,192,.18);z-index:101;padding-block:11px 4px;padding-inline:10px;list-style-type:none}@media only screen and (max-width: 992px){header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu{padding:0}}header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu::after,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu::after{content:"";position:absolute;right:50%;top:-28px;width:0;height:0;border:solid rgba(0,0,0,0);border-width:15px;border-bottom-color:#fff;z-index:0}@media only screen and (max-width: 992px){header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu::after,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu::after{content:unset}}header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item{padding-bottom:6px}header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a{font-size:max(.9375vw,16px);color:#000 !important;border-bottom:unset}@media only screen and (max-width: 992px){header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a{color:#ea5426 !important;padding-inline-start:20px}}header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item:last-of-type,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item:last-of-type{border-bottom:none}@media only screen and (max-width: 992px){header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu{overflow:hidden;position:relative;top:unset;left:unset;width:100%;border-radius:unset;box-shadow:unset;transition:max-height .3s ease-out;background:rgba(0,0,0,0);transform:unset;max-height:0;padding-inline:0}}@media only screen and (max-width: 992px)and (max-width: 992px){header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu{display:flex;flex-direction:column;gap:5px}}@media only screen and (max-width: 992px){header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu li a,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu li a{color:#fff}}header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children:hover ul.sub-menu,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children:hover ul.sub-menu{opacity:1;visibility:visible}header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu{width:63.5vw;padding-inline:59px;padding-block:34px 37px;display:grid;grid-template-columns:repeat(4, 1fr);grid-template-rows:repeat(3, 1fr);grid-column-gap:0px;grid-row-gap:0px}header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu .div1,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu .div1{grid-area:1/1/2/4}header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-796 .title,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-810 .title,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-794 .title,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-796 .title,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-810 .title,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-794 .title{color:var(--secondary_color) !important;font-size:24px;text-align:center}header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-796,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-796{grid-area:2/1/3/2}header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-796 img,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-796 img{width:6.31vw}header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-810,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-810{grid-area:2/2/3/3}header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-810 img,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-810 img{width:5.32vw}header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-794,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-794{grid-area:2/3/3/4}header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-794 img,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-794 img{width:5.64vw}header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-946,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-946{grid-area:1/4/3/5;width:13.02vw}header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-946 img,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-946 img{width:7.86vw}header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-946 p,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-946 p{font-size:14px;line-height:21px}header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-946 p::after,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-946 p::after{content:"";display:block;width:51px;height:1.42px;background-color:#1d1d1b;margin-block:12px 31.58px}header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-946 .title,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-946 .title{background-color:var(--secondary_color);color:#fff !important;padding:12px 18px;border-radius:3px}header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-950,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-952,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-950,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-952{height:40px;border-left:1px solid #777;padding-inline-start:18px;display:flex;width:130px}header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-950 .title,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-952 .title,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-950 .title,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-952 .title{order:1;width:100%}header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-950 p,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-952 p,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-950 p,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-952 p{display:inline-block;order:2}header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-950,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-950{grid-area:3/1/4/2}header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-952,header .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container ul.menu li.menu-item.menu-item-has-children.mega-menu-item ul.sub-menu #item-952{grid-area:3/2/4/3}header .custom-container .end-content{column-gap:max(16px,1.25vw)}header.dark .custom-container .start-content .mobile-container .upper-line .social-links a.social-link svg path{fill:var(--text_grey)}header.dark .custom-container .start-content .mobile-container .upper-line .menu-header-top-container #menu-header-top li a,header.dark .custom-container .start-content .mobile-container .upper-line .menu-header-top-container #menu-header-top-he li a,header.dark .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container #menu-header-top li a,header.dark .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container #menu-header-top-he li a{color:var(--text_grey)}header.dark .custom-container .start-content .mobile-container .upper-line .menu-header-top-container #menu-header-top .dropbtnLanguages,header.dark .custom-container .start-content .mobile-container .upper-line .menu-header-top-container #menu-header-top-he .dropbtnLanguages,header.dark .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container #menu-header-top .dropbtnLanguages,header.dark .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container #menu-header-top-he .dropbtnLanguages{color:var(--text_grey)}header.dark .custom-container .start-content .mobile-container .upper-line .menu-header-top-container #menu-header-top .dropbtnLanguages::after,header.dark .custom-container .start-content .mobile-container .upper-line .menu-header-top-container #menu-header-top-he .dropbtnLanguages::after,header.dark .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container #menu-header-top .dropbtnLanguages::after,header.dark .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container #menu-header-top-he .dropbtnLanguages::after{background-image:url("/source/fcf82888314c1f429cb03d93fbf04ee7/arrow_down.svg")}header.dark .custom-container .start-content .mobile-container .upper-line .menu-header-top-container #menu-header-top .dropdown-content,header.dark .custom-container .start-content .mobile-container .upper-line .menu-header-top-container #menu-header-top-he .dropdown-content,header.dark .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container #menu-header-top .dropdown-content,header.dark .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container #menu-header-top-he .dropdown-content{background-color:#fff}header.dark .custom-container .start-content .mobile-container .upper-line #search-button{color:var(--text_grey)}header.dark .custom-container .start-content .mobile-container .upper-line #search-button::before{background-image:url("/source/d8e25669d75d8153178e62f85af408e8/search_dark.svg")}header.dark .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container #menu-header-bottom li a,header.dark .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container #menu-header-bottom-he li a,header.dark .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container #menu-header-bottom li a,header.dark .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container #menu-header-bottom-he li a{color:var(--text_grey)}header.dark .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container #menu-header-bottom li .arrow svg path,header.dark .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container #menu-header-bottom-he li .arrow svg path,header.dark .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container #menu-header-bottom li .arrow svg path,header.dark .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container #menu-header-bottom-he li .arrow svg path{fill:var(--text_grey)}header.dark .custom-container .hamburder-mobile .menu-icon{background:var(--praimary_color)}header.dark .custom-container .hamburder-mobile .menu-icon::after,header.dark .custom-container .hamburder-mobile .menu-icon::before{background:var(--praimary_color)}header.scroll{background:#ea5426;box-shadow:1px 0px 25px rgba(46,97,192,.4)}header.scroll::after{background:#ea5426}header.scroll .custom-container .hamburder-mobile .menu-icon{background:#fff}header.scroll .custom-container .hamburder-mobile .menu-icon::after,header.scroll .custom-container .hamburder-mobile .menu-icon::before{background:#fff}@media only screen and (max-width: 1024px){header.scroll .custom-container .start-content{background:#ea5426}}header.scroll .custom-container .start-content .mobile-container .upper-line .social-links a.social-link svg path{fill:#fff}header.scroll .custom-container .start-content .mobile-container .upper-line .menu-header-top-container #menu-header-top li a,header.scroll .custom-container .start-content .mobile-container .upper-line .menu-header-top-container #menu-header-top-he li a,header.scroll .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container #menu-header-top li a,header.scroll .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container #menu-header-top-he li a{color:#fff}header.scroll .custom-container .start-content .mobile-container .upper-line .menu-header-top-container #menu-header-top .dropdown .dropbtnLanguages,header.scroll .custom-container .start-content .mobile-container .upper-line .menu-header-top-container #menu-header-top-he .dropdown .dropbtnLanguages,header.scroll .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container #menu-header-top .dropdown .dropbtnLanguages,header.scroll .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container #menu-header-top-he .dropdown .dropbtnLanguages{color:#fff}header.scroll .custom-container .start-content .mobile-container .upper-line .menu-header-top-container #menu-header-top .dropdown .dropbtnLanguages::after,header.scroll .custom-container .start-content .mobile-container .upper-line .menu-header-top-container #menu-header-top-he .dropdown .dropbtnLanguages::after,header.scroll .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container #menu-header-top .dropdown .dropbtnLanguages::after,header.scroll .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container #menu-header-top-he .dropdown .dropbtnLanguages::after{background-image:url("/source/9545beb2260fbe1b724670e0697efd0b/arrow_down_white.svg")}header.scroll .custom-container .start-content .mobile-container .upper-line .menu-header-top-container #menu-header-top .dropdown .dropdown-content,header.scroll .custom-container .start-content .mobile-container .upper-line .menu-header-top-container #menu-header-top-he .dropdown .dropdown-content,header.scroll .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container #menu-header-top .dropdown .dropdown-content,header.scroll .custom-container .start-content .mobile-container .upper-line .menu-header-top-he-container #menu-header-top-he .dropdown .dropdown-content{background-color:var(--secondary_color)}header.scroll .custom-container .start-content .mobile-container .upper-line #search-button{color:#fff}header.scroll .custom-container .start-content .mobile-container .upper-line #search-button::before{background-image:url("/source/951c3e1374468ff7a0721f53c9858f20/search_white.svg")}header.scroll .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container #menu-header-bottom li a,header.scroll .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container #menu-header-bottom-he li a,header.scroll .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container #menu-header-bottom li a,header.scroll .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container #menu-header-bottom-he li a{color:#fff}header.scroll .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container #menu-header-bottom li .arrow svg path,header.scroll .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container #menu-header-bottom-he li .arrow svg path,header.scroll .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container #menu-header-bottom li .arrow svg path,header.scroll .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container #menu-header-bottom-he li .arrow svg path{fill:#fff}header.scroll .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container #menu-header-bottom li .sub-menu li a,header.scroll .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-container #menu-header-bottom-he li .sub-menu li a,header.scroll .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container #menu-header-bottom li .sub-menu li a,header.scroll .custom-container .start-content .mobile-container .bottom-line .menu-header-bottom-he-container #menu-header-bottom-he li .sub-menu li a{color:#ea5426 !important}header .mega-menu{position:absolute;top:85%;left:53%;transform:translateX(-50%);opacity:0;visibility:hidden;background:#fff;box-shadow:0px 0px 25px rgba(46,97,192,.18);z-index:101;width:63.5vw;padding-block:34px 47px;padding-inline:59px}header .mega-menu::after{content:"";position:absolute;right:50%;top:-28px;width:0;height:0;border:solid rgba(0,0,0,0);border-width:15px;border-bottom-color:#fff;z-index:0}header .mega-menu .top-container{display:flex;justify-content:space-between;padding-block-end:35.5px}header .mega-menu .top-container .left-container{width:39.73vw}header .mega-menu .top-container .left-container .form{width:100%;background:#fff;border:.5px solid rgba(0,0,0,.45);border-radius:8.88761px;display:flex;padding:13px;margin-block-end:48px}header .mega-menu .top-container .left-container .form .search-form{width:100%;display:inherit}header .mega-menu .top-container .left-container .form .search-form .search-field{outline:none;border:0;width:93%}header .mega-menu .top-container .left-container .form .search-form .search-submit{outline:none;border:0;background:none}header .mega-menu .top-container .left-container .form .search-form .search-submit img{width:30px}header .mega-menu .top-container .left-container .links{display:flex;width:100%}header .mega-menu .top-container .left-container .links .link{width:33.333%;display:flex;flex-direction:column;align-items:center}header .mega-menu .top-container .left-container .links .link img{width:121px}header .mega-menu .top-container .left-container .links .link a{color:var(--secondary_color) !important;font-size:24px}header .mega-menu .top-container .left-container .links .link:not(:nth-child(1)){border-left:1px solid #777}header .mega-menu .top-container .left-container .links .link:not(:first-child,:last-child){width:42%}header .mega-menu .top-container .post-container{width:13.02vw;padding-block:30px 14px;padding-inline:15px;box-shadow:0px 4px 16px rgba(0,0,0,.12)}header .mega-menu .top-container .post-container img{width:7.86vw;filter:grayscale(100%)}header .mega-menu .top-container .post-container .text{padding-block-start:24px;color:#1d1d1b}header .mega-menu .top-container .post-container .text::after{content:"";background:#1d1d1b;width:51px;height:1.5px;display:block;margin-block:12px 31px}header .mega-menu .top-container .post-container .link{background-color:var(--secondary_color);color:#fff !important;position:relative;font-size:22px;padding:8px 18px;border-radius:3px;padding-inline-end:36px;width:100%;margin-inline:auto}header .mega-menu .top-container .post-container .link::after{position:absolute;content:"";background-image:url("/source/af605bf3601e51f3a3804e7cd7b747d2/arrow_right_white.svg");background-position:right;background-repeat:no-repeat;background-size:contain;width:25px;height:25px;left:calc(100% - 45px);top:54%;transform:translateY(-50%);transition:.5s}header .mega-menu .buttom-container{width:100%;border-top:1px solid #868686;display:flex;gap:40px;padding-block-start:26.5px}header .mega-menu .buttom-container>div{display:flex;border-left:1px solid #777;align-items:center}header .mega-menu .buttom-container>div img{height:28px;padding-inline:18px 14px}header .mega-menu .buttom-container>div .div .link,header .mega-menu .buttom-container>div .div .title{font-size:18px;color:#000;line-height:25.31px}header .mega-menu .buttom-container>div .div p,header .mega-menu .buttom-container>div .div .subtitle{font-size:12px;line-height:16.88px;color:#000}header .mega-show{visibility:visible;opacity:1}.rtl .menu-header-bottom-he{flex-direction:row-reverse}.rtl .header .mega-menu{left:47%}.rtl .header .mega-menu .top-container .post-container .link::after{left:unset;right:calc(100% - 45px);transform:rotate(180deg);top:35%}.rtl .mega-menu .top-container .left-container .links .link:not(:nth-child(1)){border-left:unset;border-right:1px solid #777}.rtl .mega-menu .buttom-container>div{border-left:unset;border-right:1px solid #777}.hero_3_types{position:relative;padding-top:130px}.hero_3_types .bg{position:absolute;top:0;bottom:0;right:0;left:0;background-position:center;background-repeat:no-repeat;background-size:cover}.hero_3_types .hero-oic,.hero_3_types .hero-iatc{color:#fff;top:0;left:0;right:0;bottom:0;background-color:#ececec}.hero_3_types .hero-oic .container-content,.hero_3_types .hero-iatc .container-content{display:flex;padding-top:25px;column-gap:85px;max-width:86.4583333333vw;margin-inline-start:auto;position:relative;z-index:2}@media only screen and (max-width: 1175px){.hero_3_types .hero-oic .container-content,.hero_3_types .hero-iatc .container-content{display:flex;align-items:center;flex-direction:column;padding:unset;max-width:unset;column-gap:unset;margin-inline-start:unset}}@media only screen and (max-width: 1175px){.hero_3_types .hero-oic .container-content .image,.hero_3_types .hero-iatc .container-content .image{width:60%}}@media only screen and (max-width: 900px){.hero_3_types .hero-oic .container-content .image,.hero_3_types .hero-iatc .container-content .image{width:50%}}.hero_3_types .hero-oic .container-content>.splide__track .splide__slide,.hero_3_types .hero-iatc .container-content>.splide__track .splide__slide{display:flex;padding-top:25px;column-gap:85px;max-width:86.4583333333vw;margin-inline-start:auto;position:relative;z-index:2}.hero_3_types .hero-oic .container-content .container-text,.hero_3_types .hero-iatc .container-content .container-text{width:min(555px,78.125vw);padding-top:121px}@media only screen and (max-width: 1024px){.hero_3_types .hero-oic .container-content .container-text,.hero_3_types .hero-iatc .container-content .container-text{padding-top:30px}}@media only screen and (max-width: 992px){.hero_3_types .hero-oic .container-content .container-text,.hero_3_types .hero-iatc .container-content .container-text{padding-top:0px}}.hero_3_types .hero-oic .container-content .container-text h1,.hero_3_types .hero-iatc .container-content .container-text h1{font-weight:700;font-size:min(75px,11.4583333333vw);line-height:max(4.6875vw,52px)}.hero_3_types .hero-oic .container-content .container-text h1 span,.hero_3_types .hero-iatc .container-content .container-text h1 span{color:#fff;line-height:1.1}.hero_3_types .hero-oic .container-content .container-text h1 span[style*="text-decoration: underline;"],.hero_3_types .hero-iatc .container-content .container-text h1 span[style*="text-decoration: underline;"]{text-decoration:none !important;position:relative}.hero_3_types .hero-oic .container-content .container-text h1 span[style*="text-decoration: underline;"]::after,.hero_3_types .hero-iatc .container-content .container-text h1 span[style*="text-decoration: underline;"]::after{content:"";width:100%;height:2px;background-color:#ce9fb7;display:block;position:absolute;bottom:15px;left:0}.hero_3_types .hero-oic .container-content .container-text .text,.hero_3_types .hero-iatc .container-content .container-text .text{font-family:"OpenSans";font-style:normal;font-size:min(20px,5.2083333333vw);line-height:140.62%;margin-top:max(2.5vw,35px);color:#fff}.hero_3_types .hero-oic .container-content .container-text .text *,.hero_3_types .hero-iatc .container-content .container-text .text *{color:#fff}.hero_3_types .hero-oic .container-content .container-text .link,.hero_3_types .hero-iatc .container-content .container-text .link{font-family:"OpenSans";color:#fff;padding-bottom:2px;border-bottom:solid 2px #fff;font-weight:600;font-size:min(20px,3.6458333333vw);margin-top:max(2.5vw,35px);transition:opacity .3s ease-in-out}.hero_3_types .hero-oic .container-content .container-text .link:hover,.hero_3_types .hero-iatc .container-content .container-text .link:hover{opacity:.7}.hero_3_types .hero-oic .container-content .image,.hero_3_types .hero-iatc .container-content .image{flex:1}@media only screen and (max-width: 500px){.hero_3_types .hero-oic .container-content .image,.hero_3_types .hero-iatc .container-content .image{width:65%}}.hero_3_types .hero-oic .container-content .image .splide__track .splide__list,.hero_3_types .hero-iatc .container-content .image .splide__track .splide__list{width:100%}.hero_3_types .hero-oic .container-content .image .splide__track .splide__list .splide__slide img,.hero_3_types .hero-iatc .container-content .image .splide__track .splide__list .splide__slide img{max-width:90%}@media only screen and (max-width: 1176px){.hero_3_types .hero-oic .container-content .image .splide__track .splide__list .splide__slide img img,.hero_3_types .hero-iatc .container-content .image .splide__track .splide__list .splide__slide img img{max-width:100%;margin-top:35px}}.hero_3_types .hero-v{position:relative;width:100%;height:760px;background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;align-items:center}.hero_3_types .hero-v svg{width:100px;cursor:pointer;transition:all ease-out .3s}.hero_3_types .hero-v svg *{transition:all ease-out .3s}.hero_3_types .hero-v svg:hover g path{fill:#c01815}.hero_3_types .hero-v iframe{width:100%;height:760px;display:none}.hero_3_types .hero-v.play iframe{display:initial}.hero_3_types .hero-v.play svg{display:none}.soaasi .inner-container{max-width:max(73.6979166667vw,300px);margin-inline:auto}.soaasi .inner-container h2{font-size:max(2.5vw,32px);font-weight:700;padding-top:max(3.125vw,40px)}.soaasi .inner-container .text{font-family:"OpenSans";line-height:max(2.1875vw,34px);font-size:max(1.3541666667vw,18px);margin-top:max(1.4583333333vw,20px);display:flex;flex-wrap:wrap;gap:40px}.soaasi .inner-container .text>div{width:30%}.soaasi .inner-container .text>div>h2{padding:0;font-size:28px;font-weight:700}.soaasi .inner-container .text>div ul{padding:0;list-style:none}.soaasi .inner-container .text>div ul li{font-size:18px;font-weight:400}.soaasi .inner-container .text>div ul li::before{content:"";background-color:#ea5426;font-weight:bold;display:inline-block;width:10px;height:10px;border-radius:50%;margin-left:8px;margin-inline-end:10px}.soaasi .inner-container .text>div>div{padding-inline-start:15px}.soaasi .inner-container .container-halves{display:flex;margin-top:max(4.9479166667vw,60px)}@media only screen and (max-width: 992px){.soaasi .inner-container .container-halves{flex-direction:column}}.soaasi .inner-container .container-halves .container-arrows{flex:5;display:flex;flex-direction:column}@media only screen and (max-width: 900px){.soaasi .inner-container .container-halves .container-arrows{padding-inline-end:20px}}.soaasi .inner-container .container-halves .container-arrows .list-row{display:flex;align-items:flex-start;cursor:pointer}.soaasi .inner-container .container-halves .container-arrows .list-row .icon{margin-inline-end:20px;margin-top:24px;pointer-events:none;transition:background-color .5s ease-in-out;padding-top:14px;display:flex;justify-content:center;border-radius:40px}.soaasi .inner-container .container-halves .container-arrows .list-row .icon svg path{fill:#616f98;transition:fill .5s ease-in-out}.soaasi .inner-container .container-halves .container-arrows .list-row .container-content{overflow:hidden;padding-top:33px;padding-bottom:20px;flex:1}.soaasi .inner-container .container-halves .container-arrows .list-row .container-content .top-line{display:flex;align-items:center;justify-content:space-between;pointer-events:none}.soaasi .inner-container .container-halves .container-arrows .list-row .container-content .top-line .title{font-size:min(23px,5.2083333333vw);color:#555;font-weight:700;line-height:max(2.0833333333vw,36px)}.soaasi .inner-container .container-halves .container-arrows .list-row .container-content .top-line svg{transition:transform .5s ease-in-out}.soaasi .inner-container .container-halves .container-arrows .list-row .container-content .top-line svg path{fill:#8d8d8d}.soaasi .inner-container .container-halves .container-arrows .list-row .container-content .container-hidden-content{margin-top:2px;overflow:hidden;max-height:0px;transition:max-height .5s ease}.soaasi .inner-container .container-halves .container-arrows .list-row .container-content .container-hidden-content .text{font-family:"OpenSans";font-size:max(.9375vw,16px);line-height:max(1.5625vw,26px);pointer-events:none}.soaasi .inner-container .container-halves .container-arrows .list-row .container-content .container-hidden-content .link{margin-top:max(.9895833333vw,14px)}.soaasi .inner-container .container-halves .container-arrows .list-row:not(:first-child){border-top:solid 1px #c0cad9}.soaasi .inner-container .container-halves .container-arrows .list-row:hover .container-content .title{color:#ea5426}.soaasi .inner-container .container-halves .container-arrows .list-row.active{border-inline-start:solid 8px #ea5426}.soaasi .inner-container .container-halves .container-arrows .list-row.active>.icon{background-color:rgba(184,219,252,.2)}.soaasi .inner-container .container-halves .container-arrows .list-row.active>.icon svg path{fill:#00a8e8}.soaasi .inner-container .container-halves .container-arrows .list-row.active .container-content .top-line svg{transform:rotate(180deg)}.soaasi .inner-container .container-halves .container-arrows .list-row.active .container-content .container-hidden-content{overflow:initial}.soaasi .inner-container .container-halves .container-image{flex:5}.hero2{background-repeat:no-repeat;background-position:center;background-size:cover;height:min(446px,55vw);display:flex;align-items:flex-end;padding-bottom:65px}@media only screen and (max-width: 992px){.hero2{padding-bottom:20px}}.hero2 h1{padding-inline-start:10px;font-weight:700;font-size:min(84px,9.375vw);max-width:1410px;margin-inline:auto;width:100%}.banner,.banner2{background-image:url("/source/2fb6147611a4a8d8481ce4f3dc2aba44/banner_bg.jpg");background-size:cover;background-repeat:no-repeat;background-position:center;display:flex}@media only screen and (max-width: 992px){.banner,.banner2{flex-direction:column}}.banner .container-image,.banner2 .container-image{max-width:660px}.banner .container-text,.banner2 .container-text{display:flex;flex-direction:column;padding-top:120px;color:#fff;margin-inline-start:30px}@media only screen and (max-width: 992px){.banner .container-text,.banner2 .container-text{padding-top:unset;padding-block:40px}}.banner .container-text h2,.banner2 .container-text h2{font-weight:700;font-size:min(75px,6.25vw);line-height:max(4.6875vw,80px);max-width:600px}.banner .container-text .text,.banner2 .container-text .text{font-family:"OpenSans";font-size:min(22px,5.2083333333vw);line-height:max(1.875vw,31px);margin-top:min(32px,2.1875vw);max-width:450px}.banner .container-text .link,.banner2 .container-text .link{margin-top:max(1.25vw,20px);font-size:min(16px,4.6875vw)}@media only screen and (max-width: 992px){.banner .container-text .link,.banner2 .container-text .link{margin-block-end:30px}}.banner2{background-image:url("/source/39a65da32c7aa87ae7fde8a50a168735/banner_bg2.jpg")}.banner2 .container-text{margin-inline-start:3.8541666667vw}@media only screen and (max-width: 992px){.banner2 .container-text{margin-inline:auto;padding-inline:30px}}.banner2 .container-text .text{max-width:483px}.banner2 .container-text .newsletter{display:flex;gap:24px;align-items:center;margin-top:45px}@media only screen and (max-width: 992px){.banner2 .container-text .newsletter{flex-direction:column;align-items:center}}.banner2 .container-text .newsletter [name=email]{font-size:14px;padding:16px 30px;box-shadow:0px 4px 18px rgba(0,0,0,.08);border:none;border-radius:47px;color:#202f44;width:100%}.banner2 .container-text .newsletter [name=email]::placeholder{color:#202f44}.banner2 .container-text .newsletter button{font-size:min(20px,4.1666666667vw);color:#fff;background-color:var(--text_grey);border-radius:47px;padding:10px 50px;font-weight:600;border:none;cursor:pointer;transition:background-color .4s ease-in-out}.banner2 .container-text .newsletter button:hover{background-color:#2d2d2d}.container-slider-products{background-color:#ececec}.container-slider-products h2{text-align:center;padding-inline:5%;font-weight:700;font-size:min(48px,7.5520833333vw);padding:max(3.125vw,40px)}.container-slider-products .splide .splide__track{padding-right:30% !important;padding-left:30% !important;max-height:730px}@media only screen and (max-width: 900px){.container-slider-products .splide .splide__track{padding-right:105px !important;padding-left:105px !important}}@media only screen and (max-width: 550px){.container-slider-products .splide .splide__track{padding-right:0px !important;padding-left:0px !important}}.container-slider-products .splide .splide__list{transform:translateX(-1242.62px)}.container-slider-products .splide .splide__list>a{width:100%;overflow:hidden;margin:10px 10px;max-height:700px}.container-slider-products .splide__slide{width:100%;background-color:#f5f5f5;padding:4%;display:flex;column-gap:40px}@media only screen and (max-width: 992px){.container-slider-products .splide__slide{flex-direction:column;gap:50px;padding-block:20px;padding-inline:40px}}.container-slider-products .splide__slide .category{font-size:max(.9375vw,16px);font-family:"Roboto";color:#ea5426;text-transform:uppercase}.container-slider-products .splide__slide .title{font-weight:700;font-size:clamp(24px,2.5vw,48px);margin-top:5px;transition:color .4s ease-in-out}.container-slider-products .splide__slide .excerpt{margin-top:28px;font-family:"Karla";font-size:min(20px,4.1666666667vw);line-height:36px}@media only screen and (max-width: 992px){.container-slider-products .splide__slide .excerpt{padding-block-end:10px}}.container-slider-products .splide__slide img{max-width:325px;max-height:630px}@media only screen and (max-width: 992px){.container-slider-products .splide__slide img{max-width:unset;width:100%;max-height:unset}}.container-slider-products .splide__slide:hover .title{color:#ea5426}.service-calls .container .title{position:relative;font-size:clamp(16px,1.6666666667vw,30px);line-height:24.5px;color:#fff;text-align:center;width:fit-content;margin-inline:auto;padding-inline:33px;padding-block:30px;background-color:var(--secondary_color);font-family:"Heebo";font-weight:600;padding-inline-end:85px;cursor:pointer;margin-block-start:95px}.service-calls .container .title::after{position:absolute;content:"";background-image:url("/source/af605bf3601e51f3a3804e7cd7b747d2/arrow_right_white.svg");background-position:right;background-repeat:no-repeat;background-size:contain;width:25px;height:25px;left:32px;top:54%;transform:translateY(-50%) rotate(180deg);transition:.5s}.service-calls .container .text{max-width:1140px;margin-inline:auto;margin-block:48px 42px;font-weight:400;font-size:18px;line-height:30px}.service-calls::before{content:"";position:absolute;inset:0;z-index:-1}.service-calls.open-popup{overflow:hidden}.service-calls.open-popup::before{background-color:rgba(25,75,79,.8980392157);z-index:998}.service-calls .click-to-close{position:absolute;width:100%;height:100%;top:0;left:0}.service-calls .popup-form-container{width:858px;z-index:999;position:absolute;top:156px;left:50%;transform:translate(-50%, 0)}.service-calls .popup-form-container form{display:flex;flex-wrap:wrap;direction:rtl;column-gap:12px;row-gap:32px}.service-calls .popup-form-container form .service-label{position:relative;display:flex;flex-direction:column;width:49.3%;margin:0;color:#fff;font-weight:400;font-size:18px;line-height:30px}.service-calls .popup-form-container form .service-label::after{position:absolute;content:"*";color:red;right:80px;width:24px;height:24px;top:3px}.service-calls .popup-form-container form .service-label span{width:100%;height:50px}.service-calls .popup-form-container form .service-label span input{width:100%;height:100%}.service-calls .popup-form-container form .company-name{width:100%}.service-calls .popup-form-container form .last-name::after{right:100px}.service-calls .popup-form-container form .phone::after{right:50px}.service-calls .popup-form-container form .email::after{right:60px}.service-calls .popup-form-container form .service-name{width:100%;appearance:none;-moz-appearance:none;-webkit-appearance:none}.service-calls .popup-form-container form .service-name::after{display:none;color:#fff;right:205px;top:28%}.service-calls .popup-form-container form .service-name span select{width:100%;height:100%;background-color:var(--secondary_color);font-weight:400;font-size:18px;line-height:30px;padding-inline-start:21px;padding-inline-end:15px;cursor:pointer}.service-calls .popup-form-container form .message{width:100%;height:250px;margin-block-end:46px}.service-calls .popup-form-container form .message::after{display:none}.service-calls .popup-form-container form .message span{height:100%}.service-calls .popup-form-container form .message span textarea{resize:none;width:100%;height:100%;color:#000}.service-calls .popup-form-container form .submit{position:relative;width:100%;height:49px;color:#fff;font-weight:600;font-size:29px;line-height:24px}.service-calls .popup-form-container form .submit input{border:none;outline:inherit;width:100%;height:100%;background-color:var(--secondary_color);cursor:pointer}.service-calls .popup-form-container form .submit::after{position:absolute;content:"";background-image:url("/source/af605bf3601e51f3a3804e7cd7b747d2/arrow_right_white.svg");background-position:right;background-repeat:no-repeat;background-size:contain;width:25px;height:25px;left:43%;top:50%;transform:translate(-50%, -50%) rotate(180deg);transition:.5s}.service-calls .hide{display:none;opacity:0}html body footer{padding-bottom:max(3.9583333333vw,40px)}html body footer *{color:#68737d}html body footer .container-upper{padding-top:55px}@media only screen and (max-width: 1175px){html body footer .container-upper{padding-top:unset}}html body footer .container-upper .inner-container{display:flex;column-gap:89px;max-width:1426px;margin-inline:auto}@media only screen and (max-width: 1175px){html body footer .container-upper .inner-container{flex-direction:column;align-items:center;gap:30px}}html body footer .container-upper .inner-container .container-logo-social{max-width:250px}html body footer .container-upper .inner-container .container-logo-social .container-social-links{margin-top:max(3.8541666667vw,40px);display:flex;align-items:center;justify-content:space-between}html body footer .container-upper .inner-container .container-logo-social .container-social-links a img{transition:transform .3s ease-in-out}html body footer .container-upper .inner-container .container-logo-social .container-social-links a img:hover{transform:scale(1.1)}html body footer .container-upper .inner-container .container-logo-social .container-social-links a svg path{transition:all .3s ease-in-out}html body footer .container-upper .inner-container .container-logo-social .container-social-links a svg:hover path{fill:#ea5426}html body footer .container-upper .inner-container .container-menu{flex:1}@media only screen and (max-width: 600px){html body footer .container-upper .inner-container .container-menu{padding-inline:20px}}html body footer .container-upper .inner-container .container-menu #menu-footer,html body footer .container-upper .inner-container .container-menu #menu-footer-he{list-style:none;padding:0;display:flex;column-gap:100px}@media only screen and (max-width: 900px){html body footer .container-upper .inner-container .container-menu #menu-footer,html body footer .container-upper .inner-container .container-menu #menu-footer-he{flex-wrap:wrap;justify-content:center;row-gap:30px}}html body footer .container-upper .inner-container .container-menu #menu-footer>li,html body footer .container-upper .inner-container .container-menu #menu-footer-he>li{line-height:22px;text-align:center}html body footer .container-upper .inner-container .container-menu #menu-footer>li>a,html body footer .container-upper .inner-container .container-menu #menu-footer-he>li>a{font-family:"Arial";font-size:12px;color:#03363d;font-weight:800}html body footer .container-upper .inner-container .container-menu #menu-footer>li>a[href=""],html body footer .container-upper .inner-container .container-menu #menu-footer-he>li>a[href=""]{pointer-events:none}html body footer .container-upper .inner-container .container-menu #menu-footer>li ul,html body footer .container-upper .inner-container .container-menu #menu-footer-he>li ul{margin-top:16px;padding:0;list-style:none}html body footer .container-upper .inner-container .container-menu #menu-footer>li ul li,html body footer .container-upper .inner-container .container-menu #menu-footer-he>li ul li{line-height:16px}html body footer .container-upper .inner-container .container-menu #menu-footer>li ul li:not(:first-of-type),html body footer .container-upper .inner-container .container-menu #menu-footer-he>li ul li:not(:first-of-type){margin-top:10px}html body footer .container-upper .inner-container .container-menu #menu-footer>li ul li a,html body footer .container-upper .inner-container .container-menu #menu-footer-he>li ul li a{font-family:"proxima-nova";font-size:12px}.container-bottom{margin-top:30px;padding-top:25px;border-top:solid 1px #c2c8cc}.container-bottom .inner-container{max-width:1088px;margin-inline:auto}@media only screen and (max-width: 1175px){.container-bottom .inner-container{display:flex;flex-direction:column;align-items:center;text-align:center;padding-inline:20px}}.container-bottom .inner-container .upper-line{display:flex}@media only screen and (max-width: 750px){.container-bottom .inner-container .upper-line{flex-direction:column;width:100%;row-gap:10px}}.container-bottom .inner-container .upper-line .wrapper-text .big-text{color:#03363d;font-family:"Arial";font-size:max(1.1979166667vw,20px);line-height:max(1.6666666667vw,28px)}.container-bottom .inner-container .upper-line .wrapper-text .small-text{color:var(--praimary_color);margin-top:8px;font-family:"proxima-nova";font-size:max(.78125vw,13px);line-height:max(1.25vw,21px)}.container-bottom .inner-container .upper-line .wrapper-input{margin-inline-start:93px;display:flex;align-items:stretch;max-height:48px}@media only screen and (max-width: 750px){.container-bottom .inner-container .upper-line .wrapper-input{justify-content:center;margin:0}}.container-bottom .inner-container .upper-line .wrapper-input input{width:275px}@media only screen and (max-width: 750px){.container-bottom .inner-container .upper-line .wrapper-input input{width:65%;font-size:16px}}.container-bottom .inner-container .upper-line .wrapper-input button{background:var(--praimary_color);border:2px solid var(--praimary_color);color:#fff;font-family:"Arial";font-size:18px;padding:9px 34px;transition:background-color .5s ease-in-out;cursor:pointer}@media only screen and (max-width: 500px){.container-bottom .inner-container .upper-line .wrapper-input button{font-size:16px;padding:9px 10px}}.container-bottom .inner-container .upper-line .wrapper-input button:hover{background-color:#1f595e}.container-bottom .inner-container .bottom-menu{margin-top:max(1.4583333333vw,24px)}.container-bottom .inner-container .bottom-menu #menu-footer-bottom,.container-bottom .inner-container .bottom-menu #menu-footer-bottom-he{display:flex;align-items:center;list-style:none;padding:0;column-gap:18px}@media only screen and (max-width: 500px){.container-bottom .inner-container .bottom-menu #menu-footer-bottom,.container-bottom .inner-container .bottom-menu #menu-footer-bottom-he{flex-direction:column;justify-content:center}}.container-bottom .inner-container .bottom-menu #menu-footer-bottom li,.container-bottom .inner-container .bottom-menu #menu-footer-bottom-he li{display:flex;align-items:center;column-gap:7px}.container-bottom .inner-container .bottom-menu #menu-footer-bottom li:last-of-type,.container-bottom .inner-container .bottom-menu #menu-footer-bottom-he li:last-of-type{margin-inline-start:42px}.container-bottom .inner-container .bottom-menu #menu-footer-bottom li img,.container-bottom .inner-container .bottom-menu #menu-footer-bottom-he li img{height:21px}.container-bottom .inner-container .bottom-menu #menu-footer-bottom li a,.container-bottom .inner-container .bottom-menu #menu-footer-bottom-he li a{font-size:12px;line-height:24px}.container-bottom .inner-container .bottom-text{margin-top:max(3.4375vw,40px);font-family:"proxima-nova";font-size:13px;line-height:18px}/*# sourceMappingURL=theme.min.css.map */