:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--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: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:translateZ(var(--toastify-z-index));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:1em;right:1em}.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:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);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-radius:100%;border:2px solid;border-right:2px solid 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)}}:root{--font-family:"IRANSansX",tahoma,sans-serif}*{box-sizing:border-box;margin:0;outline:0;padding:0;border:none}html{scroll-behavior:smooth}body{font-family:var(--font-family);font-size:var(--font-size-base);color:var(--color-text);min-width:20em}#__next{max-width:100%}a{color:currentColor;text-decoration:none}textarea{resize:none}img{vertical-align:middle;max-width:100%;max-height:100%}dl,ol,ul{list-style-type:none}:root{--color-base-white:#fff;--color-base-black:#18181c;--color-base-background:#f5f5f5;--color-base-background-light:#f5f5f5;--color-grey-primary:#222124;--color-grey-secondary:#cbcbcb;--color-grey-tertiary:#a1a0a3;--color-grey-quatinary:#5a5c60;--color-grey-disabled:#e0e0e0;--color-borders-light:#efefef;--color-borders-default:#e6e6e6;--color-borders-hover:#e0e0e0;--color-borders-dark:#dbdbdb;--color-borders-disabled:#f4f4f4;--color-actions-default:#f1f1f1;--color-actions-hover:#f6f6f6;--color-actions-alternate:#e8e8e8;--color-actions-dark:#404040;--color-actions-disabled:#eee;--color-alpha-grey:#222124;--color-alpha-white:#fff;--color-deep-blue:#0030ff;--color-deep-blue-900:#001366;--color-deep-blue-800:#001c99;--color-deep-blue-700:#0026cc;--color-deep-blue-600:#1944ff;--color-deep-blue-500:#4c6eff;--color-deep-blue-400:#6682ff;--color-deep-blue-300:#99acff;--color-deep-blue-200:#ccd5ff;--color-deep-blue-100:#e5eaff;--color-medium-blue:#256cc4;--color-medium-blue-900:#0e2b4e;--color-medium-blue-800:#164075;--color-medium-blue-700:#1d569c;--color-medium-blue-600:#3a7ac9;--color-medium-blue-500:#5089cf;--color-medium-blue-400:#7ca6db;--color-medium-blue-300:#a7c4e7;--color-medium-blue-200:#bdd2ed;--color-medium-blue-100:#d3e1f3;--color-light-blue:#29c3e7;--color-light-blue-900:#0c3a45;--color-light-blue-800:#146173;--color-light-blue-700:#1c88a1;--color-light-blue-600:#24afcf;--color-light-blue-500:#53cfeb;--color-light-blue-400:#69d5ee;--color-light-blue-300:#94e1f3;--color-light-blue-200:#beedf7;--color-light-blue-100:#d4f3fa;--color-aqua-blue:#29b7e2;--color-aqua-blue-900:#0c3a45;--color-aqua-blue-800:#146173;--color-aqua-blue-700:#1c88a1;--color-aqua-blue-600:#209cb8;--color-aqua-blue-500:#53cfeb;--color-aqua-blue-400:#7edbf0;--color-aqua-blue-300:#94e1f3;--color-aqua-blue-200:#beedf7;--color-aqua-blue-100:#e9f9fc;--color-warning:#ff5a1f;--color-warning-900:#771d1d;--color-warning-800:#8a2c0d;--color-warning-700:#b43403;--color-warning-600:#d03801;--color-warning-500:#ff8a4c;--color-warning-400:#fdba8c;--color-warning-300:#fcd9bd;--color-warning-200:#feecdc;--color-warning-100:#fff8f1;--color-success:#24a35a;--color-success-900:#0a301b;--color-success-800:#12512d;--color-success-700:#19723e;--color-success-600:#209251;--color-success-500:#39ac6a;--color-success-400:#65be8b;--color-success-300:#91d1ac;--color-success-200:#bde3cd;--color-success-100:#e9f5ee;--color-error:#ff2d2d;--color-error-900:#330909;--color-error-800:#7f1616;--color-error-700:#b21f1f;--color-error-600:#e52828;--color-error-500:#ff4242;--color-error-400:#ff5656;--color-error-300:#ff8181;--color-error-200:#ffabab;--color-error-100:#ffd5d5;--color-supplement:#ffa620;--color-supplement-900:#4c3109;--color-supplement-800:#7f5310;--color-supplement-700:#b27416;--color-supplement-600:#e5951c;--color-supplement-500:#ffb74c;--color-supplement-400:#ffc062;--color-supplement-300:#ffd28f;--color-supplement-200:#ffe4bc;--color-supplement-100:#fff6e8;--color-gradient-deep-blue-ltr:linear-gradient(270deg,hsla(0,0%,100%,0) -3.63%,#0030ff 101.88%);--color-gradient-deep-blue-rtl:linear-gradient(90deg,hsla(0,0%,100%,0) -2.22%,#0030ff 99.86%);--color-gradient-deep-blue-ttb:linear-gradient(180deg,hsla(0,0%,100%,0) -14.44%,#0030ff);--color-gradient-deep-blue-btt:linear-gradient(0deg,hsla(0,0%,100%,0),#0030ff);--color-gradient-deep-blue-al:linear-gradient(270deg,#f8f8f8 0.14%,#0030ff 103.93%);--color-gradient-deep-blue-ar:linear-gradient(90deg,#f8f8f8 -4.79%,#0030ff 102.77%);--color-gradient-light-blue-ltr:linear-gradient(270deg,#fff -0.07%,#29c3e7 100.14%);--color-gradient-light-blue-rtl:linear-gradient(114.35deg,#fff 15.49%,#29c3e7 84.47%);--color-gradient-light-blue-ttb:linear-gradient(180deg,#29c3e7,#fff);--color-gradient-light-blue-btt:linear-gradient(0deg,#29c3e7,#fff);--color-gradient-light-blue-al:linear-gradient(136.18deg,#29c3e7 1.94%,#fff 100.03%);--color-gradient-light-blue-ar:linear-gradient(275.4deg,#29c3e7 -0.06%,#fff 100.12%);--color-gradient-medium-blue-ltr:linear-gradient(270deg,#fff -0.07%,#3788e8 100.14%);--color-gradient-medium-blue-rtl:linear-gradient(114.35deg,#fff 15.49%,#3788e8 84.47%);--color-gradient-medium-blue-ttb:linear-gradient(180deg,#3788e8,#fff);--color-gradient-medium-blue-btt:linear-gradient(0deg,#3788e8,#fff);--color-gradient-medium-blue-al:linear-gradient(136.18deg,#3788e8 1.94%,#fff 100.03%);--color-gradient-medium-blue-ar:linear-gradient(275.4deg,#3788e8 -0.06%,#fff 100.12%);--color-gradient-dark-ltr:linear-gradient(269.82deg,#4f4f4f 0.2%,#222124 98.74%);--color-gradient-dark-rtl:linear-gradient(89.97deg,#4f4f4f 0.09%,#222124 99.91%);--color-gradient-dark-ttb:linear-gradient(180deg,#4f4f4f,#222124);--color-gradient-dark-btt:linear-gradient(0deg,#4f4f4f,#222124);--color-gradient-dark-al:linear-gradient(96.2deg,#4f4f4f -1.35%,#222124 99.94%);--color-gradient-dark-ar:linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2)),linear-gradient(274.79deg,#4f4f4f 0.97%,#222124 99.94%);--color-gradient-light-gray-blue-ltr:linear-gradient(90deg,#eff0f2 -0.07%,#ccd7ee 100.14%);--color-gradient-light-gray-blue-rtl:linear-gradient(270deg,#eff0f2 -0.14%,#ccd7ee 103.49%);--color-gradient-light-gray-blue-ttb:linear-gradient(184.96deg,#eff0f2 0.36%,#ccd7ee 96.02%);--color-gradient-light-gray-blue-btt:linear-gradient(360deg,#eff0f2,#ccd7ee);--color-gradient-light-gray-blue-al:linear-gradient(95.22deg,#eff0f2 1.25%,#ccd7ee 100.13%);--color-gradient-light-gray-blue-ar:linear-gradient(275.4deg,#eff0f2 -0.13%,#ccd7ee 100.06%);--color-gradient-grey-ltr:linear-gradient(270deg,hsla(0,0%,100%,0) -3.63%,#eeeaea 101.88%);--color-gradient-grey-rtl:linear-gradient(90deg,hsla(0,0%,100%,0) -2.22%,#eeeaea 99.86%);--color-gradient-grey-ttb:linear-gradient(180deg,hsla(0,0%,100%,0) -14.44%,#eeeaea);--color-gradient-grey-btt:linear-gradient(0deg,hsla(0,0%,100%,0),#eeeaea);--color-gradient-grey-al:linear-gradient(270deg,#f8f8f8 0.14%,#f1f1f1 103.93%);--color-gradient-grey-ar:linear-gradient(90deg,#f8f8f8 -4.79%,#f1f1f1 102.77%);--color-gradient-beige-ltr:linear-gradient(89.91deg,#f9f6f4 0.22%,#eee8e5 99.92%);--color-gradient-beige-rtl:linear-gradient(270deg,#f9f6f4,#eee8e5 99.86%);--color-gradient-beige-ttb:linear-gradient(180deg,#f9f6f4,#eee8e5 94.44%);--color-gradient-beige-btt:linear-gradient(359.96deg,#f9f6f4 0.04%,#eee8e5 99.96%);--color-gradient-beige-al:linear-gradient(94.94deg,#f9f6f4 0.35%,#eee8e5 99.51%);--color-gradient-beige-ar:linear-gradient(275.03deg,#f9f6f4 0.31%,#eee8e5 99.6%);--font-size-xs:10px;--font-size-sm:11px;--font-size-md:12px;--font-size-lg:13px;--font-size-base:14px;--font-size-xl:16px;--font-size-2xl:18px;--font-size-3xl:20px;--font-size-4xl:24px;--font-size-5xl:28px;--font-size-6xl:36px;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-bold:700}@font-face{font-family:IRANSansX;src:url(/assets/fonts/IRANSansXFaNum-Light.woff);font-weight:300}@font-face{font-family:IRANSansX;src:url(/assets/fonts/IRANSansXFaNum-Regular.woff);font-weight:400}@font-face{font-family:IRANSansX;src:url(/assets/fonts/IRANSansXFaNum-Medium.woff);font-weight:500}@font-face{font-family:IRANSansX;src:url(/assets/fonts/IRANSansXFaNum-Bold.woff);font-weight:700}h1,h2,h3,h4{--font-weight:var(--font-weight-medium);--font-width:90;font-weight:var(--font-weight)}h1{font-size:3em;--font-weight:var(--font-weight-bold)}h2{font-size:2.5em}h3{font-size:2em}h4{font-size:1.5em}@media only screen and (min-width:390px){h1{font-size:2.5em}h2{font-size:2em}h3{font-size:1.5em}h4{font-size:1em}}.bold,b,strong{font-weight:700}.bold.lg,.bold.md,.bold.sm,b.lg,b.md,b.sm,strong.lg,strong.md,strong.sm{font-size:1.5em}@media only screen and (min-width:390px){.bold.lg,b.lg,strong.lg{font-size:1em}.bold.md,b.md,strong.md{font-size:.875em}.bold.sm,b.sm,strong.sm{font-size:.6875em}}.paragraph.lg,.paragraph.md,.paragraph.sm,p.lg,p.md,p.sm{font-size:1.5em}@media only screen and (min-width:390px){.paragraph.lg,p.lg{font-size:1em}.paragraph.md,p.md{font-size:.875em}.paragraph.sm,p.sm{font-size:.6875em}}.rmdp-container{width:100%;position:relative;display:unset!important}.rmdp-container .rmdp-ep-arrow{display:none}.rmdp-container .rmdp-top-class{display:unset!important}.rmdp-container .rmdp-header{width:65%;background-color:var(--color-deep-blue)!important;border-radius:24px!important;padding:0 10px;margin:12px auto 0}.rmdp-container .rmdp-header .rmdp-header-values{color:var(--color-base-white)}.rmdp-container .rmdp-header .rmdp-arrow{border:solid var(--color-base-white);border-width:0 2px 2px 0;display:inline-block;height:8px;width:8px;margin-top:5px;padding:2px}.rmdp-container .rmdp-header .rmdp-arrow-container:hover{background-color:unset;box-shadow:unset}.rmdp-container .rmdp-wrapper{border-radius:8px!important;width:100%}.rmdp-container .rmdp-day-picker{display:unset!important;padding:0!important}.rmdp-container .rmdp-day-picker .rmdp-week .rmdp-week-day{color:#000!important;opacity:.6}.rmdp-container .rmdp-day-picker .rmdp-week .rmdp-day.rmdp-today:not(.rmdp-selected) span{color:var(--color-deep-blue);font-weight:var(--font-weight-bold);background-color:unset;text-decoration:underline}.rmdp-container .rmdp-day-picker .rmdp-week .rmdp-selected span{background-color:var(--color-success)!important;color:var(--color-base-white)!important}.rmdp-container .rmdp-day-picker .rmdp-week .rmdp-day:not(.rmdp-disabled):not(.rmdp-day-hidden):not(.rmdp-selected) span:hover{background-color:var(--color-medium-blue-100);color:var(--color-base-white);z-index:1;font-size:var(--font-size-lg);padding:18px;display:flex;justify-content:center;align-items:center}.rmdp-container .rmdp-day-picker .rmdp-week .rmdp-day:not(.rmdp-disabled):not(.rmdp-day-hidden):not(.rmdp-selected) span:hover:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--color-medium-blue-400);width:calc(100% - 7px);height:calc(100% - 7px);border-radius:50%;z-index:-1}.rmdp-container .rmdp-day-picker .rmdp-week .rmdp-day:not(.rmdp-disabled):not(.rmdp-day-hidden):not(.rmdp-selected) span:hover:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--color-medium-blue-200);width:calc(100% - 1px);height:calc(100% - 1px);border-radius:50%;z-index:-2}.rmdp-container .rmdp-day-picker .rmdp-week:first-child{border-bottom:1px solid var(--color-deep-blue)}.rmdp-container .rmdp-month-picker .rmdp-ym{gap:4px}.rmdp-container .rmdp-month-picker .rmdp-ym .rmdp-day{color:var(--color-deep-blue-900)}.rmdp-container .rmdp-month-picker .rmdp-ym .rmdp-today span{color:var(--color-deep-blue);font-weight:var(--font-weight-bold);background-color:unset!important}.rmdp-container .rmdp-month-picker .rmdp-ym .rmdp-selected{background-color:var(--color-deep-blue);color:var(--color-base-white);border-radius:8px}.rmdp-container .rmdp-month-picker .rmdp-ym .rmdp-selected span:not(.highlight){background-color:transparent;box-shadow:unset;color:var(--color-base-white)}.rmdp-container .rmdp-month-picker .rmdp-ym .rmdp-day:not(.rmdp-disabled):not(.rmdp-day-hidden):hover{background-color:var(--color-medium-blue-100);color:var(--color-base-white);z-index:1;font-size:var(--font-size-lg);border-radius:8px}.rmdp-container .rmdp-month-picker .rmdp-ym .rmdp-day:not(.rmdp-disabled):not(.rmdp-day-hidden):hover:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--color-medium-blue-400);width:calc(100% - 9px);height:calc(100% - 9px);border-radius:8px;z-index:-1}.rmdp-container .rmdp-month-picker .rmdp-ym .rmdp-day:not(.rmdp-disabled):not(.rmdp-day-hidden):hover:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--color-medium-blue-200);width:calc(100% - 5px);height:calc(100% - 5px);border-radius:8px;z-index:-2}.rmdp-container .rmdp-month-picker .rmdp-ym .rmdp-day:not(.rmdp-disabled):not(.rmdp-day-hidden) span:hover{background-color:unset}.rmdp-container .rmdp-year-picker .rmdp-ym{gap:4px}.rmdp-container .rmdp-year-picker .rmdp-ym .rmdp-day{color:var(--color-deep-blue-900)}.rmdp-container .rmdp-year-picker .rmdp-ym .rmdp-today span{color:var(--color-deep-blue-900);background-color:unset!important}.rmdp-container .rmdp-year-picker .rmdp-ym .rmdp-selected{background-color:var(--color-deep-blue);color:var(--color-base-white);border-radius:8px}.rmdp-container .rmdp-year-picker .rmdp-ym .rmdp-selected span:not(.highlight){background-color:transparent;box-shadow:unset;color:var(--color-base-white)}.rmdp-container .rmdp-year-picker .rmdp-ym .rmdp-day:not(.rmdp-disabled):not(.rmdp-day-hidden):not(.rmdp-selected):hover{background-color:var(--color-medium-blue-100);color:var(--color-base-white);z-index:1;font-size:var(--font-size-lg);border-radius:8px}.rmdp-container .rmdp-year-picker .rmdp-ym .rmdp-day:not(.rmdp-disabled):not(.rmdp-day-hidden):not(.rmdp-selected):hover:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--color-medium-blue-400);width:calc(100% - 9px);height:calc(100% - 9px);border-radius:8px;z-index:-1}.rmdp-container .rmdp-year-picker .rmdp-ym .rmdp-day:not(.rmdp-disabled):not(.rmdp-day-hidden):not(.rmdp-selected):hover:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--color-medium-blue-200);width:calc(100% - 5px);height:calc(100% - 5px);border-radius:8px;z-index:-2}.rmdp-container .rmdp-year-picker .rmdp-ym .rmdp-day:not(.rmdp-disabled):not(.rmdp-day-hidden):not(.rmdp-selected) span:hover{background-color:unset}.rmdp-container>div:nth-child(3){width:100%!important}.Toastify__toast{min-height:3em;padding:.625em 1em;font-family:var(--font-family);font-size:1em;font-weight:var(--font-weight-normal);line-height:1.75em;border-radius:.625em}.Toastify__toast-container{min-width:20em;width:auto;max-width:90%}.Toastify__toast-icon{display:none}.Toastify__toast-theme--colored.Toastify__toast--default{color:#fff}.Toastify__progress-bar-theme--light{background-color:hsla(0,0%,100%,.7)!important}.Toastify__close-button--light,.Toastify__toast-theme--light{color:#fff}.Toastify__toast--info{background:linear-gradient(90deg,#153d8a,#102c63)}.Toastify__toast--success{background:linear-gradient(90deg,#00a436,#00822b)}.Toastify__toast--warning{background:linear-gradient(90deg,#f88245 1.5%,#f46820)}.Toastify__toast--error{background:linear-gradient(90deg,#f1795f,#eb5534)}.Toastify__toast-body{padding-left:.75em}.Toastify__close-button{display:grid;place-items:center;align-self:center;width:1.5em;height:1.5em}.Toastify__close-button>svg{height:1em;width:1em}.blue-scroll::-webkit-scrollbar{width:11px;height:11px}.blue-scroll::-webkit-scrollbar-thumb{border-radius:10px;background-color:#99acff;border:2px solid #e8e8e8}.blue-scroll::-webkit-scrollbar-track{border-radius:10px;width:10px;background-color:#e8e8e8}.blur-button{background:hsla(0,0%,100%,.2)!important;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-radius:10px!important;box-shadow:none!important}.swiperWithMainPagination{padding-bottom:30px!important}@media only screen and (min-width:700px){.swiperWithMainPagination{padding-bottom:50px!important}}.swiperWithMainPagination .bullet{width:12px;height:12px;background-color:#cacaca;margin:5px!important;opacity:1;transform:scale(1)!important}.swiperWithMainPagination .bullet:first-child,.swiperWithMainPagination .bullet:last-child{background:linear-gradient(180deg,#c5c5c5,hsla(0,0%,100%,0))}.swiperWithMainPagination .bullet:first-child{transform:rotate(-90deg)!important}.swiperWithMainPagination .bullet:last-child{transform:rotate(90deg)!important}.swiperWithMainPagination .bulletActive{width:15px!important;height:15px!important;background:unset!important;background-color:var(--color-deep-blue)!important;transform:scale(1)!important;margin:4px!important}.swiperWithMainPagination .bullet.bulletActive-next-next,.swiperWithMainPagination .bullet.bulletActive-prev-prev{background:linear-gradient(180deg,#c5c5c5,hsla(0,0%,100%,0))!important}.swiperWithMainPagination .bullet.bulletActive-prev-prev{transform:scale(1) rotate(-90deg) translateX(-2px)!important}.swiperWithMainPagination .bullet.bulletActive-next-next{transform:scale(1) rotate(90deg) translateX(2px)!important}.swiperWithDynamicPagination{padding-bottom:30px!important}@media only screen and (min-width:700px){.swiperWithDynamicPagination{padding-bottom:50px!important}}.swiperWithDynamicPagination .bullet{width:12px;height:12px;background-color:#cacaca;margin:5px!important;opacity:1;transform:scale(1) translateY(2px)!important;transition:none}.swiperWithDynamicPagination .bullet:first-child,.swiperWithDynamicPagination .bullet:last-child{background:linear-gradient(180deg,#c5c5c5,hsla(0,0%,100%,0))}.swiperWithDynamicPagination .bullet:first-child{transform:rotate(-90deg)}.swiperWithDynamicPagination .bullet:last-child{transform:rotate(90deg)}.swiperWithDynamicPagination .bulletActive{width:15px!important;height:15px!important;background:unset!important;background-color:var(--color-deep-blue)!important;transform:scale(1)!important;transition:none}.swiperWithDynamicPagination .bullet.bulletActive-next-next,.swiperWithDynamicPagination .bullet.bulletActive-prev-prev{background:linear-gradient(180deg,#c5c5c5,hsla(0,0%,100%,0))!important}.swiperWithDynamicPagination .bullet.bulletActive-prev-prev{transform:scale(1) rotate(-90deg) translateX(-2px)!important}.swiperWithDynamicPagination .bullet.bulletActive-next-next{transform:scale(1) rotate(90deg) translateX(2px)!important}.gradientBg{max-width:100vw;position:relative;left:0;top:0;overflow-x:clip}.gradientBg:before{content:"";position:absolute;width:1090px;height:1090px;background:radial-gradient(50% 50% at 50% 50%,var(--color-deep-blue-600) 0,hsla(0,0%,85%,0) 100%);opacity:.3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);right:-60%;top:-100px;z-index:0}@media only screen and (min-width:1440px){.gradientBg:before{right:-40%;top:-100px}}.gradientBg:after{content:"";position:absolute;width:1090px;height:1090px;background:radial-gradient(50% 50% at 50% 50%,#22c7da 0,hsla(0,0%,85%,0) 100%);opacity:.3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);left:-60%;top:0}@media only screen and (min-width:1440px){.gradientBg:after{left:-40%;top:0}}@media only screen and (min-width:700px){.companyTitle{text-align:center;position:relative;display:grid;width:100%;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:17px;gap:17px;padding-inline:24px}.companyTitle .afterTitle,.companyTitle .beforeTitle{height:1px;flex:1 1;background:linear-gradient(90deg,#888,transparent)}.companyTitle .afterTitle{transform:rotate(-180deg)}}@media only screen and (min-width:1024px){.companyTitle{display:flex;justify-content:center}}.companyTitle h3{font-size:var(--font-size-xl)}@media only screen and (min-width:700px){.companyTitle h3{font-size:var(--font-size-3xl)}}html{-webkit-print-color-adjust:exact;print-color-adjust:exact;filter:opacity(1)}.rtl{direction:rtl}@media print{@page{margin:0;padding:0}}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 30px #fff!important}.splidePagination{display:flex;align-items:center;margin-top:23px;max-width:110px;overflow:hidden;margin-inline:auto;justify-content:center}.splidePagination:has(>:nth-child(6)){justify-content:unset}.splidePagination:has(>:nth-child(6)):after{content:"";position:absolute;height:20px;width:18px;background:linear-gradient(270deg,#fff,#fff 30.73%,hsla(0,0%,100%,0));rotate:180deg;z-index:1;pointer-events:none;transform:translateX(92px)}.splidePagination:has(>:nth-child(6)):before{content:"";position:absolute;height:20px;width:17px;background:linear-gradient(270deg,#fff,#fff 30.73%,hsla(0,0%,100%,0));z-index:1;pointer-events:none}.splidePagination button{width:12px;height:12px;opacity:1;margin:5px}.splidePagination li .is-active{z-index:2}.splidePagination .is-active{background:var(--color-deep-blue)!important;transform:unset!important;width:15px;height:15px}