@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap);: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:#ffffffb3;--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{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top: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{left:0;margin:0;padding:0;width:100vw}.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{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;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:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.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{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.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)}}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;overflow:hidden;padding-left:8px;padding-right:20px;text-overflow:ellipsis;white-space:nowrap}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-left:20px;padding-right:8px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{border:none;box-sizing:border-box;font-size:100%;margin-top:5px}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;left:-100000px;position:absolute;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{box-sizing:border-box;padding:4px;width:100%}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{background-color:#fff;border:0;display:block;filter:alpha(opacity=0);height:auto;left:0;margin:0;min-height:100%;min-width:100%;opacity:0;padding:0;position:fixed;top:0;width:auto;z-index:99}.select2-hidden-accessible{clip:rect(0 0 0 0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;right:1px;top:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 #0000 #0000;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:#0000 #0000 #888;border-width:0 4px 5px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;float:left;margin-top:5px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px;margin-top:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #000;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:#0000;border:none;box-shadow:none;outline:0}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;background-image:linear-gradient(180deg,#fff 50%,#eee);background-repeat:repeat-x;border:1px solid #aaa;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);outline:0}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;background-image:linear-gradient(180deg,#eee 50%,#ccc);background-repeat:repeat-x;border:none;border-bottom-right-radius:4px;border-left:1px solid #aaa;border-top-right-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0);height:26px;position:absolute;right:1px;top:1px;width:20px}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 #0000 #0000;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-radius:0;border-bottom-left-radius:4px;border-right:1px solid #aaa;border-top-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:#0000;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:#0000 #0000 #888;border-width:0 4px 5px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{background-image:linear-gradient(180deg,#fff 0,#eee 50%);background-repeat:repeat-x;border-top:none;border-top-left-radius:0;border-top-right-radius:0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{background-image:linear-gradient(180deg,#eee 50%,#fff);background-repeat:repeat-x;border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{box-shadow:none;outline:0}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid #0000}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:#0000001a;background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:10px;border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{bottom:4px;bottom:var(--swiper-scrollbar-bottom,4px);height:4px;height:var(--swiper-scrollbar-size,4px);left:1%;left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:auto;top:var(--swiper-scrollbar-top,auto);width:98%;width:calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2);z-index:50}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{height:98%;height:calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2);left:auto;left:var(--swiper-scrollbar-left,auto);position:absolute;right:4px;right:var(--swiper-scrollbar-right,4px);top:1%;top:var(--swiper-scrollbar-sides-offset,1%);width:4px;width:var(--swiper-scrollbar-size,4px);z-index:50}.swiper-scrollbar-drag{background:#00000080;background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:10px;border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.mr_menu_02_toggle{background:#0000;border:0;color:#999;flex-shrink:0;font-size:1.5rem;height:1.5rem;line-height:1.5rem;margin-left:1.25rem;padding:0;transition:all .5s ease-in-out;width:1.5rem}.mr_menu_02_toggle:focus{outline:none}.mr_menu_02_toggle:hover{color:#a6a182}.mr_menu_02{background:#1d1d1d;overflow:auto;padding:0;width:300px;z-index:99999}.mr_menu_02,.mr_menu_02 .mr_menu_02_overlay{height:100%;position:fixed;top:0;transition:all .5s ease-in-out}.mr_menu_02 .mr_menu_02_overlay{background-color:#222;left:0;opacity:.7;width:0;z-index:-1}.mr_menu_02 .mr_menu_02_close{background:#0000;border:0 solid #a6a182;border-radius:0;color:#a6a182;font-size:20px;line-height:20px;padding:0;position:absolute;right:12px;top:10px;transition:all .5s ease}.mr_menu_02 .mr_menu_02_close:focus{outline:none}.mr_menu_02 .logo{margin:80px 0 50px;position:relative;text-align:center}.mr_menu_02 .logo a{display:inline-block}.mr_menu_02 .logo a img{transition:all .5s ease-in-out;width:100%}.mr_menu_02 .logo a.dark_logo{left:50%;opacity:0;position:absolute;top:0;transform:translateX(-50%);visibility:hidden}.mr_menu_02 ul.main_menu{border-top:1px solid #ffffff1a;margin:0;padding:0}.mr_menu_02 ul.main_menu li{border:0;display:block;font-size:16px;font-weight:500;line-height:1.5rem;list-style:none;position:relative;width:100%}.mr_menu_02 ul.main_menu li a{align-items:center;border-bottom:1px solid #ffffff1a;color:#fff;display:flex;font-size:15px;font-weight:400;justify-content:space-between;line-height:1.25rem;list-style:none;padding:15px 10px;position:relative;text-align:center;text-decoration:none}.mr_menu_02 ul.main_menu li.active>a,.mr_menu_02 ul.main_menu li.current>a,.mr_menu_02 ul.main_menu li:hover>a{color:#a6a182}.mr_menu_02 ul.main_menu li .submenu_opener{background:#9999991a;border:none;color:#fff;cursor:pointer;display:block;height:50px;line-height:52px;position:absolute;right:0;text-align:center;top:0;width:40px;z-index:5}.mr_menu_02 ul.main_menu li .submenu_opener i{display:block;position:relative;transition:all .5s ease}.mr_menu_02 ul.main_menu li.nav_open>.submenu_opener i{animation:blinking 1.5s ease-in-out infinite;transform:rotate(90deg)}.mr_menu_02 ul.main_menu li ul{background:#222;border-radius:0;display:none;margin:0;min-width:auto;overflow:hidden;padding-left:10px;position:relative;width:100%;z-index:5}body.mr_menu_02_active{margin-left:300px;margin-right:-300px}body.mr_menu_02_active .mr_menu_02{left:0}body.mr_menu_02_active .mr_menu_02_overlay{width:100%}@media screen and (min-width:992px){body.mr_menu_02_active{margin-left:0;margin-right:0}body.mr_menu_02_active .mr_menu_02{left:-300px}body.mr_menu_02_active .mr_menu_02_overlay{width:0}}.media-product img{max-width:5rem}.media{align-items:flex-start;display:flex}.media-product{align-items:center;overflow:hidden;position:relative}.media-product .media-body{margin-left:1.25rem}.media-body{flex:1 1}.media-product .media-title{font-family:Open Sans,sans-serif;font-size:1rem;font-weight:400;margin-bottom:0}.media-product .media-subtitle{font-size:.875rem}.offcanvas-title{color:#000}.offcanvas-title:hover{color:#a6a182}.cart-item .cart-item-price{color:#000;font-family:Muli,sans-serif}.cart-item .cart-item-close{background:#efefef;border-radius:50%;display:block;height:1.875rem;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:all .2s;transition-delay:0s;width:1.875rem}.cart-item .cart-item-close>*{color:#101010;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.offcanvas-end{width:550px}.cart-item{overflow:hidden;padding-right:3.75rem;position:relative}.gutter-3>*{margin-bottom:5px!important}.gutter-0{margin-left:0;margin-right:0}.gutter-0>*{padding:0}.btn-block{display:block;width:100%}.btn-primary{background-color:#4f944f;border-color:#4f944f;color:#fff}.btn-secondary{background-color:#ddd;border-color:#ddd;color:#101010}.btn-group-lg>.btn,.btn-lg{border-radius:0;font-size:1.25rem;padding:.5rem 1rem}.bi.bi-cart-dash-fill{font-size:20px;transition:all .5s ease-in-out}.bi.bi-cart-dash-fill:hover{color:#a6a182}.cart-length-bg{background-color:#a6a182;color:#fff;display:inline-block;font-size:12px;font-weight:400;height:20px;line-height:20px;width:20px}.bg-dark .cart-item-price,.bg-dark .offcanvas-title{color:#fff}.bg-white .cart-item-price,.bg-white .offcanvas-title{color:#000}.bg-dark .btn-close{background-color:#fff}@font-face{font-display:block;font-family:bootstrap-icons;src:url(/static/media/bootstrap-icons.ea98e12d2d58747f9fc5.woff2) format("woff2"),url(/static/media/bootstrap-icons.e559bf06bc84fd9525e6.woff) format("woff")}.bi:before,[class*=" bi-"]:before,[class^=bi-]:before{font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-variant:normal;font-weight:400!important;line-height:1;text-transform:none;vertical-align:-.125em}.bi-123:before{content:"\f67f"}.bi-alarm-fill:before{content:"\f101"}.bi-alarm:before{content:"\f102"}.bi-align-bottom:before{content:"\f103"}.bi-align-center:before{content:"\f104"}.bi-align-end:before{content:"\f105"}.bi-align-middle:before{content:"\f106"}.bi-align-start:before{content:"\f107"}.bi-align-top:before{content:"\f108"}.bi-alt:before{content:"\f109"}.bi-app-indicator:before{content:"\f10a"}.bi-app:before{content:"\f10b"}.bi-archive-fill:before{content:"\f10c"}.bi-archive:before{content:"\f10d"}.bi-arrow-90deg-down:before{content:"\f10e"}.bi-arrow-90deg-left:before{content:"\f10f"}.bi-arrow-90deg-right:before{content:"\f110"}.bi-arrow-90deg-up:before{content:"\f111"}.bi-arrow-bar-down:before{content:"\f112"}.bi-arrow-bar-left:before{content:"\f113"}.bi-arrow-bar-right:before{content:"\f114"}.bi-arrow-bar-up:before{content:"\f115"}.bi-arrow-clockwise:before{content:"\f116"}.bi-arrow-counterclockwise:before{content:"\f117"}.bi-arrow-down-circle-fill:before{content:"\f118"}.bi-arrow-down-circle:before{content:"\f119"}.bi-arrow-down-left-circle-fill:before{content:"\f11a"}.bi-arrow-down-left-circle:before{content:"\f11b"}.bi-arrow-down-left-square-fill:before{content:"\f11c"}.bi-arrow-down-left-square:before{content:"\f11d"}.bi-arrow-down-left:before{content:"\f11e"}.bi-arrow-down-right-circle-fill:before{content:"\f11f"}.bi-arrow-down-right-circle:before{content:"\f120"}.bi-arrow-down-right-square-fill:before{content:"\f121"}.bi-arrow-down-right-square:before{content:"\f122"}.bi-arrow-down-right:before{content:"\f123"}.bi-arrow-down-short:before{content:"\f124"}.bi-arrow-down-square-fill:before{content:"\f125"}.bi-arrow-down-square:before{content:"\f126"}.bi-arrow-down-up:before{content:"\f127"}.bi-arrow-down:before{content:"\f128"}.bi-arrow-left-circle-fill:before{content:"\f129"}.bi-arrow-left-circle:before{content:"\f12a"}.bi-arrow-left-right:before{content:"\f12b"}.bi-arrow-left-short:before{content:"\f12c"}.bi-arrow-left-square-fill:before{content:"\f12d"}.bi-arrow-left-square:before{content:"\f12e"}.bi-arrow-left:before{content:"\f12f"}.bi-arrow-repeat:before{content:"\f130"}.bi-arrow-return-left:before{content:"\f131"}.bi-arrow-return-right:before{content:"\f132"}.bi-arrow-right-circle-fill:before{content:"\f133"}.bi-arrow-right-circle:before{content:"\f134"}.bi-arrow-right-short:before{content:"\f135"}.bi-arrow-right-square-fill:before{content:"\f136"}.bi-arrow-right-square:before{content:"\f137"}.bi-arrow-right:before{content:"\f138"}.bi-arrow-up-circle-fill:before{content:"\f139"}.bi-arrow-up-circle:before{content:"\f13a"}.bi-arrow-up-left-circle-fill:before{content:"\f13b"}.bi-arrow-up-left-circle:before{content:"\f13c"}.bi-arrow-up-left-square-fill:before{content:"\f13d"}.bi-arrow-up-left-square:before{content:"\f13e"}.bi-arrow-up-left:before{content:"\f13f"}.bi-arrow-up-right-circle-fill:before{content:"\f140"}.bi-arrow-up-right-circle:before{content:"\f141"}.bi-arrow-up-right-square-fill:before{content:"\f142"}.bi-arrow-up-right-square:before{content:"\f143"}.bi-arrow-up-right:before{content:"\f144"}.bi-arrow-up-short:before{content:"\f145"}.bi-arrow-up-square-fill:before{content:"\f146"}.bi-arrow-up-square:before{content:"\f147"}.bi-arrow-up:before{content:"\f148"}.bi-arrows-angle-contract:before{content:"\f149"}.bi-arrows-angle-expand:before{content:"\f14a"}.bi-arrows-collapse:before{content:"\f14b"}.bi-arrows-expand:before{content:"\f14c"}.bi-arrows-fullscreen:before{content:"\f14d"}.bi-arrows-move:before{content:"\f14e"}.bi-aspect-ratio-fill:before{content:"\f14f"}.bi-aspect-ratio:before{content:"\f150"}.bi-asterisk:before{content:"\f151"}.bi-at:before{content:"\f152"}.bi-award-fill:before{content:"\f153"}.bi-award:before{content:"\f154"}.bi-back:before{content:"\f155"}.bi-backspace-fill:before{content:"\f156"}.bi-backspace-reverse-fill:before{content:"\f157"}.bi-backspace-reverse:before{content:"\f158"}.bi-backspace:before{content:"\f159"}.bi-badge-3d-fill:before{content:"\f15a"}.bi-badge-3d:before{content:"\f15b"}.bi-badge-4k-fill:before{content:"\f15c"}.bi-badge-4k:before{content:"\f15d"}.bi-badge-8k-fill:before{content:"\f15e"}.bi-badge-8k:before{content:"\f15f"}.bi-badge-ad-fill:before{content:"\f160"}.bi-badge-ad:before{content:"\f161"}.bi-badge-ar-fill:before{content:"\f162"}.bi-badge-ar:before{content:"\f163"}.bi-badge-cc-fill:before{content:"\f164"}.bi-badge-cc:before{content:"\f165"}.bi-badge-hd-fill:before{content:"\f166"}.bi-badge-hd:before{content:"\f167"}.bi-badge-tm-fill:before{content:"\f168"}.bi-badge-tm:before{content:"\f169"}.bi-badge-vo-fill:before{content:"\f16a"}.bi-badge-vo:before{content:"\f16b"}.bi-badge-vr-fill:before{content:"\f16c"}.bi-badge-vr:before{content:"\f16d"}.bi-badge-wc-fill:before{content:"\f16e"}.bi-badge-wc:before{content:"\f16f"}.bi-bag-check-fill:before{content:"\f170"}.bi-bag-check:before{content:"\f171"}.bi-bag-dash-fill:before{content:"\f172"}.bi-bag-dash:before{content:"\f173"}.bi-bag-fill:before{content:"\f174"}.bi-bag-plus-fill:before{content:"\f175"}.bi-bag-plus:before{content:"\f176"}.bi-bag-x-fill:before{content:"\f177"}.bi-bag-x:before{content:"\f178"}.bi-bag:before{content:"\f179"}.bi-bar-chart-fill:before{content:"\f17a"}.bi-bar-chart-line-fill:before{content:"\f17b"}.bi-bar-chart-line:before{content:"\f17c"}.bi-bar-chart-steps:before{content:"\f17d"}.bi-bar-chart:before{content:"\f17e"}.bi-basket-fill:before{content:"\f17f"}.bi-basket:before{content:"\f180"}.bi-basket2-fill:before{content:"\f181"}.bi-basket2:before{content:"\f182"}.bi-basket3-fill:before{content:"\f183"}.bi-basket3:before{content:"\f184"}.bi-battery-charging:before{content:"\f185"}.bi-battery-full:before{content:"\f186"}.bi-battery-half:before{content:"\f187"}.bi-battery:before{content:"\f188"}.bi-bell-fill:before{content:"\f189"}.bi-bell:before{content:"\f18a"}.bi-bezier:before{content:"\f18b"}.bi-bezier2:before{content:"\f18c"}.bi-bicycle:before{content:"\f18d"}.bi-binoculars-fill:before{content:"\f18e"}.bi-binoculars:before{content:"\f18f"}.bi-blockquote-left:before{content:"\f190"}.bi-blockquote-right:before{content:"\f191"}.bi-book-fill:before{content:"\f192"}.bi-book-half:before{content:"\f193"}.bi-book:before{content:"\f194"}.bi-bookmark-check-fill:before{content:"\f195"}.bi-bookmark-check:before{content:"\f196"}.bi-bookmark-dash-fill:before{content:"\f197"}.bi-bookmark-dash:before{content:"\f198"}.bi-bookmark-fill:before{content:"\f199"}.bi-bookmark-heart-fill:before{content:"\f19a"}.bi-bookmark-heart:before{content:"\f19b"}.bi-bookmark-plus-fill:before{content:"\f19c"}.bi-bookmark-plus:before{content:"\f19d"}.bi-bookmark-star-fill:before{content:"\f19e"}.bi-bookmark-star:before{content:"\f19f"}.bi-bookmark-x-fill:before{content:"\f1a0"}.bi-bookmark-x:before{content:"\f1a1"}.bi-bookmark:before{content:"\f1a2"}.bi-bookmarks-fill:before{content:"\f1a3"}.bi-bookmarks:before{content:"\f1a4"}.bi-bookshelf:before{content:"\f1a5"}.bi-bootstrap-fill:before{content:"\f1a6"}.bi-bootstrap-reboot:before{content:"\f1a7"}.bi-bootstrap:before{content:"\f1a8"}.bi-border-all:before{content:"\f1a9"}.bi-border-bottom:before{content:"\f1aa"}.bi-border-center:before{content:"\f1ab"}.bi-border-inner:before{content:"\f1ac"}.bi-border-left:before{content:"\f1ad"}.bi-border-middle:before{content:"\f1ae"}.bi-border-outer:before{content:"\f1af"}.bi-border-right:before{content:"\f1b0"}.bi-border-style:before{content:"\f1b1"}.bi-border-top:before{content:"\f1b2"}.bi-border-width:before{content:"\f1b3"}.bi-border:before{content:"\f1b4"}.bi-bounding-box-circles:before{content:"\f1b5"}.bi-bounding-box:before{content:"\f1b6"}.bi-box-arrow-down-left:before{content:"\f1b7"}.bi-box-arrow-down-right:before{content:"\f1b8"}.bi-box-arrow-down:before{content:"\f1b9"}.bi-box-arrow-in-down-left:before{content:"\f1ba"}.bi-box-arrow-in-down-right:before{content:"\f1bb"}.bi-box-arrow-in-down:before{content:"\f1bc"}.bi-box-arrow-in-left:before{content:"\f1bd"}.bi-box-arrow-in-right:before{content:"\f1be"}.bi-box-arrow-in-up-left:before{content:"\f1bf"}.bi-box-arrow-in-up-right:before{content:"\f1c0"}.bi-box-arrow-in-up:before{content:"\f1c1"}.bi-box-arrow-left:before{content:"\f1c2"}.bi-box-arrow-right:before{content:"\f1c3"}.bi-box-arrow-up-left:before{content:"\f1c4"}.bi-box-arrow-up-right:before{content:"\f1c5"}.bi-box-arrow-up:before{content:"\f1c6"}.bi-box-seam:before{content:"\f1c7"}.bi-box:before{content:"\f1c8"}.bi-braces:before{content:"\f1c9"}.bi-bricks:before{content:"\f1ca"}.bi-briefcase-fill:before{content:"\f1cb"}.bi-briefcase:before{content:"\f1cc"}.bi-brightness-alt-high-fill:before{content:"\f1cd"}.bi-brightness-alt-high:before{content:"\f1ce"}.bi-brightness-alt-low-fill:before{content:"\f1cf"}.bi-brightness-alt-low:before{content:"\f1d0"}.bi-brightness-high-fill:before{content:"\f1d1"}.bi-brightness-high:before{content:"\f1d2"}.bi-brightness-low-fill:before{content:"\f1d3"}.bi-brightness-low:before{content:"\f1d4"}.bi-broadcast-pin:before{content:"\f1d5"}.bi-broadcast:before{content:"\f1d6"}.bi-brush-fill:before{content:"\f1d7"}.bi-brush:before{content:"\f1d8"}.bi-bucket-fill:before{content:"\f1d9"}.bi-bucket:before{content:"\f1da"}.bi-bug-fill:before{content:"\f1db"}.bi-bug:before{content:"\f1dc"}.bi-building:before{content:"\f1dd"}.bi-bullseye:before{content:"\f1de"}.bi-calculator-fill:before{content:"\f1df"}.bi-calculator:before{content:"\f1e0"}.bi-calendar-check-fill:before{content:"\f1e1"}.bi-calendar-check:before{content:"\f1e2"}.bi-calendar-date-fill:before{content:"\f1e3"}.bi-calendar-date:before{content:"\f1e4"}.bi-calendar-day-fill:before{content:"\f1e5"}.bi-calendar-day:before{content:"\f1e6"}.bi-calendar-event-fill:before{content:"\f1e7"}.bi-calendar-event:before{content:"\f1e8"}.bi-calendar-fill:before{content:"\f1e9"}.bi-calendar-minus-fill:before{content:"\f1ea"}.bi-calendar-minus:before{content:"\f1eb"}.bi-calendar-month-fill:before{content:"\f1ec"}.bi-calendar-month:before{content:"\f1ed"}.bi-calendar-plus-fill:before{content:"\f1ee"}.bi-calendar-plus:before{content:"\f1ef"}.bi-calendar-range-fill:before{content:"\f1f0"}.bi-calendar-range:before{content:"\f1f1"}.bi-calendar-week-fill:before{content:"\f1f2"}.bi-calendar-week:before{content:"\f1f3"}.bi-calendar-x-fill:before{content:"\f1f4"}.bi-calendar-x:before{content:"\f1f5"}.bi-calendar:before{content:"\f1f6"}.bi-calendar2-check-fill:before{content:"\f1f7"}.bi-calendar2-check:before{content:"\f1f8"}.bi-calendar2-date-fill:before{content:"\f1f9"}.bi-calendar2-date:before{content:"\f1fa"}.bi-calendar2-day-fill:before{content:"\f1fb"}.bi-calendar2-day:before{content:"\f1fc"}.bi-calendar2-event-fill:before{content:"\f1fd"}.bi-calendar2-event:before{content:"\f1fe"}.bi-calendar2-fill:before{content:"\f1ff"}.bi-calendar2-minus-fill:before{content:"\f200"}.bi-calendar2-minus:before{content:"\f201"}.bi-calendar2-month-fill:before{content:"\f202"}.bi-calendar2-month:before{content:"\f203"}.bi-calendar2-plus-fill:before{content:"\f204"}.bi-calendar2-plus:before{content:"\f205"}.bi-calendar2-range-fill:before{content:"\f206"}.bi-calendar2-range:before{content:"\f207"}.bi-calendar2-week-fill:before{content:"\f208"}.bi-calendar2-week:before{content:"\f209"}.bi-calendar2-x-fill:before{content:"\f20a"}.bi-calendar2-x:before{content:"\f20b"}.bi-calendar2:before{content:"\f20c"}.bi-calendar3-event-fill:before{content:"\f20d"}.bi-calendar3-event:before{content:"\f20e"}.bi-calendar3-fill:before{content:"\f20f"}.bi-calendar3-range-fill:before{content:"\f210"}.bi-calendar3-range:before{content:"\f211"}.bi-calendar3-week-fill:before{content:"\f212"}.bi-calendar3-week:before{content:"\f213"}.bi-calendar3:before{content:"\f214"}.bi-calendar4-event:before{content:"\f215"}.bi-calendar4-range:before{content:"\f216"}.bi-calendar4-week:before{content:"\f217"}.bi-calendar4:before{content:"\f218"}.bi-camera-fill:before{content:"\f219"}.bi-camera-reels-fill:before{content:"\f21a"}.bi-camera-reels:before{content:"\f21b"}.bi-camera-video-fill:before{content:"\f21c"}.bi-camera-video-off-fill:before{content:"\f21d"}.bi-camera-video-off:before{content:"\f21e"}.bi-camera-video:before{content:"\f21f"}.bi-camera:before{content:"\f220"}.bi-camera2:before{content:"\f221"}.bi-capslock-fill:before{content:"\f222"}.bi-capslock:before{content:"\f223"}.bi-card-checklist:before{content:"\f224"}.bi-card-heading:before{content:"\f225"}.bi-card-image:before{content:"\f226"}.bi-card-list:before{content:"\f227"}.bi-card-text:before{content:"\f228"}.bi-caret-down-fill:before{content:"\f229"}.bi-caret-down-square-fill:before{content:"\f22a"}.bi-caret-down-square:before{content:"\f22b"}.bi-caret-down:before{content:"\f22c"}.bi-caret-left-fill:before{content:"\f22d"}.bi-caret-left-square-fill:before{content:"\f22e"}.bi-caret-left-square:before{content:"\f22f"}.bi-caret-left:before{content:"\f230"}.bi-caret-right-fill:before{content:"\f231"}.bi-caret-right-square-fill:before{content:"\f232"}.bi-caret-right-square:before{content:"\f233"}.bi-caret-right:before{content:"\f234"}.bi-caret-up-fill:before{content:"\f235"}.bi-caret-up-square-fill:before{content:"\f236"}.bi-caret-up-square:before{content:"\f237"}.bi-caret-up:before{content:"\f238"}.bi-cart-check-fill:before{content:"\f239"}.bi-cart-check:before{content:"\f23a"}.bi-cart-dash-fill:before{content:"\f23b"}.bi-cart-dash:before{content:"\f23c"}.bi-cart-fill:before{content:"\f23d"}.bi-cart-plus-fill:before{content:"\f23e"}.bi-cart-plus:before{content:"\f23f"}.bi-cart-x-fill:before{content:"\f240"}.bi-cart-x:before{content:"\f241"}.bi-cart:before{content:"\f242"}.bi-cart2:before{content:"\f243"}.bi-cart3:before{content:"\f244"}.bi-cart4:before{content:"\f245"}.bi-cash-stack:before{content:"\f246"}.bi-cash:before{content:"\f247"}.bi-cast:before{content:"\f248"}.bi-chat-dots-fill:before{content:"\f249"}.bi-chat-dots:before{content:"\f24a"}.bi-chat-fill:before{content:"\f24b"}.bi-chat-left-dots-fill:before{content:"\f24c"}.bi-chat-left-dots:before{content:"\f24d"}.bi-chat-left-fill:before{content:"\f24e"}.bi-chat-left-quote-fill:before{content:"\f24f"}.bi-chat-left-quote:before{content:"\f250"}.bi-chat-left-text-fill:before{content:"\f251"}.bi-chat-left-text:before{content:"\f252"}.bi-chat-left:before{content:"\f253"}.bi-chat-quote-fill:before{content:"\f254"}.bi-chat-quote:before{content:"\f255"}.bi-chat-right-dots-fill:before{content:"\f256"}.bi-chat-right-dots:before{content:"\f257"}.bi-chat-right-fill:before{content:"\f258"}.bi-chat-right-quote-fill:before{content:"\f259"}.bi-chat-right-quote:before{content:"\f25a"}.bi-chat-right-text-fill:before{content:"\f25b"}.bi-chat-right-text:before{content:"\f25c"}.bi-chat-right:before{content:"\f25d"}.bi-chat-square-dots-fill:before{content:"\f25e"}.bi-chat-square-dots:before{content:"\f25f"}.bi-chat-square-fill:before{content:"\f260"}.bi-chat-square-quote-fill:before{content:"\f261"}.bi-chat-square-quote:before{content:"\f262"}.bi-chat-square-text-fill:before{content:"\f263"}.bi-chat-square-text:before{content:"\f264"}.bi-chat-square:before{content:"\f265"}.bi-chat-text-fill:before{content:"\f266"}.bi-chat-text:before{content:"\f267"}.bi-chat:before{content:"\f268"}.bi-check-all:before{content:"\f269"}.bi-check-circle-fill:before{content:"\f26a"}.bi-check-circle:before{content:"\f26b"}.bi-check-square-fill:before{content:"\f26c"}.bi-check-square:before{content:"\f26d"}.bi-check:before{content:"\f26e"}.bi-check2-all:before{content:"\f26f"}.bi-check2-circle:before{content:"\f270"}.bi-check2-square:before{content:"\f271"}.bi-check2:before{content:"\f272"}.bi-chevron-bar-contract:before{content:"\f273"}.bi-chevron-bar-down:before{content:"\f274"}.bi-chevron-bar-expand:before{content:"\f275"}.bi-chevron-bar-left:before{content:"\f276"}.bi-chevron-bar-right:before{content:"\f277"}.bi-chevron-bar-up:before{content:"\f278"}.bi-chevron-compact-down:before{content:"\f279"}.bi-chevron-compact-left:before{content:"\f27a"}.bi-chevron-compact-right:before{content:"\f27b"}.bi-chevron-compact-up:before{content:"\f27c"}.bi-chevron-contract:before{content:"\f27d"}.bi-chevron-double-down:before{content:"\f27e"}.bi-chevron-double-left:before{content:"\f27f"}.bi-chevron-double-right:before{content:"\f280"}.bi-chevron-double-up:before{content:"\f281"}.bi-chevron-down:before{content:"\f282"}.bi-chevron-expand:before{content:"\f283"}.bi-chevron-left:before{content:"\f284"}.bi-chevron-right:before{content:"\f285"}.bi-chevron-up:before{content:"\f286"}.bi-circle-fill:before{content:"\f287"}.bi-circle-half:before{content:"\f288"}.bi-circle-square:before{content:"\f289"}.bi-circle:before{content:"\f28a"}.bi-clipboard-check:before{content:"\f28b"}.bi-clipboard-data:before{content:"\f28c"}.bi-clipboard-minus:before{content:"\f28d"}.bi-clipboard-plus:before{content:"\f28e"}.bi-clipboard-x:before{content:"\f28f"}.bi-clipboard:before{content:"\f290"}.bi-clock-fill:before{content:"\f291"}.bi-clock-history:before{content:"\f292"}.bi-clock:before{content:"\f293"}.bi-cloud-arrow-down-fill:before{content:"\f294"}.bi-cloud-arrow-down:before{content:"\f295"}.bi-cloud-arrow-up-fill:before{content:"\f296"}.bi-cloud-arrow-up:before{content:"\f297"}.bi-cloud-check-fill:before{content:"\f298"}.bi-cloud-check:before{content:"\f299"}.bi-cloud-download-fill:before{content:"\f29a"}.bi-cloud-download:before{content:"\f29b"}.bi-cloud-drizzle-fill:before{content:"\f29c"}.bi-cloud-drizzle:before{content:"\f29d"}.bi-cloud-fill:before{content:"\f29e"}.bi-cloud-fog-fill:before{content:"\f29f"}.bi-cloud-fog:before{content:"\f2a0"}.bi-cloud-fog2-fill:before{content:"\f2a1"}.bi-cloud-fog2:before{content:"\f2a2"}.bi-cloud-hail-fill:before{content:"\f2a3"}.bi-cloud-hail:before{content:"\f2a4"}.bi-cloud-haze-1:before{content:"\f2a5"}.bi-cloud-haze-fill:before{content:"\f2a6"}.bi-cloud-haze:before{content:"\f2a7"}.bi-cloud-haze2-fill:before{content:"\f2a8"}.bi-cloud-lightning-fill:before{content:"\f2a9"}.bi-cloud-lightning-rain-fill:before{content:"\f2aa"}.bi-cloud-lightning-rain:before{content:"\f2ab"}.bi-cloud-lightning:before{content:"\f2ac"}.bi-cloud-minus-fill:before{content:"\f2ad"}.bi-cloud-minus:before{content:"\f2ae"}.bi-cloud-moon-fill:before{content:"\f2af"}.bi-cloud-moon:before{content:"\f2b0"}.bi-cloud-plus-fill:before{content:"\f2b1"}.bi-cloud-plus:before{content:"\f2b2"}.bi-cloud-rain-fill:before{content:"\f2b3"}.bi-cloud-rain-heavy-fill:before{content:"\f2b4"}.bi-cloud-rain-heavy:before{content:"\f2b5"}.bi-cloud-rain:before{content:"\f2b6"}.bi-cloud-slash-fill:before{content:"\f2b7"}.bi-cloud-slash:before{content:"\f2b8"}.bi-cloud-sleet-fill:before{content:"\f2b9"}.bi-cloud-sleet:before{content:"\f2ba"}.bi-cloud-snow-fill:before{content:"\f2bb"}.bi-cloud-snow:before{content:"\f2bc"}.bi-cloud-sun-fill:before{content:"\f2bd"}.bi-cloud-sun:before{content:"\f2be"}.bi-cloud-upload-fill:before{content:"\f2bf"}.bi-cloud-upload:before{content:"\f2c0"}.bi-cloud:before{content:"\f2c1"}.bi-clouds-fill:before{content:"\f2c2"}.bi-clouds:before{content:"\f2c3"}.bi-cloudy-fill:before{content:"\f2c4"}.bi-cloudy:before{content:"\f2c5"}.bi-code-slash:before{content:"\f2c6"}.bi-code-square:before{content:"\f2c7"}.bi-code:before{content:"\f2c8"}.bi-collection-fill:before{content:"\f2c9"}.bi-collection-play-fill:before{content:"\f2ca"}.bi-collection-play:before{content:"\f2cb"}.bi-collection:before{content:"\f2cc"}.bi-columns-gap:before{content:"\f2cd"}.bi-columns:before{content:"\f2ce"}.bi-command:before{content:"\f2cf"}.bi-compass-fill:before{content:"\f2d0"}.bi-compass:before{content:"\f2d1"}.bi-cone-striped:before{content:"\f2d2"}.bi-cone:before{content:"\f2d3"}.bi-controller:before{content:"\f2d4"}.bi-cpu-fill:before{content:"\f2d5"}.bi-cpu:before{content:"\f2d6"}.bi-credit-card-2-back-fill:before{content:"\f2d7"}.bi-credit-card-2-back:before{content:"\f2d8"}.bi-credit-card-2-front-fill:before{content:"\f2d9"}.bi-credit-card-2-front:before{content:"\f2da"}.bi-credit-card-fill:before{content:"\f2db"}.bi-credit-card:before{content:"\f2dc"}.bi-crop:before{content:"\f2dd"}.bi-cup-fill:before{content:"\f2de"}.bi-cup-straw:before{content:"\f2df"}.bi-cup:before{content:"\f2e0"}.bi-cursor-fill:before{content:"\f2e1"}.bi-cursor-text:before{content:"\f2e2"}.bi-cursor:before{content:"\f2e3"}.bi-dash-circle-dotted:before{content:"\f2e4"}.bi-dash-circle-fill:before{content:"\f2e5"}.bi-dash-circle:before{content:"\f2e6"}.bi-dash-square-dotted:before{content:"\f2e7"}.bi-dash-square-fill:before{content:"\f2e8"}.bi-dash-square:before{content:"\f2e9"}.bi-dash:before{content:"\f2ea"}.bi-diagram-2-fill:before{content:"\f2eb"}.bi-diagram-2:before{content:"\f2ec"}.bi-diagram-3-fill:before{content:"\f2ed"}.bi-diagram-3:before{content:"\f2ee"}.bi-diamond-fill:before{content:"\f2ef"}.bi-diamond-half:before{content:"\f2f0"}.bi-diamond:before{content:"\f2f1"}.bi-dice-1-fill:before{content:"\f2f2"}.bi-dice-1:before{content:"\f2f3"}.bi-dice-2-fill:before{content:"\f2f4"}.bi-dice-2:before{content:"\f2f5"}.bi-dice-3-fill:before{content:"\f2f6"}.bi-dice-3:before{content:"\f2f7"}.bi-dice-4-fill:before{content:"\f2f8"}.bi-dice-4:before{content:"\f2f9"}.bi-dice-5-fill:before{content:"\f2fa"}.bi-dice-5:before{content:"\f2fb"}.bi-dice-6-fill:before{content:"\f2fc"}.bi-dice-6:before{content:"\f2fd"}.bi-disc-fill:before{content:"\f2fe"}.bi-disc:before{content:"\f2ff"}.bi-discord:before{content:"\f300"}.bi-display-fill:before{content:"\f301"}.bi-display:before{content:"\f302"}.bi-distribute-horizontal:before{content:"\f303"}.bi-distribute-vertical:before{content:"\f304"}.bi-door-closed-fill:before{content:"\f305"}.bi-door-closed:before{content:"\f306"}.bi-door-open-fill:before{content:"\f307"}.bi-door-open:before{content:"\f308"}.bi-dot:before{content:"\f309"}.bi-download:before{content:"\f30a"}.bi-droplet-fill:before{content:"\f30b"}.bi-droplet-half:before{content:"\f30c"}.bi-droplet:before{content:"\f30d"}.bi-earbuds:before{content:"\f30e"}.bi-easel-fill:before{content:"\f30f"}.bi-easel:before{content:"\f310"}.bi-egg-fill:before{content:"\f311"}.bi-egg-fried:before{content:"\f312"}.bi-egg:before{content:"\f313"}.bi-eject-fill:before{content:"\f314"}.bi-eject:before{content:"\f315"}.bi-emoji-angry-fill:before{content:"\f316"}.bi-emoji-angry:before{content:"\f317"}.bi-emoji-dizzy-fill:before{content:"\f318"}.bi-emoji-dizzy:before{content:"\f319"}.bi-emoji-expressionless-fill:before{content:"\f31a"}.bi-emoji-expressionless:before{content:"\f31b"}.bi-emoji-frown-fill:before{content:"\f31c"}.bi-emoji-frown:before{content:"\f31d"}.bi-emoji-heart-eyes-fill:before{content:"\f31e"}.bi-emoji-heart-eyes:before{content:"\f31f"}.bi-emoji-laughing-fill:before{content:"\f320"}.bi-emoji-laughing:before{content:"\f321"}.bi-emoji-neutral-fill:before{content:"\f322"}.bi-emoji-neutral:before{content:"\f323"}.bi-emoji-smile-fill:before{content:"\f324"}.bi-emoji-smile-upside-down-fill:before{content:"\f325"}.bi-emoji-smile-upside-down:before{content:"\f326"}.bi-emoji-smile:before{content:"\f327"}.bi-emoji-sunglasses-fill:before{content:"\f328"}.bi-emoji-sunglasses:before{content:"\f329"}.bi-emoji-wink-fill:before{content:"\f32a"}.bi-emoji-wink:before{content:"\f32b"}.bi-envelope-fill:before{content:"\f32c"}.bi-envelope-open-fill:before{content:"\f32d"}.bi-envelope-open:before{content:"\f32e"}.bi-envelope:before{content:"\f32f"}.bi-eraser-fill:before{content:"\f330"}.bi-eraser:before{content:"\f331"}.bi-exclamation-circle-fill:before{content:"\f332"}.bi-exclamation-circle:before{content:"\f333"}.bi-exclamation-diamond-fill:before{content:"\f334"}.bi-exclamation-diamond:before{content:"\f335"}.bi-exclamation-octagon-fill:before{content:"\f336"}.bi-exclamation-octagon:before{content:"\f337"}.bi-exclamation-square-fill:before{content:"\f338"}.bi-exclamation-square:before{content:"\f339"}.bi-exclamation-triangle-fill:before{content:"\f33a"}.bi-exclamation-triangle:before{content:"\f33b"}.bi-exclamation:before{content:"\f33c"}.bi-exclude:before{content:"\f33d"}.bi-eye-fill:before{content:"\f33e"}.bi-eye-slash-fill:before{content:"\f33f"}.bi-eye-slash:before{content:"\f340"}.bi-eye:before{content:"\f341"}.bi-eyedropper:before{content:"\f342"}.bi-eyeglasses:before{content:"\f343"}.bi-facebook:before{content:"\f344"}.bi-file-arrow-down-fill:before{content:"\f345"}.bi-file-arrow-down:before{content:"\f346"}.bi-file-arrow-up-fill:before{content:"\f347"}.bi-file-arrow-up:before{content:"\f348"}.bi-file-bar-graph-fill:before{content:"\f349"}.bi-file-bar-graph:before{content:"\f34a"}.bi-file-binary-fill:before{content:"\f34b"}.bi-file-binary:before{content:"\f34c"}.bi-file-break-fill:before{content:"\f34d"}.bi-file-break:before{content:"\f34e"}.bi-file-check-fill:before{content:"\f34f"}.bi-file-check:before{content:"\f350"}.bi-file-code-fill:before{content:"\f351"}.bi-file-code:before{content:"\f352"}.bi-file-diff-fill:before{content:"\f353"}.bi-file-diff:before{content:"\f354"}.bi-file-earmark-arrow-down-fill:before{content:"\f355"}.bi-file-earmark-arrow-down:before{content:"\f356"}.bi-file-earmark-arrow-up-fill:before{content:"\f357"}.bi-file-earmark-arrow-up:before{content:"\f358"}.bi-file-earmark-bar-graph-fill:before{content:"\f359"}.bi-file-earmark-bar-graph:before{content:"\f35a"}.bi-file-earmark-binary-fill:before{content:"\f35b"}.bi-file-earmark-binary:before{content:"\f35c"}.bi-file-earmark-break-fill:before{content:"\f35d"}.bi-file-earmark-break:before{content:"\f35e"}.bi-file-earmark-check-fill:before{content:"\f35f"}.bi-file-earmark-check:before{content:"\f360"}.bi-file-earmark-code-fill:before{content:"\f361"}.bi-file-earmark-code:before{content:"\f362"}.bi-file-earmark-diff-fill:before{content:"\f363"}.bi-file-earmark-diff:before{content:"\f364"}.bi-file-earmark-easel-fill:before{content:"\f365"}.bi-file-earmark-easel:before{content:"\f366"}.bi-file-earmark-excel-fill:before{content:"\f367"}.bi-file-earmark-excel:before{content:"\f368"}.bi-file-earmark-fill:before{content:"\f369"}.bi-file-earmark-font-fill:before{content:"\f36a"}.bi-file-earmark-font:before{content:"\f36b"}.bi-file-earmark-image-fill:before{content:"\f36c"}.bi-file-earmark-image:before{content:"\f36d"}.bi-file-earmark-lock-fill:before{content:"\f36e"}.bi-file-earmark-lock:before{content:"\f36f"}.bi-file-earmark-lock2-fill:before{content:"\f370"}.bi-file-earmark-lock2:before{content:"\f371"}.bi-file-earmark-medical-fill:before{content:"\f372"}.bi-file-earmark-medical:before{content:"\f373"}.bi-file-earmark-minus-fill:before{content:"\f374"}.bi-file-earmark-minus:before{content:"\f375"}.bi-file-earmark-music-fill:before{content:"\f376"}.bi-file-earmark-music:before{content:"\f377"}.bi-file-earmark-person-fill:before{content:"\f378"}.bi-file-earmark-person:before{content:"\f379"}.bi-file-earmark-play-fill:before{content:"\f37a"}.bi-file-earmark-play:before{content:"\f37b"}.bi-file-earmark-plus-fill:before{content:"\f37c"}.bi-file-earmark-plus:before{content:"\f37d"}.bi-file-earmark-post-fill:before{content:"\f37e"}.bi-file-earmark-post:before{content:"\f37f"}.bi-file-earmark-ppt-fill:before{content:"\f380"}.bi-file-earmark-ppt:before{content:"\f381"}.bi-file-earmark-richtext-fill:before{content:"\f382"}.bi-file-earmark-richtext:before{content:"\f383"}.bi-file-earmark-ruled-fill:before{content:"\f384"}.bi-file-earmark-ruled:before{content:"\f385"}.bi-file-earmark-slides-fill:before{content:"\f386"}.bi-file-earmark-slides:before{content:"\f387"}.bi-file-earmark-spreadsheet-fill:before{content:"\f388"}.bi-file-earmark-spreadsheet:before{content:"\f389"}.bi-file-earmark-text-fill:before{content:"\f38a"}.bi-file-earmark-text:before{content:"\f38b"}.bi-file-earmark-word-fill:before{content:"\f38c"}.bi-file-earmark-word:before{content:"\f38d"}.bi-file-earmark-x-fill:before{content:"\f38e"}.bi-file-earmark-x:before{content:"\f38f"}.bi-file-earmark-zip-fill:before{content:"\f390"}.bi-file-earmark-zip:before{content:"\f391"}.bi-file-earmark:before{content:"\f392"}.bi-file-easel-fill:before{content:"\f393"}.bi-file-easel:before{content:"\f394"}.bi-file-excel-fill:before{content:"\f395"}.bi-file-excel:before{content:"\f396"}.bi-file-fill:before{content:"\f397"}.bi-file-font-fill:before{content:"\f398"}.bi-file-font:before{content:"\f399"}.bi-file-image-fill:before{content:"\f39a"}.bi-file-image:before{content:"\f39b"}.bi-file-lock-fill:before{content:"\f39c"}.bi-file-lock:before{content:"\f39d"}.bi-file-lock2-fill:before{content:"\f39e"}.bi-file-lock2:before{content:"\f39f"}.bi-file-medical-fill:before{content:"\f3a0"}.bi-file-medical:before{content:"\f3a1"}.bi-file-minus-fill:before{content:"\f3a2"}.bi-file-minus:before{content:"\f3a3"}.bi-file-music-fill:before{content:"\f3a4"}.bi-file-music:before{content:"\f3a5"}.bi-file-person-fill:before{content:"\f3a6"}.bi-file-person:before{content:"\f3a7"}.bi-file-play-fill:before{content:"\f3a8"}.bi-file-play:before{content:"\f3a9"}.bi-file-plus-fill:before{content:"\f3aa"}.bi-file-plus:before{content:"\f3ab"}.bi-file-post-fill:before{content:"\f3ac"}.bi-file-post:before{content:"\f3ad"}.bi-file-ppt-fill:before{content:"\f3ae"}.bi-file-ppt:before{content:"\f3af"}.bi-file-richtext-fill:before{content:"\f3b0"}.bi-file-richtext:before{content:"\f3b1"}.bi-file-ruled-fill:before{content:"\f3b2"}.bi-file-ruled:before{content:"\f3b3"}.bi-file-slides-fill:before{content:"\f3b4"}.bi-file-slides:before{content:"\f3b5"}.bi-file-spreadsheet-fill:before{content:"\f3b6"}.bi-file-spreadsheet:before{content:"\f3b7"}.bi-file-text-fill:before{content:"\f3b8"}.bi-file-text:before{content:"\f3b9"}.bi-file-word-fill:before{content:"\f3ba"}.bi-file-word:before{content:"\f3bb"}.bi-file-x-fill:before{content:"\f3bc"}.bi-file-x:before{content:"\f3bd"}.bi-file-zip-fill:before{content:"\f3be"}.bi-file-zip:before{content:"\f3bf"}.bi-file:before{content:"\f3c0"}.bi-files-alt:before{content:"\f3c1"}.bi-files:before{content:"\f3c2"}.bi-film:before{content:"\f3c3"}.bi-filter-circle-fill:before{content:"\f3c4"}.bi-filter-circle:before{content:"\f3c5"}.bi-filter-left:before{content:"\f3c6"}.bi-filter-right:before{content:"\f3c7"}.bi-filter-square-fill:before{content:"\f3c8"}.bi-filter-square:before{content:"\f3c9"}.bi-filter:before{content:"\f3ca"}.bi-flag-fill:before{content:"\f3cb"}.bi-flag:before{content:"\f3cc"}.bi-flower1:before{content:"\f3cd"}.bi-flower2:before{content:"\f3ce"}.bi-flower3:before{content:"\f3cf"}.bi-folder-check:before{content:"\f3d0"}.bi-folder-fill:before{content:"\f3d1"}.bi-folder-minus:before{content:"\f3d2"}.bi-folder-plus:before{content:"\f3d3"}.bi-folder-symlink-fill:before{content:"\f3d4"}.bi-folder-symlink:before{content:"\f3d5"}.bi-folder-x:before{content:"\f3d6"}.bi-folder:before{content:"\f3d7"}.bi-folder2-open:before{content:"\f3d8"}.bi-folder2:before{content:"\f3d9"}.bi-fonts:before{content:"\f3da"}.bi-forward-fill:before{content:"\f3db"}.bi-forward:before{content:"\f3dc"}.bi-front:before{content:"\f3dd"}.bi-fullscreen-exit:before{content:"\f3de"}.bi-fullscreen:before{content:"\f3df"}.bi-funnel-fill:before{content:"\f3e0"}.bi-funnel:before{content:"\f3e1"}.bi-gear-fill:before{content:"\f3e2"}.bi-gear-wide-connected:before{content:"\f3e3"}.bi-gear-wide:before{content:"\f3e4"}.bi-gear:before{content:"\f3e5"}.bi-gem:before{content:"\f3e6"}.bi-geo-alt-fill:before{content:"\f3e7"}.bi-geo-alt:before{content:"\f3e8"}.bi-geo-fill:before{content:"\f3e9"}.bi-geo:before{content:"\f3ea"}.bi-gift-fill:before{content:"\f3eb"}.bi-gift:before{content:"\f3ec"}.bi-github:before{content:"\f3ed"}.bi-globe:before{content:"\f3ee"}.bi-globe2:before{content:"\f3ef"}.bi-google:before{content:"\f3f0"}.bi-graph-down:before{content:"\f3f1"}.bi-graph-up:before{content:"\f3f2"}.bi-grid-1x2-fill:before{content:"\f3f3"}.bi-grid-1x2:before{content:"\f3f4"}.bi-grid-3x2-gap-fill:before{content:"\f3f5"}.bi-grid-3x2-gap:before{content:"\f3f6"}.bi-grid-3x2:before{content:"\f3f7"}.bi-grid-3x3-gap-fill:before{content:"\f3f8"}.bi-grid-3x3-gap:before{content:"\f3f9"}.bi-grid-3x3:before{content:"\f3fa"}.bi-grid-fill:before{content:"\f3fb"}.bi-grid:before{content:"\f3fc"}.bi-grip-horizontal:before{content:"\f3fd"}.bi-grip-vertical:before{content:"\f3fe"}.bi-hammer:before{content:"\f3ff"}.bi-hand-index-fill:before{content:"\f400"}.bi-hand-index-thumb-fill:before{content:"\f401"}.bi-hand-index-thumb:before{content:"\f402"}.bi-hand-index:before{content:"\f403"}.bi-hand-thumbs-down-fill:before{content:"\f404"}.bi-hand-thumbs-down:before{content:"\f405"}.bi-hand-thumbs-up-fill:before{content:"\f406"}.bi-hand-thumbs-up:before{content:"\f407"}.bi-handbag-fill:before{content:"\f408"}.bi-handbag:before{content:"\f409"}.bi-hash:before{content:"\f40a"}.bi-hdd-fill:before{content:"\f40b"}.bi-hdd-network-fill:before{content:"\f40c"}.bi-hdd-network:before{content:"\f40d"}.bi-hdd-rack-fill:before{content:"\f40e"}.bi-hdd-rack:before{content:"\f40f"}.bi-hdd-stack-fill:before{content:"\f410"}.bi-hdd-stack:before{content:"\f411"}.bi-hdd:before{content:"\f412"}.bi-headphones:before{content:"\f413"}.bi-headset:before{content:"\f414"}.bi-heart-fill:before{content:"\f415"}.bi-heart-half:before{content:"\f416"}.bi-heart:before{content:"\f417"}.bi-heptagon-fill:before{content:"\f418"}.bi-heptagon-half:before{content:"\f419"}.bi-heptagon:before{content:"\f41a"}.bi-hexagon-fill:before{content:"\f41b"}.bi-hexagon-half:before{content:"\f41c"}.bi-hexagon:before{content:"\f41d"}.bi-hourglass-bottom:before{content:"\f41e"}.bi-hourglass-split:before{content:"\f41f"}.bi-hourglass-top:before{content:"\f420"}.bi-hourglass:before{content:"\f421"}.bi-house-door-fill:before{content:"\f422"}.bi-house-door:before{content:"\f423"}.bi-house-fill:before{content:"\f424"}.bi-house:before{content:"\f425"}.bi-hr:before{content:"\f426"}.bi-hurricane:before{content:"\f427"}.bi-image-alt:before{content:"\f428"}.bi-image-fill:before{content:"\f429"}.bi-image:before{content:"\f42a"}.bi-images:before{content:"\f42b"}.bi-inbox-fill:before{content:"\f42c"}.bi-inbox:before{content:"\f42d"}.bi-inboxes-fill:before{content:"\f42e"}.bi-inboxes:before{content:"\f42f"}.bi-info-circle-fill:before{content:"\f430"}.bi-info-circle:before{content:"\f431"}.bi-info-square-fill:before{content:"\f432"}.bi-info-square:before{content:"\f433"}.bi-info:before{content:"\f434"}.bi-input-cursor-text:before{content:"\f435"}.bi-input-cursor:before{content:"\f436"}.bi-instagram:before{content:"\f437"}.bi-intersect:before{content:"\f438"}.bi-journal-album:before{content:"\f439"}.bi-journal-arrow-down:before{content:"\f43a"}.bi-journal-arrow-up:before{content:"\f43b"}.bi-journal-bookmark-fill:before{content:"\f43c"}.bi-journal-bookmark:before{content:"\f43d"}.bi-journal-check:before{content:"\f43e"}.bi-journal-code:before{content:"\f43f"}.bi-journal-medical:before{content:"\f440"}.bi-journal-minus:before{content:"\f441"}.bi-journal-plus:before{content:"\f442"}.bi-journal-richtext:before{content:"\f443"}.bi-journal-text:before{content:"\f444"}.bi-journal-x:before{content:"\f445"}.bi-journal:before{content:"\f446"}.bi-journals:before{content:"\f447"}.bi-joystick:before{content:"\f448"}.bi-justify-left:before{content:"\f449"}.bi-justify-right:before{content:"\f44a"}.bi-justify:before{content:"\f44b"}.bi-kanban-fill:before{content:"\f44c"}.bi-kanban:before{content:"\f44d"}.bi-key-fill:before{content:"\f44e"}.bi-key:before{content:"\f44f"}.bi-keyboard-fill:before{content:"\f450"}.bi-keyboard:before{content:"\f451"}.bi-ladder:before{content:"\f452"}.bi-lamp-fill:before{content:"\f453"}.bi-lamp:before{content:"\f454"}.bi-laptop-fill:before{content:"\f455"}.bi-laptop:before{content:"\f456"}.bi-layer-backward:before{content:"\f457"}.bi-layer-forward:before{content:"\f458"}.bi-layers-fill:before{content:"\f459"}.bi-layers-half:before{content:"\f45a"}.bi-layers:before{content:"\f45b"}.bi-layout-sidebar-inset-reverse:before{content:"\f45c"}.bi-layout-sidebar-inset:before{content:"\f45d"}.bi-layout-sidebar-reverse:before{content:"\f45e"}.bi-layout-sidebar:before{content:"\f45f"}.bi-layout-split:before{content:"\f460"}.bi-layout-text-sidebar-reverse:before{content:"\f461"}.bi-layout-text-sidebar:before{content:"\f462"}.bi-layout-text-window-reverse:before{content:"\f463"}.bi-layout-text-window:before{content:"\f464"}.bi-layout-three-columns:before{content:"\f465"}.bi-layout-wtf:before{content:"\f466"}.bi-life-preserver:before{content:"\f467"}.bi-lightbulb-fill:before{content:"\f468"}.bi-lightbulb-off-fill:before{content:"\f469"}.bi-lightbulb-off:before{content:"\f46a"}.bi-lightbulb:before{content:"\f46b"}.bi-lightning-charge-fill:before{content:"\f46c"}.bi-lightning-charge:before{content:"\f46d"}.bi-lightning-fill:before{content:"\f46e"}.bi-lightning:before{content:"\f46f"}.bi-link-45deg:before{content:"\f470"}.bi-link:before{content:"\f471"}.bi-linkedin:before{content:"\f472"}.bi-list-check:before{content:"\f473"}.bi-list-nested:before{content:"\f474"}.bi-list-ol:before{content:"\f475"}.bi-list-stars:before{content:"\f476"}.bi-list-task:before{content:"\f477"}.bi-list-ul:before{content:"\f478"}.bi-list:before{content:"\f479"}.bi-lock-fill:before{content:"\f47a"}.bi-lock:before{content:"\f47b"}.bi-mailbox:before{content:"\f47c"}.bi-mailbox2:before{content:"\f47d"}.bi-map-fill:before{content:"\f47e"}.bi-map:before{content:"\f47f"}.bi-markdown-fill:before{content:"\f480"}.bi-markdown:before{content:"\f481"}.bi-mask:before{content:"\f482"}.bi-megaphone-fill:before{content:"\f483"}.bi-megaphone:before{content:"\f484"}.bi-menu-app-fill:before{content:"\f485"}.bi-menu-app:before{content:"\f486"}.bi-menu-button-fill:before{content:"\f487"}.bi-menu-button-wide-fill:before{content:"\f488"}.bi-menu-button-wide:before{content:"\f489"}.bi-menu-button:before{content:"\f48a"}.bi-menu-down:before{content:"\f48b"}.bi-menu-up:before{content:"\f48c"}.bi-mic-fill:before{content:"\f48d"}.bi-mic-mute-fill:before{content:"\f48e"}.bi-mic-mute:before{content:"\f48f"}.bi-mic:before{content:"\f490"}.bi-minecart-loaded:before{content:"\f491"}.bi-minecart:before{content:"\f492"}.bi-moisture:before{content:"\f493"}.bi-moon-fill:before{content:"\f494"}.bi-moon-stars-fill:before{content:"\f495"}.bi-moon-stars:before{content:"\f496"}.bi-moon:before{content:"\f497"}.bi-mouse-fill:before{content:"\f498"}.bi-mouse:before{content:"\f499"}.bi-mouse2-fill:before{content:"\f49a"}.bi-mouse2:before{content:"\f49b"}.bi-mouse3-fill:before{content:"\f49c"}.bi-mouse3:before{content:"\f49d"}.bi-music-note-beamed:before{content:"\f49e"}.bi-music-note-list:before{content:"\f49f"}.bi-music-note:before{content:"\f4a0"}.bi-music-player-fill:before{content:"\f4a1"}.bi-music-player:before{content:"\f4a2"}.bi-newspaper:before{content:"\f4a3"}.bi-node-minus-fill:before{content:"\f4a4"}.bi-node-minus:before{content:"\f4a5"}.bi-node-plus-fill:before{content:"\f4a6"}.bi-node-plus:before{content:"\f4a7"}.bi-nut-fill:before{content:"\f4a8"}.bi-nut:before{content:"\f4a9"}.bi-octagon-fill:before{content:"\f4aa"}.bi-octagon-half:before{content:"\f4ab"}.bi-octagon:before{content:"\f4ac"}.bi-option:before{content:"\f4ad"}.bi-outlet:before{content:"\f4ae"}.bi-paint-bucket:before{content:"\f4af"}.bi-palette-fill:before{content:"\f4b0"}.bi-palette:before{content:"\f4b1"}.bi-palette2:before{content:"\f4b2"}.bi-paperclip:before{content:"\f4b3"}.bi-paragraph:before{content:"\f4b4"}.bi-patch-check-fill:before{content:"\f4b5"}.bi-patch-check:before{content:"\f4b6"}.bi-patch-exclamation-fill:before{content:"\f4b7"}.bi-patch-exclamation:before{content:"\f4b8"}.bi-patch-minus-fill:before{content:"\f4b9"}.bi-patch-minus:before{content:"\f4ba"}.bi-patch-plus-fill:before{content:"\f4bb"}.bi-patch-plus:before{content:"\f4bc"}.bi-patch-question-fill:before{content:"\f4bd"}.bi-patch-question:before{content:"\f4be"}.bi-pause-btn-fill:before{content:"\f4bf"}.bi-pause-btn:before{content:"\f4c0"}.bi-pause-circle-fill:before{content:"\f4c1"}.bi-pause-circle:before{content:"\f4c2"}.bi-pause-fill:before{content:"\f4c3"}.bi-pause:before{content:"\f4c4"}.bi-peace-fill:before{content:"\f4c5"}.bi-peace:before{content:"\f4c6"}.bi-pen-fill:before{content:"\f4c7"}.bi-pen:before{content:"\f4c8"}.bi-pencil-fill:before{content:"\f4c9"}.bi-pencil-square:before{content:"\f4ca"}.bi-pencil:before{content:"\f4cb"}.bi-pentagon-fill:before{content:"\f4cc"}.bi-pentagon-half:before{content:"\f4cd"}.bi-pentagon:before{content:"\f4ce"}.bi-people-fill:before{content:"\f4cf"}.bi-people:before{content:"\f4d0"}.bi-percent:before{content:"\f4d1"}.bi-person-badge-fill:before{content:"\f4d2"}.bi-person-badge:before{content:"\f4d3"}.bi-person-bounding-box:before{content:"\f4d4"}.bi-person-check-fill:before{content:"\f4d5"}.bi-person-check:before{content:"\f4d6"}.bi-person-circle:before{content:"\f4d7"}.bi-person-dash-fill:before{content:"\f4d8"}.bi-person-dash:before{content:"\f4d9"}.bi-person-fill:before{content:"\f4da"}.bi-person-lines-fill:before{content:"\f4db"}.bi-person-plus-fill:before{content:"\f4dc"}.bi-person-plus:before{content:"\f4dd"}.bi-person-square:before{content:"\f4de"}.bi-person-x-fill:before{content:"\f4df"}.bi-person-x:before{content:"\f4e0"}.bi-person:before{content:"\f4e1"}.bi-phone-fill:before{content:"\f4e2"}.bi-phone-landscape-fill:before{content:"\f4e3"}.bi-phone-landscape:before{content:"\f4e4"}.bi-phone-vibrate-fill:before{content:"\f4e5"}.bi-phone-vibrate:before{content:"\f4e6"}.bi-phone:before{content:"\f4e7"}.bi-pie-chart-fill:before{content:"\f4e8"}.bi-pie-chart:before{content:"\f4e9"}.bi-pin-angle-fill:before{content:"\f4ea"}.bi-pin-angle:before{content:"\f4eb"}.bi-pin-fill:before{content:"\f4ec"}.bi-pin:before{content:"\f4ed"}.bi-pip-fill:before{content:"\f4ee"}.bi-pip:before{content:"\f4ef"}.bi-play-btn-fill:before{content:"\f4f0"}.bi-play-btn:before{content:"\f4f1"}.bi-play-circle-fill:before{content:"\f4f2"}.bi-play-circle:before{content:"\f4f3"}.bi-play-fill:before{content:"\f4f4"}.bi-play:before{content:"\f4f5"}.bi-plug-fill:before{content:"\f4f6"}.bi-plug:before{content:"\f4f7"}.bi-plus-circle-dotted:before{content:"\f4f8"}.bi-plus-circle-fill:before{content:"\f4f9"}.bi-plus-circle:before{content:"\f4fa"}.bi-plus-square-dotted:before{content:"\f4fb"}.bi-plus-square-fill:before{content:"\f4fc"}.bi-plus-square:before{content:"\f4fd"}.bi-plus:before{content:"\f4fe"}.bi-power:before{content:"\f4ff"}.bi-printer-fill:before{content:"\f500"}.bi-printer:before{content:"\f501"}.bi-puzzle-fill:before{content:"\f502"}.bi-puzzle:before{content:"\f503"}.bi-question-circle-fill:before{content:"\f504"}.bi-question-circle:before{content:"\f505"}.bi-question-diamond-fill:before{content:"\f506"}.bi-question-diamond:before{content:"\f507"}.bi-question-octagon-fill:before{content:"\f508"}.bi-question-octagon:before{content:"\f509"}.bi-question-square-fill:before{content:"\f50a"}.bi-question-square:before{content:"\f50b"}.bi-question:before{content:"\f50c"}.bi-rainbow:before{content:"\f50d"}.bi-receipt-cutoff:before{content:"\f50e"}.bi-receipt:before{content:"\f50f"}.bi-reception-0:before{content:"\f510"}.bi-reception-1:before{content:"\f511"}.bi-reception-2:before{content:"\f512"}.bi-reception-3:before{content:"\f513"}.bi-reception-4:before{content:"\f514"}.bi-record-btn-fill:before{content:"\f515"}.bi-record-btn:before{content:"\f516"}.bi-record-circle-fill:before{content:"\f517"}.bi-record-circle:before{content:"\f518"}.bi-record-fill:before{content:"\f519"}.bi-record:before{content:"\f51a"}.bi-record2-fill:before{content:"\f51b"}.bi-record2:before{content:"\f51c"}.bi-reply-all-fill:before{content:"\f51d"}.bi-reply-all:before{content:"\f51e"}.bi-reply-fill:before{content:"\f51f"}.bi-reply:before{content:"\f520"}.bi-rss-fill:before{content:"\f521"}.bi-rss:before{content:"\f522"}.bi-rulers:before{content:"\f523"}.bi-save-fill:before{content:"\f524"}.bi-save:before{content:"\f525"}.bi-save2-fill:before{content:"\f526"}.bi-save2:before{content:"\f527"}.bi-scissors:before{content:"\f528"}.bi-screwdriver:before{content:"\f529"}.bi-search:before{content:"\f52a"}.bi-segmented-nav:before{content:"\f52b"}.bi-server:before{content:"\f52c"}.bi-share-fill:before{content:"\f52d"}.bi-share:before{content:"\f52e"}.bi-shield-check:before{content:"\f52f"}.bi-shield-exclamation:before{content:"\f530"}.bi-shield-fill-check:before{content:"\f531"}.bi-shield-fill-exclamation:before{content:"\f532"}.bi-shield-fill-minus:before{content:"\f533"}.bi-shield-fill-plus:before{content:"\f534"}.bi-shield-fill-x:before{content:"\f535"}.bi-shield-fill:before{content:"\f536"}.bi-shield-lock-fill:before{content:"\f537"}.bi-shield-lock:before{content:"\f538"}.bi-shield-minus:before{content:"\f539"}.bi-shield-plus:before{content:"\f53a"}.bi-shield-shaded:before{content:"\f53b"}.bi-shield-slash-fill:before{content:"\f53c"}.bi-shield-slash:before{content:"\f53d"}.bi-shield-x:before{content:"\f53e"}.bi-shield:before{content:"\f53f"}.bi-shift-fill:before{content:"\f540"}.bi-shift:before{content:"\f541"}.bi-shop-window:before{content:"\f542"}.bi-shop:before{content:"\f543"}.bi-shuffle:before{content:"\f544"}.bi-signpost-2-fill:before{content:"\f545"}.bi-signpost-2:before{content:"\f546"}.bi-signpost-fill:before{content:"\f547"}.bi-signpost-split-fill:before{content:"\f548"}.bi-signpost-split:before{content:"\f549"}.bi-signpost:before{content:"\f54a"}.bi-sim-fill:before{content:"\f54b"}.bi-sim:before{content:"\f54c"}.bi-skip-backward-btn-fill:before{content:"\f54d"}.bi-skip-backward-btn:before{content:"\f54e"}.bi-skip-backward-circle-fill:before{content:"\f54f"}.bi-skip-backward-circle:before{content:"\f550"}.bi-skip-backward-fill:before{content:"\f551"}.bi-skip-backward:before{content:"\f552"}.bi-skip-end-btn-fill:before{content:"\f553"}.bi-skip-end-btn:before{content:"\f554"}.bi-skip-end-circle-fill:before{content:"\f555"}.bi-skip-end-circle:before{content:"\f556"}.bi-skip-end-fill:before{content:"\f557"}.bi-skip-end:before{content:"\f558"}.bi-skip-forward-btn-fill:before{content:"\f559"}.bi-skip-forward-btn:before{content:"\f55a"}.bi-skip-forward-circle-fill:before{content:"\f55b"}.bi-skip-forward-circle:before{content:"\f55c"}.bi-skip-forward-fill:before{content:"\f55d"}.bi-skip-forward:before{content:"\f55e"}.bi-skip-start-btn-fill:before{content:"\f55f"}.bi-skip-start-btn:before{content:"\f560"}.bi-skip-start-circle-fill:before{content:"\f561"}.bi-skip-start-circle:before{content:"\f562"}.bi-skip-start-fill:before{content:"\f563"}.bi-skip-start:before{content:"\f564"}.bi-slack:before{content:"\f565"}.bi-slash-circle-fill:before{content:"\f566"}.bi-slash-circle:before{content:"\f567"}.bi-slash-square-fill:before{content:"\f568"}.bi-slash-square:before{content:"\f569"}.bi-slash:before{content:"\f56a"}.bi-sliders:before{content:"\f56b"}.bi-smartwatch:before{content:"\f56c"}.bi-snow:before{content:"\f56d"}.bi-snow2:before{content:"\f56e"}.bi-snow3:before{content:"\f56f"}.bi-sort-alpha-down-alt:before{content:"\f570"}.bi-sort-alpha-down:before{content:"\f571"}.bi-sort-alpha-up-alt:before{content:"\f572"}.bi-sort-alpha-up:before{content:"\f573"}.bi-sort-down-alt:before{content:"\f574"}.bi-sort-down:before{content:"\f575"}.bi-sort-numeric-down-alt:before{content:"\f576"}.bi-sort-numeric-down:before{content:"\f577"}.bi-sort-numeric-up-alt:before{content:"\f578"}.bi-sort-numeric-up:before{content:"\f579"}.bi-sort-up-alt:before{content:"\f57a"}.bi-sort-up:before{content:"\f57b"}.bi-soundwave:before{content:"\f57c"}.bi-speaker-fill:before{content:"\f57d"}.bi-speaker:before{content:"\f57e"}.bi-speedometer:before{content:"\f57f"}.bi-speedometer2:before{content:"\f580"}.bi-spellcheck:before{content:"\f581"}.bi-square-fill:before{content:"\f582"}.bi-square-half:before{content:"\f583"}.bi-square:before{content:"\f584"}.bi-stack:before{content:"\f585"}.bi-star-fill:before{content:"\f586"}.bi-star-half:before{content:"\f587"}.bi-star:before{content:"\f588"}.bi-stars:before{content:"\f589"}.bi-stickies-fill:before{content:"\f58a"}.bi-stickies:before{content:"\f58b"}.bi-sticky-fill:before{content:"\f58c"}.bi-sticky:before{content:"\f58d"}.bi-stop-btn-fill:before{content:"\f58e"}.bi-stop-btn:before{content:"\f58f"}.bi-stop-circle-fill:before{content:"\f590"}.bi-stop-circle:before{content:"\f591"}.bi-stop-fill:before{content:"\f592"}.bi-stop:before{content:"\f593"}.bi-stoplights-fill:before{content:"\f594"}.bi-stoplights:before{content:"\f595"}.bi-stopwatch-fill:before{content:"\f596"}.bi-stopwatch:before{content:"\f597"}.bi-subtract:before{content:"\f598"}.bi-suit-club-fill:before{content:"\f599"}.bi-suit-club:before{content:"\f59a"}.bi-suit-diamond-fill:before{content:"\f59b"}.bi-suit-diamond:before{content:"\f59c"}.bi-suit-heart-fill:before{content:"\f59d"}.bi-suit-heart:before{content:"\f59e"}.bi-suit-spade-fill:before{content:"\f59f"}.bi-suit-spade:before{content:"\f5a0"}.bi-sun-fill:before{content:"\f5a1"}.bi-sun:before{content:"\f5a2"}.bi-sunglasses:before{content:"\f5a3"}.bi-sunrise-fill:before{content:"\f5a4"}.bi-sunrise:before{content:"\f5a5"}.bi-sunset-fill:before{content:"\f5a6"}.bi-sunset:before{content:"\f5a7"}.bi-symmetry-horizontal:before{content:"\f5a8"}.bi-symmetry-vertical:before{content:"\f5a9"}.bi-table:before{content:"\f5aa"}.bi-tablet-fill:before{content:"\f5ab"}.bi-tablet-landscape-fill:before{content:"\f5ac"}.bi-tablet-landscape:before{content:"\f5ad"}.bi-tablet:before{content:"\f5ae"}.bi-tag-fill:before{content:"\f5af"}.bi-tag:before{content:"\f5b0"}.bi-tags-fill:before{content:"\f5b1"}.bi-tags:before{content:"\f5b2"}.bi-telegram:before{content:"\f5b3"}.bi-telephone-fill:before{content:"\f5b4"}.bi-telephone-forward-fill:before{content:"\f5b5"}.bi-telephone-forward:before{content:"\f5b6"}.bi-telephone-inbound-fill:before{content:"\f5b7"}.bi-telephone-inbound:before{content:"\f5b8"}.bi-telephone-minus-fill:before{content:"\f5b9"}.bi-telephone-minus:before{content:"\f5ba"}.bi-telephone-outbound-fill:before{content:"\f5bb"}.bi-telephone-outbound:before{content:"\f5bc"}.bi-telephone-plus-fill:before{content:"\f5bd"}.bi-telephone-plus:before{content:"\f5be"}.bi-telephone-x-fill:before{content:"\f5bf"}.bi-telephone-x:before{content:"\f5c0"}.bi-telephone:before{content:"\f5c1"}.bi-terminal-fill:before{content:"\f5c2"}.bi-terminal:before{content:"\f5c3"}.bi-text-center:before{content:"\f5c4"}.bi-text-indent-left:before{content:"\f5c5"}.bi-text-indent-right:before{content:"\f5c6"}.bi-text-left:before{content:"\f5c7"}.bi-text-paragraph:before{content:"\f5c8"}.bi-text-right:before{content:"\f5c9"}.bi-textarea-resize:before{content:"\f5ca"}.bi-textarea-t:before{content:"\f5cb"}.bi-textarea:before{content:"\f5cc"}.bi-thermometer-half:before{content:"\f5cd"}.bi-thermometer-high:before{content:"\f5ce"}.bi-thermometer-low:before{content:"\f5cf"}.bi-thermometer-snow:before{content:"\f5d0"}.bi-thermometer-sun:before{content:"\f5d1"}.bi-thermometer:before{content:"\f5d2"}.bi-three-dots-vertical:before{content:"\f5d3"}.bi-three-dots:before{content:"\f5d4"}.bi-toggle-off:before{content:"\f5d5"}.bi-toggle-on:before{content:"\f5d6"}.bi-toggle2-off:before{content:"\f5d7"}.bi-toggle2-on:before{content:"\f5d8"}.bi-toggles:before{content:"\f5d9"}.bi-toggles2:before{content:"\f5da"}.bi-tools:before{content:"\f5db"}.bi-tornado:before{content:"\f5dc"}.bi-trash-fill:before{content:"\f5dd"}.bi-trash:before{content:"\f5de"}.bi-trash2-fill:before{content:"\f5df"}.bi-trash2:before{content:"\f5e0"}.bi-tree-fill:before{content:"\f5e1"}.bi-tree:before{content:"\f5e2"}.bi-triangle-fill:before{content:"\f5e3"}.bi-triangle-half:before{content:"\f5e4"}.bi-triangle:before{content:"\f5e5"}.bi-trophy-fill:before{content:"\f5e6"}.bi-trophy:before{content:"\f5e7"}.bi-tropical-storm:before{content:"\f5e8"}.bi-truck-flatbed:before{content:"\f5e9"}.bi-truck:before{content:"\f5ea"}.bi-tsunami:before{content:"\f5eb"}.bi-tv-fill:before{content:"\f5ec"}.bi-tv:before{content:"\f5ed"}.bi-twitch:before{content:"\f5ee"}.bi-twitter:before{content:"\f5ef"}.bi-type-bold:before{content:"\f5f0"}.bi-type-h1:before{content:"\f5f1"}.bi-type-h2:before{content:"\f5f2"}.bi-type-h3:before{content:"\f5f3"}.bi-type-italic:before{content:"\f5f4"}.bi-type-strikethrough:before{content:"\f5f5"}.bi-type-underline:before{content:"\f5f6"}.bi-type:before{content:"\f5f7"}.bi-ui-checks-grid:before{content:"\f5f8"}.bi-ui-checks:before{content:"\f5f9"}.bi-ui-radios-grid:before{content:"\f5fa"}.bi-ui-radios:before{content:"\f5fb"}.bi-umbrella-fill:before{content:"\f5fc"}.bi-umbrella:before{content:"\f5fd"}.bi-union:before{content:"\f5fe"}.bi-unlock-fill:before{content:"\f5ff"}.bi-unlock:before{content:"\f600"}.bi-upc-scan:before{content:"\f601"}.bi-upc:before{content:"\f602"}.bi-upload:before{content:"\f603"}.bi-vector-pen:before{content:"\f604"}.bi-view-list:before{content:"\f605"}.bi-view-stacked:before{content:"\f606"}.bi-vinyl-fill:before{content:"\f607"}.bi-vinyl:before{content:"\f608"}.bi-voicemail:before{content:"\f609"}.bi-volume-down-fill:before{content:"\f60a"}.bi-volume-down:before{content:"\f60b"}.bi-volume-mute-fill:before{content:"\f60c"}.bi-volume-mute:before{content:"\f60d"}.bi-volume-off-fill:before{content:"\f60e"}.bi-volume-off:before{content:"\f60f"}.bi-volume-up-fill:before{content:"\f610"}.bi-volume-up:before{content:"\f611"}.bi-vr:before{content:"\f612"}.bi-wallet-fill:before{content:"\f613"}.bi-wallet:before{content:"\f614"}.bi-wallet2:before{content:"\f615"}.bi-watch:before{content:"\f616"}.bi-water:before{content:"\f617"}.bi-whatsapp:before{content:"\f618"}.bi-wifi-1:before{content:"\f619"}.bi-wifi-2:before{content:"\f61a"}.bi-wifi-off:before{content:"\f61b"}.bi-wifi:before{content:"\f61c"}.bi-wind:before{content:"\f61d"}.bi-window-dock:before{content:"\f61e"}.bi-window-sidebar:before{content:"\f61f"}.bi-window:before{content:"\f620"}.bi-wrench:before{content:"\f621"}.bi-x-circle-fill:before{content:"\f622"}.bi-x-circle:before{content:"\f623"}.bi-x-diamond-fill:before{content:"\f624"}.bi-x-diamond:before{content:"\f625"}.bi-x-octagon-fill:before{content:"\f626"}.bi-x-octagon:before{content:"\f627"}.bi-x-square-fill:before{content:"\f628"}.bi-x-square:before{content:"\f629"}.bi-x:before{content:"\f62a"}.bi-youtube:before{content:"\f62b"}.bi-zoom-in:before{content:"\f62c"}.bi-zoom-out:before{content:"\f62d"}.bi-bank:before{content:"\f62e"}.bi-bank2:before{content:"\f62f"}.bi-bell-slash-fill:before{content:"\f630"}.bi-bell-slash:before{content:"\f631"}.bi-cash-coin:before{content:"\f632"}.bi-check-lg:before{content:"\f633"}.bi-coin:before{content:"\f634"}.bi-currency-bitcoin:before{content:"\f635"}.bi-currency-dollar:before{content:"\f636"}.bi-currency-euro:before{content:"\f637"}.bi-currency-exchange:before{content:"\f638"}.bi-currency-pound:before{content:"\f639"}.bi-currency-yen:before{content:"\f63a"}.bi-dash-lg:before{content:"\f63b"}.bi-exclamation-lg:before{content:"\f63c"}.bi-file-earmark-pdf-fill:before{content:"\f63d"}.bi-file-earmark-pdf:before{content:"\f63e"}.bi-file-pdf-fill:before{content:"\f63f"}.bi-file-pdf:before{content:"\f640"}.bi-gender-ambiguous:before{content:"\f641"}.bi-gender-female:before{content:"\f642"}.bi-gender-male:before{content:"\f643"}.bi-gender-trans:before{content:"\f644"}.bi-headset-vr:before{content:"\f645"}.bi-info-lg:before{content:"\f646"}.bi-mastodon:before{content:"\f647"}.bi-messenger:before{content:"\f648"}.bi-piggy-bank-fill:before{content:"\f649"}.bi-piggy-bank:before{content:"\f64a"}.bi-pin-map-fill:before{content:"\f64b"}.bi-pin-map:before{content:"\f64c"}.bi-plus-lg:before{content:"\f64d"}.bi-question-lg:before{content:"\f64e"}.bi-recycle:before{content:"\f64f"}.bi-reddit:before{content:"\f650"}.bi-safe-fill:before{content:"\f651"}.bi-safe2-fill:before{content:"\f652"}.bi-safe2:before{content:"\f653"}.bi-sd-card-fill:before{content:"\f654"}.bi-sd-card:before{content:"\f655"}.bi-skype:before{content:"\f656"}.bi-slash-lg:before{content:"\f657"}.bi-translate:before{content:"\f658"}.bi-x-lg:before{content:"\f659"}.bi-safe:before{content:"\f65a"}.bi-apple:before{content:"\f65b"}.bi-microsoft:before{content:"\f65d"}.bi-windows:before{content:"\f65e"}.bi-behance:before{content:"\f65c"}.bi-dribbble:before{content:"\f65f"}.bi-line:before{content:"\f660"}.bi-medium:before{content:"\f661"}.bi-paypal:before{content:"\f662"}.bi-pinterest:before{content:"\f663"}.bi-signal:before{content:"\f664"}.bi-snapchat:before{content:"\f665"}.bi-spotify:before{content:"\f666"}.bi-stack-overflow:before{content:"\f667"}.bi-strava:before{content:"\f668"}.bi-wordpress:before{content:"\f669"}.bi-vimeo:before{content:"\f66a"}.bi-activity:before{content:"\f66b"}.bi-easel2-fill:before{content:"\f66c"}.bi-easel2:before{content:"\f66d"}.bi-easel3-fill:before{content:"\f66e"}.bi-easel3:before{content:"\f66f"}.bi-fan:before{content:"\f670"}.bi-fingerprint:before{content:"\f671"}.bi-graph-down-arrow:before{content:"\f672"}.bi-graph-up-arrow:before{content:"\f673"}.bi-hypnotize:before{content:"\f674"}.bi-magic:before{content:"\f675"}.bi-person-rolodex:before{content:"\f676"}.bi-person-video:before{content:"\f677"}.bi-person-video2:before{content:"\f678"}.bi-person-video3:before{content:"\f679"}.bi-person-workspace:before{content:"\f67a"}.bi-radioactive:before{content:"\f67b"}.bi-webcam-fill:before{content:"\f67c"}.bi-webcam:before{content:"\f67d"}.bi-yin-yang:before{content:"\f67e"}.bi-bandaid-fill:before{content:"\f680"}.bi-bandaid:before{content:"\f681"}.bi-bluetooth:before{content:"\f682"}.bi-body-text:before{content:"\f683"}.bi-boombox:before{content:"\f684"}.bi-boxes:before{content:"\f685"}.bi-dpad-fill:before{content:"\f686"}.bi-dpad:before{content:"\f687"}.bi-ear-fill:before{content:"\f688"}.bi-ear:before{content:"\f689"}.bi-envelope-check-1:before{content:"\f68a"}.bi-envelope-check-fill:before{content:"\f68b"}.bi-envelope-check:before{content:"\f68c"}.bi-envelope-dash-1:before{content:"\f68d"}.bi-envelope-dash-fill:before{content:"\f68e"}.bi-envelope-dash:before{content:"\f68f"}.bi-envelope-exclamation-1:before{content:"\f690"}.bi-envelope-exclamation-fill:before{content:"\f691"}.bi-envelope-exclamation:before{content:"\f692"}.bi-envelope-plus-fill:before{content:"\f693"}.bi-envelope-plus:before{content:"\f694"}.bi-envelope-slash-1:before{content:"\f695"}.bi-envelope-slash-fill:before{content:"\f696"}.bi-envelope-slash:before{content:"\f697"}.bi-envelope-x-1:before{content:"\f698"}.bi-envelope-x-fill:before{content:"\f699"}.bi-envelope-x:before{content:"\f69a"}.bi-explicit-fill:before{content:"\f69b"}.bi-explicit:before{content:"\f69c"}.bi-git:before{content:"\f69d"}.bi-infinity:before{content:"\f69e"}.bi-list-columns-reverse:before{content:"\f69f"}.bi-list-columns:before{content:"\f6a0"}.bi-meta:before{content:"\f6a1"}.bi-mortorboard-fill:before{content:"\f6a2"}.bi-mortorboard:before{content:"\f6a3"}.bi-nintendo-switch:before{content:"\f6a4"}.bi-pc-display-horizontal:before{content:"\f6a5"}.bi-pc-display:before{content:"\f6a6"}.bi-pc-horizontal:before{content:"\f6a7"}.bi-pc:before{content:"\f6a8"}.bi-playstation:before{content:"\f6a9"}.bi-plus-slash-minus:before{content:"\f6aa"}.bi-projector-fill:before{content:"\f6ab"}.bi-projector:before{content:"\f6ac"}.bi-qr-code-scan:before{content:"\f6ad"}.bi-qr-code:before{content:"\f6ae"}.bi-quora:before{content:"\f6af"}.bi-quote:before{content:"\f6b0"}.bi-robot:before{content:"\f6b1"}.bi-send-check-fill:before{content:"\f6b2"}.bi-send-check:before{content:"\f6b3"}.bi-send-dash-fill:before{content:"\f6b4"}.bi-send-dash:before{content:"\f6b5"}.bi-send-exclamation-1:before{content:"\f6b6"}.bi-send-exclamation-fill:before{content:"\f6b7"}.bi-send-exclamation:before{content:"\f6b8"}.bi-send-fill:before{content:"\f6b9"}.bi-send-plus-fill:before{content:"\f6ba"}.bi-send-plus:before{content:"\f6bb"}.bi-send-slash-fill:before{content:"\f6bc"}.bi-send-slash:before{content:"\f6bd"}.bi-send-x-fill:before{content:"\f6be"}.bi-send-x:before{content:"\f6bf"}.bi-send:before{content:"\f6c0"}.bi-steam:before{content:"\f6c1"}.bi-terminal-dash-1:before{content:"\f6c2"}.bi-terminal-dash:before{content:"\f6c3"}.bi-terminal-plus:before{content:"\f6c4"}.bi-terminal-split:before{content:"\f6c5"}.bi-ticket-detailed-fill:before{content:"\f6c6"}.bi-ticket-detailed:before{content:"\f6c7"}.bi-ticket-fill:before{content:"\f6c8"}.bi-ticket-perforated-fill:before{content:"\f6c9"}.bi-ticket-perforated:before{content:"\f6ca"}.bi-ticket:before{content:"\f6cb"}.bi-tiktok:before{content:"\f6cc"}.bi-window-dash:before{content:"\f6cd"}.bi-window-desktop:before{content:"\f6ce"}.bi-window-fullscreen:before{content:"\f6cf"}.bi-window-plus:before{content:"\f6d0"}.bi-window-split:before{content:"\f6d1"}.bi-window-stack:before{content:"\f6d2"}.bi-window-x:before{content:"\f6d3"}.bi-xbox:before{content:"\f6d4"}.bi-ethernet:before{content:"\f6d5"}.bi-hdmi-fill:before{content:"\f6d6"}.bi-hdmi:before{content:"\f6d7"}.bi-usb-c-fill:before{content:"\f6d8"}.bi-usb-c:before{content:"\f6d9"}.bi-usb-fill:before{content:"\f6da"}.bi-usb-plug-fill:before{content:"\f6db"}.bi-usb-plug:before{content:"\f6dc"}.bi-usb-symbol:before{content:"\f6dd"}.bi-usb:before{content:"\f6de"}.bi-boombox-fill:before{content:"\f6df"}.bi-displayport-1:before{content:"\f6e0"}.bi-displayport:before{content:"\f6e1"}.bi-gpu-card:before{content:"\f6e2"}.bi-memory:before{content:"\f6e3"}.bi-modem-fill:before{content:"\f6e4"}.bi-modem:before{content:"\f6e5"}.bi-motherboard-fill:before{content:"\f6e6"}.bi-motherboard:before{content:"\f6e7"}.bi-optical-audio-fill:before{content:"\f6e8"}.bi-optical-audio:before{content:"\f6e9"}.bi-pci-card:before{content:"\f6ea"}.bi-router-fill:before{content:"\f6eb"}.bi-router:before{content:"\f6ec"}.bi-ssd-fill:before{content:"\f6ed"}.bi-ssd:before{content:"\f6ee"}.bi-thunderbolt-fill:before{content:"\f6ef"}.bi-thunderbolt:before{content:"\f6f0"}.bi-usb-drive-fill:before{content:"\f6f1"}.bi-usb-drive:before{content:"\f6f2"}.bi-usb-micro-fill:before{content:"\f6f3"}.bi-usb-micro:before{content:"\f6f4"}.bi-usb-mini-fill:before{content:"\f6f5"}.bi-usb-mini:before{content:"\f6f6"}.bi-cloud-haze2:before{content:"\f6f7"}.bi-device-hdd-fill:before{content:"\f6f8"}.bi-device-hdd:before{content:"\f6f9"}.bi-device-ssd-fill:before{content:"\f6fa"}.bi-device-ssd:before{content:"\f6fb"}.bi-displayport-fill:before{content:"\f6fc"}.bi-mortarboard-fill:before{content:"\f6fd"}.bi-mortarboard:before{content:"\f6fe"}.bi-terminal-x:before{content:"\f6ff"}.bi-arrow-through-heart-fill:before{content:"\f700"}.bi-arrow-through-heart:before{content:"\f701"}.bi-badge-sd-fill:before{content:"\f702"}.bi-badge-sd:before{content:"\f703"}.bi-bag-heart-fill:before{content:"\f704"}.bi-bag-heart:before{content:"\f705"}.bi-balloon-fill:before{content:"\f706"}.bi-balloon-heart-fill:before{content:"\f707"}.bi-balloon-heart:before{content:"\f708"}.bi-balloon:before{content:"\f709"}.bi-box2-fill:before{content:"\f70a"}.bi-box2-heart-fill:before{content:"\f70b"}.bi-box2-heart:before{content:"\f70c"}.bi-box2:before{content:"\f70d"}.bi-braces-asterisk:before{content:"\f70e"}.bi-calendar-heart-fill:before{content:"\f70f"}.bi-calendar-heart:before{content:"\f710"}.bi-calendar2-heart-fill:before{content:"\f711"}.bi-calendar2-heart:before{content:"\f712"}.bi-chat-heart-fill:before{content:"\f713"}.bi-chat-heart:before{content:"\f714"}.bi-chat-left-heart-fill:before{content:"\f715"}.bi-chat-left-heart:before{content:"\f716"}.bi-chat-right-heart-fill:before{content:"\f717"}.bi-chat-right-heart:before{content:"\f718"}.bi-chat-square-heart-fill:before{content:"\f719"}.bi-chat-square-heart:before{content:"\f71a"}.bi-clipboard-check-fill:before{content:"\f71b"}.bi-clipboard-data-fill:before{content:"\f71c"}.bi-clipboard-fill:before{content:"\f71d"}.bi-clipboard-heart-fill:before{content:"\f71e"}.bi-clipboard-heart:before{content:"\f71f"}.bi-clipboard-minus-fill:before{content:"\f720"}.bi-clipboard-plus-fill:before{content:"\f721"}.bi-clipboard-pulse:before{content:"\f722"}.bi-clipboard-x-fill:before{content:"\f723"}.bi-clipboard2-check-fill:before{content:"\f724"}.bi-clipboard2-check:before{content:"\f725"}.bi-clipboard2-data-fill:before{content:"\f726"}.bi-clipboard2-data:before{content:"\f727"}.bi-clipboard2-fill:before{content:"\f728"}.bi-clipboard2-heart-fill:before{content:"\f729"}.bi-clipboard2-heart:before{content:"\f72a"}.bi-clipboard2-minus-fill:before{content:"\f72b"}.bi-clipboard2-minus:before{content:"\f72c"}.bi-clipboard2-plus-fill:before{content:"\f72d"}.bi-clipboard2-plus:before{content:"\f72e"}.bi-clipboard2-pulse-fill:before{content:"\f72f"}.bi-clipboard2-pulse:before{content:"\f730"}.bi-clipboard2-x-fill:before{content:"\f731"}.bi-clipboard2-x:before{content:"\f732"}.bi-clipboard2:before{content:"\f733"}.bi-emoji-kiss-fill:before{content:"\f734"}.bi-emoji-kiss:before{content:"\f735"}.bi-envelope-heart-fill:before{content:"\f736"}.bi-envelope-heart:before{content:"\f737"}.bi-envelope-open-heart-fill:before{content:"\f738"}.bi-envelope-open-heart:before{content:"\f739"}.bi-envelope-paper-fill:before{content:"\f73a"}.bi-envelope-paper-heart-fill:before{content:"\f73b"}.bi-envelope-paper-heart:before{content:"\f73c"}.bi-envelope-paper:before{content:"\f73d"}.bi-filetype-aac:before{content:"\f73e"}.bi-filetype-ai:before{content:"\f73f"}.bi-filetype-bmp:before{content:"\f740"}.bi-filetype-cs:before{content:"\f741"}.bi-filetype-css:before{content:"\f742"}.bi-filetype-csv:before{content:"\f743"}.bi-filetype-doc:before{content:"\f744"}.bi-filetype-docx:before{content:"\f745"}.bi-filetype-exe:before{content:"\f746"}.bi-filetype-gif:before{content:"\f747"}.bi-filetype-heic:before{content:"\f748"}.bi-filetype-html:before{content:"\f749"}.bi-filetype-java:before{content:"\f74a"}.bi-filetype-jpg:before{content:"\f74b"}.bi-filetype-js:before{content:"\f74c"}.bi-filetype-jsx:before{content:"\f74d"}.bi-filetype-key:before{content:"\f74e"}.bi-filetype-m4p:before{content:"\f74f"}.bi-filetype-md:before{content:"\f750"}.bi-filetype-mdx:before{content:"\f751"}.bi-filetype-mov:before{content:"\f752"}.bi-filetype-mp3:before{content:"\f753"}.bi-filetype-mp4:before{content:"\f754"}.bi-filetype-otf:before{content:"\f755"}.bi-filetype-pdf:before{content:"\f756"}.bi-filetype-php:before{content:"\f757"}.bi-filetype-png:before{content:"\f758"}.bi-filetype-ppt-1:before{content:"\f759"}.bi-filetype-ppt:before{content:"\f75a"}.bi-filetype-psd:before{content:"\f75b"}.bi-filetype-py:before{content:"\f75c"}.bi-filetype-raw:before{content:"\f75d"}.bi-filetype-rb:before{content:"\f75e"}.bi-filetype-sass:before{content:"\f75f"}.bi-filetype-scss:before{content:"\f760"}.bi-filetype-sh:before{content:"\f761"}.bi-filetype-svg:before{content:"\f762"}.bi-filetype-tiff:before{content:"\f763"}.bi-filetype-tsx:before{content:"\f764"}.bi-filetype-ttf:before{content:"\f765"}.bi-filetype-txt:before{content:"\f766"}.bi-filetype-wav:before{content:"\f767"}.bi-filetype-woff:before{content:"\f768"}.bi-filetype-xls-1:before{content:"\f769"}.bi-filetype-xls:before{content:"\f76a"}.bi-filetype-xml:before{content:"\f76b"}.bi-filetype-yml:before{content:"\f76c"}.bi-heart-arrow:before{content:"\f76d"}.bi-heart-pulse-fill:before{content:"\f76e"}.bi-heart-pulse:before{content:"\f76f"}.bi-heartbreak-fill:before{content:"\f770"}.bi-heartbreak:before{content:"\f771"}.bi-hearts:before{content:"\f772"}.bi-hospital-fill:before{content:"\f773"}.bi-hospital:before{content:"\f774"}.bi-house-heart-fill:before{content:"\f775"}.bi-house-heart:before{content:"\f776"}.bi-incognito:before{content:"\f777"}.bi-magnet-fill:before{content:"\f778"}.bi-magnet:before{content:"\f779"}.bi-person-heart:before{content:"\f77a"}.bi-person-hearts:before{content:"\f77b"}.bi-phone-flip:before{content:"\f77c"}.bi-plugin:before{content:"\f77d"}.bi-postage-fill:before{content:"\f77e"}.bi-postage-heart-fill:before{content:"\f77f"}.bi-postage-heart:before{content:"\f780"}.bi-postage:before{content:"\f781"}.bi-postcard-fill:before{content:"\f782"}.bi-postcard-heart-fill:before{content:"\f783"}.bi-postcard-heart:before{content:"\f784"}.bi-postcard:before{content:"\f785"}.bi-search-heart-fill:before{content:"\f786"}.bi-search-heart:before{content:"\f787"}.bi-sliders2-vertical:before{content:"\f788"}.bi-sliders2:before{content:"\f789"}.bi-trash3-fill:before{content:"\f78a"}.bi-trash3:before{content:"\f78b"}.bi-valentine:before{content:"\f78c"}.bi-valentine2:before{content:"\f78d"}.bi-wrench-adjustable-circle-fill:before{content:"\f78e"}.bi-wrench-adjustable-circle:before{content:"\f78f"}.bi-wrench-adjustable:before{content:"\f790"}.bi-filetype-json:before{content:"\f791"}.bi-filetype-pptx:before{content:"\f792"}.bi-filetype-xlsx:before{content:"\f793"}.bi-1-circle-1:before{content:"\f794"}.bi-1-circle-fill-1:before{content:"\f795"}.bi-1-circle-fill:before{content:"\f796"}.bi-1-circle:before{content:"\f797"}.bi-1-square-fill:before{content:"\f798"}.bi-1-square:before{content:"\f799"}.bi-2-circle-1:before{content:"\f79a"}.bi-2-circle-fill-1:before{content:"\f79b"}.bi-2-circle-fill:before{content:"\f79c"}.bi-2-circle:before{content:"\f79d"}.bi-2-square-fill:before{content:"\f79e"}.bi-2-square:before{content:"\f79f"}.bi-3-circle-1:before{content:"\f7a0"}.bi-3-circle-fill-1:before{content:"\f7a1"}.bi-3-circle-fill:before{content:"\f7a2"}.bi-3-circle:before{content:"\f7a3"}.bi-3-square-fill:before{content:"\f7a4"}.bi-3-square:before{content:"\f7a5"}.bi-4-circle-1:before{content:"\f7a6"}.bi-4-circle-fill-1:before{content:"\f7a7"}.bi-4-circle-fill:before{content:"\f7a8"}.bi-4-circle:before{content:"\f7a9"}.bi-4-square-fill:before{content:"\f7aa"}.bi-4-square:before{content:"\f7ab"}.bi-5-circle-1:before{content:"\f7ac"}.bi-5-circle-fill-1:before{content:"\f7ad"}.bi-5-circle-fill:before{content:"\f7ae"}.bi-5-circle:before{content:"\f7af"}.bi-5-square-fill:before{content:"\f7b0"}.bi-5-square:before{content:"\f7b1"}.bi-6-circle-1:before{content:"\f7b2"}.bi-6-circle-fill-1:before{content:"\f7b3"}.bi-6-circle-fill:before{content:"\f7b4"}.bi-6-circle:before{content:"\f7b5"}.bi-6-square-fill:before{content:"\f7b6"}.bi-6-square:before{content:"\f7b7"}.bi-7-circle-1:before{content:"\f7b8"}.bi-7-circle-fill-1:before{content:"\f7b9"}.bi-7-circle-fill:before{content:"\f7ba"}.bi-7-circle:before{content:"\f7bb"}.bi-7-square-fill:before{content:"\f7bc"}.bi-7-square:before{content:"\f7bd"}.bi-8-circle-1:before{content:"\f7be"}.bi-8-circle-fill-1:before{content:"\f7bf"}.bi-8-circle-fill:before{content:"\f7c0"}.bi-8-circle:before{content:"\f7c1"}.bi-8-square-fill:before{content:"\f7c2"}.bi-8-square:before{content:"\f7c3"}.bi-9-circle-1:before{content:"\f7c4"}.bi-9-circle-fill-1:before{content:"\f7c5"}.bi-9-circle-fill:before{content:"\f7c6"}.bi-9-circle:before{content:"\f7c7"}.bi-9-square-fill:before{content:"\f7c8"}.bi-9-square:before{content:"\f7c9"}.bi-airplane-engines-fill:before{content:"\f7ca"}.bi-airplane-engines:before{content:"\f7cb"}.bi-airplane-fill:before{content:"\f7cc"}.bi-airplane:before{content:"\f7cd"}.bi-alexa:before{content:"\f7ce"}.bi-alipay:before{content:"\f7cf"}.bi-android:before{content:"\f7d0"}.bi-android2:before{content:"\f7d1"}.bi-box-fill:before{content:"\f7d2"}.bi-box-seam-fill:before{content:"\f7d3"}.bi-browser-chrome:before{content:"\f7d4"}.bi-browser-edge:before{content:"\f7d5"}.bi-browser-firefox:before{content:"\f7d6"}.bi-browser-safari:before{content:"\f7d7"}.bi-c-circle-1:before{content:"\f7d8"}.bi-c-circle-fill-1:before{content:"\f7d9"}.bi-c-circle-fill:before{content:"\f7da"}.bi-c-circle:before{content:"\f7db"}.bi-c-square-fill:before{content:"\f7dc"}.bi-c-square:before{content:"\f7dd"}.bi-capsule-pill:before{content:"\f7de"}.bi-capsule:before{content:"\f7df"}.bi-car-front-fill:before{content:"\f7e0"}.bi-car-front:before{content:"\f7e1"}.bi-cassette-fill:before{content:"\f7e2"}.bi-cassette:before{content:"\f7e3"}.bi-cc-circle-1:before{content:"\f7e4"}.bi-cc-circle-fill-1:before{content:"\f7e5"}.bi-cc-circle-fill:before{content:"\f7e6"}.bi-cc-circle:before{content:"\f7e7"}.bi-cc-square-fill:before{content:"\f7e8"}.bi-cc-square:before{content:"\f7e9"}.bi-cup-hot-fill:before{content:"\f7ea"}.bi-cup-hot:before{content:"\f7eb"}.bi-currency-rupee:before{content:"\f7ec"}.bi-dropbox:before{content:"\f7ed"}.bi-escape:before{content:"\f7ee"}.bi-fast-forward-btn-fill:before{content:"\f7ef"}.bi-fast-forward-btn:before{content:"\f7f0"}.bi-fast-forward-circle-fill:before{content:"\f7f1"}.bi-fast-forward-circle:before{content:"\f7f2"}.bi-fast-forward-fill:before{content:"\f7f3"}.bi-fast-forward:before{content:"\f7f4"}.bi-filetype-sql:before{content:"\f7f5"}.bi-fire:before{content:"\f7f6"}.bi-google-play:before{content:"\f7f7"}.bi-h-circle-1:before{content:"\f7f8"}.bi-h-circle-fill-1:before{content:"\f7f9"}.bi-h-circle-fill:before{content:"\f7fa"}.bi-h-circle:before{content:"\f7fb"}.bi-h-square-fill:before{content:"\f7fc"}.bi-h-square:before{content:"\f7fd"}.bi-indent:before{content:"\f7fe"}.bi-lungs-fill:before{content:"\f7ff"}.bi-lungs:before{content:"\f800"}.bi-microsoft-teams:before{content:"\f801"}.bi-p-circle-1:before{content:"\f802"}.bi-p-circle-fill-1:before{content:"\f803"}.bi-p-circle-fill:before{content:"\f804"}.bi-p-circle:before{content:"\f805"}.bi-p-square-fill:before{content:"\f806"}.bi-p-square:before{content:"\f807"}.bi-pass-fill:before{content:"\f808"}.bi-pass:before{content:"\f809"}.bi-prescription:before{content:"\f80a"}.bi-prescription2:before{content:"\f80b"}.bi-r-circle-1:before{content:"\f80c"}.bi-r-circle-fill-1:before{content:"\f80d"}.bi-r-circle-fill:before{content:"\f80e"}.bi-r-circle:before{content:"\f80f"}.bi-r-square-fill:before{content:"\f810"}.bi-r-square:before{content:"\f811"}.bi-repeat-1:before{content:"\f812"}.bi-repeat:before{content:"\f813"}.bi-rewind-btn-fill:before{content:"\f814"}.bi-rewind-btn:before{content:"\f815"}.bi-rewind-circle-fill:before{content:"\f816"}.bi-rewind-circle:before{content:"\f817"}.bi-rewind-fill:before{content:"\f818"}.bi-rewind:before{content:"\f819"}.bi-train-freight-front-fill:before{content:"\f81a"}.bi-train-freight-front:before{content:"\f81b"}.bi-train-front-fill:before{content:"\f81c"}.bi-train-front:before{content:"\f81d"}.bi-train-lightrail-front-fill:before{content:"\f81e"}.bi-train-lightrail-front:before{content:"\f81f"}.bi-truck-front-fill:before{content:"\f820"}.bi-truck-front:before{content:"\f821"}.bi-ubuntu:before{content:"\f822"}.bi-unindent:before{content:"\f823"}.bi-unity:before{content:"\f824"}.bi-universal-access-circle:before{content:"\f825"}.bi-universal-access:before{content:"\f826"}.bi-virus:before{content:"\f827"}.bi-virus2:before{content:"\f828"}.bi-wechat:before{content:"\f829"}.bi-yelp:before{content:"\f82a"}.bi-sign-stop-fill:before{content:"\f82b"}.bi-sign-stop-lights-fill:before{content:"\f82c"}.bi-sign-stop-lights:before{content:"\f82d"}.bi-sign-stop:before{content:"\f82e"}.bi-sign-turn-left-fill:before{content:"\f82f"}.bi-sign-turn-left:before{content:"\f830"}.bi-sign-turn-right-fill:before{content:"\f831"}.bi-sign-turn-right:before{content:"\f832"}.bi-sign-turn-slight-left-fill:before{content:"\f833"}.bi-sign-turn-slight-left:before{content:"\f834"}.bi-sign-turn-slight-right-fill:before{content:"\f835"}.bi-sign-turn-slight-right:before{content:"\f836"}.bi-sign-yield-fill:before{content:"\f837"}.bi-sign-yield:before{content:"\f838"}.bi-ev-station-fill:before{content:"\f839"}.bi-ev-station:before{content:"\f83a"}.bi-fuel-pump-diesel-fill:before{content:"\f83b"}.bi-fuel-pump-diesel:before{content:"\f83c"}.bi-fuel-pump-fill:before{content:"\f83d"}.bi-fuel-pump:before{content:"\f83e"}@font-face{font-family:saol_displayregular;font-style:normal;font-weight:400;src:url(/static/media/saoldisplay-regular-webfont.6553af19a21a0118a5ba.woff2) format("woff2"),url(/static/media/saoldisplay-regular-webfont.931db9bd2968f2b52d67.woff) format("woff")}.bg-dark-100{background:#1b1b1b}.bg-dark-200{background:#212121}.bg-dark-300{background:#2e2e2e}.bg-dark-400{background:#545454}.bg-dark-500{background:#262626}.bg-gray-100{background:#f2f2f2}.bg-gray-200{background:#f8f8f8}.bg-gray-300{background:#e6e6e6}.bg-gray-400{background:#b2b2b2}.bg-gray-500{background:#54595f}.bg-gray-600{background:#999}.bg-light{background:#f8f8f8}.bg-olive{background:#ffca08}.text-dark-100{color:#1b1b1b}.text-dark-200{color:#212121}.text-dark-300{color:#2e2e2e}.text-dark-400{color:#545454}.text-dark-500{color:#262626}.text-gray-100{color:#f2f2f2}.text-gray-200{color:#f8f8f8}.text-gray-300{color:#e6e6e6}.text-gray-400{color:#b2b2b2}.text-gray-500{color:#54595f}.text-gray-600{color:#999}.text-light{color:#f8f8f8}.text-olive{color:#ffca08}

/*!
 * Bootstrap v5.2.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--mrittik-gray-100:#f2f2f2;--mrittik-gray-200:#f8f8f8;--mrittik-gray-300:#e6e6e6;--mrittik-gray-400:#b2b2b2;--mrittik-gray-500:#54595f;--mrittik-gray-600:#999;--mrittik-gray-700:#495057;--mrittik-gray-800:#343a40;--mrittik-gray-900:#212529;--mrittik-dark:#1b1b1b;--mrittik-black:#000;--mrittik-white:#fff;--mrittik-gray:#f2f2f2;--mrittik-dark-rgb:27,27,27;--mrittik-gray-rgb:242,242,242;--mrittik-white-rgb:255,255,255;--mrittik-black-rgb:0,0,0;--mrittik-body-color-rgb:33,37,41;--mrittik-body-bg-rgb:255,255,255;--mrittik-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--mrittik-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--mrittik-gradient:linear-gradient(180deg,#ffffff26,#fff0);--mrittik-body-font-family:Montserrat,sans-serif;--mrittik-body-font-size:1rem;--mrittik-body-font-weight:400;--mrittik-body-line-height:1.5;--mrittik-body-color:#212529;--mrittik-body-bg:#fff;--mrittik-border-width:1px;--mrittik-border-style:solid;--mrittik-border-color:#e6e6e6;--mrittik-border-color-translucent:rgba(0,0,0,.175);--mrittik-border-radius:0.375rem;--mrittik-border-radius-sm:0.25rem;--mrittik-border-radius-lg:0.5rem;--mrittik-border-radius-xl:1rem;--mrittik-border-radius-2xl:2rem;--mrittik-border-radius-pill:50rem;--mrittik-heading-color: ;--mrittik-link-color:#0d6efd;--mrittik-link-hover-color:#0a58ca;--mrittik-code-color:#d63384;--mrittik-highlight-bg:#fff3cd}*,:after,:before{box-sizing:border-box}@media screen and (min-width:100px){.mystyleforslider{min-height:100vh}}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);color:#212529;color:var(--mrittik-body-color);font-family:var(--mrittik-body-font-family);font-size:var(--mrittik-body-font-size);font-weight:400;font-weight:var(--mrittik-body-font-weight);line-height:1.5;line-height:var(--mrittik-body-line-height);text-align:var(--mrittik-body-text-align)}hr{border:0;border-top:1px solid;color:inherit;margin:1rem 0;opacity:.25}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:var(--mrittik-heading-color);font-weight:500;line-height:1.2;margin-bottom:.5rem}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}p{margin-bottom:1rem;margin-top:0}abbr[title]{cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit;margin-bottom:1rem}ol,ul{padding-left:2rem}dl,ol,ul{margin-bottom:1rem;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{background-color:#fff3cd;background-color:var(--mrittik-highlight-bg);padding:.1875em}sub,sup{font-size:.75em;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;color:var(--mrittik-link-color);text-decoration:underline}a:hover{color:#0a58ca;color:var(--mrittik-link-hover-color)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-family:var(--mrittik-font-monospace);font-size:1em}pre{display:block;font-size:.875em;margin-bottom:1rem;margin-top:0;overflow:auto}pre code{color:inherit;font-size:inherit;word-break:normal}code{word-wrap:break-word;color:#d63384;color:var(--mrittik-code-color);font-size:.875em}a>code{color:inherit}kbd{background-color:#212529;background-color:var(--mrittik-body-color);border-radius:.25rem;color:#fff;color:var(--mrittik-body-bg);font-size:.875em;padding:.1875rem .375rem}kbd kbd{font-size:1em;padding:0}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{border-collapse:collapse;caption-side:bottom}caption{color:#212529bf;color:rgba(var(--mrittik-body-color-rgb),.75);padding-bottom:.5rem;padding-top:.5rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{border-style:none;padding:0}textarea{resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{float:left;font-size:calc(1.275rem + .3vw);line-height:inherit;margin-bottom:.5rem;padding:0;width:100%}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}::file-selector-button{-webkit-appearance:button;font:inherit}output{display:inline-block}iframe{border:0}summary{cursor:pointer;display:list-item}progress{vertical-align:initial}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{font-size:1.25rem;margin-bottom:1rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{color:#999;font-size:.875em;margin-bottom:1rem;margin-top:-1rem}.blockquote-footer:before{content:"\2014\00A0"}.img-fluid,.img-thumbnail{height:auto;max-width:100%}.img-thumbnail{background-color:#fff;border:1px solid #e6e6e6;border:1px solid var(--mrittik-border-color);border-radius:.375rem;padding:.25rem}.figure{display:inline-block}.figure-img{line-height:1;margin-bottom:.5rem}.figure-caption{color:#999;font-size:.875em}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--mrittik-gutter-x:1.5rem;--mrittik-gutter-y:0;margin-left:auto;margin-right:auto;padding-left:calc(var(--mrittik-gutter-x)*.5);padding-right:calc(var(--mrittik-gutter-x)*.5);width:100%}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--mrittik-gutter-x:1.5rem;--mrittik-gutter-y:0;display:flex;flex-wrap:wrap;margin-left:calc(var(--mrittik-gutter-x)*-.5);margin-right:calc(var(--mrittik-gutter-x)*-.5);margin-top:calc(var(--mrittik-gutter-y)*-1)}.row>*{flex-shrink:0;margin-top:var(--mrittik-gutter-y);max-width:100%;padding-left:calc(var(--mrittik-gutter-x)*.5);padding-right:calc(var(--mrittik-gutter-x)*.5);width:100%}.col{flex:1 0}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333%}.col-2{flex:0 0 auto;width:16.66667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333%}.col-5{flex:0 0 auto;width:41.66667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333%}.col-8{flex:0 0 auto;width:66.66667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333%}.col-11{flex:0 0 auto;width:91.66667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}.g-0,.gx-0{--mrittik-gutter-x:0}.g-0,.gy-0{--mrittik-gutter-y:0}.g-1,.gx-1{--mrittik-gutter-x:0.25rem}.g-1,.gy-1{--mrittik-gutter-y:0.25rem}.g-2,.gx-2{--mrittik-gutter-x:0.5rem}.g-2,.gy-2{--mrittik-gutter-y:0.5rem}.g-3,.gx-3{--mrittik-gutter-x:1rem}.g-3,.gy-3{--mrittik-gutter-y:1rem}.g-4,.gx-4{--mrittik-gutter-x:1.5rem}.g-4,.gy-4{--mrittik-gutter-y:1.5rem}.g-5,.gx-5{--mrittik-gutter-x:3rem}.g-5,.gy-5{--mrittik-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333%}.col-sm-2{flex:0 0 auto;width:16.66667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333%}.col-sm-5{flex:0 0 auto;width:41.66667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333%}.col-sm-8{flex:0 0 auto;width:66.66667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333%}.col-sm-11{flex:0 0 auto;width:91.66667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}.g-sm-0,.gx-sm-0{--mrittik-gutter-x:0}.g-sm-0,.gy-sm-0{--mrittik-gutter-y:0}.g-sm-1,.gx-sm-1{--mrittik-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--mrittik-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--mrittik-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--mrittik-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--mrittik-gutter-x:1rem}.g-sm-3,.gy-sm-3{--mrittik-gutter-y:1rem}.g-sm-4,.gx-sm-4{--mrittik-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--mrittik-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--mrittik-gutter-x:3rem}.g-sm-5,.gy-sm-5{--mrittik-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333%}.col-md-2{flex:0 0 auto;width:16.66667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333%}.col-md-5{flex:0 0 auto;width:41.66667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333%}.col-md-8{flex:0 0 auto;width:66.66667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333%}.col-md-11{flex:0 0 auto;width:91.66667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}.g-md-0,.gx-md-0{--mrittik-gutter-x:0}.g-md-0,.gy-md-0{--mrittik-gutter-y:0}.g-md-1,.gx-md-1{--mrittik-gutter-x:0.25rem}.g-md-1,.gy-md-1{--mrittik-gutter-y:0.25rem}.g-md-2,.gx-md-2{--mrittik-gutter-x:0.5rem}.g-md-2,.gy-md-2{--mrittik-gutter-y:0.5rem}.g-md-3,.gx-md-3{--mrittik-gutter-x:1rem}.g-md-3,.gy-md-3{--mrittik-gutter-y:1rem}.g-md-4,.gx-md-4{--mrittik-gutter-x:1.5rem}.g-md-4,.gy-md-4{--mrittik-gutter-y:1.5rem}.g-md-5,.gx-md-5{--mrittik-gutter-x:3rem}.g-md-5,.gy-md-5{--mrittik-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333%}.col-lg-2{flex:0 0 auto;width:16.66667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333%}.col-lg-5{flex:0 0 auto;width:41.66667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333%}.col-lg-8{flex:0 0 auto;width:66.66667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333%}.col-lg-11{flex:0 0 auto;width:91.66667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}.g-lg-0,.gx-lg-0{--mrittik-gutter-x:0}.g-lg-0,.gy-lg-0{--mrittik-gutter-y:0}.g-lg-1,.gx-lg-1{--mrittik-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--mrittik-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--mrittik-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--mrittik-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--mrittik-gutter-x:1rem}.g-lg-3,.gy-lg-3{--mrittik-gutter-y:1rem}.g-lg-4,.gx-lg-4{--mrittik-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--mrittik-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--mrittik-gutter-x:3rem}.g-lg-5,.gy-lg-5{--mrittik-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333%}.col-xl-2{flex:0 0 auto;width:16.66667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333%}.col-xl-5{flex:0 0 auto;width:41.66667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333%}.col-xl-8{flex:0 0 auto;width:66.66667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333%}.col-xl-11{flex:0 0 auto;width:91.66667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}.g-xl-0,.gx-xl-0{--mrittik-gutter-x:0}.g-xl-0,.gy-xl-0{--mrittik-gutter-y:0}.g-xl-1,.gx-xl-1{--mrittik-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--mrittik-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--mrittik-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--mrittik-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--mrittik-gutter-x:1rem}.g-xl-3,.gy-xl-3{--mrittik-gutter-y:1rem}.g-xl-4,.gx-xl-4{--mrittik-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--mrittik-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--mrittik-gutter-x:3rem}.g-xl-5,.gy-xl-5{--mrittik-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333%}.col-xxl-2{flex:0 0 auto;width:16.66667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333%}.col-xxl-5{flex:0 0 auto;width:41.66667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333%}.col-xxl-8{flex:0 0 auto;width:66.66667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333%}.col-xxl-11{flex:0 0 auto;width:91.66667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333%}.offset-xxl-2{margin-left:16.66667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333%}.offset-xxl-5{margin-left:41.66667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333%}.offset-xxl-8{margin-left:66.66667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333%}.offset-xxl-11{margin-left:91.66667%}.g-xxl-0,.gx-xxl-0{--mrittik-gutter-x:0}.g-xxl-0,.gy-xxl-0{--mrittik-gutter-y:0}.g-xxl-1,.gx-xxl-1{--mrittik-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--mrittik-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--mrittik-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--mrittik-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--mrittik-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--mrittik-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--mrittik-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--mrittik-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--mrittik-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--mrittik-gutter-y:3rem}}.table{--mrittik-table-color:var(--mrittik-body-color);--mrittik-table-bg:#0000;--mrittik-table-border-color:var(--mrittik-border-color);--mrittik-table-accent-bg:#0000;--mrittik-table-striped-color:var(--mrittik-body-color);--mrittik-table-striped-bg:#0000000d;--mrittik-table-active-color:var(--mrittik-body-color);--mrittik-table-active-bg:#0000001a;--mrittik-table-hover-color:var(--mrittik-body-color);--mrittik-table-hover-bg:rgba(0,0,0,.075);border-color:var(--mrittik-table-border-color);color:var(--mrittik-table-color);margin-bottom:1rem;vertical-align:top;width:100%}.table>:not(caption)>*>*{background-color:var(--mrittik-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--mrittik-table-accent-bg);padding:.5rem}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped-columns>:not(caption)>tr>:nth-child(2n),.table-striped>tbody>tr:nth-of-type(odd)>*{--mrittik-table-accent-bg:var(--mrittik-table-striped-bg);color:var(--mrittik-table-striped-color)}.table-active{--mrittik-table-accent-bg:var(--mrittik-table-active-bg);color:var(--mrittik-table-active-color)}.table-hover>tbody>tr:hover>*{--mrittik-table-accent-bg:var(--mrittik-table-hover-bg);color:var(--mrittik-table-hover-color)}.table-primary{--mrittik-table-color:#000;--mrittik-table-bg:#cfe2ff;--mrittik-table-border-color:#bacbe6;--mrittik-table-striped-bg:#c5d7f2;--mrittik-table-striped-color:#000;--mrittik-table-active-bg:#bacbe6;--mrittik-table-active-color:#000;--mrittik-table-hover-bg:#bfd1ec;--mrittik-table-hover-color:#000}.table-primary,.table-secondary{border-color:var(--mrittik-table-border-color);color:var(--mrittik-table-color)}.table-secondary{--mrittik-table-color:#000;--mrittik-table-bg:#ebebeb;--mrittik-table-border-color:#d4d4d4;--mrittik-table-striped-bg:#dfdfdf;--mrittik-table-striped-color:#000;--mrittik-table-active-bg:#d4d4d4;--mrittik-table-active-color:#000;--mrittik-table-hover-bg:#d9d9d9;--mrittik-table-hover-color:#000}.table-success{--mrittik-table-color:#000;--mrittik-table-bg:#d1e7dd;--mrittik-table-border-color:#bcd0c7;--mrittik-table-striped-bg:#c7dbd2;--mrittik-table-striped-color:#000;--mrittik-table-active-bg:#bcd0c7;--mrittik-table-active-color:#000;--mrittik-table-hover-bg:#c1d6cc;--mrittik-table-hover-color:#000}.table-info,.table-success{border-color:var(--mrittik-table-border-color);color:var(--mrittik-table-color)}.table-info{--mrittik-table-color:#000;--mrittik-table-bg:#cff4fc;--mrittik-table-border-color:#badce3;--mrittik-table-striped-bg:#c5e8ef;--mrittik-table-striped-color:#000;--mrittik-table-active-bg:#badce3;--mrittik-table-active-color:#000;--mrittik-table-hover-bg:#bfe2e9;--mrittik-table-hover-color:#000}.table-warning{--mrittik-table-color:#000;--mrittik-table-bg:#fff3cd;--mrittik-table-border-color:#e6dbb9;--mrittik-table-striped-bg:#f2e7c3;--mrittik-table-striped-color:#000;--mrittik-table-active-bg:#e6dbb9;--mrittik-table-active-color:#000;--mrittik-table-hover-bg:#ece1be;--mrittik-table-hover-color:#000}.table-danger,.table-warning{border-color:var(--mrittik-table-border-color);color:var(--mrittik-table-color)}.table-danger{--mrittik-table-color:#000;--mrittik-table-bg:#f8d7da;--mrittik-table-border-color:#dfc2c4;--mrittik-table-striped-bg:#eccccf;--mrittik-table-striped-color:#000;--mrittik-table-active-bg:#dfc2c4;--mrittik-table-active-color:#000;--mrittik-table-hover-bg:#e5c7ca;--mrittik-table-hover-color:#000}.table-light{--mrittik-table-color:#000;--mrittik-table-bg:#f2f2f2;--mrittik-table-border-color:#dadada;--mrittik-table-striped-bg:#e6e6e6;--mrittik-table-striped-color:#000;--mrittik-table-active-bg:#dadada;--mrittik-table-active-color:#000;--mrittik-table-hover-bg:#e0e0e0;--mrittik-table-hover-color:#000}.table-dark,.table-light{border-color:var(--mrittik-table-border-color);color:var(--mrittik-table-color)}.table-dark{--mrittik-table-color:#fff;--mrittik-table-bg:#212529;--mrittik-table-border-color:#373b3e;--mrittik-table-striped-bg:#2c3034;--mrittik-table-striped-color:#fff;--mrittik-table-active-bg:#373b3e;--mrittik-table-active-color:#fff;--mrittik-table-hover-bg:#323539;--mrittik-table-hover-color:#fff}.table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}@media (max-width:575.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;overflow-x:auto}.about_image img:last-child{bottom:695px;left:20px;position:absolute}.about_image{position:relative}.mb-clearfix{padding:50px}}@media (max-width:767.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:991.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:1199.98px){.table-responsive-xl{-webkit-overflow-scrolling:touch;overflow-x:auto}.about_image img.line_frame_2{left:350px;position:absolute;right:20px;top:40px;z-index:-1}}@media (max-width:1399.98px){.table-responsive-xxl{-webkit-overflow-scrolling:touch;overflow-x:auto}}.form-label{margin-bottom:.5rem}.col-form-label{font-size:inherit;line-height:1.5;margin-bottom:0;padding-bottom:calc(.375rem + 1px);padding-top:calc(.375rem + 1px)}.col-form-label-lg{font-size:1.25rem;padding-bottom:calc(.5rem + 1px);padding-top:calc(.5rem + 1px)}.col-form-label-sm{font-size:.875rem;padding-bottom:calc(.25rem + 1px);padding-top:calc(.25rem + 1px)}.form-text{color:#212529bf;color:rgba(var(--mrittik-body-color-rgb),.75);font-size:.875em;margin-top:.25rem}.form-control{-webkit-appearance:none;appearance:none;background-clip:padding-box;background-color:#fff;border:1px solid #b2b2b2;border-radius:.375rem;color:#212529;display:block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{background-color:#fff;border-color:#86b7fe;box-shadow:0 0 0 .25rem #0d6efd40;color:#212529;outline:0}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::placeholder{color:#999;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#f8f8f8;opacity:1}.form-control::-webkit-file-upload-button{background-color:#f8f8f8;border:0 solid;border-color:inherit;border-inline-end-width:1px;border-radius:0;color:#212529;margin:-.375rem -.75rem;margin-inline-end:.75rem;padding:.375rem .75rem;pointer-events:none;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::file-selector-button{background-color:#f8f8f8;border:0 solid;border-color:inherit;border-inline-end-width:1px;border-radius:0;color:#212529;margin:-.375rem -.75rem;margin-inline-end:.75rem;padding:.375rem .75rem;pointer-events:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#ececec}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#ececec}.form-control-plaintext{background-color:initial;border:solid #0000;border-width:1px 0;color:#212529;display:block;line-height:1.5;margin-bottom:0;padding:.375rem 0;width:100%}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{border-radius:.25rem;font-size:.875rem;min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem}.form-control-sm::-webkit-file-upload-button{margin:-.25rem -.5rem;margin-inline-end:.5rem;padding:.25rem .5rem}.form-control-sm::file-selector-button{margin:-.25rem -.5rem;margin-inline-end:.5rem;padding:.25rem .5rem}.form-control-lg{border-radius:.5rem;font-size:1.25rem;min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem}.form-control-lg::-webkit-file-upload-button{margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 1rem}.form-control-lg::file-selector-button{margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 1rem}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{height:auto;padding:.375rem;width:3rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border-radius:.375rem;height:1.5em}.form-control-color::-webkit-color-swatch{border-radius:.375rem;height:1.5em}.form-select{-moz-padding-start:calc(.75rem - 3px);-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;border:1px solid #b2b2b2;border-radius:.375rem;color:#212529;display:block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem 2.25rem .375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem #0d6efd40;outline:0}.form-select[multiple],.form-select[size]:not([size="1"]){background-image:none;padding-right:.75rem}.form-select:disabled{background-color:#f8f8f8}.form-select:-moz-focusring{color:#0000;text-shadow:0 0 0 #212529}.form-select-sm{border-radius:.25rem;font-size:.875rem;padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}.form-select-lg{border-radius:.5rem;font-size:1.25rem;padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}.form-check{display:block;margin-bottom:.125rem;min-height:1.5rem;padding-left:1.5em}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-left:0;padding-right:1.5em;text-align:right}.form-check-reverse .form-check-input{float:right;margin-left:0;margin-right:-1.5em}.form-check-input{-webkit-appearance:none;appearance:none;background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:contain;border:1px solid #00000040;height:1em;margin-top:.25em;-webkit-print-color-adjust:exact;print-color-adjust:exact;vertical-align:top;width:1em}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem #0d6efd40;outline:0}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");border-color:#0d6efd}.form-check-input:disabled{filter:none;opacity:.5;pointer-events:none}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");background-position:0;border-radius:2em;margin-left:-2.5em;transition:background-position .15s ease-in-out;width:2em}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2386b7fe'/%3E%3C/svg%3E")}.form-switch .form-check-input:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");background-position:100%}.form-switch.form-check-reverse{padding-left:0;padding-right:2.5em}.form-switch.form-check-reverse .form-check-input{margin-left:0;margin-right:-2.5em}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{filter:none;opacity:.65;pointer-events:none}.form-range{-webkit-appearance:none;appearance:none;background-color:initial;height:1.5rem;padding:0;width:100%}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #0d6efd40}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #0d6efd40}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{background-color:#e6e6e6;border-color:#0000;border-radius:1rem;color:#0000;cursor:pointer;height:.5rem;width:100%}.form-range::-moz-range-thumb{appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;height:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{background-color:#e6e6e6;border-color:#0000;border-radius:1rem;color:#0000;cursor:pointer;height:.5rem;width:100%}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#54595f}.form-range:disabled::-moz-range-thumb{background-color:#54595f}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{border:1px solid #0000;height:100%;left:0;padding:1rem .75rem;pointer-events:none;position:absolute;top:0;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder{color:#0000}.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill{padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-select{padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label{border-width:1px 0}.input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.input-group>.form-control,.input-group>.form-select{flex:1 1 auto;min-width:0;position:relative;width:1%}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{align-items:center;background-color:#f8f8f8;border:1px solid #b2b2b2;border-radius:.375rem;color:#212529;display:flex;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;white-space:nowrap}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{border-radius:.5rem;font-size:1.25rem;padding:.5rem 1rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{border-radius:.25rem;font-size:.875rem;padding:.25rem .5rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-bottom-right-radius:0;border-top-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}.valid-feedback{color:#198754;display:none;font-size:.875em;margin-top:.25rem;width:100%}.valid-tooltip{background-color:#198754e6;border-radius:.375rem;color:#fff;display:none;font-size:.875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#198754;padding-right:calc(1.5em + .75rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem #19875440}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);padding-right:4.125rem}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem #19875440}.form-control-color.is-valid,.was-validated .form-control-color:valid{width:calc(3.75rem + 1.5em)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem #19875440}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated
.input-group .form-select:valid,.was-validated .input-group .form-control:valid{z-index:1}.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated
.input-group .form-select:valid:focus,.was-validated .input-group .form-control:valid:focus{z-index:3}.invalid-feedback{color:#dc3545;display:none;font-size:.875em;margin-top:.25rem;width:100%}.invalid-tooltip{background-color:#dc3545e6;border-radius:.375rem;color:#fff;display:none;font-size:.875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#dc3545;padding-right:calc(1.5em + .75rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem #dc354540}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);padding-right:4.125rem}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem #dc354540}.form-control-color.is-invalid,.was-validated .form-control-color:invalid{width:calc(3.75rem + 1.5em)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem #dc354540}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated
.input-group .form-select:invalid,.was-validated .input-group .form-control:invalid{z-index:2}.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated
.input-group .form-select:invalid:focus,.was-validated .input-group .form-control:invalid:focus{z-index:3}.btn{--mrittik-btn-padding-x:0.75rem;--mrittik-btn-padding-y:0.375rem;--mrittik-btn-font-family: ;--mrittik-btn-font-size:1rem;--mrittik-btn-font-weight:400;--mrittik-btn-line-height:1.5;--mrittik-btn-color:#212529;--mrittik-btn-bg:#0000;--mrittik-btn-border-width:1px;--mrittik-btn-border-color:#0000;--mrittik-btn-border-radius:0.375rem;--mrittik-btn-box-shadow:inset 0 1px 0 #ffffff26,0 1px 1px rgba(0,0,0,.075);--mrittik-btn-disabled-opacity:0.65;--mrittik-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--mrittik-btn-focus-shadow-rgb),.5);background-color:var(--mrittik-btn-bg);border:var(--mrittik-btn-border-width) solid var(--mrittik-btn-border-color);border-radius:var(--mrittik-btn-border-radius);color:var(--mrittik-btn-color);font-family:var(--mrittik-btn-font-family);font-size:var(--mrittik-btn-font-size);font-weight:var(--mrittik-btn-font-weight);line-height:var(--mrittik-btn-line-height);padding:var(--mrittik-btn-padding-y) var(--mrittik-btn-padding-x);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;user-select:none;vertical-align:middle}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn-check:focus+.btn,.btn:focus,.btn:hover{background-color:var(--mrittik-btn-hover-bg);border-color:var(--mrittik-btn-hover-border-color);color:var(--mrittik-btn-hover-color)}.btn-check:focus+.btn,.btn:focus{box-shadow:var(--mrittik-btn-focus-box-shadow);outline:0}.btn-check:active+.btn,.btn-check:checked+.btn,.btn.active,.btn.show,.btn:active{background-color:var(--mrittik-btn-active-bg);border-color:var(--mrittik-btn-active-border-color);color:var(--mrittik-btn-active-color)}.btn-check:active+.btn:focus,.btn-check:checked+.btn:focus,.btn.active:focus,.btn.show:focus,.btn:active:focus{box-shadow:var(--mrittik-btn-focus-box-shadow)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{background-color:var(--mrittik-btn-disabled-bg);border-color:var(--mrittik-btn-disabled-border-color);color:var(--mrittik-btn-disabled-color);opacity:var(--mrittik-btn-disabled-opacity);pointer-events:none}.btn-dark{--mrittik-btn-color:#fff;--mrittik-btn-bg:#1b1b1b;--mrittik-btn-border-color:#1b1b1b;--mrittik-btn-hover-color:#fff;--mrittik-btn-hover-bg:#171717;--mrittik-btn-hover-border-color:#161616;--mrittik-btn-focus-shadow-rgb:61,61,61;--mrittik-btn-active-color:#fff;--mrittik-btn-active-bg:#161616;--mrittik-btn-active-border-color:#141414;--mrittik-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--mrittik-btn-disabled-color:#fff;--mrittik-btn-disabled-bg:#1b1b1b;--mrittik-btn-disabled-border-color:#1b1b1b}.btn-black{--mrittik-btn-color:#fff;--mrittik-btn-bg:#000;--mrittik-btn-border-color:#000;--mrittik-btn-hover-color:#fff;--mrittik-btn-hover-bg:#000;--mrittik-btn-hover-border-color:#000;--mrittik-btn-focus-shadow-rgb:38,38,38;--mrittik-btn-active-color:#fff;--mrittik-btn-active-bg:#000;--mrittik-btn-active-border-color:#000;--mrittik-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--mrittik-btn-disabled-color:#fff;--mrittik-btn-disabled-bg:#000;--mrittik-btn-disabled-border-color:#000}.btn-white{--mrittik-btn-color:#000;--mrittik-btn-bg:#fff;--mrittik-btn-border-color:#fff;--mrittik-btn-hover-color:#000;--mrittik-btn-hover-bg:#fff;--mrittik-btn-hover-border-color:#fff;--mrittik-btn-focus-shadow-rgb:217,217,217;--mrittik-btn-active-color:#000;--mrittik-btn-active-bg:#fff;--mrittik-btn-active-border-color:#fff;--mrittik-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--mrittik-btn-disabled-color:#000;--mrittik-btn-disabled-bg:#fff;--mrittik-btn-disabled-border-color:#fff}.btn-gray{--mrittik-btn-color:#000;--mrittik-btn-bg:#f2f2f2;--mrittik-btn-border-color:#f2f2f2;--mrittik-btn-hover-color:#000;--mrittik-btn-hover-bg:#f4f4f4;--mrittik-btn-hover-border-color:#f3f3f3;--mrittik-btn-focus-shadow-rgb:206,206,206;--mrittik-btn-active-color:#000;--mrittik-btn-active-bg:#f5f5f5;--mrittik-btn-active-border-color:#f3f3f3;--mrittik-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--mrittik-btn-disabled-color:#000;--mrittik-btn-disabled-bg:#f2f2f2;--mrittik-btn-disabled-border-color:#f2f2f2}.btn-outline-dark{--mrittik-btn-color:#1b1b1b;--mrittik-btn-border-color:#1b1b1b;--mrittik-btn-hover-color:#fff;--mrittik-btn-hover-bg:#1b1b1b;--mrittik-btn-hover-border-color:#1b1b1b;--mrittik-btn-focus-shadow-rgb:27,27,27;--mrittik-btn-active-color:#fff;--mrittik-btn-active-bg:#1b1b1b;--mrittik-btn-active-border-color:#1b1b1b;--mrittik-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--mrittik-btn-disabled-color:#1b1b1b;--mrittik-btn-disabled-bg:#0000;--mrittik-gradient:none}.btn-outline-black{--mrittik-btn-color:#000;--mrittik-btn-border-color:#000;--mrittik-btn-hover-color:#fff;--mrittik-btn-hover-bg:#000;--mrittik-btn-hover-border-color:#000;--mrittik-btn-focus-shadow-rgb:0,0,0;--mrittik-btn-active-color:#fff;--mrittik-btn-active-bg:#000;--mrittik-btn-active-border-color:#000;--mrittik-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--mrittik-btn-disabled-color:#000;--mrittik-btn-disabled-bg:#0000;--mrittik-gradient:none}.btn-outline-white{--mrittik-btn-color:#fff;--mrittik-btn-border-color:#fff;--mrittik-btn-hover-color:#000;--mrittik-btn-hover-bg:#fff;--mrittik-btn-hover-border-color:#fff;--mrittik-btn-focus-shadow-rgb:255,255,255;--mrittik-btn-active-color:#000;--mrittik-btn-active-bg:#fff;--mrittik-btn-active-border-color:#fff;--mrittik-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--mrittik-btn-disabled-color:#fff;--mrittik-btn-disabled-bg:#0000;--mrittik-gradient:none}.btn-outline-gray{--mrittik-btn-color:#f2f2f2;--mrittik-btn-border-color:#f2f2f2;--mrittik-btn-hover-color:#000;--mrittik-btn-hover-bg:#f2f2f2;--mrittik-btn-hover-border-color:#f2f2f2;--mrittik-btn-focus-shadow-rgb:242,242,242;--mrittik-btn-active-color:#000;--mrittik-btn-active-bg:#f2f2f2;--mrittik-btn-active-border-color:#f2f2f2;--mrittik-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--mrittik-btn-disabled-color:#f2f2f2;--mrittik-btn-disabled-bg:#0000;--mrittik-gradient:none}.btn-link{--mrittik-btn-font-weight:400;--mrittik-btn-color:var(--mrittik-link-color);--mrittik-btn-bg:#0000;--mrittik-btn-border-color:#0000;--mrittik-btn-hover-color:var(--mrittik-link-hover-color);--mrittik-btn-hover-border-color:#0000;--mrittik-btn-active-border-color:#0000;--mrittik-btn-disabled-color:#999;--mrittik-btn-disabled-border-color:#0000;--mrittik-btn-box-shadow:none;text-decoration:underline}.btn-group-lg>.btn,.btn-lg{--mrittik-btn-padding-y:0.5rem;--mrittik-btn-padding-x:1rem;--mrittik-btn-font-size:1.25rem;--mrittik-btn-border-radius:0.5rem}.btn-group-sm>.btn,.btn-sm{--mrittik-btn-padding-y:0.25rem;--mrittik-btn-padding-x:0.5rem;--mrittik-btn-font-size:0.875rem;--mrittik-btn-border-radius:0.25rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{height:auto;transition:width .35s ease;width:0}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{border-bottom:0;border-left:.3em solid #0000;border-right:.3em solid #0000;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{--mrittik-dropdown-min-width:10rem;--mrittik-dropdown-padding-x:0;--mrittik-dropdown-padding-y:0.5rem;--mrittik-dropdown-spacer:0.125rem;--mrittik-dropdown-font-size:1rem;--mrittik-dropdown-color:#212529;--mrittik-dropdown-bg:#fff;--mrittik-dropdown-border-color:var(--mrittik-border-color-translucent);--mrittik-dropdown-border-radius:0.375rem;--mrittik-dropdown-border-width:1px;--mrittik-dropdown-inner-border-radius:calc(0.375rem - 1px);--mrittik-dropdown-divider-bg:var(--mrittik-border-color-translucent);--mrittik-dropdown-divider-margin-y:0.5rem;--mrittik-dropdown-box-shadow:0 0.5rem 1rem #00000026;--mrittik-dropdown-link-color:#212529;--mrittik-dropdown-link-hover-color:#1e2125;--mrittik-dropdown-link-hover-bg:#f8f8f8;--mrittik-dropdown-link-active-color:#fff;--mrittik-dropdown-link-active-bg:#0d6efd;--mrittik-dropdown-link-disabled-color:#54595f;--mrittik-dropdown-item-padding-x:1rem;--mrittik-dropdown-item-padding-y:0.25rem;--mrittik-dropdown-header-color:#999;--mrittik-dropdown-header-padding-x:1rem;--mrittik-dropdown-header-padding-y:0.5rem;background-clip:padding-box;background-color:var(--mrittik-dropdown-bg);border:var(--mrittik-dropdown-border-width) solid var(--mrittik-dropdown-border-color);border-radius:var(--mrittik-dropdown-border-radius);color:var(--mrittik-dropdown-color);display:none;font-size:var(--mrittik-dropdown-font-size);list-style:none;margin:0;min-width:var(--mrittik-dropdown-min-width);padding:var(--mrittik-dropdown-padding-y) var(--mrittik-dropdown-padding-x);position:absolute;text-align:left;z-index:1000}.dropdown-menu[data-bs-popper]{left:0;margin-top:var(--mrittik-dropdown-spacer);top:100%}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{left:auto;right:0}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{left:auto;right:0}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{left:auto;right:0}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{left:auto;right:0}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{left:auto;right:0}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{left:auto;right:0}}.dropup .dropdown-menu[data-bs-popper]{bottom:100%;margin-bottom:var(--mrittik-dropdown-spacer);margin-top:0;top:auto}.dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid #0000;border-right:.3em solid #0000;border-top:0;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{left:100%;margin-left:var(--mrittik-dropdown-spacer);margin-top:0;right:auto;top:0}.dropend .dropdown-toggle:after{border-bottom:.3em solid #0000;border-left:.3em solid;border-right:0;border-top:.3em solid #0000;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{left:auto;margin-right:var(--mrittik-dropdown-spacer);margin-top:0;right:100%;top:0}.dropstart .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.dropstart .dropdown-toggle:before{border-bottom:.3em solid #0000;border-right:.3em solid;border-top:.3em solid #0000;content:"";display:inline-block;margin-right:.255em;vertical-align:.255em}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{border-top:1px solid var(--mrittik-dropdown-divider-bg);height:0;margin:var(--mrittik-dropdown-divider-margin-y) 0;opacity:1;overflow:hidden}.dropdown-item{background-color:initial;border:0;clear:both;color:var(--mrittik-dropdown-link-color);display:block;font-weight:400;padding:var(--mrittik-dropdown-item-padding-y) var(--mrittik-dropdown-item-padding-x);text-align:inherit;text-decoration:none;white-space:nowrap;width:100%}.dropdown-item:focus,.dropdown-item:hover{background-color:var(--mrittik-dropdown-link-hover-bg);color:var(--mrittik-dropdown-link-hover-color)}.dropdown-item.active,.dropdown-item:active{background-color:var(--mrittik-dropdown-link-active-bg);color:var(--mrittik-dropdown-link-active-color);text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{background-color:initial;color:var(--mrittik-dropdown-link-disabled-color);pointer-events:none}.dropdown-menu.show{display:block}.dropdown-header{color:var(--mrittik-dropdown-header-color);display:block;font-size:.875rem;margin-bottom:0;padding:var(--mrittik-dropdown-header-padding-y) var(--mrittik-dropdown-header-padding-x);white-space:nowrap}.dropdown-item-text{color:var(--mrittik-dropdown-link-color);display:block;padding:var(--mrittik-dropdown-item-padding-y) var(--mrittik-dropdown-item-padding-x)}.dropdown-menu-dark{--mrittik-dropdown-color:#e6e6e6;--mrittik-dropdown-bg:#343a40;--mrittik-dropdown-border-color:var(--mrittik-border-color-translucent);--mrittik-dropdown-box-shadow: ;--mrittik-dropdown-link-color:#e6e6e6;--mrittik-dropdown-link-hover-color:#fff;--mrittik-dropdown-divider-bg:var(--mrittik-border-color-translucent);--mrittik-dropdown-link-hover-bg:#ffffff26;--mrittik-dropdown-link-active-color:#fff;--mrittik-dropdown-link-active-bg:#0d6efd;--mrittik-dropdown-link-disabled-color:#54595f;--mrittik-dropdown-header-color:#54595f}.btn-group,.btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{flex:1 1 auto;position:relative}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:.375rem}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-bottom-left-radius:0;border-top-left-radius:0}.dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--mrittik-nav-link-padding-x:1rem;--mrittik-nav-link-padding-y:0.5rem;--mrittik-nav-link-font-weight: ;--mrittik-nav-link-color:var(--mrittik-link-color);--mrittik-nav-link-hover-color:var(--mrittik-link-hover-color);--mrittik-nav-link-disabled-color:#999;display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.nav-link{color:var(--mrittik-nav-link-color);display:block;font-size:var(--mrittik-nav-link-font-size);font-weight:var(--mrittik-nav-link-font-weight);padding:var(--mrittik-nav-link-padding-y) var(--mrittik-nav-link-padding-x);text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:var(--mrittik-nav-link-hover-color)}.nav-link.disabled{color:var(--mrittik-nav-link-disabled-color);cursor:default;pointer-events:none}.nav-tabs{--mrittik-nav-tabs-border-width:1px;--mrittik-nav-tabs-border-color:#e6e6e6;--mrittik-nav-tabs-border-radius:0.375rem;--mrittik-nav-tabs-link-hover-border-color:#f8f8f8 #f8f8f8 #e6e6e6;--mrittik-nav-tabs-link-active-color:#495057;--mrittik-nav-tabs-link-active-bg:#fff;--mrittik-nav-tabs-link-active-border-color:#e6e6e6 #e6e6e6 #fff;border-bottom:var(--mrittik-nav-tabs-border-width) solid var(--mrittik-nav-tabs-border-color)}.nav-tabs .nav-link{background:none;border:var(--mrittik-nav-tabs-border-width) solid #0000;border-top-left-radius:var(--mrittik-nav-tabs-border-radius);border-top-right-radius:var(--mrittik-nav-tabs-border-radius);margin-bottom:calc(var(--mrittik-nav-tabs-border-width)*-1)}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:var(--mrittik-nav-tabs-link-hover-border-color);isolation:isolate}.nav-tabs .nav-link.disabled,.nav-tabs .nav-link:disabled{background-color:initial;border-color:#0000;color:var(--mrittik-nav-link-disabled-color)}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{background-color:var(--mrittik-nav-tabs-link-active-bg);border-color:var(--mrittik-nav-tabs-link-active-border-color);color:var(--mrittik-nav-tabs-link-active-color)}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:calc(var(--mrittik-nav-tabs-border-width)*-1)}.nav-pills{--mrittik-nav-pills-border-radius:0.375rem;--mrittik-nav-pills-link-active-color:#fff;--mrittik-nav-pills-link-active-bg:#0d6efd}.nav-pills .nav-link{background:none;border:0;border-radius:var(--mrittik-nav-pills-border-radius)}.nav-pills .nav-link:disabled{background-color:initial;border-color:#0000;color:var(--mrittik-nav-link-disabled-color)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{background-color:var(--mrittik-nav-pills-link-active-bg);color:var(--mrittik-nav-pills-link-active-color)}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--mrittik-navbar-padding-x:0;--mrittik-navbar-padding-y:0.5rem;--mrittik-navbar-color:#0000008c;--mrittik-navbar-hover-color:#000000b3;--mrittik-navbar-disabled-color:#0000004d;--mrittik-navbar-active-color:#000000e6;--mrittik-navbar-brand-padding-y:0.3125rem;--mrittik-navbar-brand-margin-end:1rem;--mrittik-navbar-brand-font-size:1.25rem;--mrittik-navbar-brand-color:#000000e6;--mrittik-navbar-brand-hover-color:#000000e6;--mrittik-navbar-nav-link-padding-x:0.5rem;--mrittik-navbar-toggler-padding-y:0.25rem;--mrittik-navbar-toggler-padding-x:0.75rem;--mrittik-navbar-toggler-font-size:1.25rem;--mrittik-navbar-toggler-icon-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");--mrittik-navbar-toggler-border-color:#0000001a;--mrittik-navbar-toggler-border-radius:0.375rem;--mrittik-navbar-toggler-focus-width:0.25rem;--mrittik-navbar-toggler-transition:box-shadow 0.15s ease-in-out;align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding:var(--mrittik-navbar-padding-y) var(--mrittik-navbar-padding-x);position:relative}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{align-items:center;display:flex;flex-wrap:inherit;justify-content:space-between}.navbar-brand{color:var(--mrittik-navbar-brand-color);font-size:var(--mrittik-navbar-brand-font-size);margin-right:var(--mrittik-navbar-brand-margin-end);padding-bottom:var(--mrittik-navbar-brand-padding-y);padding-top:var(--mrittik-navbar-brand-padding-y);text-decoration:none;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{color:var(--mrittik-navbar-brand-hover-color)}.navbar-nav{--mrittik-nav-link-padding-x:0;--mrittik-nav-link-padding-y:0.5rem;--mrittik-nav-link-color:var(--mrittik-navbar-color);--mrittik-nav-link-hover-color:var(--mrittik-navbar-hover-color);--mrittik-nav-link-disabled-color:var(--mrittik-navbar-disabled-color);display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.navbar-nav .nav-link.active,.navbar-nav .show>.nav-link{color:var(--mrittik-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{color:var(--mrittik-navbar-color);padding-bottom:.5rem;padding-top:.5rem}.navbar-text a,.navbar-text a:focus,.navbar-text a:hover{color:var(--mrittik-navbar-active-color)}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{background-color:initial;border:var(--mrittik-border-width) solid var(--mrittik-navbar-toggler-border-color);border-radius:var(--mrittik-navbar-toggler-border-radius);color:var(--mrittik-navbar-color);font-size:var(--mrittik-navbar-toggler-font-size);line-height:1;padding:var(--mrittik-navbar-toggler-padding-y) var(--mrittik-navbar-toggler-padding-x);transition:var(--mrittik-navbar-toggler-transition)}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{box-shadow:0 0 0 var(--mrittik-navbar-toggler-focus-width);outline:0;text-decoration:none}.navbar-toggler-icon{background-image:var(--mrittik-navbar-toggler-icon-bg);background-position:50%;background-repeat:no-repeat;background-size:100%;display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}.navbar-nav-scroll{max-height:75vh;max-height:var(--mrittik-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-left:var(--mrittik-navbar-nav-link-padding-x);padding-right:var(--mrittik-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{background-color:initial!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-left:var(--mrittik-navbar-nav-link-padding-x);padding-right:var(--mrittik-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{background-color:initial!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-left:var(--mrittik-navbar-nav-link-padding-x);padding-right:var(--mrittik-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{background-color:initial!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-left:var(--mrittik-navbar-nav-link-padding-x);padding-right:var(--mrittik-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{background-color:initial!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-left:var(--mrittik-navbar-nav-link-padding-x);padding-right:var(--mrittik-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{background-color:initial!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-left:var(--mrittik-navbar-nav-link-padding-x);padding-right:var(--mrittik-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{background-color:initial!important;border:0!important;flex-grow:1;height:auto!important;position:static;transform:none!important;transition:none;visibility:visible!important;width:auto!important;z-index:auto}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}.navbar-dark{--mrittik-navbar-color:#ffffff8c;--mrittik-navbar-hover-color:#ffffffbf;--mrittik-navbar-disabled-color:#ffffff40;--mrittik-navbar-active-color:#fff;--mrittik-navbar-brand-color:#fff;--mrittik-navbar-brand-hover-color:#fff;--mrittik-navbar-toggler-border-color:#ffffff1a;--mrittik-navbar-toggler-icon-bg:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.card{--mrittik-card-spacer-y:1rem;--mrittik-card-spacer-x:1rem;--mrittik-card-title-spacer-y:0.5rem;--mrittik-card-border-width:1px;--mrittik-card-border-color:var(--mrittik-border-color-translucent);--mrittik-card-border-radius:0.375rem;--mrittik-card-box-shadow: ;--mrittik-card-inner-border-radius:calc(0.375rem - 1px);--mrittik-card-cap-padding-y:0.5rem;--mrittik-card-cap-padding-x:1rem;--mrittik-card-cap-bg:#00000008;--mrittik-card-cap-color: ;--mrittik-card-height: ;--mrittik-card-color: ;--mrittik-card-bg:#fff;--mrittik-card-img-overlay-padding:1rem;--mrittik-card-group-margin:0.75rem;word-wrap:break-word;background-clip:initial;background-color:var(--mrittik-card-bg);border:var(--mrittik-card-border-width) solid var(--mrittik-card-border-color);border-radius:var(--mrittik-card-border-radius);display:flex;flex-direction:column;height:var(--mrittik-card-height);min-width:0;position:relative}.card>hr{margin-left:0;margin-right:0}.card>.list-group{border-bottom:inherit;border-top:inherit}.card>.list-group:first-child{border-top-left-radius:var(--mrittik-card-inner-border-radius);border-top-right-radius:var(--mrittik-card-inner-border-radius);border-top-width:0}.card>.list-group:last-child{border-bottom-left-radius:var(--mrittik-card-inner-border-radius);border-bottom-right-radius:var(--mrittik-card-inner-border-radius);border-bottom-width:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{color:var(--mrittik-card-color);flex:1 1 auto;padding:var(--mrittik-card-spacer-y) var(--mrittik-card-spacer-x)}.card-title{margin-bottom:var(--mrittik-card-title-spacer-y)}.card-subtitle{margin-top:calc(var(--mrittik-card-title-spacer-y)*-.5)}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--mrittik-card-spacer-x)}.card-header{background-color:var(--mrittik-card-cap-bg);border-bottom:var(--mrittik-card-border-width) solid var(--mrittik-card-border-color);color:var(--mrittik-card-cap-color);margin-bottom:0;padding:var(--mrittik-card-cap-padding-y) var(--mrittik-card-cap-padding-x)}.card-header:first-child{border-radius:var(--mrittik-card-inner-border-radius) var(--mrittik-card-inner-border-radius) 0 0}.card-footer{background-color:var(--mrittik-card-cap-bg);border-top:var(--mrittik-card-border-width) solid var(--mrittik-card-border-color);color:var(--mrittik-card-cap-color);padding:var(--mrittik-card-cap-padding-y) var(--mrittik-card-cap-padding-x)}.card-footer:last-child{border-radius:0 0 var(--mrittik-card-inner-border-radius) var(--mrittik-card-inner-border-radius)}.card-header-tabs{border-bottom:0;margin-bottom:calc(var(--mrittik-card-cap-padding-y)*-1);margin-left:calc(var(--mrittik-card-cap-padding-x)*-.5);margin-right:calc(var(--mrittik-card-cap-padding-x)*-.5)}.card-header-tabs .nav-link.active{background-color:var(--mrittik-card-bg);border-bottom-color:var(--mrittik-card-bg)}.card-header-pills{margin-left:calc(var(--mrittik-card-cap-padding-x)*-.5);margin-right:calc(var(--mrittik-card-cap-padding-x)*-.5)}.card-img-overlay{border-radius:var(--mrittik-card-inner-border-radius);bottom:0;left:0;padding:var(--mrittik-card-img-overlay-padding);position:absolute;right:0;top:0}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--mrittik-card-inner-border-radius);border-top-right-radius:var(--mrittik-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-left-radius:var(--mrittik-card-inner-border-radius);border-bottom-right-radius:var(--mrittik-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--mrittik-card-group-margin)}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0;margin-bottom:0}.card-group>.card+.card{border-left:0;margin-left:0}.card-group>.card:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion{--mrittik-accordion-color:#000;--mrittik-accordion-bg:#fff;--mrittik-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;--mrittik-accordion-border-color:var(--mrittik-border-color);--mrittik-accordion-border-width:1px;--mrittik-accordion-border-radius:0.375rem;--mrittik-accordion-inner-border-radius:calc(0.375rem - 1px);--mrittik-accordion-btn-padding-x:1.25rem;--mrittik-accordion-btn-padding-y:1rem;--mrittik-accordion-btn-color:var(--mrittik-body-color);--mrittik-accordion-btn-bg:var(--mrittik-accordion-bg);--mrittik-accordion-btn-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var(--mrittik-body-color)'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");--mrittik-accordion-btn-icon-width:1.25rem;--mrittik-accordion-btn-icon-transform:rotate(-180deg);--mrittik-accordion-btn-icon-transition:transform 0.2s ease-in-out;--mrittik-accordion-btn-active-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");--mrittik-accordion-btn-focus-border-color:#86b7fe;--mrittik-accordion-btn-focus-box-shadow:0 0 0 0.25rem #0d6efd40;--mrittik-accordion-body-padding-x:1.25rem;--mrittik-accordion-body-padding-y:1rem;--mrittik-accordion-active-color:#0c63e4;--mrittik-accordion-active-bg:#e7f1ff}.accordion-button{align-items:center;background-color:var(--mrittik-accordion-btn-bg);border:0;border-radius:0;color:var(--mrittik-accordion-btn-color);display:flex;font-size:1rem;overflow-anchor:none;padding:var(--mrittik-accordion-btn-padding-y) var(--mrittik-accordion-btn-padding-x);position:relative;text-align:left;transition:var(--mrittik-accordion-transition);width:100%}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){background-color:var(--mrittik-accordion-active-bg);box-shadow:inset 0 calc(var(--mrittik-accordion-border-width)*-1) 0 var(--mrittik-accordion-border-color);color:var(--mrittik-accordion-active-color)}.accordion-button:not(.collapsed):after{background-image:var(--mrittik-accordion-btn-active-icon);transform:var(--mrittik-accordion-btn-icon-transform)}.accordion-button:after{background-image:var(--mrittik-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--mrittik-accordion-btn-icon-width);content:"";flex-shrink:0;height:var(--mrittik-accordion-btn-icon-width);margin-left:auto;transition:var(--mrittik-accordion-btn-icon-transition);width:var(--mrittik-accordion-btn-icon-width)}@media (prefers-reduced-motion:reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{border-color:var(--mrittik-accordion-btn-focus-border-color);box-shadow:var(--mrittik-accordion-btn-focus-box-shadow);outline:0;z-index:3}.accordion-header{margin-bottom:0}.accordion-item{background-color:var(--mrittik-accordion-bg);border:var(--mrittik-accordion-border-width) solid var(--mrittik-accordion-border-color);color:var(--mrittik-accordion-color)}.accordion-item:first-of-type{border-top-left-radius:var(--mrittik-accordion-border-radius);border-top-right-radius:var(--mrittik-accordion-border-radius)}.accordion-item:first-of-type .accordion-button{border-top-left-radius:var(--mrittik-accordion-inner-border-radius);border-top-right-radius:var(--mrittik-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-left-radius:var(--mrittik-accordion-border-radius);border-bottom-right-radius:var(--mrittik-accordion-border-radius)}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-left-radius:var(--mrittik-accordion-inner-border-radius);border-bottom-right-radius:var(--mrittik-accordion-inner-border-radius)}.accordion-item:last-of-type .accordion-collapse{border-bottom-left-radius:var(--mrittik-accordion-border-radius);border-bottom-right-radius:var(--mrittik-accordion-border-radius)}.accordion-body{padding:var(--mrittik-accordion-body-padding-y) var(--mrittik-accordion-body-padding-x)}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-left:0;border-radius:0;border-right:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{--mrittik-breadcrumb-padding-x:0;--mrittik-breadcrumb-padding-y:0;--mrittik-breadcrumb-margin-bottom:1rem;--mrittik-breadcrumb-bg: ;--mrittik-breadcrumb-border-radius: ;--mrittik-breadcrumb-divider-color:#999;--mrittik-breadcrumb-item-padding-x:0.5rem;--mrittik-breadcrumb-item-active-color:#999;background-color:var(--mrittik-breadcrumb-bg);border-radius:var(--mrittik-breadcrumb-border-radius);display:flex;flex-wrap:wrap;font-size:var(--mrittik-breadcrumb-font-size);list-style:none;margin-bottom:var(--mrittik-breadcrumb-margin-bottom);padding:var(--mrittik-breadcrumb-padding-y) var(--mrittik-breadcrumb-padding-x)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--mrittik-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item:before{color:var(--mrittik-breadcrumb-divider-color);content:"/";content:var(--mrittik-breadcrumb-divider,"/");float:left;padding-right:var(--mrittik-breadcrumb-item-padding-x)}.breadcrumb-item.active{color:var(--mrittik-breadcrumb-item-active-color)}.pagination{--mrittik-pagination-padding-x:0.75rem;--mrittik-pagination-padding-y:0.375rem;--mrittik-pagination-font-size:1rem;--mrittik-pagination-color:var(--mrittik-link-color);--mrittik-pagination-bg:#fff;--mrittik-pagination-border-width:1px;--mrittik-pagination-border-color:#e6e6e6;--mrittik-pagination-border-radius:0.375rem;--mrittik-pagination-hover-color:var(--mrittik-link-hover-color);--mrittik-pagination-hover-bg:#f8f8f8;--mrittik-pagination-hover-border-color:#e6e6e6;--mrittik-pagination-focus-color:var(--mrittik-link-hover-color);--mrittik-pagination-focus-bg:#f8f8f8;--mrittik-pagination-focus-box-shadow:0 0 0 0.25rem #0d6efd40;--mrittik-pagination-active-color:#fff;--mrittik-pagination-active-bg:#0d6efd;--mrittik-pagination-active-border-color:#0d6efd;--mrittik-pagination-disabled-color:#999;--mrittik-pagination-disabled-bg:#fff;--mrittik-pagination-disabled-border-color:#e6e6e6;display:flex;list-style:none;padding-left:0}.page-link{background-color:var(--mrittik-pagination-bg);border:var(--mrittik-pagination-border-width) solid var(--mrittik-pagination-border-color);color:var(--mrittik-pagination-color);display:block;font-size:var(--mrittik-pagination-font-size);padding:var(--mrittik-pagination-padding-y) var(--mrittik-pagination-padding-x);position:relative;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{background-color:var(--mrittik-pagination-hover-bg);border-color:var(--mrittik-pagination-hover-border-color);color:var(--mrittik-pagination-hover-color);z-index:2}.page-link:focus{background-color:var(--mrittik-pagination-focus-bg);box-shadow:var(--mrittik-pagination-focus-box-shadow);color:var(--mrittik-pagination-focus-color);outline:0;z-index:3}.active>.page-link,.page-link.active{background-color:var(--mrittik-pagination-active-bg);border-color:var(--mrittik-pagination-active-border-color);color:var(--mrittik-pagination-active-color);z-index:3}.disabled>.page-link,.page-link.disabled{background-color:var(--mrittik-pagination-disabled-bg);border-color:var(--mrittik-pagination-disabled-border-color);color:var(--mrittik-pagination-disabled-color);pointer-events:none}.page-item:first-child .page-link{border-bottom-left-radius:var(--mrittik-pagination-border-radius);border-top-left-radius:var(--mrittik-pagination-border-radius)}.page-item:last-child .page-link{border-bottom-right-radius:var(--mrittik-pagination-border-radius);border-top-right-radius:var(--mrittik-pagination-border-radius)}.pagination-lg{--mrittik-pagination-padding-x:1.5rem;--mrittik-pagination-padding-y:0.75rem;--mrittik-pagination-font-size:1.25rem;--mrittik-pagination-border-radius:0.5rem}.pagination-sm{--mrittik-pagination-padding-x:0.5rem;--mrittik-pagination-padding-y:0.25rem;--mrittik-pagination-font-size:0.875rem;--mrittik-pagination-border-radius:0.25rem}.badge{--mrittik-badge-padding-x:0.65em;--mrittik-badge-padding-y:0.35em;--mrittik-badge-font-size:0.75em;--mrittik-badge-font-weight:700;--mrittik-badge-color:#fff;--mrittik-badge-border-radius:0.375rem;border-radius:0;border-radius:var(--mrittik-badge-border-radius,0);color:var(--mrittik-badge-color);display:inline-block;font-size:var(--mrittik-badge-font-size);font-weight:var(--mrittik-badge-font-weight);line-height:1;padding:var(--mrittik-badge-padding-y) var(--mrittik-badge-padding-x);text-align:center;vertical-align:initial;white-space:nowrap}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--mrittik-alert-bg:#0000;--mrittik-alert-padding-x:1rem;--mrittik-alert-padding-y:1rem;--mrittik-alert-margin-bottom:1rem;--mrittik-alert-color:inherit;--mrittik-alert-border-color:#0000;--mrittik-alert-border:1px solid var(--mrittik-alert-border-color);--mrittik-alert-border-radius:0.375rem;background-color:var(--mrittik-alert-bg);border:var(--mrittik-alert-border);border-radius:0;border-radius:var(--mrittik-alert-border-radius,0);color:var(--mrittik-alert-color);margin-bottom:var(--mrittik-alert-margin-bottom);padding:var(--mrittik-alert-padding-y) var(--mrittik-alert-padding-x);position:relative}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{padding:1.25rem 1rem;position:absolute;right:0;top:0;z-index:2}.alert-dark{--mrittik-alert-color:#101010;--mrittik-alert-bg:#d1d1d1;--mrittik-alert-border-color:#bbb}.alert-dark .alert-link{color:#0d0d0d}.alert-black{--mrittik-alert-color:#000;--mrittik-alert-bg:#ccc;--mrittik-alert-border-color:#b3b3b3}.alert-black .alert-link{color:#000}.alert-white{--mrittik-alert-color:#666;--mrittik-alert-bg:#fff;--mrittik-alert-border-color:#fff}.alert-white .alert-link{color:#525252}.alert-gray{--mrittik-alert-color:#616161;--mrittik-alert-bg:#fcfcfc;--mrittik-alert-border-color:#fbfbfb}.alert-gray .alert-link{color:#4e4e4e}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{--mrittik-progress-height:1rem;--mrittik-progress-font-size:0.75rem;--mrittik-progress-bg:#f8f8f8;--mrittik-progress-border-radius:0.375rem;--mrittik-progress-box-shadow:inset 0 1px 2px rgba(0,0,0,.075);--mrittik-progress-bar-color:#fff;--mrittik-progress-bar-bg:#0d6efd;--mrittik-progress-bar-transition:width 0.6s ease;background-color:var(--mrittik-progress-bg);border-radius:var(--mrittik-progress-border-radius);font-size:var(--mrittik-progress-font-size);height:var(--mrittik-progress-height)}.progress,.progress-bar{display:flex;overflow:hidden}.progress-bar{background-color:var(--mrittik-progress-bar-bg);color:var(--mrittik-progress-bar-color);flex-direction:column;justify-content:center;text-align:center;transition:var(--mrittik-progress-bar-transition);white-space:nowrap}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,#ffffff26 25%,#0000 0,#0000 50%,#ffffff26 0,#ffffff26 75%,#0000 0,#0000);background-size:var(--mrittik-progress-height) var(--mrittik-progress-height)}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{--mrittik-list-group-color:#212529;--mrittik-list-group-bg:#fff;--mrittik-list-group-border-color:rgba(0,0,0,.125);--mrittik-list-group-border-width:1px;--mrittik-list-group-border-radius:0.375rem;--mrittik-list-group-item-padding-x:1rem;--mrittik-list-group-item-padding-y:0.5rem;--mrittik-list-group-action-color:#495057;--mrittik-list-group-action-hover-color:#495057;--mrittik-list-group-action-hover-bg:#f2f2f2;--mrittik-list-group-action-active-color:#212529;--mrittik-list-group-action-active-bg:#f8f8f8;--mrittik-list-group-disabled-color:#999;--mrittik-list-group-disabled-bg:#fff;--mrittik-list-group-active-color:#fff;--mrittik-list-group-active-bg:#0d6efd;--mrittik-list-group-active-border-color:#0d6efd;border-radius:var(--mrittik-list-group-border-radius);display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.list-group-numbered{counter-reset:section;list-style-type:none}.list-group-numbered>.list-group-item:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item-action{color:var(--mrittik-list-group-action-color);text-align:inherit;width:100%}.list-group-item-action:focus,.list-group-item-action:hover{background-color:var(--mrittik-list-group-action-hover-bg);color:var(--mrittik-list-group-action-hover-color);text-decoration:none;z-index:1}.list-group-item-action:active{background-color:var(--mrittik-list-group-action-active-bg);color:var(--mrittik-list-group-action-active-color)}.list-group-item{background-color:var(--mrittik-list-group-bg);border:var(--mrittik-list-group-border-width) solid var(--mrittik-list-group-border-color);color:var(--mrittik-list-group-color);display:block;padding:var(--mrittik-list-group-item-padding-y) var(--mrittik-list-group-item-padding-x);position:relative;text-decoration:none}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{background-color:var(--mrittik-list-group-disabled-bg);color:var(--mrittik-list-group-disabled-color);pointer-events:none}.list-group-item.active{background-color:var(--mrittik-list-group-active-bg);border-color:var(--mrittik-list-group-active-border-color);color:var(--mrittik-list-group-active-color);z-index:2}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{border-top-width:var(--mrittik-list-group-border-width);margin-top:calc(var(--mrittik-list-group-border-width)*-1)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:var(--mrittik-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:var(--mrittik-list-group-border-radius)}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--mrittik-list-group-border-width)}.list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:var(--mrittik-list-group-border-width);margin-left:calc(var(--mrittik-list-group-border-width)*-1)}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:var(--mrittik-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:var(--mrittik-list-group-border-radius)}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--mrittik-list-group-border-width)}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:var(--mrittik-list-group-border-width);margin-left:calc(var(--mrittik-list-group-border-width)*-1)}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:var(--mrittik-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:var(--mrittik-list-group-border-radius)}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--mrittik-list-group-border-width)}.list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:var(--mrittik-list-group-border-width);margin-left:calc(var(--mrittik-list-group-border-width)*-1)}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:var(--mrittik-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:var(--mrittik-list-group-border-radius)}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--mrittik-list-group-border-width)}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:var(--mrittik-list-group-border-width);margin-left:calc(var(--mrittik-list-group-border-width)*-1)}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:var(--mrittik-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:var(--mrittik-list-group-border-radius)}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--mrittik-list-group-border-width)}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:var(--mrittik-list-group-border-width);margin-left:calc(var(--mrittik-list-group-border-width)*-1)}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:var(--mrittik-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:var(--mrittik-list-group-border-radius)}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:var(--mrittik-list-group-border-width)}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{border-left-width:var(--mrittik-list-group-border-width);margin-left:calc(var(--mrittik-list-group-border-width)*-1)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--mrittik-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-dark{background-color:#d1d1d1;color:#101010}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{background-color:#bcbcbc;color:#101010}.list-group-item-dark.list-group-item-action.active{background-color:#101010;border-color:#101010;color:#fff}.list-group-item-black{background-color:#ccc;color:#000}.list-group-item-black.list-group-item-action:focus,.list-group-item-black.list-group-item-action:hover{background-color:#b8b8b8;color:#000}.list-group-item-black.list-group-item-action.active{background-color:#000;border-color:#000;color:#fff}.list-group-item-white{background-color:#fff;color:#666}.list-group-item-white.list-group-item-action:focus,.list-group-item-white.list-group-item-action:hover{background-color:#e6e6e6;color:#666}.list-group-item-white.list-group-item-action.active{background-color:#666;border-color:#666;color:#fff}.list-group-item-gray{background-color:#fcfcfc;color:#616161}.list-group-item-gray.list-group-item-action:focus,.list-group-item-gray.list-group-item-action:hover{background-color:#e3e3e3;color:#616161}.list-group-item-gray.list-group-item-action.active{background-color:#616161;border-color:#616161;color:#fff}.btn-close{background:#0000 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;border:0;border-radius:.375rem;box-sizing:initial;color:#000;height:1em;opacity:.5;padding:.25em;width:1em}.btn-close:hover{color:#000;opacity:.75;text-decoration:none}.btn-close:focus{box-shadow:0 0 0 .25rem #0d6efd40;opacity:1;outline:0}.btn-close.disabled,.btn-close:disabled{opacity:.25;pointer-events:none;-webkit-user-select:none;user-select:none}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{--mrittik-toast-padding-x:0.75rem;--mrittik-toast-padding-y:0.5rem;--mrittik-toast-spacing:1.5rem;--mrittik-toast-max-width:350px;--mrittik-toast-font-size:0.875rem;--mrittik-toast-color: ;--mrittik-toast-bg:#ffffffd9;--mrittik-toast-border-width:1px;--mrittik-toast-border-color:var(--mrittik-border-color-translucent);--mrittik-toast-border-radius:0.375rem;--mrittik-toast-box-shadow:0 0.5rem 1rem #00000026;--mrittik-toast-header-color:#999;--mrittik-toast-header-bg:#ffffffd9;--mrittik-toast-header-border-color:#0000000d;background-clip:padding-box;background-color:var(--mrittik-toast-bg);border:var(--mrittik-toast-border-width) solid var(--mrittik-toast-border-color);border-radius:var(--mrittik-toast-border-radius);box-shadow:var(--mrittik-toast-box-shadow);color:var(--mrittik-toast-color);font-size:var(--mrittik-toast-font-size);max-width:100%;pointer-events:auto;width:var(--mrittik-toast-max-width)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{max-width:100%;pointer-events:none;position:absolute;width:-webkit-max-content;width:max-content;z-index:1090}.toast-container>:not(:last-child){margin-bottom:var(--mrittik-toast-spacing)}.toast-header{align-items:center;background-clip:padding-box;background-color:var(--mrittik-toast-header-bg);border-bottom:var(--mrittik-toast-border-width) solid var(--mrittik-toast-header-border-color);border-top-left-radius:calc(var(--mrittik-toast-border-radius) - var(--mrittik-toast-border-width));border-top-right-radius:calc(var(--mrittik-toast-border-radius) - var(--mrittik-toast-border-width));color:var(--mrittik-toast-header-color);display:flex;padding:var(--mrittik-toast-padding-y) var(--mrittik-toast-padding-x)}.toast-header .btn-close{margin-left:var(--mrittik-toast-padding-x);margin-right:calc(var(--mrittik-toast-padding-x)*-.5)}.toast-body{word-wrap:break-word;padding:var(--mrittik-toast-padding-x)}.modal{--mrittik-modal-zindex:1055;--mrittik-modal-width:500px;--mrittik-modal-padding:1rem;--mrittik-modal-margin:0.5rem;--mrittik-modal-color: ;--mrittik-modal-bg:#fff;--mrittik-modal-border-color:var(--mrittik-border-color-translucent);--mrittik-modal-border-width:1px;--mrittik-modal-border-radius:0.5rem;--mrittik-modal-box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.075);--mrittik-modal-inner-border-radius:calc(0.5rem - 1px);--mrittik-modal-header-padding-x:1rem;--mrittik-modal-header-padding-y:1rem;--mrittik-modal-header-padding:1rem 1rem;--mrittik-modal-header-border-color:var(--mrittik-border-color);--mrittik-modal-header-border-width:1px;--mrittik-modal-title-line-height:1.5;--mrittik-modal-footer-gap:0.5rem;--mrittik-modal-footer-bg: ;--mrittik-modal-footer-border-color:var(--mrittik-border-color);--mrittik-modal-footer-border-width:1px;display:none;height:100%;left:0;outline:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;width:100%;z-index:var(--mrittik-modal-zindex)}.modal-dialog{margin:var(--mrittik-modal-margin);pointer-events:none;position:relative;width:auto}.modal.fade .modal-dialog{transform:translateY(-50px);transition:transform .3s ease-out}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--mrittik-modal-margin)*2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - var(--mrittik-modal-margin)*2)}.modal-content{background-clip:padding-box;background-color:var(--mrittik-modal-bg);border:var(--mrittik-modal-border-width) solid var(--mrittik-modal-border-color);border-radius:var(--mrittik-modal-border-radius);color:var(--mrittik-modal-color);display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal-backdrop{--mrittik-backdrop-zindex:1050;--mrittik-backdrop-bg:#000;--mrittik-backdrop-opacity:0.5;background-color:var(--mrittik-backdrop-bg);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:var(--mrittik-backdrop-zindex)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--mrittik-backdrop-opacity)}.modal-header{align-items:center;border-bottom:var(--mrittik-modal-header-border-width) solid var(--mrittik-modal-header-border-color);border-top-left-radius:var(--mrittik-modal-inner-border-radius);border-top-right-radius:var(--mrittik-modal-inner-border-radius);display:flex;flex-shrink:0;justify-content:space-between;padding:var(--mrittik-modal-header-padding)}.modal-header .btn-close{margin:calc(var(--mrittik-modal-header-padding-y)*-.5) calc(var(--mrittik-modal-header-padding-x)*-.5) calc(var(--mrittik-modal-header-padding-y)*-.5) auto;padding:calc(var(--mrittik-modal-header-padding-y)*.5) calc(var(--mrittik-modal-header-padding-x)*.5)}.modal-title{line-height:var(--mrittik-modal-title-line-height);margin-bottom:0}.modal-body{flex:1 1 auto;padding:var(--mrittik-modal-padding);position:relative}.modal-footer{align-items:center;background-color:var(--mrittik-modal-footer-bg);border-bottom-left-radius:var(--mrittik-modal-inner-border-radius);border-bottom-right-radius:var(--mrittik-modal-inner-border-radius);border-top:var(--mrittik-modal-footer-border-width) solid var(--mrittik-modal-footer-border-color);display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;padding:calc(var(--mrittik-modal-padding) - var(--mrittik-modal-footer-gap)*.5)}.modal-footer>*{margin:calc(var(--mrittik-modal-footer-gap)*.5)}@media (min-width:576px){.modal{--mrittik-modal-margin:1.75rem;--mrittik-modal-box-shadow:0 0.5rem 1rem #00000026}.modal-dialog{margin-left:auto;margin-right:auto;max-width:var(--mrittik-modal-width)}.modal-sm{--mrittik-modal-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{--mrittik-modal-width:800px}}@media (min-width:1200px){.modal-xl{--mrittik-modal-width:1140px}}.modal-fullscreen{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (max-width:575.98px){.modal-fullscreen-sm-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-sm-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-sm-down .modal-footer,.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width:767.98px){.modal-fullscreen-md-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-md-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-md-down .modal-footer,.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width:991.98px){.modal-fullscreen-lg-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-lg-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-lg-down .modal-footer,.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xl-down .modal-footer,.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xxl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xxl-down .modal-footer,.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--mrittik-tooltip-zindex:1080;--mrittik-tooltip-max-width:200px;--mrittik-tooltip-padding-x:0.5rem;--mrittik-tooltip-padding-y:0.25rem;--mrittik-tooltip-margin: ;--mrittik-tooltip-font-size:0.875rem;--mrittik-tooltip-color:#fff;--mrittik-tooltip-bg:#000;--mrittik-tooltip-border-radius:0.375rem;--mrittik-tooltip-opacity:0.9;--mrittik-tooltip-arrow-width:0.8rem;--mrittik-tooltip-arrow-height:0.4rem;word-wrap:break-word;display:block;font-family:Montserrat,sans-serif;font-size:var(--mrittik-tooltip-font-size);font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;margin:var(--mrittik-tooltip-margin);opacity:0;padding:var(--mrittik-tooltip-arrow-height);text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:var(--mrittik-tooltip-zindex)}.tooltip.show{opacity:var(--mrittik-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;height:var(--mrittik-tooltip-arrow-height);width:var(--mrittik-tooltip-arrow-width)}.tooltip .tooltip-arrow:before{border-color:#0000;border-style:solid;content:"";position:absolute}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before{border-top-color:var(--mrittik-tooltip-bg);border-width:var(--mrittik-tooltip-arrow-height) calc(var(--mrittik-tooltip-arrow-width)*.5) 0;top:-1px}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{height:var(--mrittik-tooltip-arrow-width);left:0;width:var(--mrittik-tooltip-arrow-height)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before{border-right-color:var(--mrittik-tooltip-bg);border-width:calc(var(--mrittik-tooltip-arrow-width)*.5) var(--mrittik-tooltip-arrow-height) calc(var(--mrittik-tooltip-arrow-width)*.5) 0;right:-1px}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before{border-bottom-color:var(--mrittik-tooltip-bg);border-width:0 calc(var(--mrittik-tooltip-arrow-width)*.5) var(--mrittik-tooltip-arrow-height);bottom:-1px}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{height:var(--mrittik-tooltip-arrow-width);right:0;width:var(--mrittik-tooltip-arrow-height)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{border-left-color:var(--mrittik-tooltip-bg);border-width:calc(var(--mrittik-tooltip-arrow-width)*.5) 0 calc(var(--mrittik-tooltip-arrow-width)*.5) var(--mrittik-tooltip-arrow-height);left:-1px}.tooltip-inner{background-color:var(--mrittik-tooltip-bg);border-radius:0;border-radius:var(--mrittik-tooltip-border-radius,0);color:var(--mrittik-tooltip-color);max-width:var(--mrittik-tooltip-max-width);padding:var(--mrittik-tooltip-padding-y) var(--mrittik-tooltip-padding-x);text-align:center}.popover{--mrittik-popover-zindex:1070;--mrittik-popover-max-width:276px;--mrittik-popover-font-size:0.875rem;--mrittik-popover-bg:#fff;--mrittik-popover-border-width:1px;--mrittik-popover-border-color:var(--mrittik-border-color-translucent);--mrittik-popover-border-radius:0.5rem;--mrittik-popover-inner-border-radius:calc(0.5rem - 1px);--mrittik-popover-box-shadow:0 0.5rem 1rem #00000026;--mrittik-popover-header-padding-x:1rem;--mrittik-popover-header-padding-y:0.5rem;--mrittik-popover-header-font-size:1rem;--mrittik-popover-header-color:var(--mrittik-heading-color);--mrittik-popover-header-bg:#f0f0f0;--mrittik-popover-body-padding-x:1rem;--mrittik-popover-body-padding-y:1rem;--mrittik-popover-body-color:#212529;--mrittik-popover-arrow-width:1rem;--mrittik-popover-arrow-height:0.5rem;--mrittik-popover-arrow-border:var(--mrittik-popover-border-color);word-wrap:break-word;background-clip:padding-box;background-color:var(--mrittik-popover-bg);border:var(--mrittik-popover-border-width) solid var(--mrittik-popover-border-color);border-radius:var(--mrittik-popover-border-radius);display:block;font-family:Montserrat,sans-serif;font-size:var(--mrittik-popover-font-size);font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;max-width:var(--mrittik-popover-max-width);text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:var(--mrittik-popover-zindex)}.popover .popover-arrow{display:block;height:var(--mrittik-popover-arrow-height);width:var(--mrittik-popover-arrow-width)}.popover .popover-arrow:after,.popover .popover-arrow:before{border:0 solid #0000;content:"";display:block;position:absolute}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(var(--mrittik-popover-arrow-height)*-1 - var(--mrittik-popover-border-width))}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:after,.bs-popover-top>.popover-arrow:before{border-width:var(--mrittik-popover-arrow-height) calc(var(--mrittik-popover-arrow-width)*.5) 0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:before{border-top-color:var(--mrittik-popover-arrow-border);bottom:0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-top>.popover-arrow:after{border-top-color:var(--mrittik-popover-bg);bottom:var(--mrittik-popover-border-width)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{height:var(--mrittik-popover-arrow-width);left:calc(var(--mrittik-popover-arrow-height)*-1 - var(--mrittik-popover-border-width));width:var(--mrittik-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:after,.bs-popover-end>.popover-arrow:before{border-width:calc(var(--mrittik-popover-arrow-width)*.5) var(--mrittik-popover-arrow-height) calc(var(--mrittik-popover-arrow-width)*.5) 0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:before{border-right-color:var(--mrittik-popover-arrow-border);left:0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-end>.popover-arrow:after{border-right-color:var(--mrittik-popover-bg);left:var(--mrittik-popover-border-width)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(var(--mrittik-popover-arrow-height)*-1 - var(--mrittik-popover-border-width))}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:before{border-width:0 calc(var(--mrittik-popover-arrow-width)*.5) var(--mrittik-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:before{border-bottom-color:var(--mrittik-popover-arrow-border);top:0}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:after{border-bottom-color:var(--mrittik-popover-bg);top:var(--mrittik-popover-border-width)}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{border-bottom:var(--mrittik-popover-border-width) solid var(--mrittik-popover-header-bg);content:"";display:block;left:50%;margin-left:calc(var(--mrittik-popover-arrow-width)*-.5);position:absolute;top:0;width:var(--mrittik-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{height:var(--mrittik-popover-arrow-width);right:calc(var(--mrittik-popover-arrow-height)*-1 - var(--mrittik-popover-border-width));width:var(--mrittik-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:after,.bs-popover-start>.popover-arrow:before{border-width:calc(var(--mrittik-popover-arrow-width)*.5) 0 calc(var(--mrittik-popover-arrow-width)*.5) var(--mrittik-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:before{border-left-color:var(--mrittik-popover-arrow-border);right:0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.popover-arrow:after{border-left-color:var(--mrittik-popover-bg);right:var(--mrittik-popover-border-width)}.popover-header{background-color:var(--mrittik-popover-header-bg);border-bottom:var(--mrittik-popover-border-width) solid var(--mrittik-popover-border-color);border-top-left-radius:var(--mrittik-popover-inner-border-radius);border-top-right-radius:var(--mrittik-popover-inner-border-radius);color:var(--mrittik-popover-header-color);font-size:var(--mrittik-popover-header-font-size);margin-bottom:0;padding:var(--mrittik-popover-header-padding-y) var(--mrittik-popover-header-padding-x)}.popover-header:empty{display:none}.popover-body{color:var(--mrittik-popover-body-color);padding:var(--mrittik-popover-body-padding-y) var(--mrittik-popover-body-padding-x)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{overflow:hidden;position:relative;width:100%}.carousel-inner:after{clear:both;content:"";display:block}.carousel-item{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;float:left;margin-right:-100%;position:relative;transition:transform .6s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transform:none;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{opacity:1;z-index:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{opacity:0;transition:opacity 0s .6s;z-index:0}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{align-items:center;background:none;border:0;bottom:0;color:#fff;display:flex;justify-content:center;opacity:.5;padding:0;position:absolute;text-align:center;top:0;transition:opacity .15s ease;width:15%;z-index:1}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;opacity:.9;outline:0;text-decoration:none}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{background-position:50%;background-repeat:no-repeat;background-size:100% 100%;display:inline-block;height:2rem;width:2rem}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")}.carousel-indicators{bottom:0;display:flex;justify-content:center;left:0;list-style:none;margin-bottom:1rem;margin-left:15%;margin-right:15%;padding:0;position:absolute;right:0;z-index:2}.carousel-indicators [data-bs-target]{background-clip:padding-box;background-color:#fff;border:0;border-bottom:10px solid #0000;border-top:10px solid #0000;box-sizing:initial;cursor:pointer;flex:0 1 auto;height:3px;margin-left:3px;margin-right:3px;opacity:.5;padding:0;text-indent:-999px;transition:opacity .6s ease;width:30px}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{bottom:1.25rem;color:#fff;left:15%;padding-bottom:1.25rem;padding-top:1.25rem;position:absolute;right:15%;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}.spinner-border,.spinner-grow{animation:var(--mrittik-spinner-animation-speed) linear infinite var(--mrittik-spinner-animation-name);border-radius:50%;display:inline-block;height:var(--mrittik-spinner-height);vertical-align:var(--mrittik-spinner-vertical-align);width:var(--mrittik-spinner-width)}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{--mrittik-spinner-width:2rem;--mrittik-spinner-height:2rem;--mrittik-spinner-vertical-align:-0.125em;--mrittik-spinner-border-width:0.25em;--mrittik-spinner-animation-speed:0.75s;--mrittik-spinner-animation-name:spinner-border;border-right-color:currentcolor;border:var(--mrittik-spinner-border-width) solid;border-right:var(--mrittik-spinner-border-width) solid #0000}.spinner-border-sm{--mrittik-spinner-width:1rem;--mrittik-spinner-height:1rem;--mrittik-spinner-border-width:0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--mrittik-spinner-width:2rem;--mrittik-spinner-height:2rem;--mrittik-spinner-vertical-align:-0.125em;--mrittik-spinner-animation-speed:0.75s;--mrittik-spinner-animation-name:spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--mrittik-spinner-width:1rem;--mrittik-spinner-height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{--mrittik-spinner-animation-speed:1.5s}}.offcanvas,.offcanvas-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-xl,.offcanvas-xxl{--mrittik-offcanvas-width:400px;--mrittik-offcanvas-height:30vh;--mrittik-offcanvas-padding-x:1rem;--mrittik-offcanvas-padding-y:1rem;--mrittik-offcanvas-color: ;--mrittik-offcanvas-bg:#fff;--mrittik-offcanvas-border-width:1px;--mrittik-offcanvas-border-color:var(--mrittik-border-color-translucent);--mrittik-offcanvas-box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.075)}@media (max-width:575.98px){.offcanvas-sm{background-clip:padding-box;background-color:var(--mrittik-offcanvas-bg);bottom:0;color:var(--mrittik-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:transform .3s ease-in-out;visibility:hidden;z-index:1045}}@media (max-width:575.98px) and (prefers-reduced-motion:reduce){.offcanvas-sm{transition:none}}@media (max-width:575.98px){.offcanvas-sm.show:not(.hiding),.offcanvas-sm.showing{transform:none}.offcanvas-sm.hiding,.offcanvas-sm.show,.offcanvas-sm.showing{visibility:visible}.offcanvas-sm.offcanvas-start,.offcanvas-sm.offcanvas-start_02{border-right:var(--mrittik-offcanvas-border-width) solid var(--mrittik-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--mrittik-offcanvas-width)}.offcanvas-sm.offcanvas-end{border-left:var(--mrittik-offcanvas-border-width) solid var(--mrittik-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--mrittik-offcanvas-width)}.offcanvas-sm.offcanvas-top{border-bottom:var(--mrittik-offcanvas-border-width) solid var(--mrittik-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom,.offcanvas-sm.offcanvas-top{height:var(--mrittik-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-sm.offcanvas-bottom{border-top:var(--mrittik-offcanvas-border-width) solid var(--mrittik-offcanvas-border-color);transform:translateY(100%)}}@media (min-width:576px){.offcanvas-sm{--mrittik-offcanvas-height:auto;--mrittik-offcanvas-border-width:0;background-color:initial!important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{background-color:initial!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (max-width:767.98px){.offcanvas-md{background-clip:padding-box;background-color:var(--mrittik-offcanvas-bg);bottom:0;color:var(--mrittik-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:transform .3s ease-in-out;visibility:hidden;z-index:1045}}@media (max-width:767.98px) and (prefers-reduced-motion:reduce){.offcanvas-md{transition:none}}@media (max-width:767.98px){.offcanvas-md.show:not(.hiding),.offcanvas-md.showing{transform:none}.offcanvas-md.hiding,.offcanvas-md.show,.offcanvas-md.showing{visibility:visible}.offcanvas-md.offcanvas-start,.offcanvas-md.offcanvas-start_02{border-right:var(--mrittik-offcanvas-border-width) solid var(--mrittik-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--mrittik-offcanvas-width)}.offcanvas-md.offcanvas-end{border-left:var(--mrittik-offcanvas-border-width) solid var(--mrittik-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--mrittik-offcanvas-width)}.offcanvas-md.offcanvas-top{border-bottom:var(--mrittik-offcanvas-border-width) solid var(--mrittik-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom,.offcanvas-md.offcanvas-top{height:var(--mrittik-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-md.offcanvas-bottom{border-top:var(--mrittik-offcanvas-border-width) solid var(--mrittik-offcanvas-border-color);transform:translateY(100%)}}@media (min-width:768px){.offcanvas-md{--mrittik-offcanvas-height:auto;--mrittik-offcanvas-border-width:0;background-color:initial!important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{background-color:initial!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (max-width:991.98px){.offcanvas-lg{background-clip:padding-box;background-color:var(--mrittik-offcanvas-bg);bottom:0;color:var(--mrittik-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:transform .3s ease-in-out;visibility:hidden;z-index:1045}}@media (max-width:991.98px) and (prefers-reduced-motion:reduce){.offcanvas-lg{transition:none}}@media (max-width:991.98px){.offcanvas-lg.show:not(.hiding),.offcanvas-lg.showing{transform:none}.offcanvas-lg.hiding,.offcanvas-lg.show,.offcanvas-lg.showing{visibility:visible}.offcanvas-lg.offcanvas-start,.offcanvas-lg.offcanvas-start_02{border-right:var(--mrittik-offcanvas-border-width) solid var(--mrittik-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--mrittik-offcanvas-width)}.offcanvas-lg.offcanvas-end{border-left:var(--mrittik-offcanvas-border-width) solid var(--mrittik-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--mrittik-offcanvas-width)}.offcanvas-lg.offcanvas-top{border-bottom:var(--mrittik-offcanvas-border-width) solid var(--mrittik-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom,.offcanvas-lg.offcanvas-top{height:var(--mrittik-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-lg.offcanvas-bottom{border-top:var(--mrittik-offcanvas-border-width) solid var(--mrittik-offcanvas-border-color);transform:translateY(100%)}}@media (min-width:992px){.offcanvas-lg{--mrittik-offcanvas-height:auto;--mrittik-offcanvas-border-width:0;background-color:initial!important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{background-color:initial!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (max-width:1199.98px){.offcanvas-xl{background-clip:padding-box;background-color:var(--mrittik-offcanvas-bg);bottom:0;color:var(--mrittik-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:transform .3s ease-in-out;visibility:hidden;z-index:1045}}@media (max-width:1199.98px) and (prefers-reduced-motion:reduce){.offcanvas-xl{transition:none}}@media (max-width:1199.98px){.offcanvas-xl.show:not(.hiding),.offcanvas-xl.showing{transform:none}.offcanvas-xl.hiding,.offcanvas-xl.show,.offcanvas-xl.showing{visibility:visible}.offcanvas-xl.offcanvas-start,.offcanvas-xl.offcanvas-start_02{border-right:var(--mrittik-offcanvas-border-width) solid var(--mrittik-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--mrittik-offcanvas-width)}.offcanvas-xl.offcanvas-end{border-left:var(--mrittik-offcanvas-border-width) solid var(--mrittik-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--mrittik-offcanvas-width)}.offcanvas-xl.offcanvas-top{border-bottom:var(--mrittik-offcanvas-border-width) solid var(--mrittik-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom,.offcanvas-xl.offcanvas-top{height:var(--mrittik-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-xl.offcanvas-bottom{border-top:var(--mrittik-offcanvas-border-width) solid var(--mrittik-offcanvas-border-color);transform:translateY(100%)}}@media (min-width:1200px){.offcanvas-xl{--mrittik-offcanvas-height:auto;--mrittik-offcanvas-border-width:0;background-color:initial!important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{background-color:initial!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (max-width:1399.98px){.offcanvas-xxl{background-clip:padding-box;background-color:var(--mrittik-offcanvas-bg);bottom:0;color:var(--mrittik-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:transform .3s ease-in-out;visibility:hidden;z-index:1045}}@media (max-width:1399.98px) and (prefers-reduced-motion:reduce){.offcanvas-xxl{transition:none}}@media (max-width:1399.98px){.offcanvas-xxl.show:not(.hiding),.offcanvas-xxl.showing{transform:none}.offcanvas-xxl.hiding,.offcanvas-xxl.show,.offcanvas-xxl.showing{visibility:visible}.offcanvas-xxl.offcanvas-start,.offcanvas-xxl.offcanvas-start_02{border-right:var(--mrittik-offcanvas-border-width) solid var(--mrittik-offcanvas-border-color);left:0;top:0;transform:translateX(-100%);width:var(--mrittik-offcanvas-width)}.offcanvas-xxl.offcanvas-end{border-left:var(--mrittik-offcanvas-border-width) solid var(--mrittik-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--mrittik-offcanvas-width)}.offcanvas-xxl.offcanvas-top{border-bottom:var(--mrittik-offcanvas-border-width) solid var(--mrittik-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom,.offcanvas-xxl.offcanvas-top{height:var(--mrittik-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas-xxl.offcanvas-bottom{border-top:var(--mrittik-offcanvas-border-width) solid var(--mrittik-offcanvas-border-color);transform:translateY(100%)}}@media (min-width:1400px){.offcanvas-xxl{--mrittik-offcanvas-height:auto;--mrittik-offcanvas-border-width:0;background-color:initial!important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{background-color:initial!important;display:flex;flex-grow:0;overflow-y:visible;padding:0}}.offcanvas{background-clip:padding-box;background-color:var(--mrittik-offcanvas-bg);bottom:0;color:var(--mrittik-offcanvas-color);display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:transform .3s ease-in-out;visibility:hidden;z-index:1045}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas.show:not(.hiding),.offcanvas.showing{transform:none}.offcanvas.hiding,.offcanvas.show,.offcanvas.showing{visibility:visible;z-index:9999}.offcanvas.offcanvas-start{width:var(--mrittik-offcanvas-width)}.offcanvas.offcanvas-start,.offcanvas.offcanvas-start_02{border-right:var(--mrittik-offcanvas-border-width) solid var(--mrittik-offcanvas-border-color);left:0;top:0;transform:translateX(-100%)}.offcanvas.offcanvas-start_02{width:300px}.offcanvas.offcanvas-end{border-left:var(--mrittik-offcanvas-border-width) solid var(--mrittik-offcanvas-border-color);right:0;top:0;transform:translateX(100%);width:var(--mrittik-offcanvas-width)}.offcanvas.offcanvas-top{border-bottom:var(--mrittik-offcanvas-border-width) solid var(--mrittik-offcanvas-border-color);top:0;transform:translateY(-100%)}.offcanvas.offcanvas-bottom,.offcanvas.offcanvas-top{height:var(--mrittik-offcanvas-height);left:0;max-height:100%;right:0}.offcanvas.offcanvas-bottom{border-top:var(--mrittik-offcanvas-border-width) solid var(--mrittik-offcanvas-border-color);transform:translateY(100%)}.offcanvas-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{align-items:center;display:flex;justify-content:space-between;padding:var(--mrittik-offcanvas-padding-y) var(--mrittik-offcanvas-padding-x)}.offcanvas-header .btn-close{margin-bottom:calc(var(--mrittik-offcanvas-padding-y)*-.5);margin-right:calc(var(--mrittik-offcanvas-padding-x)*-.5);margin-top:calc(var(--mrittik-offcanvas-padding-y)*-.5);padding:calc(var(--mrittik-offcanvas-padding-y)*.5) calc(var(--mrittik-offcanvas-padding-x)*.5)}.offcanvas-title{line-height:1.5;margin-bottom:0}.offcanvas-body{flex-grow:1;overflow-y:auto;padding:var(--mrittik-offcanvas-padding-y) var(--mrittik-offcanvas-padding-x)}.placeholder{background-color:currentcolor;cursor:wait;display:inline-block;min-height:1em;opacity:.5;vertical-align:middle}.placeholder.btn:before{content:"";display:inline-block}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{animation:placeholder-wave 2s linear infinite;-webkit-mask-image:linear-gradient(130deg,#000 55%,#000c 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,#000c 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%}@keyframes placeholder-wave{to{-webkit-mask-position:-200% 0;mask-position:-200% 0}}.clearfix:after{clear:both;content:"";display:block}.text-bg-dark{background-color:#1b1b1b!important;background-color:RGBA(27,27,27,var(--mrittik-bg-opacity,1))!important;color:#fff!important}.text-bg-black{background-color:#000!important;background-color:RGBA(0,0,0,var(--mrittik-bg-opacity,1))!important;color:#fff!important}.text-bg-white{background-color:#fff!important;background-color:RGBA(255,255,255,var(--mrittik-bg-opacity,1))!important;color:#000!important}.text-bg-gray{background-color:#f2f2f2!important;background-color:RGBA(242,242,242,var(--mrittik-bg-opacity,1))!important;color:#000!important}.link-dark{color:#1b1b1b!important}.link-dark:focus,.link-dark:hover{color:#161616!important}.link-black,.link-black:focus,.link-black:hover{color:#000!important}.link-white,.link-white:focus,.link-white:hover{color:#fff!important}.link-gray{color:#f2f2f2!important}.link-gray:focus,.link-gray:hover{color:#f5f5f5!important}.ratio{position:relative;width:100%}.ratio:before{content:"";display:block;padding-top:var(--mrittik-aspect-ratio)}.ratio>*{height:100%;left:0;position:absolute;top:0;width:100%}.ratio-1x1{--mrittik-aspect-ratio:100%}.ratio-4x3{--mrittik-aspect-ratio:75%}.ratio-16x9{--mrittik-aspect-ratio:56.25%}.ratio-21x9{--mrittik-aspect-ratio:42.85714%}.fixed-top{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:1030}.fixed-bottom{bottom:0}.sticky-top{top:0}.sticky-bottom,.sticky-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-bottom{bottom:0}@media (min-width:576px){.sticky-sm-top{top:0}.sticky-sm-bottom,.sticky-sm-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-sm-bottom{bottom:0}}@media (min-width:768px){.sticky-md-top{top:0}.sticky-md-bottom,.sticky-md-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-md-bottom{bottom:0}}@media (min-width:992px){.sticky-lg-top{top:0}.sticky-lg-bottom,.sticky-lg-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-lg-bottom{bottom:0}}@media (min-width:1200px){.sticky-xl-top{top:0}.sticky-xl-bottom,.sticky-xl-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-xl-bottom{bottom:0}}@media (min-width:1400px){.sticky-xxl-top{top:0}.sticky-xxl-bottom,.sticky-xxl-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-xxl-bottom{bottom:0}}.hstack{align-items:center;flex-direction:row}.hstack,.vstack{align-self:stretch;display:flex}.vstack{flex:1 1 auto;flex-direction:column}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.stretched-link:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{align-self:stretch;background-color:currentcolor;display:inline-block;min-height:1em;opacity:.25;width:1px}.align-baseline{vertical-align:initial!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem #00000026!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #e6e6e6!important;border:var(--mrittik-border-width) var(--mrittik-border-style) var(--mrittik-border-color)!important}.border-0{border:0!important}.border-top{border-top:1px solid #e6e6e6!important;border-top:var(--mrittik-border-width) var(--mrittik-border-style) var(--mrittik-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #e6e6e6!important;border-right:var(--mrittik-border-width) var(--mrittik-border-style) var(--mrittik-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #e6e6e6!important;border-bottom:var(--mrittik-border-width) var(--mrittik-border-style) var(--mrittik-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #e6e6e6!important;border-left:var(--mrittik-border-width) var(--mrittik-border-style) var(--mrittik-border-color)!important}.border-start-0{border-left:0!important}.border-dark{--mrittik-border-opacity:1;border-color:rgba(var(--mrittik-dark-rgb),var(--mrittik-border-opacity))!important}.border-black{--mrittik-border-opacity:1;border-color:rgba(var(--mrittik-black-rgb),var(--mrittik-border-opacity))!important}.border-white{--mrittik-border-opacity:1;border-color:rgba(var(--mrittik-white-rgb),var(--mrittik-border-opacity))!important}.border-gray{--mrittik-border-opacity:1;border-color:rgba(var(--mrittik-gray-rgb),var(--mrittik-border-opacity))!important}.border-1{--mrittik-border-width:1px}.border-2{--mrittik-border-width:2px}.border-3{--mrittik-border-width:3px}.border-4{--mrittik-border-width:4px}.border-5{--mrittik-border-width:5px}.border-opacity-10{--mrittik-border-opacity:0.1}.border-opacity-25{--mrittik-border-opacity:0.25}.border-opacity-50{--mrittik-border-opacity:0.5}.border-opacity-75{--mrittik-border-opacity:0.75}.border-opacity-100{--mrittik-border-opacity:1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-bottom:0!important;margin-top:0!important}.my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.py-0{padding-bottom:0!important;padding-top:0!important}.py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.font-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important;font-family:var(--mrittik-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-semibold{font-weight:600!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-dark{color:rgba(27,27,27,var(--mrittik-text-opacity))!important;color:rgba(var(--mrittik-dark-rgb),var(--mrittik-text-opacity))!important}.text-black,.text-dark{--mrittik-text-opacity:1}.text-black{color:rgba(0,0,0,var(--mrittik-text-opacity))!important;color:rgba(var(--mrittik-black-rgb),var(--mrittik-text-opacity))!important}.text-white{color:rgba(255,255,255,var(--mrittik-text-opacity))!important;color:rgba(var(--mrittik-white-rgb),var(--mrittik-text-opacity))!important}.text-gray,.text-white{--mrittik-text-opacity:1}.text-gray{color:rgba(242,242,242,var(--mrittik-text-opacity))!important;color:rgba(var(--mrittik-gray-rgb),var(--mrittik-text-opacity))!important}.text-body{color:rgba(33,37,41,var(--mrittik-text-opacity))!important;color:rgba(var(--mrittik-body-color-rgb),var(--mrittik-text-opacity))!important}.text-body,.text-muted{--mrittik-text-opacity:1}.text-muted{color:#212529bf!important;color:rgba(var(--mrittik-body-color-rgb),.75)!important}.text-black-50{--mrittik-text-opacity:1;color:#00000080!important}.text-white-50{--mrittik-text-opacity:1;color:#ffffff80!important}.text-reset{--mrittik-text-opacity:1;color:inherit!important}.text-opacity-25{--mrittik-text-opacity:0.25}.text-opacity-50{--mrittik-text-opacity:0.5}.text-opacity-75{--mrittik-text-opacity:0.75}.text-opacity-100{--mrittik-text-opacity:1}.bg-dark{background-color:rgba(27,27,27,var(--mrittik-bg-opacity))!important;background-color:rgba(var(--mrittik-dark-rgb),var(--mrittik-bg-opacity))!important}.bg-black,.bg-dark{--mrittik-bg-opacity:1}.bg-black{background-color:rgba(0,0,0,var(--mrittik-bg-opacity))!important;background-color:rgba(var(--mrittik-black-rgb),var(--mrittik-bg-opacity))!important}.bg-white{background-color:rgba(255,255,255,var(--mrittik-bg-opacity))!important;background-color:rgba(var(--mrittik-white-rgb),var(--mrittik-bg-opacity))!important}.bg-gray,.bg-white{--mrittik-bg-opacity:1}.bg-gray{background-color:rgba(242,242,242,var(--mrittik-bg-opacity))!important;background-color:rgba(var(--mrittik-gray-rgb),var(--mrittik-bg-opacity))!important}.bg-body{--mrittik-bg-opacity:1;background-color:rgba(255,255,255,var(--mrittik-bg-opacity))!important;background-color:rgba(var(--mrittik-body-bg-rgb),var(--mrittik-bg-opacity))!important}.bg-transparent{--mrittik-bg-opacity:1;background-color:initial!important}.bg-opacity-10{--mrittik-bg-opacity:0.1}.bg-opacity-25{--mrittik-bg-opacity:0.25}.bg-opacity-50{--mrittik-bg-opacity:0.5}.bg-opacity-75{--mrittik-bg-opacity:0.75}.bg-opacity-100{--mrittik-bg-opacity:1}.bg-gradient{background-image:linear-gradient(180deg,#ffffff26,#fff0)!important;background-image:var(--mrittik-gradient)!important}.user-select-all{-webkit-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.375rem!important;border-radius:var(--mrittik-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.25rem!important;border-radius:var(--mrittik-border-radius-sm)!important}.rounded-2{border-radius:.375rem!important;border-radius:var(--mrittik-border-radius)!important}.rounded-3{border-radius:.5rem!important;border-radius:var(--mrittik-border-radius-lg)!important}.rounded-4{border-radius:1rem!important;border-radius:var(--mrittik-border-radius-xl)!important}.rounded-5{border-radius:2rem!important;border-radius:var(--mrittik-border-radius-2xl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important;border-radius:var(--mrittik-border-radius-pill)!important}.rounded-top{border-top-left-radius:.375rem!important;border-top-left-radius:var(--mrittik-border-radius)!important}.rounded-end,.rounded-top{border-top-right-radius:.375rem!important;border-top-right-radius:var(--mrittik-border-radius)!important}.rounded-bottom,.rounded-end{border-bottom-right-radius:.375rem!important;border-bottom-right-radius:var(--mrittik-border-radius)!important}.rounded-bottom,.rounded-start{border-bottom-left-radius:.375rem!important;border-bottom-left-radius:var(--mrittik-border-radius)!important}.rounded-start{border-top-left-radius:.375rem!important;border-top-left-radius:var(--mrittik-border-radius)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-bottom:0!important;margin-top:0!important}.my-sm-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-sm-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-sm-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-sm-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-sm-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-sm-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.py-sm-0{padding-bottom:0!important;padding-top:0!important}.py-sm-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-sm-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-sm-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-sm-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-sm-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-bottom:0!important;margin-top:0!important}.my-md-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-md-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-md-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-md-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-md-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-md-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.py-md-0{padding-bottom:0!important;padding-top:0!important}.py-md-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-md-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-md-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-md-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-md-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-bottom:0!important;margin-top:0!important}.my-lg-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-lg-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-lg-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-lg-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-lg-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-lg-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.py-lg-0{padding-bottom:0!important;padding-top:0!important}.py-lg-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-lg-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-lg-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-lg-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-lg-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-bottom:0!important;margin-top:0!important}.my-xl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xl-0{padding-bottom:0!important;padding-top:0!important}.py-xl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xl-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-bottom:0!important;margin-top:0!important}.my-xxl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xxl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xxl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xxl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xxl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xxl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xxl-0{padding-bottom:0!important;padding-top:0!important}.py-xxl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xxl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xxl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xxl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xxl-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}html{font-size:100%;scroll-behavior:smooth}body,html{overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;font-family:Montserrat,sans-serif;font-size:1rem;line-height:26px;transition:all .5s ease-in-out}.container,body{position:relative}.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1920px;padding:0 40px}@media screen and (min-width:992px){.container-sm{max-width:970px}}@media screen and (min-width:1200px){.container{max-width:1170px}}@media screen and (min-width:1600px){.container{max-width:1400px}.container-sm{max-width:1170px}}@media screen and (max-width:1199px){.container{max-width:100%}}@media screen and (max-width:991px){.container-sm{max-width:100%}}.wrapper{position:relative}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;margin-bottom:0;margin-top:0}.h1,h1{font-size:calc(1.425rem + 1.8vw);font-weight:700}@media (min-width:1400px){.h1,h1{font-size:3rem}}.h2,h2{font-size:calc(1.35rem + 1.02857vw);font-weight:700}@media (min-width:1400px){.h2,h2{font-size:2.25rem}}.h3,h3{font-size:calc(1.3125rem + .64286vw);font-weight:700}@media (min-width:1400px){.h3,h3{font-size:1.875rem}}.h4,h4{font-size:calc(1.275rem + .25714vw);font-weight:700}@media (min-width:1400px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h5,.h6,h5,h6{font-weight:600}.h6,h6{font-size:1rem}p{font-weight:400;line-height:26px}a{color:#1b1b1b;transition:all .5s ease-in-out}a,a:hover{outline:none;text-decoration:none}a:hover{color:#ffca08}.bg-dark{color:#999}.bg-dark a{color:#fff}.bg-dark a.active,.bg-dark a:hover{color:#ffca08}.clearfix{clear:both}.divider{display:inline-block;margin:30px 0}table{border:1px solid #eee;margin-bottom:10px}table td,table th{border-bottom:1px solid #eee;border-right:1px solid #eee;padding:3px 10px;text-align:center}img{max-width:100%}.section,section{padding:100px 0;position:relative;z-index:1}.large_font{position:absolute;top:85px;width:100%}.large_font .h2,.large_font h2{font-size:calc(2.625rem + 14.14286vw);letter-spacing:1.25rem;line-height:calc(2.475rem + 12.6vw);text-align:center;text-transform:uppercase}@media (min-width:1400px){.large_font .h2,.large_font h2{font-size:15rem;line-height:13.5rem}}.large_font_bottom{top:217px}input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=range],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select{height:64px}input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=range],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea.form-control{-webkit-appearance:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;background-clip:padding-box;background-color:#000;border-radius:0;border-width:0;box-sizing:border-box;color:#b2b2b2;display:block;font-size:.75rem;font-weight:600;outline:none;outline-offset:0;padding:10px 40px;transition:all .5s ease-in-out;width:100%}textarea.form-control{height:150px}input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=range]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea.form-control:focus{background-color:#1b1b1b;border-color:#1b1b1b;box-shadow:none;color:#fff;outline:none;outline-offset:0;transition:all .5s ease-in-out}label{color:#b2b2b2;display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase}::-webkit-input-placeholder{color:#b2b2b2;font-size:.75rem;font-weight:600;text-transform:uppercase}::-moz-placeholder{color:#b2b2b2;font-size:.75rem;font-weight:600;text-transform:uppercase}:-ms-input-placeholder{color:#b2b2b2;font-size:.75rem;font-weight:600;text-transform:uppercase}:-moz-placeholder{color:#b2b2b2;font-size:.75rem;font-weight:600;text-transform:uppercase}:placeholder{color:#b2b2b2;font-size:.75rem;font-weight:600;text-transform:uppercase}::-webkit-scrollbar-track{background-color:#fff;-webkit-box-shadow:inset 0 0 6px #0003}::-webkit-scrollbar{background-color:#fff;width:6px}::-webkit-scrollbar-thumb{background-color:#2e2e2e}.bg_1,.bg_2{background:url(/static/media/bg-1.d1ed485dd7a0cf8f9b32.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover}.bg_3{background:url(/static/media/bg-3.fdd479c275f4e4328b64.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover}.btn_group{display:block;z-index:1}.btn,.btn_group{position:relative}.btn{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#000;border:none;border-radius:0;color:#fff;cursor:pointer;display:inline-block;font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:700;line-height:1.5rem;outline:none;padding:.75rem calc(1.41875rem + 1.73571vw);text-align:center;text-decoration:none;text-transform:uppercase;transition:all .5s ease-in-out;width:auto}@media (min-width:1400px){.btn{padding:.75rem 2.9375rem}}.btn:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALMAAAAwCAYAAABaMEuFAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIdSURBVHgB7dLNjRsxEEThCmFDYAibkZmJOxMzE4fgEJzKagRhTqpmU+AIOrwHzK00P+InPa/drn+361u1Vvffj327aB+P/Vdx3xf3cbt+q96x/1Pcfj3eZeX+Y2HftH62/2/Xr+J+9ayO3d+FfdfaWZ0PAXR+f0A/D9AX7EOAdjUBevse0D5A53UBeloXoLP9x4K+8qMBne8B7e//CujLPxrQ+R7Q/v6roO8NAdrVBehs/0mgz4YA7eoCdLYH9CRA+wBdbAjQri5AZ3tATwK0D9DFhgDt6gJ0tgf0JED7AF1sCNCuLkBne0BPArQP0MWGAO3qAnS2fxvo6kOOhgDt6gJ0tn8H6PuPAP28EKBdTZ8H+vxoQD8vBGhX02eBvgfovBCgXU2A3r4HtA/QxYYA7eoCdLYH9CRA+wBdbAjQri5AZ3tATwK0D9DFhgDt6gJ0tgf0JED7AF1sCNCuLkBn+5dBV18K0HkhQLua3gN66U8CdF4I0K6m60HfCwF61z4EaFfTtaDPQoDetQ8B2tUE6O17QPsAXWwI0K4uQGd7QE8CtA/QxYYA7eoCdLYH9CRA+wBdbAjQri5AZ3tATwK0D9DFhgDt6gJ0tj9Br340oPfsQ4B2Nb0GeukhRyFA79qHAO1qWj/b5YcchQC9ax8CtKtp7axeeshRCNC79iFAu5oAvX0PaB+gL3ifJkDP7g/oSSFA79qHAO1qSs7qB41TS1P6VTN+AAAAAElFTkSuQmCC);border:1px solid #000;box-sizing:border-box;content:"";display:block;height:100%;left:9px;position:absolute;top:9px;transition:left .3s ease-out .3s,top .3s ease-out .3s;width:100%;z-index:-1}.btn:hover{background-color:#0009;border-color:#0000;color:#fff}.btn:hover:before{left:0;top:0}.btn.white{background-color:#fff;color:#000}.btn.white:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALMAAAAwCAYAAABaMEuFAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIFSURBVHgB7dLRbYMwFIVhRsgIGSEbtZu0m7SbZISOwCiUKEbigXN8r2UjHn4kpDz818bxN00Hz7Is9/X9W9/HFHga+kfp74P679Lfgv1nsn+t/zUFn9L/BNtb+ZbM+r/RvvFu5/X9CPbZu3qt/0z0qbvabwJovz6gj3tAD+gBrVtAD+gBrVtA+x7QgR7Qvp8vCXrwoQHte0Dr9Z9Z0GccGtC+B7Re/5kBvf0AtO4B7fv5KqD3g4DWPaB9D+hKD2jdAjo4CGjdA9r3gK70gNYtoIODgNY9oH0P6EoPaN0COjgIaN0D2veArvSA1i2gg4OA1j2gfX8O6OgmZRDQuge07+fRoKcyBOjjHtC6vRzo/aEBfdwDWreXAr0NAdr3gNYtoAf0gNYtoIMzgNY9oH0P6EoPaN0COjgDaN0D2veArvSA1i2ggzOA1j2gfQ/oSg9o3QI6OANo3QPa922gEx8FaN8DWrengE79SYCu9oDW7XDQ2w9A9+sBrduhoPeDgO7XA1q3gB7QA1q3gA7OAFr3gPY9oCs9oHUL6OAMoHUPaN8DutIDWreADs4AWveA9j2gKz2gdQvo4AygdQ9o379BNxwa0H16QOu2CXRqkzII6H49oHWbvtv0JqUHdL8e0LpN3VXTJqUHdL8e0LoF9IAe0LoFdO/vAXRofUBXekD36wGtW3tX/zc9GMmW1vQAAAAAAElFTkSuQmCC);border-color:#fff}.btn.white:hover{background-color:#fff9;color:#000}.btn.gray{background-color:#54595f;color:#fff}.btn.gray:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALMAAAAwCAYAAABaMEuFAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAQNSURBVHgB7Z27bhNBFIZ3PXkASqiAJtcCeAKUJ8Akdp34CeANMBWUUEEXUyHkC3ZJBSnpQmO7I3SULoNkezknWkeJvefMrDN7Kf4jRXaUb/+ZnfnieGejcRgkVLVafbCxsfE1DMNGu90+CyyVlq/X64+jKDqZTqfP+/3+uW++Vqs16eEZ8fvET2z8wcHBcaVSeeHKx/lRp9N5HTgU89T/+91ut2FjaSzv0Fh+p6d91/zDw8MWjf1vF36duTXGcH+a1P9PNj7tXMX9Yb7hwmtzZZIOGI/Hk83NzW900Oe9vb2fw+Hwr9ZAWp5/zhzzfBwf75n/sbu7e4/4N8R/If5C40ej0dn29vY/mrQPLnycv09fT+n5aWAp5qn/T3Z2do6orYHGctvcB+r7W8q/65JPmX3KblAbj2z8OnO7tbU1IL5F/ZlQW780Pu1cxf05ZaH50cZrc2UsjUBoPR9CJ1RRQhuHRiC0ng+hE6oIoVWZrzUCofV8CJ1QeQtt6OLkVRYnDaF1HkKr/VlLaJPlSUNonYfQan9SCx3yN1kv7WDZTuexbKf2x3nZ7vI9c9a/xXiF1nm8Qqv9cX6FvroAhNByQWidL4vQN1YzILRcEFrnyyD0ytIchJYLQut80UInrjNDaLkgtM4XKbR40wRCywWhdb4oodU7gBBaLgit80UIbb2dDaHlgtA6n7fQVpm5ILRcEFrn8xTa0B2iI1sjXBBaLgit83kJbejAFp3IBYRe4SG0nF9KoQ2fNE3ARwidyENoOb90QpvFSUNokYfQcn6phDZxIxBa5yG0nF8aoc21RiC0zkNoOb8UQpulRiC0zkNoOb9woU1CIxBa5yG0nF+o0NK+GRBa5yG0nF+Y0Nq+GRBa5yG0nF+I0LZ9MyC0zkNoOT93oV32zYDQOg+h5fxchXbdNwNC6zyElvNzE9q4DhKEhtBL/S+d0CbNIEFoCL3U/1IJbeInENofD6Hl/EyFvroAhNBeeQgt52cm9I3VDAjtlYfQcn4mQq8szUForzyElvO9C524zgyhvfIQWs73KrR40wRCe+UhtJzvTWj1DiCE9spDaDnfi9DW29kQ2isPoeX8WwsdBo6VZhPtxabYURS9c9mEmgsbnsuFDc91frHheYX/NyNwKOpIkx5CF54HnAeeOvSS9+UIHIoG8pgG9KFj/jmLwwKxSL55HkQeTB5UHizffDyWA5aC5bDxvV6vNZ/P37vyaeZqwVP//9BcndjYxdzS06prftZzO5vNuD/NimsjXBDaHw+h1fy1hL58m5HmzwAX3nL44/GWQ81PNVepP9OECxeFXnlcFMr5qeZqrc804YLQXnkILec7z9Xan2nCBaG98hBazneaq1t9pgkXhPbKQ2g53zpX/wHV1lJT2Yer0gAAAABJRU5ErkJggg==);border-color:#54595f}.btn.gray:hover{background-color:#54595f99;color:#fff}.btn.olive{background-color:#ffca08;color:#fff}.btn.olive:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALMAAAAwCAYAAABaMEuFAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAANxSURBVHgB7Z1RbtNAEIZ3Nkh95QaUG3CFngB4bCtIfQI4AJANcAA4gRtQ28fCCXoFbgDcgFckYrNrNZHSembWydjOw/8/Rt/Opt6v8tgjteRaclWGw9rTdV3VxWkRfjglXfmLMjwhT+Xfqn5eFOGXPT8P5N3TyB9F/k9G/bNY/1U+Pw/+ga+PX7ydu4wk3k3o0enLd4XGlmV4eODphrz/llv/cjE/j/zPHH67s/U3zvlwMn2z0PiuZ9XUn0R+WReZLrBnReImEFqsD6HbM5bQpG4CocX6ELo9YwhNWZtAaLE+hG7P0EKrMq83gdBifQjdniGF9ldfP8y0BcexKMUvk75U+nLWfLqI6WLGQ7uOh3doz89CXbnvSYokR0b981j/cz4/C9W/inKu5Yp3y/r3xZf3pcamX6Z0UHVVPcutfzKdnUX+cX9nWx05V4XLxcepxnc9q6Z+FPkgCp3pwvqsfL8/NISWeAgt1N9C6KbN6P+2hJZD4tFyCPU7tBzrnhlCi/UhtMjvh9AbD4AQWqwPoUV+fKHvvc2A0GJ9CC3y4wrd+moOQov1IbTIjyc0cQshtFgfQov8OEKTtBBCi/UhtMgPLzRpCyG0WB9Ci/ywQmeNsyG0WB9Ci/xwQmfJnAKhxfoQWuSHEdrnjCNT+h+PYvQt8Rh9C/VvR9/eueVrCN3GQ2gu+yo0rW5Lzk0+5dwGUtByiPXRcoh8fy1H0zNDaI2H0Fz2Sej1AyCE1ngIzWVfhN54mwGhNR5Cc9kHoenuBxBa4yE0l7GFprZFEFrjITSXMYUmbhGE1ngIzWUsoUlaBKE1HkJzGUNo0hZBaI2H0FyGFlqVOQVCazyE5jKk0Fl/N2M1HsXom+Mx+uYy5Ojb514kCK3xEJrLUEI3bUaX2xhaDo1Hy8Gl75Zj3TNDaEseQnPpU+iNB0AIbclDaC59CX3vbQaEtuQhNJc+hKa2DyG0JQ+huVgLTdxCCG3JQ2gulkKTtBBCW/IQmouV0KQthNCWPITmYiG0KnMKhLbkITSXXYXOkjkFQlvyEJrLLkL7LuNRjL6teIy+uewy+s7+nyYpENqSh9BcthW6aTO63AZS0HJY8mg5uHQ9K9pmkxQIbclDaC5dzoq23SQFQlvyEJpL7lnRLpukQGhLHkJzyTkr2nWTFAhtyUNoLtpZ/QccUKOyUtZ+UAAAAABJRU5ErkJggg==);border-color:#ffca08}.btn.olive:hover{background-color:#a6a18299;color:#fff}.btn_2{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#000;border:none;border-radius:0;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:700;line-height:1.5rem;outline:none;padding:.75rem calc(1.41875rem + 1.73571vw);position:relative;text-align:center;text-decoration:none;text-transform:uppercase;width:auto}@media (min-width:1400px){.btn_2{padding:.75rem 2.9375rem}}.btn_2:after,.btn_2:before{border:1px solid #0000;box-sizing:inherit;content:"";height:0;position:absolute;width:0}.btn_2:before{left:0;top:0}.btn_2:after{bottom:0;right:0}.btn_2:hover:after,.btn_2:hover:before{height:100%;width:100%}.btn_2:hover:before{border-right-color:#ffca08;border-top-color:#ffca08;transition:width .3s ease-out,height .3s ease-out .3s}.btn_2:hover:after{border-bottom-color:#ffca08;border-left-color:#ffca08;transition:border-color 0s ease-out .6s,width .3s ease-out .6s,height .3s ease-out 1s}.details_link{color:#ffca08;font-size:.6875rem;font-weight:600;line-height:1.375rem;margin-bottom:0;text-transform:uppercase;transition-delay:.9s}.details_link a{align-items:center;color:#ffca08;display:flex}.details_link a .link_text{margin-right:1.875rem}.details_link a .link_icon{align-items:center;display:inline-flex;position:relative}.details_link a .link_icon .line{background-color:#ffca08;display:inline-block;height:.0625rem;position:absolute;right:50%;top:49.4%;transform-origin:right;transition:all .5s ease-in-out;width:2.1875rem;z-index:1}.details_link a .link_icon .circle{border:1px solid #ffca08;border-radius:100%;display:inline-block;height:2.25rem;position:relative;width:2.25rem}.details_link a .link_icon .dot{background-color:#ffca08;border-radius:100%;display:inline-block;height:.375rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:.375rem}.details_link a:hover .link_icon .line{animation:scaleAnim1 2s linear infinite}.details_link a:hover .link_icon .circle{animation:rotateAnim 7s linear infinite;border-style:dashed}.details_link a:hover .link_icon .dot{animation:scaleAnim2 2s ease-in-out infinite}.details_link.l-dir a .link_icon .line{left:calc(50% + 5px);right:auto;transform-origin:left}.details_link.l-dir a .link_icon .dot{animation:none;background-color:initial;border-color:#0000 #ffca08 #0000 #0000;border-radius:0;border-style:solid;border-width:5px 10px 5px 0;display:inline-block;height:0;width:0}.details_link.r-dir a .link_icon .line{left:auto;right:calc(50% + 5px);transform-origin:right}.details_link.r-dir a .link_icon .dot{animation:none;background-color:initial;border-color:#0000 #0000 #0000 #ffca08;border-radius:0;border-style:solid;border-width:5px 0 5px 10px;display:inline-block;height:0;width:0}@keyframes scaleAnim1{0%{transform:scaleX(1)}50%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes rotateAnim{to{transform:rotate(1turn)}}@keyframes scaleAnim2{0%{transform:translate(-50%,-50%) scale(1)}50%{background:#fff;transform:translate(-50%,-50%) scale(.8)}to{transform:translate(-50%,-50%) scale(1)}}.header{background-color:initial;left:0;position:fixed;right:0;top:0;width:100%;z-index:9}.header,.header .header_inner{transition:all .5s ease-in-out}.header .header_inner{padding:1.875rem 0}.header.sticky{transform:perspective(300px) rotateX(0deg);transform-origin:top}.header.sticky .header_inner{padding:.625rem 0;transition:all .5s ease-in-out}.header .top_bar.top-up{overflow:hidden;transform:perspective(300px) rotateX(-90deg);transform-origin:top;transition:all .5s ease-in-out}.header .logo{cursor:pointer;flex-shrink:0;position:relative}.header .logo a{display:inline-block}.header .logo a img{transition:all .5s ease-in-out}.header .logo a.dark_logo{left:0;opacity:0;position:absolute;top:0;visibility:hidden}.header .mainnav ul.main_menu{margin:0;padding:0}.header .mainnav ul.main_menu li{font-size:.875rem;line-height:1;line-height:1.5rem}.header .mainnav ul.main_menu li,.header .mainnav ul.main_menu li a{border:0;display:inline-block;font-weight:500;list-style:none;position:relative}.header .mainnav ul.main_menu li a{color:#fff;font-family:Montserrat,sans-serif;font-size:.75rem;letter-spacing:1.2px;line-height:1.25rem;padding:1.875rem 0;text-align:center;text-decoration:none;text-transform:uppercase}.header .mainnav ul.main_menu li:hover>ul{opacity:1;transform:translateZ(0);visibility:visible}.header .mainnav ul.main_menu li.active>a,.header .mainnav ul.main_menu li.current>a,.header .mainnav ul.main_menu li:hover>a{color:#ffca08}.header .mainnav ul.main_menu li ul{background:#212121;left:0;margin:0;min-width:12.5rem;opacity:0;padding:.9375rem 1.5625rem;position:absolute;transform:translate3d(15px,0,0);transition:all .5s ease-in-out;visibility:hidden;z-index:5}.header .mainnav ul.main_menu li ul li{width:100%}.header .mainnav ul.main_menu li ul li a{font-size:.6875rem;letter-spacing:1.5px;line-height:.875rem;padding:.625rem 0;text-align:left;width:100%}.header .mainnav ul.main_menu li ul li a:hover{color:#ffca08}.header .mainnav ul.main_menu li ul li:last-child>a{border-bottom:none}.header .mainnav ul.main_menu li ul li.menu-item-has-children>a:after{content:"\F285";font-family:bootstrap-icons;position:absolute;right:0;top:50%;transform:translateY(-50%)}.header .mainnav ul.main_menu li ul ul{border-top:0 solid #ffca08;left:calc(100% + 26px);top:-15px}.header .mainnav ul.main_menu li ul ul ul ul{left:auto;right:calc(100% + 26px)}.header .mainnav ul.main_menu>li:not(:last-child)>a{padding-right:calc(1.5625rem + 3.21429vw)}@media (min-width:1400px){.header .mainnav ul.main_menu>li:not(:last-child)>a{padding-right:4.375rem}}.header .mainnav ul.main_menu>li.menu-item-has-children>a:after{color:#fff;content:"\F282";display:inline-block;font-family:bootstrap-icons;font-size:10px;line-height:normal;margin-left:5px;transition:all .5s ease-in-out}.header .mainnav ul.main_menu>li.menu-item-has-children.active a:after,.header .mainnav ul.main_menu>li.menu-item-has-children.current a:after,.header .mainnav ul.main_menu>li.menu-item-has-children:hover a:after{color:#ffca08}.header .ma5menu__toggle{background:#0000;color:#999;flex-shrink:0;font-size:1.5rem;height:1.5rem;line-height:1.5rem;margin-left:1.25rem;padding:0;transition:all .5s ease-in-out;width:1.5rem}.header .ma5menu__toggle:focus{outline:none}.header .ma5menu__toggle:hover{color:#ffca08}.header .header_search{border-left:.0625rem solid #999;line-height:1.125rem;padding-left:1.25rem;transition:all .5s ease-in-out}.header .header_search .form-control-submit{background:#0000;border:none;color:#999;cursor:pointer;font-size:1rem;line-height:1.125rem;padding:0}.header .header_search .form-control-submit:focus{outline:none}.header #open_search{height:0;margin:0 15px 0 0;overflow:hidden;position:absolute;right:0;top:100%;transform:translateY(-30px);transition:all .5s ease-in-out;width:calc(3.4375rem + 22.5vw);z-index:3}@media (min-width:1400px){.header #open_search{width:23.125rem}}.header #open_search.active{height:3.75rem}.header #open_search .search_form{max-width:100%;width:100%}.header #open_search .search_form .form-control{background:#fff;border-radius:0;color:#000;height:3.75rem;padding:.3125rem 1.5625rem}.header #open_search .search_form .form-control-submit{background:#0000;border:0;bottom:0;color:#000;cursor:pointer;font-size:1rem;padding:.625rem;position:absolute;right:0;top:0}.aside_open{background:#0000;border:none;margin-right:1.25rem;outline:none;padding:0;position:relative;width:.875rem}.aside_open .line{background-color:#999;display:block;float:right;height:.125rem;transition:all .5s ease-in-out;width:100%}.aside_open .line:not(:last-child){margin-bottom:.25rem}.aside_open .line:nth-child(2){width:.75rem}.aside_open:hover .line:nth-child(2){width:.875rem}.aside_info_wrapper{background:#212121;bottom:0;height:100%;max-width:calc(4.875rem + 37.28571vw);overflow-y:auto;padding:calc(1.375rem + 1.28571vw) calc(1.4375rem + 1.92857vw);position:fixed;right:calc(-4.375rem - 32.14286vw);text-align:center;top:0;transform:scale(0);transition:all .5s ease-in-out;z-index:99}@media (min-width:1400px){.aside_info_wrapper{max-width:37.5rem;padding:2.5rem 3.125rem;right:-32.5rem}}.aside_info_wrapper.show{right:0;transform:scale(1)}.aside_info_wrapper .aside_close{align-items:center;background-color:initial;border:none;color:#999;display:flex;font-size:1.5rem;justify-content:end;margin-bottom:55px;padding:0;width:100%}.aside_info_wrapper::-webkit-scrollbar{background:#0000;width:0}.aside_info_wrapper .aside_logo{position:relative}.aside_info_wrapper .aside_logo a{display:inline-block}.aside_info_wrapper .aside_logo a img{max-width:160px;transition:all .5s ease-in-out}.aside_info_wrapper .aside_logo a.dark_logo{left:50%;opacity:0;position:absolute;top:0;transform:translateX(-50%);visibility:hidden}.aside_info_wrapper .aside_info_inner{margin-top:25px;padding:0 15px}.aside_info_wrapper .aside_info_inner .h5,.aside_info_wrapper .aside_info_inner h5{color:#fff;display:inline-block;margin-bottom:.9375rem;margin-top:1.875rem}.aside_info_wrapper .aside_info_inner .aside_info_inner_box{margin-top:1.875rem}.aside_info_wrapper .aside_info_inner .aside_info_inner_box p{font-size:.9375rem}.aside_info_wrapper .aside_info_inner .social_sites{margin-top:1.875rem}.aside_info_wrapper .aside_info_inner .social_sites ul{list-style-type:none;padding:0}.aside_info_wrapper .aside_info_inner .social_sites ul li:not(:last-child){margin-right:.625rem}.aside_info_wrapper .aside_info_inner .social_sites ul li a{background-color:#2e2e2e;border-radius:50%;color:#fff;display:inline-block;font-size:.875rem;height:1.875rem;line-height:1.875rem;text-align:center;width:1.875rem}.mr_menu_toggle{background:#0000;border:0;color:#999;flex-shrink:0;font-size:1.5rem;height:1.5rem;line-height:1.5rem;margin-left:1.25rem;padding:0;transition:all .5s ease-in-out;width:1.5rem}.mr_menu_toggle:focus{outline:none}.mr_menu_toggle:hover{color:#ffca08}.mr_menu{background:#1d1d1d;left:-300px;overflow:auto;padding:0;width:300px;z-index:99999}.mr_menu,.mr_menu .mr_menu_overlay{height:100%;position:fixed;top:0;transition:all .5s ease-in-out}.mr_menu .mr_menu_overlay{background-color:#222;left:0;opacity:.7;width:0;z-index:-1}.mr_menu .mr_menu_close{background:#0000;border:0 solid #ffca08;border-radius:0;color:#ffca08;font-size:20px;line-height:20px;padding:0;position:absolute;right:12px;top:10px;transition:all .5s ease}.mr_menu .mr_menu_close:focus{outline:none}.mr_menu .logo{margin:80px 0 50px;position:relative;text-align:center}.mr_menu .logo a{display:inline-block}.mr_menu .logo a img{transition:all .5s ease-in-out;width:100%}.mr_menu .logo a.dark_logo{left:50%;opacity:0;position:absolute;top:0;transform:translateX(-50%);visibility:hidden}.mr_menu .logo_left_menu{margin-bottom:calc(2.125rem + 9vw);margin-top:calc(1.5rem + 2.57143vw);position:relative;text-align:center}@media (min-width:1400px){.mr_menu .logo_left_menu{margin-bottom:10rem;margin-top:3.75rem}}.mr_menu .logo_left_menu a{display:inline-block}.mr_menu .logo_left_menu a img{transition:all .5s ease-in-out;width:100%}.mr_menu ul.main_menu{border-top:1px solid #ffffff1a;margin:0;padding:0}.mr_menu ul.main_menu li{border:0;display:block;font-size:16px;font-weight:500;line-height:1.5rem;list-style:none;position:relative;width:100%}.mr_menu ul.main_menu li a{align-items:center;border-bottom:1px solid #ffffff1a;border-left:3px solid #0000;color:#fff;display:flex;font-size:15px;font-weight:400;justify-content:space-between;line-height:1.25rem;list-style:none;padding:15px 10px;position:relative;text-align:center;text-decoration:none}.mr_menu ul.main_menu li.active>a,.mr_menu ul.main_menu li.current>a,.mr_menu ul.main_menu li:hover>a{border-left-color:#ffca08;color:#ffca08}.mr_menu ul.main_menu li .submenu_opener{background:#9999991a;border:none;color:#fff;cursor:pointer;display:block;height:50px;line-height:52px;position:absolute;right:0;text-align:center;top:0;width:40px;z-index:5}.mr_menu ul.main_menu li .submenu_opener i{display:block;position:relative;transition:all .5s ease}.mr_menu ul.main_menu li.nav_open>.submenu_opener i{animation:blinking 1.5s ease-in-out infinite;transform:rotate(90deg)}@keyframes blinking{0%{bottom:-3px}50%{bottom:3px}to{bottom:-3px}}.mr_menu ul.main_menu li ul{background:#222;border-radius:0;display:none;margin:0;min-width:auto;overflow:hidden;padding-left:10px;position:relative;width:100%;z-index:5}body.mr_menu_active{margin-left:300px;margin-right:-300px}body.mr_menu_active .mr_menu{left:0}body.mr_menu_active .mr_menu_overlay{width:100%}@media screen and (min-width:992px){body.mr_menu_active{margin-left:0;margin-right:0}.left_menu{padding-left:300px}.left_menu .mr_menu{left:0}@media screen and (max-width:991.9px){.left_menu{padding-left:0}}}.divider_bg{height:5rem;margin-top:calc(1.71875rem + 4.82143vw);position:relative;width:calc(100% - 260px);z-index:1}@media (min-width:1400px){.divider_bg{margin-top:5.9375rem}}.slide_content .slide_content_wrapper{height:auto;margin-bottom:0;overflow:hidden;position:relative;transition:all .5s ease-in-out}.slide_content .slide_content_wrapper .slide_content_inner{padding:20px 30px;position:relative;transition:all .5s ease-in-out;z-index:1}.slide_content .slide_content_wrapper .slide_content_inner .meta{margin-bottom:0;margin-top:0}.theme_slider{padding:calc(2.3125rem + 10.92857vw) 0 0;position:relative}@media (min-width:1400px){.theme_slider{padding:11.875rem 0 0}}.theme_slider .swiper{padding-bottom:calc(1.5rem + 2.57143vw)}@media (min-width:1400px){.theme_slider .swiper{padding-bottom:3.75rem}}.theme_slider .swiper-slide{padding-right:calc(2.0938rem + 8.67909vw)}@media (min-width:1400px){.theme_slider .swiper-slide{padding-right:9.688rem}}.theme_slider .swiper-slide .slider{align-items:center;background-position:0;background-repeat:repeat;background-size:cover;display:flex;justify-content:end;padding:100px 0;transition:all .5s ease-in-out}.theme_slider .swiper-slide .slider .slide_content{margin-right:calc(-4.375rem - 6.42857vw);max-width:310px;transform-style:preserve-3d}@media (min-width:1400px){.theme_slider .swiper-slide .slider .slide_content{margin-right:-7.5rem}}.theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper{transform:scale(.8);transition:all .5s ease-in-out}.theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .meta .category{font-size:.6875rem;font-weight:600}.theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4,.theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4{margin-bottom:calc(1.75rem + 5.14286vw);padding-top:calc(1.75rem + 5.14286vw);position:relative}@media (min-width:1400px){.theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4,.theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4{margin-bottom:6.25rem;padding-top:6.25rem}}.theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4:before,.theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4:before{background-color:#54595f;content:"";height:calc(1.75rem + 5.14286vw);left:0;position:absolute;top:0;width:1px}@media (min-width:1400px){.theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4:before,.theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4:before{height:6.25rem}}.theme_slider .swiper-slide-active .slider .slide_content .slide_content_wrapper{transform:scale(1);transition-delay:.5s}.theme_slider_2{position:relative}.theme_slider_2 .swiper_theme_slider_2,.theme_slider_2 .swiper_theme_slider_2 .swiper-slide{height:100vh!important}.theme_slider_2 .swiper-slide .slider{background-repeat:repeat;background-size:cover;display:flex;height:100vh;justify-content:start;transition:all .5s ease-in-out}.theme_slider_2 .swiper-slide .slider .slide_content{max-width:100%;transition:all .5s ease-in-out}.theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper{align-items:center;display:flex;height:100%;padding:calc(1.375rem + 1.28571vw);transition:all .5s ease-in-out}@media (min-width:1400px){.theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper{height:100%;padding:2.5rem}}.theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner{text-align:center}.theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .meta{font-size:.875rem;font-weight:500;letter-spacing:.1875rem;opacity:0;text-transform:uppercase;transform:translateY(-20px);transition:all .5s ease-in-out;visibility:hidden}.theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4,.theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4{font-family:saol_displayregular,sans-serif;font-size:calc(1.425rem + 1.8vw);font-weight:400;margin-bottom:calc(1.75rem + 5.14286vw);opacity:0;padding-top:calc(2.6875rem + 14.78571vw);position:relative;transform:skew(50deg,0deg);transition:all .5s ease-in-out;visibility:hidden}@media (min-width:1400px){.theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4,.theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4{font-size:3rem;margin-bottom:6.25rem;padding-top:15.625rem}}.theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4:before,.theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4:before{background-color:#54595f;content:"";height:calc(2rem + 7.71429vw);left:50%;position:absolute;top:calc(1.4375rem + 1.92857vw);transform:scale(0);transform-origin:center;transition:all .5s ease-in-out;width:1px}@media (min-width:1400px){.theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4:before,.theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4:before{height:8.75rem;top:3.125rem}}.theme_slider_2 .swiper-slide .slider .slide_content .details_link{font-size:.875rem;line-height:1rem;opacity:0;transform:translateY(20px);transition:all .5s ease-in-out;visibility:hidden}.theme_slider_2 .swiper-slide .slider .slide_content .details_link a{justify-content:center}.theme_slider_2 .swiper-slide:nth-child(odd) .slider{justify-content:end}.theme_slider_2 .swiper-slide-active .slider .slide_content{max-width:50%}.theme_slider_2 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .meta{opacity:1;transform:translateY(0);transition-delay:1.5s;visibility:visible}.theme_slider_2 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .h4,.theme_slider_2 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner h4{opacity:1;transform:skew(0deg,0deg);transition-delay:1s;visibility:visible}.theme_slider_2 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .h4:before,.theme_slider_2 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner h4:before{transform:scale(1)}.theme_slider_2 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .details_link{opacity:1;transform:translateY(0);transition-delay:1.5s;visibility:visible}.theme_slider_2 .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.theme_slider_2 .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{width:16px}.theme_slider_3{position:relative}.theme_slider_3 .swiper-slide .slider{align-items:center;background-position:0;background-repeat:repeat;background-size:cover;display:flex;height:100%;justify-content:start;padding-bottom:calc(3.625rem + 24.42857vw);padding-top:calc(3rem + 18vw);transition:all .5s ease-in-out;width:100%}@media (min-width:1400px){.theme_slider_3 .swiper-slide .slider{padding-bottom:25rem;padding-top:18.75rem}}.theme_slider_3 .swiper-slide .slider:before{background-color:#00000080;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.theme_slider_3 .swiper-slide .slider .slide_content{max-width:70%;transition:all .5s ease-in-out}.theme_slider_3 .swiper-slide .slider .slide_content .slide_content_wrapper{align-items:center;display:flex;padding:0;transition:all .5s ease-in-out}.theme_slider_3 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner{text-align:left}.theme_slider_3 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .meta{font-size:.875rem;font-weight:500;letter-spacing:.1875rem;opacity:0;text-transform:uppercase;transform:translateY(-20px);transition:all .5s ease-in-out;visibility:hidden}.theme_slider_3 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4,.theme_slider_3 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4{font-family:saol_displayregular,sans-serif;font-size:calc(1.78125rem + 5.46429vw);font-weight:400;line-height:calc(1.7rem + 4.62857vw);margin-bottom:calc(1.28125rem + .32143vw);opacity:0;position:relative;transform:skew(50deg,0deg);transition:all .5s ease-in-out;visibility:hidden}@media (min-width:1400px){.theme_slider_3 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4,.theme_slider_3 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4{font-size:6.5625rem;line-height:5.75rem;margin-bottom:1.5625rem}}.theme_slider_3 .swiper-slide .slider .slide_content .details_link{font-size:calc(1.275rem + .25714vw);font-weight:400;line-height:calc(1.325rem + .77143vw);opacity:0;text-transform:capitalize;transform:translateY(20px);transition:all .5s ease-in-out;visibility:hidden}@media (min-width:1400px){.theme_slider_3 .swiper-slide .slider .slide_content .details_link{font-size:1.5rem;line-height:2rem}}.theme_slider_3 .swiper-slide .slider .slide_content .details_link a{color:#fff}.theme_slider_3 .swiper-slide .slider .slide_content .details_link a .link_text{cursor:auto}.theme_slider_3 .swiper-slide .slider .slide_content .details_link a .link_icon{color:#ffca08}.theme_slider_3 .swiper-slide:nth-child(odd) .slider{justify-content:end}.theme_slider_3 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .meta{opacity:1;transform:translateY(0);transition-delay:1.5s;visibility:visible}.theme_slider_3 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .h4,.theme_slider_3 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner h4{opacity:1;transform:skew(0deg,0deg);transition-delay:1s;visibility:visible}.theme_slider_3 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .h4:before,.theme_slider_3 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner h4:before{transform:scale(1)}.theme_slider_3 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .details_link{opacity:1;transform:translateY(0);transition-delay:1.5s;visibility:visible}.theme_slider_3 .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.theme_slider_3 .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{width:16px}.theme_slider_3 .swiper-button-prev,.theme_slider_3 .swiper-rtl .swiper-button-next{left:calc(1.5625rem + 3.21429vw)}@media (min-width:1400px){.theme_slider_3 .swiper-button-prev,.theme_slider_3 .swiper-rtl .swiper-button-next{left:4.375rem}}.theme_slider_3 .swiper-button-next,.theme_slider_3 .swiper-rtl .swiper-button-prev{right:calc(1.5625rem + 3.21429vw)}@media (min-width:1400px){.theme_slider_3 .swiper-button-next,.theme_slider_3 .swiper-rtl .swiper-button-prev{right:4.375rem}}.theme_slider_3 .swiper-button-next:after,.theme_slider_3 .swiper-button-prev:after{content:none}.theme_slider_3 .details_link.swiper-button-next a .link_icon .line,.theme_slider_3 .details_link.swiper-button-prev a .link_icon .line{width:5.625rem}.theme_slider_3 .details_link.swiper-button-next a .link_icon .circle,.theme_slider_3 .details_link.swiper-button-prev a .link_icon .circle{height:3.75rem;width:3.75rem}.theme_slider_3 .details_link.l-dir a .link_icon .dot{border-bottom:9px solid #0000;border-right:18px solid #ffca08;border-top:9px solid #0000}.theme_slider_3 .details_link.r-dir a .link_icon .dot{border-bottom:9px solid #0000;border-left:18px solid #ffca08;border-top:9px solid #0000}.theme_slider_4{position:relative}.theme_slider_4 .swiper-slide .slider{align-items:center;background-position:0;background-repeat:repeat;background-size:cover;display:flex;height:100%;justify-content:start;transition:all .5s ease-in-out;width:100%}.theme_slider_4 .swiper-slide .slider:before{background-color:#00000080;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.theme_slider_4 .swiper-slide .slider .slide_content{padding:0 calc(1.5625rem + 3.21429vw);transition:all .5s ease-in-out}@media (min-width:1400px){.theme_slider_4 .swiper-slide .slider .slide_content{padding:0 4.375rem}}.theme_slider_4 .swiper-slide .slider .slide_content .slide_content_wrapper{align-items:center;display:flex;padding:0;transition:all .5s ease-in-out}.theme_slider_4 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner{max-width:80%;padding:calc(3.1875rem + 19.92857vw) 0 calc(3rem + 18vw);text-align:left}@media (min-width:1400px){.theme_slider_4 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner{padding:20.625rem 0 18.75rem}}.theme_slider_4 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .meta{font-size:.875rem;font-weight:500;letter-spacing:.1875rem;opacity:0;text-transform:uppercase;transform:translateY(-20px);transition:all .5s ease-in-out;visibility:hidden}.theme_slider_4 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4,.theme_slider_4 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4{font-family:saol_displayregular,sans-serif;font-size:calc(1.78125rem + 5.46429vw);font-weight:400;line-height:calc(1.7rem + 4.62857vw);margin-bottom:calc(1.28125rem + .32143vw);opacity:0;position:relative;transform:skew(50deg,0deg);transition:all .5s ease-in-out;visibility:hidden}@media (min-width:1400px){.theme_slider_4 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4,.theme_slider_4 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4{font-size:6.5625rem;line-height:5.75rem;margin-bottom:1.5625rem}}.theme_slider_4 .swiper-slide .slider .slide_content .slide_content_wrapper .mask-content{-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;font-size:calc(5.1875rem + 40.5vw);font-weight:700;line-height:calc(4.1875rem + 30.21429vw);opacity:0;position:absolute;right:0;text-transform:uppercase;transform:scale(0);transition:all .5s ease-in-out;visibility:hidden}@media (min-width:1400px){.theme_slider_4 .swiper-slide .slider .slide_content .slide_content_wrapper .mask-content{font-size:40.625rem;line-height:30.625rem}}.theme_slider_4 .swiper-slide .slider .slide_content .details_link{font-size:calc(1.275rem + .25714vw);font-weight:400;line-height:calc(1.325rem + .77143vw);opacity:0;text-transform:capitalize;transform:translateY(20px);transition:all .5s ease-in-out;visibility:hidden}@media (min-width:1400px){.theme_slider_4 .swiper-slide .slider .slide_content .details_link{font-size:1.5rem;line-height:2rem}}.theme_slider_4 .swiper-slide .slider .slide_content .details_link a{color:#fff}.theme_slider_4 .swiper-slide .slider .slide_content .details_link a .link_text{cursor:auto}.theme_slider_4 .swiper-slide .slider .slide_content .details_link a .link_icon{color:#ffca08}.theme_slider_4 .swiper-slide:nth-child(odd) .slider{justify-content:end}.theme_slider_4 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .meta{opacity:1;transform:translateY(0);transition-delay:1.5s;visibility:visible}.theme_slider_4 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .h4,.theme_slider_4 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner h4{opacity:1;transform:skew(0deg,0deg);transition-delay:1s;visibility:visible}.theme_slider_4 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .h4:before,.theme_slider_4 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner h4:before{transform:scale(1)}.theme_slider_4 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .details_link{opacity:1;transform:translateY(0);transition-delay:1.5s;visibility:visible}.theme_slider_4 .swiper-slide-active .slider .slide_content .slide_content_wrapper .mask-content{opacity:1;transform:scale(1);transition-delay:1s;visibility:visible}.theme_slider_4 .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.theme_slider_4 .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{width:16px}.theme_slider_4 .swiper-button-prev,.theme_slider_4 .swiper-rtl .swiper-button-next{left:calc(1.5625rem + 3.21429vw)}@media (min-width:1400px){.theme_slider_4 .swiper-button-prev,.theme_slider_4 .swiper-rtl .swiper-button-next{left:4.375rem}}.theme_slider_4 .swiper-button-next,.theme_slider_4 .swiper-rtl .swiper-button-prev{right:calc(1.5625rem + 3.21429vw)}@media (min-width:1400px){.theme_slider_4 .swiper-button-next,.theme_slider_4 .swiper-rtl .swiper-button-prev{right:4.375rem}}.theme_slider_4 .swiper-button-next:after,.theme_slider_4 .swiper-button-prev:after{content:none}.theme_slider_4 .details_link.swiper-button-next a .link_icon .line,.theme_slider_4 .details_link.swiper-button-prev a .link_icon .line{width:5.625rem}.theme_slider_4 .details_link.swiper-button-next a .link_icon .circle,.theme_slider_4 .details_link.swiper-button-prev a .link_icon .circle{height:3.75rem;width:3.75rem}.theme_slider_4 .details_link.l-dir a .link_icon .dot{border-bottom:9px solid #0000;border-right:18px solid #ffca08;border-top:9px solid #0000}.theme_slider_4 .details_link.r-dir a .link_icon .dot{border-bottom:9px solid #0000;border-left:18px solid #ffca08;border-top:9px solid #0000}.theme_slider_4 .swiper-horizontal>.swiper-pagination-bullets,.theme_slider_4 .swiper-pagination-bullets.swiper-pagination-horizontal,.theme_slider_4 .swiper-pagination-custom,.theme_slider_4 .swiper-pagination-fraction{bottom:90px}.theme_slider_5{position:relative;z-index:1}.theme_slider_5 .slider{align-items:center;background-position:0;background-repeat:repeat;background-size:cover;display:flex;height:100%;justify-content:start;transition:all .5s ease-in-out;width:100%}.theme_slider_5 .slider .slide_content{margin:0 auto;max-width:85%;padding:150px 0;position:relative;text-align:center;transition:all .5s ease-in-out;z-index:1}.theme_slider_5 .slider .slide_content .slide_content_inner{position:relative}.theme_slider_5 .slider .slide_content .slide_content_inner:after{animation:lineBlink 10s linear infinite;background-color:#d9d9d9;content:"";height:85px;left:50%;position:absolute;top:calc(100% + 40px);transform:rotate(20deg);transform-origin:top;width:1px}.theme_slider_5 .slider .slide_content .shape{height:135px;margin:0 auto;position:relative;width:130px;z-index:1}.theme_slider_5 .slider .slide_content .shape .star1,.theme_slider_5 .slider .slide_content .shape .star1-dark{animation:blink 3s linear infinite;left:0;position:absolute;top:12px}.theme_slider_5 .slider .slide_content .shape .star1-dark{display:none}.theme_slider_5 .slider .slide_content .shape .star2,.theme_slider_5 .slider .slide_content .shape .star2-dark{animation:blink 3.5s linear infinite;position:absolute;right:0;top:0}.theme_slider_5 .slider .slide_content .shape .star2-dark{display:none}.theme_slider_5 .slider .slide_content .shape .star3{animation:blink 5s linear infinite}.theme_slider_5 .slider .slide_content .shape .star3-dark{animation:blink 5s linear infinite;display:none;margin:0 auto}@keyframes blink{0%{transform:scale(1)}50%{opacity:0;transform:scale(.6)}to{transform:scale(1)}}@keyframes lineBlink{0%{height:85px}50%{height:30px}to{height:85px}}.theme_slider_5 .slider .slide_content .h4,.theme_slider_5 .slider .slide_content h4{font-family:saol_displayregular,sans-serif;font-size:calc(1.5625rem + 3.21429vw);font-weight:400;line-height:calc(1.625rem + 3.85714vw);margin-bottom:calc(1.28125rem + .32143vw);margin-top:calc(1.28125rem + .32143vw);position:relative;transition:all .5s ease-in-out}@media (min-width:1400px){.theme_slider_5 .slider .slide_content .h4,.theme_slider_5 .slider .slide_content h4{font-size:4.375rem;line-height:5rem;margin-bottom:1.5625rem;margin-top:1.5625rem}}.theme_slider_5 .slider .slide_content .details_link{font-family:saol_displayregular,sans-serif;font-size:calc(1.275rem + .25714vw);font-weight:400;line-height:calc(1.325rem + .77143vw);text-transform:capitalize;transition:all .5s ease-in-out}@media (min-width:1400px){.theme_slider_5 .slider .slide_content .details_link{font-size:1.5rem;line-height:2rem}}.theme_slider_5 .slider .slide_content .details_link a{color:#fff;justify-content:center}.theme_slider_5 .slider .slide_content .details_link a .link_text{cursor:auto}.theme_slider_5 .slider .slide_content .details_link a .link_icon{color:#ffca08}.theme_slider_6{padding:130px 0;position:relative}.theme_slider_6 .slider .slide_content{transition:all .5s ease-in-out}.theme_slider_6 .slider .slide_content .slide_content_wrapper{align-items:center;display:flex;overflow:visible;padding:0;transition:all .5s ease-in-out}.theme_slider_6 .slider .slide_content .slide_content_wrapper .slide_content_inner{margin:50px auto;max-width:calc(6.125rem + 50.14286vw);text-align:center}@media (min-width:1400px){.theme_slider_6 .slider .slide_content .slide_content_wrapper .slide_content_inner{max-width:50rem}}.theme_slider_6 .slider .slide_content .slide_content_wrapper .slide_content_inner .meta{font-size:.875rem;font-weight:500;letter-spacing:.1875rem;text-transform:uppercase}.theme_slider_6 .slider .slide_content .slide_content_wrapper .slide_content_inner .h4,.theme_slider_6 .slider .slide_content .slide_content_wrapper .slide_content_inner h4{font-family:saol_displayregular,sans-serif;font-size:calc(1.78125rem + 5.46429vw);font-weight:400;line-height:calc(1.7rem + 4.62857vw);margin-bottom:calc(1.28125rem + .32143vw);position:relative}@media (min-width:1400px){.theme_slider_6 .slider .slide_content .slide_content_wrapper .slide_content_inner .h4,.theme_slider_6 .slider .slide_content .slide_content_wrapper .slide_content_inner h4{font-size:6.5625rem;line-height:5.75rem;margin-bottom:1.5625rem}}.theme_slider_6 .slider .slide_content .details_link{font-size:calc(1.275rem + .25714vw);font-weight:400;line-height:calc(1.325rem + .77143vw);text-transform:capitalize}@media (min-width:1400px){.theme_slider_6 .slider .slide_content .details_link{font-size:1.5rem;line-height:2rem}}.theme_slider_6 .slider .slide_content .details_link a{color:#fff;display:block}.theme_slider_6 .slider .slide_content .details_link a .link_text{cursor:auto}.theme_slider_6 .slider .slide_content .details_link a .link_icon{color:#ffca08}.theme_slider_6 .swiper-slide .slider{height:auto;margin:0 auto;max-width:calc(2.90625rem + 17.03571vw);transition:all .5s ease-in-out}@media (min-width:1400px){.theme_slider_6 .swiper-slide .slider{max-width:17.8125rem}}.theme_slider_6 .swiper-slide .slider a{display:block;filter:brightness(40%)}.theme_slider_6 .swiper-slide .slider a:hover{filter:brightness(1)}.theme_slider_6 .swiper_theme_slider_6 .swiper-slide.swiper-slide-visible .slider{margin-top:40px}.theme_slider_6 .swiper_theme_slider_6 .swiper-slide.swiper-slide-visible.swiper-slide-next .slider{margin-top:0}.theme_slider_6 .swiper_theme_slider_6.second_row{padding-top:40px}.theme_slider_6 .swiper_theme_slider_6.second_row .swiper-slide.swiper-slide-visible .slider{margin-top:-40px}.theme_slider_6 .swiper_theme_slider_6.second_row .swiper-slide.swiper-slide-visible.swiper-slide-next .slider{margin-top:0}.theme_slider_6 .swiper-horizontal>.swiper-pagination-bullets,.theme_slider_6 .swiper-pagination-bullets.swiper-pagination-horizontal,.theme_slider_6 .swiper-pagination-custom,.theme_slider_6 .swiper-pagination-fraction{bottom:55px}.theme_slider_6 .swiper-button-prev,.theme_slider_6 .swiper-rtl .swiper-button-next{left:calc(1.5625rem + 3.21429vw)}@media (min-width:1400px){.theme_slider_6 .swiper-button-prev,.theme_slider_6 .swiper-rtl .swiper-button-next{left:4.375rem}}.theme_slider_6 .swiper-button-next,.theme_slider_6 .swiper-rtl .swiper-button-prev{right:calc(1.5625rem + 3.21429vw)}@media (min-width:1400px){.theme_slider_6 .swiper-button-next,.theme_slider_6 .swiper-rtl .swiper-button-prev{right:4.375rem}}.theme_slider_6 .swiper-button-next:after,.theme_slider_6 .swiper-button-prev:after{content:none}.theme_slider_6 .details_link.swiper-button-next a .link_icon .line,.theme_slider_6 .details_link.swiper-button-prev a .link_icon .line{width:5.625rem}.theme_slider_6 .details_link.swiper-button-next a .link_icon .circle,.theme_slider_6 .details_link.swiper-button-prev a .link_icon .circle{height:3.75rem;width:3.75rem}.theme_slider_6 .details_link.l-dir a .link_icon .dot{border-bottom:9px solid #0000;border-right:18px solid #ffca08;border-top:9px solid #0000}.theme_slider_6 .details_link.r-dir a .link_icon .dot{border-bottom:9px solid #0000;border-left:18px solid #ffca08;border-top:9px solid #0000}.theme_slider_8{position:relative}.theme_slider_8 .swiper-slide .slider{align-items:center;background-position:0;background-repeat:repeat;background-size:cover;display:flex;height:100%;justify-content:start;padding-bottom:calc(3rem + 18vw);padding-top:calc(3rem + 18vw);transition:all .5s ease-in-out;width:100%}@media (min-width:1400px){.theme_slider_8 .swiper-slide .slider{padding-bottom:18.75rem;padding-top:18.75rem}}.theme_slider_8 .swiper-slide .slider:before{background-color:#00000080;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.theme_slider_8 .swiper-slide .slider .slide_content{margin:0 auto;max-width:70%;transition:all .5s ease-in-out}.theme_slider_8 .swiper-slide .slider .slide_content .slide_content_wrapper{align-items:center;display:flex;padding:0;transition:all .5s ease-in-out}.theme_slider_8 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner{text-align:center}.theme_slider_8 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .meta{font-size:.875rem;font-weight:500;letter-spacing:.1875rem;opacity:0;text-transform:uppercase;transform:translateY(-20px);transition:all .5s ease-in-out;visibility:hidden}.theme_slider_8 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4,.theme_slider_8 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4{font-family:saol_displayregular,sans-serif;font-size:calc(1.78125rem + 5.46429vw);font-weight:400;line-height:calc(1.7rem + 4.62857vw);margin-bottom:calc(1.28125rem + .32143vw);opacity:0;position:relative;transform:skew(50deg,0deg);transition:all .5s ease-in-out;visibility:hidden}@media (min-width:1400px){.theme_slider_8 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4,.theme_slider_8 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4{font-size:6.5625rem;line-height:5.75rem;margin-bottom:1.5625rem}}.theme_slider_8 .swiper-slide .slider .slide_content .details_link{font-size:calc(1.275rem + .25714vw);font-weight:400;line-height:calc(1.325rem + .77143vw);opacity:0;text-transform:capitalize;transform:translateY(20px);transition:all .5s ease-in-out;visibility:hidden}@media (min-width:1400px){.theme_slider_8 .swiper-slide .slider .slide_content .details_link{font-size:1.5rem;line-height:2rem}}.theme_slider_8 .swiper-slide .slider .slide_content .details_link a{color:#fff;justify-content:center}.theme_slider_8 .swiper-slide .slider .slide_content .details_link a .link_text{cursor:auto}.theme_slider_8 .swiper-slide .slider .slide_content .details_link a .link_icon{color:#ffca08}.theme_slider_8 .swiper-slide:nth-child(odd) .slider{justify-content:end}.theme_slider_8 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .meta{opacity:1;transform:translateY(0);transition-delay:1.5s;visibility:visible}.theme_slider_8 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .h4,.theme_slider_8 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner h4{opacity:1;transform:skew(0deg,0deg);transition-delay:1s;visibility:visible}.theme_slider_8 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .h4:before,.theme_slider_8 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner h4:before{transform:scale(1)}.theme_slider_8 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .details_link{opacity:1;transform:translateY(0);transition-delay:1.5s;visibility:visible}.theme_slider_8 .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.theme_slider_8 .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{width:16px}.theme_slider_8 .swiper-button-prev,.theme_slider_8 .swiper-rtl .swiper-button-next{left:calc(1.5625rem + 3.21429vw)}@media (min-width:1400px){.theme_slider_8 .swiper-button-prev,.theme_slider_8 .swiper-rtl .swiper-button-next{left:4.375rem}}.theme_slider_8 .swiper-button-next,.theme_slider_8 .swiper-rtl .swiper-button-prev{right:calc(1.5625rem + 3.21429vw)}@media (min-width:1400px){.theme_slider_8 .swiper-button-next,.theme_slider_8 .swiper-rtl .swiper-button-prev{right:4.375rem}}.theme_slider_8 .swiper-button-next:after,.theme_slider_8 .swiper-button-prev:after{content:none}.theme_slider_8 .details_link.swiper-button-next a .link_icon .line,.theme_slider_8 .details_link.swiper-button-prev a .link_icon .line{width:5.625rem}.theme_slider_8 .details_link.swiper-button-next a .link_icon .circle,.theme_slider_8 .details_link.swiper-button-prev a .link_icon .circle{height:3.75rem;width:3.75rem}.theme_slider_8 .details_link.l-dir a .link_icon .dot{border-bottom:9px solid #0000;border-right:18px solid #ffca08;border-top:9px solid #0000}.theme_slider_8 .details_link.r-dir a .link_icon .dot{border-bottom:9px solid #0000;border-left:18px solid #ffca08;border-top:9px solid #0000}.theme_slider_9{position:relative}.theme_slider_9 .swiper-slide .slider{align-items:center;background-position:0;background-repeat:repeat;background-size:cover;display:flex;height:100%;justify-content:start;padding-bottom:calc(2.0625rem + 8.35714vw);padding-top:calc(2.375rem + 11.57143vw);transition:all .5s ease-in-out;width:100%}@media (min-width:1400px){.theme_slider_9 .swiper-slide .slider{padding-bottom:9.375rem;padding-top:12.5rem}}.theme_slider_9 .swiper-slide .slider:before{background-color:#00000080;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.theme_slider_9 .swiper-slide .slider .slide_content{margin:0 auto;max-width:70%;transition:all .5s ease-in-out}.theme_slider_9 .swiper-slide .slider .slide_content .slide_content_wrapper{align-items:center;display:flex;padding:0;transition:all .5s ease-in-out}.theme_slider_9 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner{text-align:center}.theme_slider_9 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .meta{font-size:.875rem;font-weight:500;letter-spacing:.1875rem;opacity:0;text-transform:uppercase;transform:translateY(-20px);transition:all .5s ease-in-out;visibility:hidden}.theme_slider_9 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4,.theme_slider_9 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4{font-family:saol_displayregular,sans-serif;font-size:calc(1.78125rem + 5.46429vw);font-weight:400;line-height:calc(1.7rem + 4.62857vw);margin-bottom:calc(1.28125rem + .32143vw);opacity:0;position:relative;transform:skew(50deg,0deg);transition:all .5s ease-in-out;visibility:hidden}@media (min-width:1400px){.theme_slider_9 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4,.theme_slider_9 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4{font-size:6.5625rem;line-height:5.75rem;margin-bottom:1.5625rem}}.theme_slider_9 .swiper-slide .slider .slide_content .details_link{font-size:calc(1.275rem + .25714vw);font-weight:400;line-height:calc(1.325rem + .77143vw);opacity:0;text-transform:capitalize;transform:translateY(20px);transition:all .5s ease-in-out;visibility:hidden}@media (min-width:1400px){.theme_slider_9 .swiper-slide .slider .slide_content .details_link{font-size:1.5rem;line-height:2rem}}.theme_slider_9 .swiper-slide .slider .slide_content .details_link a{color:#fff;justify-content:center}.theme_slider_9 .swiper-slide .slider .slide_content .details_link a .link_text{cursor:auto}.theme_slider_9 .swiper-slide .slider .slide_content .details_link a .link_icon{color:#ffca08}.theme_slider_9 .swiper-slide:nth-child(odd) .slider{justify-content:end}.theme_slider_9 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .meta{opacity:1;transform:translateY(0);transition-delay:1.5s;visibility:visible}.theme_slider_9 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .h4,.theme_slider_9 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner h4{opacity:1;transform:skew(0deg,0deg);transition-delay:1s;visibility:visible}.theme_slider_9 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .h4:before,.theme_slider_9 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner h4:before{transform:scale(1)}.theme_slider_9 .swiper-slide-active .slider .slide_content .slide_content_wrapper .slide_content_inner .details_link{opacity:1;transform:translateY(0);transition-delay:1.5s;visibility:visible}.theme_slider_9 .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.theme_slider_9 .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{width:16px}.theme_slider_9 .swiper-button-prev,.theme_slider_9 .swiper-rtl .swiper-button-next{left:calc(1.5625rem + 3.21429vw)}@media (min-width:1400px){.theme_slider_9 .swiper-button-prev,.theme_slider_9 .swiper-rtl .swiper-button-next{left:4.375rem}}.theme_slider_9 .swiper-button-next,.theme_slider_9 .swiper-rtl .swiper-button-prev{right:calc(1.5625rem + 3.21429vw)}@media (min-width:1400px){.theme_slider_9 .swiper-button-next,.theme_slider_9 .swiper-rtl .swiper-button-prev{right:4.375rem}}.theme_slider_9 .swiper-button-next:after,.theme_slider_9 .swiper-button-prev:after{content:none}.theme_slider_9 .details_link.swiper-button-next a .link_icon .line,.theme_slider_9 .details_link.swiper-button-prev a .link_icon .line{width:5.625rem}.theme_slider_9 .details_link.swiper-button-next a .link_icon .circle,.theme_slider_9 .details_link.swiper-button-prev a .link_icon .circle{height:3.75rem;width:3.75rem}.theme_slider_9 .details_link.l-dir a .link_icon .dot{border-bottom:9px solid #0000;border-right:18px solid #ffca08;border-top:9px solid #0000}.theme_slider_9 .details_link.r-dir a .link_icon .dot{border-bottom:9px solid #0000;border-left:18px solid #ffca08;border-top:9px solid #0000}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:-10px}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 .9375rem}.swiper-pagination-bullet{background-color:#999;height:.6875rem;opacity:1;width:.6875rem}.swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#ffca08}.swiper-navigation{--button-width:44px;--button-height:44px;bottom:0;height:calc(var(--button-height)*2);overflow:hidden;position:absolute;right:0;transition:all 1s ease-in-out;width:var(--button-width);z-index:9}.swiper-navigation .swiper-button-next,.swiper-navigation .swiper-button-prev{background:#fff;color:#000;font-size:1.25rem;height:var(--button-height);margin-top:0;position:absolute;top:100%;transition:all .5s ease-in-out;width:var(--button-width)}.swiper-navigation .swiper-button-next:hover,.swiper-navigation .swiper-button-prev:hover{background:#ffca08;color:#fff}.swiper-navigation .swiper-button-prev,.swiper-navigation .swiper-rtl .swiper-button-next{left:auto;right:0}.swiper-navigation .swiper-button-next,.swiper-navigation .swiper-rtl .swiper-button-prev{left:auto;margin-top:1px;right:0}.swiper-navigation .swiper-button-next.swiper-button-disabled,.swiper-navigation .swiper-button-prev.swiper-button-disabled{background:#ffffffa6;opacity:1}.swiper-navigation .swiper-button-next:after,.swiper-navigation .swiper-button-prev:after{display:none;font-size:20px}.swiper:hover .swiper-navigation .swiper-button-prev{top:0}.swiper:hover .swiper-navigation .swiper-button-next{top:var(--button-height)}.swiper_gallery_2 .swiper-button-next:after,.swiper_gallery_2 .swiper-button-prev:after{content:none}.mt-lg-minus{margin-top:calc(-4.375rem - 9.64286vw);z-index:1}@media (min-width:1400px){.mt-lg-minus{margin-top:-10.625rem}}.mt-lg-minus .gutter-90:first-child .grid-item,.mt-lg-minus .gutter-90:nth-child(2) .grid-item{padding-top:0}.rotate-logo{bottom:88px;left:50%;position:absolute;z-index:2}.rotate-logo,.rotate-logo .rotate-bg{display:inline-block}.rotate-logo .rotate-text{animation:rotateLogo 20s linear infinite;left:8px;position:absolute;top:8px;transform-origin:center}@keyframes rotateLogo{to{transform:rotate(1turn)}}.funfacts_inner{display:flex;flex-flow:row wrap;justify-content:space-around;text-align:center}.funfacts_inner .funfact .funfact_content .h2,.funfacts_inner .funfact .funfact_content h2{color:#fff;font-size:calc(1.525rem + 2.82857vw);font-weight:600;line-height:calc(1.525rem + 2.82857vw);margin-bottom:0}@media (min-width:1400px){.funfacts_inner .funfact .funfact_content .h2,.funfacts_inner .funfact .funfact_content h2{font-size:4rem;line-height:4rem}}.funfacts_inner .funfact .funfact_content span{color:#fff;font-size:calc(1.525rem + 2.82857vw);font-weight:600;line-height:calc(1.525rem + 2.82857vw)}@media (min-width:1400px){.funfacts_inner .funfact .funfact_content span{font-size:4rem;line-height:4rem}}.funfacts_inner .funfact .funfact_content p{color:#fff;font-size:1.25rem;font-weight:600;line-height:calc(1.28125rem + .32143vw);margin-top:calc(1.28125rem + .32143vw)}@media (min-width:1400px){.funfacts_inner .funfact .funfact_content p{line-height:1.5625rem;margin-top:1.5625rem}}.funfacts_inner .funfact2 .fun_img{border:.0625rem dashed #fff;border-radius:100%;flex-shrink:0;height:4.375rem;line-height:4.125rem;margin-right:1.25rem;width:4.375rem}.funfacts_inner .funfact2 .funfact_content .h2,.funfacts_inner .funfact2 .funfact_content h2{color:#fff;font-size:calc(1.275rem + .25714vw);font-weight:600;line-height:calc(1.325rem + .77143vw);margin-bottom:0;margin-top:0}@media (min-width:1400px){.funfacts_inner .funfact2 .funfact_content .h2,.funfacts_inner .funfact2 .funfact_content h2{font-size:1.5rem;line-height:2rem}}.funfacts_inner .funfact2 .funfact_content span{color:#fff;font-size:calc(1.275rem + .25714vw);font-weight:600;line-height:calc(1.325rem + .77143vw)}@media (min-width:1400px){.funfacts_inner .funfact2 .funfact_content span{font-size:1.5rem;line-height:2rem}}.funfacts_inner .funfact2 .funfact_content p{color:#fff;font-size:.875rem;font-weight:600;line-height:calc(1.3rem + .51429vw);margin-bottom:0;text-transform:uppercase}@media (min-width:1400px){.funfacts_inner .funfact2 .funfact_content p{line-height:1.75rem}}.projects{z-index:1}.top-margin{margin-top:-300px}.projects .section-header{margin:0 auto 3.75rem;max-width:calc(6.75rem + 56.57143vw)}@media (min-width:1400px){.projects .section-header{max-width:56.25rem}}.projects .section-header .section-desc{margin-top:35px}.grid,.grid-item{overflow:hidden}.grid-item{position:relative;transition:none}.grid:after{clear:both;content:"";display:block}.grid-item.width-20{width:20%}.grid-item.width-25{width:25%}.grid-item.width-30{width:30%}.grid-item.width-35{width:35%}.grid-item.width-40{width:40%}.grid-item.width-50{width:50%}.grid-item.width-60{width:60%}.grid-item.width-66{width:66.66%}.grid-item.width-70{width:70%}.grid-item.width-75{width:75%}.grid-item.width-80{width:78%}.grid-1 .grid-item,.grid-1 .grid-sizer,.grid-item.width-100{width:100%}.grid-2 .grid-item,.grid-2 .grid-sizer{width:50%}.grid-3 .grid-item,.grid-3 .grid-sizer{width:33.33%}.grid-4 .grid-item,.grid-4 .grid-sizer{width:25%}.grid-5 .grid-item,.grid-5 .grid-sizer{width:20%}.grid-2 .grid-sizer.small,.grid-3 .grid-sizer.small,.grid-4 .grid-sizer.small{width:1%}@media screen and (max-width:991px){.grid-4 .grid-item,.grid-4 .grid-sizer,.grid-5 .grid-item,.grid-5 .grid-sizer{width:33.33%}.grid-item.width-20,.grid-item.width-25,.grid-item.width-30,.grid-item.width-35,.grid-item.width-40,.grid-item.width-50,.grid-item.width-60,.grid-item.width-66,.grid-item.width-70,.grid-item.width-75,.grid-item.width-80{width:50%}}@media screen and (max-width:767px){.grid-3 .grid-item,.grid-3 .grid-sizer,.grid-4 .grid-item,.grid-4 .grid-sizer,.grid-5 .grid-item,.grid-5 .grid-sizer,.grid-item.width-20,.grid-item.width-25,.grid-item.width-30,.grid-item.width-35,.grid-item.width-40,.grid-item.width-50,.grid-item.width-60,.grid-item.width-66,.grid-item.width-70,.grid-item.width-75,.grid-item.width-80{width:50%}}@media screen and (max-width:500px){.grid-2 .grid-item,.grid-2 .grid-sizer,.grid-3 .grid-item,.grid-3 .grid-sizer,.grid-4 .grid-item,.grid-4 .grid-sizer,.grid-5 .grid-item,.grid-5 .grid-sizer,.grid-item.width-20,.grid-item.width-25,.grid-item.width-30,.grid-item.width-35,.grid-item.width-40,.grid-item.width-50,.grid-item.width-60,.grid-item.width-66,.grid-item.width-70,.grid-item.width-75,.grid-item.width-80{width:100%}}.gutter-0{margin:0}.gutter-0 .grid-item{padding:0}.gutter-5{margin:0 -.3125rem}.gutter-5 .grid-item{padding:.3125rem}.gutter-10{margin:0 -.625rem}.gutter-10 .grid-item{padding:.625rem}.gutter-15{margin:0 -.9375rem}.gutter-15 .grid-item{padding:.9375rem}.gutter-20{margin:0 -1.25rem}.gutter-20 .grid-item{padding:1.25rem}.gutter-25{margin:0 calc(-4.375rem - .32143vw)}@media (min-width:1400px){.gutter-25{margin:0 -1.5625rem}}.gutter-25 .grid-item{padding:calc(1.28125rem + .32143vw)}@media (min-width:1400px){.gutter-25 .grid-item{padding:1.5625rem}}.gutter-30{margin:0 calc(-4.375rem - .64286vw)}@media (min-width:1400px){.gutter-30{margin:0 -1.875rem}}.gutter-30 .grid-item{padding:calc(1.3125rem + .64286vw)}@media (min-width:1400px){.gutter-30 .grid-item{padding:1.875rem}}.gutter-35{margin:0 calc(-4.375rem - .96429vw)}@media (min-width:1400px){.gutter-35{margin:0 -2.1875rem}}.gutter-35 .grid-item{padding:calc(1.34375rem + .96429vw)}@media (min-width:1400px){.gutter-35 .grid-item{padding:2.1875rem}}.gutter-40{margin:0 calc(-4.375rem - 1.28571vw)}@media (min-width:1400px){.gutter-40{margin:0 -2.5rem}}.gutter-40 .grid-item{padding:calc(1.375rem + 1.28571vw)}@media (min-width:1400px){.gutter-40 .grid-item{padding:2.5rem}}.gutter-45{margin:0 calc(-4.375rem - 1.60714vw)}@media (min-width:1400px){.gutter-45{margin:0 -2.8125rem}}.gutter-45 .grid-item{padding:calc(1.40625rem + 1.60714vw)}@media (min-width:1400px){.gutter-45 .grid-item{padding:2.8125rem}}.gutter-50{margin:0 calc(-4.375rem - 1.92857vw)}@media (min-width:1400px){.gutter-50{margin:0 -3.125rem}}.gutter-50 .grid-item{padding:calc(1.4375rem + 1.92857vw)}@media (min-width:1400px){.gutter-50 .grid-item{padding:3.125rem}}.gutter-55{margin:0 calc(-4.375rem - 2.25vw)}@media (min-width:1400px){.gutter-55{margin:0 -3.4375rem}}.gutter-55 .grid-item{padding:calc(1.46875rem + 2.25vw)}@media (min-width:1400px){.gutter-55 .grid-item{padding:3.4375rem}}.gutter-60{margin:0 calc(-4.375rem - 2.57143vw)}@media (min-width:1400px){.gutter-60{margin:0 -3.75rem}}.gutter-60 .grid-item{padding:calc(1.5rem + 2.57143vw)}@media (min-width:1400px){.gutter-60 .grid-item{padding:3.75rem}}.gutter-70{margin:0 calc(-4.375rem - 3.21429vw)}@media (min-width:1400px){.gutter-70{margin:0 -4.375rem}}.gutter-70 .grid-item{padding:calc(1.5625rem + 3.21429vw)}@media (min-width:1400px){.gutter-70 .grid-item{padding:4.375rem}}.gutter-80{margin:0 calc(-4.375rem - 3.85714vw)}@media (min-width:1400px){.gutter-80{margin:0 -5rem}}.gutter-80 .grid-item{padding:calc(1.625rem + 3.85714vw)}@media (min-width:1400px){.gutter-80 .grid-item{padding:5rem}}.gutter-90{margin:0 calc(-4.375rem - 4.5vw)}@media (min-width:1400px){.gutter-90{margin:0 -5.625rem}}.gutter-90 .grid-item{padding:calc(1.6875rem + 4.5vw)}@media (min-width:1400px){.gutter-90 .grid-item{padding:5.625rem}}.gutter-100{margin:0 calc(-4.375rem - 5.14286vw)}@media (min-width:1400px){.gutter-100{margin:0 -6.25rem}}.gutter-100 .grid-item{padding:calc(1.75rem + 5.14286vw)}@media (min-width:1400px){.gutter-100 .grid-item{padding:6.25rem}}@media screen and (max-width:991px){.grid{margin:0 -30px}.grid .grid-item{padding:30px}}.grid-item.hidden{height:0;margin:0;padding:0;visibility:hidden;width:0}.portfolio-filters-content{margin-bottom:-30px;position:relative;text-align:center;z-index:1}.portfolio-filters-content .filters-button-group{border-bottom:.0625rem solid #54595f;display:inline-block;margin:0 auto;text-align:center}.portfolio-filters-content .filters-button-group .button{background:#0000;border:0;border-bottom:.1875rem solid #0000;color:#fff;cursor:pointer;font-size:.75rem;font-weight:600;line-height:.875rem;margin-bottom:-2px;outline:none;padding:0 1.25rem 1.25rem;position:relative;text-transform:uppercase;transition:all .5s ease-in-out}.portfolio-filters-content .filters-button-group .button.is-checked,.portfolio-filters-content .filters-button-group .button:hover{border-color:#ffca08;color:#ffca08;outline:none}.portfolio-filters-content .filters-button-group .button .filter-count{color:#fff;font-size:.75rem;opacity:0;position:absolute;right:.5rem;top:0;transition:all .5s ease-in-out;visibility:hidden}.portfolio-filters-content .filters-button-group .button:first-child.is-checked .filter-count{opacity:0;visibility:hidden}.portfolio-filters-content .filters-button-group .button.is-checked .filter-count{opacity:1;visibility:visible}.grid-item img.item_image{transition:all .5s ease-in-out;width:100%}.grid-item .thumb{height:100%;overflow:hidden;position:relative;width:100%}.grid-item .works-info{margin-top:1.25rem}.grid-item .label-text .h5,.grid-item .label-text h5{color:#fff;margin-bottom:.625rem;position:relative;transition-delay:.6s}.grid-item .label-text p{font-size:.75rem}.grid-item .label-text .h6,.grid-item .label-text h6,.grid-item .label-text p{color:#999;font-weight:600;line-height:1.375rem;margin-bottom:0;transition-delay:.9s}.grid-item .label-text .h6,.grid-item .label-text h6{font-size:.6875rem;text-transform:uppercase}.grid-item .label-text .h6 a,.grid-item .label-text h6 a{color:#999}.grid-item .label-text .h6 a:hover,.grid-item .label-text h6 a:hover{color:#fff}.grid-item .label-text .popup{color:#fff;display:inline-block;font-size:40px;margin-top:20px}.packery .portfolio-filters-content{margin-bottom:2.5rem}.packery .grid-item .works-info{background-color:#1b1b1b;bottom:0;margin-top:0;max-width:300px;padding:calc(1.34375rem + .96429vw);position:absolute;right:0;top:auto;transform:perspective(250px) rotateY(-90deg);transform-origin:right;transition:all .5s ease-in-out}@media (min-width:1400px){.packery .grid-item .works-info{padding:2.1875rem}}.packery .grid-item .label-text .h6,.packery .grid-item .label-text h6{color:#ffca08;letter-spacing:.1875rem}.packery .grid-item .label-text .h6 a,.packery .grid-item .label-text h6 a{color:#ffca08}.packery .grid-item .label-text .h5,.packery .grid-item .label-text h5{margin-bottom:1.25rem;margin-top:calc(1.4375rem + 1.92857vw)}@media (min-width:1400px){.packery .grid-item .label-text .h5,.packery .grid-item .label-text h5{margin-top:3.125rem}}.packery .grid-item .label-text .details_link{color:#ffca08;font-size:.6875rem;font-weight:600;line-height:1.375rem;margin-bottom:0;text-transform:uppercase;transition-delay:.9s}.packery .grid-item .label-text .details_link a{color:#ffca08}.packery .grid-item:hover .works-info{transform:perspective(250px) rotateY(0deg)}.project-grid-list .grid-item img.item_image{width:calc(100% - 150px)}.project-grid-list .grid-item .works-info{bottom:auto;top:50%;transform:translateY(-50%) perspective(250px) rotateY(-90deg)}.project-grid-list .grid-item:nth-child(2n) img.item_image{float:right}.project-grid-list .grid-item:nth-child(2n) .works-info{left:0;right:auto;transform:translateY(-50%) perspective(250px) rotateY(90deg);transform-origin:left}.project-grid-list .grid-item:nth-child(2n):hover .works-info{transform:translateY(-50%) perspective(250px) rotateY(0deg)}.project-grid-list .grid-item:hover img.item_image{filter:brightness(.6) contrast(1.1) saturate(1.2) blur(3px);transform:scale(1.1)}.effect-tilt .grid-item .thumb{transform-style:preserve-3d}.effect-tilt .grid-item .label-text{left:0;top:0;transform:none}.running_projects{z-index:1}.running_projects .grid-item,.running_projects .grid-item .thumb{overflow:visible}.running_projects .grid-item img.item_image{width:auto}.running_projects .grid-item .works-info{background:#000;left:-150px;margin-top:0;max-width:300px;padding:calc(1.40625rem + 1.60714vw);position:absolute;top:50%;transform:translateY(-50%) perspective(400px) rotateY(-90deg);transform-origin:center;transition:all .5s ease-in-out}@media (min-width:1400px){.running_projects .grid-item .works-info{padding:2.8125rem}}.running_projects .grid-item .label-text .h6,.running_projects .grid-item .label-text h6{color:#ffca08;letter-spacing:.1875rem}.running_projects .grid-item .label-text .h6 a,.running_projects .grid-item .label-text h6 a{color:#ffca08}.running_projects .grid-item .label-text .h5,.running_projects .grid-item .label-text h5{margin-bottom:1.25rem;margin-top:3.125rem}.running_projects .grid-item .label-text .details_link{color:#ffca08;font-size:.6875rem;font-weight:600;line-height:1.375rem;margin-bottom:0;text-transform:uppercase;transition-delay:.9s}.running_projects .grid-item .label-text .details_link a{color:#ffca08}.running_projects .grid-item.active .works-info,.running_projects .grid-item:hover .works-info{transform:translateY(-50%) perspective(400px) rotateY(0deg)}.running_projects .left_part{align-items:end;display:flex;height:100%}.running_projects .left_part .grid-item .works-info{left:auto;right:-110px}.running_projects .right_part .grid-item:first-child{margin-bottom:5.625rem;margin-left:2.9375rem}.project-details{position:relative;z-index:1}.project-details .widget-title.h6,.project-details h6.widget-title{color:#fff}.project-details .gallery_slider{margin-bottom:2.5rem}.project-details .gallery_slider .gallery-image img{width:100%}.project-details .gallery_slider .swiper-horizontal>.swiper-pagination-bullets,.project-details .gallery_slider .swiper-pagination-bullets.swiper-pagination-horizontal,.project-details .gallery_slider .swiper-pagination-custom,.project-details .gallery_slider .swiper-pagination-fraction{bottom:10px}.project-details .gallery_slider .swiper_gallery .swiper-navigation{bottom:auto;height:calc(var(--button-height));top:50%;transform:translateY(-50%);width:100%}.project-details .gallery_slider .swiper_gallery .swiper-navigation .swiper-button-prev,.project-details .gallery_slider .swiper_gallery .swiper-navigation .swiper-rtl .swiper-button-next{left:0;right:auto}.project-details .gallery_slider .swiper_gallery .swiper-navigation .swiper-button-next,.project-details .gallery_slider .swiper_gallery .swiper-navigation .swiper-rtl .swiper-button-prev{left:auto;right:0}.project-details .gallery_slider .swiper_gallery .swiper-navigation .swiper-button-next,.project-details .gallery_slider .swiper_gallery .swiper-navigation .swiper-button-prev{font-size:1.5rem;top:0}.project-details .gallery_slider .swiper_gallery:hover .swiper-navigation .swiper-button-next,.project-details .gallery_slider .swiper_gallery:hover .swiper-navigation .swiper-button-prev{top:0}.detail-image-container{display:inline-block;position:relative}.enlarge:hover{transform:scale(1.2);transition:transform .3s}.over{overflow:hidden}.detail-image-container:hover .detail-image{opacity:.7;.detail-image{transition:opacity .3s}}.project-details .post-image-container{display:inline-block;margin-bottom:2.5rem;position:relative}.post-image-container:hover .post-image{opacity:.7}.post-image{transition:opacity .3s}.project-details .post-header .post-title{color:#fff;font-size:calc(1.325rem + .77143vw);font-weight:500;line-height:calc(1.35rem + 1.02857vw);margin:0 0 1.25rem;text-align:left}@media (min-width:1400px){.project-details .post-header .post-title{font-size:2rem;line-height:2.25rem}}.project-details .fulltext .widget-title{margin-bottom:calc(1.34375rem + .96429vw);margin-top:calc(1.3125rem + .64286vw)}@media (min-width:1400px){.project-details .fulltext .widget-title{margin-bottom:2.1875rem;margin-top:1.875rem}}.project-details .fulltext p{margin-bottom:1.875rem}.project-details ul.point_order{list-style-type:none;margin-bottom:calc(1.34375rem + .96429vw);padding-left:calc(1.46875rem + 2.25vw)}@media (min-width:1400px){.project-details ul.point_order{margin-bottom:2.1875rem;padding-left:3.4375rem}}.project-details ul.point_order li{line-height:36px;padding-left:35px;position:relative}.project-details ul.point_order li:first-letter{text-transform:capitalize}.project-details ul.point_order li:before{color:#ffca08;content:"\F26F";font-family:bootstrap-icons;font-size:1.5rem;left:0;position:absolute}.project-details .blocks-gallery-grid{display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.project-details .blocks-gallery-grid .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.project-details .blocks-gallery-grid .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0;position:relative}.project-details .blocks-gallery-grid .blocks-gallery-item figure:before{background-color:#0000;content:"";height:100%;left:0;position:absolute;top:0;transition:all .5s ease-in-out;width:100%}.project-details .blocks-gallery-grid .blocks-gallery-item figure .popup-btn{background:#fff;color:#000;font-size:30px;height:40px;left:50%;line-height:40px;opacity:0;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);transition:all .5s ease-in-out;visibility:hidden;width:40px}.project-details .blocks-gallery-grid .blocks-gallery-item figure .popup-btn a{color:#000}.project-details .blocks-gallery-grid .blocks-gallery-item figure:hover:before{background-color:#0009}.project-details .blocks-gallery-grid .blocks-gallery-item figure:hover .popup-btn{opacity:1;visibility:visible}.project-details .post-footer{border-top:1px solid #2e2e2e;color:#ffca08;display:inline-block;margin:1.5625rem 0 3.4375rem;padding:1.875rem 0;width:100%}.project-details .post-footer .page-all a{color:#ffca08;font-size:1.5rem}.project-details .post-share{align-items:center;display:flex}.project-details .post-share ul.share-list{align-items:center;display:flex;margin-bottom:0;padding-left:0}.project-details .post-share ul.share-list li{display:inline-block;list-style-type:none}.project-details .post-share ul.share-list li a{background-color:#2e2e2e;border-radius:3px;color:#fff;display:inline-block;font-size:.75rem;font-weight:400;letter-spacing:1px;margin:0 5px;padding:3px 12px;text-align:center;text-transform:uppercase;width:auto}.project-details .post-share ul.share-list li a:hover{background-color:#ffca08}.project-details .post-share ul.share-list li:first-child{color:#fff;font-size:1rem;font-weight:600;margin-right:15px}.project-details .post-share ul.share-list li:last-child a{margin-right:0}.project-information{color:#fff;font-size:1rem}.project-information .widget-title{font-size:1.25rem;margin-bottom:1.125rem}.project-information ul{list-style-type:none;margin:0;padding:0}.project-information ul li{display:flex;padding:.3125rem 0}.project-information ul li:first-child{padding-top:0}.project-information ul li:last-child{background-image:none}.project-information ul li .data{flex-shrink:0;font-weight:600;margin-right:.75rem}.project-information ul li .value{color:#b2b2b2;font-weight:400}.project-information ul li a{color:#b2b2b2;text-decoration:underline;text-underline-offset:4px}.project-information .project-share{margin-top:2.5rem}.project-information .project-share ul{align-items:center;display:flex;list-style-type:none;margin:0;padding:0}.project-information .project-share ul li{background-image:none;font-weight:600;margin-right:10px;padding:0;width:auto}.project-information .project-share ul li a{align-items:center;background:#545454;border-radius:100%;color:#fff;display:block;display:flex;font-size:.875rem;height:30px;justify-content:center;text-align:center;width:30px}.project-information .project-share ul li:last-child{margin-right:0}.project-list-view{z-index:1}.project-list-view .section-header .h2,.project-list-view .section-header h2{font-size:2.25rem;font-weight:400;letter-spacing:0;line-height:3.5rem;text-transform:capitalize}.project-list-view .project-list{counter-reset:item;margin-bottom:55px;margin-left:0;padding-left:0}.project-list-view .project-list li{border-bottom:1px solid #d3d3d680;display:block;padding:calc(1.4375rem + 1.92857vw) 0;position:relative;transition:all .5s ease-in-out}@media (min-width:1400px){.project-list-view .project-list li{padding:3.125rem 0}}.project-list-view .project-list li:before{content:"0" counter(item);counter-increment:item;display:inline-block;font-size:calc(1.35rem + 1.02857vw);left:0;position:absolute;top:calc(25% - 15px);transition:all .5s ease-in-out}@media (min-width:1400px){.project-list-view .project-list li:before{font-size:2.25rem}}.project-list-view .project-list li a{color:#d3d3d6;display:block;font-family:saol_displayregular,sans-serif;font-size:calc(1.525rem + 2.82857vw);line-height:calc(1.6688rem + 4.30766vw);padding-left:calc(1.90625rem + 6.75vw);position:relative;text-transform:uppercase}@media (min-width:1400px){.project-list-view .project-list li a{font-size:4rem;line-height:5.438rem;padding-left:7.8125rem}}.project-list-view .project-list li a:before{background-color:#d9d9d9;content:"";display:inline-block;height:2px;left:calc(1.4375rem + 1.92857vw);position:absolute;top:50%;transform:rotate(-45deg);transform-origin:left center;transition:all .5s ease-in-out;width:calc(1.6875rem + 4.5vw)}@media (min-width:1400px){.project-list-view .project-list li a:before{left:3.125rem;width:5.625rem}}.project-list-view .project-list li a:after{background-color:#ffca08;content:"";display:inline-block;height:2px;left:50px;position:absolute;top:50%;transform:rotate(0deg);transform-origin:left center;transition:all .5s ease-in-out;width:0}.project-list-view .project-list li .hidden-image{max-width:300px;opacity:0;position:absolute;right:0;top:0;transition:all .5s ease-in-out;visibility:hidden;z-index:1}.project-list-view .project-list li:hover:before{color:#ffca08}.project-list-view .project-list li:hover a{color:#ffca08;padding-left:calc(2.0625rem + 8.35714vw);transition-delay:.6s}@media (min-width:1400px){.project-list-view .project-list li:hover a{padding-left:9.375rem}}.project-list-view .project-list li:hover a:before{width:0}.project-list-view .project-list li:hover a:after{transition-delay:.6s;width:calc(1.6875rem + 4.5vw)}@media (min-width:1400px){.project-list-view .project-list li:hover a:after{width:5.625rem}}.project-list-view .project-list li:hover .hidden-image{opacity:1;visibility:visible}.project-list-view .details_link{font-size:1.5rem;letter-spacing:1.5px}.project-list-view .details_link a .link_text{margin-right:2.5rem}.project-list-view .details_link a .link_icon .line{height:.125rem;top:49%;width:3.125rem}.project-list-view .details_link a .link_icon .circle{border-width:.125rem;height:3.125rem;width:3.125rem}.service-information ul{list-style-type:none;margin:0;padding:0}.service-information ul li{background-image:linear-gradient(90deg,#54595f 50%,#54595f00 0);background-position:bottom;background-repeat:repeat-x;background-size:6px 1px;display:flex;font-size:1rem;font-weight:600;justify-content:space-between;padding:.75rem 0;text-transform:uppercase}.service-information ul li:first-child{padding-top:0}.service-information ul li:last-child{background-image:none;padding-bottom:0}.service-information ul li a{color:#fff;text-underline-offset:4px}.service-information ul li.active a,.service-information ul li:hover a{color:#ffca08}.testimonial .container-fluid,.testimonial .container-lg,.testimonial .container-md,.testimonial .container-sm,.testimonial .container-xl,.testimonial .container-xxl{padding:0}.testimonial_inner{padding:calc(2.0625rem + 8.35714vw) 0 calc(1.8125rem + 5.78571vw);position:relative;z-index:1}@media (min-width:1400px){.testimonial_inner{padding:9.375rem 0 6.875rem}}.testimonial_inner:before{background:url(/static/media/bg_t_1.03bb49d4ec2cd6c8c1e1.png);background-position:100% 100%;background-repeat:no-repeat;bottom:0}.testimonial_inner:after,.testimonial_inner:before{content:"";height:100%;position:absolute;width:100%}.testimonial_inner:after{background:url(/static/media/bg_t_2.61c466de49d40a869539.png);background-position:0;background-repeat:no-repeat;top:0}.testimonial-block{position:relative;z-index:1}.testimonial-block .h6,.testimonial-block h6{display:-webkit-inline-box;display:-moz-inline-box;margin-top:15px;position:relative}.testimonial-block .h6:before,.testimonial-block h6:before{background:#fff;bottom:3px;content:"";height:2px;left:-27px;top:6px;width:14px}.testimonial{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:20px}.top-left{align-items:center;display:flex;flex-direction:row;justify-content:center;text-align:center}.top-left h6{margin:2px 5px}.bottom-right{align-self:flex-end;display:flex;flex-direction:column;padding:20px}@media (max-width:768px){.testimonial{padding:10px}.bottom-right,.top-left{text-align:center}}.swiper.swiper_testimonial .swiper-wrapper{padding-bottom:50px}.swiper_testimonial .swiper-slide.swiper-slide-active .testimonial-block p{color:#fff}.page_header.in-service .page_header_inner{background:#0000}.page_header.in-service .page_header_inner:before{display:none}.page_header.in-service .page_header_inner .page_header_content .heading{font-weight:700;text-transform:uppercase}.header-layer-bg{background-image:url(/static/media/bg-2.4d3a125e92db8f3b960c.jpg);background-position:top;background-repeat:no-repeat;height:100%;left:0;position:fixed;top:0;width:100%}.testimonial.in-service{background:#0000;position:relative;z-index:3}.partners.in-service .partner_flex{margin-top:0}.sidebar{background-color:#262626;padding:30px;position:sticky;position:-webkit-sticky;top:100px}.widget{margin-bottom:50px}.widget:last-child{margin-bottom:0}.widget .h2,.widget .widget-title,.widget h2{color:#fff;display:inline-block;font-size:1.25rem;font-weight:600;margin-bottom:15px}.widget ol,.widget ul{list-style-type:none;margin:0;padding:0}.widget ol li,.widget ul li{border-bottom:1px solid #2e2e2e;margin-bottom:0;padding:12px 0}.widget ol li a,.widget ul li a{width:100%}.widget ol li .submenu-container,.widget ul li .submenu-container{padding-left:20px}.widget .wp-block-page-list li{border-bottom:0;padding:0}.widget .wp-block-page-list li a{border-bottom:1px solid #2e2e2e;display:block;padding:12px 0;width:100%}.widget .wp-calendar-table{border:1px solid #2e2e2e;width:100%}.widget .wp-calendar-table td,.widget .wp-calendar-table th{border-bottom:1px solid #2e2e2e;border-right:1px solid #2e2e2e}.widget .wp-calendar-table caption{color:#fff}.widget_search{text-align:left}.widget_search .wp-block-search,.widget_search .wp-block-search__inside-wrapper{position:relative}.widget_search .wp-block-search .wp-block-search__input{background:#0000;border:1px solid #2e2e2e;border-radius:0;color:#ffca08;height:44px;padding:5px 15px}.widget_search .wp-block-search .wp-block-search__input:focus{box-shadow:none}.widget_search .wp-block-search .wp-block-search__button{background:#ffca08;border:0;color:#fff;cursor:pointer;font-size:16px;line-height:44px;padding:0 15px;position:absolute;right:0;top:0;width:auto}.widget_search .wp-block-search .wp-block-search__button:focus{outline:none}.widget_search .wp-block-search ::-webkit-input-placeholder{color:#ffca08;font-size:.75rem;font-weight:500}.widget_search .wp-block-search ::-moz-placeholder{color:#ffca08;font-size:.75rem;font-weight:500}.widget_search .wp-block-search :-ms-input-placeholder{color:#ffca08;font-size:.75rem;font-weight:500}.widget_search .wp-block-search :-moz-placeholder{color:#ffca08;font-size:.75rem;font-weight:500}.widget_search .wp-block-search :placeholder{color:#ffca08;font-size:.75rem;font-weight:500}.widget_tag_cloud a{background:#0000;color:#999;display:inline-block;font-size:13px;letter-spacing:1px;margin:0 10px 10px 0;padding:0;text-decoration:underline;text-underline-offset:5px}.widget_tag_cloud a:hover{color:#ffca08}.widget_tag_cloud ul{align-items:center;display:flex;flex-flow:row wrap}.widget_tag_cloud ul li{margin-bottom:6px;margin-right:6px}.widget_tag_cloud ul li a{background:#ffca08;color:#fff;display:inline-block;font-size:10px;letter-spacing:1px;padding:10px 20px;text-transform:uppercase}.blog.pt-lg{padding-top:calc(2.3125rem + 10.92857vw)}@media (min-width:1400px){.blog.pt-lg{padding-top:11.875rem}}.blog_post{height:488px;margin-bottom:1.875rem;overflow:hidden;position:relative;transition:all .5s ease-in-out}.blog_post .blog_content{bottom:0;padding:20px 30px 40px 45px;right:0;z-index:1}.blog_post .blog_content,.blog_post .blog_content:before{left:0;position:absolute;top:0;transition:all .5s ease-in-out}.blog_post .blog_content:before{background:#0000;content:"";height:100%;width:100%;z-index:-1}.blog_post .blog_content .post-count{color:#ffffff4d;font-size:.125rem;font-weight:700;line-height:.5rem;opacity:0;transform:translateY(10px);transition:all .5s ease}.blog_post .blog_content .h5,.blog_post .blog_content h5{margin-bottom:1.5625rem}.blog_post .blog_content .h5>a,.blog_post .blog_content h5>a{font-size:1.25rem;line-height:1.625rem}.blog_post .blog_content p{color:#999;font-size:1rem;margin-bottom:25px;transition:all .5s ease}.blog_post .blog_content>a{color:#b2b2b2;font-size:.75rem;font-weight:600;letter-spacing:1.2px;line-height:2rem;position:relative;transition:all .5s ease}.blog_post .blog_content>a:after{content:url(/static/media/i1.84e4c45354c02d43ba72.svg);position:absolute;transform:translateX(20px);transition:all .5s ease}.blog_post .blog_content>a:hover:after{transform:translateX(-20px)}.blog_post .blog_content .meta{margin-bottom:10px;margin-top:10px}.blog_post .blog_content .meta time{font-size:.75rem;font-weight:600;line-height:1.375rem}.blog_post img{left:0;opacity:0;position:absolute;top:0;transition:all .5s ease;width:100%}.blog_post:hover .blog_content:before{background:#000000bf}.blog_post:hover .blog_content .post-count{font-size:calc(1.575rem + 3.34286vw);line-height:4.875rem;opacity:1;transform:translateY(0)}@media (min-width:1400px){.blog_post:hover .blog_content .post-count{font-size:4.5rem}}.blog_post:hover .blog_content p{color:#fff}.blog_post:hover .blog_content>a{color:#ffca08}.blog_post:hover img{opacity:1}.comments-area .comments-title{color:#fff;font-size:1.875rem;font-weight:600;padding-bottom:.625rem;position:relative}.comments-area ul{list-style-type:none;margin-bottom:0;padding-left:0}.comments-area ul ul{padding-left:90px}.comments-area ul.comment-list .commenter-block{align-items:start;display:flex;padding-bottom:30px;padding-top:30px}.comments-area ul.comment-list .commenter-block .comment-avatar{margin-right:30px;max-height:90px;max-width:90px;min-width:90px;overflow:hidden}.comments-area ul.comment-list .commenter-block .comment-content{width:100%}.comments-area ul.comment-list .commenter-block .comment-content .comment-author-name{align-items:center;color:#fff;display:flex;font-size:1.25rem;font-weight:500;line-height:1.5rem;margin-top:0;text-transform:capitalize}.comments-area ul.comment-list .commenter-block .comment-content .comment-author-comment{color:#999;font-size:1rem;line-height:24px;margin-top:10px}.comments-area ul.comment-list .commenter-block .comment-content .comment-author-comment p{margin-bottom:.625rem}.comments-area ul.comment-list .commenter-block .comment-content .comment-date{color:#ffca08;font-size:.875rem;font-weight:400;margin-left:1.875rem}.comments-area ul.comment-list .commenter-block .comment-content .comment-reply .comment-reply-link{color:#ffca08;font-size:.75rem;font-weight:400;text-transform:uppercase}.comments-area .comments-pagination{align-items:center;border-radius:0;display:flex;list-style-type:none;list-style:none;margin-bottom:0;padding-left:0}.comments-area .comments-pagination a,.comments-area .comments-pagination span{background:#2e2e2e;color:#fff;display:block;font-size:1.125rem;font-weight:400;height:44px;line-height:44px;margin-right:7px;text-align:center;width:44px}.comments-area .comments-pagination a.current,.comments-area .comments-pagination a:hover,.comments-area .comments-pagination span.current,.comments-area .comments-pagination span:hover{background:#ffca08;color:#fff}.comment-respond{margin-top:100px}.comment-respond .comment-reply-title{color:#fff;font-size:1.875rem;font-weight:600;margin-bottom:.625rem;padding-bottom:.625rem;position:relative}.comment-respond .logged-in-as{font-size:1rem;font-style:italic;font-weight:400}.comment-respond input[type=color],.comment-respond input[type=date],.comment-respond input[type=datetime-local],.comment-respond input[type=datetime],.comment-respond input[type=email],.comment-respond input[type=month],.comment-respond input[type=number],.comment-respond input[type=password],.comment-respond input[type=range],.comment-respond input[type=search],.comment-respond input[type=tel],.comment-respond input[type=text],.comment-respond input[type=time],.comment-respond input[type=url],.comment-respond input[type=week],.comment-respond select{background:#2e2e2e;border:1px solid #2e2e2e;color:#fff;font-size:.875rem;height:60px;padding:15px 25px}.comment-respond textarea.form-control{background:#2e2e2e;border:1px solid #2e2e2e;color:#fff;font-size:.875rem;height:140px;padding:15px 25px}.comment-respond .form-group{margin-bottom:1.25rem}.comment-respond :-moz-placeholder,.comment-respond :-ms-input-placeholder,.comment-respond ::-moz-placeholder,.comment-respond ::-webkit-input-placeholder,.comment-respond :placeholder{color:#999;font-size:.875rem;font-weight:400}.pagination-div{display:inline-block;margin-top:30px;width:100%}.pagination{align-items:center;justify-content:center;list-style-type:none;margin-bottom:0}.pagination li{margin-right:10px}.pagination li:last-child{margin-right:0}.pagination li a{border-radius:50%;color:#fff;display:block;font-family:Montserrat,sans-serif;font-size:.9375rem;height:26px;line-height:26px;text-align:center;width:26px}.pagination li a.current,.pagination li a:hover{background:#2e2e2e;color:#ffca08}.newsletter{margin-bottom:-135px;position:relative;z-index:1}.newsletter .newsletter_inner{border-radius:10px;padding:70px 110px}.newsletter .newsletter_inner .newsletter_header .h1,.newsletter .newsletter_inner .newsletter_header h1{color:#fff;font-size:2.5rem;font-weight:700;margin-top:10px}.newsletter_form .form_group{position:relative}.newsletter_form .form_group .form-control{border-radius:35px;border-width:0;height:70px;padding:15px 40px}.newsletter_form .form_group .button{box-shadow:none;font-size:15px;font-weight:500;letter-spacing:2px;line-height:1.375rem;padding:15px 30px;position:absolute;right:7px;text-transform:uppercase;top:7px}.footer{padding-bottom:calc(1.5625rem + 3.21429vw);padding-top:0;position:relative}@media (min-width:1400px){.footer{padding-bottom:4.375rem}}.footer.pd-top{padding-top:calc(1.5625rem + 3.21429vw)}@media (min-width:1400px){.footer.pd-top{padding-top:4.375rem}}.footer .footer_inner{padding:calc(1.6563rem + 4.17909vw) 0;position:relative;z-index:1}@media (min-width:1400px){.footer .footer_inner{padding:5.313rem 0}}.footer .footer_inner>div{position:relative;z-index:2}.footer .footer_inner .section-header{margin-bottom:0}.footer .footer_inner .section-header .h2,.footer .footer_inner .section-header h2{color:#2e2e2e;font-size:calc(1.8125rem + 5.78571vw);line-height:calc(1.65rem + 4.11429vw);margin:0 0 0 -47px;transform:rotate(180deg);writing-mode:vertical-rl}@media (min-width:1400px){.footer .footer_inner .section-header .h2,.footer .footer_inner .section-header h2{font-size:6.875rem;line-height:5.25rem}}.footer .footer_inner .communication .info_body .h6,.footer .footer_inner .communication .info_body h6{color:#fff;font-size:1rem;font-weight:400;line-height:2.25rem;word-break:break-all}.footer .footer_inner .communication .info_body .h5,.footer .footer_inner .communication .info_body h5{color:#ffca08;font-weight:400;line-height:2.125rem}.footer .footer_inner .communication .info_body:not(:last-child){margin-bottom:1.5625rem}.footer .footer_inner .footer_social{margin-bottom:1.875rem;margin-top:1.25rem;text-align:center}.footer .footer_inner .footer_social .social_list{align-items:center;cursor:pointer;display:flex;flex-flow:row wrap;margin-bottom:0;padding:0}.footer .footer_inner .footer_social .social_list li{display:inline-block;list-style:none;position:relative;text-transform:uppercase}.footer .footer_inner .footer_social .social_list li:not(:last-child){margin-right:10px}.footer .footer_inner .footer_social .social_list li a{background:#2e2e2e;border-radius:100%;color:#fff;display:block;font-size:.875rem;height:1.875rem;line-height:1.875rem;outline:none;overflow:hidden;position:relative;text-align:center;width:1.875rem}.footer .footer_inner .footer_social .social_list li a:hover{color:#ffca08}.footer .footer_inner .terms_condition{margin-bottom:.625rem}.footer .footer_inner .terms_condition ul{align-items:center;display:flex;list-style-type:none;margin:0;padding:0}.footer .footer_inner .terms_condition ul li{line-height:1rem;margin-bottom:0}.footer .footer_inner .terms_condition ul li:not(:last-child){margin-right:1.5625rem}.footer .footer_inner .terms_condition ul li a{color:#b2b2b2;font-size:.625rem;font-weight:500;text-transform:uppercase}.footer .footer_inner .terms_condition ul li a:hover{color:#fff}.footer .footer_inner .copyright p{color:#b2b2b2;font-size:.75rem}.footer .grid_lines{padding:0 calc(1.56875rem + 3.27857vw)}@media (min-width:1400px){.footer .grid_lines{padding:0 4.4375rem}}.footer .grid_lines .grid_line{background-color:#191919!important}.totop{align-items:center;border:1px solid #ffca08;bottom:70px;color:#ffca08;display:flex;height:55px;justify-content:center;opacity:0;position:fixed;right:calc(1.28125rem + .32143vw);transition:all .5s ease-in-out;visibility:hidden;width:55px;z-index:2}@media (min-width:1400px){.totop{right:1.5625rem}}.totop:before{background-color:#ffca08;content:"";height:30px;left:50%;opacity:0;position:absolute;top:-50px;transition:all .5s ease-in-out;visibility:hidden;width:1px}.totop a{color:#ffca08}.totop.show,.totop.show:before{opacity:1;visibility:visible}.totop.show:before{top:-15px}.about.style_two{padding-bottom:calc(2.3125rem + 10.92857vw)}@media (min-width:1400px){.about.style_two{padding-bottom:11.875rem}}.about_image{position:relative}.about_image img:last-child{bottom:20px;left:20px;position:absolute}.about_image img.abt_img_2{bottom:-100px;left:calc(1.625rem + 3.85714vw);position:absolute;right:0}@media (min-width:1400px){.about_image img.abt_img_2{left:5rem}}.about_image img.line_frame_1{bottom:-80px;left:30px;position:absolute;z-index:-1}.about_image img.line_frame_2{left:350px;position:absolute;right:20px;top:40px;z-index:-1}.progress-classic .progress{background-color:#2e2e2e}.progress-classic .progress-bar{background-color:#ffca08}.progress-classic .progress-label{color:#fff;font-size:.875rem}.progress-classic .progress-value{color:#fff;font-size:.9375rem;position:absolute;right:0;top:0}.abt_author .abt_author_info .h5,.abt_author .abt_author_info h5{color:#fff;margin-bottom:5px}.abt_author .abt_author_info p{color:#ffca08}.about_text_inner{padding-left:2.8125rem}.about_text{margin-bottom:35px}.about_text .h2,.about_text h2{font-size:calc(1.425rem + 1.8vw);line-height:3.6875rem;margin-bottom:25px;text-transform:uppercase}@media (min-width:1400px){.about_text .h2,.about_text h2{font-size:3rem}}.mission{padding-top:230px}.mission_top_part{margin-bottom:4.375rem}.mission_top_part .section-header{margin-bottom:180px;padding:0 calc(1.3125rem + .64286vw)}@media (min-width:1400px){.mission_top_part .section-header{padding:0 1.875rem}}.mission_top_part .section-header p{font-size:calc(1.3125rem + .64286vw);font-weight:300;letter-spacing:-1px;line-height:calc(1.4375rem + 1.92857vw);margin-top:calc(1.3125rem + .64286vw)}@media (min-width:1400px){.mission_top_part .section-header p{font-size:1.875rem;line-height:3.125rem;margin-top:1.875rem}}.mission_top_part .has_line:before{bottom:calc(100% + 50px)}.mission_bottom_part .section-header .border-line{position:relative;text-align:right}.mission_bottom_part .section-header .border-line:after{background:#fff;bottom:-20px;content:"";height:2px;position:absolute;right:0;width:124px}.mission_bottom_part .mission_content p{margin-bottom:1.25rem}.mission_bottom_part .mission_content p:last-child{margin-bottom:0}.about_para{font-size:calc(1.525rem + 2.82857vw);font-weight:300;letter-spacing:-1px;line-height:calc(1.625rem + 3.85714vw)}@media (min-width:1400px){.about_para{font-size:4rem;line-height:5rem}}.about_para span{border-bottom:1px solid #999;color:#54595f;font-weight:400}.services.inner .icon_box{margin-bottom:5.625rem}.icon_box{transition:all .5s ease-in-out}.icon_box .h4,.icon_box h4{font-weight:600;margin-bottom:20px;margin-top:15px;text-transform:uppercase}.icon_box .h6,.icon_box h6{color:#ffca08;margin-bottom:8px;transition:all .5s ease-in-out}.icon_box p{font-size:.875rem}.icon_box img.light{display:none}.icon_box .arrow_effect{margin-top:20px}.icon_box .arrow_effect a{display:inline-block;height:15px;overflow:hidden;position:relative;width:20px}.icon_box .arrow_effect a .crossline1,.icon_box .arrow_effect a .crossline2{display:inline-block;height:1px;left:0;position:absolute;top:50%;transition:all .5s ease-in-out}.icon_box .arrow_effect a .crossline1:after,.icon_box .arrow_effect a .crossline1:before,.icon_box .arrow_effect a .crossline2:after,.icon_box .arrow_effect a .crossline2:before{content:"";height:1px;position:absolute;right:0;transform-origin:right;transition:all .5s ease-in-out;width:7px}.icon_box .arrow_effect a .crossline1:before,.icon_box .arrow_effect a .crossline2:before{transform:rotate(40deg)}.icon_box .arrow_effect a .crossline1:after,.icon_box .arrow_effect a .crossline2:after{transform:rotate(-40deg)}.icon_box .arrow_effect a .crossline1{background-color:#e6e6e6;opacity:1;width:15px}.icon_box .arrow_effect a .crossline1:after,.icon_box .arrow_effect a .crossline1:before{background-color:#e6e6e6}.icon_box .arrow_effect a .crossline1:before{top:0}.icon_box .arrow_effect a .crossline1:after{bottom:0}.icon_box .arrow_effect a .crossline2{background-color:#ffca08;opacity:0;width:0}.icon_box .arrow_effect a .crossline2:after,.icon_box .arrow_effect a .crossline2:before{background-color:#ffca08;transition:all .7s ease-in-out}.icon_box .arrow_effect a .crossline2:before{top:-10px}.icon_box .arrow_effect a .crossline2:after{bottom:-10px}.icon_box .arrow_effect a:hover .crossline1{opacity:0;transform:scale(0)}.icon_box .arrow_effect a:hover .crossline2{opacity:0;width:15px}.icon_box .arrow_effect a:hover .crossline2:before{top:0}.icon_box .arrow_effect a:hover .crossline2:after{bottom:0}.icon_box:hover .h6,.icon_box:hover h6{margin-bottom:15px}.icon_box.type-2{margin-bottom:1.875rem;position:relative}.icon_box.type-2 .post-bg{opacity:1;transition:all .5s ease-out}.icon_box.type-2 .icon_box_inner{bottom:0;display:flex column;left:0;padding:50px 40px 55px;position:absolute;right:0;top:0;transition:all .5s ease-in-out;z-index:1}.img_box{display:flex;flex:1 1;justify-content:center}.img_box .img_box_inner{column-gap:60px;display:flex}.center_image{justify-content:center}.wrapping-icon-box{display:flex;flex-direction:column;row-gap:100px}@media (max-width:768px){.img_box .img_box_inner{column-gap:20px;flex-wrap:wrap;justify-content:center}.wrapping-icon-box{row-gap:50px}.icon_box.type-2 .post-bg{opacity:1}}.image_box{grid-gap:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}@media (min-width:768px){.image_box{grid-template-columns:repeat(auto-fit,minmax(420px,1fr))}}.icon_box.type-2 .icon_box_inner:before{background:#0000;content:"";height:100%;left:0;position:absolute;top:0;transition:all .5s ease-in-out;width:100%;z-index:-1}.icon_box.type-2:hover .post-bg{opacity:1;transition:all .8s ease-in}.icon_box.type-2:hover .icon_box_inner{padding-top:100px}.icon_box.type-2 .icon_box_inner:before{background:#00000059}.icon_box.type-2:hover .icon_box_inner:before{background:#0000}.icon_box_flex{align-items:center;display:flex;justify-content:flex-start;margin-bottom:10px}.icon_box_flex .h6,.icon_box_flex h6{color:#b2b2b2;margin-left:15px}.icon_box_flex .icon_size{align-items:center;border:1px solid #2e2e2e;border-radius:50%;display:flex;height:44px;justify-content:center;width:44px}.icon_box_flex .icon_size img{height:21px;width:21px}.about_icon_box{margin-bottom:25px}.team{padding-bottom:50px}.team.in-team .team-block{margin-bottom:4.375rem}.swiper_team{padding:0 calc(1.75rem + 5.14286vw)}@media (min-width:1400px){.swiper_team{padding:0 6.25rem}}.swiper_team .swiper-navigation{bottom:auto;height:calc(var(--button-height));top:40%;width:100%}.swiper_team .swiper-navigation .swiper-button-prev,.swiper_team .swiper-navigation .swiper-rtl .swiper-button-next{left:0;right:auto}.swiper_team .swiper-navigation .swiper-button-next,.swiper_team .swiper-navigation .swiper-rtl .swiper-button-prev{left:auto;right:0}.swiper_team .swiper-navigation .swiper-button-next,.swiper_team .swiper-navigation .swiper-button-prev{background:#0000;color:#e6e6e6;font-size:1.875rem;top:0}.swiper_team .swiper-navigation .swiper-button-next:hover,.swiper_team .swiper-navigation .swiper-button-prev:hover{background:#0000;color:#ffca08}.swiper_team .swiper-navigation .swiper-button-next.swiper-button-disabled,.swiper_team .swiper-navigation .swiper-button-prev.swiper-button-disabled{background:#0000;opacity:.5}.swiper_team:hover .swiper-navigation .swiper-button-next,.swiper_team:hover .swiper-navigation .swiper-button-prev{top:0}.team-block .h5,.team-block h5{line-height:calc(1.2875rem + .38571vw);margin-top:calc(1.28125rem + .32143vw)}@media (min-width:1400px){.team-block .h5,.team-block h5{line-height:1.625rem;margin-top:1.5625rem}}.team-block .h6,.team-block h6{display:-webkit-inline-box;display:-moz-inline-box;font-size:.6875rem;margin-top:1.25rem;position:relative}.team-block .h6:after,.team-block h6:after{background:#ffca08;content:"";height:1px;position:absolute;right:-67px;top:5px;width:52px}.team-member-information .name{font-size:calc(1.425rem + 1.8vw);font-weight:400;line-height:calc(1.4875rem + 2.44286vw);margin-top:0}@media (min-width:1400px){.team-member-information .name{font-size:3rem;line-height:3.625rem}}.team-member-information .designation{display:-webkit-inline-box;display:-moz-inline-box;font-size:calc(1.2625rem + .12857vw);font-weight:600;line-height:calc(1.4rem + 1.54286vw);margin-top:0;position:relative}@media (min-width:1400px){.team-member-information .designation{font-size:1.375rem;line-height:2.75rem}}.team-member-information .designation:after{background:#ffca08;content:"";height:2px;left:calc(100% + 15px);position:absolute;top:50%;transform:translateY(-50%);width:110px}.team-member-information .bio{margin-top:.9375rem}.team-member-information .social-media{margin-bottom:3.75rem;margin-top:1.875rem}.team-member-information .social-media ul{align-items:center;display:flex;list-style-type:none;margin:0;padding:0}.team-member-information .social-media ul li{background-image:none;font-weight:600;margin-right:10px;padding:0;width:auto}.team-member-information .social-media ul li a{align-items:center;background:#545454;border-radius:100%;color:#fff;display:block;display:flex;font-size:1.125rem;height:46px;justify-content:center;text-align:center;width:46px}.team-member-information .social-media ul li:last-child{margin-right:0}.team-member-information .widget-title.h6,.team-member-information h6.widget-title{color:#fff;margin-bottom:.625rem}.team-member-information ul.point_order{list-style-type:none;margin-bottom:calc(1.34375rem + .96429vw);padding-left:0}@media (min-width:1400px){.team-member-information ul.point_order{margin-bottom:2.1875rem}}.team-member-information ul.point_order li{color:#fff;font-size:1rem;line-height:36px;padding-left:35px;position:relative}.team-member-information ul.point_order li span{color:#ffca08}.team-member-information ul.point_order li:first-letter{text-transform:capitalize}.team-member-information ul.point_order li:before{color:#ffca08;content:"\F26F";font-family:bootstrap-icons;font-size:1.5rem;left:0;position:absolute}.team-details .latest-projects{margin-top:100px}.team-details .project{margin-bottom:1.875rem}.shop_page{padding:110px 0}.shop_sidebar{font-family:Montserrat,sans-serif;position:sticky;position:-webkit-sticky;top:30px}.shop_sidebar .widget{background:#0000;box-shadow:none;margin-bottom:45px;margin-top:0;padding:0}.shop_sidebar .widget:last-child{margin-bottom:0}.shop_sidebar .widget ul{margin:0;padding:0}.shop_sidebar .widget ul li{list-style-type:none}.shop_sidebar .widget label{font-size:.875rem;margin-bottom:0}.shop_sidebar .select2-container{width:100%!important}.shop_sidebar .select2-container .select2-selection--single{border:1px solid #ededed;height:56px;line-height:50px;padding:5px 30px}.shop_sidebar .select2-container--default .select2-selection--single .select2-selection__rendered{color:#a0a4b4;font-size:15px;line-height:44px;padding:0}.shop_sidebar .select2-container--default .select2-selection--single .select2-selection__arrow{height:56px;position:absolute;right:15px;top:0;width:20px}.shop_sidebar .select2-dropdown{padding:15px}.shop_sidebar .select2-search--dropdown{margin-bottom:5px;padding:0}.shop_sidebar .select2-results__option{padding:3px 10px;transition:all .8s ease-in-out}.shop_sidebar .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,.shop_sidebar .select2-container--default .select2-results__option--selected{background-color:#ffca08;color:#fff;transition:all .8s ease-in-out}.shop_sidebar .sidebar_search{text-align:left}.shop_sidebar .sidebar_search .search_form{position:relative}.shop_sidebar .sidebar_search .search_form .form-control{background:#2e2e2e;border:1px solid #2e2e2e;border-radius:0;color:#fff;height:48px;padding:5px 15px;text-transform:capitalize}.shop_sidebar .sidebar_search .search_form .form-control:focus{box-shadow:none}.shop_sidebar .sidebar_search .search_form .form-control-submit{background:#545454;border:1px solid #545454;border-radius:0;color:#fff;cursor:pointer;height:48px;padding:0;position:absolute;right:0;top:0;width:48px}.shop_sidebar .sidebar_search .search_form .form-control-submit:focus{outline:none}.shop_sidebar .sidebar_search .search_form ::-webkit-input-placeholder{color:#999;font-size:13px;font-weight:400}.shop_sidebar .sidebar_search .search_form ::-moz-placeholder{color:#999;font-size:13px;font-weight:400}.shop_sidebar .sidebar_search .search_form :-ms-input-placeholder{color:#999;font-size:13px;font-weight:400}.shop_sidebar .sidebar_search .search_form :-moz-placeholder{color:#999;font-size:13px;font-weight:400}.shop_sidebar .sidebar_search .search_form :placeholder{color:#999;font-size:13px;font-weight:400}.shop_sidebar .widget_categories .category_item_inner{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:0;min-height:1.5rem;padding-left:0;position:relative}.shop_sidebar .widget_categories ul li{border-bottom:none;margin-bottom:4px;padding:5px 0}.shop_sidebar .widget_categories ul li ul{padding-left:15px}.shop_sidebar .widget_categories ul li ul li{padding-left:10px;position:relative}.shop_sidebar .widget_categories ul li ul li:before{background:#fff;content:"";height:1px;left:0;position:absolute;top:50%;width:6px}.shop_sidebar .widget_categories ul li .cat_toggler a{font-size:.75rem}.shop_sidebar .widget_categories ul li .cat_toggler i{display:block;transition:all .3s ease-in-out}@media (prefers-reduced-motion:reduce){.shop_sidebar .widget_categories ul li .cat_toggler i{transition:none}}.shop_sidebar .widget_categories ul li .cat_toggler [aria-expanded=true] i{color:#ffca08;transform:rotate(90deg)}.shop_sidebar .sidebar_price_filter .range-value{color:#999;font-size:.75rem;margin-top:10px}.shop_sidebar .sidebar_price_filter .range-value span{margin-right:10px}.shop_sidebar .sidebar_price_filter .range-value input[type=text]{background-color:initial;border-width:0;color:#999;font-size:.75rem;height:auto;padding:0;text-align:right;width:80px}.shop_sidebar .sidebar_price_filter .range-bar{background:#999;border:none;height:2px;width:100%}.shop_sidebar .sidebar_price_filter .range-bar .ui-slider-range{background:#fff}.shop_sidebar .sidebar_price_filter .range-bar .ui-slider-handle{background:#fff;border-radius:100%;border-width:0;cursor:pointer;height:12px;margin-left:-5px;margin-top:0;width:12px}.shop_sidebar .form-check{align-items:center;display:flex;flex-direction:row-reverse;justify-content:flex-end;margin-bottom:12px;min-height:auto;padding-left:0;position:relative}.shop_sidebar .form-check label{color:#fff;font-weight:400;line-height:19px}.shop_sidebar .form-check .form-check-input{background-color:initial;border:1px solid #545454;border-radius:3px;float:none;height:12px;margin:0 7px 0 0;width:12px}.shop_sidebar .form-check-input:checked{background-color:#212121;border-color:#fff;box-shadow:none}.shop_sidebar .form-check-input:focus{box-shadow:none;outline:none}.shop_sidebar .content_count{background:#fff2f0;color:#212121;display:inline-block;font-size:10px;height:18px;line-height:1.125rem;position:absolute;right:0;text-align:center;top:50%;transform:translateY(-50%);width:18px}.sidebar_popular_products ul li{align-items:center;display:flex;margin-bottom:10px}.sidebar_popular_products ul li .popular_product_image{align-items:center;background:#000;display:flex;height:110px;margin-right:15px;max-width:85px;min-width:85px;padding:15px}.sidebar_popular_products ul li .popular_product_content .product_title{font-size:1rem;font-weight:600;margin:0 0 10px}.sidebar_popular_products ul li .popular_product_content .product_title a{color:#fff}.sidebar_popular_products ul li .popular_product_content .product_price{color:#999;font-size:.875rem;font-weight:400}.shop_filtering_method{justify-content:space-between;margin-bottom:30px}.shop_filtering_method .view_type_wrapper{min-width:300px}.shop_filtering_method .view_type_wrapper .view_type a{color:#fff;display:inline-block;font-size:1rem;text-align:center}.shop_filtering_method .view_type_wrapper .view_type a.active{color:#ffca08}.shop_filtering_method .view_type_wrapper .view_type li:not(:last-child){margin-right:8px}.shop_filtering_method .view_type_wrapper .showing_results{color:#999;font-size:.875rem;margin-left:20px}.shop_filtering_method .sorting_select{position:relative;width:260px}.shop_filtering_method .select2-container .select2-selection--single{align-items:center;background-color:initial;border:1px solid #545454;border-radius:0;display:flex;height:48px;justify-content:space-between;line-height:normal;padding:5px 15px;width:260px}.shop_filtering_method .select2-container--default .select2-selection--single .select2-selection__rendered{color:#999;font-size:15px;line-height:44px;padding:0}.shop_filtering_method .select2-container--default .select2-selection--single .select2-selection__arrow{height:auto;position:relative;right:15px;top:auto;width:auto}.shop_filtering_method .select2-container--default .select2-selection--single .select2-selection__arrow b{border:0 solid #0000;border-top-color:#fff;display:inline-block;height:5px;left:auto;margin-left:0;margin-top:0;position:relative;top:auto;width:0}.shop_filtering_method .select2-container--default .select2-selection--single .select2-selection__arrow b:before{content:"\F282";font-family:bootstrap-icons;font-size:10px}.product_col_1,.product_col_2,.product_col_3,.product_col_4{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.product_col_1 .product_item,.product_col_2 .product_item,.product_col_3 .product_item,.product_col_4 .product_item{-webkit-box-flex:0;box-sizing:border-box;min-height:1px;padding-left:15px;padding-right:15px;position:relative;width:100%}.product_col_1 .product_item{flex:0 0 100%;max-width:100%}.product_col_2 .product_item{flex:0 0 50%;max-width:50%}.product_col_3 .product_item{flex:0 0 33.333333%;max-width:33.333333%}.product_col_4 .product_item{flex:0 0 25%;max-width:25%}@media screen and (max-width:991px){.product_col_3 .product_item,.product_col_4 .product_item{flex:0 0 50%;max-width:50%}}@media screen and (max-width:767px){.product_col_2 .product_item,.product_col_3 .product_item,.product_col_4 .product_item{flex:0 0 100%;max-width:100%}}.product_view_grid .product_item{overflow:hidden;position:relative}.product_view_grid .product_item .product_thumb{margin-bottom:30px;overflow:hidden;position:relative;width:100%}.product_view_grid .product_item .product_thumb .product_imagebox{align-items:center;background:#000;display:flex;height:325px;justify-content:center;position:relative;text-align:center;transition:all .8s ease-in-out}.product_view_grid .product_item .product_thumb .product_imagebox .primary_img{transition:all .8s ease-in-out}.product_view_grid .product_item .product_thumb .product_imagebox [class*=badge]{border-radius:0;font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;left:15px;letter-spacing:0;line-height:24px;padding:0;position:absolute;text-transform:capitalize;top:15px;width:50px;z-index:1}.product_view_grid .product_item .product_thumb .product_imagebox .badge-new{background-color:#fff;color:#000}.product_view_grid .product_item .product_thumb .product_imagebox .badge-sale{background-color:#545454;color:#fff}.product_view_grid .product_item .product_thumb .product_item_inner{transition:all .8s ease-in-out}.product_view_grid .product_item .product_thumb .product_item_inner .label_text{padding:20px 0 0;transition:all .8s ease-in-out}.product_view_grid .product_item .product_thumb .product_item_inner .label_text .product_item_name{align-items:center;color:#fff;display:flex;font-size:1rem;font-weight:600;justify-content:space-between;letter-spacing:0;position:relative}.product_view_grid .product_item .product_thumb .product_item_inner .label_text .product_item_name a{color:#fff}.product_view_grid .product_item .product_thumb .product_item_inner .product_item_price{color:#999;font-size:1rem;font-weight:500;padding-bottom:0}.product_view_grid .product_item .product_thumb .product_item_inner .product_item_price del{color:#54595f;margin-right:5px}.product_view_grid .product_item .product_thumb .product_item_inner p{font-size:.75rem;font-weight:400;line-height:22px;margin-bottom:0;padding-bottom:0}.product_view_grid .product_item .product_thumb .product_item_inner .product_category{color:#999;font-size:.75rem;letter-spacing:.8px;text-transform:uppercase}.product_view_grid .product_item .product_thumb .product_item_inner .product_category a{color:#999}.product_view_grid .product_item .product_thumb .product_item_inner .product_category a:hover{color:#fff}.product_view_grid .product_item .product_thumb .product_item_inner .rating ul{display:block;line-height:16px;margin:0;padding:0}.product_view_grid .product_item .product_thumb .product_item_inner .rating ul li{color:#ffca08;display:inline-block;font-size:.875rem;line-height:14px;margin:0}.product_view_grid .product_item .product_thumb .cart_button{position:absolute;text-align:center;top:-100%;transform:translateY(-50%);transition:all .8s ease-in-out;width:100%;z-index:1}.product_view_grid .product_item:hover .product_thumb .cart_button{top:50%}.cart_button .button{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#0000;border:none;color:#000;cursor:pointer;display:inline-block;font-size:.875rem;font-weight:500;line-height:1.25rem;min-width:auto;outline:none;overflow:hidden;padding:10px 30px;position:relative;text-align:center;text-decoration:none;transition:all .8s ease-in-out}.cart_button .button:hover{color:#fff}.cart_button .button:after,.cart_button .button:before{content:"";height:100%;opacity:1;position:absolute;transition:all .8s ease-in-out;width:100%;z-index:-1}.cart_button .button:before{background:#ffca08;right:100%;top:0}.cart_button .button:hover:before{right:0}.cart_button .button:after{background:#fff;left:0;top:0}.cart_button .button:hover:after{left:100%}.product_view_list .grid-item:not(:last-child){margin-bottom:30px}.product_view_list .product_item{background:#212121;box-shadow:0 0 30px #00000026;display:none;margin-bottom:30px;overflow:hidden;padding:30px;position:relative}.product_view_list .product_item .product_thumb{align-items:center;display:flex;overflow:hidden;position:relative;width:100%}.product_view_list .product_item .product_thumb .product_imagebox{align-items:center;background:#000;display:flex;height:325px;justify-content:center;margin-right:30px;position:relative;text-align:center;transition:all .8s ease-in-out;width:270px}.product_view_list .product_item .product_thumb .product_imagebox .primary_img{transition:all .8s ease-in-out}.product_view_list .product_item .product_thumb .product_imagebox .secondary_img{left:50%;opacity:0;position:absolute;top:0;transform:translateX(-50%);transition:all .8s ease-in-out;visibility:hidden}.product_view_list .product_item .product_thumb .product_imagebox [class*=badge]{border-radius:0;font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;left:15px;letter-spacing:0;line-height:24px;padding:0;position:absolute;text-transform:capitalize;top:15px;width:50px;z-index:1}.product_view_list .product_item .product_thumb .product_imagebox .badge-new{background-color:#fff;color:#000}.product_view_list .product_item .product_thumb .product_imagebox .badge-sale{background-color:#545454;color:#fff}.product_view_list .product_item .product_thumb .product_item_inner{flex:1 1;transition:all .8s ease-in-out}.product_view_list .product_item .product_thumb .product_item_inner .label_text{transition:all .8s ease-in-out}.product_view_list .product_item .product_thumb .product_item_inner .label_text .product_item_name{align-items:baseline;color:#fff;display:flex;font-size:1rem;font-weight:600;letter-spacing:0;margin-bottom:5px;position:relative}.product_view_list .product_item .product_thumb .product_item_inner .label_text .product_item_name a{color:#fff}.product_view_list .product_item .product_thumb .product_item_inner .product_item_price{color:#999;font-size:1rem;font-weight:500;margin-left:15px;padding-bottom:0}.product_view_list .product_item .product_thumb .product_item_inner .product_item_price del{color:#54595f;margin-right:5px}.product_view_list .product_item .product_thumb .product_item_inner p{font-size:.75rem;font-weight:400;line-height:22px;margin-bottom:0;padding-bottom:0}.product_view_list .product_item .product_thumb .product_item_inner .product_category{color:#999;font-size:.75rem;letter-spacing:.8px;text-transform:uppercase}.product_view_list .product_item .product_thumb .product_item_inner .product_category a{color:#999}.product_view_list .product_item .product_thumb .product_item_inner .product_category a:hover{color:#fff}.product_view_list .product_item .product_thumb .product_item_inner .rating{margin-bottom:30px}.product_view_list .product_item .product_thumb .product_item_inner .rating ul{display:block;line-height:16px;margin:0;padding:0}.product_view_list .product_item .product_thumb .product_item_inner .rating ul li{color:#ffca08;display:inline-block;font-size:.875rem;line-height:14px;margin:0}.product_view_list .product_item .cart_button{position:relative;z-index:1}.product_left .product_zoom{align-items:flex-start;display:flex}.product_left .product_zoom .product_zoom_button_group{display:inline-block;list-style:none;margin:0;max-height:543px;overflow-y:scroll;padding:0 23px 0 0}.product_left .product_zoom .product_zoom_button_group::-webkit-scrollbar{height:4px;width:0}.product_left .product_zoom .product_zoom_button_group::-webkit-scrollbar-track{background:#212121}.product_left .product_zoom .product_zoom_button_group::-webkit-scrollbar-thumb{background:#ffca08}.product_left .product_zoom .product_zoom_button_group li{margin:20px 0;text-align:left}.product_left .product_zoom .product_zoom_button_group li:first-child{margin-top:0}.product_left .product_zoom .product_zoom_button_group li:last-child{margin-bottom:0}.product_left .product_zoom .product_zoom_button_group li a{background-position:50%;background-repeat:no-repeat;background-size:contain;cursor:pointer;display:block;height:175px;max-width:100%;position:relative;width:145px}.product_left .product_zoom .product_zoom_button_group li a img{width:100%}.product_left .product_zoom .product_zoom_button_group li a.selected:before{background:#21212180;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.product_left .product_zoom .product_zoom_container{flex:1 1;max-height:560px;overflow:hidden}.product_left .product_zoom .product_zoom_container .product_zoom_info{display:none;position:relative}.product_left .product_zoom .product_zoom_container .product_zoom_info img{width:100%}.product_right .product_info .product_title .h2,.product_right .product_info .product_title h2{color:#fff;font-size:2rem;font-weight:600;line-height:2.375rem}.product_right .product_info .product_rating{font-size:.875rem;font-weight:400}.product_right .product_info .product_rating i{color:#ffca08}.product_right .product_info .product_rating .product_rating_details{color:#999;display:inline-block;margin-left:10px}.product_right .product_description{color:#b2b2b2;font-size:.875rem;line-height:1.5rem;margin-bottom:20px}.product_right .product_price{color:#fff;font-size:1.125rem;font-weight:400;line-height:1.875rem;margin-bottom:25px;margin-top:15px}.product_right .product_view_bottom{align-items:center;display:flex;flex-flow:row wrap}.product_right .product_view_bottom .product_quantity{align-items:center;display:flex;flex:1 1;margin-right:20px}.product_right .product_view_bottom .product_quantity .pproduct_quantity_label{color:#fff;font-family:Montserrat,sans-serif;font-size:.875rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.product_right .product_view_bottom .product_quantity .product_quantity_inner{align-items:center;border:1px solid #fff;display:flex;margin-left:20px;padding:0 20px}.product_right .product_view_bottom .product_quantity .product_quantity_inner .product_quantity_add,.product_right .product_view_bottom .product_quantity .product_quantity_inner .product_quantity_subtract{color:#fff;cursor:pointer}.product_right .product_view_bottom .product_quantity .product_quantity_inner input{background-color:initial;border:0 solid #000;color:#fff;font-weight:700;height:42px;padding:0;text-align:center;width:80px}.product_right .product_view_bottom .wish_button{margin-right:15px}.product_right .product_view_bottom .compare_button a,.product_right .product_view_bottom .wish_button a{background:#f2f7f7;color:#212121;display:block;height:44px;line-height:44px;text-align:center;width:44px}.product_right .cart_button{margin-top:20px}.product_right .cart_button .button{color:#fff;font-size:.75rem;font-weight:600;line-height:1.375rem;padding:10px 25px;text-transform:uppercase;width:100%;z-index:1}.product_right .cart_button .button:before{background:#ffca08}.product_right .cart_button .button:after{background:#000}.product_right .product_view_bottom_credential{margin-top:20px}.product_right .product_view_bottom_credential ul{list-style:none}.product_right .product_view_bottom_credential ul li{color:#999;font-size:.875rem;font-weight:400;line-height:1.625rem;padding:3px 0}.product_right .product_view_bottom_credential ul li span{color:#fff;font-weight:500;margin-right:5px}.product_right .product_view_bottom_credential ul li a{color:#999;display:inline-block;line-height:20px;position:relative}.product_right .product_view_bottom_credential ul li.tags{display:inline-block;list-style-type:none;overflow:hidden}.product_right .product_view_bottom_credential ul li.tags a{color:var(--body-color);display:inline-block;line-height:20px;margin:0 5px;position:relative}.product_right .product_view_bottom_credential ul li.tags a:before{background:#ffca08;content:"";height:1px;left:0;position:absolute;top:100%;transition:all .5s ease;width:0}.product_right .product_view_bottom_credential ul li.tags a:after{background:#999;content:"";height:1px;left:0;position:absolute;top:100%;transition:all .5s ease;width:99%}.product_right .product_view_bottom_credential ul li.tags a:hover{color:#ffca08}.product_right .product_view_bottom_credential ul li.tags a:hover:before{width:99%}.product_right .product_view_bottom_credential ul li.tags a:hover:after{left:101%;opacity:0;visibility:hidden}.product_right .product_social_share{margin-top:20px}.product_right .product_social_share ul{display:flex;flex-flow:row wrap;gap:10px;margin-bottom:0;padding:0}.product_right .product_social_share ul li{color:#fff;display:inline-block;font-size:.875rem;font-weight:500;line-height:1.625rem;list-style:none;position:relative}.product_right .product_social_share ul li a{background:#2e2e2e;border-radius:100%;color:#fff;display:block;font-size:.75rem;height:30px;line-height:30px;outline:none;overflow:hidden;position:relative;text-align:center;width:30px}.product_right .product_social_share ul li a:hover{color:#ffca08}.product_details_section{padding:20px 0;position:relative;z-index:1}.product_details_tab .nav{border-bottom:1px solid #54595f;gap:60px;padding-bottom:.625rem}.product_details_tab .nav li a{color:#fff;font-size:1rem;font-weight:500;line-height:1.5rem}.product_details_tab .nav li a.active{color:#ffca08}.product_details_tab .tab-content{padding-top:1.875rem}.product_details_tab .tab-content p{line-height:26px}.product_details_tab .product_additional_info ul{list-style:none}.product_details_tab .product_additional_info ul li{color:#999;font-size:.875rem;font-weight:400;line-height:1.625rem;padding:3px 0}.product_details_tab .product_additional_info ul li span{color:#fff;font-weight:500;margin-right:5px}.product_details_tab .product_additional_info ul li a{color:#999;display:inline-block;line-height:20px;position:relative}.review_sec{margin-bottom:60px}.review_sec .review_title{color:#fff;font-size:1rem;font-weight:500;line-height:1.625rem;margin-bottom:15px}.review_sec .review_title a{color:#fff;font-weight:600}.review_sec ul{list-style-type:none;margin-bottom:0;padding-left:0}.review_sec ul ul{padding-left:90px}.review_sec ul.review_area .reviewer_div{display:flex;padding-bottom:15px;padding-top:15px}.review_sec ul.review_area .reviewer_div .reviewer{border-radius:100%;margin-right:20px;max-height:80px;max-width:80px;min-width:80px;overflow:hidden}.review_sec ul.review_area .reviewer_div .review_block .product_rating{color:#ffca08;line-height:16px;margin-bottom:10px}.review_sec ul.review_area .reviewer_div .review_block .reviewer_name{align-items:center;color:#fff;display:flex;font-size:1rem;font-weight:600;gap:10px;margin-top:0;text-transform:capitalize}.review_sec ul.review_area .reviewer_div .review_block .reviewer_review{color:#fff;font-size:1rem;font-weight:400;line-height:1.625rem;margin-bottom:12px;margin-top:5px}.review_sec ul.review_area .reviewer_div .review_block .review_date{background-color:#545454;border-radius:5px;color:#fff;display:inline-block;font-size:.75rem;font-weight:400;padding:4px 10px}.review_sec ul.review_area .reviewer_div .review_block .reply a{color:#ffca08;font-family:Montserrat,sans-serif;font-size:17px;font-weight:400}.review_sec .reviews-pagination{align-items:center;border-radius:0;display:flex;list-style-type:none;list-style:none;margin-bottom:0;padding-left:0}.review_sec .reviews-pagination a,.review_sec .reviews-pagination span{background:#212121;border:0 solid #0000;color:#fff;display:block;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;height:30px;line-height:30px;margin-right:2px;text-align:center;width:30px}.review_sec .reviews-pagination a.current,.review_sec .reviews-pagination a:hover,.review_sec .reviews-pagination span.current,.review_sec .reviews-pagination span:hover{background:#ffca08;color:#fff}.review_form .review_form_heading_wrapper .review_form_title{color:#fff;font-size:1.125rem;font-weight:600;line-height:1.875rem;margin-bottom:7px;position:relative}.review_form .review_form_heading_wrapper .review_form_sub_title{color:#6e7a7a;font-size:.875rem;margin-bottom:18px}.review_form .review_form_heading_wrapper .give_rating{color:#999}.review_form .review_form_heading_wrapper .reviewer_rating{color:#ffca08}.review_form input[type=color],.review_form input[type=date],.review_form input[type=datetime-local],.review_form input[type=datetime],.review_form input[type=email],.review_form input[type=month],.review_form input[type=number],.review_form input[type=password],.review_form input[type=range],.review_form input[type=search],.review_form input[type=tel],.review_form input[type=text],.review_form input[type=time],.review_form input[type=url],.review_form input[type=week],.review_form select{height:60px}.review_form .button{font-size:1rem}.related_products{position:relative;z-index:1}.related_products .widget-title{color:#fff;text-transform:capitalize}@media screen and (max-width:991px){.product_right{margin-top:50px}}@media screen and (max-width:767px){.product_right{padding-right:0}}@media screen and (max-width:500px){.product_left .product_zoom{display:block}.product_left .product_zoom .product_zoom_button_group{display:flex;margin-bottom:30px;overflow-x:scroll;padding-right:0;width:100%}.product_left .product_zoom .product_zoom_button_group li{margin:0 5px}.product_left .product_zoom .product_zoom_button_group li:first-child{margin-left:0}.product_left .product_zoom .product_zoom_button_group li:last-child{margin-right:0}.product_left .product_zoom .product_zoom_container{width:100%}.product_right .product_info .product_rating .product_add_review,.product_right .product_info .product_rating .product_rating_details{display:block;margin:0}.product_right .product_view_bottom .product_quantity{margin-bottom:20px}}.select2-container--default .select2-search--dropdown .select2-search__field{border-color:#545454;height:40px}.select2-dropdown{background-color:#1b1b1b;border-color:#545454}.select2-results__option{font-size:.875rem;padding:5px}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#2e2e2e;color:#fff}.select2-container--default .select2-results__option--selected{background-color:#ffca08;color:#fff}.cart_table{border:0;border-collapse:collapse;margin-bottom:0;width:100%}.cart_table td,.cart_table th{border-bottom:1px solid #2e2e2e;border-right:0;text-align:left}.cart_table .cart_header th{color:#999;font-size:1rem;font-weight:600;line-height:1.375rem;padding:15px 0;text-transform:uppercase}.cart_table .cart_header th.cart_header_image,.cart_table .cart_header th.cart_header_title{width:20%}.cart_table .cart_header th.cart_header_price{width:15%}.cart_table .cart_header th.cart_header_quantity{width:25%}.cart_table .cart_content td{color:#fff;font-size:1rem;line-height:1.5rem;padding:15px 0}.cart_table .cart_content .cart_image img{max-width:65px}.cart_table .cart_content .cart_quantity .product_quantity_inner{align-items:center;border:1px solid #545454;display:inline-flex;padding:0 20px;width:146px}.cart_table .cart_content .cart_quantity .product_quantity_inner .product_quantity_add,.cart_table .cart_content .cart_quantity .product_quantity_inner .product_quantity_subtract{color:#fff;cursor:pointer}.cart_table .cart_content .cart_quantity .product_quantity_inner input{background-color:initial;border:0 solid #000;color:#fff;height:42px;padding:0;text-align:center;width:80px}.cart_table .cart_content .cart_total{color:#ffca08}.cart_table .cart_content .cart_removal{text-align:right}.cart_table .cart_content .cart_removal a{background:#999;border-radius:100%;display:inline-block;height:36px;line-height:38px;text-align:center;width:36px}.couponcart{justify-content:space-between;padding:35px 0}.couponcart,.couponcart .set_coupon{align-items:center;display:flex;flex-flow:row wrap}.couponcart .form-group{margin-bottom:0;margin-right:18px}.couponcart .form-group input[type=text]{border:1px solid #999;border-radius:0;height:46px;padding:10px 20px;text-align:left;width:250px}.couponcart ::-webkit-input-placeholder{color:#999}.couponcart ::-moz-placeholder{color:#999}.couponcart :-ms-input-placeholder{color:#999}.couponcart :-moz-placeholder{color:#999}.couponcart :placeholder{color:#999}.couponcart .button_group .button{font-size:11px;font-weight:600;letter-spacing:2px;line-height:15px;min-width:auto;padding:15px 30px;text-transform:uppercase}.grand_total{background-color:#000;margin-top:60px;padding:60px}.grand_total .widget-title{color:#fff;text-transform:capitalize}.grand_total ul{margin:0;padding:0}.grand_total ul li{align-items:center;border-bottom:1px solid #545454;color:#999;display:flex;font-size:1rem;font-weight:400;line-height:1.5rem;list-style:none;padding:10px 0}.grand_total ul li span.text{color:#fff;min-width:220px}.grand_total ul li.totalvalue{color:#fff;font-weight:600}.grand_total .btn_group{margin-top:40px}@media screen and (max-width:767px){.cart_table{display:block;overflow-x:scroll;width:100%}.cart_table .cart_content td:not(:last-child),.cart_table .cart_header th:not(:last-child){padding-right:30px}.cart_table::-webkit-scrollbar{height:5px}.cart_table::-webkit-scrollbar-track{background:#2e2e2e;border-radius:5px}.cart_table::-webkit-scrollbar-thumb{background:#545454;border-radius:5px}.grand_total{padding:30px}.grand_total .button_group .button{min-width:auto;padding:12px 20px}.couponcart{display:block}.couponcart .form-group{margin-bottom:10px;margin-right:0;width:100%}.couponcart .button_group,.couponcart .button_group .button,.couponcart .form-group input[type=text]{width:100%}.couponcart .cartupdate{border-top:1px solid #f2f7f7;margin-top:10px;padding-top:10px}}.shipping_form .widget-title{color:#fff;text-transform:capitalize}.shipping_form .select2-container .select2-selection--single,.shipping_form .select2-container--default .select2-selection--single .select2-selection__arrow{border:none;height:64px;line-height:64px;right:5px}.shipping_form .select2-container--default .select2-selection--single .select2-selection__arrow b{border:0 solid #0000;border-top-color:#888;display:inline-block;height:5px;left:auto;margin-left:0;margin-top:0;position:relative;top:auto;width:0}.shipping_form .select2-container--default .select2-selection--single .select2-selection__arrow b:before{content:"\F282";font-family:bootstrap-icons;font-size:10px}.shipping_form .select2-container .select2-selection--single .select2-selection__rendered,.shipping_form .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:64px;padding:0}.shipping_form .select2-container--default .select2-selection--multiple,.shipping_form .select2-container--default .select2-selection--single{-webkit-appearance:none;-webkit-backface-visibility:hidden;background-clip:padding-box;background-color:#000;border:1px solid #000;box-sizing:border-box;display:block;font-size:.875rem;height:64px;line-height:1.5;outline:none;outline-offset:0;padding:0 40px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.shipping_form .select2-container--default .select2-selection--multiple:focus,.shipping_form .select2-container--default .select2-selection--single:focus,.shipping_form .select2-container--default.select2-container--focus .select2-selection--multiple,.shipping_form .select2-container--default.select2-container--focus .select2-selection--single{border-color:#ffca08;outline:none;outline-offset:0}.shipping_form label{color:#fff;display:block;font-size:.875rem;font-weight:400;line-height:1.25rem;margin-bottom:10px;margin-top:0;text-transform:capitalize}.shipping_form .form-group{display:inline-block;margin-bottom:15px;margin-top:10px;width:100%}.shipping_form textarea.form-control{height:90px}.shipping_form .form-control:focus{background-color:#2e2e2e;border:1px solid #ffca08;box-shadow:none;outline:0}.shipping_form .have_coupon{background:#2e2e2e;border-left:7px solid #545454;margin-bottom:55px;padding:30px 15px}.shipping_form .have_coupon .form-group{align-items:center;display:flex;flex-flow:row wrap;justify-content:center;margin:0}.shipping_form .have_coupon .form-group label{color:#fff;font-size:1.125rem;line-height:26px;margin-bottom:0;margin-right:12px}.shipping_form .have_coupon .form-group input[type=text]{height:45px;width:250px}.shipping_form .have_coupon ::-webkit-input-placeholder{color:#999;font-weight:400}.shipping_form .have_coupon ::-moz-placeholder{color:#999;font-weight:400}.shipping_form .have_coupon :-ms-input-placeholder{color:#999;font-weight:400}.shipping_form .have_coupon :-moz-placeholder{color:#999;font-weight:400}.shipping_form .have_coupon :placeholder{color:#999;font-weight:400}.shipping_form .form-check-input{background-color:initial;border:1px solid #545454;border-radius:0;box-shadow:none;height:12px;width:12px}.shipping_form .checkbox{color:#999;cursor:pointer;display:inline-block;font-size:.875rem;font-weight:500;line-height:16px;margin-bottom:0;padding-left:25px;position:relative;-webkit-user-select:none;user-select:none}.shipping_form .checkbox:not(:last-child){margin-right:15px}.shipping_form .checkbox input{cursor:pointer;left:0;opacity:0;position:absolute}.shipping_form .checkbox .checkmark{border:1px solid #545454;border-radius:100%;height:15px;left:0;position:absolute;top:0;width:15px}.shipping_form .checkbox .checkmark:after{background:#fff;border-radius:1000%;content:"";display:none;height:7px;left:3px;position:absolute;top:3px;width:7px}.shipping_form .checkbox input:checked~.checkmark,.shipping_form .checkbox:hover input~.checkmark{border:1px solid #ffca08}.shipping_form .checkbox input:checked~.checkmark:after{display:block}.place_order ul{margin:0;padding:0}.place_order ul li{align-items:center;border-bottom:1px solid #545454;color:#999;display:flex;font-size:1rem;font-weight:400;justify-content:space-between;line-height:1.5rem;list-style:none;padding:14px 0}.place_order ul li:first-child{padding-top:0}.place_order ul li .form-group{margin:0;width:auto}.place_order ul li span.text{color:#fff;min-width:220px}.place_order ul li.totalvalue{color:#fff;font-weight:600}.place_order ul li.totalvalue span.text{margin-right:10px}.place_order label.radio_circle{color:#999;cursor:pointer;display:inline-block;font-size:.875rem;font-weight:500;line-height:16px;margin-bottom:0;padding-left:25px;position:relative;-webkit-user-select:none;user-select:none}.place_order label.radio_circle:not(:last-child){margin-right:15px}.place_order label.radio_circle input{cursor:pointer;left:0;opacity:0;position:absolute}.place_order label.radio_circle .checkmark{border:1px solid #545454;border-radius:100%;height:15px;left:0;position:absolute;top:0;width:15px}.place_order label.radio_circle .checkmark:after{background:#fff;border-radius:1000%;content:"";display:none;height:7px;left:3px;position:absolute;top:3px;width:7px}.place_order label.radio_circle input:checked~.checkmark,.place_order label.radio_circle:hover input~.checkmark{border:1px solid #ffca08}.place_order label.radio_circle input:checked~.checkmark:after{display:block}.place_order .paymentmethod{margin-top:40px}.place_order .paymentmethod label.radio_circle{color:#fff;display:block;font-size:1rem;font-weight:600}.place_order .paymentmethod label.radio_circle:not(:last-child){margin-bottom:25px;padding-bottom:25px}.place_order .paymentmethod span.text{color:#999;display:block;font-size:.875rem;font-weight:400;line-height:1.375rem;margin-top:10px}.place_order .btn_group{margin-top:25px}.grid_lines{bottom:0;left:0;list-style-type:none;margin:0;padding:0 calc(2.01875rem + 7.90714vw);position:absolute;right:0;top:0;width:100%;z-index:0}@media (min-width:1400px){.grid_lines{padding:0 8.9375rem}}.grid_lines .grid_line{background-color:#2e2e2e;display:inline-block;height:100%;mix-blend-mode:difference;position:relative;width:1px}.grid_lines .grid_line:before{animation:gridanim 25s linear infinite;background:#fff;background:linear-gradient(0deg,#ffffff4d,#fff0);content:"";height:60px;left:0;position:absolute;top:0;width:1px}.grid_lines .grid_line:nth-child(2):before,.grid_lines .grid_line:nth-child(4):before,.grid_lines .grid_line:nth-child(6):before{animation-delay:1s}@keyframes gridanim{0%{top:0}to{top:100%}}.bg-dark-200 .grid_lines .grid_line{background-color:#9999991a}.box_padding{padding-left:calc(1.5625rem + 3.21429vw);padding-right:calc(1.5625rem + 3.21429vw)}@media (min-width:1400px){.box_padding{padding-left:4.375rem;padding-right:4.375rem}}.page_header{padding-top:140px;position:relative;z-index:1}.page_header .page_header_inner{background-repeat:no-repeat;background-size:cover;position:relative}.page_header .page_header_inner:before{background:#00000080;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.page_header .page_header_inner .page_header_content{flex-flow:row wrap;margin:0;padding:60px 0;position:relative}.page_header .page_header_inner .page_header_content>div{position:relative}.page_header .page_header_inner .page_header_content .heading{color:#fff;font-size:calc(1.425rem + 1.8vw);font-weight:500;letter-spacing:0;line-height:calc(1.5rem + 2.57143vw);margin-bottom:0;margin-top:0;position:relative}@media (min-width:1400px){.page_header .page_header_inner .page_header_content .heading{font-size:3rem;line-height:3.75rem}}.page_header .page_header_inner .breadcrumb{background:#0000;display:block;list-style:none;margin-bottom:0;padding:0}.page_header .page_header_inner .breadcrumb li{color:#fff;display:inline-block;font-size:1rem;font-weight:400;line-height:calc(1.2875rem + .38571vw);position:relative}@media (min-width:1400px){.page_header .page_header_inner .breadcrumb li{line-height:1.625rem}}.page_header .page_header_inner .breadcrumb li:not(:last-child){padding-right:1.5625rem}.page_header .page_header_inner .breadcrumb li a{padding-right:.9375rem;position:relative;transition:all .5s ease-in-out}.page_header .page_header_inner .breadcrumb li a:after{content:"\F285";font-family:bootstrap-icons;font-size:.75rem;left:100%;position:absolute;top:50%;transform:translateY(-50%)}.page_header .page_header_inner .breadcrumb li a:hover,.page_header .page_header_inner .breadcrumb li.active{color:#ffca08}.section-header{margin-bottom:calc(1.625rem + 3.85714vw)}@media (min-width:1400px){.section-header{margin-bottom:5rem}}.section-header .h2,.section-header h2{font-size:calc(1.425rem + 1.8vw);letter-spacing:.1875rem;text-transform:uppercase}@media (min-width:1400px){.section-header .h2,.section-header h2{font-size:3rem}}.section-header .h6,.section-header h6{font-size:.875rem;letter-spacing:.3125rem;line-height:calc(1.3rem + .51429vw)}@media (min-width:1400px){.section-header .h6,.section-header h6{line-height:1.75rem}}.section-header .h3,.section-header h3{font-size:calc(1.325rem + .77143vw);letter-spacing:-.2px;line-height:calc(1.425rem + 1.8vw)}@media (min-width:1400px){.section-header .h3,.section-header h3{font-size:2rem;line-height:3rem}}.section-header.medium .h2,.section-header.medium h2{font-size:calc(1.325rem + .77143vw);font-weight:500;letter-spacing:0;margin-bottom:.625rem;text-transform:capitalize}@media (min-width:1400px){.section-header.medium .h2,.section-header.medium h2{font-size:2rem}}.has_line{position:relative;z-index:1}.has_line:before{background:#999;bottom:calc(100% + 25px);content:"";height:calc(1.5rem + 2.57143vw);left:calc(50% - 1px);position:absolute;width:1px}@media (min-width:1400px){.has_line:before{height:3.75rem}}.has_line_lg{position:relative;z-index:1}.has_line_lg:before{background:#999;bottom:calc(100% - 60px);content:"";height:calc(1.875rem + 6.42857vw);left:calc(50% - 1px);position:absolute;width:1px}@media (min-width:1400px){.has_line_lg:before{height:7.5rem}}.widget-title{display:inline-block;font-weight:600;letter-spacing:0;margin-bottom:calc(1.3125rem + .64286vw);overflow:hidden;padding-bottom:10px;position:relative;text-transform:uppercase}@media (min-width:1400px){.widget-title{margin-bottom:1.875rem}}.title-line{background:#ffca08;bottom:0;display:inline-block;height:.0625rem;left:0;overflow:hidden;position:absolute;width:2.5rem}.title-line:before{animation:lineAnim 1.5s linear infinite;background-color:#212529;content:"";height:1px;left:10px;position:absolute;top:0;width:4px}@keyframes lineAnim{0%{left:0;opacity:0}10%{opacity:1}to{left:100%}}.contact_us>div{position:relative;z-index:2}.home_contact input{margin-bottom:1.5625rem;transition:all .5s ease}.home_contact input:last-child{margin-bottom:0}.home_contact .btn_group{margin-top:1.5625rem}.gmapbox .map{height:calc(5.5rem + 43.71429vw);width:100%}@media (min-width:1400px){.gmapbox .map{height:43.75rem}}.partner_flex{display:flex;flex-flow:row wrap;justify-content:space-between;margin-top:calc(1.75rem + 5.14286vw);text-align:center}@media (min-width:1400px){.partner_flex{margin-top:6.25rem}}.partner_flex .partner_content{position:relative;transition:all .5s ease-in-out}.partner_flex .partner_content img{transition:all .5s ease}.partner_flex .partner_content img:last-child{left:0;opacity:0;position:absolute}.partner_flex .partner_content:hover img:first-child{opacity:0}.partner_flex .partner_content:hover img:last-child{opacity:1}.boot_tab{margin-top:40px}.boot_tab .nav .nav-link.active{background:none;color:#ffca08}.boot_tab .nav .nav-link{border-bottom:1px dashed #54595f;border-radius:0;color:#000;font-size:1rem;font-weight:600;line-height:calc(1.2625rem + .12857vw);padding:9px 15px 9px 0;text-align:left;text-transform:uppercase}@media (min-width:1400px){.boot_tab .nav .nav-link{line-height:1.375rem}}.boot_tab .nav .nav-link:last-child{border-bottom:none}.boot_tab .nav .nav-link:hover{color:#ffca08}.boot_tab .service_inner_large_title{margin-bottom:calc(1.375rem + 1.28571vw)}@media (min-width:1400px){.boot_tab .service_inner_large_title{margin-bottom:2.5rem}}.boot_tab .service_inner_large_title .h3,.boot_tab .service_inner_large_title h3{font-size:calc(1.325rem + .77143vw);font-weight:500;line-height:calc(1.3875rem + 1.41429vw);margin-bottom:.9375rem}@media (min-width:1400px){.boot_tab .service_inner_large_title .h3,.boot_tab .service_inner_large_title h3{font-size:2rem;line-height:2.625rem}}.boot_tab .service_inner_small_title .h6,.boot_tab .service_inner_small_title h6{margin-bottom:calc(1.3125rem + .64286vw);position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (min-width:1400px){.boot_tab .service_inner_small_title .h6,.boot_tab .service_inner_small_title h6{margin-bottom:1.875rem}}.boot_tab .service_inner_small_title .h6:after,.boot_tab .service_inner_small_title h6:after{background:#ffca08;bottom:-8px;content:"";height:1px;left:0;position:absolute;width:40px}.highlight_banner{padding-bottom:220px;padding-top:150px}.pd-top-lg{padding-top:calc(4.4375rem + 32.78571vw)}@media (min-width:1400px){.pd-top-lg{padding-top:33.125rem}}.video-block{margin-bottom:calc(-4.375rem - 25.71429vw);position:relative;z-index:2}@media (min-width:1400px){.video-block{margin-bottom:-26.25rem}}.video_post{display:inline-block;width:100%}.video_post .ytube_video{overflow:hidden;position:relative}.video_post .ytube_video #ytvideo{left:0;opacity:0;position:absolute;top:0;width:100%}.video_post .ytube_video .ytplay_btn{align-items:center;background:#ffffff40;border-radius:100%;color:#fff;cursor:pointer;display:flex;font-size:5rem;height:210px;justify-content:center;left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);transition:all .5s ease-in-out;width:210px;z-index:1}.video_post .ytube_video.play #ytvideo{opacity:1}.video_post .ytube_video.play .post_content{opacity:0;visibility:hidden}embed,iframe,object,video{border:0 solid #ffb7aa;height:100%;min-height:calc(5.5rem + 43.71429vw);width:100%}@media (min-width:1400px){embed,iframe,object,video{min-height:43.75rem}}.error-page{padding-bottom:calc(2.125rem + 9vw);padding-top:calc(2.75rem + 15.42857vw)}@media (min-width:1400px){.error-page{padding-bottom:10rem;padding-top:16.25rem}}.error-page .error-content .heading{color:#fff;font-size:calc(1.925rem + 6.94286vw);font-weight:700;line-height:calc(1.825rem + 5.91429vw);text-shadow:2px 5px #ffca08}@media (min-width:1400px){.error-page .error-content .heading{font-size:8rem;line-height:7rem}}.error-page .error-content .h1,.error-page .error-content h1{color:#ffca08;margin-bottom:.625rem;margin-top:2.1875rem;text-transform:uppercase}.error-page .error-content p{color:#fff;font-size:1.125rem}.error-page .error-content .search_form{margin:2.1875rem auto;max-width:calc(5.625rem + 45vw);position:relative}@media (min-width:1400px){.error-page .error-content .search_form{max-width:45rem}}.error-page .error-content .search_form .form-control{background-color:#2e2e2e;color:#fff}.error-page .error-content .search_form .form-control-submit{background:#0000;border:none;color:#b2b2b2;font-size:1.875rem;padding:0;position:absolute;right:1.875rem;top:50%;transform:translateY(-50%);transition:all .5s ease-in-out}.error-page .error-content .search_form:hover .form-control-submit{right:1.25rem}.under-construction-page{padding-bottom:calc(2.125rem + 9vw);padding-top:calc(2.75rem + 15.42857vw)}@media (min-width:1400px){.under-construction-page{padding-bottom:10rem;padding-top:16.25rem}}.under-construction-page .under-construction-content .heading{color:#fff;font-size:calc(1.525rem + 2.82857vw);font-weight:700;line-height:calc(1.575rem + 3.34286vw);margin-top:.625rem;text-shadow:2px 5px #ffca08;text-transform:uppercase}@media (min-width:1400px){.under-construction-page .under-construction-content .heading{font-size:4rem;line-height:4.5rem}}.under-construction-page .under-construction-content .h1,.under-construction-page .under-construction-content h1{color:#ffca08;margin-bottom:.625rem;margin-top:2.1875rem;text-transform:uppercase}.under-construction-page .under-construction-content p{color:#ffca08;font-size:1.125rem;margin-bottom:0;text-transform:uppercase}.under-construction-page .under-construction-content #countdown{margin:2.5rem 0}.under-construction-page .under-construction-content #countdown ul{align-items:center;display:flex;flex-flow:row wrap;justify-content:center;padding:0}.under-construction-page .under-construction-content #countdown ul li{color:#ffca08;display:inline-block;font-size:.8125rem;font-weight:600;line-height:1.625rem;list-style-type:none;position:relative;text-transform:uppercase}.under-construction-page .under-construction-content #countdown ul li span{color:#fff;display:block;font-size:3rem;font-weight:400;letter-spacing:.1875rem;line-height:3.25rem}.under-construction-page .under-construction-content #countdown ul li:not(:last-child){margin-right:25px;padding-right:25px}.under-construction-page .under-construction-content #countdown ul li:not(:last-child):before{color:#fff;content:":";font-size:2.5rem;font-weight:700;left:calc(100% - 10px);line-height:2.5rem;position:absolute}.under-construction-page .under-construction-content .search_form{margin:0 auto 2.1875rem;max-width:calc(5.625rem + 45vw);position:relative}@media (min-width:1400px){.under-construction-page .under-construction-content .search_form{max-width:45rem}}.under-construction-page .under-construction-content .search_form .form-control{background-color:#2e2e2e;color:#fff}.under-construction-page .under-construction-content .search_form .form-control-submit{background:#0000;border:none;color:#b2b2b2;font-size:.875rem;font-weight:600;padding:0;position:absolute;right:1.875rem;text-transform:uppercase;top:50%;transform:translateY(-50%);transition:all .5s ease-in-out}.under-construction-page .under-construction-content .search_form:hover .form-control-submit{right:1.25rem}#preloader{align-items:center;background-color:#1b1b1b;display:flex;height:100%;justify-content:center;left:0;overflow:hidden;position:fixed;top:0;transition:all 1s ease-in-out;width:100%;z-index:99999}#preloader.hide{opacity:0;visibility:hidden;width:0}#preloader .hide-loader{background-color:#2e2e2e;border-radius:5px;color:#fff;cursor:pointer;font-weight:500;left:15px;padding:5px 10px;position:absolute;top:15px;transition:all 1s ease-in-out;z-index:3}#preloader.hide .hide-loader{opacity:0;visibility:hidden}.preloader-inner{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:100}.preloader-inner .spinner{animation:spinner 1s linear infinite;border:3px solid #2e2e2e;border-radius:50%;border-top-color:#fff;height:60px;margin:0 auto 3.5em;width:60px}.preloader-inner .loading-text{font-size:60px;font-size:calc(1.5rem + 2.57143vw);font-weight:700;line-height:60px;line-height:calc(1.5rem + 2.57143vw);text-align:center;transition:all .5s ease-in-out;-webkit-user-select:none;user-select:none}@media (min-width:1400px){.preloader-inner .loading-text{font-size:3.75rem;line-height:3.75rem}}#preloader.hide .preloader-inner .loading-text{opacity:0;visibility:hidden}.preloader-inner .loading-text .characters{color:#fff3;display:inline-block;padding:0 5px;position:relative}.preloader-inner .loading-text .characters:before{animation:characters 4s infinite;color:#fff;content:attr(data-preloader-text);left:0;opacity:0;position:absolute;top:0;transform:rotateY(-90deg)}.preloader-inner .loading-text .characters:nth-child(2):before{animation-delay:.2s}.preloader-inner .loading-text .characters:nth-child(3):before{animation-delay:.4s}.preloader-inner .loading-text .characters:nth-child(4):before{animation-delay:.6s}.preloader-inner .loading-text .characters:nth-child(5):before{animation-delay:.8s}.preloader-inner .loading-text .characters:nth-child(6):before{animation-delay:1s}.preloader-inner .loading-text .characters:nth-child(7):before{animation-delay:1.2s}@keyframes spinner{to{transform:rotate(1turn)}}@keyframes characters{0%,75%,to{opacity:0;transform:rotateY(-90deg)}25%,50%{opacity:1;transform:rotateY(0deg)}}#mode_switcher{cursor:pointer;position:fixed;right:20px;top:25vh;z-index:9999}#mode_switcher span{align-items:center;animation:rotateSwitcher 5s linear infinite;background-color:#000;border:1px solid #fff;border-radius:50%;color:#fff;display:flex;font-size:30px;height:50px;justify-content:center;overflow:hidden;width:50px}@keyframes rotateSwitcher{0%{transform:scale(1)}50%{transform:scale(.85)}to{transform:scale(1)}}@media screen and (min-width:1600px){.box_padding{padding-left:calc(1.96875rem + 7.39286vw);padding-right:calc(1.96875rem + 7.39286vw)}}@media screen and (min-width:1600px) and (min-width:1400px){.box_padding{padding-left:8.4375rem;padding-right:8.4375rem}}@media screen and (min-width:1600px){.footer{padding-bottom:calc(1.96875rem + 7.39286vw)}}@media screen and (min-width:1600px) and (min-width:1400px){.footer{padding-bottom:8.4375rem}}@media screen and (min-width:1400px){.footer .grid_lines{padding:0 .5rem}}@media screen and (max-width:576px){.preloader-inner .loading-text{font-size:35px;font-weight:700;line-height:35px;text-align:center;transition:all .5s ease-in-out;-webkit-user-select:none;user-select:none}.preloader-inner .loading-text .characters{padding:0 2px}.theme_slider_2 .swiper-slide .slider .slide_content{bottom:0;max-width:100%;position:absolute;width:100%}.theme_slider_2 .swiper-slide-active .slider .slide_content{max-width:100%}.top-margin{margin-top:0}}@media screen and (max-width:1400px){.theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4,.theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4{margin-bottom:calc(1.6875rem + 4.5vw);padding-top:calc(2.125rem + 9vw)}}@media screen and (max-width:1400px) and (min-width:1400px){.theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4,.theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4{margin-bottom:5.625rem;padding-top:10rem}}@media screen and (max-width:1400px){.theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4:before,.theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4:before{height:calc(1.75rem + 5.14286vw);top:calc(1.375rem + 1.28571vw)}}@media screen and (max-width:1400px) and (min-width:1400px){.theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4:before,.theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4:before{height:6.25rem;top:2.5rem}}@media screen and (max-width:1400px){.theme_slider_3 .swiper-button-prev,.theme_slider_3 .swiper-rtl .swiper-button-next{left:50px}.theme_slider_3 .swiper-button-next,.theme_slider_3 .swiper-rtl .swiper-button-prev{right:50px}}@media screen and (max-width:991px){.icon_box{margin-bottom:2.5rem}.funfacts_inner{gap:25px;justify-content:flex-start}.funfacts_inner .fun_img{text-align:center}.about_text .h1,.about_text h1{margin-top:20px}.partner_flex .partner_content{margin:15px 5px}.projects .section-desc .text-end,.projects .section-desc .text-start{text-align:center!important}}@media screen and (max-width:767px){.theme_slider_3 .swiper-slide .slider .slide_content{max-width:100%}.theme_slider_3 .swiper-slide .slider .slide_content .details_link a{display:block}.theme_slider_3 .swiper-button-next,.theme_slider_3 .swiper-button-prev,.theme_slider_3 .swiper-rtl .swiper-button-next,.theme_slider_3 .swiper-rtl .swiper-button-prev{opacity:0;transition:all .5s ease-in-out;visibility:hidden}.theme_slider_3:hover .swiper-button-next,.theme_slider_3:hover .swiper-button-prev,.theme_slider_3:hover .swiper-rtl .swiper-button-next,.theme_slider_3:hover .swiper-rtl .swiper-button-prev{opacity:1;top:70%;visibility:visible}.theme_slider_4 .swiper-slide .slider .slide_content .details_link a{display:block}.page_header .page_header_inner .page_header_content .heading{margin-bottom:1.25rem}.packery .portfolio-filters-content,.portfolio-filters-content{margin-bottom:20px}.portfolio-filters-content .filters-button-group{border-bottom:0}.portfolio-filters-content .filters-button-group .button{margin-bottom:15px;padding:0 10px 8px}.portfolio-filters-content .filters-button-group .button .filter-count{right:0}}@media screen and (max-width:600px){.theme_slider_8 .swiper-slide .slider .slide_content,.theme_slider_9 .swiper-slide .slider .slide_content{max-width:100%}.project-grid-list .grid-item img.item_image{width:100%}.running_projects .left_part .grid-item .works-info,.running_projects .right_part .grid-item .works-info{left:50%;right:auto}.running_projects .left_part .grid-item.active .works-info,.running_projects .left_part .grid-item:hover .works-info,.running_projects .right_part .grid-item.active .works-info,.running_projects .right_part .grid-item:hover .works-info{transform:translateX(-50%) translateY(-50%) perspective(400px) rotateY(0deg)}.running_projects .right_part .grid-item:first-child{margin:30px 0}}@media screen and (max-width:575px){.theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner{padding:0}.theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .meta{font-size:.75rem;letter-spacing:0}.theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4,.theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4{font-size:1.375rem}.theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4:before,.theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4:before{top:.625rem}.theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .details_link{font-size:.75rem;text-transform:capitalize}.theme_slider_2 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .details_link a .link_text{margin-right:1.25rem}.footer .footer_inner .section-header .h2,.footer .footer_inner .section-header h2{margin:0;transform:rotate(0);writing-mode:inherit}.footer .footer_inner .communication{margin:1.875rem 0}.footer .footer_inner .footer_elements.justify-content-end{justify-content:flex-start!important}.about.style_two .about_image{margin-bottom:135px}}@media screen and (max-width:500px){.grid-item .label-text .h5,.grid-item .label-text h5,.packery .grid-item .label-text .h5,.packery .grid-item .label-text h5{margin-bottom:.9375rem;margin-top:.9375rem}}body.bg-dark.bg-white .bg-dark,body.bg-dark.bg-white .theme_slider.bg-black,body.bg-white .bg-dark,body.bg-white .theme_slider.bg-black{background:#f8f8f8!important}body.bg-dark.bg-white a,body.bg-white a{color:#1b1b1b}body.bg-dark.bg-white .btn.black,body.bg-dark.bg-white .btn.gray,body.bg-dark.bg-white .btn.olive,body.bg-white .btn.black,body.bg-white .btn.gray,body.bg-white .btn.olive{color:#fff}body.bg-dark.bg-white .btn.white,body.bg-white .btn.white{background-color:#2e2e2e;color:#fff}body.bg-dark.bg-white .btn.white:before,body.bg-white .btn.white:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALMAAAAwCAYAAABaMEuFAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAQNSURBVHgB7Z27bhNBFIZ3PXkASqiAJtcCeAKUJ8Akdp34CeANMBWUUEEXUyHkC3ZJBSnpQmO7I3SULoNkezknWkeJvefMrDN7Kf4jRXaUb/+ZnfnieGejcRgkVLVafbCxsfE1DMNGu90+CyyVlq/X64+jKDqZTqfP+/3+uW++Vqs16eEZ8fvET2z8wcHBcaVSeeHKx/lRp9N5HTgU89T/+91ut2FjaSzv0Fh+p6d91/zDw8MWjf1vF36duTXGcH+a1P9PNj7tXMX9Yb7hwmtzZZIOGI/Hk83NzW900Oe9vb2fw+Hwr9ZAWp5/zhzzfBwf75n/sbu7e4/4N8R/If5C40ej0dn29vY/mrQPLnycv09fT+n5aWAp5qn/T3Z2do6orYHGctvcB+r7W8q/65JPmX3KblAbj2z8OnO7tbU1IL5F/ZlQW780Pu1cxf05ZaH50cZrc2UsjUBoPR9CJ1RRQhuHRiC0ng+hE6oIoVWZrzUCofV8CJ1QeQtt6OLkVRYnDaF1HkKr/VlLaJPlSUNonYfQan9SCx3yN1kv7WDZTuexbKf2x3nZ7vI9c9a/xXiF1nm8Qqv9cX6FvroAhNByQWidL4vQN1YzILRcEFrnyyD0ytIchJYLQut80UInrjNDaLkgtM4XKbR40wRCywWhdb4oodU7gBBaLgit80UIbb2dDaHlgtA6n7fQVpm5ILRcEFrn8xTa0B2iI1sjXBBaLgit83kJbejAFp3IBYRe4SG0nF9KoQ2fNE3ARwidyENoOb90QpvFSUNokYfQcn6phDZxIxBa5yG0nF8aoc21RiC0zkNoOb8UQpulRiC0zkNoOb9woU1CIxBa5yG0nF+o0NK+GRBa5yG0nF+Y0Nq+GRBa5yG0nF+I0LZ9MyC0zkNoOT93oV32zYDQOg+h5fxchXbdNwNC6zyElvNzE9q4DhKEhtBL/S+d0CbNIEFoCL3U/1IJbeInENofD6Hl/EyFvroAhNBeeQgt52cm9I3VDAjtlYfQcn4mQq8szUForzyElvO9C524zgyhvfIQWs73KrR40wRCe+UhtJzvTWj1DiCE9spDaDnfi9DW29kQ2isPoeX8WwsdBo6VZhPtxabYURS9c9mEmgsbnsuFDc91frHheYX/NyNwKOpIkx5CF54HnAeeOvSS9+UIHIoG8pgG9KFj/jmLwwKxSL55HkQeTB5UHizffDyWA5aC5bDxvV6vNZ/P37vyaeZqwVP//9BcndjYxdzS06prftZzO5vNuD/NimsjXBDaHw+h1fy1hL58m5HmzwAX3nL44/GWQ81PNVepP9OECxeFXnlcFMr5qeZqrc804YLQXnkILec7z9Xan2nCBaG98hBazneaq1t9pgkXhPbKQ2g53zpX/wHV1lJT2Yer0gAAAABJRU5ErkJggg==);border-color:#2e2e2e}body.bg-dark.bg-white .btn.white:hover,body.bg-white .btn.white:hover{background-color:#2e2e2e99;color:#fff}body.bg-dark.bg-white .grid_lines .grid_line,body.bg-white .grid_lines .grid_line{background-color:#e6e6e6}body.bg-dark.bg-white .about_text .text-white,body.bg-dark.bg-white .blog .blog_post .blog_content .text-white,body.bg-dark.bg-white .icon_box .text-white,body.bg-dark.bg-white .icon_box_flex .h6,body.bg-dark.bg-white .icon_box_flex h6,body.bg-dark.bg-white .section-header .text-white,body.bg-dark.bg-white .team-block .text-white,body.bg-dark.bg-white .team-details .latest-projects .text-white,body.bg-dark.bg-white .theme_slider_2 .slide_content_inner .h4 a.text-white,body.bg-dark.bg-white .theme_slider_2 .slide_content_inner h4 a.text-white,body.bg-dark.bg-white .theme_slider_3 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 a.text-white,body.bg-dark.bg-white .theme_slider_3 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4 a.text-white,body.bg-dark.bg-white .theme_slider_4 .swiper-slide .slider .slide_content .h4 .text-white,body.bg-dark.bg-white .theme_slider_4 .swiper-slide .slider .slide_content h4 .text-white,body.bg-dark.bg-white .theme_slider_5 .slider .slide_content .h4 .text-white,body.bg-dark.bg-white .theme_slider_5 .slider .slide_content h4 .text-white,body.bg-dark.bg-white .theme_slider_6 .slider .slide_content .h4 .text-white,body.bg-dark.bg-white .theme_slider_6 .slider .slide_content h4 .text-white,body.bg-dark.bg-white .theme_slider_8 .slider .slide_content .h4 .text-white,body.bg-dark.bg-white .theme_slider_8 .slider .slide_content h4 .text-white,body.bg-dark.bg-white .theme_slider_9 .slider .slide_content .h4 .text-white,body.bg-dark.bg-white .theme_slider_9 .slider .slide_content h4 .text-white,body.bg-white .about_text .text-white,body.bg-white .blog .blog_post .blog_content .text-white,body.bg-white .icon_box .text-white,body.bg-white .icon_box_flex .h6,body.bg-white .icon_box_flex h6,body.bg-white .section-header .text-white,body.bg-white .team-block .text-white,body.bg-white .team-details .latest-projects .text-white,body.bg-white .theme_slider_2 .slide_content_inner .h4 a.text-white,body.bg-white .theme_slider_2 .slide_content_inner h4 a.text-white,body.bg-white .theme_slider_3 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 a.text-white,body.bg-white .theme_slider_3 .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4 a.text-white,body.bg-white .theme_slider_4 .swiper-slide .slider .slide_content .h4 .text-white,body.bg-white .theme_slider_4 .swiper-slide .slider .slide_content h4 .text-white,body.bg-white .theme_slider_5 .slider .slide_content .h4 .text-white,body.bg-white .theme_slider_5 .slider .slide_content h4 .text-white,body.bg-white .theme_slider_6 .slider .slide_content .h4 .text-white,body.bg-white .theme_slider_6 .slider .slide_content h4 .text-white,body.bg-white .theme_slider_8 .slider .slide_content .h4 .text-white,body.bg-white .theme_slider_8 .slider .slide_content h4 .text-white,body.bg-white .theme_slider_9 .slider .slide_content .h4 .text-white,body.bg-white .theme_slider_9 .slider .slide_content h4 .text-white{color:#000!important}body.bg-dark.bg-white .blog .blog_post:hover .blog_content .text-white,body.bg-dark.bg-white .icon_box.type-2:hover p,body.bg-white .blog .blog_post:hover .blog_content .text-white,body.bg-white .icon_box.type-2:hover p{color:#fff!important}body.bg-dark.bg-white .header .logo a.light_logo,body.bg-white .header .logo a.light_logo{opacity:0;visibility:hidden}body.bg-dark.bg-white .header .logo a.dark_logo,body.bg-white .header .logo a.dark_logo{opacity:1;visibility:visible}body.bg-dark.bg-white .header .mainnav ul.main_menu li a,body.bg-white .header .mainnav ul.main_menu li a{color:#000}body.bg-dark.bg-white .header .mainnav ul.main_menu li.active>a,body.bg-dark.bg-white .header .mainnav ul.main_menu li.current>a,body.bg-dark.bg-white .header .mainnav ul.main_menu li:hover>a,body.bg-white .header .mainnav ul.main_menu li.active>a,body.bg-white .header .mainnav ul.main_menu li.current>a,body.bg-white .header .mainnav ul.main_menu li:hover>a{color:#ffca08}body.bg-dark.bg-white .header .mainnav ul.main_menu li ul,body.bg-white .header .mainnav ul.main_menu li ul{background:#fff}body.bg-dark.bg-white .header .mainnav ul.main_menu>li.menu-item-has-children>a:after,body.bg-white .header .mainnav ul.main_menu>li.menu-item-has-children>a:after{color:#000}body.bg-dark.bg-white .header .mainnav ul.main_menu>li.menu-item-has-children.active a:after,body.bg-dark.bg-white .header .mainnav ul.main_menu>li.menu-item-has-children.current a:after,body.bg-dark.bg-white .header .mainnav ul.main_menu>li.menu-item-has-children:hover a:after,body.bg-white .header .mainnav ul.main_menu>li.menu-item-has-children.active a:after,body.bg-white .header .mainnav ul.main_menu>li.menu-item-has-children.current a:after,body.bg-white .header .mainnav ul.main_menu>li.menu-item-has-children:hover a:after{color:#ffca08}body.bg-dark.bg-white .header .ma5menu__toggle,body.bg-white .header .ma5menu__toggle{color:#54595f}body.bg-dark.bg-white .header .ma5menu__toggle:focus,body.bg-white .header .ma5menu__toggle:focus{outline:none}body.bg-dark.bg-white .header .ma5menu__toggle:hover,body.bg-white .header .ma5menu__toggle:hover{color:#ffca08}body.bg-dark.bg-white .header .header_search,body.bg-white .header .header_search{border-left-color:#54595f}body.bg-dark.bg-white .header #open_search .search_form .form-control,body.bg-dark.bg-white .header #open_search .search_form .form-control-submit,body.bg-dark.bg-white .header .header_search .form-control-submit,body.bg-white .header #open_search .search_form .form-control,body.bg-white .header #open_search .search_form .form-control-submit,body.bg-white .header .header_search .form-control-submit{color:#54595f}body.bg-dark.bg-white .aside_open .line,body.bg-white .aside_open .line{background-color:#54595f}body.bg-dark.bg-white .aside_info_wrapper,body.bg-white .aside_info_wrapper{background:#f8f8f8;color:#54595f}body.bg-dark.bg-white .aside_info_wrapper .aside_close,body.bg-white .aside_info_wrapper .aside_close{color:#54595f}body.bg-dark.bg-white .aside_info_wrapper .aside_logo a img,body.bg-white .aside_info_wrapper .aside_logo a img{max-width:160px;transition:all .5s ease-in-out}body.bg-dark.bg-white .aside_info_wrapper .aside_logo a.light_logo,body.bg-white .aside_info_wrapper .aside_logo a.light_logo{opacity:0;visibility:hidden}body.bg-dark.bg-white .aside_info_wrapper .aside_logo a.dark_logo,body.bg-white .aside_info_wrapper .aside_logo a.dark_logo{opacity:1;visibility:visible}body.bg-dark.bg-white .aside_info_wrapper .aside_info_inner .h5,body.bg-dark.bg-white .aside_info_wrapper .aside_info_inner h5,body.bg-white .aside_info_wrapper .aside_info_inner .h5,body.bg-white .aside_info_wrapper .aside_info_inner h5{color:#000}body.bg-dark.bg-white .aside_info_wrapper .aside_info_inner .social_sites ul li a,body.bg-white .aside_info_wrapper .aside_info_inner .social_sites ul li a{background-color:#2e2e2e;color:#fff}body.bg-dark.bg-white .theme_slider_2 .swiper-slide .slider .slide_content .bg-dark-100,body.bg-white .theme_slider_2 .swiper-slide .slider .slide_content .bg-dark-100{background-color:#fff}body.bg-dark.bg-white .theme_slider_2 .slide_content_inner .h4 a.text-white:hover,body.bg-dark.bg-white .theme_slider_2 .slide_content_inner h4 a.text-white:hover,body.bg-white .theme_slider_2 .slide_content_inner .h4 a.text-white:hover,body.bg-white .theme_slider_2 .slide_content_inner h4 a.text-white:hover{color:#ffca08!important}body.bg-dark.bg-white .theme_slider_3 .swiper-slide .slider:before,body.bg-dark.bg-white .theme_slider_8 .swiper-slide .slider:before,body.bg-dark.bg-white .theme_slider_9 .swiper-slide .slider:before,body.bg-white .theme_slider_3 .swiper-slide .slider:before,body.bg-white .theme_slider_8 .swiper-slide .slider:before,body.bg-white .theme_slider_9 .swiper-slide .slider:before{display:none}body.bg-dark.bg-white .theme_slider_3 .swiper-slide .slider .slide_content .details_link a,body.bg-dark.bg-white .theme_slider_8 .swiper-slide .slider .slide_content .details_link a,body.bg-dark.bg-white .theme_slider_9 .swiper-slide .slider .slide_content .details_link a,body.bg-white .theme_slider_3 .swiper-slide .slider .slide_content .details_link a,body.bg-white .theme_slider_8 .swiper-slide .slider .slide_content .details_link a,body.bg-white .theme_slider_9 .swiper-slide .slider .slide_content .details_link a{color:#212121}body.bg-dark.bg-white .theme_slider_3 .details_link.swiper-button-next a .link_icon .line,body.bg-dark.bg-white .theme_slider_3 .details_link.swiper-button-prev a .link_icon .line,body.bg-dark.bg-white .theme_slider_8 .details_link.swiper-button-next a .link_icon .line,body.bg-dark.bg-white .theme_slider_8 .details_link.swiper-button-prev a .link_icon .line,body.bg-dark.bg-white .theme_slider_9 .details_link.swiper-button-next a .link_icon .line,body.bg-dark.bg-white .theme_slider_9 .details_link.swiper-button-prev a .link_icon .line,body.bg-white .theme_slider_3 .details_link.swiper-button-next a .link_icon .line,body.bg-white .theme_slider_3 .details_link.swiper-button-prev a .link_icon .line,body.bg-white .theme_slider_8 .details_link.swiper-button-next a .link_icon .line,body.bg-white .theme_slider_8 .details_link.swiper-button-prev a .link_icon .line,body.bg-white .theme_slider_9 .details_link.swiper-button-next a .link_icon .line,body.bg-white .theme_slider_9 .details_link.swiper-button-prev a .link_icon .line{background-color:#000}body.bg-dark.bg-white .theme_slider_3 .details_link.swiper-button-next a .link_icon .circle,body.bg-dark.bg-white .theme_slider_3 .details_link.swiper-button-prev a .link_icon .circle,body.bg-dark.bg-white .theme_slider_8 .details_link.swiper-button-next a .link_icon .circle,body.bg-dark.bg-white .theme_slider_8 .details_link.swiper-button-prev a .link_icon .circle,body.bg-dark.bg-white .theme_slider_9 .details_link.swiper-button-next a .link_icon .circle,body.bg-dark.bg-white .theme_slider_9 .details_link.swiper-button-prev a .link_icon .circle,body.bg-white .theme_slider_3 .details_link.swiper-button-next a .link_icon .circle,body.bg-white .theme_slider_3 .details_link.swiper-button-prev a .link_icon .circle,body.bg-white .theme_slider_8 .details_link.swiper-button-next a .link_icon .circle,body.bg-white .theme_slider_8 .details_link.swiper-button-prev a .link_icon .circle,body.bg-white .theme_slider_9 .details_link.swiper-button-next a .link_icon .circle,body.bg-white .theme_slider_9 .details_link.swiper-button-prev a .link_icon .circle{border-color:#000}body.bg-dark.bg-white .theme_slider_3 .details_link.l-dir a .link_icon .dot,body.bg-dark.bg-white .theme_slider_8 .details_link.l-dir a .link_icon .dot,body.bg-dark.bg-white .theme_slider_9 .details_link.l-dir a .link_icon .dot,body.bg-white .theme_slider_3 .details_link.l-dir a .link_icon .dot,body.bg-white .theme_slider_8 .details_link.l-dir a .link_icon .dot,body.bg-white .theme_slider_9 .details_link.l-dir a .link_icon .dot{border-right:18px solid #000}body.bg-dark.bg-white .theme_slider_3 .details_link.r-dir a .link_icon .dot,body.bg-dark.bg-white .theme_slider_8 .details_link.r-dir a .link_icon .dot,body.bg-dark.bg-white .theme_slider_9 .details_link.r-dir a .link_icon .dot,body.bg-white .theme_slider_3 .details_link.r-dir a .link_icon .dot,body.bg-white .theme_slider_8 .details_link.r-dir a .link_icon .dot,body.bg-white .theme_slider_9 .details_link.r-dir a .link_icon .dot{border-left:18px solid #000}body.bg-dark.bg-white .theme_slider_4,body.bg-white .theme_slider_4{background:#f8f8f8}body.bg-dark.bg-white .theme_slider_4 .swiper-slide .slider:before,body.bg-white .theme_slider_4 .swiper-slide .slider:before{background-color:initial}body.bg-dark.bg-white .theme_slider_4 .swiper-slide .slider .slide_content .details_link a,body.bg-white .theme_slider_4 .swiper-slide .slider .slide_content .details_link a{color:#000}body.bg-dark.bg-white .theme_slider_5,body.bg-white .theme_slider_5{background:#f8f8f8}body.bg-dark.bg-white .theme_slider_5 .slider .slide_content .details_link a,body.bg-white .theme_slider_5 .slider .slide_content .details_link a{color:#000}body.bg-dark.bg-white .theme_slider_5 .slider .slide_content .shape .star1,body.bg-white .theme_slider_5 .slider .slide_content .shape .star1{display:none}body.bg-dark.bg-white .theme_slider_5 .slider .slide_content .shape .star1-dark,body.bg-white .theme_slider_5 .slider .slide_content .shape .star1-dark{display:block}body.bg-dark.bg-white .theme_slider_5 .slider .slide_content .shape .star2,body.bg-white .theme_slider_5 .slider .slide_content .shape .star2{display:none}body.bg-dark.bg-white .theme_slider_5 .slider .slide_content .shape .star2-dark,body.bg-white .theme_slider_5 .slider .slide_content .shape .star2-dark{display:block}body.bg-dark.bg-white .theme_slider_5 .slider .slide_content .shape .star3,body.bg-white .theme_slider_5 .slider .slide_content .shape .star3{display:none}body.bg-dark.bg-white .theme_slider_5 .slider .slide_content .shape .star3-dark,body.bg-white .theme_slider_5 .slider .slide_content .shape .star3-dark{display:block}body.bg-dark.bg-white .theme_slider_6,body.bg-white .theme_slider_6{background:#f8f8f8}body.bg-dark.bg-white .theme_slider_6 .slider .slide_content .details_link a,body.bg-white .theme_slider_6 .slider .slide_content .details_link a{color:#000}body.bg-dark.bg-white .about.bg-dark-100,body.bg-dark.bg-white .divider_bg.bg-dark-100,body.bg-dark.bg-white .services.bg-dark-100,body.bg-white .about.bg-dark-100,body.bg-white .divider_bg.bg-dark-100,body.bg-white .services.bg-dark-100{background-color:#fff}body.bg-dark.bg-white .icon_box .h6,body.bg-dark.bg-white .icon_box h6,body.bg-white .icon_box .h6,body.bg-white .icon_box h6{color:#000}body.bg-dark.bg-white .icon_box img.dark,body.bg-white .icon_box img.dark{display:none}body.bg-dark.bg-white .icon_box img.light,body.bg-white .icon_box img.light{display:block}body.bg-dark.bg-white .icon_box .text-gray-600,body.bg-white .icon_box .text-gray-600{color:#54595f}body.bg-dark.bg-white .icon_box .arrow_effect a .crossline1,body.bg-dark.bg-white .icon_box .arrow_effect a .crossline1:after,body.bg-dark.bg-white .icon_box .arrow_effect a .crossline1:before,body.bg-white .icon_box .arrow_effect a .crossline1,body.bg-white .icon_box .arrow_effect a .crossline1:after,body.bg-white .icon_box .arrow_effect a .crossline1:before{background-color:#2e2e2e}body.bg-dark.bg-white .icon_box.type-2:hover .h4,body.bg-dark.bg-white .icon_box.type-2:hover .h4 a,body.bg-dark.bg-white .icon_box.type-2:hover h4,body.bg-dark.bg-white .icon_box.type-2:hover h4 a,body.bg-white .icon_box.type-2:hover .h4,body.bg-white .icon_box.type-2:hover .h4 a,body.bg-white .icon_box.type-2:hover h4,body.bg-white .icon_box.type-2:hover h4 a{color:#fff}body.bg-dark.bg-white .icon_box.type-2:hover .arrow_effect a .crossline1,body.bg-dark.bg-white .icon_box.type-2:hover .arrow_effect a .crossline1:after,body.bg-dark.bg-white .icon_box.type-2:hover .arrow_effect a .crossline1:before,body.bg-white .icon_box.type-2:hover .arrow_effect a .crossline1,body.bg-white .icon_box.type-2:hover .arrow_effect a .crossline1:after,body.bg-white .icon_box.type-2:hover .arrow_effect a .crossline1:before{background-color:#fff}body.bg-dark.bg-white .large_font .text-dark-200,body.bg-white .large_font .text-dark-200{color:#f2f2f2}body.bg-dark.bg-white .icon_box_flex .icon_size,body.bg-white .icon_box_flex .icon_size{border-color:#e6e6e6}body.bg-dark.bg-white .running_projects,body.bg-white .running_projects{background-color:#f8f8f8}body.bg-dark.bg-white .running_projects .works-info .h5 a,body.bg-dark.bg-white .running_projects .works-info h5 a,body.bg-white .running_projects .works-info .h5 a,body.bg-white .running_projects .works-info h5 a{color:#fff}body.bg-dark.bg-white .running_projects .works-info .h5 a:hover,body.bg-dark.bg-white .running_projects .works-info h5 a:hover,body.bg-white .running_projects .works-info .h5 a:hover,body.bg-white .running_projects .works-info h5 a:hover{color:#ffca08}body.bg-dark.bg-white .abt_author .abt_author_info .h5,body.bg-dark.bg-white .abt_author .abt_author_info h5,body.bg-dark.bg-white .progress-classic .progress-label,body.bg-dark.bg-white .progress-classic .progress-value,body.bg-white .abt_author .abt_author_info .h5,body.bg-white .abt_author .abt_author_info h5,body.bg-white .progress-classic .progress-label,body.bg-white .progress-classic .progress-value{color:#212121}body.bg-dark.bg-white .projects,body.bg-white .projects{background-color:#f8f8f8}body.bg-dark.bg-white .portfolio-filters-content .filters-button-group,body.bg-white .portfolio-filters-content .filters-button-group{border-bottom-color:#e6e6e6}body.bg-dark.bg-white .portfolio-filters-content .filters-button-group .button,body.bg-white .portfolio-filters-content .filters-button-group .button{color:#000}body.bg-dark.bg-white .portfolio-filters-content .filters-button-group .button.is-checked,body.bg-dark.bg-white .portfolio-filters-content .filters-button-group .button:hover,body.bg-white .portfolio-filters-content .filters-button-group .button.is-checked,body.bg-white .portfolio-filters-content .filters-button-group .button:hover{border-color:#ffca08;color:#ffca08}body.bg-dark.bg-white .portfolio-filters-content .filters-button-group .button .filter-count,body.bg-white .portfolio-filters-content .filters-button-group .button .filter-count{color:#000}body.bg-dark.bg-white .packery .grid-item .works-info,body.bg-white .packery .grid-item .works-info{background-color:#f8f8f8}body.bg-dark.bg-white .packery .grid-item .works-info .label-text .h6 a,body.bg-dark.bg-white .packery .grid-item .works-info .label-text h6 a,body.bg-white .packery .grid-item .works-info .label-text .h6 a,body.bg-white .packery .grid-item .works-info .label-text h6 a{color:#54595f}body.bg-dark.bg-white .project-details.bg-dark-200,body.bg-dark.bg-white .project-list-view.bg-dark-200,body.bg-white .project-details.bg-dark-200,body.bg-white .project-list-view.bg-dark-200{background:#fff}body.bg-dark.bg-white .project-list-view .section-header .h2,body.bg-dark.bg-white .project-list-view .section-header h2,body.bg-white .project-list-view .section-header .h2,body.bg-white .project-list-view .section-header h2{color:#000}body.bg-dark.bg-white .project-list-view .project-list li:before,body.bg-white .project-list-view .project-list li:before{color:#999}body.bg-dark.bg-white .project-list-view .project-list li a:before,body.bg-white .project-list-view .project-list li a:before{background-color:#999}body.bg-dark.bg-white .page_header .page_header_inner .breadcrumb li a,body.bg-white .page_header .page_header_inner .breadcrumb li a{color:#fff}body.bg-dark.bg-white .page_header .page_header_inner .breadcrumb li a:hover,body.bg-dark.bg-white .page_header .page_header_inner .breadcrumb li.active,body.bg-white .page_header .page_header_inner .breadcrumb li a:hover,body.bg-white .page_header .page_header_inner .breadcrumb li.active{color:#ffca08}body.bg-dark.bg-white .testimonial.bg-black,body.bg-white .testimonial.bg-black{background-color:#f8f8f8!important}body.bg-dark.bg-white .blog .large_font .text-dark-200,body.bg-white .blog .large_font .text-dark-200{color:#f2f2f2}body.bg-dark.bg-white .blog.bg-black,body.bg-dark.bg-white .blog.bg-dark-100,body.bg-white .blog.bg-black,body.bg-white .blog.bg-dark-100{background-color:#f8f8f8!important}body.bg-dark.bg-white .blog .blog_post .blog_content .meta .text-olive,body.bg-white .blog .blog_post .blog_content .meta .text-olive{color:#54595f}body.bg-dark.bg-white .blog .blog_post .blog_content p,body.bg-white .blog .blog_post .blog_content p{color:#000}body.bg-dark.bg-white .blog .blog_post:hover .blog_content .meta .text-olive,body.bg-white .blog .blog_post:hover .blog_content .meta .text-olive{color:#ffca08}body.bg-dark.bg-white .blog .blog_post:hover .blog_content p,body.bg-white .blog .blog_post:hover .blog_content p{color:#fff}body.bg-dark.bg-white .details_link a,body.bg-white .details_link a{color:#ffca08}body.bg-dark.bg-white .contact_us.bg-dark-200,body.bg-white .contact_us.bg-dark-200{background:#fff}body.bg-dark.bg-white input[type=color],body.bg-dark.bg-white input[type=date],body.bg-dark.bg-white input[type=datetime-local],body.bg-dark.bg-white input[type=datetime],body.bg-dark.bg-white input[type=email],body.bg-dark.bg-white input[type=month],body.bg-dark.bg-white input[type=number],body.bg-dark.bg-white input[type=password],body.bg-dark.bg-white input[type=range],body.bg-dark.bg-white input[type=search],body.bg-dark.bg-white input[type=tel],body.bg-dark.bg-white input[type=text],body.bg-dark.bg-white input[type=time],body.bg-dark.bg-white input[type=url],body.bg-dark.bg-white input[type=week],body.bg-dark.bg-white select,body.bg-dark.bg-white textarea.form-control,body.bg-white input[type=color],body.bg-white input[type=date],body.bg-white input[type=datetime-local],body.bg-white input[type=datetime],body.bg-white input[type=email],body.bg-white input[type=month],body.bg-white input[type=number],body.bg-white input[type=password],body.bg-white input[type=range],body.bg-white input[type=search],body.bg-white input[type=tel],body.bg-white input[type=text],body.bg-white input[type=time],body.bg-white input[type=url],body.bg-white input[type=week],body.bg-white select,body.bg-white textarea.form-control{background-color:#f8f8f8;border:1px solid #f2f2f2;color:#000}body.bg-dark.bg-white .gmap,body.bg-white .gmap{background-color:#f2f2f2}body.bg-dark.bg-white .footer.bg-dark-100,body.bg-dark.bg-white .footer.bg-dark-200,body.bg-white .footer.bg-dark-100,body.bg-white .footer.bg-dark-200{background:#fff}body.bg-dark.bg-white .mission_top_part .section-header .text-gray-600,body.bg-white .mission_top_part .section-header .text-gray-600{color:#212121}body.bg-dark.bg-white .highlight_banner,body.bg-white .highlight_banner{background-color:#f8f8f8}body.bg-dark.bg-white .team-block .text-olive,body.bg-white .team-block .text-olive{color:#54595f}body.bg-dark.bg-white .project-details.bg-dark,body.bg-white .project-details.bg-dark{background-color:#fff!important}body.bg-dark.bg-white .project-details .fulltext,body.bg-dark.bg-white .project-details .post-header .post-title,body.bg-white .project-details .fulltext,body.bg-white .project-details .post-header .post-title{color:#000}body.bg-dark.bg-white .project-details .post-footer,body.bg-white .project-details .post-footer{border-top-color:#e6e6e6}body.bg-dark.bg-white .project-details .post-share ul.share-list li:first-child,body.bg-white .project-details .post-share ul.share-list li:first-child{color:#1b1b1b}body.bg-dark.bg-white .title-line:before,body.bg-white .title-line:before{background-color:#fff}body.bg-dark.bg-white .project-information,body.bg-white .project-information{color:#000}body.bg-dark.bg-white .project-information ul li .value,body.bg-white .project-information ul li .value{color:#1b1b1b}body.bg-dark.bg-white .project-information .project-share ul li a,body.bg-white .project-information .project-share ul li a{background-color:#e6e6e6;color:#54595f}body.bg-dark.bg-white .comment-respond .comment-reply-title,body.bg-dark.bg-white .comments-area .comments-title,body.bg-dark.bg-white .comments-area ul.comment-list .commenter-block .comment-content .comment-author-name,body.bg-dark.bg-white .project-details .widget-title.h6,body.bg-dark.bg-white .project-details h6.widget-title,body.bg-dark.bg-white .related-posts .grid-item .label-text .h5,body.bg-dark.bg-white .related-posts .grid-item .label-text .h5 a,body.bg-dark.bg-white .related-posts .grid-item .label-text h5,body.bg-dark.bg-white .related-posts .grid-item .label-text h5 a,body.bg-dark.bg-white .related-posts .widget-title,body.bg-white .comment-respond .comment-reply-title,body.bg-white .comments-area .comments-title,body.bg-white .comments-area ul.comment-list .commenter-block .comment-content .comment-author-name,body.bg-white .project-details .widget-title.h6,body.bg-white .project-details h6.widget-title,body.bg-white .related-posts .grid-item .label-text .h5,body.bg-white .related-posts .grid-item .label-text .h5 a,body.bg-white .related-posts .grid-item .label-text h5,body.bg-white .related-posts .grid-item .label-text h5 a,body.bg-white .related-posts .widget-title{color:#000}body.bg-dark.bg-white .comment-respond input[type=color],body.bg-dark.bg-white .comment-respond input[type=date],body.bg-dark.bg-white .comment-respond input[type=datetime-local],body.bg-dark.bg-white .comment-respond input[type=datetime],body.bg-dark.bg-white .comment-respond input[type=email],body.bg-dark.bg-white .comment-respond input[type=month],body.bg-dark.bg-white .comment-respond input[type=number],body.bg-dark.bg-white .comment-respond input[type=password],body.bg-dark.bg-white .comment-respond input[type=range],body.bg-dark.bg-white .comment-respond input[type=search],body.bg-dark.bg-white .comment-respond input[type=tel],body.bg-dark.bg-white .comment-respond input[type=text],body.bg-dark.bg-white .comment-respond input[type=time],body.bg-dark.bg-white .comment-respond input[type=url],body.bg-dark.bg-white .comment-respond input[type=week],body.bg-dark.bg-white .comment-respond select,body.bg-dark.bg-white .comment-respond textarea.form-control,body.bg-white .comment-respond input[type=color],body.bg-white .comment-respond input[type=date],body.bg-white .comment-respond input[type=datetime-local],body.bg-white .comment-respond input[type=datetime],body.bg-white .comment-respond input[type=email],body.bg-white .comment-respond input[type=month],body.bg-white .comment-respond input[type=number],body.bg-white .comment-respond input[type=password],body.bg-white .comment-respond input[type=range],body.bg-white .comment-respond input[type=search],body.bg-white .comment-respond input[type=tel],body.bg-white .comment-respond input[type=text],body.bg-white .comment-respond input[type=time],body.bg-white .comment-respond input[type=url],body.bg-white .comment-respond input[type=week],body.bg-white .comment-respond select,body.bg-white .comment-respond textarea.form-control{border-color:#e6e6e6;color:#000}body.bg-dark.bg-white .sidebar,body.bg-white .sidebar{background-color:#f8f8f8}body.bg-dark.bg-white .sidebar a,body.bg-white .sidebar a{color:#000}body.bg-dark.bg-white .sidebar a:hover,body.bg-white .sidebar a:hover{color:#ffca08}body.bg-dark.bg-white .sidebar .widget ol li,body.bg-dark.bg-white .sidebar .widget ul li,body.bg-white .sidebar .widget ol li,body.bg-white .sidebar .widget ul li{border-bottom-color:#e6e6e6}body.bg-dark.bg-white .sidebar .widget_search .wp-block-search .wp-block-search__input,body.bg-white .sidebar .widget_search .wp-block-search .wp-block-search__input{border-color:#e6e6e6}body.bg-dark.bg-white .widget .h2,body.bg-dark.bg-white .widget .widget-title,body.bg-dark.bg-white .widget h2,body.bg-white .widget .h2,body.bg-white .widget .widget-title,body.bg-white .widget h2{color:#000}body.bg-dark.bg-white .product_details_section,body.bg-dark.bg-white .product_view,body.bg-dark.bg-white .related_products,body.bg-dark.bg-white .shop_page,body.bg-dark.bg-white .shopping_cart,body.bg-white .product_details_section,body.bg-white .product_view,body.bg-white .related_products,body.bg-white .shop_page,body.bg-white .shopping_cart{background:#fff}body.bg-dark.bg-white .shop_sidebar .sidebar_search .search_form .form-control,body.bg-white .shop_sidebar .sidebar_search .search_form .form-control{background-color:#fff;border-color:#e6e6e6;color:#2e2e2e}body.bg-dark.bg-white .shop_sidebar .sidebar_search .search_form .form-control-submit,body.bg-white .shop_sidebar .sidebar_search .search_form .form-control-submit{background:#ffca08;border-color:#ffca08}body.bg-dark.bg-white .shop_sidebar .sidebar_price_filter .range-bar .ui-slider-handle,body.bg-dark.bg-white .shop_sidebar .sidebar_price_filter .range-bar .ui-slider-range,body.bg-white .shop_sidebar .sidebar_price_filter .range-bar .ui-slider-handle,body.bg-white .shop_sidebar .sidebar_price_filter .range-bar .ui-slider-range{background:#1b1b1b}body.bg-dark.bg-white .shop_sidebar .form-check label,body.bg-dark.bg-white .shop_sidebar .sidebar_price_filter .range-value input[type=text],body.bg-white .shop_sidebar .form-check label,body.bg-white .shop_sidebar .sidebar_price_filter .range-value input[type=text]{color:#1b1b1b}body.bg-dark.bg-white .shop_sidebar .sidebar_popular_products ul li,body.bg-white .shop_sidebar .sidebar_popular_products ul li{border-bottom:1px solid #e6e6e6}body.bg-dark.bg-white .shop_sidebar .sidebar_popular_products ul li .popular_product_content .product_title a,body.bg-white .shop_sidebar .sidebar_popular_products ul li .popular_product_content .product_title a{color:#1b1b1b}body.bg-dark.bg-white .shop_sidebar .sidebar_popular_products ul li .popular_product_content .product_title a:hover,body.bg-white .shop_sidebar .sidebar_popular_products ul li .popular_product_content .product_title a:hover{color:#ffca08}body.bg-dark.bg-white .shop_sidebar .sidebar_popular_products ul li .popular_product_content .product_price,body.bg-white .shop_sidebar .sidebar_popular_products ul li .popular_product_content .product_price{color:#2e2e2e}body.bg-dark.bg-white .shop_filtering_method .view_type_wrapper .view_type a,body.bg-white .shop_filtering_method .view_type_wrapper .view_type a{color:#1b1b1b}body.bg-dark.bg-white .shop_filtering_method .view_type_wrapper .view_type a.active,body.bg-white .shop_filtering_method .view_type_wrapper .view_type a.active{color:#ffca08}body.bg-dark.bg-white .shop_filtering_method .select2-container .select2-selection--single,body.bg-white .shop_filtering_method .select2-container .select2-selection--single{border-color:#e6e6e6}body.bg-dark.bg-white .product_view_grid .product_item .product_thumb .product_imagebox,body.bg-white .product_view_grid .product_item .product_thumb .product_imagebox{background:#f8f8f8}body.bg-dark.bg-white .product_view_grid .product_item .product_thumb .product_item_inner .label_text .product_item_name a,body.bg-white .product_view_grid .product_item .product_thumb .product_item_inner .label_text .product_item_name a{color:#212529}body.bg-dark.bg-white .product_view_grid .product_item .product_thumb .product_item_inner .label_text .product_item_name a:hover,body.bg-white .product_view_grid .product_item .product_thumb .product_item_inner .label_text .product_item_name a:hover{color:#ffca08}body.bg-dark.bg-white .product_view_list .product_item,body.bg-white .product_view_list .product_item{background:#fff;box-shadow:0 0 30px #00000026}body.bg-dark.bg-white .product_view_list .product_item .product_thumb .product_imagebox,body.bg-white .product_view_list .product_item .product_thumb .product_imagebox{background:#f8f8f8}body.bg-dark.bg-white .product_view_list .product_item .product_thumb .product_item_inner .label_text .product_item_name a,body.bg-white .product_view_list .product_item .product_thumb .product_item_inner .label_text .product_item_name a{color:#1b1b1b}body.bg-dark.bg-white .product_view_list .product_item .product_thumb .product_item_inner .label_text .product_item_name a:hover,body.bg-white .product_view_list .product_item .product_thumb .product_item_inner .label_text .product_item_name a:hover{color:#ffca08}body.bg-dark.bg-white .product_details_tab .nav li a,body.bg-white .product_details_tab .nav li a{color:#1b1b1b}#sidebar a.active{color:#ffca08}body.bg-dark.bg-white .cart_button .button,body.bg-white .cart_button .button{color:#fff}body.bg-dark.bg-white .cart_button .button:after,body.bg-white .cart_button .button:after{background:#1b1b1b}body.bg-dark.bg-white .pagination li a.current,body.bg-dark.bg-white .pagination li a:hover,body.bg-white .pagination li a.current,body.bg-white .pagination li a:hover{background-color:#ffca08;color:#fff}body.bg-dark.bg-white .shipping_form .have_coupon,body.bg-white .shipping_form .have_coupon{background:#fff;box-shadow:0 0 30px #00000026}body.bg-dark.bg-white .shipping_form .widget-title,body.bg-dark.bg-white .shipping_form label,body.bg-white .shipping_form .widget-title,body.bg-white .shipping_form label{color:#1b1b1b}body.bg-dark.bg-white .shipping_form .select2-container--default .select2-selection--multiple,body.bg-dark.bg-white .shipping_form .select2-container--default .select2-selection--single,body.bg-white .shipping_form .select2-container--default .select2-selection--multiple,body.bg-white .shipping_form .select2-container--default .select2-selection--single{background:#f8f8f8;border-color:#f2f2f2}body.bg-dark.bg-white .place_order label.radio_circle .checkmark:after,body.bg-white .place_order label.radio_circle .checkmark:after{background:#1b1b1b}body.bg-dark.bg-white .place_order ul li,body.bg-white .place_order ul li{border-bottom:1px solid #e6e6e6}body.bg-dark.bg-white .place_order ul li .paymentmethod label.radio_circle,body.bg-dark.bg-white .place_order ul li .paymentmethod span.text,body.bg-dark.bg-white .place_order ul li span.text,body.bg-dark.bg-white .place_order ul li.totalvalue,body.bg-white .place_order ul li .paymentmethod label.radio_circle,body.bg-white .place_order ul li .paymentmethod span.text,body.bg-white .place_order ul li span.text,body.bg-white .place_order ul li.totalvalue{color:#1b1b1b}body.bg-dark.bg-white .place_order .btn.white,body.bg-white .place_order .btn.white{background:#000;color:#fff}body.bg-dark.bg-white .place_order .btn.white:hover,body.bg-white .place_order .btn.white:hover{background:#ffca08}body.bg-dark.bg-white .cart_table .cart_content td,body.bg-white .cart_table .cart_content td{color:#1b1b1b}body.bg-dark.bg-white .cart_table .cart_content .cart_quantity .product_quantity_inner,body.bg-white .cart_table .cart_content .cart_quantity .product_quantity_inner{border-color:#e6e6e6}body.bg-dark.bg-white .cart_table .cart_content .cart_quantity .product_quantity_inner .product_quantity_add,body.bg-dark.bg-white .cart_table .cart_content .cart_quantity .product_quantity_inner .product_quantity_subtract,body.bg-dark.bg-white .cart_table .cart_content .cart_quantity .product_quantity_inner input,body.bg-white .cart_table .cart_content .cart_quantity .product_quantity_inner .product_quantity_add,body.bg-white .cart_table .cart_content .cart_quantity .product_quantity_inner .product_quantity_subtract,body.bg-white .cart_table .cart_content .cart_quantity .product_quantity_inner input{color:#1b1b1b}body.bg-dark.bg-white .cart_table .cart_header th,body.bg-white .cart_table .cart_header th{color:#000}body.bg-dark.bg-white .cart_table td,body.bg-dark.bg-white .cart_table th,body.bg-white .cart_table td,body.bg-white .cart_table th{border-bottom-color:#e6e6e6}body.bg-dark.bg-white .couponcart .btn.white,body.bg-white .couponcart .btn.white{background:#000;color:#fff}body.bg-dark.bg-white .couponcart .btn.white:hover,body.bg-white .couponcart .btn.white:hover{background:#ffca08}body.bg-dark.bg-white .grand_total,body.bg-white .grand_total{background:#fff;box-shadow:0 0 30px #00000026}body.bg-dark.bg-white .grand_total ul li,body.bg-white .grand_total ul li{border-color:#e6e6e6;color:#1b1b1b}body.bg-dark.bg-white .grand_total ul li span.text,body.bg-white .grand_total ul li span.text{color:#1b1b1b}body.bg-dark.bg-white .grand_total .btn.white,body.bg-white .grand_total .btn.white{background:#000;color:#fff}body.bg-dark.bg-white .grand_total .btn.white:hover,body.bg-white .grand_total .btn.white:hover{background:#ffca08}body.bg-dark.bg-white .product_right .product_info .product_title .h2,body.bg-dark.bg-white .product_right .product_info .product_title h2,body.bg-dark.bg-white .product_right .product_price,body.bg-dark.bg-white .product_right .product_view_bottom .product_quantity .pproduct_quantity_label,body.bg-white .product_right .product_info .product_title .h2,body.bg-white .product_right .product_info .product_title h2,body.bg-white .product_right .product_price,body.bg-white .product_right .product_view_bottom .product_quantity .pproduct_quantity_label{color:#1b1b1b}body.bg-dark.bg-white .product_right .product_view_bottom .product_quantity .product_quantity_inner,body.bg-white .product_right .product_view_bottom .product_quantity .product_quantity_inner{border-color:#e6e6e6}body.bg-dark.bg-white .product_right .product_social_share ul li,body.bg-dark.bg-white .product_right .product_view_bottom .product_quantity .product_quantity_inner .product_quantity_add,body.bg-dark.bg-white .product_right .product_view_bottom .product_quantity .product_quantity_inner .product_quantity_subtract,body.bg-dark.bg-white .product_right .product_view_bottom .product_quantity .product_quantity_inner input,body.bg-dark.bg-white .product_right .product_view_bottom_credential ul li span,body.bg-white .product_right .product_social_share ul li,body.bg-white .product_right .product_view_bottom .product_quantity .product_quantity_inner .product_quantity_add,body.bg-white .product_right .product_view_bottom .product_quantity .product_quantity_inner .product_quantity_subtract,body.bg-white .product_right .product_view_bottom .product_quantity .product_quantity_inner input,body.bg-white .product_right .product_view_bottom_credential ul li span{color:#1b1b1b}body.bg-dark.bg-white .product_right .product_social_share ul li a,body.bg-white .product_right .product_social_share ul li a{background:#f2f2f2;color:#1b1b1b}body.bg-dark.bg-white .product_details_tab .nav,body.bg-white .product_details_tab .nav{border-bottom-color:#e6e6e6}body.bg-dark.bg-white .product_details_tab .product_additional_info ul li span,body.bg-dark.bg-white .review_form .review_form_heading_wrapper .review_form_title,body.bg-dark.bg-white .review_sec ul.review_area .reviewer_div .review_block .reviewer_name,body.bg-dark.bg-white .review_sec ul.review_area .reviewer_div .review_block .reviewer_review,body.bg-white .product_details_tab .product_additional_info ul li span,body.bg-white .review_form .review_form_heading_wrapper .review_form_title,body.bg-white .review_sec ul.review_area .reviewer_div .review_block .reviewer_name,body.bg-white .review_sec ul.review_area .reviewer_div .review_block .reviewer_review{color:#1b1b1b}body.bg-dark.bg-white a.page-numbers,body.bg-white a.page-numbers{color:#fff}body.bg-dark.bg-white .page_header.in-service .page_header_inner .page_header_content .heading,body.bg-dark.bg-white .related_products .widget-title,body.bg-white .page_header.in-service .page_header_inner .page_header_content .heading,body.bg-white .related_products .widget-title{color:#1b1b1b}body.bg-dark.bg-white .header-layer-bg,body.bg-white .header-layer-bg{background-image:url(/static/media/bg-2-light.35f6da72c5a431854b5a.jpg)}body.bg-dark.bg-white .testimonial.in-service,body.bg-white .testimonial.in-service{background:#0000}body.bg-dark.bg-white .partners.in-service.bg-dark-200,body.bg-white .partners.in-service.bg-dark-200{background-color:#fff}body.bg-dark.bg-white .team-details .team-member-information .name,body.bg-dark.bg-white .team-details .team-member-information .widget-title.h6,body.bg-dark.bg-white .team-details .team-member-information h6.widget-title,body.bg-dark.bg-white .team-details .team-member-information ul.point_order li,body.bg-white .team-details .team-member-information .name,body.bg-white .team-details .team-member-information .widget-title.h6,body.bg-white .team-details .team-member-information h6.widget-title,body.bg-white .team-details .team-member-information ul.point_order li{color:#1b1b1b}body.bg-dark.bg-white .error-page .error-content .heading,body.bg-dark.bg-white .error-page .error-content p,body.bg-white .error-page .error-content .heading,body.bg-white .error-page .error-content p{color:#000}body.bg-dark.bg-white .error-page .error-content .search_form .form-control,body.bg-white .error-page .error-content .search_form .form-control{background-color:#e6e6e6;color:#000}body.bg-dark.bg-white .error-page .error-content .search_form .form-control-submit,body.bg-dark.bg-white .under-construction-page .under-construction-content #countdown ul li span,body.bg-dark.bg-white .under-construction-page .under-construction-content #countdown ul li:not(:last-child):before,body.bg-dark.bg-white .under-construction-page .under-construction-content .heading,body.bg-dark.bg-white .under-construction-page .under-construction-content p,body.bg-white .error-page .error-content .search_form .form-control-submit,body.bg-white .under-construction-page .under-construction-content #countdown ul li span,body.bg-white .under-construction-page .under-construction-content #countdown ul li:not(:last-child):before,body.bg-white .under-construction-page .under-construction-content .heading,body.bg-white .under-construction-page .under-construction-content p{color:#000}body.bg-dark.bg-white .under-construction-page .under-construction-content .search_form .form-control,body.bg-white .under-construction-page .under-construction-content .search_form .form-control{background-color:#e6e6e6;color:#000}body.bg-dark.bg-white .under-construction-page .under-construction-content .search_form .form-control-submit,body.bg-white .under-construction-page .under-construction-content .search_form .form-control-submit{color:#000}.centered-button{margin-bottom:20px;margin-top:0;text-align:center}.res_settings{width:670px}.settings_wrap{column-gap:35px;display:flex;flex-wrap:wrap}.label-text-pad{padding:20px!important}.res_service{width:442px}.service_wrap{column-gap:20px}.project_wrap,.service_wrap{display:flex;flex-wrap:wrap}.res_project{width:598px}.inline-list{list-style-type:none;margin:0;padding:0}.inline-item{display:inline-block;margin-right:10px}.images_gallery{height:700px;width:700px}@media (max-width:414px){.images_gallery{height:auto;max-width:700px;width:100%}}.main_image{height:600px;width:800px}@media (max-width:414px){.main_image{height:auto;max-width:800px;width:100%}}.scroll-whatsapp{align-content:center;background:#18d26e;border-radius:50%;bottom:30px;color:#fff;font-size:18px;height:60px;left:24px;line-height:1;position:fixed;text-align:center;transition:background .5s;width:60px;z-index:11}@media (max-width:768px){.asidefooter{display:none}.slidertext{font-size:30px!important}.slidertext2{font-size:11px!important}}.fallback-spinner{display:flex;height:100vh;position:relative;width:100%}.loading{border-radius:50%;height:55px;left:calc(50% - 35px);top:50%;width:55px}.effect-1,.effect-2,.loading{border:3px solid #0000;box-sizing:border-box;position:absolute}.effect-1,.effect-2{border-left-color:#2962ff;border-radius:50%;height:100%;width:100%}.effect-1{animation:rotate 1s ease infinite}.effect-2{animation:rotateOpacity 1s ease .1s infinite}.effect-3{animation:rotateOpacity 1s ease .2s infinite;border:3px solid #0000;border-left-color:#2962ff;border-radius:50%;box-sizing:border-box;height:100%;width:100%}.loading .effects{transition:all .3s ease}.fallback-logo{left:calc(50% - 45px);position:absolute;top:40%}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotateOpacity{0%{opacity:.1;transform:rotate(0deg)}to{opacity:1;transform:rotate(1turn)}}body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.c14be30e.css.map*/