:root{--toastify-color-light:#fff;--toastify-color-dark:var(--dark-box-bg);--toastify-color-info:#3498db;--toastify-color-success:#2dc272;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:IRANYekanX-FaNum,sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:7vw;right:3vw}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:.8vw;box-shadow:0 0 .5vw hsla(0,0%,75%,.2);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:IRANYekanX-FaNum,sans-serif;font-size:.8vw;cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (max-width:450px){.Toastify__toast-container{width:100vw!important}.Toastify__toast{font-size:13.5px}.Toastify__toast-container--top-right{top:18.9vw!important;right:0}}body.react-confirm-alert-body-element{overflow:hidden}.react-confirm-alert-blur{filter:url(#gaussian-blur);filter:blur(2px);-webkit-filter:blur(2px)}.react-confirm-alert-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99;background:rgba(94,94,94,.75);display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:center;-ms-align-items:center;align-items:center;opacity:0;animation:react-confirm-alert-fadeIn .5s .2s forwards}.react-confirm-alert-body{font-family:Arial,Helvetica,sans-serif;width:400px;padding:30px;text-align:left;background:#fff;border-radius:10px;box-shadow:0 20px 75px rgba(0,0,0,.13);color:#666}.react-confirm-alert-svg{position:absolute;top:0;left:0}.react-confirm-alert-body>h1{margin-top:0}.react-confirm-alert-body>h3{margin:0;font-size:16px}.react-confirm-alert-button-group{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:flex-start;margin-top:20px}.react-confirm-alert-button-group>button{outline:none;background:#333;border:none;display:inline-block;padding:6px 18px;color:#eee;margin-right:10px;border-radius:5px;font-size:12px;cursor:pointer}@keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}div.confirm-modal{padding:1vw;width:30vw;height:19vw;background-color:var(--dark-gold);border-radius:.6vw;box-shadow:0 0 .9vw rgba(0,0,0,.7);color:silver;font-size:.8vw;gap:1vw}div.confirm-modal h2{color:var(--gold);font-size:1.5vw;font-family:EncodeSansExpanded-Bold,sans-serif}@keyframes animate-alert-icon{0%{transform:scale(.65)}to{transform:scale(1)}}div.confirm-modal i{font-size:5vw;animation:animate-alert-icon .5s linear forwards}div.confirm-modal p{padding:.5vw 0;width:95%;font-family:EncodeSansExpanded-Regular,sans-serif;font-size:.9vw}div.confirm-modal .btn{margin:.5vw;min-width:5vw;border-radius:.4vw;font-family:EncodeSansExpanded-Bold,sans-serif}div.confirm-modal .btn:hover{background-color:#2dc272;transform:scale(1.05)}div.confirm-modal .btn.reject:hover{background-color:#be0748;transform:scale(1.05)}@media screen and (max-width:992px){div.confirm-modal{padding:14px;width:400px;height:250px;border-radius:14px;box-shadow:0 0 12px rgba(0,0,0,.7);font-size:14px;gap:16px}div.confirm-modal h2{font-size:22px}div.confirm-modal i{font-size:58px}div.confirm-modal p{padding:6px 0;width:95%;font-size:13px}div.confirm-modal .btn{margin:7px;padding:9px;min-width:70px;border-radius:6px;font-family:EncodeSansExpanded-Bold,sans-serif;font-size:13px}}@media screen and (max-width:450px){div.confirm-modal{padding:14px;width:350px;height:220px;font-size:14px;gap:10px}div.confirm-modal h2{font-size:19px}div.confirm-modal i{font-size:52px}div.confirm-modal p{font-size:13px}div.confirm-modal .btn{padding:8px;min-width:70px;border-radius:6px;font-family:EncodeSansExpanded-Bold,sans-serif;font-size:13px}}div.scroll-to-top-btn{width:3vw;height:3vw;border-radius:100%;background:var(--light-red);position:fixed;left:3.5vw;bottom:1vw;box-shadow:0 0 .7vw rgba(0,0,0,.2);cursor:pointer;transition:all .3s;opacity:0;visibility:hidden;transform:translateY(-200%);z-index:11}div.scroll-to-top-btn.reveal{opacity:1;visibility:visible;transform:translateY(0)}div.scroll-to-top-btn:hover{background:var(--red)}div.scroll-to-top-btn:before{content:"";width:40%;height:.2vw;border-radius:.2vw;background-color:#000;position:absolute;right:17.2%;transition:all .4s;transition-delay:.2s}div.scroll-to-top-btn.reveal:before{transform:rotate(45deg)}div.scroll-to-top-btn:after{content:"";width:40%;height:.2vw;border-radius:.2vw;background-color:#000;position:absolute;left:17.2%;transition:all .4s;transition-delay:.2s}div.scroll-to-top-btn.reveal:after{transform:rotate(-45deg)}@media screen and (max-width:992px){div.scroll-to-top-btn{width:6vw;height:6vw;left:2.8vw;bottom:14vw;box-shadow:0 0 .8vw rgba(0,0,0,.2)}div.scroll-to-top-btn:after,div.scroll-to-top-btn:before{height:.4vw}}@media screen and (max-width:450px){div.scroll-to-top-btn{width:10vw;height:10vw;left:17px;bottom:95px;z-index:5!important;box-shadow:0 0 .8vw rgba(0,0,0,.2)}div.scroll-to-top-btn:after,div.scroll-to-top-btn:before{height:3px;border-radius:2px}}footer{margin-top:2vw;width:100%;padding:1.5vw 10vw;min-height:50vw;position:relative;z-index:1;color:var(--dark-font);justify-content:start!important}footer .footer-honors-icons{padding:3.5vw .25vw;width:100%;position:relative;gap:1vw;justify-content:space-between;border-top:.15vw solid rgba(226,232,240,.6)}footer .footer-honors-icons .footer-honor-card{min-width:5vw;gap:.75vw;position:relative}footer .footer-honors-icons .footer-honor-card figure{padding:.95vw;width:4.25vw;height:4.25vw;border-radius:1.25vw;background-color:var(--lightest-red);position:relative}footer .footer-honors-icons .footer-honor-card svg{width:100%}footer .footer-honors-icons .footer-honor-card h3{font-size:.9vw;font-weight:700}footer .footer-hot-lines{padding:1.8vw 2vw;width:100%;height:10vw;border-radius:1vw;background-color:var(--red);position:relative;justify-content:space-between!important;gap:1vw}footer .footer-hot-lines-division-right{width:50%;height:100%;position:relative;gap:1.25vw;justify-content:start!important}footer .footer-hot-lines-division-right svg{width:4.4vw}footer .footer-hot-lines-division-right .footer-hot-lines-division-titles{gap:.5vw;align-items:start!important;color:var(--light-bg)}footer .footer-hot-lines-division-right .footer-hot-lines-division-titles h1{font-size:1.5vw;font-weight:700}footer .footer-hot-lines-division-right .footer-hot-lines-division-titles h4{font-weight:500;font-size:1vw}footer .footer-hot-lines-division-left{width:50%;height:100%;position:relative;gap:1vw;justify-content:end!important}footer .footer-hot-lines-division-left .call-hot-line.btn{padding:.85vw 1.1vw;height:3.2vw;min-width:10vw;background-color:var(--dark-box-bg);color:var(--light-bg);position:relative;gap:.6vw;border-radius:.75vw}footer .footer-hot-lines-division-left .call-hot-line.btn:hover{filter:brightness(1.3)}footer .footer-hot-lines-division-left .call-hot-line.btn svg{width:1.5vw}footer .footer-hot-lines-division-left .refer-faq.btn{padding:.85vw 1.1vw;height:3.2vw;min-width:10vw;background-color:var(--light-bg);color:var(--red);position:relative;gap:.6vw;border-radius:.75vw;font-weight:700}footer .footer-hot-lines-division-left .refer-faq.btn:hover{filter:brightness(.9)}footer .footer-links{padding:3.5vw .2vw;width:100%;justify-content:space-between!important;gap:1vw}footer .footer-links,footer .footer-links-columns{min-height:8vw;position:relative;align-items:start!important}footer .footer-links-columns{width:50%}footer .footer-links-column{width:calc(100% / 3);min-height:8vw;gap:1.3vw;justify-content:start!important;align-items:start!important}footer .footer-links-column h2{font-size:1.2vw;font-weight:900}footer .footer-links-column ul{align-items:start!important}footer .footer-links-column ul li a{font-size:.9vw;padding:.3vw 0;font-weight:500;color:var(--grey-blue);transition:all .25s}footer .footer-links-column ul li a:hover{color:var(--red)}footer .footer-links-contact{width:32%;min-height:8vw;gap:1.3vw;justify-content:start!important;align-items:start!important}footer .footer-links-contact h2{font-size:1.2vw;font-weight:900}footer .footer-links-contact-send-email{width:100%;gap:.75vw;justify-content:start!important;align-items:start!important;position:relative}footer .footer-links-contact-send-email h4{font-size:.95vw;color:#292d32;font-weight:600}footer form.footer-send-email,footer form.footer-send-email .input-group{width:100%;position:relative}footer form.footer-send-email .input-group input{height:3.2vw}footer form.footer-send-email .input-group div.error-msg{color:var(--red);gap:.25vw;font-size:.75vw;position:absolute;right:.5vw;top:105%}footer form.footer-send-email button[type=submit]{width:18%;height:3.2vw;background-color:var(--red);border-radius:.8vw 0 0 .8vw;position:absolute;left:0;top:0;z-index:2;color:var(--light-bg);font-weight:500;font-size:1vw}footer form.footer-send-email button[type=submit]:hover{filter:brightness(1.25);color:var(--dark-font)}footer .footer-links-contact .footer-socials-sec{margin-top:.75vw;color:#292d32}footer .footer-links-contact .footer-socials-sec h4{color:#292d32;font-size:.95vw;font-weight:600}footer .footer-links-contact .footer-socials-sec ul{width:100%;justify-content:start!important;gap:1vw;margin-top:1vw}footer .footer-links-contact .footer-socials-sec ul li a{width:2.25vw;height:2.25vw;position:relative}footer .footer-links-contact .footer-socials-sec ul li a svg{width:100%}footer .footer-links-contact .footer-socials-sec ul li:nth-child(2) a{width:2.65vw;height:2.25vw;position:relative}footer .footer-links-contact .footer-socials-sec ul li a:hover{animation:animate-socials-icons 1s ease-in-out infinite}@keyframes animate-socials-icons{0%{transform:scale(.98)}50%{transform:scale(1.03)}to{transform:scale(.98)}}footer .footer-about-us{width:100%;min-height:10vw;background-color:rgba(226,232,240,.3);padding:1.7vw;border-radius:1vw;position:relative;justify-content:space-between!important;gap:1vw}footer .footer-about-us .footer-about-us-texts{width:65%;min-height:100%;position:relative;justify-content:start!important;align-items:start!important;gap:.75vw}footer .footer-about-us .footer-about-us-texts h2{font-size:1.3vw}footer .footer-about-us .footer-about-us-texts p{font-size:.95vw;line-height:1.5vw;text-align:justify;font-weight:400}footer .footer-about-us ul{width:30%;gap:1vw;position:relative}footer .footer-about-us ul li a{padding:.5vw;width:7vw;height:7vw;border-radius:1vw;border:.1vw solid #e2e8f0;background-color:var(--light-bg);position:relative;overflow:hidden}footer .footer-about-us ul li a svg{width:100%}footer .footer-about-us ul li:nth-child(3) a{padding:.1vw}footer .footer-about-us ul li:nth-child(2) a{padding:.75vw}footer .footer-warn-msg{width:100%;margin-top:2vw;padding:2vw .25vw;justify-content:start!important;border-top:.15vw solid rgba(226,232,240,.6);font-weight:500;font-size:.95vw;display:flex;flex-direction:row;align-items:center}footer .footer-warn-msg span{color:var(--red);padding:0 .3vw;font-weight:700}@media (max-width:450px){footer{padding:1.5vw 7vw;gap:3vw}footer .footer-honors-icons{display:grid;grid-template-columns:repeat(3,1fr);width:100%;place-self:center;grid-row-gap:8.8vw;row-gap:8.8vw}footer .footer-honors-icons .footer-honor-card figure{padding:1.2vw;width:9.25vw;height:9.25vw;border-radius:2vw}footer .footer-honors-icons .footer-honor-card h3{font-size:2.4vw}footer .footer-hot-lines{display:flex;flex-direction:column;justify-content:center;align-items:center;height:23vw;width:100%;border-radius:2.6vw}footer .footer-hot-lines:hover{box-shadow:0 4px 16px rgba(17,17,26,.1),0 8px 32px rgba(17,17,26,.05)}footer .footer-hot-lines-division-left{justify-content:center!important;width:100%;gap:7vw}footer .footer-hot-lines-division-right{width:100%}footer .footer-links-contact{width:100%;display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between!important}footer .footer-links{padding:3.5vw .2vw;width:100%;min-height:8vw;position:relative;justify-content:center!important;align-items:center!important}.responsive-links-contact{display:flex;flex-direction:column;width:50%;align-items:center}footer .footer-hot-lines-division-right svg{width:7.4vw}footer .footer-hot-lines-division-right .footer-hot-lines-division-titles{gap:1.5vw}footer .footer-hot-lines-division-right .footer-hot-lines-division-titles h1{font-size:2.95vw}footer .footer-hot-lines-division-right .footer-hot-lines-division-titles h4{font-size:2.1vw}footer .footer-hot-lines-division-left .refer-faq.btn{padding:.85vw 1.1vw;height:7.2vw;min-width:25vw;gap:1.6vw;border-radius:2vw;font-size:2.4vw}footer .footer-hot-lines-division-left .call-hot-line.btn{padding:.85vw 1.1vw;height:7.2vw;min-width:25vw;gap:1.6vw;border-radius:2vw;font-size:2.7vw}footer .footer-hot-lines-division-left .call-hot-line.btn svg{width:3.5vw}footer .footer-links-columns{display:none}footer .footer-links-contact-send-email{width:100%;gap:1vw;justify-content:start!important;align-items:start!important;position:relative}footer form.footer-send-email .input-group input{height:7.2vw;font-size:3vw;padding:1.5vw}footer form.footer-send-email .input-group input::placeholder{font-size:2.2vw}footer .footer-links-contact-send-email h4{font-size:2.4vw}footer .footer-links-contact h2{font-size:2.6vw;width:19vw;margin-bottom:2vw}.resp-links{width:50%}footer .footer-links-contact .footer-socials-sec h4{font-size:2.45vw}footer .footer-links-contact .footer-socials-sec ul li a,footer .footer-links-contact .footer-socials-sec ul li:nth-child(2) a{width:6.15vw;height:6.15vw}footer .footer-links-contact .footer-socials-sec ul{justify-content:space-between!important}footer form.footer-send-email button[type=submit]{width:23%;height:7.2vw;background-color:var(--red);border-radius:2.5vw 0 0 2.5vw;position:absolute;left:0;top:0;z-index:2;color:var(--light-bg);font-weight:500;font-size:2.5vw}footer form.footer-send-email .input-group div.error-msg{gap:1.25vw;font-size:2.45vw;top:108%}footer .footer-links-contact .footer-socials-sec{gap:4vw}footer .footer-about-us{width:100%;min-height:10vw;flex-direction:column;padding:1.7vw;border-radius:2dvi;position:relative;justify-content:space-between!important;gap:1vw}footer .footer-about-us .footer-about-us-texts{width:96%}footer .footer-about-us .footer-about-us-texts h2{font-size:2.88vw}footer .footer-about-us .footer-about-us-texts p{font-size:2.75vw;line-height:5vw}footer .footer-about-us ul li a{padding:.5vw;width:16vw;height:16vw;border-radius:2vw}footer .footer-warn-msg{width:100%;display:block;margin-top:2vw;font-size:2.55vw;margin-bottom:19.9vw;justify-content:center!important;text-align:center!important}footer .footer-warn-msg span{margin-right:1vw;margin-left:1vw;white-space:nowrap}}form.header-search-bar{width:53%;position:relative}form.header-search-bar .input-group{width:100%}form.header-search-bar button.cancel-search{padding:.5vw;position:absolute;z-index:2;left:1vw;background:transparent;font-size:1.25vw;display:none}form.header-search-bar button.cancel-search i{pointer-events:none}form.header-search-bar button.cancel-search:hover{color:var(--red)}form.header-search-bar .input-group input{padding-right:4vw}form.header-search-bar .input-group input::placeholder{font-weight:500}form.header-search-bar .input-group input[type=search]::-webkit-search-cancel-button{display:none}form.header-search-bar .search-magnifier-cont{width:1.8vw;height:1.8vw;position:absolute;right:1.2vw}form.header-search-bar .search-magnifier-cont svg{width:100%;pointer-events:none}form.header-search-bar .search-magnifier-cont svg path{fill:var(--dark-font)!important}form.header-search-bar .search-result-window{padding:1vw;width:100%;position:absolute;height:0;top:101%;right:0;z-index:2;box-shadow:0 0 1vw rgba(0,0,0,.25);border-radius:.85vw;transition:all .3s ease-in-out;background-color:var(--light-bg);visibility:hidden;opacity:0;justify-content:start!important;overflow:hidden}form.header-search-bar .search-result-window.show{visibility:visible;opacity:1;height:18vw}form.header-search-bar .search-result{width:100%;height:100%;position:relative;gap:.5vw;overflow:auto}form.header-search-bar .search-loader-cont{z-index:5}form.header-search-bar .search-loader-cont,form.header-search-bar .search-not-found-msg{width:100%;height:100%;position:absolute;background-color:#fff}form.header-search-bar .search-not-found-msg img{width:4vw;height:4vw}form.header-search-bar .search-not-found-msg h4{font-size:.9vw;font-weight:500;opacity:.8;margin-top:1vw}form.header-search-bar .search-result .lds-ellipsis{position:relative!important;transform:translateY(3vw)}form.header-search-bar .search-result::-webkit-scrollbar,form.header-search-bar .search-result::-webkit-scrollbar-thumb{width:.25vw;border-radius:.5vw}form.header-search-bar a.search-result-card{padding:1vw;width:100%;height:7vw!important;justify-content:start!important;gap:.75vw;position:relative;transition:all .25s ease-in-out}form.header-search-bar a.search-result-card span.bottom-line{width:99%;height:.11vw;background:linear-gradient(270deg,rgba(215,0,75,.35),transparent);transform:skew(-55deg);position:absolute;right:0;top:101%}form.header-search-bar a.search-result-card img{width:5vw;height:5vw;border-radius:.7vw}form.header-search-bar a.search-result-card h3{font-size:.9vw;gap:.4vw;transition:all .25s ease-in-out;color:rgba(74,74,75,.75);text-align:start;font-weight:500}form.header-search-bar a.search-result-card h3 i{font-size:1.4vw}form.header-search-bar a.search-result-card:hover h3{color:var(--red)}#mob-magnifier,#mobile-search-input,#mobile-search-window-closer,.resp-top-search{display:none}@media (max-width:450px){#mobile-search-input,#mobile-search-window-closer{display:flex}#mob-magnifier{display:block;padding-bottom:1vw}#mobile-search-input{margin-top:2vw;padding-top:1vw;padding-bottom:4vw;width:95%;padding-right:8vw;font-size:4vw;font-weight:700;margin-right:3%;margin-left:3%;transition:all .4s;border:none;border-bottom:1px solid #aeaeae}#mobile-search-input:focus{outline:none;border-bottom:1px solid var(--light-red);transition:all .4s}#mobile-search-input::placeholder{color:#9d9d9d;font-size:4vw}#mobile-search-window-closer{background-color:transparent;border:none;margin-top:1vw}#mobile-search-window-closer i{font-size:6vw;font-weight:500}form.header-search-bar{width:80%;align-items:center!important}form.header-search-bar .input-group input::placeholder{font-size:2.65vw;opacity:.9}form.header-search-bar .input-group input{padding-right:9vw;border:.1vw solid #dce2ea;border-radius:2vw}form.header-search-bar button.cancel-search i{font-size:3.2vw}form.header-search-bar .search-magnifier-cont{width:6vw;height:6vw;margin-right:1vw}form.header-search-bar button.cancel-search{padding:.5vw;font-size:2.85vw;display:none}#mobile-search-window-closer{position:absolute;top:2vw;left:2vw;z-index:2;font-size:3vw}#desktop-search-input{pointer-events:none!important}.search-result-window.active-responsive-search{padding:3vw 8vw;width:100vw!important;position:fixed!important;height:100vh!important;top:0!important;right:0;z-index:4;box-shadow:0 0 1vw rgba(0,0,0,.25);border-radius:0;transition:all .3s ease-in-out;background-color:var(--light-bg)}form.header-search-bar a.search-result-card{padding:2vw;width:95%;margin-right:2.4%;height:39vw!important;gap:1.75vw}form.header-search-bar a.search-result-card img{width:25.25vw;height:25.25vw;border-radius:2vw}form.header-search-bar a.search-result-card h3{font-size:3.8vw;line-height:6vw}form.header-search-bar .search-not-found-msg{height:70%;bottom:44vw}form.header-search-bar .search-not-found-msg img{width:29vw;height:29vw}form.header-search-bar .search-not-found-msg h4{font-size:4.3vw;margin-top:3vw}}