@charset "UTF-8";.notifications-container{max-height:100vh;max-width:320px;pointer-events:none;position:fixed;width:100%;z-index:9999}.notifications-container.notify-is-x-center{left:50%;transform:translateX(-50%)}.notifications-container.notify-is-y-center{top:50%;transform:translateY(-50%)}.notifications-container.notify-is-center{left:50%;top:50%;transform:translate(-50%,-50%)}.notifications-container.notify-is-left{left:0}.notifications-container.notify-is-right{right:0}.notifications-container.notify-is-top{top:0}.notifications-container.notify-is-bottom{bottom:0}.notifications-container.notify-is-x-center.notify-is-top{top:var(--distance)}.notifications-container.notify-is-x-center.notify-is-bottom{bottom:var(--distance)}.notifications-container>*{pointer-events:auto}.notify{--notify-error:#eb5757;--notify-error-progress:#c04545;--notify-success:#6fcf97;--notify-success-progress:#54aa78;--notify-warning:#f2c94c;--notify-warning-progress:#c4a64f;--notify-info:#51cdf3;--notify-info-progress:#54a9c4;--notify-gray:#333;--notify-gray-2:#4d4d4d;--notify-gray-3:#828282;--notify-white:#fff;--notify-white-2:hsla(0,0%,100%,.8);--notify-padding:0.75rem;--notify-icon-size:32px;--notify-close-icon-size:16px;align-items:center;border-radius:6px;box-sizing:border-box;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;overflow:hidden;padding:var(--notify-padding);position:relative;text-decoration:none;transition-timing-function:ease;width:100%}.notify__icon{flex-shrink:0;height:var(--notify-icon-size);margin-right:12px;width:var(--notify-icon-size)}.notify__close,.notify__icon{align-items:center;display:flex;justify-content:center}.notify__close{cursor:pointer;height:var(--notify-close-icon-size);position:absolute;right:12px;top:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:var(--notify-close-icon-size)}.notify__close *{pointer-events:none}.notify__title{font-size:1rem;font-weight:600;padding-right:calc(var(--notify-padding) + var(--notify-close-icon-size))}.notify__text{font-size:.875rem;margin-top:.25rem}.notify--type-1{background-color:#fff;border:1px solid}.notify--type-1 .notify__close{color:var(--notify-gray-3)}.notify--type-1 .notify__title{color:var(--notify-gray)}.notify--type-1 .notify__text{color:var(--notify-gray-2)}.notify--type-2{color:var(--notify-gray)}.notify--type-3{color:var(--notify-white)}.notify--type-3 .notify__text{color:var(--notify-white-2)}.notify--error.notify--type-1{box-shadow:0 2px 26px rgba(215,0,0,.1);color:var(--notify-error)}.notify--error.notify--type-2,.notify--error.notify--type-3{background-color:var(--notify-error)}.notify--warning.notify--type-1{box-shadow:0 2px 26px rgba(242,201,76,.1);color:var(--notify-warning)}.notify--warning.notify--type-2,.notify--warning.notify--type-3{background-color:var(--notify-warning)}.notify--success.notify--type-1{box-shadow:0 2px 26px rgba(82,215,0,.1);color:var(--notify-success)}.notify--success.notify--type-2,.notify--success.notify--type-3{background-color:var(--notify-success)}.notify--info.notify--type-1{box-shadow:0 2px 26px rgba(84,175,202,.1);color:var(--notify-info)}.notify--info.notify--type-2,.notify--info.notify--type-3{background-color:var(--notify-info)}.notify--fade{opacity:0;will-change:opacity}.notify--fadeIn{opacity:1}.notify--slide{opacity:0;will-change:opacity,transform}.notify-is-center .notify--slide,.notify-is-x-center:not(.notify-is-bottom) .notify--slide,.notify-is-y-center .notify--slide{transform:translateY(-20px)}.notify-is-x-center.notify-is-bottom .notify--slide{transform:translateY(20px)}.notify-is-right .notify--slide{transform:translateX(calc(var(--distance) + 110%))}.notify-is-left .notify--slide{transform:translateX(calc((var(--distance) * -1) - 110%))}.notify-is-center .notify--slideIn,.notify-is-x-center.notify-is-bottom .notify--slideIn,.notify-is-x-center:not(.notify-is-bottom) .notify--slideIn,.notify-is-y-center .notify--slideIn{opacity:1;transform:translateY(0)}.notify-is-left .notify--slideIn,.notify-is-right .notify--slideIn{opacity:1;transform:translateX(0)}.notify-is-left .notify{left:var(--distance)}.notify-is-right .notify{right:var(--distance)}.notify-is-center .notify,.notify-is-top .notify,.notify-is-x-center.notify-is-top .notify,.notify-is-y-center .notify{margin-top:var(--gap)}.notify-is-bottom .notify,.notify-is-x-center:not(.notify-is-top) .notify{margin-bottom:var(--gap)}.notify.notify-autoclose{--progress-height:5px;padding-bottom:calc(var(--notify-padding) + var(--progress-height))}.notify.notify-autoclose:before{animation:progress calc(var(--timeout) * 1ms) linear forwards;bottom:0;content:"";height:var(--progress-height);left:0;position:absolute;transform:scaleX(1);transform-origin:left;width:100%}@keyframes progress{to{transform:scaleX(0)}}.notify.notify-autoclose.notify--error:before{background-color:var(--notify-error-progress)}.notify.notify-autoclose.notify--warning:before{background-color:var(--notify-warning-progress)}.notify.notify-autoclose.notify--success:before{background-color:var(--notify-success-progress)}.notify.notify-autoclose.notify--info:before{background-color:var(--notify-info-progress)}.selectedAddress{border:1px solid green}#loader{top:calc(50% - 45px);right:calc(50% - 45px);transform:translate(50%,-50%);width:80px;height:80px;border-radius:50%;border:8px solid #f3f3f3;border-top-color:#07457f}#loader,#loaderInner{z-index:1;position:absolute;animation:spin 2s linear infinite}#loaderInner{width:100%;height:100%;border-radius:50%;border:2px solid #f3f3f3;border-top-color:#07457f;right:2px}.animate-bottom{position:relative;-webkit-animation-name:animatebottom;-webkit-animation-duration:1s;animation-name:animatebottom;animation-duration:1s}@keyframes animatebottom{0%{bottom:-100px;opacity:0}to{bottom:0;opacity:1}}.errorNotify{color:#bf1650}#icerikModal .modal-dialog.modal-dialog-centered{margin:auto}.indicator-progress{display:none}button[type=disabled] span.indicator-progress{display:block!important}.notify.notify-autoclose.notify--error:before,.notify.notify-autoclose.notify--success:before,.notify.notify-autoclose.notify--warning:before,button[type=disabled] span.indicator-label{display:none!important}.whowearetabs .about-us{width:100%;padding:1px}.whowearetabs .pic{height:auto;width:302px}.whowearetabs .about{width:1130px;max-width:85%;margin:0 auto;display:flex;align-items:center;justify-content:space-around}.whowearetabs .text{width:540px}.whowearetabs .text h2{font-size:60px;font-weight:600;margin-bottom:10px}.whowearetabs .text h5{font-size:22px;font-weight:500;margin-bottom:20px}.whowearetabs span{color:#4070f4}.whowearetabs .text p{font-size:18px;line-height:25px;letter-spacing:1px}.whowearetabs .data{margin-top:30px}.whowearetabs .hire{font-size:18px;background:#00aad9;color:#fff;text-decoration:none;border:none;padding:8px 25px;border-radius:6px;transition:.5s}.whowearetabs .hire:hover{background:#78dba6;border:1px solid #00aad9}.whowearetabs button,.whowearetabs input{font-family:Montserrat,Helvetica Neue,Arial,sans-serif}.whowearetabs p{line-height:1.61em;font-weight:300;font-size:1.2em}.whowearetabs .category{text-transform:capitalize;font-weight:700;color:#9a9a9a}.whowearetabs .nav-item .nav-link,.whowearetabs .nav-tabs .nav-link{transition:all .3s ease 0s}.whowearetabs .card a{transition:all .15s ease 0s}.whowearetabs [data-toggle=collapse][data-parent="#accordion"] i{transition:transform .15s ease 0s}.whowearetabs [data-toggle=collapse][data-parent="#accordion"][aria-expanded=true] i{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);transform:rotate(180deg)}@keyframes nc-icon-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.whowearetabs .now-ui-icons.objects_umbrella-13:before{content:"\ea5f"}.whowearetabs .now-ui-icons.shopping_cart-simple:before{content:"\ea1d"}.whowearetabs .now-ui-icons.shopping_shop:before{content:"\ea50"}.whowearetabs .now-ui-icons.ui-2_settings-90:before{content:"\ea4b"}.whowearetabs .nav-tabs{border:0;padding:15px .7rem}.whowearetabs .nav-tabs:not(.nav-tabs-neutral)>.nav-item>.nav-link.active{box-shadow:0 5px 35px 0 rgba(0,0,0,.3)}.whowearetabs .card .nav-tabs{border-top-right-radius:.1875rem;border-top-left-radius:.1875rem}.whowearetabs .nav-tabs>.nav-item>.nav-link{color:#888;margin:0 5px 0 0;background-color:transparent;border:1px solid transparent;border-radius:30px;font-size:14px;padding:11px 23px;line-height:1.5}.whowearetabs .nav-tabs>.nav-item>.nav-link:hover{background-color:transparent}.whowearetabs .nav-tabs>.nav-item>.nav-link.active{background-color:#444;border-radius:30px;color:#fff}.whowearetabs .nav-tabs>.nav-item>.nav-link i.now-ui-icons{font-size:14px;position:relative;top:1px;margin-right:3px}.whowearetabs .nav-tabs.nav-tabs-neutral>.nav-item>.nav-link{color:#fff}.whowearetabs .nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.active{background-color:hsla(0,0%,100%,.2);color:#fff}.whowearetabs .card{border:0;border-radius:.1875rem;display:inline-block;position:relative;width:100%;box-shadow:0 5px 25px 0 rgba(0,0,0,.2)}.whowearetabs .card .card-header{border-bottom:0;background-color:transparent;border-radius:0;padding:0}.whowearetabs .card[data-background-color=orange]{background-color:#f96332}.whowearetabs .card[data-background-color=red]{background-color:#ff3636}.whowearetabs .card[data-background-color=yellow]{background-color:#ffb236}.whowearetabs .card[data-background-color=blue]{background-color:#2ca8ff}.whowearetabs .card[data-background-color=green]{background-color:#15b60d}.whowearetabs [data-background-color=orange]{background-color:#e95e38}.whowearetabs [data-background-color=black]{background-color:#2c2c2c}.whowearetabs [data-background-color]:not([data-background-color=gray]),.whowearetabs [data-background-color]:not([data-background-color=gray]) .nav-tabs>.nav-item>.nav-link i.now-ui-icons,.whowearetabs [data-background-color]:not([data-background-color=gray]) a:not(.btn):not(.dropdown-item),.whowearetabs [data-background-color]:not([data-background-color=gray]) p{color:#fff}.whowearetabs .now-ui-icons{display:inline-block;font:normal normal normal 14px/1 Nucleo Outline;font-size:inherit;speak:none;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media screen and (max-width:768px){.nav-tabs{display:inline-block;width:100%;padding-left:100px;padding-right:100px;text-align:center}.nav-tabs .nav-item>.nav-link{margin-bottom:5px}}.cookie-consent-banner{position:fixed;bottom:0;left:0;z-index:2147483645;box-sizing:border-box;width:100%;background-color:#f1f6f4}.cookie-consent-banner__inner{max-width:960px;margin:0 auto;padding:32px 0}.cookie-consent-banner__copy{margin-bottom:16px}.cookie-consent-banner__header{margin-bottom:8px;font-family:CeraPRO-Bold,sans-serif,arial;font-weight:400;font-size:16px;line-height:24px}.cookie-consent-banner__description{color:#838f93;line-height:24px}.cookie-consent-banner__cta,.cookie-consent-banner__description{font-family:CeraPRO-Regular,sans-serif,arial;font-weight:400;font-size:16px}.cookie-consent-banner__cta{box-sizing:border-box;display:inline-block;min-width:164px;padding:11px 13px;border-radius:2px;background-color:#79dea8;color:#fff;text-decoration:none;text-align:center;line-height:20px}.cookie-consent-banner__cta--secondary{padding:9px 13px;border:2px solid #3a4649;background-color:transparent;color:#79dea8}.cookie-consent-banner__cta:hover{background-color:#79dea8;color:#00b2e3}.cookie-consent-banner__cta--secondary:hover{border-color:#838f93;background-color:transparent;color:#22c870}.cookie-consent-banner__cta:last-child{margin-left:16px}.PhoneInput input{background:#fff!important}.genders input{height:20px!important;width:20px!important;margin-right:5px}.paraBirimi{background:none!important;border:none!important}.same-style-wrap>div{display:flex;align-items:center}.same-style-wrap i{font-size:18px!important}.currencyChanger a.active,.currencyChanger a:active{background-color:#164681!important;color:#fff!important}.loaderWrapperInner{position:relative}.loaderWrapper,.loaderWrapperInner{width:100%;height:100%;z-index:99999;top:0;left:0}.loaderWrapper{background:#fff;position:absolute}.cpProds .customizeImg img{height:110px!important;object-fit:contain;object-position:center}.fixedColSelect.fixedCol span.lnr.lnr-chevron-right{position:relative}.fixedColSelect span.lnr.lnr-chevron-right{position:relative;top:4px}.passWr{padding:0!important;display:flex;align-items:center}.passWr span{position:absolute;right:30px;margin-bottom:30px}.micClass{display:flex;flex-direction:column;align-self:center}.mic,.micClass{justify-content:center;align-items:center}.mic{position:relative;display:inline-flex;width:100px;height:100px;background-color:#79dea8;color:#fff;font-size:33px;border:none;border-radius:50%;cursor:pointer;transition:background-color .25s;margin-top:30px}.mic:before{content:"";position:absolute;width:inherit;height:inherit;border-radius:inherit;background-color:inherit;z-index:-1}.listening{background-color:#79dea8}.listening:before{animation:listening 1.3s infinite;z-index:21}@keyframes listening{0%{opacity:.25}to{transform:scale(2);opacity:0}}.drag-drop{background:#fff;border:1px solid var(--border-color);border-radius:8px}.document-uploader{border:2px dashed #85dea6;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;border-radius:8px;cursor:pointer;padding:50px}.document-uploader.active{border-color:#6dc24b}.document-uploader .upload-info{display:flex;align-items:center;margin-bottom:1rem}.document-uploader .upload-info svg{font-size:36px;margin-right:1rem}.document-uploader .upload-info div p{margin:0;font-size:16px}.document-uploader .upload-info div p:first-child{font-weight:700}.document-uploader .file-list{display:flex;flex-direction:column;gap:.5rem;width:100%}.document-uploader .file-list__container{width:100%;overflow:auto}.document-uploader .file-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;border:1px solid var(--border-color);border-radius:8px}.document-uploader .file-item .file-info{display:flex;flex-direction:column;gap:.25rem;flex:1 1;max-width:75%}.document-uploader .file-item .file-info p{margin:0;font-size:14px;color:#333}.document-uploader .file-item .file-actions{cursor:pointer}.document-uploader .file-item .file-actions svg{font-size:18px;color:#888}.document-uploader .file-item .file-actions:hover svg{color:#d44}.document-uploader .browse-btn{display:flex;align-items:center;justify-content:center;padding:.5rem 1rem;border:1px solid var(--border-color);border-radius:8px;cursor:pointer;background-color:var(--primary-color)}.document-uploader .browse-btn:hover{background-color:transparent}.document-uploader .success-file{display:flex;align-items:center;color:#6dc24b}.document-uploader .success-file p{margin:0;font-size:14px;font-weight:700}.document-uploader input[type=file]{display:none}@media only screen and (min-width:600px){.aiTWr{padding-right:53px}.customImgCol img{width:170px}.customImgCol:after{content:"";border-right:1px solid #0a0909;height:150px;padding-left:35px}.customImgTextCol p{font-family:serif;font-size:31px;margin-left:25px;padding-top:3px;margin-top:20px;color:#003b7e}}@media only screen and (max-width:600px){.customImgCol img{width:90px}.customImgCol:after{content:"";border-right:1px solid #0a0909;height:70px;padding-left:15px}.customImgTextCol p{font-family:serif;font-size:19px;margin-left:15px;margin-top:10px;color:#003b7e}}.aibutton button{background-color:#1f4883;color:#fff;border:none;cursor:pointer;font-size:14px;font-weight:600;line-height:1;padding:13px 30px;text-transform:uppercase;transition:all .3s ease 0s}span.aihereclick{padding:0 5px;text-decoration:underline}#searchImgModal{scroll-behavior:smooth}.productDetailTable{width:100%}.productDetailTable tr{border-bottom:1px solid #ccc}.productDetailTable tr td:first-child{font-weight:700}.productDetailTable tr td:nth-child(2){text-align:right}.step{width:100%;height:100%;top:0;transition:transform .4s ease,opacity .2s ease;opacity:0;pointer-events:none}.step.active{transform:translateX(0);opacity:1;pointer-events:auto}.step1.exit-left{transform:translateX(-100%);opacity:0}.step1.enter-right{transform:translateX(100%);opacity:0}.step1.active{transform:translateX(0);opacity:1}.navBtns button{background-color:#1f4883;color:#fff;border:none;cursor:pointer;font-size:14px;font-weight:600;line-height:1;padding:13px 30px;text-transform:uppercase;transition:all .3s ease 0s}.aiImageResult .nav-tabs{padding:0!important}@font-face{font-family:swiper-icons;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");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.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{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.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{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.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-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.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{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper: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-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:normal;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}#app,.swiper{height:100%}.swiper-slide{text-align:center;font-size:18px;background:#fff;display:flex;justify-content:center;align-items:center}.swiper{width:100%;height:300px;margin-left:auto;margin-right:auto}.swiper-slide{background-size:cover;background-position:50%}.mySwiper2{height:80%;width:100%}.mySwiper{height:20%;box-sizing:border-box;padding:10px 0}.mySwiper .swiper-slide{width:25%;height:100%;opacity:.4}.mySwiper .swiper-slide-thumb-active{opacity:1}.swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:FontAwesome;src:url(/_next/static/media/fontawesome-webfont.2b13baa7.eot);src:url(/_next/static/media/fontawesome-webfont.2b13baa7.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(/_next/static/media/fontawesome-webfont.e9955780.woff2) format("woff2"),url(/_next/static/media/fontawesome-webfont.cf011583.woff) format("woff"),url(/_next/static/media/fontawesome-webfont.8a7cb27d.ttf) format("truetype"),url(/_next/static/media/fontawesome-webfont.da909aa0.svg#fontawesomeregular) format("svg");font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s linear infinite}.fa-pulse{animation:fa-spin 1s steps(8) infinite}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}/*!
 * Bootstrap  v5.2.2 (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{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-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";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0,0,0,.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-2xl:2rem;--bs-border-radius-pill:50rem;--bs-link-color:#0d6efd;--bs-link-hover-color:#0a58ca;--bs-code-color:#d63384;--bs-highlight-bg:#fff3cd}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;border:0;border-top:1px solid;opacity:.25}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.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}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}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{padding:.1875em;background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:var(--bs-link-color);text-decoration:underline}a:hover{color:var(--bs-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:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}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{padding:0;border-style:none}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@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]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[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{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid var(--bs-border-color);border-radius:.375rem}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@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{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.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.3333333333%}.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.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-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.3333333333%}.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.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-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.3333333333%}.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.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-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.3333333333%}.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.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-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.3333333333%}.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.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-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.3333333333%}.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.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-color:var(--bs-body-color);--bs-table-bg:transparent;--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-body-color);--bs-table-striped-bg:rgba(0,0,0,.05);--bs-table-active-color:var(--bs-body-color);--bs-table-active-bg:rgba(0,0,0,.1);--bs-table-hover-color:var(--bs-body-color);--bs-table-hover-bg:rgba(0,0,0,.075);width:100%;margin-bottom:1rem;color:var(--bs-table-color);vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:2px solid}.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)>*{--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-color:#000;--bs-table-bg:#cfe2ff;--bs-table-border-color:#bacbe6;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000}.table-primary,.table-secondary{color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color:#000;--bs-table-bg:#e2e3e5;--bs-table-border-color:#cbccce;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000}.table-success{--bs-table-color:#000;--bs-table-bg:#d1e7dd;--bs-table-border-color:#bcd0c7;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000}.table-info,.table-success{color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color:#000;--bs-table-bg:#cff4fc;--bs-table-border-color:#badce3;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000}.table-warning{--bs-table-color:#000;--bs-table-bg:#fff3cd;--bs-table-border-color:#e6dbb9;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000}.table-danger,.table-warning{color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color:#000;--bs-table-bg:#f8d7da;--bs-table-border-color:#dfc2c4;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000}.table-light{--bs-table-color:#000;--bs-table-bg:#f8f9fa;--bs-table-border-color:#dfe0e1;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000}.table-dark,.table-light{color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color:#fff;--bs-table-bg:#212529;--bs-table-border-color:#373b3e;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@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{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled{background-color:#e9ecef;opacity:1}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border:0 solid;border-color:inherit;border-inline-end-width:1px;border-radius:0;-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{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border:0 solid;border-color:inherit;border-inline-end-width:1px;border-radius:0;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:#dde0e3}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.25rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.5rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end: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{width:3rem;height:calc(1.5em + .75rem + 2px);padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:.375rem}.form-control-color::-webkit-color-swatch{border-radius:.375rem}.form-control-color.form-control-sm{height:calc(1.5em + .5rem + 2px)}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + 2px)}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%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-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:.25rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:.5rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:50%;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact;print-color-adjust:exact}.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;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%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,%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;border-color:#0d6efd;background-image:url("data:image/svg+xml,%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")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.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{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:0;border-radius:2em;transition:background-position .15s ease-in-out}@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,%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-position:100%;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;-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;-webkit-appearance:none;appearance:none}@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{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius: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;-moz-appearance:none;appearance:none}@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{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.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{position:absolute;top:0;left:0;width:100%;height:100%;padding:1rem .75rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:1px solid transparent;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:transparent}.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-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.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{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.375rem}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.5rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.25rem}.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>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.375rem}.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{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%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-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.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"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%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,%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)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-control-color.is-valid,.was-validated .form-control-color:valid{width:calc(3rem + calc(1.5em + .75rem))}.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 rgba(25,135,84,.25)}.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:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.375rem}.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{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' 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-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.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"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%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,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' 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)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-control-color.is-invalid,.was-validated .form-control-color:invalid{width:calc(3rem + calc(1.5em + .75rem))}.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 rgba(220,53,69,.25)}.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:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid{z-index:4}.btn{--bs-btn-padding-x:0.75rem;--bs-btn-padding-y:0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.5;--bs-btn-color:#212529;--bs-btn-bg:transparent;--bs-btn-border-width:1px;--bs-btn-border-color:transparent;--bs-btn-border-radius:0.375rem;--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb),.5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);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){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0b5ed7;--bs-btn-hover-border-color:#0a58ca;--bs-btn-focus-shadow-rgb:49,132,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0a58ca;--bs-btn-active-border-color:#0a53be;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#0d6efd;--bs-btn-disabled-border-color:#0d6efd}.btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#5c636a;--bs-btn-hover-border-color:#565e64;--bs-btn-focus-shadow-rgb:130,138,145;--bs-btn-active-color:#fff;--bs-btn-active-bg:#565e64;--bs-btn-active-border-color:#51585e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#6c757d;--bs-btn-disabled-border-color:#6c757d}.btn-success{--bs-btn-color:#fff;--bs-btn-bg:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#157347;--bs-btn-hover-border-color:#146c43;--bs-btn-focus-shadow-rgb:60,153,110;--bs-btn-active-color:#fff;--bs-btn-active-bg:#146c43;--bs-btn-active-border-color:#13653f;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#198754;--bs-btn-disabled-border-color:#198754}.btn-info{--bs-btn-color:#000;--bs-btn-bg:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#31d2f2;--bs-btn-hover-border-color:#25cff2;--bs-btn-focus-shadow-rgb:11,172,204;--bs-btn-active-color:#000;--bs-btn-active-bg:#3dd5f3;--bs-btn-active-border-color:#25cff2;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#0dcaf0;--bs-btn-disabled-border-color:#0dcaf0}.btn-warning{--bs-btn-color:#000;--bs-btn-bg:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffca2c;--bs-btn-hover-border-color:#ffc720;--bs-btn-focus-shadow-rgb:217,164,6;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffcd39;--bs-btn-active-border-color:#ffc720;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ffc107;--bs-btn-disabled-border-color:#ffc107}.btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#bb2d3b;--bs-btn-hover-border-color:#b02a37;--bs-btn-focus-shadow-rgb:225,83,97;--bs-btn-active-color:#fff;--bs-btn-active-bg:#b02a37;--bs-btn-active-border-color:#a52834;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#dc3545;--bs-btn-disabled-border-color:#dc3545}.btn-light{--bs-btn-color:#000;--bs-btn-bg:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d3d4d5;--bs-btn-hover-border-color:#c6c7c8;--bs-btn-focus-shadow-rgb:211,212,213;--bs-btn-active-color:#000;--bs-btn-active-bg:#c6c7c8;--bs-btn-active-border-color:#babbbc;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f8f9fa;--bs-btn-disabled-border-color:#f8f9fa}.btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#424649;--bs-btn-hover-border-color:#373b3e;--bs-btn-focus-shadow-rgb:66,70,73;--bs-btn-active-color:#fff;--bs-btn-active-bg:#4d5154;--bs-btn-active-border-color:#373b3e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#212529;--bs-btn-disabled-border-color:#212529}.btn-outline-primary{--bs-btn-color:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0d6efd;--bs-btn-hover-border-color:#0d6efd;--bs-btn-focus-shadow-rgb:13,110,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0d6efd;--bs-btn-active-border-color:#0d6efd;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#0d6efd;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0d6efd;--bs-gradient:none}.btn-outline-secondary{--bs-btn-color:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#6c757d;--bs-btn-hover-border-color:#6c757d;--bs-btn-focus-shadow-rgb:108,117,125;--bs-btn-active-color:#fff;--bs-btn-active-bg:#6c757d;--bs-btn-active-border-color:#6c757d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#6c757d;--bs-gradient:none}.btn-outline-success{--bs-btn-color:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#198754;--bs-btn-hover-border-color:#198754;--bs-btn-focus-shadow-rgb:25,135,84;--bs-btn-active-color:#fff;--bs-btn-active-bg:#198754;--bs-btn-active-border-color:#198754;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#198754;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#198754;--bs-gradient:none}.btn-outline-info{--bs-btn-color:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#0dcaf0;--bs-btn-hover-border-color:#0dcaf0;--bs-btn-focus-shadow-rgb:13,202,240;--bs-btn-active-color:#000;--bs-btn-active-bg:#0dcaf0;--bs-btn-active-border-color:#0dcaf0;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#0dcaf0;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0dcaf0;--bs-gradient:none}.btn-outline-warning{--bs-btn-color:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffc107;--bs-btn-hover-border-color:#ffc107;--bs-btn-focus-shadow-rgb:255,193,7;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffc107;--bs-btn-active-border-color:#ffc107;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#ffc107;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#ffc107;--bs-gradient:none}.btn-outline-danger{--bs-btn-color:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#dc3545;--bs-btn-hover-border-color:#dc3545;--bs-btn-focus-shadow-rgb:220,53,69;--bs-btn-active-color:#fff;--bs-btn-active-bg:#dc3545;--bs-btn-active-border-color:#dc3545;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#dc3545;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#dc3545;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f8f9fa;--bs-btn-hover-border-color:#f8f9fa;--bs-btn-focus-shadow-rgb:248,249,250;--bs-btn-active-color:#000;--bs-btn-active-bg:#f8f9fa;--bs-btn-active-border-color:#f8f9fa;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#f8f9fa;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f8f9fa;--bs-gradient:none}.btn-outline-dark{--bs-btn-color:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#212529;--bs-btn-hover-border-color:#212529;--bs-btn-focus-shadow-rgb:33,37,41;--bs-btn-active-color:#fff;--bs-btn-active-bg:#212529;--bs-btn-active-border-color:#212529;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#212529;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#212529;--bs-gradient:none}.btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:none;--bs-btn-focus-shadow-rgb:49,132,253;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-group-lg>.btn,.btn-lg{--bs-btn-padding-y:0.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:0.5rem}.btn-group-sm>.btn,.btn-sm{--bs-btn-padding-y:0.25rem;--bs-btn-padding-x:0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius:0.25rem}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center{position:relative}.dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:0.5rem;--bs-dropdown-spacer:0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:#212529;--bs-dropdown-bg:#fff;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:0.375rem;--bs-dropdown-border-width:1px;--bs-dropdown-inner-border-radius:calc(0.375rem - 1px);--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:0.5rem;--bs-dropdown-box-shadow:0 0.5rem 1rem rgba(0,0,0,.15);--bs-dropdown-link-color:#212529;--bs-dropdown-link-hover-color:#1e2125;--bs-dropdown-link-hover-bg:#e9ecef;--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:0.25rem;--bs-dropdown-header-color:#6c757d;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:0.5rem;z-index:var(--bs-dropdown-zindex);min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);background-color:var(--bs-dropdown-bg);border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{margin-top:var(--bs-dropdown-spacer)}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{margin-bottom:var(--bs-dropdown-spacer)}.dropend .dropdown-menu[data-bs-popper]{margin-left:var(--bs-dropdown-spacer)}.dropstart .dropdown-menu[data-bs-popper]{margin-right:var(--bs-dropdown-spacer)}.dropdown-divider{margin:var(--bs-dropdown-divider-margin-y) 0;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-item:focus,.dropdown-item:hover{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color)}.dropdown-header{padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);color:var(--bs-dropdown-header-color)}.dropdown-item-text{padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color:#dee2e6;--bs-dropdown-bg:#343a40;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color:#dee2e6;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:hsla(0,0%,100%,.15);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.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>:not(.btn-check:first-child)+.btn{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-top-right-radius:0;border-bottom-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-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.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-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;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-right-radius:0;border-bottom-left-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{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:#6c757d;display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);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(--bs-nav-link-hover-color)}.nav-link.disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width:1px;--bs-nav-tabs-border-color:#dee2e6;--bs-nav-tabs-border-radius:0.375rem;--bs-nav-tabs-link-hover-border-color:#e9ecef #e9ecef #dee2e6;--bs-nav-tabs-link-active-color:#495057;--bs-nav-tabs-link-active-bg:#fff;--bs-nav-tabs-link-active-border-color:#dee2e6 #dee2e6 #fff;border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));background:0 0;border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-link.disabled,.nav-tabs .nav-link:disabled{color:var(--bs-nav-link-disabled-color);background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius:0.375rem;--bs-nav-pills-link-active-color:#fff;--bs-nav-pills-link-active-bg:#0d6efd}.nav-pills .nav-link{background:0 0;border:0;border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link:disabled{color:var(--bs-nav-link-disabled-color);background-color:transparent;border-color:transparent}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.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{--bs-navbar-padding-x:0;--bs-navbar-padding-y:0.5rem;--bs-navbar-color:rgba(0,0,0,.55);--bs-navbar-hover-color:rgba(0,0,0,.7);--bs-navbar-disabled-color:rgba(0,0,0,.3);--bs-navbar-active-color:rgba(0,0,0,.9);--bs-navbar-brand-padding-y:0.3125rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:rgba(0,0,0,.9);--bs-navbar-brand-hover-color:rgba(0,0,0,.9);--bs-navbar-nav-link-padding-x:0.5rem;--bs-navbar-toggler-padding-y:0.25rem;--bs-navbar-toggler-padding-x:0.75rem;--bs-navbar-toggler-font-size:1.25rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color:rgba(0,0,0,.1);--bs-navbar-toggler-border-radius:0.375rem;--bs-navbar-toggler-focus-width:0.25rem;--bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .show>.nav-link{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:focus,.navbar-text a:hover{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:50%;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-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-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-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{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@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-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-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{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@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-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-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{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@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-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-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{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@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-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-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{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.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-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-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{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark{--bs-navbar-color:hsla(0,0%,100%,.55);--bs-navbar-hover-color:hsla(0,0%,100%,.75);--bs-navbar-disabled-color:hsla(0,0%,100%,.25);--bs-navbar-active-color:#fff;--bs-navbar-brand-color:#fff;--bs-navbar-brand-hover-color:#fff;--bs-navbar-toggler-border-color:hsla(0,0%,100%,.1);--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card{--bs-card-spacer-y:1rem;--bs-card-spacer-x:1rem;--bs-card-title-spacer-y:0.5rem;--bs-card-border-width:1px;--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-border-radius:0.375rem;--bs-card-box-shadow: ;--bs-card-inner-border-radius:calc(0.375rem - 1px);--bs-card-cap-padding-y:0.5rem;--bs-card-cap-padding-x:1rem;--bs-card-cap-bg:rgba(0,0,0,.03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg:#fff;--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:0.75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y)}.card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y))}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-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{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-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-top-left-radius:0;border-bottom-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{--bs-accordion-color:#212529;--bs-accordion-bg:#fff;--bs-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;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:1px;--bs-accordion-border-radius:0.375rem;--bs-accordion-inner-border-radius:calc(0.375rem - 1px);--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:#212529;--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%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");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml,%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");--bs-accordion-btn-focus-border-color:#86b7fe;--bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(13,110,253,.25);--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:#0c63e4;--bs-accordion-active-bg:#e7f1ff}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed):after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button:after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media (prefers-reduced-motion:reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:var(--bs-accordion-btn-focus-border-color);outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius: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,.accordion-flush .accordion-item .accordion-button.collapsed{border-radius:0}.breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color:#6c757d;--bs-breadcrumb-item-padding-x:0.5rem;--bs-breadcrumb-item-active-color:#6c757d;display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider,"/")}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x:0.75rem;--bs-pagination-padding-y:0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:#fff;--bs-pagination-border-width:1px;--bs-pagination-border-color:#dee2e6;--bs-pagination-border-radius:0.375rem;--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:#e9ecef;--bs-pagination-hover-border-color:#dee2e6;--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:#e9ecef;--bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(13,110,253,.25);--bs-pagination-active-color:#fff;--bs-pagination-active-bg:#0d6efd;--bs-pagination-active-border-color:#0d6efd;--bs-pagination-disabled-color:#6c757d;--bs-pagination-disabled-bg:#fff;--bs-pagination-disabled-border-color:#dee2e6;display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);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{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.active>.page-link,.page-link.active{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.disabled>.page-link,.page-link.disabled{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius:0.5rem}.pagination-sm{--bs-pagination-padding-x:0.5rem;--bs-pagination-padding-y:0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius:0.25rem}.badge{--bs-badge-padding-x:0.65em;--bs-badge-padding-y:0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight:700;--bs-badge-color:#fff;--bs-badge-border-radius:0.375rem;display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:1px solid var(--bs-alert-border-color);--bs-alert-border-radius:0.375rem;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color:#084298;--bs-alert-bg:#cfe2ff;--bs-alert-border-color:#b6d4fe}.alert-primary .alert-link{color:#06357a}.alert-secondary{--bs-alert-color:#41464b;--bs-alert-bg:#e2e3e5;--bs-alert-border-color:#d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{--bs-alert-color:#0f5132;--bs-alert-bg:#d1e7dd;--bs-alert-border-color:#badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{--bs-alert-color:#055160;--bs-alert-bg:#cff4fc;--bs-alert-border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{--bs-alert-color:#664d03;--bs-alert-bg:#fff3cd;--bs-alert-border-color:#ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{--bs-alert-color:#842029;--bs-alert-bg:#f8d7da;--bs-alert-border-color:#f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{--bs-alert-color:#636464;--bs-alert-bg:#fefefe;--bs-alert-border-color:#fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{--bs-alert-color:#141619;--bs-alert-bg:#d3d3d4;--bs-alert-border-color:#bcbebf}.alert-dark .alert-link{color:#101214}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{--bs-progress-height:1rem;--bs-progress-font-size:0.75rem;--bs-progress-bg:#e9ecef;--bs-progress-border-radius:0.375rem;--bs-progress-box-shadow:inset 0 1px 2px rgba(0,0,0,.075);--bs-progress-bar-color:#fff;--bs-progress-bar-bg:#0d6efd;--bs-progress-bar-transition:width 0.6s ease;height:var(--bs-progress-height);font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress,.progress-bar{display:flex;overflow:hidden}.progress-bar{flex-direction:column;justify-content:center;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color:#212529;--bs-list-group-bg:#fff;--bs-list-group-border-color:rgba(0,0,0,.125);--bs-list-group-border-width:1px;--bs-list-group-border-radius:0.375rem;--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:0.5rem;--bs-list-group-action-color:#495057;--bs-list-group-action-hover-color:#495057;--bs-list-group-action-hover-bg:#f8f9fa;--bs-list-group-action-active-color:#212529;--bs-list-group-action-active-bg:#e9ecef;--bs-list-group-disabled-color:#6c757d;--bs-list-group-disabled-bg:#fff;--bs-list-group-active-color:#fff;--bs-list-group-active-bg:#0d6efd;--bs-list-group-active-border-color:#0d6efd;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#084298;background-color:#cfe2ff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#084298;background-color:#bacbe6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}.list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#41464b;background-color:#cbccce}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#842029;background-color:#dfc2c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light{color:#636464;background-color:#fefefe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#636464;background-color:#e5e5e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.list-group-item-dark{color:#141619;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#141619;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%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;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{--bs-toast-zindex:1090;--bs-toast-padding-x:0.75rem;--bs-toast-padding-y:0.5rem;--bs-toast-spacing:1.5rem;--bs-toast-max-width:350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg:hsla(0,0%,100%,.85);--bs-toast-border-width:1px;--bs-toast-border-color:var(--bs-border-color-translucent);--bs-toast-border-radius:0.375rem;--bs-toast-box-shadow:0 0.5rem 1rem rgba(0,0,0,.15);--bs-toast-header-color:#6c757d;--bs-toast-header-bg:hsla(0,0%,100%,.85);--bs-toast-header-border-color:rgba(0,0,0,.05);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex:1090;position:absolute;z-index:var(--bs-toast-zindex);width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-.5 * var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color: ;--bs-modal-bg:#fff;--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:1px;--bs-modal-border-radius:0.5rem;--bs-modal-box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.075);--bs-modal-inner-border-radius:calc(0.5rem - 1px);--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:1px;--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:1px;position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@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(--bs-modal-margin) * 2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin:calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media (min-width:576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:0 0.5rem 1rem rgba(0,0,0,.15)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{--bs-modal-width:800px}}@media (min-width:1200px){.modal-xl{--bs-modal-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.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{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.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{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.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{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.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{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.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{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.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{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:0.5rem;--bs-tooltip-padding-y:0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color:#fff;--bs-tooltip-bg:#000;--bs-tooltip-border-radius:0.375rem;--bs-tooltip-opacity:0.9;--bs-tooltip-arrow-width:0.8rem;--bs-tooltip-arrow-height:0.4rem;z-index:var(--bs-tooltip-zindex);display:block;padding:var(--bs-tooltip-arrow-height);margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.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{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-right-color:var(--bs-tooltip-bg)}.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{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex:1070;--bs-popover-max-width:276px;--bs-popover-font-size:0.875rem;--bs-popover-bg:#fff;--bs-popover-border-width:1px;--bs-popover-border-color:var(--bs-border-color-translucent);--bs-popover-border-radius:0.5rem;--bs-popover-inner-border-radius:calc(0.5rem - 1px);--bs-popover-box-shadow:0 0.5rem 1rem rgba(0,0,0,.15);--bs-popover-header-padding-x:1rem;--bs-popover-header-padding-y:0.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color: ;--bs-popover-header-bg:#f0f0f0;--bs-popover-body-padding-x:1rem;--bs-popover-body-padding-y:1rem;--bs-popover-body-color:#212529;--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:0.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow:after,.popover .popover-arrow:before{position:absolute;display:block;content:"";border:0 solid transparent}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-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(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-top>.popover-arrow:after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.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(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-end>.popover-arrow:after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-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(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-.5 * var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.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(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.popover-arrow:after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@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;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@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{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@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;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%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,%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{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;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{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-border-width:0.25em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-border;border-right-color:currentcolor;border:var(--bs-spinner-border-width) solid;border-right:var(--bs-spinner-border-width) solid transparent}.spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed:1.5s}}.offcanvas,.offcanvas-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-xl,.offcanvas-xxl{--bs-offcanvas-zindex:1045;--bs-offcanvas-width:400px;--bs-offcanvas-height:30vh;--bs-offcanvas-padding-x:1rem;--bs-offcanvas-padding-y:1rem;--bs-offcanvas-color: ;--bs-offcanvas-bg:#fff;--bs-offcanvas-border-width:1px;--bs-offcanvas-border-color:var(--bs-border-color-translucent);--bs-offcanvas-box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.075)}@media (max-width:575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media (max-width:575.98px) and (prefers-reduced-motion:reduce){.offcanvas-sm{transition:none}}@media (max-width:575.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-sm.offcanvas-top{top:0;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom,.offcanvas-sm.offcanvas-top{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%}.offcanvas-sm.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-sm.show:not(.hiding),.offcanvas-sm.showing{transform:none}.offcanvas-sm.hiding,.offcanvas-sm.show,.offcanvas-sm.showing{visibility:visible}}@media (min-width:576px){.offcanvas-sm{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media (max-width:767.98px) and (prefers-reduced-motion:reduce){.offcanvas-md{transition:none}}@media (max-width:767.98px){.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-md.offcanvas-top{top:0;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom,.offcanvas-md.offcanvas-top{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%}.offcanvas-md.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-md.show:not(.hiding),.offcanvas-md.showing{transform:none}.offcanvas-md.hiding,.offcanvas-md.show,.offcanvas-md.showing{visibility:visible}}@media (min-width:768px){.offcanvas-md{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media (max-width:991.98px) and (prefers-reduced-motion:reduce){.offcanvas-lg{transition:none}}@media (max-width:991.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-lg.offcanvas-top{top:0;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom,.offcanvas-lg.offcanvas-top{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%}.offcanvas-lg.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-lg.show:not(.hiding),.offcanvas-lg.showing{transform:none}.offcanvas-lg.hiding,.offcanvas-lg.show,.offcanvas-lg.showing{visibility:visible}}@media (min-width:992px){.offcanvas-lg{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media (max-width:1199.98px) and (prefers-reduced-motion:reduce){.offcanvas-xl{transition:none}}@media (max-width:1199.98px){.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xl.offcanvas-top{top:0;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom,.offcanvas-xl.offcanvas-top{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%}.offcanvas-xl.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xl.show:not(.hiding),.offcanvas-xl.showing{transform:none}.offcanvas-xl.hiding,.offcanvas-xl.show,.offcanvas-xl.showing{visibility:visible}}@media (min-width:1200px){.offcanvas-xl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media (max-width:1399.98px) and (prefers-reduced-motion:reduce){.offcanvas-xxl{transition:none}}@media (max-width:1399.98px){.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xxl.offcanvas-top{top:0;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom,.offcanvas-xxl.offcanvas-top{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%}.offcanvas-xxl.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxl.show:not(.hiding),.offcanvas-xxl.showing{transform:none}.offcanvas-xxl.hiding,.offcanvas-xxl.show,.offcanvas-xxl.showing{visibility:visible}}@media (min-width:1400px){.offcanvas-xxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas.offcanvas-top{top:0;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom,.offcanvas.offcanvas-top{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%}.offcanvas.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.show:not(.hiding),.offcanvas.showing{transform:none}.offcanvas.hiding,.offcanvas.show,.offcanvas.showing{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);margin-top:calc(-.5 * var(--bs-offcanvas-padding-y));margin-right:calc(-.5 * var(--bs-offcanvas-padding-x));margin-bottom:calc(-.5 * var(--bs-offcanvas-padding-y))}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn:before{display:inline-block;content:""}.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{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{to{-webkit-mask-position:-200% 0;mask-position:-200% 0}}.clearfix:after{display:block;clear:both;content:""}.text-bg-primary{color:#fff!important;background-color:RGBA(13,110,253,var(--bs-bg-opacity,1))!important}.text-bg-secondary{color:#fff!important;background-color:RGBA(108,117,125,var(--bs-bg-opacity,1))!important}.text-bg-success{color:#fff!important;background-color:RGBA(25,135,84,var(--bs-bg-opacity,1))!important}.text-bg-info{color:#000!important;background-color:RGBA(13,202,240,var(--bs-bg-opacity,1))!important}.text-bg-warning{color:#000!important;background-color:RGBA(255,193,7,var(--bs-bg-opacity,1))!important}.text-bg-danger{color:#fff!important;background-color:RGBA(220,53,69,var(--bs-bg-opacity,1))!important}.text-bg-light{color:#000!important;background-color:RGBA(248,249,250,var(--bs-bg-opacity,1))!important}.text-bg-dark{color:#fff!important;background-color:RGBA(33,37,41,var(--bs-bg-opacity,1))!important}.link-primary{color:#0d6efd!important}.link-primary:focus,.link-primary:hover{color:#0a58ca!important}.link-secondary{color:#6c757d!important}.link-secondary:focus,.link-secondary:hover{color:#565e64!important}.link-success{color:#198754!important}.link-success:focus,.link-success:hover{color:#146c43!important}.link-info{color:#0dcaf0!important}.link-info:focus,.link-info:hover{color:#3dd5f3!important}.link-warning{color:#ffc107!important}.link-warning:focus,.link-warning:hover{color:#ffcd39!important}.link-danger{color:#dc3545!important}.link-danger:focus,.link-danger:hover{color:#b02a37!important}.link-light{color:#f8f9fa!important}.link-light:focus,.link-light:hover{color:#f9fafb!important}.link-dark{color:#212529!important}.link-dark:focus,.link-dark:hover{color:#1a1e21!important}.ratio{position:relative;width:100%}.ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left: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{flex-direction:row;align-items:center}.hstack,.vstack{display:flex;align-self:stretch}.vstack{flex:1 1 auto;flex-direction:column}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline!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 rgba(0,0,0,.15)!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:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-1{--bs-border-width:1px}.border-2{--bs-border-width:2px}.border-3{--bs-border-width:3px}.border-4{--bs-border-width:4px}.border-5{--bs-border-width:5px}.border-opacity-10{--bs-border-opacity:0.1}.border-opacity-25{--bs-border-opacity:0.25}.border-opacity-50{--bs-border-opacity:0.5}.border-opacity-75{--bs-border-opacity:0.75}.border-opacity-100{--bs-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-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom: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-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom: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:var(--bs-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-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#6c757d!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:hsla(0,0%,100%,.5)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-2xl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important}.rounded-end,.rounded-top{border-top-right-radius:var(--bs-border-radius)!important}.rounded-bottom,.rounded-end{border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-bottom,.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-start{border-top-left-radius:var(--bs-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-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom: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-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom: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-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom: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-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom: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-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom: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-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom: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-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom: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-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom: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-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom: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-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom: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}}
/*!
 * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */@font-face{font-display:block;font-family:bootstrap-icons;src:url(/_next/static/media/bootstrap-icons.bfa90bda.woff2) format("woff2"),url(/_next/static/media/bootstrap-icons.70a9dee9.woff) format("woff")}.bi:before,[class*=" bi-"]:before,[class^=bi-]:before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.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-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-fill:before{content:"\f68b"}.bi-envelope-check:before{content:"\f68c"}.bi-envelope-dash-fill:before{content:"\f68e"}.bi-envelope-dash:before{content:"\f68f"}.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-fill:before{content:"\f696"}.bi-envelope-slash:before{content:"\f697"}.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-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-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: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: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-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: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: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-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-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-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-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-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-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-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-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-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-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-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-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-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-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"}.bi-0-circle-fill:before{content:"\f83f"}.bi-0-circle:before{content:"\f840"}.bi-0-square-fill:before{content:"\f841"}.bi-0-square:before{content:"\f842"}.bi-rocket-fill:before{content:"\f843"}.bi-rocket-takeoff-fill:before{content:"\f844"}.bi-rocket-takeoff:before{content:"\f845"}.bi-rocket:before{content:"\f846"}.bi-stripe:before{content:"\f847"}.bi-subscript:before{content:"\f848"}.bi-superscript:before{content:"\f849"}.bi-trello:before{content:"\f84a"}.bi-envelope-at-fill:before{content:"\f84b"}.bi-envelope-at:before{content:"\f84c"}.bi-regex:before{content:"\f84d"}.bi-text-wrap:before{content:"\f84e"}.bi-sign-dead-end-fill:before{content:"\f84f"}.bi-sign-dead-end:before{content:"\f850"}.bi-sign-do-not-enter-fill:before{content:"\f851"}.bi-sign-do-not-enter:before{content:"\f852"}.bi-sign-intersection-fill:before{content:"\f853"}.bi-sign-intersection-side-fill:before{content:"\f854"}.bi-sign-intersection-side:before{content:"\f855"}.bi-sign-intersection-t-fill:before{content:"\f856"}.bi-sign-intersection-t:before{content:"\f857"}.bi-sign-intersection-y-fill:before{content:"\f858"}.bi-sign-intersection-y:before{content:"\f859"}.bi-sign-intersection:before{content:"\f85a"}.bi-sign-merge-left-fill:before{content:"\f85b"}.bi-sign-merge-left:before{content:"\f85c"}.bi-sign-merge-right-fill:before{content:"\f85d"}.bi-sign-merge-right:before{content:"\f85e"}.bi-sign-no-left-turn-fill:before{content:"\f85f"}.bi-sign-no-left-turn:before{content:"\f860"}.bi-sign-no-parking-fill:before{content:"\f861"}.bi-sign-no-parking:before{content:"\f862"}.bi-sign-no-right-turn-fill:before{content:"\f863"}.bi-sign-no-right-turn:before{content:"\f864"}.bi-sign-railroad-fill:before{content:"\f865"}.bi-sign-railroad:before{content:"\f866"}.bi-building-add:before{content:"\f867"}.bi-building-check:before{content:"\f868"}.bi-building-dash:before{content:"\f869"}.bi-building-down:before{content:"\f86a"}.bi-building-exclamation:before{content:"\f86b"}.bi-building-fill-add:before{content:"\f86c"}.bi-building-fill-check:before{content:"\f86d"}.bi-building-fill-dash:before{content:"\f86e"}.bi-building-fill-down:before{content:"\f86f"}.bi-building-fill-exclamation:before{content:"\f870"}.bi-building-fill-gear:before{content:"\f871"}.bi-building-fill-lock:before{content:"\f872"}.bi-building-fill-slash:before{content:"\f873"}.bi-building-fill-up:before{content:"\f874"}.bi-building-fill-x:before{content:"\f875"}.bi-building-fill:before{content:"\f876"}.bi-building-gear:before{content:"\f877"}.bi-building-lock:before{content:"\f878"}.bi-building-slash:before{content:"\f879"}.bi-building-up:before{content:"\f87a"}.bi-building-x:before{content:"\f87b"}.bi-buildings-fill:before{content:"\f87c"}.bi-buildings:before{content:"\f87d"}.bi-bus-front-fill:before{content:"\f87e"}.bi-bus-front:before{content:"\f87f"}.bi-ev-front-fill:before{content:"\f880"}.bi-ev-front:before{content:"\f881"}.bi-globe-americas:before{content:"\f882"}.bi-globe-asia-australia:before{content:"\f883"}.bi-globe-central-south-asia:before{content:"\f884"}.bi-globe-europe-africa:before{content:"\f885"}.bi-house-add-fill:before{content:"\f886"}.bi-house-add:before{content:"\f887"}.bi-house-check-fill:before{content:"\f888"}.bi-house-check:before{content:"\f889"}.bi-house-dash-fill:before{content:"\f88a"}.bi-house-dash:before{content:"\f88b"}.bi-house-down-fill:before{content:"\f88c"}.bi-house-down:before{content:"\f88d"}.bi-house-exclamation-fill:before{content:"\f88e"}.bi-house-exclamation:before{content:"\f88f"}.bi-house-gear-fill:before{content:"\f890"}.bi-house-gear:before{content:"\f891"}.bi-house-lock-fill:before{content:"\f892"}.bi-house-lock:before{content:"\f893"}.bi-house-slash-fill:before{content:"\f894"}.bi-house-slash:before{content:"\f895"}.bi-house-up-fill:before{content:"\f896"}.bi-house-up:before{content:"\f897"}.bi-house-x-fill:before{content:"\f898"}.bi-house-x:before{content:"\f899"}.bi-person-add:before{content:"\f89a"}.bi-person-down:before{content:"\f89b"}.bi-person-exclamation:before{content:"\f89c"}.bi-person-fill-add:before{content:"\f89d"}.bi-person-fill-check:before{content:"\f89e"}.bi-person-fill-dash:before{content:"\f89f"}.bi-person-fill-down:before{content:"\f8a0"}.bi-person-fill-exclamation:before{content:"\f8a1"}.bi-person-fill-gear:before{content:"\f8a2"}.bi-person-fill-lock:before{content:"\f8a3"}.bi-person-fill-slash:before{content:"\f8a4"}.bi-person-fill-up:before{content:"\f8a5"}.bi-person-fill-x:before{content:"\f8a6"}.bi-person-gear:before{content:"\f8a7"}.bi-person-lock:before{content:"\f8a8"}.bi-person-slash:before{content:"\f8a9"}.bi-person-up:before{content:"\f8aa"}.bi-scooter:before{content:"\f8ab"}.bi-taxi-front-fill:before{content:"\f8ac"}.bi-taxi-front:before{content:"\f8ad"}.bi-amd:before{content:"\f8ae"}.bi-database-add:before{content:"\f8af"}.bi-database-check:before{content:"\f8b0"}.bi-database-dash:before{content:"\f8b1"}.bi-database-down:before{content:"\f8b2"}.bi-database-exclamation:before{content:"\f8b3"}.bi-database-fill-add:before{content:"\f8b4"}.bi-database-fill-check:before{content:"\f8b5"}.bi-database-fill-dash:before{content:"\f8b6"}.bi-database-fill-down:before{content:"\f8b7"}.bi-database-fill-exclamation:before{content:"\f8b8"}.bi-database-fill-gear:before{content:"\f8b9"}.bi-database-fill-lock:before{content:"\f8ba"}.bi-database-fill-slash:before{content:"\f8bb"}.bi-database-fill-up:before{content:"\f8bc"}.bi-database-fill-x:before{content:"\f8bd"}.bi-database-fill:before{content:"\f8be"}.bi-database-gear:before{content:"\f8bf"}.bi-database-lock:before{content:"\f8c0"}.bi-database-slash:before{content:"\f8c1"}.bi-database-up:before{content:"\f8c2"}.bi-database-x:before{content:"\f8c3"}.bi-database:before{content:"\f8c4"}.bi-houses-fill:before{content:"\f8c5"}.bi-houses:before{content:"\f8c6"}.bi-nvidia:before{content:"\f8c7"}.bi-person-vcard-fill:before{content:"\f8c8"}.bi-person-vcard:before{content:"\f8c9"}.bi-sina-weibo:before{content:"\f8ca"}.bi-tencent-qq:before{content:"\f8cb"}.bi-wikipedia:before{content:"\f8cc"}.bi-alphabet-uppercase:before{content:"\f2a5"}.bi-alphabet:before{content:"\f68a"}.bi-amazon:before{content:"\f68d"}.bi-arrows-collapse-vertical:before{content:"\f690"}.bi-arrows-expand-vertical:before{content:"\f695"}.bi-arrows-vertical:before{content:"\f698"}.bi-arrows:before{content:"\f6a2"}.bi-ban-fill:before{content:"\f6a3"}.bi-ban:before{content:"\f6b6"}.bi-bing:before{content:"\f6c2"}.bi-cake:before{content:"\f6e0"}.bi-cake2:before{content:"\f6ed"}.bi-cookie:before{content:"\f6ee"}.bi-copy:before{content:"\f759"}.bi-crosshair:before{content:"\f769"}.bi-crosshair2:before{content:"\f794"}.bi-emoji-astonished-fill:before{content:"\f795"}.bi-emoji-astonished:before{content:"\f79a"}.bi-emoji-grimace-fill:before{content:"\f79b"}.bi-emoji-grimace:before{content:"\f7a0"}.bi-emoji-grin-fill:before{content:"\f7a1"}.bi-emoji-grin:before{content:"\f7a6"}.bi-emoji-surprise-fill:before{content:"\f7a7"}.bi-emoji-surprise:before{content:"\f7ac"}.bi-emoji-tear-fill:before{content:"\f7ad"}.bi-emoji-tear:before{content:"\f7b2"}.bi-envelope-arrow-down-fill:before{content:"\f7b3"}.bi-envelope-arrow-down:before{content:"\f7b8"}.bi-envelope-arrow-up-fill:before{content:"\f7b9"}.bi-envelope-arrow-up:before{content:"\f7be"}.bi-feather:before{content:"\f7bf"}.bi-feather2:before{content:"\f7c4"}.bi-floppy-fill:before{content:"\f7c5"}.bi-floppy:before{content:"\f7d8"}.bi-floppy2-fill:before{content:"\f7d9"}.bi-floppy2:before{content:"\f7e4"}.bi-gitlab:before{content:"\f7e5"}.bi-highlighter:before{content:"\f7f8"}.bi-marker-tip:before{content:"\f802"}.bi-nvme-fill:before{content:"\f803"}.bi-nvme:before{content:"\f80c"}.bi-opencollective:before{content:"\f80d"}.bi-pci-card-network:before{content:"\f8cd"}.bi-pci-card-sound:before{content:"\f8ce"}.bi-radar:before{content:"\f8cf"}.bi-send-arrow-down-fill:before{content:"\f8d0"}.bi-send-arrow-down:before{content:"\f8d1"}.bi-send-arrow-up-fill:before{content:"\f8d2"}.bi-send-arrow-up:before{content:"\f8d3"}.bi-sim-slash-fill:before{content:"\f8d4"}.bi-sim-slash:before{content:"\f8d5"}.bi-sourceforge:before{content:"\f8d6"}.bi-substack:before{content:"\f8d7"}.bi-threads-fill:before{content:"\f8d8"}.bi-threads:before{content:"\f8d9"}.bi-transparency:before{content:"\f8da"}.bi-twitter-x:before{content:"\f8db"}.bi-type-h4:before{content:"\f8dc"}.bi-type-h5:before{content:"\f8dd"}.bi-type-h6:before{content:"\f8de"}.bi-backpack-fill:before{content:"\f8df"}.bi-backpack:before{content:"\f8e0"}.bi-backpack2-fill:before{content:"\f8e1"}.bi-backpack2:before{content:"\f8e2"}.bi-backpack3-fill:before{content:"\f8e3"}.bi-backpack3:before{content:"\f8e4"}.bi-backpack4-fill:before{content:"\f8e5"}.bi-backpack4:before{content:"\f8e6"}.bi-brilliance:before{content:"\f8e7"}.bi-cake-fill:before{content:"\f8e8"}.bi-cake2-fill:before{content:"\f8e9"}.bi-duffle-fill:before{content:"\f8ea"}.bi-duffle:before{content:"\f8eb"}.bi-exposure:before{content:"\f8ec"}.bi-gender-neuter:before{content:"\f8ed"}.bi-highlights:before{content:"\f8ee"}.bi-luggage-fill:before{content:"\f8ef"}.bi-luggage:before{content:"\f8f0"}.bi-mailbox-flag:before{content:"\f8f1"}.bi-mailbox2-flag:before{content:"\f8f2"}.bi-noise-reduction:before{content:"\f8f3"}.bi-passport-fill:before{content:"\f8f4"}.bi-passport:before{content:"\f8f5"}.bi-person-arms-up:before{content:"\f8f6"}.bi-person-raised-hand:before{content:"\f8f7"}.bi-person-standing-dress:before{content:"\f8f8"}.bi-person-standing:before{content:"\f8f9"}.bi-person-walking:before{content:"\f8fa"}.bi-person-wheelchair:before{content:"\f8fb"}.bi-shadows:before{content:"\f8fc"}.bi-suitcase-fill:before{content:"\f8fd"}.bi-suitcase-lg-fill:before{content:"\f8fe"}.bi-suitcase-lg:before{content:"\f8ff"}.bi-suitcase:before{content:"\f900"}.bi-suitcase2-fill:before{content:"\f901"}.bi-suitcase2:before{content:"\f902"}.bi-vignette:before{content:"\f903"}@font-face{font-family:simple-line-icons;src:url(/_next/static/media/Simple-Line-Icons.eaf4ee54.eot);src:url(/_next/static/media/Simple-Line-Icons.eaf4ee54.eot#iefix) format("embedded-opentype"),url(/_next/static/media/Simple-Line-Icons.5689ee57.woff2) format("woff2"),url(/_next/static/media/Simple-Line-Icons.c12706c1.ttf) format("truetype"),url(/_next/static/media/Simple-Line-Icons.85169f9d.woff) format("woff"),url(/_next/static/media/Simple-Line-Icons.8bdfb591.svg#simple-line-icons) format("svg");font-weight:400;font-style:normal}.icon-action-redo,.icon-action-undo,.icon-anchor,.icon-arrow-down,.icon-arrow-down-circle,.icon-arrow-left,.icon-arrow-left-circle,.icon-arrow-right,.icon-arrow-right-circle,.icon-arrow-up,.icon-arrow-up-circle,.icon-badge,.icon-bag,.icon-ban,.icon-basket,.icon-basket-loaded,.icon-bell,.icon-book-open,.icon-briefcase,.icon-bubble,.icon-bubbles,.icon-bulb,.icon-calculator,.icon-calendar,.icon-call-end,.icon-call-in,.icon-call-out,.icon-camera,.icon-camrecorder,.icon-chart,.icon-check,.icon-chemistry,.icon-clock,.icon-close,.icon-cloud-download,.icon-cloud-upload,.icon-compass,.icon-control-end,.icon-control-forward,.icon-control-pause,.icon-control-play,.icon-control-rewind,.icon-control-start,.icon-credit-card,.icon-crop,.icon-cup,.icon-cursor,.icon-cursor-move,.icon-diamond,.icon-direction,.icon-directions,.icon-disc,.icon-dislike,.icon-doc,.icon-docs,.icon-drawer,.icon-drop,.icon-earphones,.icon-earphones-alt,.icon-emotsmile,.icon-energy,.icon-envelope,.icon-envelope-letter,.icon-envelope-open,.icon-equalizer,.icon-event,.icon-exclamation,.icon-eye,.icon-eyeglass,.icon-feed,.icon-film,.icon-fire,.icon-flag,.icon-folder,.icon-folder-alt,.icon-frame,.icon-game-controller,.icon-ghost,.icon-globe,.icon-globe-alt,.icon-graduation,.icon-graph,.icon-grid,.icon-handbag,.icon-heart,.icon-home,.icon-hourglass,.icon-info,.icon-key,.icon-layers,.icon-like,.icon-link,.icon-list,.icon-location-pin,.icon-lock,.icon-lock-open,.icon-login,.icon-logout,.icon-loop,.icon-magic-wand,.icon-magnet,.icon-magnifier,.icon-magnifier-add,.icon-magnifier-remove,.icon-map,.icon-menu,.icon-microphone,.icon-minus,.icon-mouse,.icon-music-tone,.icon-music-tone-alt,.icon-mustache,.icon-note,.icon-notebook,.icon-options,.icon-options-vertical,.icon-organization,.icon-paper-clip,.icon-paper-plane,.icon-paypal,.icon-pencil,.icon-people,.icon-phone,.icon-picture,.icon-pie-chart,.icon-pin,.icon-plane,.icon-playlist,.icon-plus,.icon-power,.icon-present,.icon-printer,.icon-puzzle,.icon-question,.icon-refresh,.icon-reload,.icon-rocket,.icon-screen-desktop,.icon-screen-smartphone,.icon-screen-tablet,.icon-settings,.icon-share,.icon-share-alt,.icon-shield,.icon-shuffle,.icon-size-actual,.icon-size-fullscreen,.icon-social-behance,.icon-social-dribbble,.icon-social-dropbox,.icon-social-facebook,.icon-social-foursqare,.icon-social-github,.icon-social-google,.icon-social-instagram,.icon-social-linkedin,.icon-social-pinterest,.icon-social-reddit,.icon-social-skype,.icon-social-soundcloud,.icon-social-spotify,.icon-social-steam,.icon-social-stumbleupon,.icon-social-tumblr,.icon-social-twitter,.icon-social-vkontakte,.icon-social-youtube,.icon-speech,.icon-speedometer,.icon-star,.icon-support,.icon-symbol-female,.icon-symbol-male,.icon-tag,.icon-target,.icon-trash,.icon-trophy,.icon-umbrella,.icon-user,.icon-user-female,.icon-user-follow,.icon-user-following,.icon-user-unfollow,.icon-vector,.icon-volume-1,.icon-volume-2,.icon-volume-off,.icon-wallet,.icon-wrench{font-family:simple-line-icons;speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-user:before{content:"\e005"}.icon-people:before{content:"\e001"}.icon-user-female:before{content:"\e000"}.icon-user-follow:before{content:"\e002"}.icon-user-following:before{content:"\e003"}.icon-user-unfollow:before{content:"\e004"}.icon-login:before{content:"\e066"}.icon-logout:before{content:"\e065"}.icon-emotsmile:before{content:"\e021"}.icon-phone:before{content:"\e600"}.icon-call-end:before{content:"\e048"}.icon-call-in:before{content:"\e047"}.icon-call-out:before{content:"\e046"}.icon-map:before{content:"\e033"}.icon-location-pin:before{content:"\e096"}.icon-direction:before{content:"\e042"}.icon-directions:before{content:"\e041"}.icon-compass:before{content:"\e045"}.icon-layers:before{content:"\e034"}.icon-menu:before{content:"\e601"}.icon-list:before{content:"\e067"}.icon-options-vertical:before{content:"\e602"}.icon-options:before{content:"\e603"}.icon-arrow-down:before{content:"\e604"}.icon-arrow-left:before{content:"\e605"}.icon-arrow-right:before{content:"\e606"}.icon-arrow-up:before{content:"\e607"}.icon-arrow-up-circle:before{content:"\e078"}.icon-arrow-left-circle:before{content:"\e07a"}.icon-arrow-right-circle:before{content:"\e079"}.icon-arrow-down-circle:before{content:"\e07b"}.icon-check:before{content:"\e080"}.icon-clock:before{content:"\e081"}.icon-plus:before{content:"\e095"}.icon-minus:before{content:"\e615"}.icon-close:before{content:"\e082"}.icon-event:before{content:"\e619"}.icon-exclamation:before{content:"\e617"}.icon-organization:before{content:"\e616"}.icon-trophy:before{content:"\e006"}.icon-screen-smartphone:before{content:"\e010"}.icon-screen-desktop:before{content:"\e011"}.icon-plane:before{content:"\e012"}.icon-notebook:before{content:"\e013"}.icon-mustache:before{content:"\e014"}.icon-mouse:before{content:"\e015"}.icon-magnet:before{content:"\e016"}.icon-energy:before{content:"\e020"}.icon-disc:before{content:"\e022"}.icon-cursor:before{content:"\e06e"}.icon-cursor-move:before{content:"\e023"}.icon-crop:before{content:"\e024"}.icon-chemistry:before{content:"\e026"}.icon-speedometer:before{content:"\e007"}.icon-shield:before{content:"\e00e"}.icon-screen-tablet:before{content:"\e00f"}.icon-magic-wand:before{content:"\e017"}.icon-hourglass:before{content:"\e018"}.icon-graduation:before{content:"\e019"}.icon-ghost:before{content:"\e01a"}.icon-game-controller:before{content:"\e01b"}.icon-fire:before{content:"\e01c"}.icon-eyeglass:before{content:"\e01d"}.icon-envelope-open:before{content:"\e01e"}.icon-envelope-letter:before{content:"\e01f"}.icon-bell:before{content:"\e027"}.icon-badge:before{content:"\e028"}.icon-anchor:before{content:"\e029"}.icon-wallet:before{content:"\e02a"}.icon-vector:before{content:"\e02b"}.icon-speech:before{content:"\e02c"}.icon-puzzle:before{content:"\e02d"}.icon-printer:before{content:"\e02e"}.icon-present:before{content:"\e02f"}.icon-playlist:before{content:"\e030"}.icon-pin:before{content:"\e031"}.icon-picture:before{content:"\e032"}.icon-handbag:before{content:"\e035"}.icon-globe-alt:before{content:"\e036"}.icon-globe:before{content:"\e037"}.icon-folder-alt:before{content:"\e039"}.icon-folder:before{content:"\e089"}.icon-film:before{content:"\e03a"}.icon-feed:before{content:"\e03b"}.icon-drop:before{content:"\e03e"}.icon-drawer:before{content:"\e03f"}.icon-docs:before{content:"\e040"}.icon-doc:before{content:"\e085"}.icon-diamond:before{content:"\e043"}.icon-cup:before{content:"\e044"}.icon-calculator:before{content:"\e049"}.icon-bubbles:before{content:"\e04a"}.icon-briefcase:before{content:"\e04b"}.icon-book-open:before{content:"\e04c"}.icon-basket-loaded:before{content:"\e04d"}.icon-basket:before{content:"\e04e"}.icon-bag:before{content:"\e04f"}.icon-action-undo:before{content:"\e050"}.icon-action-redo:before{content:"\e051"}.icon-wrench:before{content:"\e052"}.icon-umbrella:before{content:"\e053"}.icon-trash:before{content:"\e054"}.icon-tag:before{content:"\e055"}.icon-support:before{content:"\e056"}.icon-frame:before{content:"\e038"}.icon-size-fullscreen:before{content:"\e057"}.icon-size-actual:before{content:"\e058"}.icon-shuffle:before{content:"\e059"}.icon-share-alt:before{content:"\e05a"}.icon-share:before{content:"\e05b"}.icon-rocket:before{content:"\e05c"}.icon-question:before{content:"\e05d"}.icon-pie-chart:before{content:"\e05e"}.icon-pencil:before{content:"\e05f"}.icon-note:before{content:"\e060"}.icon-loop:before{content:"\e064"}.icon-home:before{content:"\e069"}.icon-grid:before{content:"\e06a"}.icon-graph:before{content:"\e06b"}.icon-microphone:before{content:"\e063"}.icon-music-tone-alt:before{content:"\e061"}.icon-music-tone:before{content:"\e062"}.icon-earphones-alt:before{content:"\e03c"}.icon-earphones:before{content:"\e03d"}.icon-equalizer:before{content:"\e06c"}.icon-like:before{content:"\e068"}.icon-dislike:before{content:"\e06d"}.icon-control-start:before{content:"\e06f"}.icon-control-rewind:before{content:"\e070"}.icon-control-play:before{content:"\e071"}.icon-control-pause:before{content:"\e072"}.icon-control-forward:before{content:"\e073"}.icon-control-end:before{content:"\e074"}.icon-volume-1:before{content:"\e09f"}.icon-volume-2:before{content:"\e0a0"}.icon-volume-off:before{content:"\e0a1"}.icon-calendar:before{content:"\e075"}.icon-bulb:before{content:"\e076"}.icon-chart:before{content:"\e077"}.icon-ban:before{content:"\e07c"}.icon-bubble:before{content:"\e07d"}.icon-camrecorder:before{content:"\e07e"}.icon-camera:before{content:"\e07f"}.icon-cloud-download:before{content:"\e083"}.icon-cloud-upload:before{content:"\e084"}.icon-envelope:before{content:"\e086"}.icon-eye:before{content:"\e087"}.icon-flag:before{content:"\e088"}.icon-heart:before{content:"\e08a"}.icon-info:before{content:"\e08b"}.icon-key:before{content:"\e08c"}.icon-link:before{content:"\e08d"}.icon-lock:before{content:"\e08e"}.icon-lock-open:before{content:"\e08f"}.icon-magnifier:before{content:"\e090"}.icon-magnifier-add:before{content:"\e091"}.icon-magnifier-remove:before{content:"\e092"}.icon-paper-clip:before{content:"\e093"}.icon-paper-plane:before{content:"\e094"}.icon-power:before{content:"\e097"}.icon-refresh:before{content:"\e098"}.icon-reload:before{content:"\e099"}.icon-settings:before{content:"\e09a"}.icon-star:before{content:"\e09b"}.icon-symbol-female:before{content:"\e09c"}.icon-symbol-male:before{content:"\e09d"}.icon-target:before{content:"\e09e"}.icon-credit-card:before{content:"\e025"}.icon-paypal:before{content:"\e608"}.icon-social-tumblr:before{content:"\e00a"}.icon-social-twitter:before{content:"\e009"}.icon-social-facebook:before{content:"\e00b"}.icon-social-instagram:before{content:"\e609"}.icon-social-linkedin:before{content:"\e60a"}.icon-social-pinterest:before{content:"\e60b"}.icon-social-github:before{content:"\e60c"}.icon-social-google:before{content:"\e60d"}.icon-social-reddit:before{content:"\e60e"}.icon-social-skype:before{content:"\e60f"}.icon-social-dribbble:before{content:"\e00d"}.icon-social-behance:before{content:"\e610"}.icon-social-foursqare:before{content:"\e611"}.icon-social-soundcloud:before{content:"\e612"}.icon-social-spotify:before{content:"\e613"}.icon-social-stumbleupon:before{content:"\e614"}.icon-social-youtube:before{content:"\e008"}.icon-social-dropbox:before{content:"\e00c"}.icon-social-vkontakte:before{content:"\e618"}.icon-social-steam:before{content:"\e620"}:root{--line-border-fill:#3498db;--line-border-empty:#e0e0e0}*{box-sizing:border-box}.progress-container{display:flex;justify-content:space-between;position:relative;margin-bottom:30px;min-width:100%;width:100%;margin-top:0}.progress-container:before{content:"";background-color:var(--line-border-empty);width:100%}.progress,.progress-container:before{position:absolute;top:50%;left:0;transform:translateY(-50%);height:2px;z-index:-1}.progress{background-color:var(--line-border-fill)}.circle,.progress{transition:.4s ease}.circle{background-color:#fff;color:#999;border-radius:50%;height:40px;width:40px;display:flex;align-items:center;justify-content:center;border:2px solid var(--line-border-empty);font-size:18px}.circle.active{border-color:var(--line-border-fill);color:#3498db}@font-face{font-family:ElegantIcons;src:url(/_next/static/media/ElegantIcons.478b7af1.eot);src:url(/_next/static/media/ElegantIcons.478b7af1.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/ElegantIcons.4a7081f6.woff) format("woff"),url(/_next/static/media/ElegantIcons.622616a3.ttf) format("truetype"),url(/_next/static/media/ElegantIcons.44b608a7.svg#ElegantIcons) format("svg");font-weight:400;font-style:normal}[data-icon]:before{font-family:ElegantIcons;content:attr(data-icon);speak:none;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.arrow-up-down,.arrow_back,.arrow_carrot-2down,.arrow_carrot-2down_alt2,.arrow_carrot-2dwnn_alt,.arrow_carrot-2left,.arrow_carrot-2left_alt,.arrow_carrot-2left_alt2,.arrow_carrot-2right,.arrow_carrot-2right_alt,.arrow_carrot-2right_alt2,.arrow_carrot-2up,.arrow_carrot-2up_alt,.arrow_carrot-2up_alt2,.arrow_carrot-down,.arrow_carrot-down_alt,.arrow_carrot-down_alt2,.arrow_carrot-left,.arrow_carrot-left_alt,.arrow_carrot-left_alt2,.arrow_carrot-right,.arrow_carrot-right_alt,.arrow_carrot-right_alt2,.arrow_carrot-up,.arrow_carrot-up_alt2,.arrow_carrot_up_alt,.arrow_condense,.arrow_condense_alt,.arrow_down,.arrow_down_alt,.arrow_expand,.arrow_expand_alt,.arrow_expand_alt2,.arrow_expand_alt3,.arrow_left,.arrow_left-down,.arrow_left-down_alt,.arrow_left-right,.arrow_left-right_alt,.arrow_left-up,.arrow_left-up_alt,.arrow_left_alt,.arrow_move,.arrow_right,.arrow_right-down,.arrow_right-down_alt,.arrow_right-up,.arrow_right-up_alt,.arrow_right_alt,.arrow_triangle-down,.arrow_triangle-down_alt,.arrow_triangle-down_alt2,.arrow_triangle-left,.arrow_triangle-left_alt,.arrow_triangle-left_alt2,.arrow_triangle-right,.arrow_triangle-right_alt,.arrow_triangle-right_alt2,.arrow_triangle-up,.arrow_triangle-up_alt,.arrow_triangle-up_alt2,.arrow_up,.arrow_up-down_alt,.arrow_up_alt,.icon_adjust-horiz,.icon_adjust-vert,.icon_archive,.icon_archive_alt,.icon_bag,.icon_bag_alt,.icon_balance,.icon_blocked,.icon_book,.icon_book_alt,.icon_box-checked,.icon_box-empty,.icon_box-selected,.icon_briefcase,.icon_briefcase_alt,.icon_building,.icon_building_alt,.icon_calculator_alt,.icon_calendar,.icon_calulator,.icon_camera,.icon_camera_alt,.icon_cart,.icon_cart_alt,.icon_chat,.icon_chat_alt,.icon_check,.icon_check_alt,.icon_check_alt2,.icon_circle-empty,.icon_circle-slelected,.icon_clipboard,.icon_clock,.icon_clock_alt,.icon_close,.icon_close_alt,.icon_close_alt2,.icon_cloud,.icon_cloud-download,.icon_cloud-download_alt,.icon_cloud-upload,.icon_cloud-upload_alt,.icon_cloud_alt,.icon_cog,.icon_cogs,.icon_comment,.icon_comment_alt,.icon_compass,.icon_compass_alt,.icon_cone,.icon_cone_alt,.icon_contacts,.icon_contacts_alt,.icon_creditcard,.icon_currency,.icon_currency_alt,.icon_cursor,.icon_cursor_alt,.icon_datareport,.icon_datareport_alt,.icon_desktop,.icon_dislike,.icon_dislike_alt,.icon_document,.icon_document_alt,.icon_documents,.icon_documents_alt,.icon_download,.icon_drawer,.icon_drawer_alt,.icon_drive,.icon_drive_alt,.icon_easel,.icon_easel_alt,.icon_error-circle,.icon_error-circle_alt,.icon_error-oct,.icon_error-oct_alt,.icon_error-triangle,.icon_error-triangle_alt,.icon_film,.icon_floppy,.icon_floppy_alt,.icon_flowchart,.icon_flowchart_alt,.icon_folder,.icon_folder-add,.icon_folder-add_alt,.icon_folder-alt,.icon_folder-open,.icon_folder-open_alt,.icon_folder_download,.icon_folder_upload,.icon_genius,.icon_gift,.icon_gift_alt,.icon_globe,.icon_globe-2,.icon_globe_alt,.icon_grid-2x2,.icon_grid-3x3,.icon_group,.icon_headphones,.icon_heart,.icon_heart_alt,.icon_hourglass,.icon_house,.icon_house_alt,.icon_id,.icon_id-2,.icon_id-2_alt,.icon_id_alt,.icon_image,.icon_images,.icon_info,.icon_info_alt,.icon_key,.icon_key_alt,.icon_laptop,.icon_lifesaver,.icon_lightbulb,.icon_lightbulb_alt,.icon_like,.icon_like_alt,.icon_link,.icon_link_alt,.icon_loading,.icon_lock,.icon_lock-open,.icon_lock-open_alt,.icon_lock_alt,.icon_mail,.icon_mail_alt,.icon_map,.icon_map_alt,.icon_menu,.icon_menu-circle_alt,.icon_menu-circle_alt2,.icon_menu-square_alt,.icon_menu-square_alt2,.icon_mic,.icon_mic_alt,.icon_minus-06,.icon_minus-box,.icon_minus_alt,.icon_minus_alt2,.icon_mobile,.icon_mug,.icon_mug_alt,.icon_music,.icon_ol,.icon_paperclip,.icon_pause,.icon_pause_alt,.icon_pause_alt2,.icon_pencil,.icon_pencil-edit,.icon_pencil-edit_alt,.icon_pencil_alt,.icon_pens,.icon_pens_alt,.icon_percent,.icon_percent_alt,.icon_phone,.icon_piechart,.icon_pin,.icon_pin_alt,.icon_plus,.icon_plus-box,.icon_plus_alt,.icon_plus_alt2,.icon_printer,.icon_printer-alt,.icon_profile,.icon_pushpin,.icon_pushpin_alt,.icon_puzzle,.icon_puzzle_alt,.icon_question,.icon_question_alt,.icon_question_alt2,.icon_quotations,.icon_quotations_alt,.icon_quotations_alt2,.icon_refresh,.icon_ribbon,.icon_ribbon_alt,.icon_rook,.icon_search,.icon_search-2,.icon_search_alt,.icon_shield,.icon_shield_alt,.icon_star,.icon_star-half,.icon_star-half_alt,.icon_star_alt,.icon_stop,.icon_stop_alt,.icon_stop_alt2,.icon_table,.icon_tablet,.icon_tag,.icon_tag_alt,.icon_tags,.icon_tags_alt,.icon_target,.icon_tool,.icon_toolbox,.icon_toolbox_alt,.icon_tools,.icon_trash,.icon_trash_alt,.icon_ul,.icon_upload,.icon_vol-mute,.icon_vol-mute_alt,.icon_volume-high,.icon_volume-high_alt,.icon_volume-low,.icon_volume-low_alt,.icon_wallet,.icon_wallet_alt,.icon_zoom-in,.icon_zoom-in_alt,.icon_zoom-out,.icon_zoom-out_alt,.social_blogger,.social_blogger_circle,.social_blogger_square,.social_delicious,.social_delicious_circle,.social_delicious_square,.social_deviantart,.social_deviantart_circle,.social_deviantart_square,.social_dribbble,.social_dribbble_circle,.social_dribbble_square,.social_facebook,.social_facebook_circle,.social_facebook_square,.social_flickr,.social_flickr_circle,.social_flickr_square,.social_googledrive,.social_googledrive_alt2,.social_googledrive_square,.social_googleplus,.social_googleplus_circle,.social_googleplus_square,.social_instagram,.social_instagram_circle,.social_instagram_square,.social_linkedin,.social_linkedin_circle,.social_linkedin_square,.social_myspace,.social_myspace_circle,.social_myspace_square,.social_picassa,.social_picassa_circle,.social_picassa_square,.social_pinterest,.social_pinterest_circle,.social_pinterest_square,.social_rss,.social_rss_circle,.social_rss_square,.social_share,.social_share_circle,.social_share_square,.social_skype,.social_skype_circle,.social_skype_square,.social_spotify,.social_spotify_circle,.social_spotify_square,.social_stumbleupon_circle,.social_stumbleupon_square,.social_tumbleupon,.social_tumblr,.social_tumblr_circle,.social_tumblr_square,.social_twitter,.social_twitter_circle,.social_twitter_square,.social_vimeo,.social_vimeo_circle,.social_vimeo_square,.social_wordpress,.social_wordpress_circle,.social_wordpress_square,.social_youtube,.social_youtube_circle,.social_youtube_square{font-family:ElegantIcons;speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased}.arrow_up:before{content:"\21"}.arrow_down:before{content:"\22"}.arrow_left:before{content:"\23"}.arrow_right:before{content:"\24"}.arrow_left-up:before{content:"\25"}.arrow_right-up:before{content:"\26"}.arrow_right-down:before{content:"\27"}.arrow_left-down:before{content:"\28"}.arrow-up-down:before{content:"\29"}.arrow_up-down_alt:before{content:"\2a"}.arrow_left-right_alt:before{content:"\2b"}.arrow_left-right:before{content:"\2c"}.arrow_expand_alt2:before{content:"\2d"}.arrow_expand_alt:before{content:"\2e"}.arrow_condense:before{content:"\2f"}.arrow_expand:before{content:"\30"}.arrow_move:before{content:"\31"}.arrow_carrot-up:before{content:"\32"}.arrow_carrot-down:before{content:"\33"}.arrow_carrot-left:before{content:"\34"}.arrow_carrot-right:before{content:"\35"}.arrow_carrot-2up:before{content:"\36"}.arrow_carrot-2down:before{content:"\37"}.arrow_carrot-2left:before{content:"\38"}.arrow_carrot-2right:before{content:"\39"}.arrow_carrot-up_alt2:before{content:"\3a"}.arrow_carrot-down_alt2:before{content:"\3b"}.arrow_carrot-left_alt2:before{content:"\3c"}.arrow_carrot-right_alt2:before{content:"\3d"}.arrow_carrot-2up_alt2:before{content:"\3e"}.arrow_carrot-2down_alt2:before{content:"\3f"}.arrow_carrot-2left_alt2:before{content:"\40"}.arrow_carrot-2right_alt2:before{content:"\41"}.arrow_triangle-up:before{content:"\42"}.arrow_triangle-down:before{content:"\43"}.arrow_triangle-left:before{content:"\44"}.arrow_triangle-right:before{content:"\45"}.arrow_triangle-up_alt2:before{content:"\46"}.arrow_triangle-down_alt2:before{content:"\47"}.arrow_triangle-left_alt2:before{content:"\48"}.arrow_triangle-right_alt2:before{content:"\49"}.arrow_back:before{content:"\4a"}.icon_minus-06:before{content:"\4b"}.icon_plus:before{content:"\4c"}.icon_close:before{content:"\4d"}.icon_check:before{content:"\4e"}.icon_minus_alt2:before{content:"\4f"}.icon_plus_alt2:before{content:"\50"}.icon_close_alt2:before{content:"\51"}.icon_check_alt2:before{content:"\52"}.icon_zoom-out_alt:before{content:"\53"}.icon_zoom-in_alt:before{content:"\54"}.icon_search:before{content:"\55"}.icon_box-empty:before{content:"\56"}.icon_box-selected:before{content:"\57"}.icon_minus-box:before{content:"\58"}.icon_plus-box:before{content:"\59"}.icon_box-checked:before{content:"\5a"}.icon_circle-empty:before{content:"\5b"}.icon_circle-slelected:before{content:"\5c"}.icon_stop_alt2:before{content:"\5d"}.icon_stop:before{content:"\5e"}.icon_pause_alt2:before{content:"\5f"}.icon_pause:before{content:"\60"}.icon_menu:before{content:"\61"}.icon_menu-square_alt2:before{content:"\62"}.icon_menu-circle_alt2:before{content:"\63"}.icon_ul:before{content:"\64"}.icon_ol:before{content:"\65"}.icon_adjust-horiz:before{content:"\66"}.icon_adjust-vert:before{content:"\67"}.icon_document_alt:before{content:"\68"}.icon_documents_alt:before{content:"\69"}.icon_pencil:before{content:"\6a"}.icon_pencil-edit_alt:before{content:"\6b"}.icon_pencil-edit:before{content:"\6c"}.icon_folder-alt:before{content:"\6d"}.icon_folder-open_alt:before{content:"\6e"}.icon_folder-add_alt:before{content:"\6f"}.icon_info_alt:before{content:"\70"}.icon_error-oct_alt:before{content:"\71"}.icon_error-circle_alt:before{content:"\72"}.icon_error-triangle_alt:before{content:"\73"}.icon_question_alt2:before{content:"\74"}.icon_question:before{content:"\75"}.icon_comment_alt:before{content:"\76"}.icon_chat_alt:before{content:"\77"}.icon_vol-mute_alt:before{content:"\78"}.icon_volume-low_alt:before{content:"\79"}.icon_volume-high_alt:before{content:"\7a"}.icon_quotations:before{content:"\7b"}.icon_quotations_alt2:before{content:"\7c"}.icon_clock_alt:before{content:"\7d"}.icon_lock_alt:before{content:"\7e"}.icon_lock-open_alt:before{content:"\e000"}.icon_key_alt:before{content:"\e001"}.icon_cloud_alt:before{content:"\e002"}.icon_cloud-upload_alt:before{content:"\e003"}.icon_cloud-download_alt:before{content:"\e004"}.icon_image:before{content:"\e005"}.icon_images:before{content:"\e006"}.icon_lightbulb_alt:before{content:"\e007"}.icon_gift_alt:before{content:"\e008"}.icon_house_alt:before{content:"\e009"}.icon_genius:before{content:"\e00a"}.icon_mobile:before{content:"\e00b"}.icon_tablet:before{content:"\e00c"}.icon_laptop:before{content:"\e00d"}.icon_desktop:before{content:"\e00e"}.icon_camera_alt:before{content:"\e00f"}.icon_mail_alt:before{content:"\e010"}.icon_cone_alt:before{content:"\e011"}.icon_ribbon_alt:before{content:"\e012"}.icon_bag_alt:before{content:"\e013"}.icon_creditcard:before{content:"\e014"}.icon_cart_alt:before{content:"\e015"}.icon_paperclip:before{content:"\e016"}.icon_tag_alt:before{content:"\e017"}.icon_tags_alt:before{content:"\e018"}.icon_trash_alt:before{content:"\e019"}.icon_cursor_alt:before{content:"\e01a"}.icon_mic_alt:before{content:"\e01b"}.icon_compass_alt:before{content:"\e01c"}.icon_pin_alt:before{content:"\e01d"}.icon_pushpin_alt:before{content:"\e01e"}.icon_map_alt:before{content:"\e01f"}.icon_drawer_alt:before{content:"\e020"}.icon_toolbox_alt:before{content:"\e021"}.icon_book_alt:before{content:"\e022"}.icon_calendar:before{content:"\e023"}.icon_film:before{content:"\e024"}.icon_table:before{content:"\e025"}.icon_contacts_alt:before{content:"\e026"}.icon_headphones:before{content:"\e027"}.icon_lifesaver:before{content:"\e028"}.icon_piechart:before{content:"\e029"}.icon_refresh:before{content:"\e02a"}.icon_link_alt:before{content:"\e02b"}.icon_link:before{content:"\e02c"}.icon_loading:before{content:"\e02d"}.icon_blocked:before{content:"\e02e"}.icon_archive_alt:before{content:"\e02f"}.icon_heart_alt:before{content:"\e030"}.icon_star_alt:before{content:"\e031"}.icon_star-half_alt:before{content:"\e032"}.icon_star:before{content:"\e033"}.icon_star-half:before{content:"\e034"}.icon_tools:before{content:"\e035"}.icon_tool:before{content:"\e036"}.icon_cog:before{content:"\e037"}.icon_cogs:before{content:"\e038"}.arrow_up_alt:before{content:"\e039"}.arrow_down_alt:before{content:"\e03a"}.arrow_left_alt:before{content:"\e03b"}.arrow_right_alt:before{content:"\e03c"}.arrow_left-up_alt:before{content:"\e03d"}.arrow_right-up_alt:before{content:"\e03e"}.arrow_right-down_alt:before{content:"\e03f"}.arrow_left-down_alt:before{content:"\e040"}.arrow_condense_alt:before{content:"\e041"}.arrow_expand_alt3:before{content:"\e042"}.arrow_carrot_up_alt:before{content:"\e043"}.arrow_carrot-down_alt:before{content:"\e044"}.arrow_carrot-left_alt:before{content:"\e045"}.arrow_carrot-right_alt:before{content:"\e046"}.arrow_carrot-2up_alt:before{content:"\e047"}.arrow_carrot-2dwnn_alt:before{content:"\e048"}.arrow_carrot-2left_alt:before{content:"\e049"}.arrow_carrot-2right_alt:before{content:"\e04a"}.arrow_triangle-up_alt:before{content:"\e04b"}.arrow_triangle-down_alt:before{content:"\e04c"}.arrow_triangle-left_alt:before{content:"\e04d"}.arrow_triangle-right_alt:before{content:"\e04e"}.icon_minus_alt:before{content:"\e04f"}.icon_plus_alt:before{content:"\e050"}.icon_close_alt:before{content:"\e051"}.icon_check_alt:before{content:"\e052"}.icon_zoom-out:before{content:"\e053"}.icon_zoom-in:before{content:"\e054"}.icon_stop_alt:before{content:"\e055"}.icon_menu-square_alt:before{content:"\e056"}.icon_menu-circle_alt:before{content:"\e057"}.icon_document:before{content:"\e058"}.icon_documents:before{content:"\e059"}.icon_pencil_alt:before{content:"\e05a"}.icon_folder:before{content:"\e05b"}.icon_folder-open:before{content:"\e05c"}.icon_folder-add:before{content:"\e05d"}.icon_folder_upload:before{content:"\e05e"}.icon_folder_download:before{content:"\e05f"}.icon_info:before{content:"\e060"}.icon_error-circle:before{content:"\e061"}.icon_error-oct:before{content:"\e062"}.icon_error-triangle:before{content:"\e063"}.icon_question_alt:before{content:"\e064"}.icon_comment:before{content:"\e065"}.icon_chat:before{content:"\e066"}.icon_vol-mute:before{content:"\e067"}.icon_volume-low:before{content:"\e068"}.icon_volume-high:before{content:"\e069"}.icon_quotations_alt:before{content:"\e06a"}.icon_clock:before{content:"\e06b"}.icon_lock:before{content:"\e06c"}.icon_lock-open:before{content:"\e06d"}.icon_key:before{content:"\e06e"}.icon_cloud:before{content:"\e06f"}.icon_cloud-upload:before{content:"\e070"}.icon_cloud-download:before{content:"\e071"}.icon_lightbulb:before{content:"\e072"}.icon_gift:before{content:"\e073"}.icon_house:before{content:"\e074"}.icon_camera:before{content:"\e075"}.icon_mail:before{content:"\e076"}.icon_cone:before{content:"\e077"}.icon_ribbon:before{content:"\e078"}.icon_bag:before{content:"\e079"}.icon_cart:before{content:"\e07a"}.icon_tag:before{content:"\e07b"}.icon_tags:before{content:"\e07c"}.icon_trash:before{content:"\e07d"}.icon_cursor:before{content:"\e07e"}.icon_mic:before{content:"\e07f"}.icon_compass:before{content:"\e080"}.icon_pin:before{content:"\e081"}.icon_pushpin:before{content:"\e082"}.icon_map:before{content:"\e083"}.icon_drawer:before{content:"\e084"}.icon_toolbox:before{content:"\e085"}.icon_book:before{content:"\e086"}.icon_contacts:before{content:"\e087"}.icon_archive:before{content:"\e088"}.icon_heart:before{content:"\e089"}.icon_profile:before{content:"\e08a"}.icon_group:before{content:"\e08b"}.icon_grid-2x2:before{content:"\e08c"}.icon_grid-3x3:before{content:"\e08d"}.icon_music:before{content:"\e08e"}.icon_pause_alt:before{content:"\e08f"}.icon_phone:before{content:"\e090"}.icon_upload:before{content:"\e091"}.icon_download:before{content:"\e092"}.social_facebook:before{content:"\e093"}.social_twitter:before{content:"\e094"}.social_pinterest:before{content:"\e095"}.social_googleplus:before{content:"\e096"}.social_tumblr:before{content:"\e097"}.social_tumbleupon:before{content:"\e098"}.social_wordpress:before{content:"\e099"}.social_instagram:before{content:"\e09a"}.social_dribbble:before{content:"\e09b"}.social_vimeo:before{content:"\e09c"}.social_linkedin:before{content:"\e09d"}.social_rss:before{content:"\e09e"}.social_deviantart:before{content:"\e09f"}.social_share:before{content:"\e0a0"}.social_myspace:before{content:"\e0a1"}.social_skype:before{content:"\e0a2"}.social_youtube:before{content:"\e0a3"}.social_picassa:before{content:"\e0a4"}.social_googledrive:before{content:"\e0a5"}.social_flickr:before{content:"\e0a6"}.social_blogger:before{content:"\e0a7"}.social_spotify:before{content:"\e0a8"}.social_delicious:before{content:"\e0a9"}.social_facebook_circle:before{content:"\e0aa"}.social_twitter_circle:before{content:"\e0ab"}.social_pinterest_circle:before{content:"\e0ac"}.social_googleplus_circle:before{content:"\e0ad"}.social_tumblr_circle:before{content:"\e0ae"}.social_stumbleupon_circle:before{content:"\e0af"}.social_wordpress_circle:before{content:"\e0b0"}.social_instagram_circle:before{content:"\e0b1"}.social_dribbble_circle:before{content:"\e0b2"}.social_vimeo_circle:before{content:"\e0b3"}.social_linkedin_circle:before{content:"\e0b4"}.social_rss_circle:before{content:"\e0b5"}.social_deviantart_circle:before{content:"\e0b6"}.social_share_circle:before{content:"\e0b7"}.social_myspace_circle:before{content:"\e0b8"}.social_skype_circle:before{content:"\e0b9"}.social_youtube_circle:before{content:"\e0ba"}.social_picassa_circle:before{content:"\e0bb"}.social_googledrive_alt2:before{content:"\e0bc"}.social_flickr_circle:before{content:"\e0bd"}.social_blogger_circle:before{content:"\e0be"}.social_spotify_circle:before{content:"\e0bf"}.social_delicious_circle:before{content:"\e0c0"}.social_facebook_square:before{content:"\e0c1"}.social_twitter_square:before{content:"\e0c2"}.social_pinterest_square:before{content:"\e0c3"}.social_googleplus_square:before{content:"\e0c4"}.social_tumblr_square:before{content:"\e0c5"}.social_stumbleupon_square:before{content:"\e0c6"}.social_wordpress_square:before{content:"\e0c7"}.social_instagram_square:before{content:"\e0c8"}.social_dribbble_square:before{content:"\e0c9"}.social_vimeo_square:before{content:"\e0ca"}.social_linkedin_square:before{content:"\e0cb"}.social_rss_square:before{content:"\e0cc"}.social_deviantart_square:before{content:"\e0cd"}.social_share_square:before{content:"\e0ce"}.social_myspace_square:before{content:"\e0cf"}.social_skype_square:before{content:"\e0d0"}.social_youtube_square:before{content:"\e0d1"}.social_picassa_square:before{content:"\e0d2"}.social_googledrive_square:before{content:"\e0d3"}.social_flickr_square:before{content:"\e0d4"}.social_blogger_square:before{content:"\e0d5"}.social_spotify_square:before{content:"\e0d6"}.social_delicious_square:before{content:"\e0d7"}.icon_printer:before{content:"\e103"}.icon_calulator:before{content:"\e0ee"}.icon_building:before{content:"\e0ef"}.icon_floppy:before{content:"\e0e8"}.icon_drive:before{content:"\e0ea"}.icon_search-2:before{content:"\e101"}.icon_id:before{content:"\e107"}.icon_id-2:before{content:"\e108"}.icon_puzzle:before{content:"\e102"}.icon_like:before{content:"\e106"}.icon_dislike:before{content:"\e0eb"}.icon_mug:before{content:"\e105"}.icon_currency:before{content:"\e0ed"}.icon_wallet:before{content:"\e100"}.icon_pens:before{content:"\e104"}.icon_easel:before{content:"\e0e9"}.icon_flowchart:before{content:"\e109"}.icon_datareport:before{content:"\e0ec"}.icon_briefcase:before{content:"\e0fe"}.icon_shield:before{content:"\e0f6"}.icon_percent:before{content:"\e0fb"}.icon_globe:before{content:"\e0e2"}.icon_globe-2:before{content:"\e0e3"}.icon_target:before{content:"\e0f5"}.icon_hourglass:before{content:"\e0e1"}.icon_balance:before{content:"\e0ff"}.icon_rook:before{content:"\e0f8"}.icon_printer-alt:before{content:"\e0fa"}.icon_calculator_alt:before{content:"\e0e7"}.icon_building_alt:before{content:"\e0fd"}.icon_floppy_alt:before{content:"\e0e4"}.icon_drive_alt:before{content:"\e0e5"}.icon_search_alt:before{content:"\e0f7"}.icon_id_alt:before{content:"\e0e0"}.icon_id-2_alt:before{content:"\e0fc"}.icon_puzzle_alt:before{content:"\e0f9"}.icon_like_alt:before{content:"\e0dd"}.icon_dislike_alt:before{content:"\e0f1"}.icon_mug_alt:before{content:"\e0dc"}.icon_currency_alt:before{content:"\e0f3"}.icon_wallet_alt:before{content:"\e0d8"}.icon_pens_alt:before{content:"\e0db"}.icon_easel_alt:before{content:"\e0f0"}.icon_flowchart_alt:before{content:"\e0df"}.icon_datareport_alt:before{content:"\e0f2"}.icon_briefcase_alt:before{content:"\e0f4"}.icon_shield_alt:before{content:"\e0d9"}.icon_percent_alt:before{content:"\e0da"}.icon_globe_alt:before{content:"\e0de"}.icon_clipboard:before{content:"\e0e6"}.glyph{float:left;text-align:center;padding:.75em;margin:.4em 1.5em .75em 0;width:6em;text-shadow:none}.glyph_big{font-size:128px;color:#59c5dc;float:left;margin-right:20px}.glyph div{padding-bottom:10px}.glyph input{font-family:consolas,monospace;font-size:12px;width:100%;text-align:center;border:0;box-shadow:0 0 0 1px #ccc;padding:.2em;-moz-border-radius:5px;-webkit-border-radius:5px}.centered{margin-left:auto;margin-right:auto}.glyph .fs1{font-size:2em}@font-face{font-family:Linearicons-Free;src:url(/_next/static/media/Linearicons-Free.67634d77.eot);src:url(/_next/static/media/Linearicons-Free.67634d77.eot?#iefixw118d) format("embedded-opentype"),url(/_next/static/media/Linearicons-Free.ee9adf7c.woff2) format("woff2"),url(/_next/static/media/Linearicons-Free.51956e8e.woff) format("woff"),url(/_next/static/media/Linearicons-Free.31851a6e.ttf) format("truetype"),url(/_next/static/media/Linearicons-Free.2642370a.svg#Linearicons-Free) format("svg");font-weight:400;font-style:normal}.lnr{font-family:Linearicons-Free;speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lnr-home:before{content:"\e800"}.lnr-apartment:before{content:"\e801"}.lnr-pencil:before{content:"\e802"}.lnr-magic-wand:before{content:"\e803"}.lnr-drop:before{content:"\e804"}.lnr-lighter:before{content:"\e805"}.lnr-poop:before{content:"\e806"}.lnr-sun:before{content:"\e807"}.lnr-moon:before{content:"\e808"}.lnr-cloud:before{content:"\e809"}.lnr-cloud-upload:before{content:"\e80a"}.lnr-cloud-download:before{content:"\e80b"}.lnr-cloud-sync:before{content:"\e80c"}.lnr-cloud-check:before{content:"\e80d"}.lnr-database:before{content:"\e80e"}.lnr-lock:before{content:"\e80f"}.lnr-cog:before{content:"\e810"}.lnr-trash:before{content:"\e811"}.lnr-dice:before{content:"\e812"}.lnr-heart:before{content:"\e813"}.lnr-star:before{content:"\e814"}.lnr-star-half:before{content:"\e815"}.lnr-star-empty:before{content:"\e816"}.lnr-flag:before{content:"\e817"}.lnr-envelope:before{content:"\e818"}.lnr-paperclip:before{content:"\e819"}.lnr-inbox:before{content:"\e81a"}.lnr-eye:before{content:"\e81b"}.lnr-printer:before{content:"\e81c"}.lnr-file-empty:before{content:"\e81d"}.lnr-file-add:before{content:"\e81e"}.lnr-enter:before{content:"\e81f"}.lnr-exit:before{content:"\e820"}.lnr-graduation-hat:before{content:"\e821"}.lnr-license:before{content:"\e822"}.lnr-music-note:before{content:"\e823"}.lnr-film-play:before{content:"\e824"}.lnr-camera-video:before{content:"\e825"}.lnr-camera:before{content:"\e826"}.lnr-picture:before{content:"\e827"}.lnr-book:before{content:"\e828"}.lnr-bookmark:before{content:"\e829"}.lnr-user:before{content:"\e82a"}.lnr-users:before{content:"\e82b"}.lnr-shirt:before{content:"\e82c"}.lnr-store:before{content:"\e82d"}.lnr-cart:before{content:"\e82e"}.lnr-tag:before{content:"\e82f"}.lnr-phone-handset:before{content:"\e830"}.lnr-phone:before{content:"\e831"}.lnr-pushpin:before{content:"\e832"}.lnr-map-marker:before{content:"\e833"}.lnr-map:before{content:"\e834"}.lnr-location:before{content:"\e835"}.lnr-calendar-full:before{content:"\e836"}.lnr-keyboard:before{content:"\e837"}.lnr-spell-check:before{content:"\e838"}.lnr-screen:before{content:"\e839"}.lnr-smartphone:before{content:"\e83a"}.lnr-tablet:before{content:"\e83b"}.lnr-laptop:before{content:"\e83c"}.lnr-laptop-phone:before{content:"\e83d"}.lnr-power-switch:before{content:"\e83e"}.lnr-bubble:before{content:"\e83f"}.lnr-heart-pulse:before{content:"\e840"}.lnr-construction:before{content:"\e841"}.lnr-pie-chart:before{content:"\e842"}.lnr-chart-bars:before{content:"\e843"}.lnr-gift:before{content:"\e844"}.lnr-diamond:before{content:"\e845"}.lnr-linearicons:before{content:"\e846"}.lnr-dinner:before{content:"\e847"}.lnr-coffee-cup:before{content:"\e848"}.lnr-leaf:before{content:"\e849"}.lnr-paw:before{content:"\e84a"}.lnr-rocket:before{content:"\e84b"}.lnr-briefcase:before{content:"\e84c"}.lnr-bus:before{content:"\e84d"}.lnr-car:before{content:"\e84e"}.lnr-train:before{content:"\e84f"}.lnr-bicycle:before{content:"\e850"}.lnr-wheelchair:before{content:"\e851"}.lnr-select:before{content:"\e852"}.lnr-earth:before{content:"\e853"}.lnr-smile:before{content:"\e854"}.lnr-sad:before{content:"\e855"}.lnr-neutral:before{content:"\e856"}.lnr-mustache:before{content:"\e857"}.lnr-alarm:before{content:"\e858"}.lnr-bullhorn:before{content:"\e859"}.lnr-volume-high:before{content:"\e85a"}.lnr-volume-medium:before{content:"\e85b"}.lnr-volume-low:before{content:"\e85c"}.lnr-volume:before{content:"\e85d"}.lnr-mic:before{content:"\e85e"}.lnr-hourglass:before{content:"\e85f"}.lnr-undo:before{content:"\e860"}.lnr-redo:before{content:"\e861"}.lnr-sync:before{content:"\e862"}.lnr-history:before{content:"\e863"}.lnr-clock:before{content:"\e864"}.lnr-download:before{content:"\e865"}.lnr-upload:before{content:"\e866"}.lnr-enter-down:before{content:"\e867"}.lnr-exit-up:before{content:"\e868"}.lnr-bug:before{content:"\e869"}.lnr-code:before{content:"\e86a"}.lnr-link:before{content:"\e86b"}.lnr-unlink:before{content:"\e86c"}.lnr-thumbs-up:before{content:"\e86d"}.lnr-thumbs-down:before{content:"\e86e"}.lnr-magnifier:before{content:"\e86f"}.lnr-cross:before{content:"\e870"}.lnr-menu:before{content:"\e871"}.lnr-list:before{content:"\e872"}.lnr-chevron-up:before{content:"\e873"}.lnr-chevron-down:before{content:"\e874"}.lnr-chevron-left:before{content:"\e875"}.lnr-chevron-right:before{content:"\e876"}.lnr-arrow-up:before{content:"\e877"}.lnr-arrow-down:before{content:"\e878"}.lnr-arrow-left:before{content:"\e879"}.lnr-arrow-right:before{content:"\e87a"}.lnr-move:before{content:"\e87b"}.lnr-warning:before{content:"\e87c"}.lnr-question-circle:before{content:"\e87d"}.lnr-menu-circle:before{content:"\e87e"}.lnr-checkmark-circle:before{content:"\e87f"}.lnr-cross-circle:before{content:"\e880"}.lnr-plus-circle:before{content:"\e881"}.lnr-circle-minus:before{content:"\e882"}.lnr-arrow-up-circle:before{content:"\e883"}.lnr-arrow-down-circle:before{content:"\e884"}.lnr-arrow-left-circle:before{content:"\e885"}.lnr-arrow-right-circle:before{content:"\e886"}.lnr-chevron-up-circle:before{content:"\e887"}.lnr-chevron-down-circle:before{content:"\e888"}.lnr-chevron-left-circle:before{content:"\e889"}.lnr-chevron-right-circle:before{content:"\e88a"}.lnr-crop:before{content:"\e88b"}.lnr-frame-expand:before{content:"\e88c"}.lnr-frame-contract:before{content:"\e88d"}.lnr-layers:before{content:"\e88e"}.lnr-funnel:before{content:"\e88f"}.lnr-text-format:before{content:"\e890"}.lnr-text-format-remove:before{content:"\e891"}.lnr-text-size:before{content:"\e892"}.lnr-bold:before{content:"\e893"}.lnr-italic:before{content:"\e894"}.lnr-underline:before{content:"\e895"}.lnr-strikethrough:before{content:"\e896"}.lnr-highlight:before{content:"\e897"}.lnr-text-align-left:before{content:"\e898"}.lnr-text-align-center:before{content:"\e899"}.lnr-text-align-right:before{content:"\e89a"}.lnr-text-align-justify:before{content:"\e89b"}.lnr-line-spacing:before{content:"\e89c"}.lnr-indent-increase:before{content:"\e89d"}.lnr-indent-decrease:before{content:"\e89e"}.lnr-pilcrow:before{content:"\e89f"}.lnr-direction-ltr:before{content:"\e8a0"}.lnr-direction-rtl:before{content:"\e8a1"}.lnr-page-break:before{content:"\e8a2"}.lnr-sort-alpha-asc:before{content:"\e8a3"}.lnr-sort-amount-asc:before{content:"\e8a4"}.lnr-hand:before{content:"\e8a5"}.lnr-pointer-up:before{content:"\e8a6"}.lnr-pointer-right:before{content:"\e8a7"}.lnr-pointer-down:before{content:"\e8a8"}.lnr-pointer-left:before{content:"\e8a9"}.nice-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:1px solid #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:400;height:42px;line-height:40px;outline:none;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#dbdbdb}.nice-select.open,.nice-select:active,.nice-select:focus{border-color:#999}.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:"";display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;transform-origin:66% 66%;transform:rotate(45deg);transition:all .15s ease-in-out;width:5px}.nice-select.open:after{transform:rotate(-135deg)}.nice-select.open .list{opacity:1;pointer-events:auto;transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .list{left:0!important;right:0!important}.nice-select.right{float:right}.nice-select.right .list{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;transform-origin:50% 0;transform:scale(.75) translateY(-21px);transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9}.nice-select .list:hover .option:not(:hover){background-color:transparent!important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:none;padding-left:18px;padding-right:29px;text-align:left;transition:all .2s}.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover{background-color:#f6f6f6}.nice-select .option.selected{font-weight:700}.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}.no-csspointerevents .nice-select .list{display:none}.no-csspointerevents .nice-select.open .list{display:block}.easyzoom{position:relative;display:inline-block;*display:inline;*zoom:1}.easyzoom img{vertical-align:bottom}.easyzoom.is-loading img{cursor:progress}.easyzoom.is-ready img{cursor:crosshair}.easyzoom.is-error img{cursor:not-allowed}.easyzoom-notice{position:absolute;top:50%;left:50%;z-index:150;width:10em;margin:-1em 0 0 -5em;line-height:2em;text-align:center;background:#fff;box-shadow:0 0 10px #888}.easyzoom-flyout{position:absolute;z-index:100;overflow:hidden;background:#fff}.easyzoom--overlay .easyzoom-flyout{top:0;left:0;width:100%;height:100%}.easyzoom--adjacent .easyzoom-flyout{top:0;left:100%;width:100%;height:100%;margin-left:20px}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
/*! Magnific Popup - v1.1.0 - 2016-02-20
* http://dimsemenov.com/plugins/magnific-popup/
* Copyright (c) 2016 Dmitry Semenov; */.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-bg,.mfp-wrap{top:0;left:0;width:100%;height:100%;position:fixed}.mfp-wrap{z-index:1043;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;top:50%;margin:-55px 0 0;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:"";display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{content:"";position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media (max-width:900px){.mfp-arrow{transform:scale(.75)}.mfp-arrow-left{transform-origin:0}.mfp-arrow-right{transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}

/*!
 * jquery-confirm v3.3.4 (http://craftpip.github.io/jquery-confirm/)
 * Author: boniface pereira
 * Website: www.craftpip.com
 * Contact: hey@craftpip.com
 *
 * Copyright 2013-2019 jquery-confirm
 * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
 */@keyframes jconfirm-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body[class*=jconfirm-no-scroll-]{overflow:hidden!important}.jconfirm{z-index:99999999;font-family:inherit;overflow:hidden}.jconfirm,.jconfirm .jconfirm-bg{position:fixed;top:0;left:0;right:0;bottom:0}.jconfirm .jconfirm-bg{transition:opacity .4s}.jconfirm .jconfirm-bg.jconfirm-bg-h{opacity:0!important}.jconfirm .jconfirm-scrollpane{perspective:500px;perspective-origin:50%;display:table;width:100%;height:100%}.jconfirm .jconfirm-row{display:table-row;width:100%}.jconfirm .jconfirm-cell{display:table-cell;vertical-align:middle}.jconfirm .jconfirm-holder{max-height:100%;padding:50px 0}.jconfirm .jconfirm-box-container{transition:transform}.jconfirm .jconfirm-box-container.jconfirm-no-transition{transition:none!important}.jconfirm .jconfirm-box{background:#fff;border-radius:4px;position:relative;outline:0;padding:15px 15px 0;overflow:hidden;margin-left:auto;margin-right:auto}@keyframes type-blue{1%,to{border-color:#3498db}50%{border-color:#5faee3}}@keyframes type-green{1%,to{border-color:#2ecc71}50%{border-color:#54d98c}}@keyframes type-red{1%,to{border-color:#e74c3c}50%{border-color:#ed7669}}@keyframes type-orange{1%,to{border-color:#f1c40f}50%{border-color:#f4d03f}}@keyframes type-purple{1%,to{border-color:#9b59b6}50%{border-color:#b07cc6}}@keyframes type-dark{1%,to{border-color:#34495e}50%{border-color:#46627f}}.jconfirm .jconfirm-box.jconfirm-type-animated{animation-duration:2s;animation-iteration-count:infinite}.jconfirm .jconfirm-box.jconfirm-type-blue{border-top:7px solid #3498db;animation-name:type-blue}.jconfirm .jconfirm-box.jconfirm-type-green{border-top:7px solid #2ecc71;animation-name:type-green}.jconfirm .jconfirm-box.jconfirm-type-red{border-top:7px solid #e74c3c;animation-name:type-red}.jconfirm .jconfirm-box.jconfirm-type-orange{border-top:7px solid #f1c40f;animation-name:type-orange}.jconfirm .jconfirm-box.jconfirm-type-purple{border-top:7px solid #9b59b6;animation-name:type-purple}.jconfirm .jconfirm-box.jconfirm-type-dark{border-top:7px solid #34495e;animation-name:type-dark}.jconfirm .jconfirm-box.loading{height:120px}.jconfirm .jconfirm-box.loading:before{content:"";position:absolute;left:0;background:#fff;right:0;top:0;bottom:0;border-radius:10px;z-index:1}.jconfirm .jconfirm-box.loading:after{opacity:.6;content:"";height:30px;width:30px;position:absolute;left:50%;margin-left:-15px;border-radius:50%;animation:jconfirm-spin 1s linear infinite;border:3px solid transparent;border-bottom-color:#1e90ff;top:50%;margin-top:-15px;z-index:2}.jconfirm .jconfirm-box div.jconfirm-closeIcon{height:20px;width:20px;position:absolute;top:10px;right:10px;cursor:pointer;opacity:.6;text-align:center;font-size:27px!important;line-height:14px!important;display:none;z-index:1}.jconfirm .jconfirm-box div.jconfirm-closeIcon:empty{display:none}.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa,.jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon,.jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi{font-size:16px}.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover{opacity:1}.jconfirm .jconfirm-box div.jconfirm-title-c{display:block;font-size:22px;line-height:20px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:default;padding-bottom:15px}.jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand{cursor:move}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{font-size:inherit;display:inline-block;vertical-align:middle}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i{vertical-align:middle}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty{display:none}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title{-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:inherit;font-family:inherit;display:inline-block;vertical-align:middle}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty{display:none}.jconfirm .jconfirm-box div.jconfirm-content-pane{margin-bottom:15px;height:auto;transition:height .4s ease-in;display:inline-block;width:100%;position:relative;overflow-x:hidden;overflow-y:auto}.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll{overflow-y:hidden}.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar{width:3px}.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb{background:#666;border-radius:3px}.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content{overflow:auto}.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img{max-width:100%;height:auto}.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty{display:none}.jconfirm .jconfirm-box .jconfirm-buttons{padding-bottom:11px}.jconfirm .jconfirm-box .jconfirm-buttons>button{margin-bottom:4px;margin-left:2px;margin-right:2px}.jconfirm .jconfirm-box .jconfirm-buttons button{display:inline-block;padding:6px 12px;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:4px;min-height:1em;transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;-webkit-tap-highlight-color:transparent;border:0;background-image:none}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue{background-color:#3498db;color:#fff;text-shadow:none;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover{background-color:#2980b9;color:#fff}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green{background-color:#2ecc71;color:#fff;text-shadow:none;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover{background-color:#27ae60;color:#fff}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red{background-color:#e74c3c;color:#fff;text-shadow:none;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover{background-color:#c0392b;color:#fff}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange{background-color:#f1c40f;color:#fff;text-shadow:none;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover{background-color:#f39c12;color:#fff}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default{background-color:#ecf0f1;color:#000;text-shadow:none;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover{background-color:#bdc3c7;color:#000}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple{background-color:#9b59b6;color:#fff;text-shadow:none;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover{background-color:#8e44ad;color:#fff}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark{background-color:#34495e;color:#fff;text-shadow:none;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover{background-color:#2c3e50;color:#fff}.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c{color:#e74c3c!important}.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c{color:#3498db!important}.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c{color:#2ecc71!important}.jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c{color:#9b59b6!important}.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c{color:#f1c40f!important}.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c{color:#34495e!important}.jconfirm .jconfirm-clear{clear:both}.jconfirm.jconfirm-rtl{direction:rtl}.jconfirm.jconfirm-rtl div.jconfirm-closeIcon{left:5px;right:auto}.jconfirm.jconfirm-light .jconfirm-bg,.jconfirm.jconfirm-white .jconfirm-bg{background-color:#444;opacity:.2}.jconfirm.jconfirm-light .jconfirm-box,.jconfirm.jconfirm-white .jconfirm-box{box-shadow:0 2px 6px rgba(0,0,0,.2);border-radius:5px}.jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons,.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons{float:right}.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button,.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button{text-transform:uppercase;font-size:14px;font-weight:700;text-shadow:none}.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default,.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default{box-shadow:none;color:#333}.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover,.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover{background:#ddd}.jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-black .jconfirm-bg,.jconfirm.jconfirm-dark .jconfirm-bg{background-color:#2f4f4f;opacity:.4}.jconfirm.jconfirm-black .jconfirm-box,.jconfirm.jconfirm-dark .jconfirm-box{box-shadow:0 2px 6px rgba(0,0,0,.2);background:#444;border-radius:5px;color:#fff}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons{float:right}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button{border:0;background-image:none;text-transform:uppercase;font-size:14px;font-weight:700;text-shadow:none;transition:background .1s;color:#fff}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default{box-shadow:none;color:#fff;background:0}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover{background:#666}.jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake{animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow{animation:glow .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0)}@keyframes shake{10%,90%{transform:translate3d(-2px,0,0)}20%,80%{transform:translate3d(4px,0,0)}30%,50%,70%{transform:translate3d(-8px,0,0)}40%,60%{transform:translate3d(8px,0,0)}}@keyframes glow{0%,to{box-shadow:0 0 0 red}50%{box-shadow:0 0 30px red}}.jconfirm{perspective:400px}.jconfirm .jconfirm-box{opacity:1;transition-property:all}.jconfirm .jconfirm-box.jconfirm-animation-bottom,.jconfirm .jconfirm-box.jconfirm-animation-left,.jconfirm .jconfirm-box.jconfirm-animation-none,.jconfirm .jconfirm-box.jconfirm-animation-opacity,.jconfirm .jconfirm-box.jconfirm-animation-right,.jconfirm .jconfirm-box.jconfirm-animation-rotate,.jconfirm .jconfirm-box.jconfirm-animation-rotatex,.jconfirm .jconfirm-box.jconfirm-animation-rotatey,.jconfirm .jconfirm-box.jconfirm-animation-scale,.jconfirm .jconfirm-box.jconfirm-animation-scalex,.jconfirm .jconfirm-box.jconfirm-animation-scaley,.jconfirm .jconfirm-box.jconfirm-animation-top,.jconfirm .jconfirm-box.jconfirm-animation-zoom{opacity:0}.jconfirm .jconfirm-box.jconfirm-animation-rotate{transform:rotate(90deg)}.jconfirm .jconfirm-box.jconfirm-animation-rotatex{transform:rotateX(90deg);transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-rotatexr{transform:rotateX(-90deg);transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-rotatey{transform:rotatey(90deg);transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-rotateyr{transform:rotatey(-90deg);transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-scaley{transform:scaley(1.5);transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-scalex{transform:scalex(1.5);transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-top{transform:translateY(-100px)}.jconfirm .jconfirm-box.jconfirm-animation-left{transform:translate(-100px)}.jconfirm .jconfirm-box.jconfirm-animation-right{transform:translate(100px)}.jconfirm .jconfirm-box.jconfirm-animation-bottom{transform:translateY(100px)}.jconfirm .jconfirm-box.jconfirm-animation-zoom{transform:scale(1.2)}.jconfirm .jconfirm-box.jconfirm-animation-scale{transform:scale(.5)}.jconfirm .jconfirm-box.jconfirm-animation-none{visibility:hidden}.jconfirm.jconfirm-supervan .jconfirm-bg{background-color:rgba(54,70,93,.95)}.jconfirm.jconfirm-supervan .jconfirm-box{background-color:transparent}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue,.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark,.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green,.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange,.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple,.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red{border:0}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon{color:#fff}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c{text-align:center;color:#fff;font-size:28px;font-weight:400}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c>*{padding-bottom:25px}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane{margin-bottom:25px}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content{text-align:center;color:#fff}.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons{text-align:center}.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button{font-size:16px;border-radius:2px;background:#303f53;text-shadow:none;border:0;color:#fff;padding:10px;min-width:100px}.jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-material .jconfirm-bg{background-color:rgba(0,0,0,.67)}.jconfirm.jconfirm-material .jconfirm-box{background-color:#fff;box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);padding:30px 25px 10px}.jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon{color:rgba(0,0,0,.87)}.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c{color:rgba(0,0,0,.87);font-size:22px;font-weight:700}.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content{color:rgba(0,0,0,.87)}.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons{text-align:right}.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button{text-transform:uppercase;font-weight:500}.jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-bootstrap .jconfirm-bg{background-color:rgba(0,0,0,.21)}.jconfirm.jconfirm-bootstrap .jconfirm-box{background-color:#fff;box-shadow:0 3px 8px 0 rgba(0,0,0,.2);border:1px solid rgba(0,0,0,.4);padding:15px 0 0}.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon{color:rgba(0,0,0,.87)}.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c{color:rgba(0,0,0,.87);font-size:22px;font-weight:700;padding-left:15px;padding-right:15px}.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content{color:rgba(0,0,0,.87);padding:0 15px}.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons{text-align:right;padding:10px;margin:-5px 0 0;border-top:1px solid #ddd;overflow:hidden;border-radius:0 0 4px 4px}.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button{font-weight:500}.jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-modern .jconfirm-bg{background-color:#708090;opacity:.6}.jconfirm.jconfirm-modern .jconfirm-box{background-color:#fff;box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);padding:30px 30px 15px}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon{color:rgba(0,0,0,.87);top:15px;right:15px}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c{color:rgba(0,0,0,.87);font-size:24px;font-weight:700;text-align:center;margin-bottom:10px}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{transition:transform .5s;transform:scale(0);display:block;margin-right:0;margin-left:0;margin-bottom:10px;font-size:69px;color:#aaa}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content{text-align:center;font-size:15px;color:#777;margin-bottom:25px}.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons{text-align:center}.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button{font-weight:700;text-transform:uppercase;transition:background .1s;padding:10px 20px}.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button+button{margin-left:4px}.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{transform:scale(1)}
/*! jQuery UI - v1.13.2 - 2024-04-22
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */.ui-draggable-handle{touch-action:none}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;-ms-filter:"alpha(opacity=0)"}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-sortable-handle{touch-action:none}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup>.ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus,.ui-controlgroup>.ui-controlgroup-item:focus{z-index:9999}.ui-controlgroup-vertical>.ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc(100% - 2.4em)}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw,.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;-ms-filter:"alpha(opacity=25)";opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:pointer;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;vertical-align:middle;margin:.2em 2em .2em .4em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif}.ui-widget,.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:700}.ui-widget-header a{color:#333}.ui-button,.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,html .ui-button.ui-state-disabled:active,html .ui-button.ui-state-disabled:hover{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:400;color:#454545}.ui-button,.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button{color:#454545;text-decoration:none}.ui-button:focus,.ui-button:hover,.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #ccc;background:#ededed;font-weight:400;color:#2b2b2b}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,a.ui-button:focus,a.ui-button:hover{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px #5e9ed6}.ui-button.ui-state-active:hover,.ui-button:active,.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active{border:1px solid #003eff;background:#007fff;font-weight:400;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-state-error-text,.ui-widget-content .ui-state-error a,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error a,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;-ms-filter:"alpha(opacity=70)";font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;-ms-filter:"alpha(opacity=35)";background-image:none}.ui-state-disabled .ui-icon{-ms-filter:"alpha(opacity=35)"}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon,.ui-widget-header .ui-icon{background-image:url(/_next/static/media/ui-icons_444444_256x240.d3c52f6a.png)}.ui-button:focus .ui-icon,.ui-button:hover .ui-icon,.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(/_next/static/media/ui-icons_555555_256x240.ef344391.png)}.ui-button:active .ui-icon,.ui-state-active .ui-icon{background-image:url(/_next/static/media/ui-icons_ffffff_256x240.d586b6f0.png)}.ui-button .ui-state-highlight.ui-icon,.ui-state-highlight .ui-icon{background-image:url(/_next/static/media/ui-icons_777620_256x240.6bdc61de.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(/_next/static/media/ui-icons_cc0000_256x240.823447ee.png)}.ui-button .ui-icon{background-image:url(/_next/static/media/ui-icons_777777_256x240.d7b757a3.png)}.ui-icon-blank.ui-icon-blank.ui-icon-blank{background-image:none}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-first,.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-left-radius:3px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;-ms-filter:"alpha(opacity=30)"}.ui-widget-shadow{box-shadow:0 0 5px #666}.cd-faq{width:90%;max-width:1024px;margin:2em auto;box-shadow:0 1px 5px rgba(0,0,0,.1);overflow:hidden;zoom:1}@media only screen and (min-width:768px){.cd-faq{position:relative;margin:4em auto;box-shadow:none}}.cd-faq-categories a{position:relative;display:block;overflow:hidden;height:50px;line-height:50px;padding:0 28px 0 16px;background-color:#4e5359;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;white-space:nowrap;border-bottom:1px solid #555b61;text-overflow:ellipsis}.cd-faq-categories a:after,.cd-faq-categories a:before{position:absolute;top:50%;right:16px;display:inline-block;height:1px;width:10px;background-color:#7f868e}.cd-faq-categories a:after{transform:rotate(90deg)}.cd-faq-categories li:last-child a{border-bottom:none}@media only screen and (min-width:768px){.cd-faq-categories{width:20%;float:left;box-shadow:0 1px 2px rgba(0,0,0,.08)}.cd-faq-categories a{font-size:13px;font-size:.8125rem;font-weight:600;padding:0 24px;transition:"background 0.2s, padding 0.2s"}.cd-faq-categories a:after,.cd-faq-categories a:before{display:none}.no-touch .cd-faq-categories a:hover{background:#555b61}.no-js .cd-faq-categories{width:100%;margin-bottom:2em}}@media only screen and (min-width:1024px){.cd-faq-categories{position:absolute;top:0;left:0;width:200px;z-index:2}.cd-faq-categories a:before{display:block;top:0;right:auto;left:0;height:100%;width:3px;background-color:#a9c056;opacity:0;transition:opacity .2s}.cd-faq-categories .selected{background:#42464b!important}.cd-faq-categories .selected:before{opacity:1}.cd-faq-categories.is-fixed{position:fixed}.no-js .cd-faq-categories{position:relative}}.cd-faq-items{height:100%;width:90%;top:0;right:0;padding:0 5% 1em;overflow:auto;-webkit-overflow-scrolling:touch;z-index:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .3s}.cd-faq-items.slide-in{transform:translateZ(0) translateX(0)}.no-js .cd-faq-items{position:static;height:auto;width:100%;transform:translateX(0)}@media only screen and (min-width:768px){.cd-faq-items{position:static;height:auto;width:78%;float:right;overflow:visible;transform:translateZ(0) translateX(0);padding:0;background:transparent}}@media only screen and (min-width:1024px){.cd-faq-items{float:none;width:100%}.no-js .cd-faq-items{padding-left:0}}.cd-close-panel{position:fixed;top:5px;right:-100%;display:block;height:40px;width:40px;overflow:hidden;text-indent:100%;white-space:nowrap;z-index:2;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:right .4s}.cd-close-panel:after,.cd-close-panel:before{position:absolute;top:16px;left:12px;display:inline-block;height:3px;width:18px;background:#6c7d8e}.cd-close-panel:before{transform:rotate(45deg)}.cd-close-panel:after{transform:rotate(-45deg)}.cd-close-panel.move-left{right:2%}@media only screen and (min-width:768px){.cd-close-panel{display:none}}.cd-faq-group.selected{display:block}.cd-faq-group .cd-faq-title{background:transparent;box-shadow:none;margin:1em 0}.no-touch .cd-faq-group .cd-faq-title:hover{box-shadow:none}.cd-faq-group .cd-faq-title h2{text-transform:uppercase;font-size:12px;font-size:1.2rem;font-weight:700;color:#bbbbc7}.no-js .cd-faq-group{display:block}@media only screen and (min-width:768px){.cd-faq-group{display:block}.cd-faq-group>li{margin-bottom:6px;box-shadow:1px 1px 2px rgba(0,0,0,.08);transition:box-shadow .2s}.no-touch .cd-faq-group>li:hover{box-shadow:0 1px 10px rgba(108,125,142,.3)}.cd-faq-group .cd-faq-title{margin:2em 0 1em}.cd-faq-group:first-child .cd-faq-title{margin-top:0}}.cd-faq-trigger{position:relative;display:block;margin:1.6em 0 .4em;line-height:1.2}@media only screen and (min-width:768px){.cd-faq-trigger{font-size:24px;font-size:1.5rem;font-weight:300;margin:0;padding:24px 72px 24px 24px}.cd-faq-trigger:after,.cd-faq-trigger:before{position:absolute;right:24px;top:50%;height:2px;width:13px;background:#cfdca0;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:transform;transition-duration:.2s}.cd-faq-trigger:before{transform:rotate(45deg);right:32px}.cd-faq-trigger:after,.content-visible .cd-faq-trigger:before{transform:rotate(-45deg)}.content-visible .cd-faq-trigger:after{transform:rotate(45deg)}}.cd-faq-content p{font-size:14px;font-size:.875rem;line-height:1.4;color:#6c7d8e}@media only screen and (min-width:768px){.cd-faq-content{display:none;padding:0 24px 30px}.cd-faq-content p{line-height:1.6}.no-js .cd-faq-content{display:block}}@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.64942b45.woff2) format("woff2");unicode-range:U+0100-02af,U+0304,U+0308,U+0329,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/pxiByp8kv8JHgFVrLDz8Z1xlFQ.c0455185.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/pxiEyp8kv8JHgFVrJJnecmNE.56cb5e9c.woff2) format("woff2");unicode-range:U+0100-02af,U+0304,U+0308,U+0329,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/pxiEyp8kv8JHgFVrJJfecg.916d3686.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.af957020.woff2) format("woff2");unicode-range:U+0100-02af,U+0304,U+0308,U+0329,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/pxiByp8kv8JHgFVrLGT9Z1xlFQ.7777133e.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.dd51f42e.woff2) format("woff2");unicode-range:U+0100-02af,U+0304,U+0308,U+0329,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/pxiByp8kv8JHgFVrLEj6Z1xlFQ.d8692086.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.d0d82dcf.woff2) format("woff2");unicode-range:U+0100-02af,U+0304,U+0308,U+0329,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/pxiByp8kv8JHgFVrLCz7Z1xlFQ.9a881e2a.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/pxiByp8kv8JHgFVrLDD4Z1JlFc-K.b5bf9573.woff2) format("woff2");unicode-range:U+0100-02af,U+0304,U+0308,U+0329,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/pxiByp8kv8JHgFVrLDD4Z1xlFQ.376dd8dc.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/pxiByp8kv8JHgFVrLBT5Z1JlFc-K.ee9cb6da.woff2) format("woff2");unicode-range:U+0100-02af,U+0304,U+0308,U+0329,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/pxiByp8kv8JHgFVrLBT5Z1xlFQ.bd427f25.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@media only screen and (min-width:1200px){.container{max-width:1200px}}.row{margin-right:calc(var(--bs-gutter-x) * -.6);margin-left:calc(var(--bs-gutter-x) * -.6)}.row>*{padding-right:calc(var(--bs-gutter-x) * .6);padding-left:calc(var(--bs-gutter-x) * .6)}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{padding-right:var(--bs-gutter-x,.9rem);padding-left:var(--bs-gutter-x,.9rem)}*,:after,:before{box-sizing:border-box}body,html{height:100%}body{line-height:24px;font-size:14px;font-style:normal}body,h1,h2,h3,h4,h5,h6{font-weight:400;color:#000;font-family:Poppins,sans-serif}h1,h2,h3,h4,h5,h6{margin-top:0}p{font-size:14px;font-weight:400;line-height:24px;color:#666;margin-bottom:15px;font-family:Poppins,sans-serif}h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:18px}h5{font-size:14px}h6{font-size:12px}p:last-child{margin-bottom:0}a,button{color:inherit;line-height:inherit;text-decoration:none;cursor:pointer;color:#000}a,button,img,input,span{transition:all .3s ease 0s}:focus{outline:none!important}a:focus{color:inherit;outline:none}a:focus,a:hover{text-decoration:none}button,input[type=submit]{cursor:pointer}ul{list-style:none outside none;margin:0;padding:0}.fix{overflow:hidden}.hidden{display:none}.clear{clear:both}.section{float:left;width:100%}.f-right{float:right}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.bg-img{background-position:50%;background-size:cover}.position-relative{position:relative}.m-0{margin:0}.p-0{padding:0}.mt-0{margin-top:0}.mt-5{margin-top:5px!important}.mt-10{margin-top:10px}.mt-12{margin-top:12px}.mt-15{margin-top:15px}.mt-20{margin-top:20px}.mt-25{margin-top:25px}.mt-30{margin-top:30px}.mt-35{margin-top:35px}.mt-40{margin-top:40px}.mt-45{margin-top:45px}.mt-50{margin-top:50px}.mt-55{margin-top:55px}.mt-60{margin-top:60px}.mt-65{margin-top:65px}.mt-70{margin-top:70px}.mt-75{margin-top:75px}.mt-80{margin-top:80px}.mt-85{margin-top:85px}.mt-90{margin-top:90px}.mt-100{margin-top:100px}.mt-110{margin-top:110px}.mt-115{margin-top:115px}.mt-120{margin-top:120px}.mt-125{margin-top:125px}.mt-130{margin-top:130px}@media only screen and (min-width:992px) and (max-width:1199px){.mt-130{margin-top:70px}}@media only screen and (min-width:768px) and (max-width:991px){.mt-130{margin-top:50px}}@media only screen and (max-width:767px){.mt-130{margin-top:60px}}.mt-135{margin-top:135px}.mt-140{margin-top:140px}.mt-150{margin-top:150px}.mt-160{margin-top:160px}.mt-155{margin-top:155px}.mt-175{margin-top:175px}.mr-0{margin-right:0}.mr-10{margin-right:10px}.mr-12{margin-right:12px}.mr-15{margin-right:15px}.mr-20{margin-right:20px}.mr-25{margin-right:25px}.mr-30{margin-right:30px}.mr-35{margin-right:35px}.mr-40{margin-right:40px}.mr-45{margin-right:45px}.mr-50{margin-right:50px}.mr-55{margin-right:55px}.mr-60{margin-right:60px}.mr-65{margin-right:65px}.mr-70{margin-right:70px}.mr-80{margin-right:80px}.mr-90{margin-right:90px}.mr-100{margin-right:100px}.mr-110{margin-right:110px}.mr-120{margin-right:120px}.mr-130{margin-right:130px}.mr-140{margin-right:140px}.mr-150{margin-right:150px}.mb-0{margin-bottom:0}.mb-10{margin-bottom:10px}.mb-8{margin-bottom:8px}.mb-12{margin-bottom:12px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.mb-25{margin-bottom:25px}.mb-30{margin-bottom:30px}.mb-35{margin-bottom:35px}.mb-40{margin-bottom:40px}.mb-37{margin-bottom:37px}.mb-45{margin-bottom:45px}.mb-50{margin-bottom:50px}.mb-55{margin-bottom:55px}.mb-60{margin-bottom:60px}.mb-65{margin-bottom:65px}.mb-70{margin-bottom:70px}.mb-75{margin-bottom:75px}.mb-80{margin-bottom:80px}.mb-85{margin-bottom:85px}.mb-90{margin-bottom:90px}.mb-95{margin-bottom:95px}.mb-100{margin-bottom:100px}.mb-110{margin-bottom:110px}.mb-120{margin-bottom:120px}.mb-130{margin-bottom:130px}.mb-140{margin-bottom:140px}.mb-150{margin-bottom:150px}.mb-160{margin-bottom:160px}.mb-170{margin-bottom:170px}.mb-180{margin-bottom:180px}.ml-0{margin-left:0}.ml-10{margin-left:10px}.ml-12{margin-left:12px}.ml-15{margin-left:15px}.ml-20{margin-left:20px}.ml-25{margin-left:25px}.ml-30{margin-left:30px}.ml-35{margin-left:35px}.ml-40{margin-left:40px}.ml-45{margin-left:45px}.ml-50{margin-left:50px}.ml-55{margin-left:55px}.ml-60{margin-left:60px}.ml-70{margin-left:70px}.ml-75{margin-left:75px}.ml-80{margin-left:80px}.ml-90{margin-left:90px}.ml-95{margin-left:95px}.ml-100{margin-left:100px}.ml-105{margin-left:105px}.ml-110{margin-left:110px}.ml-120{margin-left:120px}.ml-130{margin-left:130px}.ml-135{margin-left:135px}.ml-140{margin-left:140px}.ml-145{margin-left:145px}.ml-150{margin-left:150px}.ml-200{margin-left:200px}.ml-300{margin-left:300px}.ml-ntv5{margin-left:-5px}.pt-0{padding-top:0}.pt-5{padding-top:5px!important}.pt-10{padding-top:10px}.pt-15{padding-top:15px}.pt-20{padding-top:20px}.pt-25{padding-top:25px}.pt-30{padding-top:30px}.pt-35{padding-top:35px}.pt-40{padding-top:40px}.pt-45{padding-top:45px}.pt-50{padding-top:50px}.pt-55{padding-top:55px}.pt-60{padding-top:60px}.pt-65{padding-top:65px}.pt-70{padding-top:70px}.pt-75{padding-top:75px}.pt-85{padding-top:85px}.pt-80{padding-top:80px}.pt-95{padding-top:95px}.pt-90{padding-top:90px}.pt-100{padding-top:100px}.pt-105{padding-top:105px}@media only screen and (min-width:768px) and (max-width:991px){.pt-105{padding-top:45px}}@media only screen and (max-width:767px){.pt-105{padding-top:25px}}.pt-110{padding-top:110px}@media only screen and (min-width:768px) and (max-width:991px){.pt-110{padding-top:70px}}@media only screen and (max-width:767px){.pt-110{padding-top:50px}}.pt-115{padding-top:115px}@media only screen and (min-width:768px) and (max-width:991px){.pt-115{padding-top:75px}}@media only screen and (max-width:767px){.pt-115{padding-top:55px}}.pt-120{padding-top:120px}@media only screen and (min-width:768px) and (max-width:991px){.pt-120{padding-top:80px}}@media only screen and (max-width:767px){.pt-120{padding-top:60px}}.pt-125{padding-top:125px}.pt-128{padding-top:128px}.pt-130{padding-top:130px}.pt-135{padding-top:135px}@media only screen and (min-width:768px) and (max-width:991px){.pt-135{padding-top:75px}}@media only screen and (max-width:767px){.pt-135{padding-top:55px}}.pt-165{padding-top:165px}.pt-140{padding-top:140px}.pt-145{padding-top:145px}.pt-150{padding-top:150px}.pt-155{padding-top:155px}.pt-160{padding-top:160px}.pt-170{padding-top:170px}.pt-180{padding-top:180px}.pt-185{padding-top:185px}.pt-190{padding-top:190px}.pt-195{padding-top:195px}.pt-200{padding-top:200px}.pt-220{padding-top:220px}.pt-250{padding-top:250px}.pt-255{padding-top:255px}.pt-210{padding-top:210px}.pt-230{padding-top:230px}.pt-270{padding-top:270px}.pt-290{padding-top:290px}.pt-295{padding-top:295px}.pt-280{padding-top:280px}.pt-240{padding-top:240px}.pt-330{padding-top:330px}.pt-340{padding-top:340px}.pt-350{padding-top:350px}.pt-365{padding-top:365px}.pt-360{padding-top:360px}.pt-370{padding-top:370px}.pt-380{padding-top:380px}.pt-400{padding-top:400px}.pr-0{padding-right:0}.pr-10{padding-right:10px}.pr-15{padding-right:15px}.pr-20{padding-right:20px}.pr-30{padding-right:30px}.pr-40{padding-right:40px}.pr-50{padding-right:50px}.pr-60{padding-right:60px}.pr-70{padding-right:70px}.pr-80{padding-right:80px}.pr-90{padding-right:90px}.pr-100{padding-right:100px}.pr-110{padding-right:110px}.pr-120{padding-right:120px}.pr-130{padding-right:130px}.pr-140{padding-right:140px}.pr-155{padding-right:155px}.pr-270{padding-right:270px}.pb-0{padding-bottom:0}.pb-5{padding-bottom:5px!important}.pb-10{padding-bottom:10px}.pb-15{padding-bottom:15px}.pb-20{padding-bottom:20px}.pb-25{padding-bottom:25px}.pb-30{padding-bottom:30px}.pb-35{padding-bottom:35px}.pb-40{padding-bottom:40px}.pb-45{padding-bottom:45px}.pb-50{padding-bottom:50px}.pb-55{padding-bottom:55px}.pb-60{padding-bottom:60px}.pb-65{padding-bottom:65px}.pb-70{padding-bottom:70px}.pb-75{padding-bottom:75px}.pb-80{padding-bottom:80px}.pb-85{padding-bottom:85px}.pb-90{padding-bottom:90px}.pb-95{padding-bottom:95px}.pb-100{padding-bottom:100px}.pb-105{padding-bottom:105px}@media only screen and (min-width:768px) and (max-width:991px){.pb-105{padding-bottom:65px}}@media only screen and (max-width:767px){.pb-105{padding-bottom:45px}}.pb-110{padding-bottom:110px}@media only screen and (min-width:768px) and (max-width:991px){.pb-110{padding-bottom:70px}}@media only screen and (max-width:767px){.pb-110{padding-bottom:50px}}.pb-115{padding-bottom:115px}@media only screen and (min-width:768px) and (max-width:991px){.pb-115{padding-bottom:75px}}@media only screen and (max-width:767px){.pb-115{padding-bottom:55px}}.pb-120{padding-bottom:120px}@media only screen and (min-width:768px) and (max-width:991px){.pb-120{padding-bottom:80px}}@media only screen and (max-width:767px){.pb-120{padding-bottom:60px}}.pb-125{padding-bottom:125px}@media only screen and (min-width:768px) and (max-width:991px){.pb-125{padding-bottom:65px}}@media only screen and (max-width:767px){.pb-125{padding-bottom:45px}}.pb-130{padding-bottom:130px}@media only screen and (min-width:768px) and (max-width:991px){.pb-130{padding-bottom:70px}}@media only screen and (max-width:767px){.pb-130{padding-bottom:50px}}.pb-135{padding-bottom:135px}@media only screen and (min-width:768px) and (max-width:991px){.pb-135{padding-bottom:75px}}@media only screen and (max-width:767px){.pb-135{padding-bottom:55px}}.pb-140{padding-bottom:140px}@media only screen and (min-width:768px) and (max-width:991px){.pb-140{padding-bottom:80px}}@media only screen and (max-width:767px){.pb-140{padding-bottom:60px}}.pb-145{padding-bottom:145px}.pb-150{padding-bottom:150px}.pb-155{padding-bottom:155px}.pb-160{padding-bottom:160px}.pb-170{padding-bottom:170px}.pb-190{padding-bottom:190px}.pb-175{padding-bottom:175px}.pb-180{padding-bottom:180px}.pb-280{padding-bottom:280px}.pb-200{padding-bottom:200px}.pb-205{padding-bottom:205px}.pb-210{padding-bottom:210px}.pb-220{padding-bottom:220px}.pb-215{padding-bottom:215px}.pb-250{padding-bottom:250px}.pb-285{padding-bottom:285px}.pb-270{padding-bottom:270px}.pb-290{padding-bottom:290px}.pb-315{padding-bottom:315px}.pb-330{padding-bottom:330px}.pb-335{padding-bottom:335px}.pb-340{padding-bottom:340px}.pb-325{padding-bottom:325px}.pb-320{padding-bottom:300px}.pl-0{padding-left:0}.pl-10{padding-left:10px}.pl-15{padding-left:15px}.pl-20{padding-left:20px}.pl-30{padding-left:30px}.pl-35{padding-left:35px}.pl-40{padding-left:40px}.pl-45{padding-left:45px}.pl-50{padding-left:50px}.pl-60{padding-left:60px}.pl-70{padding-left:70px}.pl-80{padding-left:80px}.pl-90{padding-left:90px}.pl-100{padding-left:100px}.pl-110{padding-left:110px}.pl-120{padding-left:120px}.pl-130{padding-left:130px}.pl-140{padding-left:140px}.pl-150{padding-left:150px}.pl-155{padding-left:155px}.pl-190{padding-left:190px}.ptb-0{padding:0}.ptb-10{padding:10px 0}.ptb-20{padding:20px 0}.ptb-30{padding:30px 0}.ptb-35{padding:35px 0}.ptb-32{padding:32px 0}.ptb-40{padding:40px 0}.ptb-50{padding:50px 0}.ptb-60{padding:60px 0}.ptb-70{padding:70px 0}.ptb-80{padding:80px 0}.ptb-90{padding:90px 0}.ptb-100{padding:100px 0}.ptb-110{padding:110px 0}.ptb-120{padding:120px 0}.ptb-130{padding:130px 0}.ptb-140{padding:140px 0}.ptb-150{padding:150px 0}.ptb-160{padding:160px 0}.ptb-170{padding:170px 0}.ptb-177{padding:177px 0}.ptb-180{padding:180px 0}.ptb-190{padding:190px 0}.ptb-200{padding:200px 0}.ptb-210{padding:210px 0}.ptb-220{padding:220px 0}.ptb-290{padding:290px 0}.ptb-310{padding:310px 0}.mtb-0{margin:0}.mtb-10{margin:10px 0}.mtb-15{margin:15px 0}.mtb-20{margin:20px 0}.mtb-30{margin:30px 0}.mtb-40{margin:40px 0}.mtb-50{margin:50px 0}.mtb-60{margin:60px 0}.mtb-70{margin:70px 0}.mtb-80{margin:80px 0}.mtb-90{margin:90px 0}.mtb-100{margin:100px 0}.mtb-110{margin:110px 0}.mtb-120{margin:120px 0}.mtb-130{margin:130px 0}.mtb-140{margin:140px 0}.mtb-150{margin:150px 0}.mtb-290{margin:290px 0}input:-moz-placeholder,textarea:-moz-placeholder{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}input:-ms-input-placeholder,textarea:-ms-input-placeholder{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}input{background:#eceff8;border:2px solid #eceff8;height:45px;padding-left:10px}input,select{box-shadow:none;font-size:14px;color:#737373;width:100%}select{background:transparent;border:0 solid #eceff8}option{background:#fff;border:0 solid #626262;padding-left:10px;font-size:14px}input:focus{background:transparent}textarea{resize:vertical;background:#eceff8;border:2px solid #eceff8;padding:10px;width:100%;font-size:14px;color:#737373}textarea:focus{background:transparent;border:2px solid #4fc1f0;outline:none}.custom-d-flex{display:flex!important}.custom-align-item-center{align-items:center}.custom-align-item-end{align-items:flex-end}.justify-content-center{align-items:center}.custom-col-5{flex:0 0 20%;max-width:20%;padding-right:15px;padding-left:15px;position:relative;width:100%;min-height:1px}@media only screen and (min-width:1366px) and (max-width:1600px){.custom-col-5{flex:0 0 20%;max-width:20%}}@media only screen and (min-width:1200px) and (max-width:1365px){.custom-col-5{flex:0 0 20%;max-width:20%}}@media only screen and (min-width:992px) and (max-width:1199px){.custom-col-5{flex:0 0 25%;max-width:25%}}@media only screen and (min-width:768px) and (max-width:991px){.custom-col-5{flex:0 0 33.333%;max-width:33.333%}}@media only screen and (max-width:767px){.custom-col-5{padding-right:15px;padding-left:15px;flex:0 0 100%;max-width:100%}}@media only screen and (min-width:576px) and (max-width:767px){.custom-col-5{flex:0 0 50%;max-width:50%}}#scrollUp{width:40px;height:40px;background-color:#fff;color:#666;right:70px;bottom:20px;text-align:center;overflow:hidden;border:1px solid #666;z-index:999!important}#scrollUp:hover{color:#fff;border:1px solid #333;background-color:#5ebdaf}.mainpic,.mainpicAlt{display:flex;justify-content:center}.mainpic img{width:100%;height:auto;min-width:1250px;max-width:1920px}.mainpic a{color:#0a58ca;text-decoration:none;font-size:14px}.mainpic a i{font-size:10px}.mainpic h1{font-weight:600;color:#fff;font-size:55px}.mainpic h3{font-weight:400;color:#fff;font-size:25px}.mainpicAlt h1{font-weight:600;color:#333;font-size:35px}.mainpicAlt h3{font-weight:400;color:#333;font-size:20px}.whiteText a,.whiteText h1,.whiteText h3{color:#fff!important}.mainpicAlt img{width:100%;height:auto;max-width:939px}.mainpicAlt a{color:#0a58ca;text-decoration:none;font-size:14px;font-weight:500}.mainpicAlt a i{font-size:10px}@media only screen and (max-width:1540px){.mainpicAlt h1{font-size:30px}.mainpicAlt h3{font-size:18px}}@media only screen and (max-width:1380px){.mainpicAlt h1{font-size:26px;margin-bottom:0}.mainpicAlt h3{font-size:17px}}@media only screen and (max-width:767px){.mainpicAlt h1{font-size:22px}.mainpicAlt h3{font-size:15px}#scrollUp{width:40px;height:40px;right:15px}.mainpic h1{font-weight:600;color:#fff;font-size:35px}.mainpic h3{font-weight:400;color:#fff;font-size:20px}}#scrollUp i{display:block;line-height:38px;font-size:18px}@media only screen and (max-width:767px){#scrollUp i{line-height:40px;font-size:16px}}.height-100vh{height:100vh!important}.transparent-bar{left:0;position:absolute;top:0;width:100%;z-index:99}.bg-gray{background-color:#f0f4f6}.bg-gray-2{background-color:#efeeed}.bg-gray-3{background-color:#f9f9f9}.bg-gray-4{background-color:#efefef}.bg-gray-5{background-color:#e5e5e5}.bg-gray-6{background-color:#ececec}.bg-gray-7{background-color:#eaeff2}.bg-gray-8{background-color:#f4f4f4}.bg-gray-9{background-color:#f6f6f6}.bg-gray-10{background-color:#e7eaec}.bg-white{background-color:#fff}.bg-black{background-color:#000}.bg-blue{background-color:#0064e0}.bg-orange{background-color:#e44311}.bg-green-2{background-color:#6aae27}.border-bottom-1{border-bottom:1px solid #dadada}.border-bottom-2{border-bottom:1px solid #e8e8e8}.border-bottom-3{border-bottom:1px solid #e1e1e1}.border-bottom-4{border-bottom:1px solid #dbdbdb}.border-bottom-5{border-bottom:1px solid #e3e3e3}.border-bottom-6{border-bottom:1px solid #eaeaea}.border-bottom-7{border-bottom:1px solid #e2e2e2}.border-bottom-8{border-bottom:1px solid #408be8}.border-bottom-9{border-bottom:1px solid #eb724d}.default-overlay{position:relative}.default-overlay:before{content:"";opacity:0;position:absolute;left:0;top:0;width:100%;height:100%;transition:all .25s ease-out;z-index:9}.default-overlay.overly-point-4:before{background-color:#181818;opacity:.4}.default-overlay-white{position:relative}.default-overlay-white:before{content:"";opacity:0;position:absolute;left:0;top:0;width:100%;height:100%;transition:all .25s ease-out;z-index:9}@media only screen and (max-width:767px){.res-white-overly-xs{position:relative}.res-white-overly-xs:before{position:absolute;left:0;top:0;width:100%;height:100%;content:"";background-color:#fff;opacity:.4;z-index:9}.res-black-overly-xs{position:relative}.res-black-overly-xs:before{position:absolute;left:0;top:0;width:100%;height:100%;content:"";background-color:#000;opacity:.5;z-index:9}}@media only screen and (min-width:768px) and (max-width:991px){.res-white-overly-md{position:relative}.res-white-overly-md:after{position:absolute;left:0;top:0;width:100%;height:100%;content:"";background-color:#fff;opacity:.5;z-index:1}}@media only screen and (max-width:767px){.xs-mb-30{margin-bottom:30px}}.section-padding-1 .container-fluid{padding:0 180px}@media only screen and (min-width:1366px) and (max-width:1600px){.section-padding-1 .container-fluid{padding:0 100px}}@media only screen and (min-width:1200px) and (max-width:1365px){.section-padding-1 .container-fluid{padding:0 15px}}@media only screen and (min-width:992px) and (max-width:1199px){.section-padding-1 .container-fluid{padding:0 30px}}@media only screen and (min-width:768px) and (max-width:991px){.section-padding-1 .container-fluid{padding:0 40px}}@media only screen and (max-width:767px){.section-padding-1 .container-fluid{padding:0 15px}}@media only screen and (min-width:576px) and (max-width:767px){.section-padding-1 .container-fluid{padding:0 30px}}.section-padding-2 .container-fluid{padding:0 70px}@media only screen and (min-width:1366px) and (max-width:1600px){.section-padding-2 .container-fluid{padding:0 30px}}@media only screen and (min-width:1200px) and (max-width:1365px){.section-padding-2 .container-fluid{padding:0 15px}}@media only screen and (min-width:992px) and (max-width:1199px){.section-padding-2 .container-fluid{padding:0 30px}}@media only screen and (min-width:768px) and (max-width:991px){.section-padding-2 .container-fluid{padding:0 40px}}@media only screen and (max-width:767px){.section-padding-2 .container-fluid{padding:0 15px}}@media only screen and (min-width:576px) and (max-width:767px){.section-padding-2 .container-fluid{padding:0 30px}}.padding-10-row-col .row{margin-right:-5px;margin-left:-5px}.padding-10-row-col .row div[class^=col-]{padding-left:5px;padding-right:5px}.box-layout-width{display:block;margin:0 auto;width:1310px}@media only screen and (min-width:1366px) and (max-width:1600px){.box-layout-width{width:1200px}}@media only screen and (min-width:1200px) and (max-width:1365px){.box-layout-width{width:1170px}}@media only screen and (min-width:992px) and (max-width:1199px){.box-layout-width{width:970px}}@media only screen and (min-width:768px) and (max-width:991px){.box-layout-width{width:730px}}@media only screen and (max-width:767px){.box-layout-width{width:100%}}@media only screen and (min-width:576px) and (max-width:767px){.box-layout-width{width:550px}}.box-layout-width-2{display:block;margin:0 auto;width:1370px;background-color:#fff}@media only screen and (min-width:1366px) and (max-width:1600px){.box-layout-width-2{width:1200px}}@media only screen and (min-width:1200px) and (max-width:1365px){.box-layout-width-2{width:1170px}}@media only screen and (min-width:992px) and (max-width:1199px){.box-layout-width-2{width:970px}}@media only screen and (min-width:768px) and (max-width:991px){.box-layout-width-2{width:730px}}@media only screen and (max-width:767px){.box-layout-width-2{width:100%}}@media only screen and (min-width:576px) and (max-width:767px){.box-layout-width-2{width:550px}}@keyframes hastechFade{0%{opacity:0}to{opacity:1}}@keyframes hastechZoomIn{0%{opacity:0;transform:scale(.75)}to{opacity:1;transform:scale(1)}}@keyframes hastechZoomOut{0%{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes hastechMoveUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@keyframes hastechMoveUpBig{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@keyframes hastechMoveDown{0%{opacity:0;transform:translateY(-25px)}to{opacity:1;transform:translateY(0)}}@keyframes hastechMoveDownBig{0%{opacity:0;transform:translateY(-100px)}to{opacity:1;transform:translateY(0)}}@keyframes hastechMoveLeft{0%{opacity:0;transform:translateX(25px)}to{opacity:1;transform:translateX(0)}}@keyframes hastechMoveLeftBig{0%{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}@keyframes hastechMoveRight{0%{opacity:0;transform:translateX(-25px)}to{opacity:1;transform:translateX(0)}}@keyframes hastechMoveRightBig{0%{opacity:0;transform:translateX(-100px)}to{opacity:1;transform:translateX(0)}}@keyframes hastechFallPerspective{0%{opacity:0;transform:perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg)}to{opacity:1;transform:perspective(1000px) translateY(0) translateZ(0) rotateX(0deg)}}@keyframes hastechFlipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes hastechFlipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale(.75)}to{opacity:1;transform:scale(1)}}@keyframes zoomOut{0%{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes moveUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@keyframes columnMoveUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@keyframes fallPerspective{0%{opacity:0;transform:perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg)}to{opacity:1;transform:perspective(1000px) translateY(0) translateZ(0) rotateX(0deg)}}@keyframes edit-button-pulse{0%{box-shadow:0 0 2px 0 rgba(183,8,78,.6)}30%{box-shadow:0 0 2px 10px rgba(183,8,78,0)}to{box-shadow:0 0 2px 0 rgba(183,8,78,0)}}@keyframes shortfadeInUp{0%{opacity:0;transform:translate3d(0,100px,0)}to{opacity:1;transform:none}}.shortfadeInUp{animation-name:shortfadeInUp}.animated-duration{animation-duration:1.25s}.custom-delay-200{animation-delay:.2s}.custom-delay-300{animation-delay:.3s}.custom-delay-400{animation-delay:.4s}.custom-delay-500{animation-delay:.5s}.custom-delay-600{animation-delay:.6s}.custom-delay-700{animation-delay:.7s}.custom-delay-800{animation-delay:.8s}.custom-delay-900{animation-delay:.9s}.header-small-device{display:none}@media only screen and (min-width:768px) and (max-width:991px){.header-small-device{display:block}}@media only screen and (max-width:767px){.header-small-device{display:block}}.header-small-device.small-device-ptb-1{padding:20px 0;background-color:#164681;top:0;bottom:auto;z-index:9998;right:0;width:100%}@media only screen and (max-width:991px){.mobiletopmargin{margin-top:72px}}.header-large-device{display:block;background-color:#262626;padding:5px 0}@media only screen and (min-width:768px) and (max-width:991px){.header-large-device{display:none}}@media only screen and (max-width:767px){.header-large-device{display:none}}.header-offer-wrap p{color:#000;margin:0}.header-offer-wrap p span{color:#1f4883}.header-offer-wrap p i{font-size:16px;margin:0 9px 0 0;position:relative;top:2px}.header-top-right{display:flex;justify-content:flex-end}.same-style-wrap{display:flex}.same-style-wrap .same-style{margin-right:60px;position:relative}.same-style-wrap .same-style.same-style-mrg-2{margin-right:20px}.same-style-wrap .same-style.same-style-mrg-2:last-child{margin-right:0}.same-style-wrap .same-style.same-style-mrg-2 a{color:#fff}.same-style-wrap .same-style.same-style-mrg-3{margin-right:22px}@media only screen and (min-width:1366px) and (max-width:1600px){.same-style-wrap .same-style.same-style-mrg-3{margin-right:10px}}@media only screen and (min-width:1200px) and (max-width:1365px){.same-style-wrap .same-style.same-style-mrg-3{margin-right:5px}}@media only screen and (min-width:992px) and (max-width:1199px){.same-style-wrap .same-style.same-style-mrg-3{margin-right:7px}}.same-style-wrap .same-style.same-style-mrg-3:last-child{margin-right:0}@media only screen and (min-width:992px) and (max-width:1199px){.same-style-wrap .same-style{margin-right:25px}}.same-style-wrap .same-style:last-child{margin-right:0}.same-style-wrap .same-style a{color:#000;display:inline-block}.same-style-wrap .same-style a i{font-size:16px;margin:0 0 0 3px}.same-style-wrap .same-style.same-style-border:before{position:absolute;content:"";height:24px;width:1px;background-color:#dedede;right:-31px;top:50%;transform:translateY(-50%)}@media only screen and (min-width:992px) and (max-width:1199px){.same-style-wrap .same-style.same-style-border:before{right:-12px}}.same-style-wrap .same-style.track-order a{text-decoration:underline}.same-style-wrap .same-style .currency-dropdown,.same-style-wrap .same-style .language-dropdown{background:#000 none repeat scroll 0 0;position:absolute;right:0;top:100%;z-index:99;box-shadow:0 3px 14px 2px rgba(0,0,0,.1);display:none}.same-style-wrap .same-style .currency-dropdown ul,.same-style-wrap .same-style .language-dropdown ul{padding:14px 0 15px}.same-style-wrap .same-style .currency-dropdown ul li,.same-style-wrap .same-style .language-dropdown ul li{display:block;padding-bottom:5px}.same-style-wrap .same-style .currency-dropdown ul li:last-child,.same-style-wrap .same-style .language-dropdown ul li:last-child{padding-bottom:0}.same-style-wrap .same-style .currency-dropdown ul li a,.same-style-wrap .same-style .language-dropdown ul li a{color:#fff;display:block;font-size:13px;padding:0 25px}.same-style-wrap .same-style .currency-dropdown ul li a:hover,.same-style-wrap .same-style .language-dropdown ul li a:hover{color:#82dda4}.same-style-wrap .same-style .currency-dropdown{width:90px}.same-style-wrap .same-style:hover>a{color:#84ddab}.social-style-1{display:flex}.social-style-1 a{color:#fff;font-size:30px;display:inline-block;margin-right:20px}@media only screen and (min-width:992px) and (max-width:1199px){.social-style-1 a{margin-right:14px}}.social-style-1 a:last-child{margin-right:0}.social-style-1 a:hover{color:#1f4883}.social-style-1.social-style-1-white a{color:#fff}@media only screen and (min-width:1366px) and (max-width:1600px){.social-style-1.social-style-1-white a{margin-right:12px}}@media only screen and (min-width:1200px) and (max-width:1365px){.social-style-1.social-style-1-white a{margin-right:8px}}.social-style-1.social-style-1-white a:hover{color:#1f4883}.social-style-1.social-style-1-mrg{margin-left:60px}@media only screen and (min-width:992px) and (max-width:1199px){.social-style-1.social-style-1-mrg{margin-left:25px}}.social-style-1.social-style-1-mrg-2{margin:55px 0 0}@media only screen and (min-width:768px) and (max-width:991px){.social-style-1.social-style-1-mrg-2{margin:17px 0 0}}@media only screen and (max-width:767px){.social-style-1.social-style-1-mrg-2{margin:20px 0 0}}.social-style-1.social-style-1-font-inc a{font-size:30px;color:#ccc}.header-top-ptb-1{padding:14px 0}.header-top-ptb-2{padding:60px 0}.header-top-ptb-3{padding:7px 0}.header-top-ptb-6{padding:11px 0}.header-top-ptb-7{padding:20px 0}.main-menu>nav>ul>li{display:inline-block;position:relative}.main-menu>nav>ul>li>ul{background:#fff none repeat scroll 0 0;box-shadow:0 0 20px .4px rgba(0,0,0,.2);display:block;left:0;padding:28px 25px;position:absolute;top:100%;transform:rotateX(90deg);transform-origin:center top 0;transition:all .5s ease 0s;visibility:hidden;z-index:99}.main-menu>nav>ul>li>ul li{display:block;position:relative;line-height:1;margin-bottom:20px}.main-menu>nav>ul>li>ul li:last-child{margin-bottom:0}.main-menu>nav>ul>li>ul li a{display:block;color:#000;font-weight:400;font-size:14px;letter-spacing:.2px}.main-menu>nav>ul>li>ul li:hover>a{color:#38b3e5}.main-menu>nav>ul>li>ul.sub-menu-style{width:190px;text-align:left}.main-menu>nav>ul>li>ul.mega-menu-style{padding:28px 30px 0;text-align:left}.main-menu>nav>ul>li>ul.mega-menu-style.mega-menu-mrg-1{left:-100px}.main-menu>nav>ul>li>ul.mega-menu-style.mega-menu-mrg-2{top:29px}@media only screen and (min-width:992px) and (max-width:1199px){.main-menu>nav>ul>li>ul.mega-menu-style.mega-menu-mrg-2{left:-150px}}.main-menu>nav>ul>li>ul.mega-menu-style>li>ul{display:flex;flex-wrap:wrap}.main-menu>nav>ul>li>ul.mega-menu-style>li>ul>li{display:table-cell;white-space:nowrap;padding-right:40px;padding-bottom:20px}.main-menu>nav>ul>li>ul.mega-menu-style>li>ul>li:last-child{padding-right:0!important}.main-menu>nav>ul>li>ul.mega-menu-style>li>ul>li img{width:150px;border:1px solid #ccc;border-radius:5px}.main-menu>nav>ul>li>ul.mega-menu-style>li>ul>li>a.dropdown-title{font-size:16px;font-weight:600;margin-bottom:15px;border-bottom:1px solid #333;padding-bottom:5px;margin-right:20px;margin-top:10px;width:100%}.main-menu>nav>ul>li>ul.mega-menu-style>li>ul>li ul li{margin-bottom:22px}.main-menu>nav>ul>li>ul.mega-menu-style>li>ul>li ul li:last-child{margin-bottom:0}.main-menu>nav>ul>li a{color:#fff;font-size:13px;font-weight:400;display:inline-block;line-height:1.2}.main-menu>nav>ul>li a i{font-size:8px;margin-right:3px}.main-menu>nav>ul>li a span{position:absolute;top:13px;right:15px;color:#fff;font-size:12px;line-height:1;padding:1px 5px 3px;border-radius:3px}.main-menu>nav>ul>li a span.bg-red{background-color:#1f4883}.main-menu>nav>ul>li a span.bg-green{background-color:#70c01a}.main-menu>nav>ul>li a i{position:relative;top:1px;margin-left:4px}.main-menu>nav>ul>li:hover>a{color:#80daa8}.main-menu>nav>ul>li:hover>ul{transform:rotateX(0deg);visibility:visible}.main-menu.main-menu-white>nav>ul>li>a{color:#fff}.main-menu.main-menu-white>nav>ul>li:hover>a{color:#1f4883}.main-menu.main-menu-white.main-menu-hover-black>nav>ul>li:hover>a{color:#000}.main-menu.main-menu-font-size-14>nav>ul>li a{font-size:14px}.main-menu.main-menu-hover-semibold>nav>ul>li a.active,.main-menu.main-menu-hover-semibold>nav>ul>li:hover>a{font-weight:600}.main-menu.main-menu-hover-border>nav>ul>li,.main-menu.main-menu-hover-border>nav>ul>li>a{position:relative}.main-menu.main-menu-hover-border>nav>ul>li>a:after{content:"";height:1px;right:0;left:auto;width:0;bottom:15px;position:absolute;transition:width .3s ease-out;background-color:#000}.main-menu.main-menu-hover-border>nav>ul>li>a.active:after{left:0;right:auto;width:100%;transition:width .3s ease-in}.main-menu.main-menu-hover-border>nav>ul>li:hover>a{color:#000}.main-menu.main-menu-hover-border>nav>ul>li:hover>a:after{left:0;right:auto;width:100%;transition:width .3s ease-in}.main-menu.main-menu-hm4>nav>ul>li>a{font-size:14px;font-weight:400;letter-spacing:.5px}.main-menu.main-menu-hm4>nav>ul>li>a.active{font-weight:700}.main-menu.main-menu-hm4>nav>ul>li:hover>a{font-weight:700;color:#000}.main-menu.main-menu-padding-1>nav>ul>li{padding-right:26px}@media only screen and (min-width:992px) and (max-width:1199px){.main-menu.main-menu-padding-1>nav>ul>li{padding-right:40px}}.main-menu.main-menu-padding-1>nav>ul>li:last-child{padding-right:0}.main-menu.main-menu-padding-2>nav>ul>li{padding-right:50px}.main-menu.main-menu-padding-2>nav>ul>li:last-child{padding-right:0}.main-menu.main-menu-padding-3>nav>ul>li{padding-right:30px}.main-menu.main-menu-padding-3>nav>ul>li:last-child{padding-right:0}.main-menu.main-menu-lh-1>nav>ul>li{line-height:95px}.main-menu.main-menu-lh-3>nav>ul>li{line-height:100px}.main-menu.main-menu-lh-4>nav>ul>li{line-height:55px}.main-menu.main-menu-lh-5>nav>ul>li{line-height:48px}.main-menu.main-menu-font-width-400>nav>ul>li a{font-weight:400}.main-menu.main-menu-center{text-align:center}.header-action.header-action-flex{display:flex;justify-content:flex-end}.header-action.header-action-mrg-right{margin-right:13px}.header-action .same-style-2{line-height:1;margin-right:20px}@media only screen and (min-width:992px) and (max-width:1199px){.header-action .same-style-2{margin-right:25px}}@media only screen and (max-width:767px){.header-action .same-style-2{margin-right:20px}}@media only screen and (min-width:576px) and (max-width:767px){.header-action .same-style-2{margin-right:25px}}.header-action .same-style-2:last-child{margin-right:0}.header-action .same-style-2 a{color:#fff;font-size:22px;display:inline-block;position:relative}@media only screen and (max-width:767px){.header-action .same-style-2 a{font-size:20px}}@media only screen and (min-width:576px) and (max-width:767px){.header-action .same-style-2 a{font-size:22px}}.header-action .same-style-2 a span.pro-count{position:absolute;top:-8px;font-size:11px;width:22px;height:22px;display:inline-block;line-height:22px;color:#fff;text-align:center;left:14px;border-radius:50px;font-weight:400}@media only screen and (max-width:767px){.header-action .same-style-2 a span.pro-count{font-size:10px;width:18px;height:18px;line-height:17px}}.header-action .same-style-2 a span.red{background-color:#1f4883}.header-action .same-style-2 a span.black,.header-action .same-style-2 a span.green{background-color:#000}.header-action .same-style-2 a span.purple{background-color:#6f50a7}.header-action .same-style-2 a:hover{color:#81e09d}.header-action .same-style-2.same-style-2-white a{color:#fff}.header-action .same-style-2.same-style-2-white a:hover{color:#1f4883}.header-action .same-style-2.same-style-2-white.same-style-2-hover-black a:hover{color:#000}.header-action .same-style-2.header-cart a{display:flex}.header-action .same-style-2.header-cart a span.cart-amount{color:#1f4883;font-weight:600;font-size:14px;margin:0 0 0 20px}.header-action .same-style-2.header-cart a span.cart-amount.light-yellow{color:#ffd74b}.header-action .same-style-2.header-cart a span.cart-amount.white{color:#fff}.header-action .same-style-2.same-style-2-font-inc a{font-size:16px}@media only screen and (min-width:992px) and (max-width:1199px){.header-action .same-style-2.same-style-2-font-inc a{font-size:20px}}@media only screen and (max-width:767px){.header-action .same-style-2.same-style-2-font-inc a{font-size:20px}}.header-action .same-style-2.same-style-2-font-dec a{font-size:18px}.search-wrap-2{margin-right:70px}@media only screen and (min-width:992px) and (max-width:1199px){.search-wrap-2{margin:0 80px 0 0}}.search-wrap-2 form{position:relative}.search-wrap-2 form input{color:#999;padding:2px 0 2px 30px;height:35px;background-color:transparent;border:none;border-bottom:1px solid #2d2d2d}.search-wrap-2 form input::-moz-input-placeholder{color:#999;opacity:1}.search-wrap-2 form input::-webkit-input-placeholder{color:#999;opacity:1}.search-wrap-2 form button{position:absolute;left:0;top:50%;transform:translateY(-50%);border:none;padding:0;font-size:16px;color:#000;background-color:transparent}.header-login-regi{margin-right:45px}.header-login-regi a{color:#000;display:flex;align-items:center}.header-login-regi a i{font-size:20px;margin-right:20px}.header-login-regi a:hover{color:#1f4883}.header-cart-2 a{color:#000;display:flex;align-items:center;position:relative;font-weight:600}.header-cart-2 a i{font-size:22px;margin-right:20px}.header-cart-2 a span{position:absolute;bottom:-6px;font-size:12px;width:20px;height:20px;display:inline-block;line-height:19px;color:#fff;text-align:center;left:14px;border-radius:50px;font-weight:600}@media only screen and (max-width:767px){.header-cart-2 a span{font-size:10px;width:18px;height:18px;line-height:17px}}.header-cart-2 a span.black{background-color:#000}.header-cart-2 a span.red{background-color:#1f4883}.header-cart-2 a:hover{color:#1f4883}.main-wrapper .body-overlay{background-color:#232324;height:100%;left:0;opacity:0;position:fixed;top:0;transition:all .5s ease-in-out 0s;visibility:hidden;width:100%;z-index:9999}.main-wrapper.overlay-active .body-overlay{opacity:.3;visibility:visible;z-index:9999}.sidebar-cart-active{position:fixed;top:0;width:420px;padding:104px 50px 50px;min-height:100vh;bottom:0;z-index:9999;right:0;visibility:hidden;opacity:0;transition:all .25s ease-in;transform:translate(200px);box-shadow:0 0 87px 0 rgba(0,0,0,.09);background-color:#fff}.sidebar-cart-active.inside{visibility:visible;opacity:1;transform:translate(0)}@media only screen and (min-width:768px) and (max-width:991px){.sidebar-cart-active{width:350px;padding:104px 30px 50px}}@media only screen and (max-width:767px){.sidebar-cart-active{padding:60px 15px 50px;width:280px}}.sidebar-cart-active .sidebar-cart-all .cart-close{position:absolute;top:37px;right:50px;font-size:36px;line-height:30px;color:#6d6d6d;transition:all .25s ease-out}@media only screen and (min-width:768px) and (max-width:991px){.sidebar-cart-active .sidebar-cart-all .cart-close{font-size:25px}}@media only screen and (max-width:767px){.sidebar-cart-active .sidebar-cart-all .cart-close{top:27px;right:17px;font-size:23px}}.sidebar-cart-active .sidebar-cart-all .cart-close:hover{transform:rotate(90deg);color:#164681}.sidebar-cart-active .sidebar-cart-all .cart-content>h3{font-size:18px;font-weight:600;margin:0 0 35px}.sidebar-cart-active .sidebar-cart-all .cart-content ul{margin:0 -30px 0 0;padding:0 30px 0 0;max-height:310px;max-height:calc(100vh - 430px);overflow:auto}.mychart .cart-content>h3{font-size:18px;font-weight:600;margin:0 0 35px}.mychart .cart-content ul{margin:0 -30px 0 0;padding:0 30px 0 0;max-height:310px;max-height:calc(100vh - 430px);overflow:auto}@media only screen and (min-width:768px) and (max-width:991px){.mychart .cart-content ul,.sidebar-cart-active .sidebar-cart-all .cart-content ul{max-height:calc(100vh - 365px)}}@media only screen and (max-width:767px){.mychart .cart-content ul,.sidebar-cart-active .sidebar-cart-all .cart-content ul{max-height:calc(100vh - 360px)}}.sidebar-cart-active .sidebar-cart-all .cart-content ul li{display:flex;margin-bottom:30px}.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-img{flex:0 0 70px}.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-img a img{width:100%;border:1px solid rgba(0,0,0,.1)}.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title{margin-left:20px}.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title h4{font-size:15px;margin:0 0 8px;font-weight:500}.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title h4 a{color:#000}.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title h4 a:hover{color:#164681}.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title span{font-size:15px;color:#000}.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-delete{display:flex;flex-grow:100;justify-content:flex-end}.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-delete a{display:block;font-size:16px;height:20px;line-height:17px;overflow:hidden;width:20px;text-align:right;color:#000}.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-delete a:hover{color:#1f4883}.sidebar-cart-active .sidebar-cart-all .cart-content .cart-total{display:block;width:100%;margin:16px 0 26px}.sidebar-cart-active .sidebar-cart-all .cart-content .cart-total h4{font-size:16px;margin:0;font-weight:600;color:#000}.sidebar-cart-active .sidebar-cart-all .cart-content .cart-total h4 span{font-size:15px;color:#000;float:right;font-weight:400}.sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn{display:block;width:100%}.sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a{width:100%;display:block;margin:10px 0 0;text-align:center;padding:18px 20px 17px;background-color:#000;color:#fff;text-transform:capitalize;font-size:16px;line-height:1}.sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a:hover{background-color:#164681}.sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a:first-child{margin-top:0}.mychart .cart-content ul li{display:flex;margin-bottom:30px}.mychart .cart-content ul li .cart-img{flex:0 0 70px}.mychart .cart-content ul li .cart-img a img{width:100%;border:1px solid rgba(0,0,0,.1)}.mychart .cart-content ul li .cart-title{margin-left:20px}.mychart .cart-content ul li .cart-title h4{font-size:15px;margin:0 0 8px;font-weight:500}.mychart .cart-content ul li .cart-title h4 a{color:#000}.mychart .cart-content ul li .cart-title h4 a:hover{color:#164681}.mychart .cart-content ul li .cart-title span{font-size:15px;color:#000}.mychart .cart-content ul li .cart-delete{display:flex;flex-grow:100;justify-content:flex-end}.mychart .cart-content ul li .cart-delete a{display:block;font-size:16px;height:20px;line-height:17px;overflow:hidden;width:20px;text-align:right;color:#000}.mychart .cart-content ul li .cart-delete a:hover{color:#1f4883}.mychart .cart-content .cart-total{display:block;width:100%;margin:16px 0 26px}.mychart .cart-content .cart-total h4{font-size:16px;margin:0;font-weight:600;color:#000}.mychart .cart-content .cart-total h4 span{font-size:15px;color:#000;float:right;font-weight:400}.mychart .cart-content .cart-checkout-btn{display:block;width:100%}.mychart .cart-content .cart-checkout-btn a{width:100%;display:block;margin:10px 0 0;text-align:center;padding:18px 20px 17px;background-color:#000;color:#fff;text-transform:capitalize;font-size:16px;line-height:1}.mychart .cart-content .cart-checkout-btn a:hover{background-color:#164681}.mychart .cart-content .cart-checkout-btn a:first-child{margin-top:0}.header-search-1{position:relative}.header-search-1 .search-toggle{z-index:99}.header-search-1 .search-toggle i{display:block}.header-search-1 .search-toggle i.s-close{font-size:35px;left:0;position:absolute;top:50%;transform:translateY(-50%)}.header-search-1 .search-toggle .s-close{opacity:0}.header-search-1 .search-toggle.open .s-close{opacity:1}.header-search-1 .search-toggle.open .s-open{opacity:0}.search-wrap-1{background-color:transparent;opacity:0;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:all .3s ease 0s;visibility:hidden;width:340px;z-index:-99;padding-bottom:1px;margin-right:10px}.search-wrap-1 form{position:relative;overflow:hidden}.search-wrap-1 form input{background-color:#fff;border:1px solid #e2dcdc;color:#000;line-height:30px;padding:2px 60px 2px 20px;width:100%}.search-wrap-1 form input::-moz-input-placeholder{color:#000;opacity:1}.search-wrap-1 form input::-webkit-input-placeholder{color:#000;opacity:1}.search-wrap-1 form button.button-search{position:absolute;right:0;top:50%;transform:translateY(-50%);background-color:transparent;height:100%;border:none;border-left:1px solid #e2dcdc;padding:0 15px;color:#000}.search-wrap-1 form button.button-search:hover{color:#1f4883}.search-wrap-1.open{opacity:1;right:100%;visibility:visible;z-index:99}.logo a{display:block}.logo a img{max-width:110px;margin-left:15px}.social-offer-wrap{display:flex}.header-offer-wrap-2{margin:0 0 0 45px}.header-offer-wrap-2 p,.header-offer-wrap-2.mrg-none{margin:0}.header-offer-wrap-2 p span{color:#000}.categori-search-wrap{display:flex;align-items:center;position:relative;z-index:9;border:1px solid #e1e1e1;background-color:#fff;border-radius:5px}.categori-search-wrap .categori-style-1{margin-right:20px;position:relative}.categori-search-wrap .categori-style-1:before{position:absolute;content:"";right:-14px;top:50%;transform:translateY(-50%);width:1px;height:24px;background-color:#ccc}.categori-search-wrap .categori-style-1 .nice-select.nice-select-style-1{border:none;background-color:transparent;border-radius:0;min-width:137px}.categori-search-wrap .categori-style-1 .nice-select.nice-select-style-1 span{font-size:13px;color:#222}.categori-search-wrap .categori-style-1 .nice-select:after{border-bottom:1px solid #222;border-right:1px solid #222;height:7px;right:12px;width:7px;margin-right:3px}.categori-search-wrap .search-wrap-3{width:100%}.categori-search-wrap .search-wrap-3 form{position:relative}.categori-search-wrap .search-wrap-3 form input{font-size:13px;color:#999;border:none;height:40px;padding:2px 75px 2px 10px;background-color:transparent}.categori-search-wrap .search-wrap-3 form button{padding:10px!important}.categori-search-wrap .search-wrap-3 form button:hover{background-color:#00b2e3}.categori-search-wrap .search-wrap-3 form button:hover i{color:#fff}.categori-search-wrap .search-wrap-3 form input::-moz-input-placeholder{color:#999;opacity:1}.categori-search-wrap .search-wrap-3 form input::-webkit-input-placeholder{color:#999;opacity:1}.categori-search-wrap .search-wrap-3 form button{position:absolute;right:13px;top:50%;transform:translateY(-50%);background-color:transparent;border:none;padding:0;color:#222;font-size:18px}.categori-search-wrap .search-wrap-3 form button:hover{color:#1f4883}.categori-search-wrap.categori-search-wrap-modify{margin-right:-50px}.categori-search-wrap.categori-search-wrap-modify .categori-style-1{position:absolute;right:67px;top:50%;transform:translateY(-50%);margin-right:0;z-index:6}.categori-search-wrap.categori-search-wrap-modify .categori-style-1:before{left:-20px}.categori-search-wrap.categori-search-wrap-modify .search-wrap-3 form input{padding:2px 250px 2px 20px;height:50px}.categori-search-wrap.categori-search-wrap-modify .search-wrap-3 form button{color:#fff;height:100%;right:0;padding:0 20px;background-color:#6f50a7}.categori-search-wrap.categori-search-wrap-modify .search-wrap-3 form button:hover{color:#1f4883}.categori-search-wrap.categori-search-wrap-modify-2{border:none;background-color:#fff}.categori-search-wrap.categori-search-wrap-modify-2 .categori-style-1 .nice-select .list{margin-top:0;border-radius:0}.categori-search-wrap.categori-search-wrap-modify-2 .search-wrap-3 form button{color:#0064e0}.categori-search-wrap.categori-search-wrap-modify-2 .search-wrap-3 form button.orange{color:#e44311}.categori-search-wrap.categori-search-wrap-modify-2 .search-wrap-3 form button.orange:hover{color:#000}.categori-search-wrap.categori-search-wrap-modify-2 .search-wrap-3 form button:hover{color:#1f4883}.categori-search-wrap.categori-search-wrap-modify-3{border:1px #dadada;background-color:#f7f7f7}.categori-search-wrap.categori-search-wrap-modify-3 .categori-style-1 .nice-select .list{margin-top:0;border-radius:0}.categori-search-wrap.categori-search-wrap-modify-3 .search-wrap-3 form input{padding:2px 75px 2px 10px}.categori-search-wrap.categori-search-wrap-modify-3 .search-wrap-3 form button{color:#fff;height:100%;right:0;min-height:44px;padding:0 20px;background-color:#6aae27}.categori-search-wrap.categori-search-wrap-modify-3 .search-wrap-3 form button.blue{background-color:#0064e0}.categori-search-wrap.categori-search-wrap-modify-3 .search-wrap-3 form button:hover{color:#1f4883}.main-categori-wrap{position:relative}.main-categori-wrap>a{color:#4dbdaf;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.25px;display:block;width:100%;line-height:1;padding:0 14px 0 0}.main-categori-wrap>a i{font-size:22px;margin-right:18px;position:relative;top:4px;line-height:1}@media only screen and (min-width:992px) and (max-width:1199px){.main-categori-wrap>a i{margin-right:12px}}.main-categori-wrap>a i.icon-right{float:right;font-size:12px;margin-right:0;top:11px}.main-categori-wrap>a.purple{color:#6f50a7}.main-categori-wrap>a.green{color:#6aae27}.main-categori-wrap>a.blue{color:#0064e0}.main-categori-wrap.main-categori-wrap-modify>a{color:#fff;padding:9px 20px 18px;background-color:#6f50a7}@media only screen and (min-width:992px) and (max-width:1199px){.main-categori-wrap.main-categori-wrap-modify>a{padding:9px 12px 18px}}.main-categori-wrap.main-categori-wrap-modify-2>a{display:flex;justify-content:space-between;color:#fff;min-height:48px;align-items:center;padding:2px 20px;background-color:#468707}.main-categori-wrap.main-categori-wrap-modify-2>a.categori-blue{background-color:#03479b}.main-categori-wrap.main-categori-wrap-modify-2>a i.icon-right{top:1px}.hotline{text-align:right}.hotline p{font-size:14px;font-weight:600;color:#222}.hotline p i{font-size:18px;color:#000;margin-right:13px}.hotline p span{font-size:13px;color:#666;font-weight:400}.header-middle-padding-1{padding:34px 0 18px}.header-middle-padding-2{padding:30px 0}.category-menu{border:1px solid #e1e1e1;width:270px;position:absolute;top:220%;left:0;z-index:5;background-color:#fff;padding:9px 0 3px}.category-menu.categori-not-visible{display:none;top:100%}@media only screen and (min-width:768px) and (max-width:991px){.category-menu{left:50%;transform:translateX(-50%)}}@media only screen and (max-width:767px){.category-menu{left:50%;transform:translateX(-50%)}}.category-menu nav>ul>li{padding:12px 0;position:relative;border-bottom:1px solid #e1e1e1}.category-menu nav>ul>li:last-child{border-bottom:none}@media only screen and (min-width:992px) and (max-width:1199px){.category-menu nav>ul>li{padding:10px 0}}.category-menu nav>ul>li>a{color:#000;font-weight:600;padding:0 20px;display:block}.category-menu nav>ul>li>a span{float:right;font-size:10px;position:relative;top:6px;color:#000}.category-menu nav>ul>li .category-menu-dropdown{position:absolute;left:100%;top:0;width:570px;background-color:#fff;border-radius:5px;padding:30px 52px 40px 30px;margin-left:1px;transform:rotateX(90deg);transform-origin:center top 0;transition:all .5s ease 0s;visibility:hidden;z-index:99;box-shadow:0 0 30px .4px rgba(0,0,0,.1)}.category-menu nav>ul>li .category-menu-dropdown .single-category-menu{display:inline-block;width:50%;float:left}.category-menu nav>ul>li .category-menu-dropdown .single-category-menu.ct-menu-mrg-bottom{margin-bottom:74px}.category-menu nav>ul>li .category-menu-dropdown .single-category-menu.ct-menu-mrg-left{padding-left:38px}.category-menu nav>ul>li .category-menu-dropdown .single-category-menu.category-menu-border{position:relative}.category-menu nav>ul>li .category-menu-dropdown .single-category-menu.category-menu-border:before{position:absolute;content:"";bottom:-36px;left:0;background-color:#d6d7da;height:1px;width:180px}.category-menu nav>ul>li .category-menu-dropdown .single-category-menu h4{color:#000;font-weight:600;font-size:14px;margin:0 0 18px;letter-spacing:.2px;text-transform:uppercase}.category-menu nav>ul>li .category-menu-dropdown .single-category-menu ul li{padding:0 0 9px}.category-menu nav>ul>li .category-menu-dropdown .single-category-menu ul li:last-child{padding:0}.category-menu nav>ul>li .category-menu-dropdown .single-category-menu ul li a{color:#333}.category-menu nav>ul>li .category-menu-dropdown .single-category-menu ul li a:hover{color:#4dbdaf}.category-menu nav>ul>li .category-menu-dropdown .single-category-menu>a img{width:100%}@media only screen and (min-width:1366px) and (max-width:1600px){.category-menu nav>ul>li .category-menu-dropdown.ct-menu-res-height-1{height:280px;overflow-y:auto}}@media only screen and (min-width:1200px) and (max-width:1365px){.category-menu nav>ul>li .category-menu-dropdown.ct-menu-res-height-1{height:280px;overflow-y:auto}}@media only screen and (min-width:992px) and (max-width:1199px){.category-menu nav>ul>li .category-menu-dropdown.ct-menu-res-height-1{height:280px;overflow-y:auto}}.category-menu nav>ul>li:hover>a,.category-menu nav>ul>li:hover>a span{color:#4dbdaf}.category-menu nav>ul>li:hover .category-menu-dropdown{transform:rotateX(0deg);visibility:visible}.category-menu-2{border:1px solid #468707;width:270px;position:absolute;top:100%;left:0;z-index:5;background-color:#fff;padding:5px 17px 3px}.category-menu-2.categori-not-visible-2{display:none;top:100%}@media only screen and (min-width:768px) and (max-width:991px){.category-menu-2{left:50%;transform:translateX(-50%)}}@media only screen and (max-width:767px){.category-menu-2{left:50%;transform:translateX(-50%)}}.category-menu-2 nav>ul>li{padding:12px 0;position:relative;border-bottom:1px solid #e1e1e1}.category-menu-2 nav>ul>li:last-child{border-bottom:none}@media only screen and (min-width:992px) and (max-width:1199px){.category-menu-2 nav>ul>li{padding:10px 0}}.category-menu-2 nav>ul>li>a{color:#000;font-size:14px;display:flex;align-items:center}.category-menu-2 nav>ul>li>a i{font-size:18px;margin-right:14px}.category-menu-2 nav>ul>li:hover>a,.category-menu-2 nav>ul>li:hover>a span{color:#6aae27}.category-menu-2 nav>ul>li:hover .category-menu-dropdown{transform:rotateX(0deg);visibility:visible}.category-menu-2.category-menu-2-blue{border:1px solid #03479b}.category-menu-2.category-menu-2-blue nav>ul>li:hover>a,.category-menu-2.category-menu-2-blue nav>ul>li:hover>a span{color:#0064e0}.header-quick-contect ul{display:flex;flex-wrap:wrap}.header-quick-contect ul li{margin-right:30px;color:#fff}.header-quick-contect ul li:last-child{margin-right:0}.header-quick-contect ul li i{margin-right:10px}.header-offer-wrap-3 p{font-size:16px;font-weight:600;letter-spacing:.25px;margin:0;color:#fff}@media only screen and (min-width:1366px) and (max-width:1600px){.header-offer-wrap-3 p{font-size:14px}}.header-offer-wrap-3 p a{text-transform:uppercase;font-size:12px;letter-spacing:.5px;text-decoration:underline;color:#fff;font-weight:400;margin:0 0 0 14px;padding:0 0 2px;display:inline-block}@media only screen and (min-width:1366px) and (max-width:1600px){.header-offer-wrap-3 p a{margin:0 0 0 5px}}@media only screen and (min-width:1200px) and (max-width:1365px){.header-offer-wrap-3 p a{margin:0 0 0 5px}}.header-offer-wrap-3 p a:hover{color:#1f4883}.header-offer-wrap-3 p.black,.header-offer-wrap-3 p.black a{color:#000}.social-hm4-wrap{display:flex;align-items:center;flex-wrap:wrap;margin-right:32px}@media only screen and (min-width:1366px) and (max-width:1600px){.social-hm4-wrap{margin-right:15px}}@media only screen and (min-width:1200px) and (max-width:1365px){.social-hm4-wrap{margin-right:8px}}@media only screen and (min-width:992px) and (max-width:1199px){.social-hm4-wrap{margin-right:8px}}.social-hm4-wrap span{color:#fff;display:inline-block;line-height:1;margin:-6px 23px 0 0}@media only screen and (min-width:1200px) and (max-width:1365px){.social-hm4-wrap span{margin:-6px 15px 0 0}}@media only screen and (min-width:992px) and (max-width:1199px){.social-hm4-wrap span{margin:-6px 12px 0 0}}.hm4-currency-language-wrap.same-style-wrap .same-style>a{background-color:transparent;color:#fff;padding:0 14px}@media only screen and (min-width:992px) and (max-width:1199px){.hm4-currency-language-wrap.same-style-wrap .same-style>a{padding:0 8px}}.hm4-currency-language-wrap.same-style-wrap .same-style:hover>a{background-color:#404040}.header-top-ptb-4{padding:36px 0}.header-offer-wrap-4 p{color:#fff}.header-offer-wrap-4 p span.uppercase{text-transform:uppercase;font-weight:600}.header-offer-wrap-4 p span.amount{color:#fc302f;font-weight:600}.header-offer-wrap-4 p a{text-transform:uppercase;font-size:12px;letter-spacing:.5px;text-decoration:underline;color:#fff;font-weight:400;margin:0 0 0 12px;display:inline-block}.header-offer-wrap-4 p a:hover{text-decoration:none}.header-offer-wrap-4 p.black,.header-offer-wrap-4 p.black a{color:#000}.header-top-ptb-5{padding:13px 0 18px}.header-offer-wrap-5{display:flex;align-items:center;justify-content:center;padding:13px 20px 11px;border:1px solid #6f50a7;margin-left:50px}@media only screen and (min-width:992px) and (max-width:1199px){.header-offer-wrap-5{padding:13px 10px 11px}}.header-offer-wrap-5 h3{font-size:28px;font-weight:800;color:#6f50a7;margin:0 12px 0 0;text-transform:uppercase;letter-spacing:-.35px;line-height:22px}@media only screen and (min-width:992px) and (max-width:1199px){.header-offer-wrap-5 h3{font-size:20px}}.header-offer-wrap-5 h4{font-size:12px;font-weight:800;color:#4dbdaf;margin:0;text-transform:uppercase;letter-spacing:-.25px;line-height:12px}.header-bottom-ptb{padding:0 0 15px}.hotline-2-wrap{display:flex;align-items:center;justify-content:flex-end}.hotline-2-wrap .hotline-2-icon{margin-right:20px}@media only screen and (min-width:992px) and (max-width:1199px){.hotline-2-wrap .hotline-2-icon{margin-right:10px}}.hotline-2-wrap .hotline-2-icon i{font-size:24px;color:#6aae27}.hotline-2-wrap .hotline-2-icon i.blue{color:#0064e0}.hotline-2-wrap .hotline-2-content span{font-size:12px;color:#666;display:block;line-height:1}.hotline-2-wrap .hotline-2-content h5{font-size:18px;color:#222;font-weight:600;margin:4px 0 0}@media only screen and (min-width:992px) and (max-width:1199px){.hotline-2-wrap .hotline-2-content h5{font-size:16px}}.main-wrapper .body-overlay-1{background:rgba(35,35,36,.7) none repeat scroll 0 0;height:100%;left:0;opacity:0;position:fixed;top:0;transition:all .5s ease-in-out 0s;visibility:hidden;width:100%;z-index:9999}.main-wrapper.overlay-active-1 .body-overlay-1{opacity:1;visibility:visible}.mobile-header-active{position:fixed;top:0;width:350px;min-height:100vh;bottom:0;z-index:111;right:0;visibility:hidden;opacity:0;transition:all .4s ease-out;transform:translate(200px);background-color:#fff;box-shadow:0 0 15px 0 rgba(0,0,0,.09);z-index:9999}@media only screen and (max-width:767px){.mobile-header-active{width:290px}}.mobile-header-active.sidebar-visible{visibility:visible;opacity:1;transform:translate(0)}.mobile-header-active .clickalbe-sidebar-wrap{padding:80px 30px 20px;height:100%}@media only screen and (max-width:767px){.mobile-header-active .clickalbe-sidebar-wrap{padding:80px 20px 20px}}.mobile-header-active .clickalbe-sidebar-wrap .sidebar-close{position:absolute;top:20px;left:30px;font-size:30px;line-height:30px;transition:all .25s ease-out;color:#000;left:auto;right:20px}.mobile-header-active .clickalbe-sidebar-wrap .sidebar-close:hover{transform:rotate(90deg);color:#38b3e5}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area{overflow-y:auto;overflow-x:hidden;height:100%;padding-right:10px}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-padding-border-1{border-bottom:1px solid #ddd;margin-bottom:17px;padding-bottom:30px}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-padding-border-2{border-bottom:1px solid #ddd;margin-bottom:20px;padding-bottom:17px}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-padding-border-3{border-bottom:1px solid #ddd;margin-bottom:24px;padding-bottom:30px}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-padding-border-4{border-bottom:1px solid #ddd;margin-bottom:30px;padding-bottom:24px}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-search form{position:relative}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-search form input{background-color:#eee8e8;border:none;border-radius:0;height:50px;padding:0 60px 0 15px;width:100%;font-size:14px;color:#181818}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-search form button{background-color:#acdad3;border-image:none;border-radius:5px 5px 5px 5px;border:#ddd;border-left:1px solid #ddd;color:#000;font-size:18px;height:100%;padding:0 10px;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:all .3s ease 0s}@media only screen and (max-width:767px){.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-search form button{font-size:16px}}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-search form button:hover{color:#1f4883}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-search form button i{margin-top:5px;display:inline-block}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav{height:100%}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li{display:block;position:relative}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children .menu-expand{line-height:50;top:-5px;left:95%;width:30px;position:absolute;height:50px;text-align:center;cursor:pointer}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children .menu-expand i{display:block;position:relative;width:10px;margin-top:25px;border-bottom:1px solid #000;transition:all .25s ease-out}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children .menu-expand i:before{top:0;width:100%;content:"";display:block;position:absolute;transform:rotate(90deg);border-bottom:1px solid #000;transition:.4s}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children.active>.menu-expand i:before{transform:rotate(0)}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a{font-size:16px;text-transform:capitalize;line-height:18px;position:relative;display:inline-block;padding:10px 0;color:#000}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a i{margin-right:5px}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a{padding:10px 15px 5px;font-size:14px;color:#333}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a:hover{color:#1f4883}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li ul li a{padding:10px 30px 5px;font-size:14px;color:#333}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover>a{color:#5fbeb0}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover.menu-item-has-children>.menu-expand>i,.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover.menu-item-has-children>.menu-expand>i:before{border-bottom:1px solid #1f4883}@media only screen and (max-width:767px){.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-info-wrap{display:block}}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info{position:relative;margin-bottom:13px}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:last-child{margin-bottom:0}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a{font-size:15px;display:block;color:#000}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a span{float:right;font-size:10px;position:relative;top:8px;line-height:1}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown{margin-top:5px;display:none;background-color:#fff;box-shadow:0 0 20px .4px rgba(0,0,0,.1);padding:22px 30px 26px;width:100%;z-index:11}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li{padding-bottom:10px}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li:last-child{padding-bottom:0}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a{font-size:14px;color:#000}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a:hover{color:#1f4883}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:hover>a{color:#5fbeb0}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-contact-info ul li{color:#000;display:flex;margin:0 0 14px;font-size:15px}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-contact-info ul li:last-child{margin:0}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-contact-info ul li i{font-size:14px;margin-right:12px;position:relative;top:4px}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-social-icon a{display:inline-block;width:33px;height:33px;line-height:33px;text-align:center;border-radius:100%;color:#fff;font-size:15px;margin-right:10px}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-social-icon a:last-child{margin-right:0}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-social-icon a.facebook{background-color:#3b5999;border:1px solid #3b5999}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-social-icon a.facebook:hover{color:#3b5999;background-color:transparent}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-social-icon a.twitter{background-color:#55acee;border:1px solid #55acee}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-social-icon a.twitter:hover{color:#55acee;background-color:transparent}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-social-icon a.pinterest{background-color:#bd081c;border:1px solid #bd081c}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-social-icon a.pinterest:hover{color:#bd081c;background-color:transparent}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-social-icon a.instagram{background-color:#e4405f;border:1px solid #e4405f}.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-social-icon a.instagram:hover{color:#e4405f;background-color:transparent}.categori-hide-2{display:none;padding-top:20px}.slider-height-1{height:585px}@media only screen and (min-width:768px) and (max-width:991px){.slider-height-1{height:500px}}@media only screen and (max-width:767px){.slider-height-1{height:440px}}.slider-height-2{height:710px}@media only screen and (min-width:1366px) and (max-width:1600px){.slider-height-2{height:600px}}@media only screen and (min-width:1200px) and (max-width:1365px){.slider-height-2{height:600px}}@media only screen and (min-width:992px) and (max-width:1199px){.slider-height-2{height:550px}}@media only screen and (min-width:768px) and (max-width:991px){.slider-height-2{height:500px}}@media only screen and (max-width:767px){.slider-height-2{height:400px}}.slider-height-3{height:350px}@media only screen and (max-width:767px){.slider-height-3{height:auto;padding:50px 0}}.slider-height-4{height:520px}@media only screen and (min-width:992px) and (max-width:1199px){.slider-height-4{height:475px}}@media only screen and (min-width:768px) and (max-width:991px){.slider-height-4{height:475px}}@media only screen and (max-width:767px){.slider-height-4{height:450px}}.hero-slider-pt-1{padding-top:150px}@media only screen and (min-width:768px) and (max-width:991px){.hero-slider-pt-1{padding-top:100px}}@media only screen and (max-width:767px){.hero-slider-pt-1{padding-top:110px}}@media only screen and (min-width:576px) and (max-width:767px){.hero-slider-pt-1{padding-top:90px}}.hero-slider-content-1-pt-1{padding-top:125px}@media only screen and (min-width:768px) and (max-width:991px){.hero-slider-content-1-pt-1{padding-top:70px}}@media only screen and (max-width:767px){.hero-slider-content-1-pt-1{padding-top:0}}@media only screen and (min-width:576px) and (max-width:767px){.hero-slider-content-1-pt-1{padding-top:40px}}.hero-slider-content-1 h4{font-size:20px;font-weight:600;margin:0}.hero-slider-content-1 h4.font-dec{font-size:16px}.hero-slider-content-1 h1{font-size:72px;line-height:72px;font-weight:700;margin:20px 0 42px;font-family:Heebo,sans-serif;letter-spacing:-.25px}.hero-slider-content-1 h1.font-dec{font-size:36px;line-height:45px;font-family:Poppins,sans-serif;margin:16px 0 28px}@media only screen and (min-width:992px) and (max-width:1199px){.hero-slider-content-1 h1.font-dec{font-size:30px;line-height:40px;margin:6px 0 10px}}@media only screen and (min-width:768px) and (max-width:991px){.hero-slider-content-1 h1.font-dec{font-size:35px;line-height:45px;margin:12px 0 15px}}@media only screen and (max-width:767px){.hero-slider-content-1 h1.font-dec{font-size:28px;line-height:40px;margin:10px 0}}@media only screen and (min-width:576px) and (max-width:767px){.hero-slider-content-1 h1.font-dec{font-size:24px;line-height:32px;margin:5px 0}}@media only screen and (min-width:992px) and (max-width:1199px){.hero-slider-content-1 h1{font-size:55px;line-height:65px;margin:12px 0 20px}}@media only screen and (min-width:768px) and (max-width:991px){.hero-slider-content-1 h1{font-size:45px;line-height:56px;margin:10px 0 15px}}@media only screen and (max-width:767px){.hero-slider-content-1 h1{font-size:32px;line-height:45px;margin:12px 0}}@media only screen and (min-width:576px) and (max-width:767px){.hero-slider-content-1 h1{font-size:30px;line-height:35px;margin:5px 0 10px}}.hero-slider-content-1 p{font-size:16px;line-height:30px;margin:0 0 80px;width:78%}.hero-slider-content-1 p.width-inc{width:96%;margin:0 0 36px}@media only screen and (min-width:992px) and (max-width:1199px){.hero-slider-content-1 p.width-inc{width:100%;margin:0 0 14px}}@media only screen and (min-width:768px) and (max-width:991px){.hero-slider-content-1 p.width-inc{margin:0 0 16px}}@media only screen and (max-width:767px){.hero-slider-content-1 p.width-inc{margin:0 0 16px}}@media only screen and (min-width:576px) and (max-width:767px){.hero-slider-content-1 p.width-inc{width:100%;line-height:25px}}@media only screen and (min-width:992px) and (max-width:1199px){.hero-slider-content-1 p{margin:0 0 30px}}@media only screen and (min-width:768px) and (max-width:991px){.hero-slider-content-1 p{font-size:15px;margin:0 0 30px;width:100%}}@media only screen and (max-width:767px){.hero-slider-content-1 p{margin:0 0 20px;width:98%}}@media only screen and (min-width:576px) and (max-width:767px){.hero-slider-content-1 p{font-size:15px;line-height:28px;margin:0 0 15px}}.hero-slider-content-1.hero-slider-content-1-padding1{padding:63px 0 0 70px}@media only screen and (min-width:992px) and (max-width:1199px){.hero-slider-content-1.hero-slider-content-1-padding1{padding:40px 0 0 15px}}@media only screen and (min-width:768px) and (max-width:991px){.hero-slider-content-1.hero-slider-content-1-padding1{padding:63px 0 0 20px}}@media only screen and (max-width:767px){.hero-slider-content-1.hero-slider-content-1-padding1{padding:50px 15px 0;text-align:center}}@media only screen and (min-width:576px) and (max-width:767px){.hero-slider-content-1.hero-slider-content-1-padding1{padding:50px 0 0 15px;text-align:left}}.btn-style-1 a{display:inline-block;font-size:16px;font-weight:600;background-color:#000;color:#fff}.btn-style-1 a:hover{background-color:#1f4883}@media only screen and (max-width:767px){.btn-style-1 a{font-size:15px;font-weight:500}}.btn-style-1 a.btn-1-padding-1{padding:11px 26px 15px}@media only screen and (max-width:767px){.btn-style-1 a.btn-1-padding-1{padding:8px 20px 12px}}.btn-style-1 a.btn-1-bg-purple{background-color:#6f50a7}.btn-style-1 a.btn-1-padding-2{padding:8px 22px 12px}.btn-style-1 a.btn-1-padding-3{padding:12px 25px 14px}@media only screen and (max-width:767px){.btn-style-1 a.btn-1-padding-3.banner-btn-res{padding:5px 15px;font-size:13px}}.btn-style-1 a.btn-1-padding-4{padding:8px 20px 13px}@media only screen and (min-width:768px) and (max-width:991px){.btn-style-1 a.btn-1-padding-4{padding:6px 15px 10px}}@media only screen and (max-width:767px){.btn-style-1 a.btn-1-padding-4{font-size:13px;padding:2px 12px 5px}}.btn-style-1 a.bg-white{background-color:#fff;color:#000}.btn-style-1 a.bg-white:hover{background-color:#000!important;color:#fff}.btn-style-1 a.btn-1-green-2{background-color:#6aae27}.btn-style-1 a.btn-1-green-2:hover{background-color:#000;color:#fff}.btn-style-1 a.btn-1-blue{background-color:#0064e0}.btn-style-1 a.btn-1-blue:hover{background-color:#000;color:#fff}.btn-style-1 a.btn-1-orange{background-color:#e44311}.btn-style-1 a.btn-1-orange:hover{background-color:#000;color:#fff}.btn-style-1 a.btn-1-font-14{font-size:14px}.hero-slider-img-1{margin-right:-80px;margin-left:80px}@media only screen and (min-width:1366px) and (max-width:1600px){.hero-slider-img-1{margin-right:0;margin-left:0}}@media only screen and (min-width:1200px) and (max-width:1365px){.hero-slider-img-1{margin-right:0;margin-left:0}}@media only screen and (min-width:992px) and (max-width:1199px){.hero-slider-img-1{margin-right:0;margin-left:0}}@media only screen and (min-width:768px) and (max-width:991px){.hero-slider-img-1{margin-right:0;margin-left:0}}@media only screen and (max-width:767px){.hero-slider-img-1{margin-right:0;margin-left:0;margin-top:30px}}.hero-slider-img-1 img{width:100%}.hero-slider-active-1{position:relative}.dot-style-1 ul{position:absolute;left:50%;transform:translateX(-50%);bottom:12.7%;display:flex;justify-content:center}@media only screen and (max-width:767px){.dot-style-1 ul{bottom:7.7%}}@media only screen and (min-width:576px) and (max-width:767px){.dot-style-1 ul{bottom:10.7%}}.dot-style-1 ul li{margin:0 9px}.dot-style-1 ul li button{border:none;padding:0;font-size:0;width:12px;height:12px;border-radius:100%;background-color:#ccc}.dot-style-1 ul li.slick-active button{background-color:#1f4883}.nav-style-1>span{position:absolute;top:50%;transform:translateY(-50%);left:7.5%;width:50px;height:50px;line-height:50px;text-align:center;color:#000;font-size:24px;background-color:#fff;cursor:pointer;transition:all .3s ease 0s;z-index:1;opacity:0;visibility:hidden}@media only screen and (min-width:1366px) and (max-width:1600px){.nav-style-1>span{left:1.5%}}@media only screen and (min-width:1200px) and (max-width:1365px){.nav-style-1>span{left:1.5%}}@media only screen and (min-width:992px) and (max-width:1199px){.nav-style-1>span{left:1.5%}}@media only screen and (min-width:768px) and (max-width:991px){.nav-style-1>span{left:1.5%;width:40px;height:40px;line-height:40px;font-size:18px}}@media only screen and (max-width:767px){.nav-style-1>span{left:1.5%;width:35px;height:35px;line-height:35px;font-size:15px}}.nav-style-1>span.slider-icon-1-next{left:auto;right:7.5%}@media only screen and (min-width:1366px) and (max-width:1600px){.nav-style-1>span.slider-icon-1-next{right:1.5%}}@media only screen and (min-width:1200px) and (max-width:1365px){.nav-style-1>span.slider-icon-1-next{right:1.5%}}@media only screen and (min-width:992px) and (max-width:1199px){.nav-style-1>span.slider-icon-1-next{right:1.5%}}@media only screen and (min-width:768px) and (max-width:991px){.nav-style-1>span.slider-icon-1-next{right:1.5%}}@media only screen and (max-width:767px){.nav-style-1>span.slider-icon-1-next{right:1.5%}}.nav-style-1>span:hover{background-color:#1f4883;color:#fff}.nav-style-1:hover span{opacity:1;visibility:visible;left:9.5%}@media only screen and (min-width:1366px) and (max-width:1600px){.nav-style-1:hover span{left:2.5%}}@media only screen and (min-width:1200px) and (max-width:1365px){.nav-style-1:hover span{left:2.5%}}@media only screen and (min-width:992px) and (max-width:1199px){.nav-style-1:hover span{left:2.5%}}@media only screen and (min-width:768px) and (max-width:991px){.nav-style-1:hover span{left:2.5%}}@media only screen and (max-width:767px){.nav-style-1:hover span{left:2.5%}}.nav-style-1:hover span.slider-icon-1-next{right:9.5%;left:auto}@media only screen and (min-width:1366px) and (max-width:1600px){.nav-style-1:hover span.slider-icon-1-next{right:2.5%}}@media only screen and (min-width:1200px) and (max-width:1365px){.nav-style-1:hover span.slider-icon-1-next{right:2.5%}}@media only screen and (min-width:992px) and (max-width:1199px){.nav-style-1:hover span.slider-icon-1-next{right:2.5%}}@media only screen and (min-width:768px) and (max-width:991px){.nav-style-1:hover span.slider-icon-1-next{right:2.5%}}@media only screen and (max-width:767px){.nav-style-1:hover span.slider-icon-1-next{right:2.5%}}.nav-style-1.nav-style-1-modify>span{left:1%}.nav-style-1.nav-style-1-modify>span.slider-icon-1-next{right:1%;left:auto}.nav-style-1.nav-style-1-modify:hover span{left:2%}.nav-style-1.nav-style-1-modify:hover span.slider-icon-1-next{right:2%;left:auto}.nav-style-1.nav-style-1-modify-2>span{left:1%}.nav-style-1.nav-style-1-modify-2>span.slider-icon-1-next{right:1%;left:auto}.nav-style-1.nav-style-1-modify-2:hover span{left:0}.nav-style-1.nav-style-1-modify-2:hover span.slider-icon-1-next{right:0;left:auto}.nav-style-1.nav-style-1-green>span:hover{background-color:#4dbdaf;color:#fff}.nav-style-1.nav-style-1-blue>span:hover{background-color:#0064e0;color:#fff}.nav-style-1.nav-style-1-green-2>span:hover{background-color:#6aae27;color:#fff}.nav-style-1.nav-style-1-orange>span:hover{background-color:#e44311;color:#fff}.single-animation-wrap.slick-active .slider-animated-1 h4{animation-delay:1.1s;animation-name:fadeInUp}.single-animation-wrap.slick-active .slider-animated-1 h1{animation-delay:1.4s;animation-name:fadeInUp}.single-animation-wrap.slick-active .slider-animated-1 p{animation-delay:1.7s;animation-name:fadeInUp}.single-animation-wrap.slick-active .slider-animated-1 a,.single-animation-wrap.slick-active .slider-animated-1 h5{animation-delay:2s;animation-name:fadeInUp}.single-animation-wrap.slick-active .slider-animated-1 .slider-tab-small-img{animation-delay:2.3s;animation-name:fadeInUp}.single-animation-wrap.slick-active .slider-animated-1 .slider-tab-big-img-wrap{animation-delay:2s;animation-name:fadeInUp}.single-animation-wrap.slick-active .slider-animated-1 .btn-style-3 a{animation-delay:2.5s;animation-name:fadeInUp}.single-animation-wrap.slick-active .slider-animated-1 .hm10-hero-slider-img img,.single-animation-wrap.slick-active .slider-animated-1 .hm9-hero-slider-img img,.single-animation-wrap.slick-active .slider-animated-1.hero-slider-img-1 img,.single-animation-wrap.slick-active .slider-animated-1.hm6-hero-slider-img img{animation-delay:1.7s;animation-name:fadeInUp}.single-animation-wrap.slick-active .slider-animated-1 .hero-slider-content-5 h5,.single-animation-wrap.slick-active .slider-animated-1 .hero-slider-content-6 h5{animation-delay:1.1s;animation-name:fadeInUp}.single-animation-wrap.slick-active .slider-animated-1 .hm7-hero-slider-img img{animation-delay:1.7s;animation-name:fadeInUp}.hero-slider-content-2{padding:0 0 0 170px}@media only screen and (min-width:992px) and (max-width:1199px){.hero-slider-content-2{padding:0 0 0 70px}}@media only screen and (min-width:768px) and (max-width:991px){.hero-slider-content-2{padding:0 0 0 30px}}@media only screen and (max-width:767px){.hero-slider-content-2{padding:0 0 0 15px}}.hero-slider-content-2 h1{font-size:48px;line-height:60px;font-weight:300;letter-spacing:-.25px;margin:0}@media only screen and (max-width:767px){.hero-slider-content-2 h1{font-size:30px;line-height:40px}}.hero-slider-content-2 h1 span{color:#628787;font-weight:700}.hero-slider-content-2 p{width:67%;margin:15px 0 65px}@media only screen and (min-width:768px) and (max-width:991px){.hero-slider-content-2 p{margin:15px 0 35px}}@media only screen and (max-width:767px){.hero-slider-content-2 p{width:80%;color:#000;margin:15px 0 24px}}.hero-slider-content-2.hero-slider-content-hm5{padding:0;position:relative;z-index:9}@media only screen and (max-width:767px){.hero-slider-content-2.hero-slider-content-hm5 h1{color:#fff}}.hero-slider-content-2.hero-slider-content-hm5 h1 span{color:#000}@media only screen and (max-width:767px){.hero-slider-content-2.hero-slider-content-hm5 h1 span{color:#fff}}.hero-slider-content-2.hero-slider-content-hm5 p{width:29%}@media only screen and (max-width:767px){.hero-slider-content-2.hero-slider-content-hm5 p{width:100%;color:#fff}.hero-slider-content-2.hero-slider-content-hm5 .btn-style-2 a{color:#fff}.hero-slider-content-2.hero-slider-content-hm5 .btn-style-2 a:hover{color:#1f4883}}.btn-style-2 a{display:inline-block;font-weight:600;text-transform:uppercase;letter-spacing:.25px;color:#000}.btn-style-2 a i{margin-left:10px;position:relative;top:1px}.btn-style-2 a:hover{color:#1f4883}.dot-style-2.dot-style-2-position-1 ul{left:170px;bottom:9%}@media only screen and (min-width:992px) and (max-width:1199px){.dot-style-2.dot-style-2-position-1 ul{left:70px}}@media only screen and (min-width:768px) and (max-width:991px){.dot-style-2.dot-style-2-position-1 ul{left:30px}}.dot-style-2.dot-style-2-position-2 ul{left:50%;transform:translateX(-50%);bottom:9%}.dot-style-2.dot-style-2-position-3 ul{left:70px;bottom:60px}@media only screen and (min-width:1366px) and (max-width:1600px){.dot-style-2.dot-style-2-position-3 ul{left:15px}}@media only screen and (min-width:1200px) and (max-width:1365px){.dot-style-2.dot-style-2-position-3 ul{left:15px}}@media only screen and (min-width:992px) and (max-width:1199px){.dot-style-2.dot-style-2-position-3 ul{left:20px}}@media only screen and (min-width:768px) and (max-width:991px){.dot-style-2.dot-style-2-position-3 ul{left:20px}}@media only screen and (max-width:767px){.dot-style-2.dot-style-2-position-3 ul{left:15px}}@media only screen and (min-width:576px) and (max-width:767px){.dot-style-2.dot-style-2-position-3 ul{left:20px}}.dot-style-2.dot-style-2-position-4 ul{left:70px;bottom:50px}@media only screen and (min-width:992px) and (max-width:1199px){.dot-style-2.dot-style-2-position-4 ul{left:15px;bottom:30px}}@media only screen and (min-width:768px) and (max-width:991px){.dot-style-2.dot-style-2-position-4 ul{left:20px;bottom:30px}}@media only screen and (max-width:767px){.dot-style-2.dot-style-2-position-4 ul{left:15px;bottom:30px}}@media only screen and (min-width:576px) and (max-width:767px){.dot-style-2.dot-style-2-position-4 ul{left:20px}}.dot-style-2.dot-style-2-position-5 ul{left:100px;bottom:50px}@media only screen and (min-width:992px) and (max-width:1199px){.dot-style-2.dot-style-2-position-5 ul{left:70px}}@media only screen and (min-width:768px) and (max-width:991px){.dot-style-2.dot-style-2-position-5 ul{left:20px}}@media only screen and (max-width:767px){.dot-style-2.dot-style-2-position-5 ul{left:15px}}@media only screen and (min-width:576px) and (max-width:767px){.dot-style-2.dot-style-2-position-5 ul{left:20px}}.dot-style-2.dot-style-2-position-static ul{position:static}.dot-style-2.dot-style-2-left-0 ul{justify-content:flex-start}.dot-style-2.dot-style-2-mrg-1 ul{margin:27px 0 0}@media only screen and (max-width:767px){.dot-style-2.dot-style-2-mrg-1 ul{margin:5px 0 0}}.dot-style-2.dot-style-2-mrg-2 ul{margin:17px 0 0}@media only screen and (min-width:768px) and (max-width:991px){.dot-style-2.dot-style-2-mrg-2 ul{margin:5px 0 0}}@media only screen and (max-width:767px){.dot-style-2.dot-style-2-mrg-2 ul{margin:-10px 0 0}}.dot-style-2.dot-style-2-mrg-3 ul{margin:30px 0 0}.dot-style-2.dot-style-2-mrg-4 ul{margin:50px 0 0}@media only screen and (min-width:992px) and (max-width:1199px){.dot-style-2.dot-style-2-mrg-4 ul{margin:15px 0 0}}@media only screen and (min-width:768px) and (max-width:991px){.dot-style-2.dot-style-2-mrg-4 ul{margin:30px 0 0}}@media only screen and (max-width:767px){.dot-style-2.dot-style-2-mrg-4 ul{margin:20px 0 0}}.dot-style-2 ul{position:absolute;display:flex;justify-content:center}@media only screen and (max-width:767px){.dot-style-2 ul{bottom:7.7%}}@media only screen and (min-width:576px) and (max-width:767px){.dot-style-2 ul{bottom:10.7%}}.dot-style-2 ul li{margin:0 9px 0 0}.dot-style-2 ul li:last-child{margin:0}.dot-style-2 ul li button{border:none;padding:0;font-size:0;width:12px;height:12px;border-radius:100%;background-color:#ccc}.dot-style-2 ul li.slick-active button{background-color:#1f4883}.dot-style-2.dot-style-2-active-black ul li.slick-active button{background-color:#666}.dot-style-2.dot-style-2-active-purple ul li.slick-active button{background-color:#6f50a7}.dot-style-2.dot-style-2-active-green-2 ul li.slick-active button{background-color:#6aae27}.slider-area .nav-style-2>span{position:absolute;top:50%;transform:translateY(-50%) scale(0);left:-6.5%;text-align:center;color:#000;font-size:36px;cursor:pointer;transition:all .6s ease 0s;z-index:1;opacity:0;visibility:hidden}@media only screen and (min-width:1200px) and (max-width:1365px){.slider-area .nav-style-2>span{left:0}}@media only screen and (min-width:992px) and (max-width:1199px){.slider-area .nav-style-2>span{left:0;font-size:30px}}@media only screen and (min-width:768px) and (max-width:991px){.slider-area .nav-style-2>span{font-size:25px;left:0}}@media only screen and (max-width:767px){.slider-area .nav-style-2>span{font-size:20px;left:0}}.slider-area .nav-style-2>span.slider-icon-1-next{left:auto;right:-6.5%}@media only screen and (min-width:1200px) and (max-width:1365px){.slider-area .nav-style-2>span.slider-icon-1-next{right:0}}@media only screen and (min-width:992px) and (max-width:1199px){.slider-area .nav-style-2>span.slider-icon-1-next{right:0}}@media only screen and (min-width:768px) and (max-width:991px){.slider-area .nav-style-2>span.slider-icon-1-next{right:0}}@media only screen and (max-width:767px){.slider-area .nav-style-2>span.slider-icon-1-next{right:0}}.slider-area .nav-style-2>span:hover{color:#1f4883}@media only screen and (min-width:1366px) and (max-width:1600px){.slider-area .nav-style-2.nav-style-2-modify>span{left:-4.5%}.slider-area .nav-style-2.nav-style-2-modify>span.slider-icon-1-next{left:auto;right:-4.5%}}@media only screen and (min-width:768px) and (max-width:991px){.slider-area .nav-style-2.nav-style-2-modify>span{left:0}.slider-area .nav-style-2.nav-style-2-modify>span.slider-icon-1-next{left:auto;right:0}}@media only screen and (max-width:767px){.slider-area .nav-style-2.nav-style-2-modify>span{left:0;color:#fff}.slider-area .nav-style-2.nav-style-2-modify>span.slider-icon-1-next{left:auto;right:0}}.slider-area:hover .nav-style-2>span{opacity:1;visibility:visible;transform:translateY(-50%) scale(1)}.hero-slider-content-3{margin-left:-30px}@media only screen and (min-width:992px) and (max-width:1199px){.hero-slider-content-3{margin-left:-20px}}@media only screen and (min-width:768px) and (max-width:991px){.hero-slider-content-3{margin-left:0}}@media only screen and (max-width:767px){.hero-slider-content-3{margin-left:0;text-align:center}}@media only screen and (min-width:576px) and (max-width:767px){.hero-slider-content-3{margin-left:0;text-align:left}}.hero-slider-content-3 h4{font-size:14px;font-weight:600;text-transform:uppercase;color:#4dbdaf;margin:0;letter-spacing:.5px}.hero-slider-content-3 h1{font-size:48px;font-weight:600;line-height:52px;margin:10px 0 24px;letter-spacing:-.25px}@media only screen and (min-width:992px) and (max-width:1199px){.hero-slider-content-3 h1{font-size:35px;line-height:40px;margin:10px 0}}@media only screen and (min-width:768px) and (max-width:991px){.hero-slider-content-3 h1{font-size:42px;line-height:50px;margin:10px 0 12px}}@media only screen and (max-width:767px){.hero-slider-content-3 h1{font-size:30px;line-height:38px;margin:5px 0 10px}}.hero-slider-content-3 p{width:60%;margin:0 0 28px}@media only screen and (min-width:992px) and (max-width:1199px){.hero-slider-content-3 p{width:80%;margin:0 0 18px}}@media only screen and (min-width:768px) and (max-width:991px){.hero-slider-content-3 p{width:100%;margin:0 0 18px}}@media only screen and (max-width:767px){.hero-slider-content-3 p{width:100%;margin:0 0 16px}}.hero-slider-content-3 h5{font-size:16px;color:#666;margin:0;letter-spacing:.25px}.hero-slider-content-3 h5 span{font-weight:600;color:#000;text-transform:uppercase}.hero-slider-content-3 .slider-tab-small-img{margin:20px 0 45px}@media only screen and (min-width:992px) and (max-width:1199px){.hero-slider-content-3 .slider-tab-small-img{margin:20px 0 30px}}@media only screen and (max-width:767px){.hero-slider-content-3 .slider-tab-small-img{margin:15px 0 25px;justify-content:center}}@media only screen and (min-width:576px) and (max-width:767px){.hero-slider-content-3 .slider-tab-small-img{justify-content:flex-start}}.hero-slider-content-3 .slider-tab-small-img a{display:inline-block;border:1px solid transparent;margin:0 10px 0 0}.hero-slider-content-3 .slider-tab-small-img a.active{border:1px solid #ccc}.hero-slider-content-3 .slider-tab-small-img a:last-child{margin:0}.hero-slider-content-3 .slider-tab-small-img a img{max-width:100%}.btn-style-3 a{display:inline-block;font-weight:700;color:#fff;text-transform:uppercase;background-color:#4dbdaf;padding:12px 27px 11px}@media only screen and (max-width:767px){.btn-style-3 a{padding:10px 20px 9px}}.btn-style-3 a i{font-size:14px;margin-left:5px}.btn-style-3 a:hover{background-color:#000}@media only screen and (max-width:767px){.slider-tab-big-img-wrap .slider-tab-big-img{text-align:center;margin-top:20px}}@media only screen and (min-width:576px) and (max-width:767px){.slider-tab-big-img-wrap .slider-tab-big-img{text-align:left;margin-top:0}}.slider-tab-big-img-wrap .slider-tab-big-img img{max-width:100%}@media only screen and (max-width:767px){.slider-tab-big-img-wrap .slider-tab-big-img img{max-width:130px;display:inline-block}}@media only screen and (min-width:576px) and (max-width:767px){.slider-tab-big-img-wrap .slider-tab-big-img img{max-width:100%;display:block}}.hero-slider-content-4{position:relative;z-index:9}.hero-slider-content-4 h4{font-weight:600;font-size:16px;letter-spacing:1px;display:block;text-transform:uppercase}.hero-slider-content-4 h1{font-size:60px;line-height:72px;letter-spacing:-.25px;text-transform:uppercase;margin:24px 0 30px}@media only screen and (min-width:1366px) and (max-width:1600px){.hero-slider-content-4 h1{font-size:50px;line-height:60px;margin:14px 0 10px}}@media only screen and (min-width:1200px) and (max-width:1365px){.hero-slider-content-4 h1{font-size:50px;line-height:60px;margin:14px 0 10px}}@media only screen and (min-width:992px) and (max-width:1199px){.hero-slider-content-4 h1{font-size:50px;line-height:60px;margin:14px 0 10px}}@media only screen and (min-width:768px) and (max-width:991px){.hero-slider-content-4 h1{font-size:40px;line-height:50px;margin:14px 0 10px}}@media only screen and (max-width:767px){.hero-slider-content-4 h1{font-size:25px;line-height:32px;margin:10px 0}}.hero-slider-content-4 p{font-size:16px;line-height:26px;margin:0 0 43px;width:29%}@media only screen and (min-width:992px) and (max-width:1199px){.hero-slider-content-4 p{width:46%;margin:0 0 23px}}@media only screen and (min-width:768px) and (max-width:991px){.hero-slider-content-4 p{width:37%;margin:0 0 23px}}@media only screen and (max-width:767px){.hero-slider-content-4 p{width:100%;font-size:15px;margin:0 0 20px;color:#000}}.hm6-hero-slider-img{margin-left:33px}@media only screen and (min-width:992px) and (max-width:1199px){.hm6-hero-slider-img{margin-left:20px}}@media only screen and (max-width:767px){.hm6-hero-slider-img{text-align:center;margin-left:20px;margin-top:20px;margin-right:20px}}@media only screen and (min-width:576px) and (max-width:767px){.hm6-hero-slider-img{margin-left:0;margin-top:0;margin-right:0}}.hm6-hero-slider-img img{width:100%}@media only screen and (max-width:767px){.hm6-hero-slider-img img{display:inline-block}}.hero-slider-content-5{padding-left:170px}@media only screen and (min-width:1366px) and (max-width:1600px){.hero-slider-content-5{padding-left:100px}}@media only screen and (min-width:1200px) and (max-width:1365px){.hero-slider-content-5{padding-left:100px}}@media only screen and (min-width:992px) and (max-width:1199px){.hero-slider-content-5{padding-left:70px}}@media only screen and (min-width:768px) and (max-width:991px){.hero-slider-content-5{padding-left:50px}}@media only screen and (max-width:767px){.hero-slider-content-5{padding-left:15px;padding-right:15px;margin-bottom:30px;text-align:center}}@media only screen and (min-width:576px) and (max-width:767px){.hero-slider-content-5{text-align:left;margin-bottom:0;padding-left:30px;padding-right:0}}.hero-slider-content-5 h5{font-size:16px;font-weight:600;margin:0}.hero-slider-content-5 h1{font-size:42px;line-height:48px;margin:18px 0 28px;letter-spacing:-.25px}@media only screen and (min-width:768px) and (max-width:991px){.hero-slider-content-5 h1{font-size:30px;line-height:42px;margin:10px 0 18px}}@media only screen and (max-width:767px){.hero-slider-content-5 h1{font-size:30px;line-height:42px;margin:6px 0 9px}}@media only screen and (min-width:576px) and (max-width:767px){.hero-slider-content-5 h1{font-size:27px;line-height:40px}}.hero-slider-content-5 p{width:61%}@media only screen and (min-width:768px) and (max-width:991px){.hero-slider-content-5 p{width:78%}}@media only screen and (max-width:767px){.hero-slider-content-5 p{width:100%}}.hm7-hero-slider-img{margin:0 165px 0 0}@media only screen and (min-width:1366px) and (max-width:1600px){.hm7-hero-slider-img{margin:0 100px 0 0}}@media only screen and (min-width:1200px) and (max-width:1365px){.hm7-hero-slider-img{margin:0 100px 0 0}}@media only screen and (min-width:992px) and (max-width:1199px){.hm7-hero-slider-img{margin:0 70px 0 0}}@media only screen and (min-width:768px) and (max-width:991px){.hm7-hero-slider-img{margin:0 50px 0 0}}@media only screen and (max-width:767px){.hm7-hero-slider-img{text-align:center;margin:0 15px}}@media only screen and (min-width:576px) and (max-width:767px){.hm7-hero-slider-img{text-align:center;margin:0 30px 0 0}}.hm7-hero-slider-img img{width:100%}.hero-slider-content-6{padding-left:100px;position:relative;z-index:9}@media only screen and (min-width:992px) and (max-width:1199px){.hero-slider-content-6{padding-left:70px}}@media only screen and (min-width:768px) and (max-width:991px){.hero-slider-content-6{padding-left:20px}}@media only screen and (max-width:767px){.hero-slider-content-6{padding-left:15px}}.hero-slider-content-6 h5{font-size:16px;font-weight:600;margin:0}.hero-slider-content-6 h1{font-size:42px;line-height:48px;font-weight:600;letter-spacing:-.25px;text-transform:uppercase;margin:15px 0 28px}@media only screen and (min-width:992px) and (max-width:1199px){.hero-slider-content-6 h1{font-size:30px;line-height:40px;margin:15px 0 12px}}@media only screen and (min-width:768px) and (max-width:991px){.hero-slider-content-6 h1{font-size:30px;line-height:40px;margin:15px 0 12px}}@media only screen and (max-width:767px){.hero-slider-content-6 h1{font-size:34px;line-height:40px;margin:15px 0 12px}}.hero-slider-content-6 p{width:42%;margin:0 0 33px}@media only screen and (min-width:992px) and (max-width:1199px){.hero-slider-content-6 p{width:46%;margin:0 0 20px}}@media only screen and (min-width:768px) and (max-width:991px){.hero-slider-content-6 p{width:46%;margin:0 0 20px}}@media only screen and (max-width:767px){.hero-slider-content-6 p{color:#000;width:100%;margin:0 0 15px}}@media only screen and (min-width:576px) and (max-width:767px){.hero-slider-content-6 p{width:50%}}.hero-slider-content-6.slider-content-hm9{padding-left:180px;padding-top:67px}@media only screen and (min-width:992px) and (max-width:1199px){.hero-slider-content-6.slider-content-hm9{padding-left:70px;padding-top:57px}}@media only screen and (min-width:768px) and (max-width:991px){.hero-slider-content-6.slider-content-hm9{padding-left:0;padding-top:40px}}@media only screen and (max-width:767px){.hero-slider-content-6.slider-content-hm9{padding-left:0;padding-top:50px;text-align:center}}@media only screen and (min-width:576px) and (max-width:767px){.hero-slider-content-6.slider-content-hm9{text-align:left;padding-top:0}}.hero-slider-content-6.slider-content-hm9 h1{margin:12px 0 21px}@media only screen and (min-width:992px) and (max-width:1199px){.hero-slider-content-6.slider-content-hm9 h1{margin:12px 0 11px;line-height:35px}}@media only screen and (min-width:768px) and (max-width:991px){.hero-slider-content-6.slider-content-hm9 h1{margin:7px 0 6px;line-height:28px;font-size:27px}}@media only screen and (max-width:767px){.hero-slider-content-6.slider-content-hm9 h1{margin:12px 0 10px;line-height:30px;font-size:27px}}.hero-slider-content-6.slider-content-hm9 p{width:100%;margin:0 0 37px}@media only screen and (min-width:992px) and (max-width:1199px){.hero-slider-content-6.slider-content-hm9 p{margin:0 0 17px}}@media only screen and (min-width:768px) and (max-width:991px){.hero-slider-content-6.slider-content-hm9 p{margin:0 0 9px}}@media only screen and (max-width:767px){.hero-slider-content-6.slider-content-hm9 p{margin:0 0 15px}}.hero-slider-content-6.slider-content-hm9.slider-content-hm10{padding-left:150px;padding-top:50px}@media only screen and (min-width:992px) and (max-width:1199px){.hero-slider-content-6.slider-content-hm9.slider-content-hm10{padding-left:70px;padding-top:40px}}@media only screen and (min-width:768px) and (max-width:991px){.hero-slider-content-6.slider-content-hm9.slider-content-hm10{padding-left:0;padding-top:0}}@media only screen and (max-width:767px){.hero-slider-content-6.slider-content-hm9.slider-content-hm10{padding-left:0;padding-top:0}}@media only screen and (min-width:576px) and (max-width:767px){.hero-slider-content-6.slider-content-hm9.slider-content-hm10{text-align:center}.hero-slider-content-6.slider-content-hm9.slider-content-hm10 p{width:67%;margin:0 auto 15px}}.hm9-hero-slider-img{margin-left:-40px}@media only screen and (min-width:1200px) and (max-width:1365px){.hm9-hero-slider-img{margin-left:-20px}}@media only screen and (max-width:767px){.hm9-hero-slider-img{margin-left:0;padding-top:30px;padding-bottom:50px;text-align:center}}@media only screen and (min-width:576px) and (max-width:767px){.hm9-hero-slider-img{padding-bottom:0}}.hm9-hero-slider-img img{width:100%}@media only screen and (max-width:767px){.hm9-hero-slider-img img{display:inline-block}}.single-hero-slider-hm10{padding-top:55px}.hm10-hero-slider-img{margin-left:-170px;margin-right:50px}@media only screen and (min-width:1366px) and (max-width:1600px){.hm10-hero-slider-img{margin-left:-120px;margin-right:0}}@media only screen and (min-width:1200px) and (max-width:1365px){.hm10-hero-slider-img{margin-left:-120px;margin-right:0}}@media only screen and (min-width:992px) and (max-width:1199px){.hm10-hero-slider-img{margin-left:-120px;margin-right:0}}@media only screen and (min-width:768px) and (max-width:991px){.hm10-hero-slider-img{margin-left:-50px;margin-right:0}}@media only screen and (max-width:767px){.hm10-hero-slider-img{margin-left:0;padding-top:30px;text-align:center}}.hm10-hero-slider-img img{width:100%}@media only screen and (max-width:767px){.hm10-hero-slider-img img{display:inline-block}}@media only screen and (min-width:768px) and (max-width:991px){.slider-area.pt-30{padding-top:0}}@media only screen and (max-width:767px){.hm2-slider-bg{background-position:80%}.single-hero-slider-hm3{padding:50px 0 0}.slider-area.pt-30{padding-top:0}}@media only screen and (min-width:576px) and (max-width:767px){.hm2-slider-bg{background-position:75%}.single-hero-slider-hm3{padding:0}.single-hero-slider-hm9{padding:50px 0 55px}}.service-wrap{background-color:#fff;margin-top:-100px;position:relative;z-index:1;padding:51px 0 25px}.service-wrap.service-wrap-hm9{margin-top:-70px}@media only screen and (min-width:992px) and (max-width:1199px){.service-wrap.service-wrap-hm9{margin-top:-50px}}@media only screen and (min-width:768px) and (max-width:991px){.service-wrap.service-wrap-hm9{margin-top:-30px}}@media only screen and (max-width:767px){.service-wrap.service-wrap-hm9{margin-top:0;border-bottom:1px solid #e1e1e1}}@media only screen and (min-width:992px) and (max-width:1199px){.service-wrap{margin-top:-50px}}@media only screen and (min-width:768px) and (max-width:991px){.service-wrap{margin-top:-50px}}@media only screen and (max-width:767px){.service-wrap{margin-top:-30px;padding:41px 0 15px}}.service-wrap-border{border:1px solid #dfdfdf}.service-wrap-padding{padding:32px 0 3px}.single-service-wrap{display:flex;justify-content:center;align-items:center}.single-service-wrap .service-icon{margin-right:23px;line-height:1}.single-service-wrap .service-icon i{font-size:24px;color:#1f4883;display:inline-block;transition:all .3s ease 0s}.single-service-wrap .service-icon.service-icon-black i{color:#000}.single-service-wrap .service-icon.service-icon-blue i{color:#0064e0}.single-service-wrap .service-content h3{font-size:18px;font-weight:600;margin:0 0 8px;color:#222}.single-service-wrap .service-content span{display:block;line-height:1;color:#999}.single-service-wrap:hover .service-icon i{animation:flipOutY .5s ease-in-out 0s 1 normal none running}.service-border-1{position:relative}.service-border-1:before{position:absolute;content:"";right:0;top:-6%;width:1px;height:63px;background-color:#e0e0e0}@media only screen and (min-width:768px) and (max-width:991px){.service-border-1.service-border-1-none-md:before{display:none}}@media only screen and (max-width:767px){.service-border-1.service-border-1-none-xs:before,.service-border-1:before{display:none}}.service-wrap-padding-2{padding:37px 35px 7px}.service-wrap-padding-3{padding:32px 0 3px}@media only screen and (max-width:767px){.service-wrap-padding-3{padding:32px 20px 3px}}.single-service-wrap-2{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}@media only screen and (max-width:767px){.single-service-wrap-2{justify-content:flex-start}}.single-service-wrap-2 .service-icon-2{margin-right:25px}.single-service-wrap-2 .service-icon-2 i{font-size:34px;color:#999;transition:all .3s ease 0s}.single-service-wrap-2 .service-content-2 h3{font-size:18px;font-weight:600;margin:0 0 5px}.single-service-wrap-2 .service-content-2 p{margin:0;letter-spacing:.25px}.single-service-wrap-2.single-service-wrap-2-modify{justify-content:flex-start}.single-service-wrap-2.single-service-wrap-2-modify .service-icon-2 i{font-size:30px}.single-service-wrap-2.single-service-wrap-2-modify .service-content-2 h3{font-size:16px}.single-service-wrap-2:hover .service-icon-2 i{color:#4dbdaf}.single-service-wrap-2:hover .service-icon-2.icon-purple i{color:#6f50a7}.single-service-wrap-2:hover .service-icon-2.icon-green-2 i{color:#6aae27}.single-service-wrap-2:hover .service-icon-2.icon-red i{color:#1f4883}@media only screen and (max-width:767px){.service-area.pt-45{padding-top:25px}.service-area .pb-50{padding-bottom:30px}}.about-us-content h3{font-size:24px;font-weight:700;font-family:Heebo,sans-serif;margin:0;text-transform:uppercase}.about-us-content p{font-size:20px;font-family:Jost,sans-serif;line-height:36px;margin:23px 0 51px;width:93%}@media only screen and (min-width:768px) and (max-width:991px){.about-us-content p{font-size:18px;line-height:34px;margin:15px 0 40px;width:100%}}@media only screen and (max-width:767px){.about-us-content p{font-size:18px;line-height:34px;margin:10px 0 30px;width:100%}}.about-us-content .signature h2{font-size:24px;font-family:Parisienne,cursive}@media only screen and (max-width:767px){.about-us-content{margin-top:20px}}.about-content-pb{padding-bottom:120px}@media only screen and (min-width:768px) and (max-width:991px){.about-content-pb{padding-bottom:80px}}@media only screen and (max-width:767px){.about-content-pb{padding-bottom:60px}}.about-us-content-2 .about-us-content-2-title{margin:0 0 35px}@media only screen and (min-width:768px) and (max-width:991px){.about-us-content-2 .about-us-content-2-title{margin:0 0 15px}}@media only screen and (max-width:767px){.about-us-content-2 .about-us-content-2-title{margin:0 0 15px}}.about-us-content-2 .about-us-content-2-title h4{font-size:20px;font-weight:600;letter-spacing:-.25px;margin:0}.about-us-content-2 p{line-height:30px;margin:0 0 35px}@media only screen and (min-width:768px) and (max-width:991px){.about-us-content-2 p{margin:0 0 15px}}@media only screen and (max-width:767px){.about-us-content-2 p{margin:0 0 15px}}.about-us-content-2 p:last-child{margin-bottom:0}.about-us-content-3 h3{font-size:24px;text-transform:uppercase;margin:0 0 10px}@media only screen and (max-width:767px){.about-us-content-3 h3{font-size:17px;line-height:24px}}@media only screen and (min-width:576px) and (max-width:767px){.about-us-content-3 h3{font-size:20px;line-height:26px}}.about-us-content-3 h3 span{font-weight:700;color:#0064e0}.about-us-content-3 p{font-size:16px;color:#666;margin:0}@media only screen and (max-width:767px){.about-us-content-3 p{font-size:15px}}@media only screen and (min-width:576px) and (max-width:767px){.about-us-content-3 p{font-size:16px;width:78%;margin:0 auto}}.about-us-content-4 .about-us-content-4-title{margin:0 0 26px}@media only screen and (max-width:767px){.about-us-content-4 .about-us-content-4-title{margin:0 0 15px}}.about-us-content-4 .about-us-content-4-title h4{font-size:18px;font-weight:600;letter-spacing:-.25px;margin:0}.about-us-content-4 p{line-height:28px;margin:0 0 21px}@media only screen and (max-width:767px){.about-us-content-4 p{margin:0 0 15px}}.about-us-content-4 p:last-child{margin-bottom:0}.team-wrapper .team-img{overflow:hidden;position:relative}.team-wrapper .team-img img{width:100%}.team-wrapper .team-img .team-action{background:#fff none repeat scroll 0 0;left:0;opacity:0;visibility:hidden;padding:10px;position:absolute;right:0;text-align:center;top:70%;transform:translateY(-50%);transition:all .6s ease 0s;width:100%;z-index:5}.team-wrapper .team-img .team-action a{color:#fff;font-size:12px;transition:all .3s ease 0s;margin:0 7px;width:30px;height:30px;line-height:30px;text-align:center;display:inline-block;border-radius:100%}.team-wrapper .team-img .team-action a.facebook{background-color:#3b5998;border:1px solid #3b5998}.team-wrapper .team-img .team-action a.facebook:hover{background-color:transparent;color:#3b5998}.team-wrapper .team-img .team-action a.twitter{background-color:#55acee;border:1px solid #55acee}.team-wrapper .team-img .team-action a.twitter:hover{background-color:transparent;color:#55acee}.team-wrapper .team-img .team-action a.instagram{background-color:#c32aa3;border:1px solid #c32aa3}.team-wrapper .team-img .team-action a.instagram:hover{background-color:transparent;color:#c32aa3}.team-wrapper .team-content{padding:20px 10px 21px;box-shadow:0 3px 5px rgba(85,85,85,.2)}.team-wrapper .team-content h4{font-size:18px;font-weight:500;margin:0 0 5px;text-transform:capitalize;color:#000}.team-wrapper .team-content span{font-size:15px;font-style:italic;color:#000}.team-wrapper:hover .team-action{opacity:1;visibility:visible;top:50%}.single-testimonial-2 .testimonial-img{text-align:center}.single-testimonial-2 .testimonial-img img{display:inline-block}.single-testimonial-2 p{width:70%;margin:20px auto;font-size:18px;line-height:35px;color:#333}@media only screen and (min-width:992px) and (max-width:1199px){.single-testimonial-2 p{width:85%}}@media only screen and (min-width:768px) and (max-width:991px){.single-testimonial-2 p{width:79%;margin:15px auto 20px;font-size:17px;line-height:32px}}@media only screen and (max-width:767px){.single-testimonial-2 p{width:100%;margin:14px auto 15px;font-size:16px;line-height:28px}}.single-testimonial-2 .client-info h5{font-size:20px;font-weight:600;margin:0 0 6px;line-height:1}@media only screen and (max-width:767px){.single-testimonial-2 .client-info h5{font-size:18px}}.single-testimonial-2 .client-info span{font-size:16px;color:#333;display:block;line-height:1}@media only screen and (min-width:768px) and (max-width:991px){.about-us-area.pt-85{padding-top:25px}.team-area.pb-90{padding-bottom:50px}}@media only screen and (max-width:767px){.about-us-area.pt-85{padding-top:20px}.team-area.pb-90{padding-bottom:30px}}.section-title-tab-wrap{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.section-title-tab-wrap.align-items-inherit{align-items:inherit}@media only screen and (min-width:768px) and (max-width:991px){.section-title-tab-wrap.mb-45{margin-bottom:40px}.section-title-tab-wrap.mb-55{margin-bottom:30px}}@media only screen and (max-width:767px){.section-title-tab-wrap.mb-45{margin-bottom:25px}.section-title-tab-wrap.mb-30{margin-bottom:15px}.section-title-tab-wrap.mb-50{margin-bottom:23px}.section-title-tab-wrap.mb-55{margin-bottom:20px}}.section-title h2{font-size:24px;font-weight:700;font-family:Heebo,sans-serif;margin:0;text-transform:uppercase}@media only screen and (min-width:768px) and (max-width:991px){.section-title h2{font-size:22px}}.section-title p{font-size:16px;margin:10px 0 0}@media only screen and (min-width:768px) and (max-width:991px){.section-title.mb-45{margin-bottom:30px}}@media only screen and (max-width:767px){.section-title.mb-45{margin-bottom:25px}}.section-title-tag-wrap{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}@media only screen and (min-width:768px) and (max-width:991px){.section-title-tag-wrap.mb-70{margin-bottom:40px}}@media only screen and (max-width:767px){.section-title-tag-wrap.mb-70{margin-bottom:25px}}.section-title-2 h2{font-size:30px;font-weight:300;margin:0;line-height:1;letter-spacing:.25px}.section-title-2 h2 span{font-weight:700}.section-title-2 p{color:#999;margin:12px 0 0}@media only screen and (max-width:767px){.section-title-2 p{margin:7px 0 0}}@media only screen and (min-width:768px) and (max-width:991px){.section-title-2.mb-45{margin-bottom:35px}}@media only screen and (max-width:767px){.section-title-2.mb-45{margin-bottom:20px}}.section-title-3 h2{font-size:24px;font-weight:600;margin:0;letter-spacing:-.25px}@media only screen and (max-width:767px){.section-title-3 h2{font-size:19px}}.section-title-3 p{margin:8px 0 0}.section-title-3.section-title-3-white h2,.section-title-3.section-title-3-white p{color:#fff}.section-title-4 h2{font-size:30px;margin:0;letter-spacing:-.25px;text-transform:uppercase;line-height:1}@media only screen and (max-width:767px){.section-title-4 h2{font-size:20px}}.section-title-5{display:flex;padding:15px 24px}@media only screen and (max-width:767px){.section-title-5{justify-content:center}}@media only screen and (min-width:576px) and (max-width:767px){.section-title-5{justify-content:flex-start}}.section-title-5 i{font-size:20px;margin-right:12px}.section-title-5 i.red{color:#1f4883}.section-title-5 i.purple{color:#6f50a7}.section-title-5 i.green{color:#6e9b00}.section-title-5 h5{font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:.25px;margin:0;display:inline-block}.section-title-5 h5.red{color:#1f4883;border-bottom:1px solid #1f4883}.section-title-5 h5.purple{color:#6f50a7;border-bottom:1px solid #6f50a7}.section-title-5 h5.green{color:#6e9b00;border-bottom:1px solid #6e9b00}.section-title-5.section-title-5-bg-1{background-color:#fdefed}.section-title-5.section-title-5-bg-2{background-color:#f2edfc}.section-title-5.section-title-5-bg-3{background-color:#f7faee}.section-title-6 h2{font-size:24px;text-transform:uppercase;margin:0;line-height:1;letter-spacing:.25px}@media only screen and (max-width:767px){.section-title-6 h2{font-size:17px}}.section-title-6 h2 i{position:relative;top:2px;margin-right:14px}@media only screen and (min-width:768px) and (max-width:991px){.section-title-6.mb-60{margin-bottom:35px}}@media only screen and (max-width:767px){.section-title-6.section-title-6-xs h2{font-size:20px}.section-title-6.mb-60{margin-bottom:25px}.section-title-6.mb-25{margin-bottom:15px}}.section-title-7 h2{font-size:18px}.section-title-7 h2,.section-title-8 h2{font-weight:600;text-transform:uppercase;margin:0;line-height:1}.section-title-8 h2{font-size:24px;letter-spacing:-.25px}@media only screen and (max-width:767px){.section-title-8 h2{font-size:20px;margin:0 0 5px}}@media only screen and (min-width:576px) and (max-width:767px){.section-title-8 h2{font-size:18px;margin:0}}.product-area{overflow:hidden}@media only screen and (max-width:767px){.tab-style-1{margin-top:15px}}.tab-style-1 a{display:inline-block;font-size:16px;margin-right:40px;color:#000}@media only screen and (min-width:768px) and (max-width:991px){.tab-style-1 a{margin-right:18px}}@media only screen and (max-width:767px){.tab-style-1 a{margin-right:12px;margin-bottom:5px}}.tab-style-1 a:last-child{margin-right:0}.tab-style-1 a.active{color:#1f4883}.single-product-wrap{position:relative;overflow:hidden}@media only screen and (min-width:600px){.single-product-wrap .product-img{height:363px}}.single-product-wrap .product-img{position:relative;overflow:hidden;border-radius:10px}.single-product-wrap .product-img a{display:block;height:100%}.single-product-wrap .product-img a img{width:100%}.single-product-wrap .product-img span.pro-badge{position:absolute;top:17px;font-weight:600;color:#fff;display:inline-block;padding:4px 6px 5px;line-height:1}.single-product-wrap .product-img span.pro-badge.left{left:17px}.single-product-wrap .product-img span.pro-badge.right{right:17px}.single-product-wrap .product-img span.pro-badge.bg-black{background-color:#000}.single-product-wrap .product-img span.pro-badge.bg-red{background-color:#1f4883}.single-product-wrap .product-img .product-action-2{position:absolute;right:15px;top:15px;z-index:9}@media only screen and (min-width:1200px) and (max-width:1365px){.single-product-wrap .product-img .product-action-2{right:10px;top:10px}}.single-product-wrap .product-img .product-action-2 button{display:block;padding:0;line-height:1;width:40px;height:40px;line-height:40px;font-size:14px;color:#000;border-radius:100%;background-color:#fff;margin-bottom:7px;border:1px solid #ebebeb}.single-product-wrap .product-img .product-action-2 button:first-child{transition-delay:.2s;opacity:0;visibility:hidden;margin-top:-10px}.single-product-wrap .product-img .product-action-2 button:nth-child(2){transition-delay:.1s;opacity:0;visibility:hidden;margin-top:-10px}.single-product-wrap .product-img .product-action-2 button:nth-child(3){transition-delay:0s;opacity:0;visibility:hidden;margin-top:-10px}.single-product-wrap .product-img .product-action-2 button:hover{background-color:#000;border:1px solid #000;color:#fff}.single-product-wrap .product-img .product-action-2 button i{line-height:40px}.single-product-wrap .product-img .product-action-2 button:last-child{margin-bottom:0}.single-product-wrap .product-img .product-action-wrap{position:absolute;left:0;right:0;bottom:-30px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:18px 20px;background-color:#fff;opacity:0;visibility:hidden;transition:all .3s ease 0s}@media only screen and (min-width:1366px) and (max-width:1600px){.single-product-wrap .product-img .product-action-wrap{padding:18px 15px}}@media only screen and (min-width:1200px) and (max-width:1365px){.single-product-wrap .product-img .product-action-wrap{padding:18px 15px}}@media only screen and (min-width:992px) and (max-width:1199px){.single-product-wrap .product-img .product-action-wrap{padding:18px 15px}}@media only screen and (min-width:576px) and (max-width:767px){.single-product-wrap .product-img .product-action-wrap{padding:18px 15px}}.single-product-wrap .product-img .product-action-wrap .product-action-left{flex:0 0 60%;max-width:60%}@media only screen and (min-width:576px) and (max-width:767px){.single-product-wrap .product-img .product-action-wrap .product-action-left{flex:0 0 65%;max-width:65%}}.single-product-wrap .product-img .product-action-wrap .product-action-left button{border:none;padding:0;color:#000;font-size:16px;font-weight:700;text-transform:uppercase;background-color:transparent;transition:all .3s ease 0s}@media only screen and (min-width:1366px) and (max-width:1600px){.single-product-wrap .product-img .product-action-wrap .product-action-left button{font-size:15px}}@media only screen and (min-width:1200px) and (max-width:1365px){.single-product-wrap .product-img .product-action-wrap .product-action-left button{font-size:15px}}@media only screen and (min-width:576px) and (max-width:767px){.single-product-wrap .product-img .product-action-wrap .product-action-left button{font-size:14px}}.single-product-wrap .product-img .product-action-wrap .product-action-left button i{font-size:20px;margin-right:15px;position:relative;top:2px}@media only screen and (min-width:1366px) and (max-width:1600px){.single-product-wrap .product-img .product-action-wrap .product-action-left button i{margin-right:10px}}@media only screen and (min-width:1200px) and (max-width:1365px){.single-product-wrap .product-img .product-action-wrap .product-action-left button i{margin-right:10px}}@media only screen and (min-width:576px) and (max-width:767px){.single-product-wrap .product-img .product-action-wrap .product-action-left button i{margin-right:10px}}.single-product-wrap .product-img .product-action-wrap .product-action-left button:hover{color:#1f4883}.single-product-wrap .product-img .product-action-wrap .product-action-right{flex:0 0 40%;max-width:40%;text-align:right}@media only screen and (min-width:576px) and (max-width:767px){.single-product-wrap .product-img .product-action-wrap .product-action-right{flex:0 0 35%;max-width:35%}}.single-product-wrap .product-img .product-action-wrap .product-action-right button{border:none;padding:0;color:#000;margin-left:24px;position:relative;background-color:transparent;transition:all .3s ease 0s}@media only screen and (min-width:1200px) and (max-width:1365px){.single-product-wrap .product-img .product-action-wrap .product-action-right button{margin-left:20px}}@media only screen and (min-width:576px) and (max-width:767px){.single-product-wrap .product-img .product-action-wrap .product-action-right button{margin-left:18px}}.single-product-wrap .product-img .product-action-wrap .product-action-right button:first-child{margin-left:0}.single-product-wrap .product-img .product-action-wrap .product-action-right button i{font-size:18px}@media only screen and (min-width:576px) and (max-width:767px){.single-product-wrap .product-img .product-action-wrap .product-action-right button i{font-size:16px}}.single-product-wrap .product-img .product-action-wrap .product-action-right button.font-inc i{font-size:22px;position:relative;top:1px}@media only screen and (min-width:576px) and (max-width:767px){.single-product-wrap .product-img .product-action-wrap .product-action-right button.font-inc i{font-size:20px}}.single-product-wrap .product-img .product-action-wrap .product-action-right button:hover{color:#1f4883}.single-product-wrap .product-img.product-img-zoom a img{transform:scale(1);transition:all .5s ease 0s;height:100%!important;object-fit:cover}.single-product-wrap .product-img.product-img-border a img{border:1px solid #e1e1e1;border-radius:100%}.single-product-wrap .product-img.product-img-border-transparent a img{border:1px solid transparent}.single-product-wrap .product-content-wrap{display:flex;flex-wrap:wrap;justify-content:space-between}.single-product-wrap .product-content-wrap .product-content-left{flex:0 0 80%;max-width:80%}@media only screen and (min-width:576px) and (max-width:767px){.single-product-wrap .product-content-wrap .product-content-left{flex:0 0 85%;max-width:85%}}.single-product-wrap .product-content-wrap .product-content-left h4{font-size:16px;font-weight:700;margin:0 0 7px}.single-product-wrap .product-content-wrap .product-content-left h4 a{color:#000}.single-product-wrap .product-content-wrap .product-content-left h4 a:hover{text-decoration:underline}.single-product-wrap .product-content-wrap .product-content-left span{font-size:20px;color:#000;font-family:Heebo,sans-serif}.single-product-wrap .product-content-wrap .product-content-left span.new-price{color:#1f4883}.single-product-wrap .product-content-wrap .product-content-left span.old-price{text-decoration:line-through;margin-left:12px}.single-product-wrap .product-content-wrap .product-content-right{flex:0 0 20%;max-width:20%;text-align:right}@media only screen and (min-width:576px) and (max-width:767px){.single-product-wrap .product-content-wrap .product-content-right{flex:0 0 15%;max-width:15%}}.single-product-wrap .product-content-wrap .product-content-right button{border:none;padding:0;background-color:transparent;font-size:16px;color:#000;position:relative}.single-product-wrap .product-content-wrap .product-content-right button:hover{color:#1f4883}.single-product-wrap .product-content-wrap-2{transition:all .3s ease 0s}.single-product-wrap .product-content-wrap-2 .product-rating-wrap{display:flex;justify-content:center}.single-product-wrap .product-content-wrap-2 .product-rating-wrap .product-rating i{color:#ff9806}.single-product-wrap .product-content-wrap-2 .product-rating-wrap .product-rating i.gray{color:#ccc}.single-product-wrap .product-content-wrap-2 .product-rating-wrap span{margin-left:6px;color:#999;font-family:Heebo,sans-serif}.single-product-wrap .product-content-wrap-2 h3{font-size:14px;font-weight:700;margin:2px 0}.single-product-wrap .product-content-wrap-2 h3 a{color:#000}.single-product-wrap .product-content-wrap-2 h3 a:hover{color:#1f4883}.single-product-wrap .product-content-wrap-2 .product-price-2 span{font-size:14px;color:#000;font-family:Heebo,sans-serif;display:inline-block;margin:0}.single-product-wrap .product-content-wrap-2 .product-price-2 span.new-price{color:#38b3e5;font-weight:700}.single-product-wrap .product-content-wrap-2 .product-price-2 span.old-price{font-size:14px;color:#999}.single-product-wrap .product-content-wrap-2 .product-author{margin:7px 0 0}.single-product-wrap .product-content-wrap-2 .product-author span{color:#666;display:block;line-height:1}.single-product-wrap .product-content-wrap-2 .product-author span a{color:#000}.single-product-wrap .product-content-wrap-2 .product-author span a:hover{color:#0064e0}.single-product-wrap .product-content-wrap-2 .pro-add-to-cart{margin:14px 0 0}.single-product-wrap .product-content-wrap-2 .pro-add-to-cart button{border:none;font-weight:700;color:#fff;background-color:#000;font-size:14px;padding:8px 28px;border-radius:50px;transition:all .3s ease 0s}.single-product-wrap .product-content-wrap-2 .pro-add-to-cart button:hover{background-color:#1f4883}.single-product-wrap .product-content-wrap-2.product-content-wrap-2-modify .pro-add-to-cart{margin:4px 0 0}.single-product-wrap .product-content-wrap-2.product-content-wrap-2-modify .pro-add-to-cart button{font-size:13px;padding:4px 20px}.single-product-wrap .product-content-wrap-3 .product-content-categories a{color:#999;font-size:13px;text-transform:uppercase}.single-product-wrap .product-content-wrap-3 .product-content-categories a:hover{color:#4dbdaf}.single-product-wrap .product-content-wrap-3 .product-content-categories a:hover.blue{color:#0064e0}.single-product-wrap .product-content-wrap-3 .product-content-categories a:hover.purple{color:#6f50a7}.single-product-wrap .product-content-wrap-3 h3{font-size:14px;font-weight:600;color:#222;margin:5px 0 3px}.single-product-wrap .product-content-wrap-3 h3.mrg-none{margin:0 0 3px}.single-product-wrap .product-content-wrap-3 h3.bold{font-weight:700}.single-product-wrap .product-content-wrap-3 h3 a{color:#222}.single-product-wrap .product-content-wrap-3 h3 a:hover{color:#4dbdaf}.single-product-wrap .product-content-wrap-3 h3 a:hover.blue{color:#0064e0}.single-product-wrap .product-content-wrap-3 h3 a:hover.purple{color:#6f50a7}.single-product-wrap .product-content-wrap-3 h3 a:hover.orange{color:#e44311}.single-product-wrap .product-content-wrap-3 .product-rating-wrap-2{display:flex;margin:0 0 8px}.single-product-wrap .product-content-wrap-3 .product-rating-wrap-2 .product-rating-4{display:flex;align-items:center}.single-product-wrap .product-content-wrap-3 .product-rating-wrap-2 .product-rating-4 i{font-size:12px;color:#ff9806;margin-right:2px}.single-product-wrap .product-content-wrap-3 .product-rating-wrap-2 .product-rating-4 i.gray{color:#ccc}.single-product-wrap .product-content-wrap-3 .product-rating-wrap-2 span{color:#999;font-size:12px;font-family:Heebo,sans-serif;margin-left:4px}.single-product-wrap .product-content-wrap-3 .product-price-4 span{font-size:18px;font-family:Heebo,sans-serif;color:#000}.single-product-wrap .product-content-wrap-3 .product-price-4 span.new-price{color:#1f4883}.single-product-wrap .product-content-wrap-3 .product-price-4 span.old-price{margin:0 0 0 7px;font-size:14px;color:#999;text-decoration:line-through}.single-product-wrap .product-content-wrap-3 .product-price-4.product-price-4-hm10{margin:7px 0}.single-product-wrap .product-content-wrap-3 .pro-add-to-cart-2{margin:11px 0 0}.single-product-wrap .product-content-wrap-3 .pro-add-to-cart-2 button{border:none;font-weight:700;color:#fff;background-color:#000;font-size:13px;padding:4px 20px;border-radius:50px;transition:all .3s ease 0s}.single-product-wrap .product-content-wrap-3 .pro-add-to-cart-2 button:hover{background-color:#1f4883}.single-product-wrap .product-content-wrap-3 .product-author{margin:7px 0 0}.single-product-wrap .product-content-wrap-3 .product-author span{color:#666;display:block;line-height:1}.single-product-wrap .product-content-wrap-3 .product-author span a{color:#000}.single-product-wrap .product-content-wrap-3 .product-author span a:hover{color:#0064e0}.single-product-wrap .product-content-wrap-3 .product-author span a:hover.orange{color:#e44311}.single-product-wrap .product-content-wrap-3 .single-product-sold{margin-top:15px}.single-product-wrap .product-content-wrap-3 .single-product-sold .progress{background:#eee none repeat scroll 0 0;border-radius:0;box-shadow:none;height:8px;overflow:visible}.single-product-wrap .product-content-wrap-3 .single-product-sold .progress .progress-bar{background:#e44311;box-shadow:none;position:relative}.single-product-wrap .product-content-wrap-3 .single-product-sold .progress .progress-bar.progress-bar-width70{width:70%}.single-product-wrap .product-content-wrap-3 .single-product-sold .progress .progress-bar.progress-bar-width50{width:50%}.single-product-wrap .product-content-wrap-3 .single-product-sold .progress .progress-bar.progress-bar-width30{width:30%}.single-product-wrap .product-content-wrap-3 .single-product-sold .progress .progress-bar.progress-bar-width90{width:90%}.single-product-wrap .product-content-wrap-3 .single-product-sold .progress .progress-bar.progress-bar-width60{width:60%}.single-product-wrap .product-content-wrap-3 .single-product-sold span{font-size:13px;color:#000;letter-spacing:.25px;display:block;margin:11px 0 0;line-height:1}.single-product-wrap .product-content-position{position:absolute;left:0;right:0;bottom:-30px;transition:all .3s ease 0s;visibility:hidden;opacity:0;background-color:#fff;padding:17px 10px 5px}.single-product-wrap .product-content-position.product-content-wrap-2-modify{padding:10px 10px 5px}.single-product-wrap .product-content-position.product-content-position-plr-0{padding:10px 0 5px}.single-product-wrap .product-content-position h3 a:hover{color:#1f4883}.single-product-wrap .product-content-position-2{position:absolute;left:0;right:0;bottom:-30px;transition:all .3s ease 0s;visibility:hidden;opacity:0;background-color:#fff;padding:17px 0 5px}.single-product-wrap .product-content-position-2.pro-position-2-padding-dec{padding:10px 0 5px}.single-product-wrap .tooltip-style button span{position:absolute;left:50%;transform:translateX(-50%);top:-45px;color:#fff;background-color:#000;white-space:pre;font-size:13px;display:block;line-height:1;padding:4px 12px 6px;opacity:0;visibility:hidden}.single-product-wrap .tooltip-style button span:before{position:absolute;content:"";bottom:-11px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:12px solid #000}.single-product-wrap .tooltip-style button:first-child span{left:-14px;transform:none}.single-product-wrap .tooltip-style button:first-child span:before{left:19px;transform:none}.single-product-wrap .tooltip-style button:last-child span{right:0;top:-41px;transform:none;left:auto}.single-product-wrap .tooltip-style button:last-child span:before{right:7px;left:auto;transform:none}.single-product-wrap .tooltip-style button:hover span{opacity:1;visibility:visible}.single-product-wrap .product-content-2 h3{margin:0;font-size:20px;font-weight:300}.single-product-wrap .product-content-2 h3 a{position:relative;color:#000}.single-product-wrap .product-content-2 h3 a span.blod{font-weight:700}.single-product-wrap .product-content-2 h3 a span.available-product{position:absolute;font-size:12px;top:3px;right:-28px}@media only screen and (min-width:1200px) and (max-width:1365px){.single-product-wrap .product-content-2 h3 a span.available-product{right:-25px}}.single-product-wrap .product-content-2 h3 a:hover{text-decoration:underline}.single-product-wrap .product-content-categories-2 h5{font-size:14px;font-weight:600;color:#000;letter-spacing:.5px;margin:0;text-transform:uppercase}.single-product-wrap .product-content-categories-2 h5.font-width-dec{font-weight:400;letter-spacing:0}.single-product-wrap .product-content-categories-2 h5 a{color:#000}.single-product-wrap .product-content-categories-2 h5 a:hover{color:#6f50a7}.single-product-wrap .product-content-categories-2.product-content-blue h5 a{display:inline-block;border-bottom:1px solid transparent}.single-product-wrap .product-content-categories-2.product-content-blue h5 a:hover{border-bottom:1px solid #0064e0;color:#0064e0}.single-product-wrap .product-content-categories-2.product-content-orange h5 a{display:inline-block;border-bottom:1px solid transparent}.single-product-wrap .product-content-categories-2.product-content-orange h5 a:hover{border-bottom:1px solid #e44311;color:#e44311}.single-product-wrap .product-content-categories-2.product-content-green-2 h5 a{display:inline-block;border-bottom:1px solid transparent}.single-product-wrap .product-content-categories-2.product-content-green-2 h5 a:hover{border-bottom:1px solid #6aae27;color:#6aae27}.single-product-wrap:hover .product-img.product-img-zoom a img{transform:scale(1.1)}.single-product-wrap:hover .product-img .product-action-wrap{bottom:0;opacity:1;visibility:visible}.single-product-wrap:hover .product-img .product-action-2 button:first-child{transition-delay:.1s;opacity:1;visibility:visible;margin-top:0}.single-product-wrap:hover .product-img .product-action-2 button:nth-child(2){transition-delay:.2s;opacity:1;visibility:visible;margin-top:0}.single-product-wrap:hover .product-img .product-action-2 button:nth-child(3){transition-delay:.3s;opacity:1;visibility:visible;margin-top:0}.single-product-wrap:hover .product-img.product-img-border a img{border:1px solid #6f50a7}.single-product-wrap:hover .product-img.product-img-border.border-blue a img{border:1px solid #0064e0}.single-product-wrap:hover .product-img.product-img-border.border-green-2 a img{border:1px solid #6aae27}.single-product-wrap:hover .product-img.product-img-border-transparent a img{border:1px solid #e44311}.single-product-wrap:hover .product-content-wrap-2{opacity:0;visibility:hidden}.single-product-wrap:hover .product-content-position,.single-product-wrap:hover .product-content-position-2{opacity:1;visibility:visible;bottom:0}@media only screen and (max-width:767px){.single-product-wrap.mb-35,.single-product-wrap.mb-50,.single-product-wrap.mb-60{margin-bottom:30px}}.tab-content.jump .tab-pane{display:block;height:0;opacity:0;overflow:hidden}.tab-content.jump .tab-pane.active{display:block;height:auto;opacity:1;overflow:visible;animation-name:moveUp;animation-duration:.5s;animation-timing-function:cubic-bezier(.26,.69,.37,.96);animation-play-state:running}.product-slider-active .slick-list,.product-slider-active-3 .slick-list,.product-slider-active-4 .slick-list,.product-slider-active-5 .slick-list,.product-slider-active-7 .slick-list,.product-slider-active-8 .slick-list,.product-slider-active-9 .slick-list,.related-product-active .slick-list{margin:0 -15px}.product-slider-active .slick-list .product-plr-1,.product-slider-active-3 .slick-list .product-plr-1,.product-slider-active-4 .slick-list .product-plr-1,.product-slider-active-5 .slick-list .product-plr-1,.product-slider-active-7 .slick-list .product-plr-1,.product-slider-active-8 .slick-list .product-plr-1,.product-slider-active-9 .slick-list .product-plr-1,.related-product-active .slick-list .product-plr-1{padding:0 15px}.product-categories-slider-1 .slick-list,.product-categories-slider-2 .slick-list,.product-categories-slider-3 .slick-list{margin:0 -20px}@media only screen and (min-width:1200px) and (max-width:1365px){.product-categories-slider-1 .slick-list,.product-categories-slider-2 .slick-list,.product-categories-slider-3 .slick-list{margin:0 -15px}}@media only screen and (max-width:767px){.product-categories-slider-1 .slick-list,.product-categories-slider-2 .slick-list,.product-categories-slider-3 .slick-list{margin:0 -15px}}.product-categories-slider-1 .slick-list .product-plr-1,.product-categories-slider-2 .slick-list .product-plr-1,.product-categories-slider-3 .slick-list .product-plr-1{padding:0 20px}@media only screen and (min-width:1200px) and (max-width:1365px){.product-categories-slider-1 .slick-list .product-plr-1,.product-categories-slider-2 .slick-list .product-plr-1,.product-categories-slider-3 .slick-list .product-plr-1{padding:0 15px}}@media only screen and (max-width:767px){.product-categories-slider-1 .slick-list .product-plr-1,.product-categories-slider-2 .slick-list .product-plr-1,.product-categories-slider-3 .slick-list .product-plr-1{padding:0 15px}}.product-slider-active-2 .slick-list{margin:0 -15px;padding:20px 0}.product-slider-active-2 .slick-list .product-plr-2{padding:0 15px}.product-slider-active-6 .slick-list{margin:0 -15px}.product-slider-active-6 .slick-list .product-plr-2{padding:0 15px}.tab-btn-wrap{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}@media only screen and (max-width:767px){.tab-btn-wrap{justify-content:center}.tab-btn-wrap.mb-40{margin-bottom:30px}}.tab-style-2 a{color:#999;display:inline-block;letter-spacing:.1px;text-transform:uppercase;margin-right:30px}@media only screen and (max-width:767px){.tab-style-2 a{margin-bottom:5px}}.tab-style-2 a:last-child{margin-right:0}.tab-style-2 a.active{color:#181b31}@media only screen and (max-width:767px){.tab-style-2{margin:0 8px 2px;justify-content:center}}.deal-content-1>span{font-size:18px;font-weight:700;color:#fff;border-radius:5px;padding:4px 10px;text-transform:uppercase;background-color:#6b7b90}.deal-content-1 h2{font-size:60px;font-weight:300;line-height:60px;letter-spacing:-.25px;margin:35px 0 24px}@media only screen and (min-width:992px) and (max-width:1199px){.deal-content-1 h2{font-size:50px;line-height:55px;margin:25px 0 14px}}@media only screen and (min-width:768px) and (max-width:991px){.deal-content-1 h2{font-size:50px;line-height:55px;margin:25px 0 14px}}@media only screen and (max-width:767px){.deal-content-1 h2{font-size:34px;line-height:40px;margin:25px 0 14px}}.deal-content-1 h2 span{text-transform:uppercase;font-weight:700;color:#1f4883}.deal-content-1 p{width:30%;letter-spacing:.25px;margin:0}@media only screen and (min-width:992px) and (max-width:1199px){.deal-content-1 p{width:37%}}@media only screen and (min-width:768px) and (max-width:991px){.deal-content-1 p{width:37%}}@media only screen and (max-width:767px){.deal-content-1 p{width:90%}}.deal-content-1 .timer-wrap{margin:45px 0 105px}@media only screen and (min-width:992px) and (max-width:1199px){.deal-content-1 .timer-wrap{margin:35px 0 40px}}@media only screen and (min-width:768px) and (max-width:991px){.deal-content-1 .timer-wrap{margin:35px 0 40px}}@media only screen and (max-width:767px){.deal-content-1 .timer-wrap{margin:25px 0 30px}}.deal-content-1 .timer-wrap h4{font-size:16px;font-weight:700;margin:0 0 27px}@media only screen and (max-width:767px){.deal-content-1 .timer-wrap h4{margin:0 0 10px}}.deal-content-1 .timer-wrap .timer-style-1 .syotimer__body{display:flex;flex-wrap:wrap}.deal-content-1 .timer-wrap .timer-style-1 .syotimer__body .syotimer-cell{text-align:center;margin-right:60px}@media only screen and (max-width:767px){.deal-content-1 .timer-wrap .timer-style-1 .syotimer__body .syotimer-cell{margin-right:35px}}.deal-content-1 .timer-wrap .timer-style-1 .syotimer__body .syotimer-cell:last-child{margin-right:0}.deal-content-1 .timer-wrap .timer-style-1 .syotimer__body .syotimer-cell:last-child .syotimer-cell__value:after,.deal-content-1 .timer-wrap .timer-style-1 .syotimer__body .syotimer-cell:last-child .syotimer-cell__value:before{display:none}.deal-content-1 .timer-wrap .timer-style-1 .syotimer__body .syotimer-cell .syotimer-cell__value{font-size:48px;line-height:38px;font-weight:300;letter-spacing:-.25px;margin:0 0 10px;position:relative}@media only screen and (max-width:767px){.deal-content-1 .timer-wrap .timer-style-1 .syotimer__body .syotimer-cell .syotimer-cell__value{font-size:30px}}.deal-content-1 .timer-wrap .timer-style-1 .syotimer__body .syotimer-cell .syotimer-cell__value:before{position:absolute;content:"";right:-50%;transform:translateX(50%);top:20%;width:4px;height:4px;background-color:#000}.deal-content-1 .timer-wrap .timer-style-1 .syotimer__body .syotimer-cell .syotimer-cell__value:after{position:absolute;content:"";right:-50%;transform:translateX(50%);bottom:20%;width:4px;height:4px;background-color:#000}.deal-content-1 .timer-wrap .timer-style-1 .syotimer__body .syotimer-cell .syotimer-cell__unit{letter-spacing:-.25px;line-height:1;text-transform:capitalize}.deal-content-1 .deal-btn a{display:inline-block;font-size:24px;font-weight:700;text-transform:uppercase;line-height:1;padding:0 0 3px;border-bottom:1px solid #000;color:#000}.deal-content-1 .deal-btn a:hover{color:#1f4883;border-bottom:1px solid #1f4883}@media only screen and (max-width:767px){.deal-content-1 .deal-btn a{font-size:18px}}.deal-content-1.deal-content-1-modify{padding-left:170px}@media only screen and (min-width:1366px) and (max-width:1600px){.deal-content-1.deal-content-1-modify{padding-left:100px}}@media only screen and (min-width:1200px) and (max-width:1365px){.deal-content-1.deal-content-1-modify{padding-left:100px}}@media only screen and (min-width:992px) and (max-width:1199px){.deal-content-1.deal-content-1-modify{padding-left:70px}}@media only screen and (min-width:768px) and (max-width:991px){.deal-content-1.deal-content-1-modify{padding-left:50px}}@media only screen and (max-width:767px){.deal-content-1.deal-content-1-modify{padding-left:15px}}.deal-content-1.deal-content-1-modify>span{font-size:14px;background-color:#508b11}.deal-content-1.deal-content-1-modify h2{font-size:48px;line-height:48px;margin:23px 0 0}@media only screen and (max-width:767px){.deal-content-1.deal-content-1-modify h2{font-size:28px;line-height:33px;margin:15px 0 10px}}.deal-content-1.deal-content-1-modify .timer-wrap{margin:48px 0 0}@media only screen and (min-width:992px) and (max-width:1199px){.deal-content-1.deal-content-1-modify .timer-wrap{margin:35px 0 0}}@media only screen and (min-width:768px) and (max-width:991px){.deal-content-1.deal-content-1-modify .timer-wrap{margin:35px 0 0}}@media only screen and (max-width:767px){.deal-content-1.deal-content-1-modify .timer-wrap{margin:25px 0 0}.tab-style-3{margin-top:10px}}.tab-style-3 a{display:inline-block;color:#999;padding:3px 16px 5px;margin-right:5px;border-radius:5px}@media only screen and (max-width:767px){.tab-style-3 a{margin-bottom:5px}}.tab-style-3 a:last-child{margin-right:0}.tab-style-3 a:hover{color:#4dbdaf}.tab-style-3 a.active{font-weight:600;color:#4dbdaf;background-color:#edf8f7}@media only screen and (min-width:768px) and (max-width:991px){.tab-style-3.tab-style-3-blue a{padding:2px 10px 4px;margin-right:3px}}.tab-style-3.tab-style-3-blue a:hover{color:#0064e0}.tab-style-3.tab-style-3-blue a.active{color:#0064e0;background-color:#eef5fd}.tab-style-3.tab-style-3-green-2 a:hover{color:#6aae27}.tab-style-3.tab-style-3-green-2 a.active{color:#6aae27;background-color:#eef8e4}.single-product-wrap-2{display:flex;flex-wrap:wrap;align-items:center;position:relative}.single-product-wrap-2:before{position:absolute;left:0;top:0;right:0;bottom:0;content:"";border:1px solid #bfbfbf;transition:all .4s ease 0s;opacity:0;visibility:hidden;pointer-events:none;z-index:9}.single-product-wrap-2 .product-img-2{flex:0 0 37%;max-width:37%;position:relative}.single-product-wrap-2 .product-img-2 a{display:block}.single-product-wrap-2 .product-img-2 a img{width:100%}.single-product-wrap-2 .product-img-2 span.pro-badge{position:absolute;top:0;font-weight:600;color:#fff;display:inline-block;padding:4px 6px 5px;line-height:1}.single-product-wrap-2 .product-img-2 span.pro-badge.left{left:0}.single-product-wrap-2 .product-img-2 span.pro-badge.right{right:0}.single-product-wrap-2 .product-img-2 span.pro-badge.bg-black{background-color:#000}.single-product-wrap-2 .product-img-2 span.pro-badge.bg-red{background-color:#1f4883}.single-product-wrap-2 .product-content-3{flex:0 0 63%;max-width:63%;padding:0 15px 0 25px}@media only screen and (min-width:768px) and (max-width:991px){.single-product-wrap-2 .product-content-3{padding:0 10px}}@media only screen and (max-width:767px){.single-product-wrap-2 .product-content-3{padding:0 10px}}@media only screen and (min-width:576px) and (max-width:767px){.single-product-wrap-2 .product-content-3{padding:0 15px 0 25px}}.single-product-wrap-2 .product-content-3 span{font-size:12px;color:#999;text-transform:uppercase;letter-spacing:.25px;display:block}.single-product-wrap-2 .product-content-3 h4{font-size:16px;font-weight:600;line-height:20px;margin:4px 0 14px}@media only screen and (max-width:767px){.single-product-wrap-2 .product-content-3 h4{margin:4px 0 6px}}@media only screen and (min-width:576px) and (max-width:767px){.single-product-wrap-2 .product-content-3 h4{margin:4px 0 14px}}.single-product-wrap-2 .product-content-3 h4 a{color:#000}.single-product-wrap-2 .product-content-3 h4 a:hover{text-decoration:underline}.single-product-wrap-2 .product-content-3 .product-rating-wrap-2{display:flex;align-items:center;margin:0 0 24px}@media only screen and (max-width:767px){.single-product-wrap-2 .product-content-3 .product-rating-wrap-2{margin:0 0 8px}}.single-product-wrap-2 .product-content-3 .product-rating-wrap-2 .product-rating-2{display:flex}.single-product-wrap-2 .product-content-3 .product-rating-wrap-2 .product-rating-2 i{font-size:14px;color:#ff9806;margin-right:2px}.single-product-wrap-2 .product-content-3 .product-rating-wrap-2 .product-rating-2 i.gray{color:#ccc}.single-product-wrap-2 .product-content-3 .product-rating-wrap-2 span{font-size:12px;color:#999;font-family:Heebo,sans-serif;margin-left:5px}.single-product-wrap-2 .product-content-3 .pro-price-action-wrap{display:flex;justify-content:space-between}.single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-price-3{display:flex;align-items:center}.single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-price-3 span{font-size:15px;font-family:Heebo,sans-serif;color:#000}.single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-price-3 span.new-price{color:#1f4883}.single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-price-3 span.old-price{color:#999;font-size:14px;margin-left:10px;text-decoration:line-through}.single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-action-3{display:flex;opacity:0;visibility:hidden;transform:scale(0);transition:all .4s ease 0s}.single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-action-3 button{background-color:transparent;border:none;padding:0;font-size:22px;color:#222;margin-right:15px}@media only screen and (max-width:767px){.single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-action-3 button{font-size:17px;margin-right:5px}}@media only screen and (min-width:576px) and (max-width:767px){.single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-action-3 button{font-size:22px;margin-right:15px}}.single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-action-3 button:last-child{margin-right:0}.single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-action-3 button:hover{color:#4dbdaf}.single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-action-3.pro-action-3-blue button:hover{color:#0064e0}.single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-action-3.pro-action-3-green-2 button:hover{color:#6aae27}.single-product-wrap-2:hover:before{left:-13px;top:-13px;right:-13px;bottom:-13px;opacity:1;visibility:visible}@media only screen and (max-width:767px){.single-product-wrap-2:hover:before{left:-10px;top:-10px;right:-10px;bottom:-10px}}@media only screen and (min-width:576px) and (max-width:767px){.single-product-wrap-2:hover:before{left:-13px;top:-13px;right:-13px;bottom:-13px}}.single-product-wrap-2:hover .product-content-3 .pro-price-action-wrap .product-action-3{opacity:1;visibility:visible;transform:scale(1)}.product-slider-active-6 .single-product-wrap-2{padding:10px 0}.product-slider-active-6 .single-product-wrap-2:before{left:10px;top:10px;right:10px;bottom:10px}.product-slider-active-6 .single-product-wrap-2:hover:before{left:1px;top:0;right:1px;bottom:0}.product-categories-wrap{display:flex;flex-wrap:wrap}.product-categories-wrap .product-categories-img{flex:0 0 37%;max-width:37%;overflow:hidden}@media only screen and (max-width:767px){.product-categories-wrap .product-categories-img{flex:0 0 50%;max-width:50%}}.product-categories-wrap .product-categories-img a{display:block}.product-categories-wrap .product-categories-img a img{width:100%;transform:scale(1);transition:all .3s ease 0s}.product-categories-wrap .product-categories-content{flex:0 0 63%;max-width:63%;padding:0 0 0 30px}@media only screen and (max-width:767px){.product-categories-wrap .product-categories-content{flex:0 0 50%;max-width:50%;padding:0 0 0 15px}}.product-categories-wrap .product-categories-content h3{font-size:18px;color:#222;font-weight:600;margin:0}.product-categories-wrap .product-categories-content ul{margin:16px 0 18px}@media only screen and (min-width:992px) and (max-width:1199px){.product-categories-wrap .product-categories-content ul{margin:6px 0 8px}}@media only screen and (min-width:768px) and (max-width:991px){.product-categories-wrap .product-categories-content ul{margin:6px 0 8px}}@media only screen and (max-width:767px){.product-categories-wrap .product-categories-content ul{margin:8px 0 10px}}@media only screen and (min-width:576px) and (max-width:767px){.product-categories-wrap .product-categories-content ul{margin:6px 0 5px}}.product-categories-wrap .product-categories-content ul li{display:block;margin:0 0 4px}@media only screen and (min-width:992px) and (max-width:1199px){.product-categories-wrap .product-categories-content ul li{margin:0 0 1px}}@media only screen and (min-width:768px) and (max-width:991px){.product-categories-wrap .product-categories-content ul li{margin:0 0 2px}}@media only screen and (max-width:767px){.product-categories-wrap .product-categories-content ul li{margin:0 0 2px}}.product-categories-wrap .product-categories-content ul li:last-child{margin-bottom:0}.product-categories-wrap .product-categories-content ul li a{display:block;font-size:14px;color:#666}.product-categories-wrap .product-categories-content ul li a:hover{color:#222;text-decoration:underline}.product-categories-wrap .product-categories-content .product-categories-btn a{display:inline-block;font-size:12px;color:#333;font-weight:600;text-transform:uppercase}.product-categories-wrap .product-categories-content .product-categories-btn a i{margin:0 0 0 2px;font-size:11px;position:relative;top:1px}.product-categories-wrap .product-categories-content .product-categories-btn a:hover{color:#4dbdaf}.product-categories-wrap.product-categories-border{border-right:1px solid #e1e1e1}@media only screen and (min-width:768px) and (max-width:991px){.product-categories-wrap.product-categories-border.categories-border-none-md{border:none}}@media only screen and (max-width:767px){.product-categories-wrap.product-categories-border{border:none}}@media only screen and (min-width:768px) and (max-width:991px){.product-categories-wrap.categories-border-add-md{border-right:1px solid #e1e1e1}}@media only screen and (max-width:767px){.product-categories-wrap.mb-45{margin-bottom:30px}}.product-categories-wrap:hover .product-categories-img a img{transform:scale(1.1)}.btn-style-5 a{display:inline-block;color:#666;font-size:14px}.btn-style-5 a i{margin-left:2px;font-size:12px;position:relative;top:1px}.btn-style-5 a:hover{color:#4dbdaf}@media only screen and (max-width:767px){.tab-style-4{margin:10px 0 0}}.tab-style-4 a{position:relative;display:inline-block;font-size:16px;color:#999;margin-right:50px;padding:0 0 22px;border-bottom:1px solid transparent}@media only screen and (min-width:768px) and (max-width:991px){.tab-style-4 a{margin-right:15px}}@media only screen and (max-width:767px){.tab-style-4 a{margin-right:20px;padding:0 0 9px;margin-bottom:5px}}@media only screen and (min-width:576px) and (max-width:767px){.tab-style-4 a{margin-bottom:0}}.tab-style-4 a:last-child{margin-right:0}.tab-style-4 a.active{color:#222;border-bottom:1px solid #222}.nav-style-3>span{position:absolute;top:50%;transform:translateY(-50%);left:-5%;text-align:center;color:#222;font-size:24px;cursor:pointer;transition:all .6s ease 0s;z-index:1;opacity:0;visibility:hidden}@media only screen and (min-width:1200px) and (max-width:1365px){.nav-style-3>span{left:0}}@media only screen and (min-width:992px) and (max-width:1199px){.nav-style-3>span{left:2%}}@media only screen and (min-width:768px) and (max-width:991px){.nav-style-3>span{left:0}}@media only screen and (max-width:767px){.nav-style-3>span{left:3%}}.nav-style-3>span.pro-slider-icon-1-next{left:auto;right:-5%}@media only screen and (min-width:1200px) and (max-width:1365px){.nav-style-3>span.pro-slider-icon-1-next{right:0}}@media only screen and (min-width:992px) and (max-width:1199px){.nav-style-3>span.pro-slider-icon-1-next{right:2%}}@media only screen and (min-width:768px) and (max-width:991px){.nav-style-3>span.pro-slider-icon-1-next{right:0}}@media only screen and (max-width:767px){.nav-style-3>span.pro-slider-icon-1-next{right:3%}}.nav-style-3>span:hover{color:#1f4883}.nav-style-3:hover span{left:-6%;opacity:1;visibility:visible}@media only screen and (min-width:1200px) and (max-width:1365px){.nav-style-3:hover span{left:-1%}}@media only screen and (min-width:992px) and (max-width:1199px){.nav-style-3:hover span{left:-1%}}@media only screen and (min-width:768px) and (max-width:991px){.nav-style-3:hover span{left:-1%}}@media only screen and (max-width:767px){.nav-style-3:hover span{left:0}}.nav-style-3:hover span.pro-slider-icon-1-next{left:auto;right:-6%}@media only screen and (min-width:1200px) and (max-width:1365px){.nav-style-3:hover span.pro-slider-icon-1-next{right:-1%}}@media only screen and (min-width:992px) and (max-width:1199px){.nav-style-3:hover span.pro-slider-icon-1-next{right:-1%}}@media only screen and (min-width:768px) and (max-width:991px){.nav-style-3:hover span.pro-slider-icon-1-next{right:-1%}}@media only screen and (max-width:767px){.nav-style-3:hover span.pro-slider-icon-1-next{right:0}}.nav-style-4>span{position:absolute;top:50%;transform:translateY(-50%);left:-5%;text-align:center;color:#ccc;font-size:36px;cursor:pointer;transition:all .6s ease 0s;z-index:1;opacity:0;visibility:hidden}@media only screen and (min-width:1200px) and (max-width:1365px){.nav-style-4>span{left:0}}@media only screen and (min-width:992px) and (max-width:1199px){.nav-style-4>span{left:-1%}}@media only screen and (max-width:767px){.nav-style-4>span{font-size:22px}}.nav-style-4>span.pro-slider-icon-1-next{left:auto;right:-5%}@media only screen and (min-width:1200px) and (max-width:1365px){.nav-style-4>span.pro-slider-icon-1-next{right:0}}@media only screen and (min-width:992px) and (max-width:1199px){.nav-style-4>span.pro-slider-icon-1-next{right:-1%}}.nav-style-4>span:hover{color:#000}.nav-style-4:hover span{left:-6%;opacity:1;visibility:visible}@media only screen and (min-width:1200px) and (max-width:1365px){.nav-style-4:hover span{left:-1%}}@media only screen and (min-width:992px) and (max-width:1199px){.nav-style-4:hover span{left:-3%}}@media only screen and (min-width:768px) and (max-width:991px){.nav-style-4:hover span{left:-3%}}.nav-style-4:hover span.pro-slider-icon-1-next{left:auto;right:-6%}@media only screen and (min-width:1200px) and (max-width:1365px){.nav-style-4:hover span.pro-slider-icon-1-next{right:-1%}}@media only screen and (min-width:992px) and (max-width:1199px){.nav-style-4:hover span.pro-slider-icon-1-next{right:-3%}}@media only screen and (min-width:768px) and (max-width:991px){.nav-style-4:hover span.pro-slider-icon-1-next{right:-3%}}.product-categories-wrap-2{display:flex;flex-wrap:wrap;justify-content:space-between}@media only screen and (min-width:768px) and (max-width:991px){.product-categories-wrap-2{justify-content:inherit}}.product-categories-wrap-2 .single-product-categories-2{display:flex;flex-wrap:wrap;align-items:center}@media only screen and (min-width:768px) and (max-width:991px){.product-categories-wrap-2 .single-product-categories-2{width:33.333%;flex:0 0 33.333%}}@media only screen and (max-width:767px){.product-categories-wrap-2 .single-product-categories-2{width:100%;flex:0 0 100%}}@media only screen and (min-width:576px) and (max-width:767px){.product-categories-wrap-2 .single-product-categories-2{width:50%;flex:0 0 50%}}.product-categories-wrap-2 .single-product-categories-2 .product-categories-2-icon{margin-right:24px}@media only screen and (min-width:992px) and (max-width:1199px){.product-categories-wrap-2 .single-product-categories-2 .product-categories-2-icon{margin-right:15px}}.product-categories-wrap-2 .single-product-categories-2 .product-categories-2-icon i{font-size:40px;color:#ccc;transition:all .3s ease 0s}.product-categories-wrap-2 .single-product-categories-2 .product-categories-2-content h4{font-size:16px;line-height:24px;margin:0}.product-categories-wrap-2 .single-product-categories-2 .product-categories-2-content h4 a,.product-categories-wrap-2 .single-product-categories-2:hover .product-categories-2-icon i{color:#000}.product-categories-wrap-2 .single-product-categories-2:hover .product-categories-2-content h4{font-weight:700}.tab-btn-wrap-2{display:flex}@media only screen and (min-width:768px) and (max-width:991px){.tab-btn-wrap-2{margin:10px 0 0}}@media only screen and (max-width:767px){.tab-btn-wrap-2{display:block;margin:7px 0 0}}@media only screen and (min-width:576px) and (max-width:767px){.tab-btn-wrap-2{display:flex}}@media only screen and (max-width:767px){.tab-style-5{margin-bottom:5px}}.tab-style-5 a{color:#999;font-size:16px;margin-right:40px}@media only screen and (min-width:992px) and (max-width:1199px){.tab-style-5 a{margin-right:20px}}@media only screen and (min-width:768px) and (max-width:991px){.tab-style-5 a{margin-right:30px}}@media only screen and (max-width:767px){.tab-style-5 a{margin-right:20px}}.tab-style-5 a:last-child{margin-right:0}.tab-style-5 a.active{color:#000;font-weight:600}.tab-style-5 a:hover{color:#000}.btn-style-6 a{display:inline-block;text-transform:uppercase;font-size:16px;color:#000}.btn-style-6 a:hover{text-decoration:underline}@media only screen and (max-width:767px){.btn-style-6.ml-60{margin-left:0}}@media only screen and (min-width:576px) and (max-width:767px){.btn-style-6.ml-60{margin-left:20px}}.hm4-pb-100{padding-bottom:80px}@media only screen and (min-width:768px) and (max-width:991px){.hm4-pb-100{padding-bottom:40px}}@media only screen and (max-width:767px){.hm4-pb-100{padding-bottom:25px}}.section-title-btn-wrap{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between}@media only screen and (max-width:767px){.section-title-btn-wrap.pb-20{padding-bottom:15px}.section-title-btn-wrap.mb-50{margin-bottom:30px}}.section-title-deal-wrap{display:flex;flex-wrap:wrap}@media only screen and (min-width:768px) and (max-width:991px){.section-title-deal-wrap{display:block}}@media only screen and (max-width:767px){.section-title-deal-wrap{display:block;margin:0 0 5px}}.section-title-deal-wrap .timer-wrap-2{display:flex;align-items:center;margin-left:75px}@media only screen and (min-width:768px) and (max-width:991px){.section-title-deal-wrap .timer-wrap-2{margin-left:0;margin-top:5px}}@media only screen and (max-width:767px){.section-title-deal-wrap .timer-wrap-2{margin-left:0;display:block}}.section-title-deal-wrap .timer-wrap-2 h4{font-size:14px;font-weight:600;text-transform:uppercase;margin:0;letter-spacing:.25px}@media only screen and (max-width:767px){.section-title-deal-wrap .timer-wrap-2 h4{margin:10px 0}}.section-title-deal-wrap .timer-wrap-2 h4 i{font-size:16px;margin-right:7px;position:relative;top:2px}.timer-style-2{margin-left:15px}@media only screen and (max-width:767px){.timer-style-2{margin-left:0}}.timer-style-2 .syotimer__body{display:flex;flex-wrap:wrap}.timer-style-2 .syotimer__body .syotimer-cell{margin-right:15px;position:relative;text-align:center;display:flex;color:#f33a0f;font-weight:600;font-size:14px}.timer-style-2 .syotimer__body .syotimer-cell:before{position:absolute;content:"";right:-8px;top:42%;width:2px;height:2px;background-color:#f33a0f}.timer-style-2 .syotimer__body .syotimer-cell:after{position:absolute;content:"";right:-8px;bottom:32%;width:2px;height:2px;background-color:#f33a0f}.timer-style-2 .syotimer__body .syotimer-cell:last-child{margin-right:0}.timer-style-2 .syotimer__body .syotimer-cell:last-child:after,.timer-style-2 .syotimer__body .syotimer-cell:last-child:before{display:none}.timer-style-2 .syotimer__body .syotimer-cell .syotimer-cell__value{margin-right:2px}.btn-style-7 a{display:inline-block;text-transform:uppercase;border-bottom:1px solid #666;padding:0 0 2px;color:#000;line-height:1}.btn-style-7 a:hover{color:#6f50a7;border-bottom:1px solid #6f50a7}.btn-style-7.btn-style-7-blue a:hover{color:#0064e0;border-bottom:1px solid #0064e0}.product-list-style-wrap{border:1px solid #e0e0e0;padding:18px 30px 33px}@media only screen and (min-width:768px) and (max-width:991px){.product-list-style-wrap{padding:34px 30px 33px}}@media only screen and (max-width:767px){.product-list-style-wrap{padding:30px 20px}}.product-list-style{margin:0 0 115px}@media only screen and (min-width:992px) and (max-width:1199px){.product-list-style{margin:0 0 97px}}@media only screen and (min-width:768px) and (max-width:991px){.product-list-style{margin:0 0 30px}}@media only screen and (max-width:767px){.product-list-style{margin:0 0 35px}}.product-list-style a{display:block;color:#000;width:100%;margin:0 0 14px;letter-spacing:.25px}@media only screen and (min-width:768px) and (max-width:991px){.product-list-style a{margin:0 0 10px}}@media only screen and (max-width:767px){.product-list-style a{margin:0 0 10px}}.product-list-style a:last-child{margin:0}.product-list-style a.active{color:#999}.product-list-style a:hover{color:#1f4883}.btn-style-8 a{display:block;color:#999;font-style:italic}.btn-style-8 a:hover{color:#1f4883}.tab-style-7{justify-content:flex-end;margin-top:-47px;margin-right:24px}@media only screen and (max-width:767px){.tab-style-7{margin-top:0;margin-right:0;justify-content:center}}@media only screen and (min-width:576px) and (max-width:767px){.tab-style-7{justify-content:flex-end;margin-top:-47px;margin-right:24px}}.tab-style-7 a{color:#000;margin-right:40px}@media only screen and (max-width:767px){.tab-style-7 a{margin-right:20px}}.tab-style-7 a:last-child{margin-right:0}.tab-style-7 a.active{font-weight:700}.tab-content-mrg-top{margin-top:33px}@media only screen and (max-width:767px){.tab-content-mrg-top{margin-top:20px}}.single-deal-wrap{padding:75px 0}@media only screen and (max-width:767px){.single-deal-wrap{padding:60px 0}}.tab-style-8 a{color:#000;letter-spacing:.25px;margin-right:30px}@media only screen and (max-width:767px){.tab-style-8 a{margin-right:16px}}.tab-style-8 a:last-child{margin-right:0}.tab-style-8 a.active{color:#999}@media only screen and (min-width:768px) and (max-width:991px){.tab-style-8.tab-res-mrg{margin-top:10px}}@media only screen and (max-width:767px){.tab-style-8.tab-res-mrg,.tab-style-8.tab-res-mrg-2{margin-top:12px}}@media only screen and (min-width:576px) and (max-width:767px){.tab-style-8.tab-res-mrg-2{margin-top:0}}.product-pb-80{padding-bottom:80px}@media only screen and (min-width:768px) and (max-width:991px){.product-pb-80{padding-bottom:40px}}@media only screen and (max-width:767px){.product-pb-80{padding-bottom:20px}}.single-sidebar-product{display:flex!important;align-items:center;margin-bottom:32px}.single-sidebar-product .sidebar-product-img{margin-right:28px;flex:0 0 30%}@media only screen and (min-width:768px) and (max-width:991px){.single-sidebar-product .sidebar-product-img{flex:0 0 20%}}@media only screen and (min-width:576px) and (max-width:767px){.single-sidebar-product .sidebar-product-img{flex:0 0 20%}}.single-sidebar-product .sidebar-product-img a{display:block}.single-sidebar-product .sidebar-product-img a img{width:100%}.single-sidebar-product .sidebar-product-content h5{font-size:14px;font-weight:600;line-height:20px;margin:0 0 17px}.single-sidebar-product .sidebar-product-content h5 a{color:#000}.single-sidebar-product .sidebar-product-content h5 a:hover{text-decoration:underline}.single-sidebar-product .sidebar-product-content .sidebar-product-price span{font-size:18px;color:#000;font-family:Heebo,sans-serif;display:inline-block;line-height:1}.single-sidebar-product .sidebar-product-content .sidebar-product-price span.new-price{color:#1f4883}.single-sidebar-product .sidebar-product-content .sidebar-product-price span.old-price{margin-left:10px;font-size:14px;color:#999;text-decoration:line-through}.nav-style-5>span{position:absolute;top:-62px;right:0;font-size:14px;color:#000;z-index:9;cursor:pointer;transition:all .3s ease 0s}@media only screen and (max-width:767px){.nav-style-5>span{top:-63px}}.nav-style-5>span.sidebar-icon-prev{margin-right:20px}.nav-style-5>span:hover{color:#6aae27}.nav-style-5.nav-style-5-modify>span{top:-50px;font-size:18px;color:#999}.nav-style-5.nav-style-5-modify>span.sidebar-icon-prev{margin-right:30px}.nav-style-5.nav-style-5-modify>span:hover{color:#e44311}@media only screen and (max-width:767px){.nav-style-5.nav-style-5-modify>span{display:none!important}}.tab-style-9{justify-content:center}.tab-style-9 a{font-size:16px;color:#666;margin-right:40px}@media only screen and (max-width:767px){.tab-style-9 a{margin-right:20px;margin-bottom:5px}}.tab-style-9 a:last-child{margin-right:0}.tab-style-9 a.active{color:#0064e0}@media only screen and (max-width:767px){.tab-style-9.mb-60{margin-bottom:25px}}.deal-bg-color{background-color:#eaeff2}.deal-content-2>span{display:inline-block;line-height:1;font-size:12px;font-weight:700;color:#fff;border-radius:5px;letter-spacing:-.25px;text-transform:uppercase;background-color:#690;padding:5px 9px 7px}.deal-content-2>h2{line-height:40px;font-size:36px;font-weight:300;color:#000;letter-spacing:-.25px;margin:23px 0 0}@media only screen and (min-width:992px) and (max-width:1199px){.deal-content-2>h2{line-height:30px;font-size:26px}}@media only screen and (min-width:768px) and (max-width:991px){.deal-content-2>h2{line-height:34px;font-size:27px;margin:20px 0 0}}@media only screen and (max-width:767px){.deal-content-2>h2{line-height:33px;font-size:27px;margin:15px 0 0}}.deal-content-2>h2 span{font-weight:700;color:#1f4883;text-transform:uppercase}.deal-content-2 p{width:86%;margin:0 0 31px}@media only screen and (min-width:992px) and (max-width:1199px){.deal-content-2 p{width:100%;margin:0 0 10px}}@media only screen and (min-width:768px) and (max-width:991px){.deal-content-2 p{margin:0 0 15px}}@media only screen and (max-width:767px){.deal-content-2 p{margin:0 0 10px}}.deal-content-2 .deal-btn-2 a{display:inline-block;font-size:16px;font-weight:700;color:#000;text-transform:uppercase;border-bottom:1px solid #000}.deal-content-2 .deal-btn-2 a:hover{color:#0064e0;border-bottom:1px solid #0064e0}@media only screen and (min-width:992px) and (max-width:1199px){.deal-content-2.pl-50{padding-left:30px}.deal-content-2.pl-35{padding-left:0}}@media only screen and (min-width:768px) and (max-width:991px){.deal-content-2{padding-top:50px}.deal-content-2.pl-50{padding-left:75px}.deal-content-2.pl-35{padding-left:0}}@media only screen and (max-width:767px){.deal-content-2.pl-50{padding-left:20px;padding-top:30px;padding-right:10px}.deal-content-2.pl-35{padding-left:20px;padding-top:10px}}.deal-img{margin:35px 70px 0 60px}@media only screen and (max-width:767px){.deal-img{margin:30px 20px 0}}.deal-img a{display:block}.deal-img a img{width:100%}.more-product-btn a{display:inline-block;font-size:14px;font-weight:600;padding:8px 57px;color:#0064e0;border:1px solid #0064e0}.more-product-btn a:hover{background-color:#0064e0;color:#fff}.section-wrap-1{background-color:#fff;padding:36px 30px 34px}@media only screen and (min-width:768px) and (max-width:991px){.section-wrap-1{padding:36px 20px 34px}}@media only screen and (max-width:767px){.section-wrap-1{padding:36px 20px 34px}}.section-wrap-3,.section-wrap-4{background-color:#fff}.section-wrap-4{padding:30px}@media only screen and (max-width:767px){.section-wrap-4{padding:15px}}.product-area-padding{padding:35px 30px 0 0}@media only screen and (min-width:992px) and (max-width:1199px){.product-area-padding{padding:20px 30px 0 0}}@media only screen and (max-width:767px){.product-area-padding{padding:30px 15px}}@media only screen and (min-width:576px) and (max-width:767px){.product-area-padding{padding:30px}}.btn-style-9 a{display:inline-block;text-transform:uppercase;color:#666}.btn-style-9 a:hover{color:#e44311}.tab-style-10 a{display:inline-block;margin-right:35px;color:#000;font-size:16px}@media only screen and (max-width:767px){.tab-style-10 a{margin-right:15px}}.tab-style-10 a:last-child{margin-right:0}.tab-style-10 a.active{font-weight:700;color:#e44311}@media only screen and (min-width:768px) and (max-width:991px){.tab-style-10{margin:5px 0 0}.product-area.pb-100{padding-bottom:40px}.product-area.pb-75{padding-bottom:35px}.product-area.pb-80{padding-bottom:40px}.product-categories-area.pb-70{padding-bottom:30px}.product-categories-area.pb-60{padding-bottom:20px}.deal-area.pt-150{padding-top:80px}}@media only screen and (max-width:767px){.product-area.pb-100{padding-bottom:25px}.product-area.pb-95{padding-bottom:15px}.product-area.pb-75{padding-bottom:20px}.product-area.pb-80{padding-bottom:25px}.product-area.pb-85{padding-bottom:60px}.product-categories-area.pb-70{padding-bottom:30px}.product-categories-area.pb-60{padding-bottom:20px}.deal-area.pt-150{padding-top:60px}}.nav-style-6>span{position:absolute;top:50%;transform:translateY(-50%);left:0;transition:all .3s ease 0s;border:1px solid #e1e2e2;background-color:#fff;display:inline-block;width:30px;height:30px;line-height:30px;border-radius:100%;cursor:pointer;color:#000;font-size:13px;text-align:center;z-index:1;opacity:0;visibility:hidden}.nav-style-6>span.icon-next{left:auto;right:0}.nav-style-6>span:hover{color:#fff;border:1px solid #1f4883;background-color:#1f4883}.nav-style-6:hover span{opacity:1;visibility:visible}.quickview-wrap{display:flex;justify-content:center}.quickview-wrap .nav-link{padding:0;border:0;margin:0 5px}.quickview-wrap .nav-link img{width:100%}.banner-wrap{position:relative}.banner-wrap.banner-mr-1{margin-right:-30px}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap.banner-mr-1{margin-right:-15px}}@media only screen and (max-width:767px){.banner-wrap.banner-mr-1{margin-right:0}}.banner-wrap.banner-ml-1{margin-left:30px}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap.banner-ml-1{margin-left:15px}}@media only screen and (max-width:767px){.banner-wrap.banner-ml-1{margin-left:0}}.banner-wrap .banner-img{position:relative;overflow:hidden}.banner-wrap .banner-img a{display:block}.banner-wrap .banner-img a img{width:100%}.banner-wrap .banner-img.banner-img-border{border:1px solid #d9d9d9}.banner-wrap .banner-img-zoom a{display:block}.banner-wrap .banner-img-zoom a img{width:100%;transform:scale(1);transition:all .5s ease 0s}.banner-wrap .banner-content-1{position:absolute;left:70px;top:50%;transform:translateY(-50%)}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-1{left:30px}}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-1{left:20px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-1{left:20px}}.banner-wrap .banner-content-1 h2{font-size:36px;font-weight:700;font-family:Heebo,sans-serif;line-height:40px;letter-spacing:-.25px;margin:0}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-1 h2{font-size:34px}}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-1 h2{font-size:27px;line-height:35px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-1 h2{font-size:22px;line-height:30px}}@media only screen and (min-width:576px) and (max-width:767px){.banner-wrap .banner-content-1 h2{font-size:25px;line-height:32px}}.banner-wrap .banner-content-1 p{width:75%;margin:28px 0 200px}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-1 p{margin:28px 0 80px}}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-1 p{margin:12px 0 25px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-1 p{margin:8px 0 21px}}.banner-wrap .banner-content-2{position:absolute;left:70px;top:70px}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-2{left:30px}}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-2{left:20px;top:62px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-2{left:20px;top:62px}}.banner-wrap .banner-content-2 h2{font-size:36px;font-weight:700;font-family:Heebo,sans-serif;line-height:40px;letter-spacing:-.25px;margin:0}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-2 h2{font-size:34px}}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-2 h2{font-size:27px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-2 h2{font-size:22px}}@media only screen and (min-width:576px) and (max-width:767px){.banner-wrap .banner-content-2 h2{font-size:25px}}.banner-wrap .banner-content-2 p{width:75%;margin:28px 0 0}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-2 p{width:80%}}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-2 p{width:95%;margin:10px 0 0}}@media only screen and (max-width:767px){.banner-wrap .banner-content-2 p{width:95%;margin:10px 0 0}}.banner-wrap .banner-content-3{position:absolute;top:50%;transform:translateY(-50%);left:30px}@media only screen and (max-width:767px){.banner-wrap .banner-content-3{left:15px;top:30%}}.banner-wrap .banner-content-3 h2{font-size:20px;font-weight:600;line-height:30px;margin:0;letter-spacing:-.25px}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-3 h2{font-size:20px;line-height:26px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-3 h2{font-size:20px;line-height:26px}}.banner-wrap .banner-content-3 span{font-size:12px;color:#666;display:block;margin:2px 0 17px}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-3 span{margin:10px 0 2px}}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-3 span{margin:10px 0 2px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-3 span{margin:6px 0 2px}}.banner-wrap .banner-content-3 h3{font-size:18px;color:#89d9a3;font-weight:600;margin:60px 0 0}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-3 h3{margin:0 0 20px}}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-3 h3{margin:0 0 20px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-3 h3{margin:0 0 12px}}.banner-wrap .banner-content-4{position:absolute;top:50%;transform:translateY(-50%);left:30px}@media only screen and (max-width:767px){.banner-wrap .banner-content-4{left:15px;top:30%}.banner-wrap .banner-content-4 h3{display:none}.banner-wrap .banner-content-4 .btn-style-4 a{color:#000!important}}.banner-wrap .banner-content-4 h2{font-size:20px;font-weight:600;line-height:30px;margin:0;letter-spacing:-.25px}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-4 h2{font-size:20px;line-height:26px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-4 h2{font-size:20px;line-height:26px}}.banner-wrap .banner-content-4 h2 span{color:#df3434}.banner-wrap .banner-content-4>span{font-size:12px;color:#666;display:block;text-transform:uppercase;margin:17px 0 2px}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-4>span{margin:10px 0 2px}}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-4>span{margin:10px 0 2px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-4>span{margin:6px 0 2px}}.banner-wrap .banner-content-4 h3{font-size:18px;color:#690;font-weight:600;margin:0 0 60px}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-4 h3{margin:0 0 20px}}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-4 h3{margin:0 0 20px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-4 h3{margin:0 0 12px}}.banner-wrap .banner-content-5{position:absolute;top:50%;transform:translateY(-50%);left:30px}@media only screen and (max-width:767px){.banner-wrap .banner-content-5{left:15px;top:30%}}.banner-wrap .banner-content-5 span{font-size:12px;font-weight:600;color:#89d9a3;text-transform:uppercase;margin:0 0 11px;display:block}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-5 span{margin:0 0 5px}}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-5 span{margin:0 0 5px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-5 span{margin:0 0 5px}}.banner-wrap .banner-content-5 h2{font-size:24px;font-weight:600;line-height:30px;margin:0;letter-spacing:-.25px}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-5 h2{font-size:20px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-5 h2{font-size:20px}}.banner-wrap .banner-content-5 h2 span{color:#df3434}.banner-wrap .banner-content-5 p{color:#999;width:70%;margin:13px 0 25px}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-5 p{margin:5px 0 10px}}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-5 p{margin:5px 0 10px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-5 p{margin:2px 0 4px}}.banner-wrap .banner-content-6{position:absolute;left:56%;top:50%;transform:translateY(-50%)}@media only screen and (max-width:767px){.banner-wrap .banner-content-6{left:50%}}.banner-wrap .banner-content-6 h3{font-size:30px;color:#222;line-height:36px;margin:0 0 22px}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-6 h3{font-size:25px;line-height:32px;margin:0 0 10px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-6 h3{font-size:17px;line-height:24px;margin:0 0 3px}}.banner-wrap .banner-content-6 .banner-btn-1 a{display:inline-block;font-size:14px;font-weight:700;text-transform:uppercase;color:#4dbdaf}.banner-wrap .banner-content-6 .banner-btn-1 a i{font-size:12px;margin:0 0 0 3px}@media only screen and (max-width:767px){.banner-wrap .banner-content-6 .banner-btn-1 a{font-size:13px}}.banner-wrap .banner-content-6 .banner-btn-1 a:hover{color:#000}.banner-wrap .banner-content-7-8-wrap{position:absolute;left:37px;top:50%;transform:translateY(-50%);display:flex}@media only screen and (max-width:767px){.banner-wrap .banner-content-7-8-wrap{left:15px}}.banner-wrap .banner-content-7-8-wrap .banner-content-7{margin-right:50px}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-7-8-wrap .banner-content-7{margin-right:30px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-7-8-wrap .banner-content-7{margin-right:15px}}.banner-wrap .banner-content-7-8-wrap .banner-content-7 span{font-size:12px;color:#222;font-family:Heebo,sans-serif}.banner-wrap .banner-content-7-8-wrap .banner-content-7 h2{font-size:36px;color:#222;font-weight:600;margin:3px 0 18px}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-7-8-wrap .banner-content-7 h2{font-size:27px;margin:3px 0 8px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-7-8-wrap .banner-content-7 h2{font-size:16px;margin:1px 0 3px;line-height:1}}@media only screen and (min-width:576px) and (max-width:767px){.banner-wrap .banner-content-7-8-wrap .banner-content-7 h2{font-size:20px;margin:5px 0 10px}}.banner-wrap .banner-content-7-8-wrap .banner-content-7 p{font-size:14px;color:#999;font-family:Heebo,sans-serif;line-height:22px}@media only screen and (max-width:767px){.banner-wrap .banner-content-7-8-wrap .banner-content-7 p{line-height:19px}}.banner-wrap .banner-content-7-8-wrap .banner-content-8>span{text-transform:uppercase;font-size:14px;font-weight:600;color:#000}@media only screen and (max-width:767px){.banner-wrap .banner-content-7-8-wrap .banner-content-8>span{font-size:12px}}@media only screen and (min-width:576px) and (max-width:767px){.banner-wrap .banner-content-7-8-wrap .banner-content-8>span{font-size:12px}}.banner-wrap .banner-content-7-8-wrap .banner-content-8 h3{font-weight:700;font-size:36px;color:#df3434;font-family:Heebo,sans-serif;margin:4px 0 15px;text-transform:uppercase;line-height:1}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-7-8-wrap .banner-content-8 h3{font-size:32px;margin:4px 0 10px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-7-8-wrap .banner-content-8 h3{font-size:22px;margin:2px 0 4px}}@media only screen and (min-width:576px) and (max-width:767px){.banner-wrap .banner-content-7-8-wrap .banner-content-8 h3{font-size:26px;margin:5px 0 10px}}.banner-wrap .banner-content-7-8-wrap .banner-content-8 h3 span{font-size:18px}.banner-wrap .banner-content-7-8-wrap .banner-content-8 .banner-btn-2 a{display:inline-block;font-size:12px;font-weight:700;color:#fff;padding:6px 15px 6px 17px;text-transform:uppercase;background-color:#4dbdaf}.banner-wrap .banner-content-7-8-wrap .banner-content-8 .banner-btn-2 a i{font-size:10px;margin:0 0 0 3px}@media only screen and (max-width:767px){.banner-wrap .banner-content-7-8-wrap .banner-content-8 .banner-btn-2 a{padding:2px 10px 3px 12px}}.banner-wrap .banner-content-7-8-wrap .banner-content-8 .banner-btn-2 a:hover{background-color:#000}.banner-wrap .banner-content-9{position:absolute;top:50%;transform:translateY(-50%);left:75px}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-9{left:30px}}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-9{left:30px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-9{left:20px}}.banner-wrap .banner-content-9 span{font-size:14px;color:#999;text-transform:uppercase;letter-spacing:1px;display:block;margin:0 0 220px}@media only screen and (min-width:1366px) and (max-width:1600px){.banner-wrap .banner-content-9 span{margin:0 0 40px}}@media only screen and (min-width:1200px) and (max-width:1365px){.banner-wrap .banner-content-9 span{margin:0 0 40px}}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-9 span{margin:0 0 15px}}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-9 span{margin:0 0 40px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-9 span{margin:0 0 6px;line-height:16px}}.banner-wrap .banner-content-9 h2{text-transform:uppercase;font-size:48px;line-height:48px;letter-spacing:-.25px;margin:0}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-9 h2{font-size:34px;line-height:38px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-9 h2{font-size:22px;line-height:27px}}.banner-wrap .banner-content-9 p{width:68%;margin:20px 0 48px}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-9 p{margin:10px 0 20px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-9 p{margin:5px 0 6px;line-height:20px;width:85%}}.banner-wrap .banner-content-10{position:absolute;top:50%;transform:translateY(-50%);left:75px}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-10{left:30px}}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-10{left:30px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-10{left:20px}}.banner-wrap .banner-content-10>span{font-size:14px;color:#999;text-transform:uppercase;letter-spacing:1px;display:block;margin:0 0 220px}@media only screen and (min-width:1366px) and (max-width:1600px){.banner-wrap .banner-content-10>span{margin:0 0 40px}}@media only screen and (min-width:1200px) and (max-width:1365px){.banner-wrap .banner-content-10>span{margin:0 0 40px}}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-10>span{margin:0 0 15px}}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-10>span{margin:0 0 40px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-10>span{margin:0 0 20px}}.banner-wrap .banner-content-10 h2{font-size:48px;line-height:48px;letter-spacing:-.25px;margin:0}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-10 h2{font-size:34px;line-height:38px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-10 h2{font-size:21px;line-height:25px}}.banner-wrap .banner-content-10 h2 span{font-weight:600;color:#1f4883}.banner-wrap .banner-content-10 p{width:68%;margin:25px 0 53px}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-10 p{margin:10px 0 20px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-10 p{margin:7px 0 10px}}.banner-wrap .banner-content-11{position:absolute;left:66px;top:50%;transform:translateY(-50%)}.banner-wrap .banner-content-11.banner-content-11-modify{left:50px}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-11.banner-content-11-modify{left:30px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-11.banner-content-11-modify{left:20px}}.banner-wrap .banner-content-11.banner-content-11-modify-2 h2{font-size:36px}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-11.banner-content-11-modify-2 h2{font-size:25px;line-height:30px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-11.banner-content-11-modify-2 h2{font-size:16px;line-height:17px}}@media only screen and (min-width:576px) and (max-width:767px){.banner-wrap .banner-content-11.banner-content-11-modify-2 h2{font-size:21px;line-height:25px}}.banner-wrap .banner-content-11.banner-content-11-modify-2 p{margin:15px 0 0}@media only screen and (max-width:767px){.banner-wrap .banner-content-11.banner-content-11-modify-2 p{margin:7px 0 0;line-height:1}}@media only screen and (min-width:576px) and (max-width:767px){.banner-wrap .banner-content-11.banner-content-11-modify-2 p{margin:15px 0 0}}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-11{left:35px}}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-11{left:30px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-11{left:20px}}.banner-wrap .banner-content-11 h2{font-size:30px;line-height:40px;letter-spacing:-.25px;color:#000;font-weight:300;margin:0}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-11 h2{font-size:22px;line-height:25px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-11 h2{font-size:22px;line-height:25px}}.banner-wrap .banner-content-11 h2 span{font-weight:600}.banner-wrap .banner-content-11 p{margin:15px 0 50px}.banner-wrap .banner-content-11 p.mrg-inc{margin:15px 0 90px}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-11 p.mrg-inc{margin:15px 0 50px}}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-11 p.mrg-inc{margin:10px 0 30px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-11 p.mrg-inc{margin:4px 0 5px}}@media only screen and (min-width:576px) and (max-width:767px){.banner-wrap .banner-content-11 p.mrg-inc{margin:14px 0 25px}}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-11 p{margin:10px 0 25px}}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-11 p{margin:6px 0 7px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-11 p{margin:6px 0 7px}}.banner-wrap .banner-content-12{position:absolute;left:70px;top:70px}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-12{left:30px;top:30px}}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-12{left:30px;top:30px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-12{left:15px;top:15px}}@media only screen and (min-width:576px) and (max-width:767px){.banner-wrap .banner-content-12{left:30px;top:30px}}.banner-wrap .banner-content-12 h2{font-size:36px;line-height:40px;letter-spacing:-.25px;margin:0}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-12 h2{font-size:30px}}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-12 h2{font-size:25px;line-height:30px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-12 h2{font-size:18px;line-height:20px}}@media only screen and (min-width:576px) and (max-width:767px){.banner-wrap .banner-content-12 h2{font-size:22px;line-height:27px}}.banner-wrap .banner-content-12 p{margin:25px 0 48px}@media only screen and (min-width:1366px) and (max-width:1600px){.banner-wrap .banner-content-12 p{margin:25px 0 35px}}@media only screen and (min-width:1200px) and (max-width:1365px){.banner-wrap .banner-content-12 p{margin:25px 0 35px}}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-12 p{margin:15px 0 22px}}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-12 p{margin:8px 0 10px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-12 p{margin:5px 0;line-height:20px}}@media only screen and (min-width:576px) and (max-width:767px){.banner-wrap .banner-content-12 p{margin:10px 0 12px;line-height:24px}}.banner-wrap .banner-content-12 span{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.banner-wrap .banner-content-12 h3{font-size:48px;color:#690;letter-spacing:-.25px;margin:6px 0 81px;line-height:1}@media only screen and (min-width:1366px) and (max-width:1600px){.banner-wrap .banner-content-12 h3{margin:6px 0 40px}}@media only screen and (min-width:1200px) and (max-width:1365px){.banner-wrap .banner-content-12 h3{margin:6px 0 40px}}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-12 h3{margin:6px 0 20px;font-size:40px}}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-12 h3{margin:6px 0 14px;font-size:35px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-12 h3{margin:3px 0 7px;font-size:25px}}@media only screen and (min-width:576px) and (max-width:767px){.banner-wrap .banner-content-12 h3{margin:14px 0 20px;font-size:25px}}.banner-wrap .banner-content-13{position:absolute;left:30px;top:50%;transform:translateY(-50%)}@media only screen and (max-width:767px){.banner-wrap .banner-content-13{left:15px}}.banner-wrap .banner-content-13>span{font-size:14px;color:#8d75ba;text-transform:uppercase;display:block;line-height:1}.banner-wrap .banner-content-13 h2{font-size:36px;color:#6f50a7;line-height:32px;font-weight:800;text-transform:uppercase;margin:24px 0 27px}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-13 h2{font-size:28px;margin:10px 0 12px}}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-13 h2{font-size:28px;margin:15px 0 18px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-13 h2{font-size:25px;line-height:28px;margin:10px 0}}@media only screen and (min-width:576px) and (max-width:767px){.banner-wrap .banner-content-13 h2{font-size:32px;line-height:35px;margin:20px 0 23px}}.banner-wrap .banner-content-13 .product-available-wrap{display:flex;flex-wrap:wrap}.banner-wrap .banner-content-13 .product-available-wrap .single-product-available{text-align:center;margin-right:25px}.banner-wrap .banner-content-13 .product-available-wrap .single-product-available:Last-child{margin-right:0}.banner-wrap .banner-content-13 .product-available-wrap .single-product-available h3{font-size:30px;color:#58a980;line-height:23px;margin:0 0 6px}.banner-wrap .banner-content-13 .product-available-wrap .single-product-available span{display:block;line-height:1;color:#666}.banner-wrap .banner-content-14{position:absolute;left:30px;top:50%;transform:translateY(-50%)}@media only screen and (max-width:767px){.banner-wrap .banner-content-14{left:20px}}.banner-wrap .banner-content-14 span{display:inline-block;font-weight:800;color:#fff;text-transform:uppercase;background-color:#94b84c;line-height:1;padding:5px 8px}.banner-wrap .banner-content-14 h2{font-size:30px;color:#010101;line-height:24px;margin:19px 0 47px}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-14 h2{font-size:27px;line-height:28px;margin:10px 0}}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-14 h2{margin:19px 0 27px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-14 h2{font-size:25px;line-height:24px;margin:12px 0 15px}}@media only screen and (min-width:576px) and (max-width:767px){.banner-wrap .banner-content-14 h2{font-size:30px;line-height:30px;margin:20px 0 25px}}.banner-wrap .banner-content-14 p{line-height:18px;width:60%}.banner-wrap .banner-content-15{position:absolute;top:50%;transform:translateY(-50%);left:30px}.banner-wrap .banner-content-15 .banner-content-15-top{display:flex;align-items:center;margin:0 0 16px}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-15 .banner-content-15-top{margin:0 0 10px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-15 .banner-content-15-top{margin:0 0 10px}}.banner-wrap .banner-content-15 .banner-content-15-top .banner-content-15-brand{margin-right:60px}@media only screen and (max-width:767px){.banner-wrap .banner-content-15 .banner-content-15-top .banner-content-15-brand{margin-right:30px}}.banner-wrap .banner-content-15 .banner-content-15-top .banner-content-15-brand span{color:#fff;font-weight:800;font-size:14px;font-style:italic;text-transform:uppercase;display:inline-block;line-height:1;letter-spacing:-.25px;background-color:#4c96b8;padding:5px 6px}.banner-wrap .banner-content-15 .banner-content-15-top p{line-height:18px;letter-spacing:-.25px}.banner-wrap .banner-content-15 h2{font-size:30px;color:#010101;line-height:30px;margin:0;width:80%}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-15 h2{font-size:25px;line-height:25px}}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-15 h2{font-size:24px;line-height:26px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-15 h2{font-size:23px;line-height:26px}}.banner-wrap .banner-content-16{position:absolute;top:50%;transform:translateY(-50%);left:30px}@media only screen and (max-width:767px){.banner-wrap .banner-content-16{left:20px}}.banner-wrap .banner-content-16 h2{font-size:24px;color:#000;font-weight:300;line-height:30px;margin:0 0 20px;width:64%}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-16 h2{font-size:19px;line-height:24px;margin:0 0 10px}}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-16 h2{font-size:20px;line-height:30px;margin:0 0 10px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-16 h2{font-size:17px;line-height:22px;margin:0 0 8px}}.banner-wrap .banner-content-16 .banner-price{width:22%}.banner-wrap .banner-content-16 .banner-price span{font-size:16px;font-weight:700;color:#1f4883}.banner-wrap .banner-content-16 .banner-price span.old-price{font-weight:400;font-size:12px;color:#999;margin-right:5px;text-decoration:line-through}.banner-wrap .banner-content-17{position:absolute;top:30px;left:30px}@media only screen and (max-width:767px){.banner-wrap .banner-content-17{left:15px}}.banner-wrap .banner-content-17 h2{font-size:24px;color:#000;font-weight:300;line-height:30px;margin:0 0 20px;width:67%}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-17 h2{font-size:20px;width:73%}}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-17 h2{font-size:22px;width:73%}}@media only screen and (max-width:767px){.banner-wrap .banner-content-17 h2{font-size:20px;margin:0 0 10px;width:70%}}.banner-wrap .banner-content-17 p{font-size:12px;margin:0 0 2px}.banner-wrap .banner-content-17 .banner-price span{line-height:1;display:block;font-size:16px;font-weight:700;color:#1f4883}.banner-wrap .banner-content-17 .banner-price span.old-price{font-weight:400;font-size:12px;color:#999;margin-right:5px;text-decoration:line-through}.banner-wrap .banner-content-18{position:absolute;top:30px;left:0;right:0;text-align:center;padding:0 20px}.banner-wrap .banner-content-18>span{color:#999;text-transform:uppercase;letter-spacing:1px}.banner-wrap .banner-content-18 h2{font-size:30px;line-height:30px;letter-spacing:-.25px;margin:16px 0 18px}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-18 h2{font-size:25px;line-height:28px;margin:10px 0}}.banner-wrap .banner-content-18 h2 span{font-weight:600;color:#1f4883}.banner-wrap .banner-content-19{position:absolute;left:30px;top:50%;transform:translateY(-50%)}@media only screen and (max-width:767px){.banner-wrap .banner-content-19{left:20px}}.banner-wrap .banner-content-19 h2{font-size:24px;line-height:30px;margin:0;text-transform:uppercase}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-19 h2{font-size:20px;line-height:24px}}.banner-wrap .banner-content-19 h2.capitalize{font-weight:300;text-transform:capitalize}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-19 h2{font-size:20px;line-height:25px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-19 h2{font-size:20px;line-height:22px}}.banner-wrap .banner-content-19 span{font-size:13px;color:#999;display:block;margin:17px 0 3px}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-19 span{margin:10px 0 3px}}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-19 span{margin:7px 0 3px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-19 span{margin:5px 0 1px}}.banner-wrap .banner-content-19 h4{font-size:16px;font-weight:600;margin:0;color:#1f4883}.banner-wrap .banner-content-20{position:absolute;left:0;right:0;top:40px;text-align:center}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-20{top:30px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-20{top:30px}}@media only screen and (min-width:576px) and (max-width:767px){.banner-wrap .banner-content-20{top:40px}}.banner-wrap .banner-content-20 .banner-content-20-top{display:flex;justify-content:center;align-items:center}.banner-wrap .banner-content-20 .banner-content-20-top .banner-content-20-brand{margin-right:18px}.banner-wrap .banner-content-20 .banner-content-20-top .banner-content-20-brand>span{color:#fff;font-weight:800;font-size:14px;font-style:italic;text-transform:uppercase;display:inline-block;line-height:1;letter-spacing:-.25px;background-color:#4c96b8;padding:5px 6px}.banner-wrap .banner-content-20 .banner-content-20-top p{line-height:18px;letter-spacing:-.25px;text-align:left}.banner-wrap .banner-content-20 h2{color:#010101;letter-spacing:-.25px;margin:14px 0 0;font-size:30px}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-20 h2{font-size:24px;margin:10px 0 0}}@media only screen and (max-width:767px){.banner-wrap .banner-content-20 h2{font-size:24px;margin:10px 0 0}}@media only screen and (min-width:576px) and (max-width:767px){.banner-wrap .banner-content-20 h2{font-size:28px;margin:10px 0 0}}.banner-wrap .banner-content-21{position:absolute;left:30px;top:50%;transform:translateY(-50%)}@media only screen and (max-width:767px){.banner-wrap .banner-content-21{left:20px}}.banner-wrap .banner-content-21>span{font-size:12px;font-weight:700;color:#fff;line-height:1;display:inline-block;text-transform:uppercase;background-color:#000;padding:6px 9px 7px;border-radius:5px}.banner-wrap .banner-content-21 h2{font-size:30px;font-weight:300;line-height:36px;letter-spacing:-.25px;margin:21px 0 0}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-21 h2{font-size:25px;line-height:30px;margin:14px 0 0}}@media only screen and (max-width:767px){.banner-wrap .banner-content-21 h2{font-size:22px;line-height:25px;margin:12px 0 0}}.banner-wrap .banner-content-21 h2 span{font-weight:700;color:#1f4883}.banner-wrap .banner-content-22{position:absolute;left:30px;top:50%;transform:translateY(-50%)}@media only screen and (max-width:767px){.banner-wrap .banner-content-22{left:20px}}.banner-wrap .banner-content-22>span{font-size:14px;font-weight:700;color:#fff;line-height:1;display:inline-block;text-transform:uppercase;background-color:#b8a04c;padding:4px 7px 5px;font-style:italic}.banner-wrap .banner-content-22 h2{font-size:24px;line-height:30px;letter-spacing:-.5px;margin:5px 0 13px}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-22 h2{font-size:18px;line-height:25px;margin:3px 0 6px}}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap .banner-content-22 h2{font-size:20px;line-height:27px;margin:3px 0 6px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-22 h2{font-size:18px;line-height:25px;margin:2px 0 3px}}.banner-wrap .banner-content-22 p{color:#999}.banner-wrap .banner-content-23{position:absolute;bottom:50px;left:0;right:0}.banner-wrap .banner-content-23 .banner-content-23-top{display:flex;justify-content:center;text-align:left}.banner-wrap .banner-content-23 .banner-content-23-top>p{color:#999;font-size:14px;font-weight:700;letter-spacing:-.25px;line-height:18px;margin:0 30px 0 0}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-23 .banner-content-23-top>p{margin:0 20px 0 0}}@media only screen and (max-width:767px){.banner-wrap .banner-content-23 .banner-content-23-top>p{margin:0 20px 0 0}}.banner-wrap .banner-content-23 .banner-content-23-top h2{font-size:30px;line-height:30px;letter-spacing:-.25px;margin:0}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-23 .banner-content-23-top h2{font-size:24px;line-height:26px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-23 .banner-content-23-top h2{font-size:22px;line-height:25px}}.banner-wrap .banner-content-23 .banner-content-23-top h2 span{color:#1f4883;font-weight:600}.banner-wrap .banner-content-23 .banner-btn-3{margin:30px 0 0}.banner-wrap .banner-content-23 .banner-btn-3 a{display:inline-block;font-weight:600;color:#fff;line-height:1;background-color:#e44311;padding:14px 86px}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-23 .banner-btn-3 a{padding:14px 30px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-23 .banner-btn-3 a{padding:14px 50px}}.banner-wrap .banner-content-23 .banner-btn-3 a:hover{background-color:#000}.banner-wrap .banner-content-24{position:absolute;top:50%;transform:translateY(-50%);left:0;right:0}.banner-wrap .banner-content-24 span{font-weight:600;color:#fff;letter-spacing:1px;text-transform:uppercase}.banner-wrap .banner-content-24 h2{font-weight:700;color:#fff;font-family:Crimson Text,serif;font-size:40px;line-height:36px;letter-spacing:-.25px;margin:17px 0 14px}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-24 h2{font-size:33px;line-height:33px;margin:10px 0}}@media only screen and (max-width:767px){.banner-wrap .banner-content-24 h2{font-size:33px;line-height:33px;margin:10px 0}}.banner-wrap .banner-content-24 p{color:#fff;margin:0 0 35px}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap .banner-content-24 p{margin:0 0 20px}}@media only screen and (max-width:767px){.banner-wrap .banner-content-24 p{margin:0 0 20px}}.banner-wrap .banner-content-24 .banner-btn-4 a{font-weight:600;color:#e44311;display:inline-block;background-color:#fff;line-height:1;padding:13px 30px 17px}.banner-wrap .banner-content-24 .banner-btn-4 a:hover{color:#fff;background-color:#e44311}.banner-wrap .banner-content-25{position:absolute;bottom:55px;left:0;right:0}.banner-wrap .banner-content-25 span{font-weight:600;letter-spacing:1px;text-transform:uppercase}.banner-wrap .banner-content-25 h2{font-size:30px;line-height:40px;letter-spacing:-.25px;margin:5px 0 25px}@media only screen and (max-width:767px){.banner-wrap .banner-content-25 h2{font-size:20px;line-height:25px;margin:1px 0 20px}}@media only screen and (min-width:576px) and (max-width:767px){.banner-wrap .banner-content-25 h2{font-size:30px;line-height:40px;margin:5px 0 25px}}.banner-wrap .banner-content-25 .banner-btn-5 a{font-weight:600;color:#fff;display:inline-block;background-color:#e44311;line-height:1;padding:13px 30px 17px}.banner-wrap .banner-content-25 .banner-btn-5 a:hover{color:#e44311;background-color:#fff}.banner-wrap.banner-border-1{border:1px solid #d9d9d9}.banner-wrap:hover .banner-img-zoom a img{transform:scale(1.1)}@media only screen and (max-width:767px){.banner-wrap.banner-mt-none-xs.mt-40{margin-top:0}}.btn-style-4 a{font-weight:700;display:inline-block;text-transform:uppercase;color:#fff}.btn-style-4 a i{font-size:12px;margin:0 0 0 5px}.btn-style-4 a.hover-red:hover{color:#1f4883}.btn-style-4 a:hover{color:#4dbdaf}.banner-wrap-mrg-1{margin-right:34px}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap-mrg-1{margin-right:25px}}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap-mrg-1{margin-right:19px}}@media only screen and (max-width:767px){.banner-wrap-mrg-1{margin-right:0}}.banner-wrap-mrg-2{margin-left:-34px}@media only screen and (min-width:992px) and (max-width:1199px){.banner-wrap-mrg-2{margin-left:-25px}}@media only screen and (min-width:768px) and (max-width:991px){.banner-wrap-mrg-2{margin-left:-19px}}@media only screen and (max-width:767px){.banner-wrap-mrg-2{margin-left:0}}.section-wrap-2{background-color:#fff;padding:30px 30px 0}@media only screen and (max-width:767px){.section-wrap-2{padding:30px 10px 0}}@media only screen and (min-width:576px) and (max-width:767px){.section-wrap-2{padding:30px 30px 0}}@media only screen and (min-width:768px) and (max-width:991px){.banner-area.pb-85{padding-bottom:45px}.banner-area.pb-90{padding-bottom:50px}}@media only screen and (max-width:767px){.banner-area.pb-85{padding-bottom:25px}.banner-area.pb-90{padding-bottom:30px}}.brand-logo-wrap{display:flex;flex-wrap:wrap;justify-content:space-between}@media only screen and (min-width:768px) and (max-width:991px){.brand-logo-wrap{justify-content:inherit}}@media only screen and (max-width:767px){.brand-logo-wrap{justify-content:inherit}}.brand-logo-wrap.brand-logo-mrg{margin:0 -40px}@media only screen and (min-width:1200px) and (max-width:1365px){.brand-logo-wrap.brand-logo-mrg{margin:0}}@media only screen and (min-width:992px) and (max-width:1199px){.brand-logo-wrap.brand-logo-mrg{margin:0}}@media only screen and (min-width:768px) and (max-width:991px){.brand-logo-wrap.brand-logo-mrg{margin:0}}@media only screen and (max-width:767px){.brand-logo-wrap.brand-logo-mrg{margin:0}}.brand-logo-wrap .single-brand-logo{flex:0 0 20%;max-width:20%}@media only screen and (min-width:768px) and (max-width:991px){.brand-logo-wrap .single-brand-logo{flex:0 0 33.333%;max-width:33.333%}}@media only screen and (max-width:767px){.brand-logo-wrap .single-brand-logo{flex:0 0 50%;max-width:50%}}@media only screen and (min-width:576px) and (max-width:767px){.brand-logo-wrap .single-brand-logo{flex:0 0 33.333%;max-width:33.333%}}.brand-logo-wrap .single-brand-logo img{width:100%;opacity:.45;transform:scale(1);transition:all .5s ease 0s}.brand-logo-wrap .single-brand-logo:hover img{opacity:1;transform:scale(1.1)}.brand-logo-wrap-2{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.brand-logo-wrap-2 .single-brand-logo-2{flex:0 0 16.63%;max-width:16.63%;text-align:center}@media only screen and (min-width:768px) and (max-width:991px){.brand-logo-wrap-2 .single-brand-logo-2{flex:0 0 33.333%;max-width:33.333%}}@media only screen and (max-width:767px){.brand-logo-wrap-2 .single-brand-logo-2{flex:0 0 50%;max-width:50%}}@media only screen and (min-width:576px) and (max-width:767px){.brand-logo-wrap-2 .single-brand-logo-2{flex:0 0 33.333%;max-width:33.333%}}.brand-logo-wrap-2 .single-brand-logo-2:first-child{text-align:left}@media only screen and (min-width:768px) and (max-width:991px){.brand-logo-wrap-2 .single-brand-logo-2:first-child{text-align:center}}@media only screen and (max-width:767px){.brand-logo-wrap-2 .single-brand-logo-2:first-child{text-align:center}}.brand-logo-wrap-2 .single-brand-logo-2:last-child{text-align:right}@media only screen and (min-width:768px) and (max-width:991px){.brand-logo-wrap-2 .single-brand-logo-2:last-child{text-align:center}}@media only screen and (max-width:767px){.brand-logo-wrap-2 .single-brand-logo-2:last-child{text-align:center}}.brand-logo-wrap-2 .single-brand-logo-2 img{max-width:100%;opacity:.45;transform:scale(1);transition:all .5s ease 0s}.brand-logo-wrap-2 .single-brand-logo-2:hover img{opacity:1;transform:scale(1.1)}@media only screen and (min-width:768px) and (max-width:991px){.brand-logo-area.pt-100{padding-top:50px}.brand-logo-area.pb-100{padding-bottom:45px}.brand-logo-area.pb-80{padding-bottom:40px}}@media only screen and (max-width:767px){.brand-logo-area.pt-100{padding-top:40px}.brand-logo-area.pb-95{padding-bottom:25px}.brand-logo-area.pb-100{padding-bottom:35px}.brand-logo-area.pb-80{padding-bottom:30px}}.subscribe-form .subscribe-form-style,.subscribe-form .subscribe-form-style .mc-form{position:relative}.subscribe-form .subscribe-form-style .mc-form:before{position:absolute;left:0;top:50%;transform:translateY(-50%);font-size:18px;font-family:simple-line-icons;content:"\e01e";z-index:999;color:#000}.subscribe-form .subscribe-form-style .mc-form input{color:#999;padding:2px 115px 2px 30px;background-color:transparent;border:none;border-bottom:1px solid #999;height:55px}.subscribe-form .subscribe-form-style .mc-form input::-moz-input-placeholder{color:#999;opacity:1}.subscribe-form .subscribe-form-style .mc-form input::-webkit-input-placeholder{color:#999;opacity:1}.subscribe-form .subscribe-form-style .mc-form .mc-news{display:none}.subscribe-form .subscribe-form-style .mc-form .clear{position:absolute;right:0;top:50%;transform:translateY(-50%)}.subscribe-form .subscribe-form-style .mc-form .clear input{width:auto;border:none;font-weight:700;color:#000;font-size:16px;font-family:Heebo,sans-serif;text-transform:uppercase;letter-spacing:.75px;padding:0}.subscribe-form .subscribe-form-style .mc-form .clear input:hover{color:#1f4883}@media only screen and (max-width:767px){.subscribe-form{margin-top:15px}}.subscribe-form-2 .subscribe-form-style-2,.subscribe-form-2 .subscribe-form-style-2 .mc-form-2{position:relative}.subscribe-form-2 .subscribe-form-style-2 .mc-form-2:before{position:absolute;left:22px;top:50%;transform:translateY(-50%);font-size:18px;font-family:simple-line-icons;content:"\e01e";z-index:999;color:#000}.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 input{color:#bbb;padding:2px 165px 2px 60px;background-color:#fff;border:none;height:55px}@media only screen and (max-width:767px){.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 input{padding:2px 113px 2px 60px}}@media only screen and (min-width:576px) and (max-width:767px){.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 input{padding:2px 135px 2px 60px}}.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 input::-moz-input-placeholder{color:#bbb;opacity:1}.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 input::-webkit-input-placeholder{color:#bbb;opacity:1}.subscribe-form-2 .subscribe-form-style-2 .mc-form-2.mc-form-2-bg-gray input{background-color:#f5f5f5}.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 .mc-news-2{display:none}.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 .clear-2{position:absolute;right:0;top:50%;transform:translateY(-50%)}.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 .clear-2 input{width:auto;border:none;font-weight:700;color:#000;font-size:16px;font-family:Heebo,sans-serif;text-transform:uppercase;letter-spacing:.75px;padding:0 30px;color:#fff;background-color:#4dbdaf}@media only screen and (max-width:767px){.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 .clear-2 input{padding:0 10px;font-size:14px}}@media only screen and (min-width:576px) and (max-width:767px){.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 .clear-2 input{padding:0 20px}}.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 .clear-2 input:hover{background-color:#000}.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 .clear-2.clear-2-purple input{background-color:#6f50a7}.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 .clear-2.clear-2-purple input:hover{background-color:#000}.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 .clear-2.clear-2-blue input{background-color:#0064e0}.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 .clear-2.clear-2-blue input:hover{background-color:#000}.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 .clear-2.clear-2-orange input{background-color:#e44311}.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 .clear-2.clear-2-orange input:hover{background-color:#000}.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 .clear-2.clear-2-green-2{right:-1px}.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 .clear-2.clear-2-green-2 input{background-color:#468707;min-height:56px}.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 .clear-2.clear-2-green-2 input:hover{background-color:#000}@media only screen and (max-width:767px){.subscribe-form-2{margin-top:15px}}@media only screen and (min-width:768px) and (max-width:991px){.subscribe-area.pt-95{padding-top:75px}.subscribe-area.pb-95{padding-bottom:75px}}@media only screen and (max-width:767px){.subscribe-area.pt-95{padding-top:55px}.subscribe-area.pb-95{padding-bottom:55px}}.contact-info-wrap .footer-logo{margin:0 0 52px}@media only screen and (max-width:767px){.contact-info-wrap .footer-logo{margin:0 0 30px}}.contact-info-wrap .footer-logo a{display:block}.contact-info-wrap .footer-logo a img{max-width:100%}.contact-info-wrap .single-contact-info{margin:0 0 30px}@media only screen and (max-width:767px){.contact-info-wrap .single-contact-info{margin:0 0 20px}}.contact-info-wrap .single-contact-info span{font-size:13px;color:#999;font-family:Jost,sans-serif;text-transform:uppercase;letter-spacing:.5px;display:block}.contact-info-wrap .single-contact-info p{font-size:18px;color:#000;font-family:Poppins,sans-serif;margin:6px 0 0}.footer-right-wrap{text-align:right}@media only screen and (max-width:767px){.footer-right-wrap{text-align:left}}.footer-right-wrap .social-style-2.social-style-2-mrg{margin:37px 0 86px}@media only screen and (max-width:767px){.footer-right-wrap .social-style-2.social-style-2-mrg{margin:23px 0 25px}}.footer-right-wrap .social-style-2 a{display:inline-block;font-size:16px;color:#999;border:1px solid #cfcfcf;width:40px;height:40px;line-height:40px;text-align:center;border-radius:100%;margin-right:8px}.footer-right-wrap .social-style-2 a i{line-height:40px}.footer-right-wrap .social-style-2 a:last-child{margin-right:0}.footer-right-wrap .social-style-2 a:hover{color:#fff;border:1px solid #1f4883;background-color:#1f4883}.footer-right-wrap .social-style-2.social-style-2-hover-black a:hover{color:#fff;border:1px solid #000;background-color:#000}.footer-menu nav ul li{display:inline-block;margin-right:47px}@media only screen and (min-width:992px) and (max-width:1199px){.footer-menu nav ul li{margin-right:30px}}@media only screen and (min-width:768px) and (max-width:991px){.footer-menu nav ul li{margin-right:6px}}@media only screen and (max-width:767px){.footer-menu nav ul li{margin-right:5px}}@media only screen and (min-width:576px) and (max-width:767px){.footer-menu nav ul li{margin-right:15px}}.footer-menu nav ul li:last-child{margin-right:0}.footer-menu nav ul li a{font-size:16px;letter-spacing:.25px;color:#000;display:inline-block;text-transform:uppercase}@media only screen and (max-width:767px){.footer-menu nav ul li a{font-size:14px}}.footer-menu nav ul li a:hover{color:#1f4883}.footer-menu.footer-menu-mrg nav ul li{margin-right:47px}@media only screen and (min-width:992px) and (max-width:1199px){.footer-menu.footer-menu-mrg nav ul li{margin-right:30px}}@media only screen and (min-width:768px) and (max-width:991px){.footer-menu.footer-menu-mrg nav ul li{margin-right:35px}}@media only screen and (max-width:767px){.footer-menu.footer-menu-mrg nav ul li{margin-right:5px}}@media only screen and (min-width:576px) and (max-width:767px){.footer-menu.footer-menu-mrg nav ul li{margin-right:15px}}.footer-menu.footer-menu-mrg nav ul li:last-child{margin-right:0}.footer-menu.footer-menu-hover-border nav ul li,.footer-menu.footer-menu-hover-border nav ul li a{position:relative}.footer-menu.footer-menu-hover-border nav ul li a:after{content:"";height:1px;right:0;left:auto;width:0;bottom:0;position:absolute;transition:width .3s ease-out;background-color:#000}.footer-menu.footer-menu-hover-border nav ul li a.active:after{left:0;right:auto;width:100%;transition:width .3s ease-in}.footer-menu.footer-menu-hover-border nav ul li:hover>a{color:#000}.footer-menu.footer-menu-hover-border nav ul li:hover>a:after{left:0;right:auto;width:100%;transition:width .3s ease-in}.copyright p{color:#999;letter-spacing:.25px;font-size:10px}.copyright p a{color:#999}.copyright p a span,.copyright p a:hover{color:#1f4883}@media only screen and (max-width:767px){.copyright.copyright-center{text-align:center}}.social-style-3-wrap span{font-weight:700;text-transform:uppercase;display:block;margin:0 0 20px}@media only screen and (max-width:767px){.social-style-3-wrap span{margin:0 0 7px}.social-style-3-wrap.xs-center{text-align:center}.social-style-3-wrap.xs-center .social-style-1{justify-content:center}}.footer-logo-mrg{margin-bottom:30px}@media only screen and (max-width:767px){.footer-logo-mrg{margin-bottom:10px}}.contact-info-wrap-2 p{margin-bottom:7px}@media only screen and (min-width:768px) and (max-width:991px){.contact-info-wrap-2 p{margin:0 auto 7px;width:80%}}@media only screen and (max-width:767px){.contact-info-wrap-2{margin:30px 0}}.language-style-2-wrap.language-style-2-right{text-align:right}@media only screen and (max-width:767px){.language-style-2-wrap.language-style-2-right{text-align:center}}.language-style-2-wrap span{font-weight:700;text-transform:uppercase;display:block;margin:0 0 20px}@media only screen and (max-width:767px){.language-style-2-wrap span{margin:0 0 10px}}.language-style-2-wrap .language-style-2 a{display:inline-block;margin-right:15px;font-size:16px;color:#999}.language-style-2-wrap .language-style-2 a:hover{color:#000}.language-style-2-wrap .language-style-2 a:last-child{margin-right:0}.footer-middle-mrg{margin:80px 0 75px}@media only screen and (min-width:768px) and (max-width:991px){.footer-middle-mrg{margin:40px 0 35px}}@media only screen and (max-width:767px){.footer-middle-mrg{margin:30px 0 25px}}.footer-widget{overflow:hidden;padding-left:40px}.footer-widget h3.footer-title{font-size:13px;font-weight:600;letter-spacing:-.25px;margin:20px 0;color:#fff}@media only screen and (min-width:768px) and (max-width:991px){.footer-widget h3.footer-title{margin:0 0 20px}}@media only screen and (max-width:767px){.footer-widget h3.footer-title{margin:0 0 20px}.footer-widget{padding-left:0}}.footer-widget .footer-info-list ul li{display:block;margin-bottom:1px}.footer-widget .footer-info-list ul li:last-child{margin-bottom:0}.footer-widget .footer-info-list ul li a{color:#fff;display:block;font-size:12px}.footer-widget .footer-info-list ul li a:hover{color:#85dea6;text-decoration:underline}.footer-widget .contact-info-2 .single-contact-info-2{display:flex;margin:0 0 12px}.footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-icon i{font-size:16px;color:#000}.footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content{margin-left:0}.footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content p{color:#000;margin:0}.footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content h3{font-size:20px;font-weight:600;color:#fff;margin:19px 0 28px}.footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content h3.purple{color:#6f50a7}.footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content h3.blue{color:#0064e0}.footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content h3.green-2{color:#6aae27}.footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content h3.orange{color:#e44311}@media only screen and (min-width:992px) and (max-width:1199px){.footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content h3{font-size:23px}}@media only screen and (min-width:768px) and (max-width:991px){.footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content h3{font-size:16px;margin:12px 0 4px}}@media only screen and (max-width:767px){.footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content h3{font-size:20px;margin:12px 0 5px}}@media only screen and (min-width:768px) and (max-width:991px){.footer-widget.ml-70{margin-left:20px}}@media only screen and (max-width:767px){.footer-widget.ml-70{margin-left:0}}.payment-img a{display:block}.payment-img a img{max-width:100%}.payment-img.payment-img-right{text-align:right}@media only screen and (max-width:767px){.payment-img,.payment-img.payment-img-right{text-align:center}.payment-img{margin-bottom:15px}}@media only screen and (min-width:768px) and (max-width:991px){.footer-area.pb-65{padding-bottom:45px}.footer-top.pb-55{padding-bottom:35px}}@media only screen and (max-width:767px){.footer-area.pb-65,.footer-area.pb-90{padding-bottom:55px}.footer-area.pt-85,.footer-area.pt-95{padding-top:55px}.footer-top.pb-55{padding-bottom:15px}}.instagram-area .row{display:flex;flex-wrap:wrap;align-items:center}.instagram-area .col{flex:1 0 20%;max-width:20%}@media only screen and (min-width:768px) and (max-width:991px){.instagram-area .col{flex:1 0 33.33333333%;max-width:33.33333333%}}@media only screen and (max-width:767px){.instagram-area .col{flex:1 0 50%;max-width:50%}}@media only screen and (max-width:479px){.instagram-area .col{flex:1 0 100%;max-width:100%}}.instagram-item{position:relative}.instagram-item:hover .instagram-image:before{opacity:.5;visibility:visible}.instagram-item:hover .add-action{top:50%}.instagram-item:hover .add-action a{opacity:1;visibility:visible}.instagram-item .add-action{position:absolute;top:calc(50% + 30px);left:50%;transform:translate(-50%,-50%);transition:all .3s ease-in-out;z-index:2}.instagram-item .add-action a{background-color:#fff;border-radius:100%;width:45px;height:45px;line-height:47px;display:block;opacity:0;visibility:hidden;transition:all .3s ease-in-out;text-align:center;font-size:18px}.instagram-item .add-action a:hover{background-color:#1f4883;color:#fff}.instagram-image{position:relative;display:block;overflow:hidden}.instagram-image:before{background-color:#000;content:"";width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;visibility:hidden;transition:all .3s ease-in-out;z-index:1;pointer-events:none}.instagram-image img{transition:all .3s ease-in-out;display:block;width:100%}.blog-area-pb{padding-bottom:90px}@media only screen and (min-width:768px) and (max-width:991px){.blog-area-pb{padding-bottom:45px}}@media only screen and (max-width:767px){.blog-area-pb{padding-bottom:20px}}.blog-wrap .blog-img{overflow:hidden}.blog-wrap .blog-img a{display:block}.blog-wrap .blog-img a img{width:100%;transform:scale(1);transition:all .5s ease 0s}@media only screen and (max-width:767px){.blog-wrap .blog-img.mb-20,.blog-wrap .blog-img.mb-25{margin-bottom:15px}}.blog-wrap .blog-content .blog-meta ul{display:flex;flex-wrap:wrap}.blog-wrap .blog-content .blog-meta ul li{margin-right:30px;position:relative}.blog-wrap .blog-content .blog-meta ul li:before{position:absolute;content:"";right:-16px;top:50%;transform:translateY(-50%);width:1px;height:12px;background-color:#000}.blog-wrap .blog-content .blog-meta ul li:last-child{margin-right:0}.blog-wrap .blog-content .blog-meta ul li:last-child:before{display:none}.blog-wrap .blog-content .blog-meta ul li a{color:#000;font-weight:600}.blog-wrap .blog-content .blog-meta ul li a:hover{color:#1f4883}.blog-wrap .blog-content h1,.blog-wrap .blog-content h3{font-size:20px;font-weight:600;margin:12px 0 0;line-height:30px;letter-spacing:-.25px}@media only screen and (min-width:992px) and (max-width:1199px){.blog-wrap .blog-content h1,.blog-wrap .blog-content h3{font-size:17px;margin:8px 0 0}}@media only screen and (min-width:768px) and (max-width:991px){.blog-wrap .blog-content h1,.blog-wrap .blog-content h3{font-size:18px;margin:8px 0 0}}@media only screen and (max-width:767px){.blog-wrap .blog-content h1,.blog-wrap .blog-content h3{font-size:17px;margin:5px 0 0;line-height:28px}}.blog-wrap .blog-content h1 a,.blog-wrap .blog-content h3 a{color:#222}.blog-wrap .blog-content h1 a:hover,.blog-wrap .blog-content h3 a:hover{text-decoration:underline}.blog-wrap:hover .blog-img a img{transform:scale(1.1)}@media only screen and (max-width:767px){.blog-wrap.mb-40{margin-bottom:30px}}.single-sidebar-blog{display:flex!important;align-items:center;margin-bottom:28px}.single-sidebar-blog .sidebar-blog-img{margin-right:20px;flex:0 0 30%}@media only screen and (min-width:768px) and (max-width:991px){.single-sidebar-blog .sidebar-blog-img{flex:0 0 20%}}@media only screen and (min-width:576px) and (max-width:767px){.single-sidebar-blog .sidebar-blog-img{flex:0 0 20%}}.single-sidebar-blog .sidebar-blog-img a{display:block}.single-sidebar-blog .sidebar-blog-img a img{width:100%}.single-sidebar-blog .sidebar-blog-content h5{font-size:14px;font-weight:600;line-height:20px;margin:0 0 3px}.single-sidebar-blog .sidebar-blog-content h5 a{color:#000}.single-sidebar-blog .sidebar-blog-content h5 a:hover{text-decoration:underline}.single-sidebar-blog .sidebar-blog-content span{font-size:13px;color:#999}@media only screen and (min-width:768px) and (max-width:991px){.blog-area.pb-80{padding-bottom:45px}.blog-area.pb-75{padding-bottom:35px}}@media only screen and (max-width:767px){.blog-area.pb-80{padding-bottom:25px}.blog-area.pb-75{padding-bottom:15px}}.download-app-content{margin-left:100px;padding:60px 0 65px}@media only screen and (min-width:992px) and (max-width:1199px){.download-app-content{margin-left:70px}}@media only screen and (min-width:768px) and (max-width:991px){.download-app-content{margin-left:50px}}@media only screen and (max-width:767px){.download-app-content{margin-left:15px}}.download-app-content h2{font-size:30px;line-height:36px;letter-spacing:-.25px;margin:0}@media only screen and (max-width:767px){.download-app-content h2{font-size:20px;line-height:25px}}@media only screen and (min-width:576px) and (max-width:767px){.download-app-content h2{font-size:23px}}.download-app-content p{font-size:16px;margin:15px 0 36px}@media only screen and (max-width:767px){.download-app-content p{margin:12px 0 20px}}.download-app-content .app-img{display:flex}.download-app-content .app-img a{display:block}.download-app-content .app-img a img{max-width:100%;margin-right:20px}@media only screen and (max-width:767px){.download-app-content .app-img a img{width:110px;margin-right:10px}}.testimonial-border-1{border:1px solid #d9d9d9}.testimonial-padding-1{padding:35px 30px 30px}@media only screen and (min-width:992px) and (max-width:1199px){.testimonial-padding-1{padding:35px 20px 30px}}.single-testimonial img{max-width:100%}.single-testimonial p{color:#555;width:100%;margin:17px 0 23px}.single-testimonial .client-info{display:flex;margin:0 0 23px}.single-testimonial .client-info h5{font-size:14px;font-weight:700;line-height:1;margin:0 6px 0 0}.single-testimonial .client-info span{color:#777;font-size:13px;display:inline-block;line-height:1}.tag-wrap a{display:inline-block;color:#555;line-height:1;background-color:#f5f5f5;padding:8px 13px 10px;margin:0 1px 7px;border-radius:3px;border:1px solid transparent}.tag-wrap a:hover{background-color:transparent;border:1px solid #6aae27;color:#6aae27}.modal-dialog{margin:2% auto 8%;max-width:960px;width:960px}.modal{z-index:99999;white-space:normal}.modal-backdrop{z-index:9999}@media only screen and (min-width:768px) and (max-width:991px){.modal-dialog{width:720px;max-width:720px}}@media only screen and (max-width:767px){.modal-dialog{width:100%;max-width:90%;padding:35px 0}}@media only screen and (min-width:576px) and (max-width:767px){.modal-dialog{width:480px;max-width:480px;padding:35px 0}}.modal-dialog .modal-header .close{color:#333;cursor:pointer;opacity:1}.modal-dialog .modal-header .btn-close:focus{box-shadow:none}.modal-dialog .modal-body{padding:35px 15px}@media only screen and (min-width:576px) and (max-width:767px){.modal-dialog .modal-body{padding:35px 30px}}.modal-dialog .quickview-big-img img,.quickview-img img{width:100%}@media only screen and (max-width:767px){.product-details-content{margin:25px 0 0}}@media only screen and (min-width:576px) and (max-width:767px){.product-details-content{margin:30px 0 0}}.product-details-content h2{font-size:30px;font-weight:700;margin:0}@media only screen and (max-width:767px){.product-details-content h2{font-size:22px}}.product-details-content .product-ratting-review-wrap{display:flex;flex-wrap:wrap;margin:16px 0 10px;color:#38b3e5}.product-details-content .product-ratting-review-wrap .product-ratting-digit-wrap{display:flex;flex-wrap:wrap;margin-right:35px;position:relative}.product-details-content .product-ratting-review-wrap .product-ratting-digit-wrap:before{position:absolute;content:"";top:50%;transform:translateY(-50%);right:-18px;background-color:#bcbcbc;height:15px;width:1px}.product-details-content .product-ratting-review-wrap .product-ratting-digit-wrap .product-ratting{display:flex;align-items:center}.product-details-content .product-ratting-review-wrap .product-ratting-digit-wrap .product-ratting i{font-size:12px;color:#ff9806;margin-right:2px}.product-details-content .product-ratting-review-wrap .product-ratting-digit-wrap .product-digit{margin-left:18px}.product-details-content .product-ratting-review-wrap .product-ratting-digit-wrap .product-digit span{font-size:16px;color:#484848}.product-details-content .product-ratting-review-wrap .product-review-order span{font-size:15px;margin-right:10px}.product-details-content .product-ratting-review-wrap .product-review-order span:last-child{margin-right:0}.product-details-content .product-ratting-review-wrap.product-ratting-mrg-none{margin:33px 0 14px}@media only screen and (max-width:767px){.product-details-content .product-ratting-review-wrap.product-ratting-mrg-none{margin:15px 0 14px}}.product-details-content p{font-size:15px;line-height:28px;margin:0}.product-details-content .pro-details-price{display:flex;margin:22px 0}.product-details-content .pro-details-price span{font-size:28px;font-weight:500;font-family:Heebo,sans-serif}.product-details-content .pro-details-price span.new-price{color:#38b3e5}.product-details-content .pro-details-price span.old-price{font-size:16px;color:#000;margin-left:0}.product-details-content .pro-details-price.pro-details-price-4{margin:0 0 25px}.description-review-wrapper .row{border-top:3px solid #333;padding-top:20px}.detay-ozellestir{margin-bottom:30px}.detay-ozellestir .veya{display:block;margin-top:10px;margin-bottom:10px;font-size:14px}.detay-ozellestir a{display:block;border:1px solid #ccc;padding:10px;background-color:#3c9;color:#fff;min-width:230px;text-align:center;width:1%}.detay-ozellestir a:hover{background-color:#38b3e5;color:#fff}.detay-ozellestir i{margin-right:10px;font-size:20px;margin-top:2px}.detay-ozellestir div{font-size:16px;display:inline}.product-details-content .pro-details-color-wrap{margin-bottom:25px}.product-details-content .pro-details-color-wrap span{display:block;font-weight:600;margin:0 0 7px;line-height:1;letter-spacing:.5px}.product-details-content .pro-details-size{margin-bottom:20px}.product-details-content .pro-details-size span{display:block;font-weight:600;margin:0 0 7px;line-height:1;letter-spacing:.5px}.product-details-content .pro-details-size .pro-details-size-content ul{display:flex;align-items:center;flex-wrap:wrap}.product-details-content .pro-details-size .pro-details-size-content ul li{margin-right:5px}.product-details-content .pro-details-size .pro-details-size-content ul li:last-child{margin-right:0}.product-details-content .pro-details-size .pro-details-size-content ul li a{display:inline-block;border:1px solid #e3e4e9;line-height:1;width:auto;height:31px;text-align:center;line-height:28px;padding:2px 3px}.product-details-content .pro-details-size .pro-details-size-content ul li a:hover{background-color:#1f4883;color:#fff;border:1px solid #1f4883}.product-details-content .pro-details-group{margin:35px 0 25px}.product-details-content .pro-details-group .single-group{display:flex;margin-bottom:28px}.product-details-content .pro-details-group .single-group:last-child{margin-bottom:0}.product-details-content .pro-details-group .single-group .pro-dec-title-price{margin-left:10px}.product-details-content .pro-details-group .single-group .pro-dec-title-price .pro-dec-title h5{font-size:15px;font-weight:600;margin:0 0 5px}.product-details-content .pro-details-group .single-group .pro-dec-title-price .pro-dec-title h5 a{color:#000}.product-details-content .pro-details-group .single-group .pro-dec-title-price .pro-dec-price span{font-size:16px;font-weight:500;font-family:Heebo,sans-serif}.product-details-content .pro-details-group .single-group .pro-dec-title-price .pro-dec-price span.new-price{color:#1f4883}.product-details-content .pro-details-group .single-group .pro-dec-title-price .pro-dec-price span.old-price{text-decoration:line-through;font-size:14px;color:#000;margin-left:7px}.product-details-content .product-details-meta{margin:11px 0 19px}@media only screen and (min-width:992px) and (max-width:1199px){.product-details-content .product-details-meta{margin:20px 0}}@media only screen and (min-width:768px) and (max-width:991px){.product-details-content .product-details-meta{margin:20px 0}}@media only screen and (max-width:767px){.product-details-content .product-details-meta{margin:20px 0}}.product-details-content .product-details-meta ul li{margin:0 0 5px}.product-details-content .product-details-meta ul li:last-child{margin:0}.product-details-content .product-details-meta ul li span{display:inline-block;width:105px;font-weight:600;letter-spacing:.5px}.product-details-content .product-details-meta ul li a{color:#1c1c1c}.product-details-content .product-details-meta ul li a:hover{color:#1f4883}.product-details-content .pro-details-action-wrap{display:flex;flex-wrap:wrap;align-items:center}@media only screen and (max-width:767px){.product-details-content .pro-details-action-wrap{display:block}}.product-details-content .pro-details-action-wrap.pro-details-action-center{justify-content:center}.product-details-content .pro-details-action-wrap .pro-details-add-to-cart{margin-right:15px}@media only screen and (min-width:768px) and (max-width:991px){.product-details-content .pro-details-action-wrap .pro-details-add-to-cart{margin-right:10px}}@media only screen and (max-width:767px){.product-details-content .pro-details-action-wrap .pro-details-add-to-cart{margin-bottom:20px}}.product-details-content .pro-details-action-wrap .pro-details-add-to-cart a{display:inline-block;font-size:16px;font-weight:500;color:#fff;line-height:1;background-color:#000;padding:18px 50px 17px;min-width:230px;text-align:center}@media only screen and (min-width:992px) and (max-width:1199px){.product-details-content .pro-details-action-wrap .pro-details-add-to-cart a{padding:18px 30px 17px}}@media only screen and (min-width:768px) and (max-width:991px){.product-details-content .pro-details-action-wrap .pro-details-add-to-cart a{padding:14px 18px 15px}}.product-details-content .pro-details-action-wrap .pro-details-action{position:relative}.product-details-content .pro-details-action-wrap .pro-details-action>a{display:inline-block;font-size:17px;line-height:1;padding:16px 18px 17px;color:#000;border:1px solid #ededed;margin-right:15px;position:relative}@media only screen and (min-width:992px) and (max-width:1199px){.product-details-content .pro-details-action-wrap .pro-details-action>a{padding:16px 15px 17px}}@media only screen and (min-width:768px) and (max-width:991px){.product-details-content .pro-details-action-wrap .pro-details-action>a{padding:12px 14px 13px;margin-right:5px}}.product-details-content .pro-details-action-wrap .pro-details-action>a:last-child{margin-right:0}.product-details-content .pro-details-action-wrap .pro-details-action>a:hover{background-color:#1f4883;color:#fff}.product-details-content.pro-details-content-mrg .pro-details-price{margin:22px 0 32px}.product-details-content.pro-details-content-mrg .pro-details-color-wrap{margin-bottom:35px}.product-details-content.pro-details-content-mrg .pro-details-color-wrap span{font-size:15px}.product-details-content.pro-details-content-mrg .pro-details-size{margin-bottom:30px}.product-details-content.pro-details-content-mrg .pro-details-quality span,.product-details-content.pro-details-content-mrg .pro-details-size span{font-size:15px}.product-details-content.pro-details-content-mrg .product-details-meta{margin:0 0 29px;border-top:1px solid #ccc;padding-top:10px}.product-details-content.pro-details-content-mrg .product-details-meta ul li span{font-size:15px}.pro-details-quality span{display:block;font-weight:600;margin:0 0 7px;letter-spacing:.5px}.pro-details-quality .cart-plus-minus{display:inline-block;overflow:hidden;padding:0;position:relative}.pro-details-quality .cart-plus-minus .qtybutton{color:#000;cursor:pointer;float:inherit;font-size:18px;line-height:20px;margin:0;position:absolute;text-align:center;transition:all .3s ease 0s;top:0}.pro-details-quality .cart-plus-minus .qtybutton.dec,.pro-details-quality .cart-plus-minus .qtybutton.inc{height:31px;width:31px;line-height:31px}.pro-details-quality .cart-plus-minus input.cart-plus-minus-box{border:none;font-size:14px;height:31px;margin:0;width:92px}.pro-details-quality .cart-plus-minus input.cart-plus-minus-box.plus-minus-width-inc{width:120px}.pro-details-color-content ul{display:flex;align-items:center;flex-wrap:wrap}.pro-details-color-content ul li{margin-right:5px;display:inline-block}.pro-details-color-content ul li:last-child{margin-right:0}.pro-details-color-content ul li a{width:31px;height:31px;font-size:0;display:inline-block;border:1px solid #e3e4e9;position:relative}.pro-details-color-content ul li a.active:before{color:#fff;content:"Z";font-family:ElegantIcons;font-size:20px;position:absolute;z-index:9;left:50%;top:50%;transform:translateY(-50%) translateX(-50%)}.pro-details-color-content ul li a.white{background-color:#fff}.pro-details-color-content ul li a.azalea{background-color:#fbbbbb}.pro-details-color-content ul li a.dolly{background-color:#f3e66d}.pro-details-color-content ul li a.peach-orange{background-color:#ffcc8a}.pro-details-color-content ul li a.mona-lisa{background-color:#fb9696}.pro-details-color-content ul li a.cupid{background-color:#f5a8de}.pro-details-color-content ul li a.one{background-color:#d0ccf8}.pro-details-color-content ul li a.two{background-color:#b6e3f6}.pro-details-color-content ul li a.three{background-color:#d1d0ae}.pro-details-color-content ul li a.four{background-color:#bed4a5}.pro-details-color-content ul li a.five{background-color:#c4bb6c}.pro-details-color-content ul li a.six{background-color:#a0d1b7}.pro-details-color-content ul li a.seven{background-color:#e1a8a8}.pro-details-color-content ul li a.eight{background-color:#b8bbd4}.pro-details-color-content ul li a.nine{background-color:#a8a6b4}.pro-details-color-content ul li a.ten{background-color:#5d6061}@media only screen and (max-width:767px){.pro-details-color-content.mt-50{margin-top:20px}}.product-dec-social{position:absolute;bottom:-33px;right:-7px;display:flex;opacity:0;visibility:hidden;transition:all .3s ease 0s}@media only screen and (max-width:767px){.product-dec-social{left:0;right:auto}}.product-dec-social a{display:inline-block;width:30px;height:30px;line-height:30px;color:#fff;text-align:center;font-size:12px}.product-dec-social a.facebook{background-color:#5678bf}.product-dec-social a.twitter{background-color:#73c2fd}.product-dec-social a.instagram{background-color:#e4405f}.product-dec-social a.pinterest{background-color:#c32026}.product-dec-social.show{visibility:visible;opacity:1;right:15px}.quickview-slide-active a{display:block;margin:0 5px}.quickview-slide-active a img{width:100%}.easyzoom-style{position:relative;border-radius:10px;overflow:hidden}.easyzoom-style a.easyzoom-pop-up{position:absolute;right:25px;bottom:20px;width:50px;height:50px;line-height:50px;display:inline-block;background-color:#fff;color:#000;font-size:16px;text-align:center;border-radius:100%;z-index:999}@media only screen and (max-width:767px){.easyzoom-style a.easyzoom-pop-up{width:40px;height:40px;font-size:14px;line-height:40px}}.easyzoom-style a.easyzoom-pop-up i{line-height:50px}@media only screen and (max-width:767px){.easyzoom-style a.easyzoom-pop-up i{line-height:40px}}.easyzoom-style a.easyzoom-pop-up:hover{color:#1f4883}.easyzoom-style .easyzoom{display:block}.easyzoom-style .easyzoom>a{transition:none}.easyzoom-style .easyzoom>a img{width:100%;transition:none}.easyzoom-style .easyzoom-popup>a img{width:100%}.product-dec-small-style1{width:420px;margin:13px auto 0}@media only screen and (min-width:1200px) and (max-width:1365px){.product-dec-small-style1{width:400px}}@media only screen and (min-width:992px) and (max-width:1199px){.product-dec-small-style1{width:100%}}@media only screen and (min-width:768px) and (max-width:991px){.product-dec-small-style1{width:100%}}@media only screen and (max-width:767px){.product-dec-small-style1{width:100%}}.product-dec-small-style1 .product-dec-small{margin:0 5px;cursor:pointer}.product-dec-small-style1 .product-dec-small img{width:100%;border-radius:6px}.product-dec-small-style1 .product-dec-small.slick-active{border:1px solid transparent;border-radius:10px}.product-dec-small-style1 .product-dec-small.slick-active.slick-current{border:2px solid #85dea6;border-radius:10px}.product-dec-small-style1 .product-dec-small:last-child{margin:0}.product-dec-small-style1 span{color:#262626;font-size:10px;position:absolute;line-height:1;top:50%;transform:translateY(-50%);cursor:pointer;z-index:9;width:24px;height:24px;line-height:24px;border:1px solid #979797;color:#1e1e1e;text-align:center;border-radius:100%}.product-dec-small-style1 span:hover{color:#fff;border:1px solid #1f4883;background-color:#1f4883}.product-dec-small-style1 span.pro-dec-prev{left:-5%}@media only screen and (min-width:992px) and (max-width:1199px){.product-dec-small-style1 span.pro-dec-prev{left:-4%}}@media only screen and (min-width:768px) and (max-width:991px){.product-dec-small-style1 span.pro-dec-prev{left:-4%}}@media only screen and (max-width:767px){.product-dec-small-style1 span.pro-dec-prev{left:-2%}}.product-dec-small-style1 span.pro-dec-next{left:auto;right:-4.7%}@media only screen and (min-width:992px) and (max-width:1199px){.product-dec-small-style1 span.pro-dec-next{right:-4%}}@media only screen and (min-width:768px) and (max-width:991px){.product-dec-small-style1 span.pro-dec-next{right:-4%}}@media only screen and (max-width:767px){.product-dec-small-style1 span.pro-dec-next{right:-2%}}.product-dec-small-style1 .slick-slide,.product-dec-small-style2 .slick-slide{border:1px solid transparent}.dec-review-topbar{border-bottom:1px solid #ebebeb;justify-content:center}.dec-review-topbar a{display:inline-block;font-size:18px;color:#000;padding:0 30px 22px;margin:0 14px 0 0;position:relative}.dec-review-topbar a:last-child{margin:0}@media only screen and (min-width:768px) and (max-width:991px){.dec-review-topbar a{padding:0 15px 22px;margin:0 7px 0 0}}@media only screen and (max-width:767px){.dec-review-topbar a{padding:0 10px 10px;margin:0 0 10px;font-size:16px}}@media only screen and (min-width:576px) and (max-width:767px){.dec-review-topbar a{padding:0 7px 10px}}.dec-review-topbar a:before{position:absolute;content:"";left:0;bottom:0;width:100%;height:2px;background-color:#1f4883;z-index:2;opacity:0;visibility:hidden}.dec-review-topbar a.active{color:#1f4883;font-weight:600}.dec-review-topbar a.active:before{opacity:1;visibility:visible}@media only screen and (max-width:767px){.dec-review-topbar.mb-45{margin-bottom:25px}}.dec-review-topbar.dec-review-topbar-center{display:flex;justify-content:center;border-bottom:none}.dec-review-bottom .description-wrap p{font-size:15px;line-height:30px;margin:0 0 20px}@media only screen and (max-width:767px){.dec-review-bottom .description-wrap p{font-size:14px;margin:0 0 18x;line-height:27px}}.dec-review-bottom .description-wrap p:last-child{margin:0}.dec-review-bottom .specification-wrap table{width:100%}.dec-review-bottom .specification-wrap table tbody{border:1px solid #f0f0f0;width:100%}.dec-review-bottom .specification-wrap table tbody tr{border-bottom:1px solid #f0f0f0}.dec-review-bottom .specification-wrap table tbody tr td{border-right:1px solid #f0f0f0;font-size:14px;color:#000;padding:17px 30px}.dec-review-bottom .specification-wrap table tbody tr td.title{font-weight:500;font-size:15px}@media only screen and (min-width:992px) and (max-width:1199px){.dec-review-bottom .specification-wrap table tbody tr td{padding:17px 20px}}@media only screen and (min-width:768px) and (max-width:991px){.dec-review-bottom .specification-wrap table tbody tr td{padding:17px 20px}}@media only screen and (max-width:767px){.dec-review-bottom .specification-wrap table tbody tr td{padding:17px 15px}}.dec-review-bottom .specification-wrap table tbody tr td.width1{width:300px}@media only screen and (min-width:992px) and (max-width:1199px){.dec-review-bottom .specification-wrap table tbody tr td.width1{width:200px}}@media only screen and (max-width:767px){.dec-review-bottom .specification-wrap table tbody tr td.width1{width:100px}}.dec-review-bottom .review-wrapper h2{font-size:22px;margin:0 0 25px}@media only screen and (min-width:992px) and (max-width:1199px){.dec-review-bottom .review-wrapper h2{font-size:20px}}@media only screen and (max-width:767px){.dec-review-bottom .review-wrapper h2{font-size:18px;margin:0 0 18px}}.dec-review-bottom .single-review{margin:0 0 60px;padding:50px 30px;border:1px solid rgba(0,0,0,.1);display:flex}@media only screen and (min-width:992px) and (max-width:1199px){.dec-review-bottom .single-review{padding:50px 20px}}@media only screen and (max-width:767px){.dec-review-bottom .single-review{padding:30px;display:block;margin:0 0 30px}}.dec-review-bottom .single-review .review-img{flex:0 0 60px}.dec-review-bottom .single-review .review-content{margin-left:20px}@media only screen and (max-width:767px){.dec-review-bottom .single-review .review-content{margin-left:0}}.dec-review-bottom .single-review .review-content .review-top-wrap{display:flex;justify-content:space-between;margin:0 0 15px}@media only screen and (max-width:767px){.dec-review-bottom .single-review .review-content .review-top-wrap{display:block;margin:10px 0}}.dec-review-bottom .single-review .review-content .review-top-wrap .review-name h5{font-size:13px;margin:0;color:#535353}.dec-review-bottom .single-review .review-content .review-top-wrap .review-name h5 span{font-weight:600;font-size:14px;color:#000}.dec-review-bottom .single-review .review-content .review-top-wrap .review-rating{line-height:1}@media only screen and (max-width:767px){.dec-review-bottom .single-review .review-content .review-top-wrap .review-rating{margin:10px 0 0}}.dec-review-bottom .single-review .review-content .review-top-wrap .review-rating i{font-size:14px;color:#d5d6d8}.dec-review-bottom .single-review .review-content .review-top-wrap .review-rating i.yellow{color:#f5b223}.dec-review-bottom .single-review .review-content p{font-size:15px;line-height:28px;margin:0}@media only screen and (max-width:767px){.dec-review-bottom .single-review .review-content p{font-size:15px}}@media only screen and (min-width:1200px) and (max-width:1365px){.dec-review-bottom .single-review.pro-details-9-single-review{padding:50px 12px}}.dec-review-bottom .ratting-form-wrapper>span{display:block;line-height:1;font-size:16px}.dec-review-bottom .ratting-form-wrapper p{font-size:14px;margin:9px 0 0;color:#535353}.dec-review-bottom .ratting-form-wrapper p span{color:red}.dec-review-bottom .ratting-form-wrapper .ratting-form{margin:30px 0 0}.dec-review-bottom .ratting-form-wrapper .ratting-form .star-box-wrap{display:flex;flex-wrap:wrap;margin:16px 0 29px}.dec-review-bottom .ratting-form-wrapper .ratting-form .star-box-wrap .single-ratting-star{margin-right:17px;display:flex}.dec-review-bottom .ratting-form-wrapper .ratting-form .star-box-wrap .single-ratting-star a{color:#535353}.dec-review-bottom .ratting-form-wrapper .ratting-form .star-box-wrap .single-ratting-star:hover i{color:#f5b223}.dec-review-bottom .ratting-form-wrapper .ratting-form .rating-form-style label{margin:0 0 5px}.dec-review-bottom .ratting-form-wrapper .ratting-form .rating-form-style label span{color:red}.dec-review-bottom .ratting-form-wrapper .ratting-form .rating-form-style input,.dec-review-bottom .ratting-form-wrapper .ratting-form .rating-form-style textarea{background:transparent;border:1px solid #cdcdcd;height:50px;padding:5px 10px}.dec-review-bottom .ratting-form-wrapper .ratting-form .rating-form-style input:focus,.dec-review-bottom .ratting-form-wrapper .ratting-form .rating-form-style textarea:focus{border:1px solid #262626}.dec-review-bottom .ratting-form-wrapper .ratting-form .rating-form-style textarea{height:150px}.dec-review-bottom .ratting-form-wrapper .ratting-form .form-submit{margin-top:20px}.dec-review-bottom .ratting-form-wrapper .ratting-form .form-submit input{padding:8px 35px;line-height:30px;color:#fff;border-width:0;font-weight:600;display:inline-block;width:auto;height:auto;letter-spacing:1px;text-transform:uppercase;background-color:#000}.dec-review-bottom .ratting-form-wrapper .ratting-form .form-submit input:hover{background:#1f4883}.product-dec-left{position:relative;float:left;width:115px;padding-right:20px}@media only screen and (min-width:992px) and (max-width:1199px){.product-dec-left{width:110px}}@media only screen and (min-width:768px) and (max-width:991px){.product-dec-left{width:135px}}@media only screen and (max-width:767px){.product-dec-left{width:90px}}@media only screen and (min-width:576px) and (max-width:767px){.product-dec-left{width:100px}}.product-dec-right{float:right;position:relative;width:calc(100% - 115px)}@media only screen and (min-width:992px) and (max-width:1199px){.product-dec-right{width:calc(100% - 110px)}}@media only screen and (min-width:768px) and (max-width:991px){.product-dec-right{width:calc(100% - 135px)}}@media only screen and (max-width:767px){.product-dec-right{width:calc(100% - 90px)}}@media only screen and (min-width:576px) and (max-width:767px){.product-dec-right{width:calc(100% - 100px)}}.product-dec-small-style2{text-align:center}.product-dec-small-style2 .product-dec-small{margin:5px 0;cursor:pointer}.product-dec-small-style2 .product-dec-small img{width:100%}.product-dec-small-style2 .product-dec-small.slick-active{border:1px solid transparent}.product-dec-small-style2 .product-dec-small.slick-active.slick-current{border:1px solid #1f4883}.product-dec-small-style2 .product-dec-small:last-child{margin:0}.product-dec-small-style2 span{color:#262626;font-size:10px;line-height:1;cursor:pointer;z-index:9;width:24px;height:24px;line-height:24px;border:1px solid #979797;color:#1e1e1e;text-align:center;border-radius:100%;display:inline-block}.product-dec-small-style2 span:hover{color:#fff;border:1px solid #1f4883;background-color:#1f4883}.sidebar-active.col-lg-6{padding-left:15px;padding-right:15px}.sidebar-active.col-lg-6.is-affixed{padding-left:0;padding-right:0}.sidebar-active.col-lg-6.is-affixed .inner-wrapper-sticky{padding-left:15px;padding-right:15px}@media only screen and (min-width:768px) and (max-width:991px){.pro-details-content-mt-md{margin-top:40px}}@media only screen and (max-width:767px){.modal-header{padding:10px 1rem}}.breadcrumb-content ul li{display:inline-block;font-size:16px;font-weight:400;color:#164681;text-transform:capitalize;position:relative;margin-right:18px}.breadcrumb-content ul li:before{position:absolute;width:18px;height:1px;content:"\f105";font:normal normal normal 14px/1 FontAwesome;right:-21px;top:4px;z-index:9}.breadcrumb-content ul li:last-child:before{display:none}.breadcrumb-content ul li a{color:#000;font-weight:600}.breadcrumb-content ul li a:hover{color:#1f4883}.sidebar-wrapper.sidebar-wrapper-mrg-left{margin-left:20px}@media only screen and (min-width:992px) and (max-width:1199px){.sidebar-wrapper.sidebar-wrapper-mrg-left{margin-left:0}}@media only screen and (min-width:768px) and (max-width:991px){.sidebar-wrapper.sidebar-wrapper-mrg-left{margin-left:0}}@media only screen and (max-width:767px){.sidebar-wrapper.sidebar-wrapper-mrg-left{margin-left:0}}.sidebar-wrapper.sidebar-wrapper-mrg-right{margin-right:20px}@media only screen and (min-width:992px) and (max-width:1199px){.sidebar-wrapper.sidebar-wrapper-mrg-right{margin-right:0}}@media only screen and (min-width:768px) and (max-width:991px){.sidebar-wrapper.sidebar-wrapper-mrg-right{margin-right:0}}@media only screen and (max-width:767px){.sidebar-wrapper.sidebar-wrapper-mrg-right{margin-right:0}}@media only screen and (min-width:768px) and (max-width:991px){.sidebar-wrapper{margin-top:50px}}@media only screen and (max-width:767px){.sidebar-wrapper{margin-top:30px}}.sidebar-widget h4.sidebar-widget-title{font-size:18px;font-weight:600;margin:0;line-height:1}.sidebar-widget .sidebar-search{margin-top:20px}.sidebar-widget .sidebar-search .sidebar-search-form{position:relative}.sidebar-widget .sidebar-search .sidebar-search-form input{background:transparent none repeat scroll 0 0;border:1px solid #e6e6e6;font-size:14px;height:43px;padding:2px 55px 2px 18px;color:#000}.sidebar-widget .sidebar-search .sidebar-search-form input::-moz-input-placeholder{color:#000;opacity:1}.sidebar-widget .sidebar-search .sidebar-search-form input::-webkit-input-placeholder{color:#000;opacity:1}.sidebar-widget .sidebar-search .sidebar-search-form button{background:transparent none repeat scroll 0 0;border-image:none;border:#a1a5aa;border-left:1px solid #a1a5aa;padding:1px 15px 0;position:absolute;right:0;top:50%;transform:translateY(-50%);cursor:pointer;color:#000;transition:all .3s ease 0s;font-size:17px}.sidebar-widget .sidebar-search .sidebar-search-form button:hover{color:#1f4883}.sidebar-widget .shop-catigory{margin-top:18px}.sidebar-widget .shop-catigory ul li{margin-bottom:10px}.sidebar-widget .shop-catigory ul li:last-child{margin-bottom:0}.sidebar-widget .shop-catigory ul li a{color:#000;display:block}.sidebar-widget .shop-catigory ul li a:hover{color:#1f4883}.sidebar-widget .price-filter{margin-top:15px}.sidebar-widget .price-filter span{display:block;margin:0 0 16px}.sidebar-widget .price-filter .price-slider-amount input{background:transparent;padding:0;border:none;font-size:15px;font-weight:500}.sidebar-widget .price-filter #slider-range{background:#dbdbdb none repeat scroll 0 0;border:none;border-radius:0;height:5px;margin-bottom:12px;margin-left:auto;margin-top:5px}.sidebar-widget .price-filter #slider-range span{transition:all 0s ease 0s}.sidebar-widget .price-filter #slider-range .ui-slider-range{position:absolute;display:block;background:#1f4883 none repeat scroll 0 0;border:none;transition:all 0s ease 0s}.sidebar-widget .price-filter #slider-range .ui-slider-handle{background:#fff none repeat scroll 0 0;border-radius:50%;height:15px;margin-left:0;width:15px;border:4px solid #1f4883}.sidebar-widget .price-filter .price-slider-amount .label-input input{color:#000;height:37px}.sidebar-widget .price-filter .price-slider-amount button{background-color:#000;border:none;color:#fff;line-height:1;padding:8px 16px;cursor:pointer;transition:all .3s ease 0s}.sidebar-widget .price-filter .price-slider-amount button:hover{background-color:#1f4883}.sidebar-widget .sidebar-widget-list{margin-top:20px}.sidebar-widget .sidebar-widget-list ul li{align-items:center;position:relative;padding:0 0 10px}.sidebar-widget .sidebar-widget-list ul li:last-child{padding:0}.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left{position:relative}.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left input{position:absolute;opacity:0;cursor:pointer;z-index:999;height:15px;width:15px;top:5px;left:0}.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left input:checked~.checkmark{background-color:#1f4883;border:2px solid #1f4883}.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left input:checked~.checkmark:after{display:block}.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark{position:absolute;top:5px;left:0;height:15px;width:15px;background-color:#fff;border:1px solid #888}.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark:after{content:"";position:absolute;display:none;left:3px;top:0;width:5px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.sidebar-widget .sidebar-widget-list ul li a{margin-left:25px;display:block;color:#000}.sidebar-widget .sidebar-widget-list ul li a:hover{color:#1f4883}.sidebar-widget .sidebar-widget-list ul li a span{background-color:#eee;width:25px;height:25px;display:inline-block;text-align:center;line-height:25px;border-radius:50px;float:right;transition:all .3s ease 0s;font-size:13px}.sidebar-widget .sidebar-widget-list ul li a:hover span{color:#fff;background-color:#1f4883}.sidebar-widget .sidebar-widget-list ul li label{margin-left:25px;display:inherit}.sidebar-widget .sidebar-widget-list ul li label span{background-color:#eee;width:25px;height:25px;display:inline-block;text-align:center;line-height:25px;border-radius:50px;float:right;transition:all .3s ease 0s;font-size:13px}.sidebar-widget .sidebar-widget-tag{margin-top:26px}.sidebar-widget .sidebar-widget-tag a{padding:8px 12px 10px}.sidebar-widget .sidebar-widget-tag a:hover{border:1px solid #1f4883;color:#1f4883}.sidebar-widget .recent-post{margin-top:22px}.sidebar-widget .recent-post .single-sidebar-blog{margin-bottom:18px}.sidebar-widget .archives-wrap{margin-top:20px}.sidebar-widget .archives-wrap select{height:40px;border:1px solid #ebebeb;color:#000;cursor:pointer;padding:2px 35px 2px 15px;-moz-appearance:none}.shop-sidebar-border{border-top:1px solid #ebebeb}.shop-topbar-wrapper{border:1px solid #e9e9e9;display:flex;align-items:center;justify-content:space-between;margin-bottom:30px;padding:15px 24px}@media only screen and (max-width:767px){.shop-topbar-wrapper{padding:15px;justify-content:inherit}}.shop-topbar-wrapper .shop-topbar-left{display:flex;align-items:center}.shop-topbar-wrapper .shop-topbar-left .view-mode{margin-right:20px;line-height:1}@media only screen and (min-width:992px) and (max-width:1199px){.shop-topbar-wrapper .shop-topbar-left .view-mode{margin-right:10px}}@media only screen and (min-width:768px) and (max-width:991px){.shop-topbar-wrapper .shop-topbar-left .view-mode{margin-right:10px}}@media only screen and (max-width:767px){.shop-topbar-wrapper .shop-topbar-left .view-mode{margin-right:7px}}.shop-topbar-wrapper .shop-topbar-left .view-mode a{color:#000;font-size:20px;display:inline-block;margin:0 10px 0 0}.shop-topbar-wrapper .shop-topbar-left .view-mode a.active{color:#1f4883}.shop-topbar-wrapper .shop-topbar-left p{display:inline-block;margin:0;color:#000}.shop-topbar-wrapper .product-sorting-wrapper{display:flex;flex-wrap:wrap}@media only screen and (max-width:767px){.shop-topbar-wrapper .product-sorting-wrapper{display:block;flex-wrap:inherit;overflow:hidden}}@media only screen and (min-width:576px) and (max-width:767px){.shop-topbar-wrapper .product-sorting-wrapper{display:flex;flex-wrap:wrap}}.shop-topbar-wrapper .product-sorting-wrapper .shorting-style{margin-left:20px}@media only screen and (max-width:767px){.shop-topbar-wrapper .product-sorting-wrapper .shorting-style{margin-left:0;display:block;margin-bottom:15px;margin-top:15px}}@media only screen and (min-width:576px) and (max-width:767px){.shop-topbar-wrapper .product-sorting-wrapper .shorting-style{margin-left:15px;margin-bottom:0;padding-right:1px}}.shop-topbar-wrapper .product-sorting-wrapper .shorting-style label{color:#000;cursor:pointer;margin:3px 11px 0 0;font-size:14px;font-weight:500}.shop-topbar-wrapper .product-sorting-wrapper .shorting-style select{border:1px solid #ebebeb;border-radius:3px;box-shadow:none;color:#000;cursor:pointer;font-size:14px;height:30px;padding-left:10px;width:170px}@media only screen and (min-width:992px) and (max-width:1199px){.shop-topbar-wrapper .product-sorting-wrapper .shorting-style select{width:130px}}@media only screen and (min-width:768px) and (max-width:991px){.shop-topbar-wrapper .product-sorting-wrapper .shorting-style select{width:130px}}@media only screen and (max-width:767px){.shop-topbar-wrapper .product-sorting-wrapper .shorting-style select{width:150px}}.shop-topbar-wrapper .product-sorting-wrapper .shorting-style select option{background:#fff;border:0 solid #626262;padding-left:10px;font-size:14px}.shop-topbar-wrapper .product-sorting-wrapper .shorting-style.product-shorting{margin-left:0}.shop-topbar-wrapper .product-sorting-wrapper .shorting-style.product-shorting select{width:110px}@media only screen and (min-width:992px) and (max-width:1199px){.shop-topbar-wrapper .product-sorting-wrapper .shorting-style.product-shorting select{width:75px}}@media only screen and (min-width:768px) and (max-width:991px){.shop-topbar-wrapper .product-sorting-wrapper .shorting-style.product-shorting select{width:75px}}@media only screen and (max-width:767px){.shop-topbar-wrapper .product-sorting-wrapper .shorting-style.product-shorting select{width:163px}}.shop-list-wrap .product-list-img{overflow:hidden;position:relative}.shop-list-wrap .product-list-img a{display:block}.shop-list-wrap .product-list-img a img{width:100%}.shop-list-wrap .product-list-img .product-list-quickview{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;visibility:hidden;transition:all .3s ease 0s;margin-top:20px}.shop-list-wrap .product-list-img .product-list-quickview button{font-size:16px;color:#000;border:1px solid #e6e6e6;background-color:#fff;display:inline-block;width:40px;height:40px;line-height:40px;border-radius:100%;text-align:center}.shop-list-wrap .product-list-img .product-list-quickview button:hover{background-color:#1f4883;color:#fff;border:1px solid #1f4883}.shop-list-wrap .shop-list-content h3{font-size:16px;font-weight:700;margin:0}.shop-list-wrap .shop-list-content h3 a{color:#000}.shop-list-wrap .shop-list-content h3 a:hover{color:#1f4883}.shop-list-wrap .shop-list-content .pro-list-price{margin:15px 0 8px}@media only screen and (max-width:767px){.shop-list-wrap .shop-list-content .pro-list-price{margin:10px 0 5px}}.shop-list-wrap .shop-list-content .pro-list-price span{font-size:20px;color:#000;font-family:Heebo,sans-serif;display:inline-block;margin:0 4px}.shop-list-wrap .shop-list-content .pro-list-price span.new-price{color:#1f4883}.shop-list-wrap .shop-list-content .pro-list-price span.old-price{font-size:16px;color:#999;text-decoration:line-through}.shop-list-wrap .shop-list-content .product-list-rating-wrap{display:flex}.shop-list-wrap .shop-list-content .product-list-rating-wrap .product-list-rating i{color:#ff9806}.shop-list-wrap .shop-list-content .product-list-rating-wrap .product-list-rating i.gray{color:#ccc}.shop-list-wrap .shop-list-content .product-list-rating-wrap span{margin-left:6px;color:#999;font-family:Heebo,sans-serif}.shop-list-wrap .shop-list-content p{margin:7px 0 20px}@media only screen and (max-width:767px){.shop-list-wrap .shop-list-content p{margin:5px 0 15px}}.shop-list-wrap .shop-list-content .product-list-action button{font-size:16px;color:#000;border:1px solid #e6e6e6;background-color:#f7f8fa;display:inline-block;width:40px;height:40px;line-height:40px;border-radius:100%;text-align:center;margin-right:10px}.shop-list-wrap .shop-list-content .product-list-action button:hover{background-color:#1f4883;color:#fff;border:1px solid #1f4883}@media only screen and (max-width:767px){.shop-list-wrap .shop-list-content{margin-top:15px}}@media only screen and (min-width:576px) and (max-width:767px){.shop-list-wrap .shop-list-content{margin-top:0}}.shop-list-wrap:hover .product-list-img .product-list-quickview{opacity:1;visibility:visible;margin-top:0}.pro-pagination-style ul li{display:inline-block;margin:0 4px}.pro-pagination-style ul li a{display:inline-block;width:35px;height:35px;text-align:center;line-height:35px;font-size:16px;border-radius:100%;color:#000;box-shadow:0 0 12px .8px rgba(0,0,0,.1)}.pro-pagination-style ul li a:hover{background-color:#1f4883;color:#fff}.pro-pagination-style ul li a.active{background-color:#1f4883;color:#fff;box-shadow:none}.pro-pagination-style ul li a.active:hover{background-color:#333}.pro-pagination-style ul li a.next,.pro-pagination-style ul li a.prev{background-color:#f0f4f6;color:#000;font-size:14px;box-shadow:none}.pro-pagination-style ul li a.next:hover,.pro-pagination-style ul li a.prev:hover{background-color:#1f4883;color:#fff}@media only screen and (max-width:767px){.pro-pagination-style.mt-10{margin-top:0}}.single-store h3{font-size:22px;font-weight:600;text-transform:capitalize;line-height:28px;margin-bottom:15px}@media only screen and (max-width:767px){.single-store h3{font-size:20px;margin-bottom:8px}}.single-store ul li{margin-bottom:3px;color:#000}.single-store ul li:last-child{margin-bottom:0}@media only screen and (min-width:768px) and (max-width:991px){.single-store.mb-50{margin-bottom:40px}}@media only screen and (max-width:767px){.single-store.mb-50{margin-bottom:30px}}@media only screen and (min-width:768px) and (max-width:991px){.shop-location.pb-65{padding-bottom:37px}}@media only screen and (max-width:767px){.shop-location.pb-65{padding-bottom:27px}}h3.cart-page-title{font-size:20px;font-weight:600;margin:0 0 15px}.cart-table-content table{border:1px solid #ebebeb}@media only screen and (max-width:767px){.cart-table-content table{width:100%}}.cart-table-content table thead>tr{background-color:#f9f9f9;border:1px solid #ebebeb}@media only screen and (max-width:767px){.cart-table-content table thead>tr{width:100%;display:block;padding:10px 0}}@media only screen and (min-width:576px) and (max-width:767px){.cart-table-content table thead>tr{width:inherit;display:inline-block;padding:10px 0}}.cart-table-content table thead>tr th{border-top:none;font-size:16px;font-weight:600;padding:21px 45px 22px;text-align:center;text-transform:capitalize;vertical-align:middle;white-space:nowrap}@media only screen and (min-width:992px) and (max-width:1199px){.cart-table-content table thead>tr th{padding:21px 35px 22px}}@media only screen and (min-width:768px) and (max-width:991px){.cart-table-content table thead>tr th{padding:21px 15px 22px}}@media only screen and (max-width:767px){.cart-table-content table thead>tr th{padding:0 20px 5px;width:100%;display:block}}@media only screen and (min-width:576px) and (max-width:767px){.cart-table-content table thead>tr th{width:inherit;display:inline-block}}.cart-table-content table tbody>tr{border-bottom:1px solid #ebebeb}@media only screen and (min-width:576px) and (max-width:767px){.cart-table-content table tbody>tr{width:50%;float:left}}.cart-table-content table tbody>tr td.product-thumbnail{width:150px}@media only screen and (max-width:767px){.cart-table-content table tbody>tr td.product-thumbnail{width:100%;display:block;overflow:hidden;padding-top:30px;padding-bottom:5px}}.cart-table-content table tbody>tr td.product-name{width:435px}@media only screen and (max-width:767px){.cart-table-content table tbody>tr td.product-name{width:100%;display:block;overflow:hidden}}.cart-table-content table tbody>tr td.product-name a{font-size:15px}.cart-table-content table tbody>tr td.product-name a:hover{color:#1f4883}.cart-table-content table tbody>tr td.product-price-cart{width:435px}@media only screen and (max-width:767px){.cart-table-content table tbody>tr td.product-price-cart{width:100%;display:block;overflow:hidden}}.cart-table-content table tbody>tr td.product-price-cart span{font-weight:500}.cart-table-content table tbody>tr td.product-quantity{width:435px}@media only screen and (max-width:767px){.cart-table-content table tbody>tr td.product-quantity{width:100%;display:block;overflow:hidden}}.cart-table-content table tbody>tr td.product-remove{width:100px}@media only screen and (max-width:767px){.cart-table-content table tbody>tr td.product-remove{width:100%;display:block;overflow:hidden;padding-bottom:21px}}.cart-table-content table tbody>tr td.product-remove a{font-size:20px}.cart-table-content table tbody>tr td.product-remove a:hover{color:#1f4883}@media only screen and (max-width:767px){.cart-table-content table tbody>tr td.product-wishlist-cart{padding-bottom:30px}}.cart-table-content table tbody>tr td.product-wishlist-cart>a{background-color:#000;color:#fff;font-size:12px;font-weight:600;line-height:1;padding:10px 12px 11px;display:inline-block;text-transform:capitalize}.cart-table-content table tbody>tr td.product-wishlist-cart>a:hover{background-color:#1f4883}.cart-table-content table tbody>tr td{font-size:15px;padding:30px 0;text-align:center;font-weight:500}@media only screen and (min-width:768px) and (max-width:991px){.cart-table-content table tbody>tr td{padding:30px 0 30px 10px}}@media only screen and (max-width:767px){.cart-table-content table tbody>tr td{padding:6px 0;width:100%;display:block;overflow:hidden}}@media only screen and (min-width:576px) and (max-width:767px){.cart-table-content table tbody>tr td{text-align:left;padding:6px 20px}}.cart-shiping-update-wrapper{display:flex;justify-content:space-between;padding:30px 0 55px}@media only screen and (max-width:767px){.cart-shiping-update-wrapper{display:block;padding:30px 0 15px}}.cart-shiping-update-wrapper .cart-clear>a,.cart-shiping-update-wrapper .cart-clear>button,.cart-shiping-update-wrapper .cart-shiping-update>a{background-color:#f2f2f2;display:inline-block;font-size:14px;font-weight:600;line-height:1;padding:18px 40px 17px;text-transform:capitalize;letter-spacing:.3px}@media only screen and (min-width:768px) and (max-width:991px){.cart-shiping-update-wrapper .cart-clear>a,.cart-shiping-update-wrapper .cart-clear>button,.cart-shiping-update-wrapper .cart-shiping-update>a{padding:18px 25px 17px}}@media only screen and (max-width:767px){.cart-shiping-update-wrapper .cart-clear>a,.cart-shiping-update-wrapper .cart-clear>button,.cart-shiping-update-wrapper .cart-shiping-update>a{padding:18px 40px 17px;margin:0 0 15px}}.cart-shiping-update-wrapper .cart-clear>a:hover,.cart-shiping-update-wrapper .cart-clear>button:hover,.cart-shiping-update-wrapper .cart-shiping-update>a:hover{background-color:#1f4883;color:#fff}.cart-shiping-update-wrapper .cart-clear>button{border:none;cursor:pointer;margin-right:27px;transition:all .3s ease 0s}@media only screen and (min-width:768px) and (max-width:991px){.cart-shiping-update-wrapper .cart-clear>button{margin-right:15px}}.cart-tax,.discount-code-wrapper{background-color:#f9f9f9;border:1px solid #ebebeb;border-radius:5px;padding:45px 30px 50px}@media only screen and (min-width:992px) and (max-width:1199px){.cart-tax,.discount-code-wrapper{padding:45px 18px 50px}}@media only screen and (min-width:768px) and (max-width:991px){.cart-tax,.discount-code-wrapper{padding:45px 20px 50px}}@media only screen and (max-width:767px){.cart-tax,.discount-code-wrapper{padding:45px 18px 50px}}.cart-tax .title-wrap,.discount-code-wrapper .title-wrap{position:relative}.cart-tax .title-wrap:before,.discount-code-wrapper .title-wrap:before{background-color:#e3e1e1;content:"";height:1px;left:0;position:absolute;top:10px;transition:all .4s ease 0s;width:100%;z-index:1}.cart-tax .title-wrap h4.cart-bottom-title,.discount-code-wrapper .title-wrap h4.cart-bottom-title{display:inline-block;font-size:18px;font-weight:600;margin:0;padding-right:18px}@media only screen and (min-width:992px) and (max-width:1199px){.cart-tax .title-wrap h4.cart-bottom-title,.discount-code-wrapper .title-wrap h4.cart-bottom-title{font-size:16px}}@media only screen and (max-width:767px){.cart-tax .title-wrap h4.cart-bottom-title,.discount-code-wrapper .title-wrap h4.cart-bottom-title{font-size:17px}}.cart-tax .title-wrap .section-bg-gray,.discount-code-wrapper .title-wrap .section-bg-gray{background-color:#f8f9f9;position:relative;z-index:99}.cart-tax .tax-wrapper,.discount-code-wrapper .tax-wrapper{margin-top:22px}.cart-tax .tax-wrapper p,.discount-code-wrapper .tax-wrapper p{margin:0}.cart-tax .tax-wrapper .tax-select-wrapper,.discount-code-wrapper .tax-wrapper .tax-select-wrapper{margin:5px 0 0}.cart-tax .tax-wrapper .tax-select-wrapper .tax-select,.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select{margin:0 0 26px}.cart-tax .tax-wrapper .tax-select-wrapper .tax-select label,.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select label{font-size:14px;margin:0 0 5px;font-weight:400}.cart-tax .tax-wrapper .tax-select-wrapper .tax-select select,.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select select{-moz-appearance:none;-webkit-appearance:none;background:#fff url(/customTheme/assets/images/icon-img/cart.png) no-repeat scroll right 18px center;border:1px solid #ebebeb;box-shadow:none;color:#242424;font-size:13px;height:40px;padding:0 50px 0 15px;width:100%;cursor:pointer}.cart-tax .tax-wrapper .tax-select-wrapper .tax-select input,.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select input{background:#fff none repeat scroll 0 0;border:1px solid #ebebeb;height:40px}.cart-tax .tax-wrapper .tax-select-wrapper button.cart-btn-2,.discount-code-wrapper .tax-wrapper .tax-select-wrapper button.cart-btn-2{background-color:#000;border:none;color:#fff;cursor:pointer;font-size:14px;font-weight:600;letter-spacing:.3px;padding:12px 40px 13px;text-transform:capitalize;transition:all .3s ease 0s}.cart-tax .tax-wrapper .tax-select-wrapper button.cart-btn-2:hover,.discount-code-wrapper .tax-wrapper .tax-select-wrapper button.cart-btn-2:hover{background-color:#1f4883}.cart-tax .discount-code,.discount-code-wrapper .discount-code{margin:21px 0 0}.cart-tax .discount-code p,.discount-code-wrapper .discount-code p{margin:0 0 15px}.cart-tax .discount-code form input,.discount-code-wrapper .discount-code form input{background:#fff;border:1px solid #ebebeb;height:40px;margin-bottom:30px;padding-left:10px}.cart-tax .discount-code form button.cart-btn-2,.discount-code-wrapper .discount-code form button.cart-btn-2{background-color:#000;border:none;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 40px 13px;text-transform:capitalize;transition:all .3s ease 0s}.cart-tax .discount-code form button.cart-btn-2:hover,.discount-code-wrapper .discount-code form button.cart-btn-2:hover{background-color:#1f4883}.grand-totall{background-color:#f9f9f9;border:1px solid #ebebeb;border-radius:5px;padding:45px 30px 50px}@media only screen and (min-width:992px) and (max-width:1199px){.grand-totall{padding:45px 18px 50px}}@media only screen and (min-width:768px) and (max-width:991px){.grand-totall{padding:45px 20px 50px;margin-top:30px}}.grand-totall .title-wrap{position:relative}.grand-totall .title-wrap:before{background-color:#e3e1e1;content:"";height:1px;left:0;position:absolute;top:10px;transition:all .4s ease 0s;width:100%;z-index:1}.grand-totall .title-wrap h4.cart-bottom-title{display:inline-block;font-size:18px;font-weight:600;margin:0;padding-right:18px}.grand-totall .title-wrap .section-bg-gary-cart{background-color:#f9f9f9;position:relative;z-index:9}.grand-totall h5{font-size:14px;margin:36px 0 27px;font-weight:600}.grand-totall h5 span{float:right;font-size:18px;font-weight:500}.grand-totall .total-shipping{border-bottom:1px solid #ebebeb;border-top:1px solid #ebebeb;margin:0 0 27px;padding:28px 0}.grand-totall .total-shipping h5{font-size:14px;margin:0}.grand-totall .total-shipping ul{padding:19px 0 0}.grand-totall .total-shipping ul li{color:#242424;list-style:none outside none;margin:0 0 6px}.grand-totall .total-shipping ul li:last-child{margin:0}.grand-totall .total-shipping ul li input{background:#e9e9e9 none repeat scroll 0 0;border:1px solid #d7d7d7;border-radius:5px!important;color:#626262;cursor:pointer;height:13px;margin-right:10px;padding:0;position:relative;top:2px;width:13px}.grand-totall .total-shipping ul li span{float:right}.grand-totall h4.grand-totall-title{color:#1f4883;font-size:16px;font-weight:500;margin:0 0 25px}.grand-totall h4.grand-totall-title span{float:right}.grand-totall a{background-color:#000;color:#fff;display:block;font-size:14px;font-weight:600;line-height:1;padding:18px 10px 17px;text-align:center;text-transform:capitalize;letter-spacing:.3px}.grand-totall a:hover{background-color:#1f4883}@media only screen and (max-width:767px){.discount-code-wrapper{margin:30px 0}}.compare-table .table tbody tr{margin-bottom:20px}.compare-table .table tbody tr td{padding:20px;vertical-align:middle;border-color:#ccc}@media only screen and (min-width:768px) and (max-width:991px){.compare-table .table tbody tr td{padding:20px 15px}}@media only screen and (max-width:767px){.compare-table .table tbody tr td{padding:10px 20px;display:block;width:100%;overflow:hidden;margin-bottom:5px}}.compare-table .table tbody tr td.first-column{min-width:175px;font-size:16px;font-weight:600;margin:0}@media only screen and (min-width:768px) and (max-width:991px){.compare-table .table tbody tr td.first-column{min-width:110px}}@media only screen and (max-width:767px){.compare-table .table tbody tr td.first-column{min-width:100%;display:block;width:100%;overflow:hidden;margin-bottom:5px;margin-top:35px}}.compare-table .table tbody tr td.product-image-title{min-width:310px;vertical-align:bottom;text-align:left}@media only screen and (min-width:992px) and (max-width:1199px){.compare-table .table tbody tr td.product-image-title{min-width:210px}}@media only screen and (min-width:768px) and (max-width:991px){.compare-table .table tbody tr td.product-image-title{min-width:110px}}@media only screen and (max-width:767px){.compare-table .table tbody tr td.product-image-title{min-width:100%;display:block;width:100%;overflow:hidden;padding:20px}}.compare-table .table tbody tr td.product-image-title .image{clear:both;width:100%;margin-bottom:15px;display:block}.compare-table .table tbody tr td.product-image-title .image img{width:100%}.compare-table .table tbody tr td.product-image-title .category{float:left;clear:both;color:#1f4883;text-transform:capitalize;letter-spacing:.5px}.compare-table .table tbody tr td.product-image-title .title{float:left;clear:both;font-size:16px;line-height:1.2;font-weight:600;text-transform:capitalize;margin-top:5px}@media only screen and (min-width:768px) and (max-width:991px){.compare-table .table tbody tr td.product-image-title .title{font-size:16px}}.compare-table .table tbody tr td.product-image-title .title:hover{color:#1f4883}.compare-table .table tbody tr td.pro-desc p{text-align:left;margin:0}.compare-table .table tbody tr td a.check-btn{color:#000;font-size:15px}.compare-table .table tbody tr td a.check-btn:hover{color:#1f4883}.compare-table .table tbody tr td.pro-color,.compare-table .table tbody tr td.pro-price,.compare-table .table tbody tr td.pro-stock{font-size:15px;font-weight:400;color:#000}.compare-table .table tbody tr td.pro-remove button{border:none;background-color:transparent;padding:0;cursor:pointer}.compare-table .table tbody tr td.pro-remove button:hover{color:#1f4883}.compare-table .table tbody tr td.pro-remove button i{font-size:20px}.compare-table .table tbody tr td.pro-ratting i{color:#e7a415}@media only screen and (max-width:767px){.compare-page-wrapper.pt-90{padding-top:20px}}.customer-zone>p{font-size:15px;padding:14px 30px 14px 60px;background-color:#eeeff2;margin:0;position:relative;color:#000}.customer-zone>p a{color:#000}.customer-zone>p a:hover{color:#1f4883}@media only screen and (max-width:767px){.customer-zone>p{padding:14px 30px 14px 40px}}.customer-zone>p:before{content:"\e080";color:#6dde6d;display:inline-block;position:absolute;font-family:simple-line-icons;left:15px;top:15px;font-size:18px}.checkout-login-info{margin:20px 0 0;display:none}.checkout-login-info p{font-size:14px;margin:0 0 12px}.checkout-login-info form{display:block;overflow:hidden}.checkout-login-info form .sin-checkout-login{margin-bottom:30px}.checkout-login-info form .sin-checkout-login label{font-size:14px;text-transform:capitalize;margin:0 0 5px}.checkout-login-info form .sin-checkout-login label span{color:red}.checkout-login-info form .sin-checkout-login input{border:1px solid #e8e8e8;height:50px;background-color:transparent}.checkout-login-info form .sin-checkout-login input:focus{border:1px solid #343538}.checkout-login-info form .button-remember-wrap{display:block;overflow:hidden}.checkout-login-info form .button-remember-wrap button{border:1px solid #aaa;font-size:13px;padding:10px 30px 9px;display:inline-block;float:left;margin-right:20px;font-weight:600;text-transform:uppercase}.checkout-login-info form .button-remember-wrap button:hover{background-color:#1f4883;color:#fff;border:1px solid #1f4883}.checkout-login-info form .button-remember-wrap .checkout-login-toggle-btn{display:flex;margin:8px 0 0}.checkout-login-info form .button-remember-wrap .checkout-login-toggle-btn input{height:15px;margin:0;position:relative;top:5px;width:17px}.checkout-login-info form .button-remember-wrap .checkout-login-toggle-btn label{font-size:14px;margin:0 0 0 5px}.checkout-login-info form .lost-password{margin:20px 0 11px}.checkout-login-info form .lost-password a{font-size:14px}.checkout-login-info .checkout-login-social span{font-size:14px;margin:0 0 13px;display:block}.checkout-login-info .checkout-login-social ul li{display:inline-block;margin:0 14px 0 0}.checkout-login-info .checkout-login-social ul li:last-child{margin:0}@media only screen and (max-width:767px){.checkout-login-info .checkout-login-social ul li{margin:0 5px 0 0}}.checkout-login-info .checkout-login-social ul li a{background-color:#f5f5f5;text-transform:uppercase;font-weight:500;display:block;float:left;font-size:13px;padding:24px 106px 25px;line-height:1}@media only screen and (min-width:768px) and (max-width:991px){.checkout-login-info .checkout-login-social ul li a{padding:24px 70px 25px}}@media only screen and (max-width:767px){.checkout-login-info .checkout-login-social ul li a{padding:15px 13px 16px}}.checkout-login-info .checkout-login-social ul li a:hover{background-color:#1f4883;color:#fff}.checkout-login-info2{display:none;margin:20px 0 0}.checkout-login-info2 ul li{display:inline-block}.checkout-login-info2 ul li a{color:#8a8a8a;font-size:12px}.checkout-login-info2 ul li a:hover{color:#1f4883}.checkout-login-info3{display:none;margin-top:20px}.checkout-login-info3 form input[type=text]{border:1px solid #e8e8e8;height:50px;background-color:transparent;width:48%;font-size:14px;padding:0 20px}.checkout-login-info3 form input[type=text]:focus{border:1px solid #1f2226}.checkout-login-info3 form input[type=submit]{background:#1f2226 none repeat scroll 0 0;border:none;color:#fff;height:50px;margin-left:6px;padding:5px 30px;font-size:13px;text-transform:uppercase;font-weight:600;width:inherit}@media only screen and (min-width:992px) and (max-width:1199px){.checkout-login-info3 form input[type=submit]{padding:5px 15px}}@media only screen and (max-width:767px){.checkout-login-info3 form input[type=submit]{padding:5px 16px}}.checkout-login-info3 form input[type=submit]:hover{background-color:#1f4883}.billing-info-wrap h3{font-size:20px;font-weight:600;position:relative;margin:0 0 55px;text-transform:uppercase}@media only screen and (max-width:767px){.billing-info-wrap h3{margin-bottom:40px}}.billing-info-wrap h3:before{position:absolute;content:"";left:0;bottom:-12px;background-color:#1f4883;width:50px;height:2px}.billing-info-wrap .billing-info label{font-size:14px;text-transform:capitalize;display:block;margin:0 0 5px}.billing-info-wrap .billing-info label abbr{color:red}.billing-info-wrap .billing-info input{border:1px solid #e8e8e8;height:50px;background-color:transparent;padding:2px 20px;color:#1f2226;font-size:14px}.billing-info-wrap .billing-info input:focus{border:1px solid #343538}.billing-info-wrap .billing-info input.billing-address{margin-bottom:20px}.billing-info-wrap .billing-select label{font-size:14px;text-transform:capitalize;display:block;margin:0 0 5px}.billing-info-wrap .billing-select label abbr{color:red}.billing-info-wrap .billing-select select{border:1px solid #e6e6e6;-moz-appearance:none;-webkit-appearance:none;color:#333;font-size:14px;height:50px;padding:2px 20px;background:transparent url(/customTheme/assets/images/icon-img/select.png) no-repeat scroll right 18px center;cursor:pointer}.billing-info-wrap .billing-select select option{background:#fff;border:0 solid #626262;padding-left:10px;color:#333;font-size:12px}.billing-info-wrap .checkout-account input{border:1px solid #9fa0a2;display:inline-block;float:left;height:10px;width:10px;position:relative;top:6px;color:#333}.billing-info-wrap .checkout-account span{color:#333;font-weight:400;margin:0 0 0 12px;font-size:14px;text-transform:uppercase}.billing-info-wrap .checkout-account-toggle label{font-size:14px;text-transform:capitalize;display:block;margin:0 0 5px}.billing-info-wrap .checkout-account-toggle label abbr{color:red}.billing-info-wrap .checkout-account-toggle input{border:1px solid #e8e8e8;height:50px;background-color:transparent;color:#333;font-size:14px;padding:2px 20px}.billing-info-wrap .checkout-account-toggle input:focus{border:1px solid #343538}.billing-info-wrap .different-address{display:none}.billing-info-wrap .additional-info-wrap{margin:22px 0 0}.billing-info-wrap .additional-info-wrap label{color:#010225;font-size:14px;text-transform:capitalize;display:block;margin:0 0 5px}.billing-info-wrap .additional-info-wrap textarea{min-height:120px;background-color:#f7f7f7;border-color:#f7f7f7;padding:20px;color:#333;font-size:14px}@media only screen and (min-width:992px) and (max-width:1199px){.billing-info-wrap.mr-50{margin-right:30px}}@media only screen and (min-width:768px) and (max-width:991px){.billing-info-wrap.mr-50{margin-right:0}}@media only screen and (max-width:767px){.billing-info-wrap.mr-50{margin-right:0}}.your-order-area{padding:40px 50px 50px;position:relative;border:2px solid rgba(52,53,56,.1)}@media only screen and (min-width:992px) and (max-width:1199px){.your-order-area{padding:40px 25px 50px}}@media only screen and (min-width:768px) and (max-width:991px){.your-order-area{margin-top:30px}}@media only screen and (max-width:767px){.your-order-area{padding:40px 12px 50px;margin-top:30px}}.your-order-area h3{font-size:20px;font-weight:600;position:relative;margin:0 0 45px;text-transform:uppercase}.your-order-area h3:before{position:absolute;content:"";left:0;bottom:-12px;background-color:#1f4883;width:50px;height:2px}.your-order-area .your-order-wrap .your-order-info{border-bottom:1px solid #e8e8e8}.your-order-area .your-order-wrap .your-order-info ul li{font-size:14px;padding:0 0 7px;text-transform:uppercase;font-weight:500}.your-order-area .your-order-wrap .your-order-info ul li span{float:right;color:#1f4883}.your-order-area .your-order-wrap .your-order-info.order-subtotal{padding:15px 0 10px}.your-order-area .your-order-wrap .your-order-info.order-subtotal ul li span{font-size:16px}.your-order-area .your-order-wrap .your-order-info.order-shipping{padding:15px 0 13px;display:block;overflow:hidden}.your-order-area .your-order-wrap .your-order-info.order-shipping ul li>p{float:right;font-size:14px;text-align:right;color:#333;text-transform:capitalize}.your-order-area .your-order-wrap .your-order-info.order-total{padding:15px 0 10px}.your-order-area .your-order-wrap .your-order-info.order-total ul li span{font-size:16px}.your-order-area .your-order-wrap .your-order-middle{border-bottom:1px solid #e8e8e8;padding:24px 0 23px}.your-order-area .your-order-wrap .your-order-middle ul li{font-size:14px;margin:0 0 11px}.your-order-area .your-order-wrap .your-order-middle ul li:last-child{margin-bottom:0}.your-order-area .your-order-wrap .your-order-middle ul li span{float:right;font-size:16px}.your-order-area .your-order-wrap .payment-method{margin:40px 0 0}.your-order-area .your-order-wrap .payment-method .sin-payment{margin-bottom:20px}.your-order-area .your-order-wrap .payment-method .sin-payment input{width:auto;display:inline-block;float:left;height:auto;margin-top:5px}.your-order-area .your-order-wrap .payment-method .sin-payment label{font-size:14px;text-transform:uppercase;margin:0 0 0 21px;display:flex;align-items:center;font-weight:500}@media only screen and (max-width:767px){.your-order-area .your-order-wrap .payment-method .sin-payment label{display:block}}.your-order-area .your-order-wrap .payment-method .sin-payment label img{max-width:140px;display:inline-block;margin:0 5px}.your-order-area .your-order-wrap .payment-method .sin-payment label a{text-decoration:underline}.your-order-area .your-order-wrap .payment-method .sin-payment .payment-box{margin:6px 0 0;display:none}.your-order-area .your-order-wrap .payment-method .sin-payment .payment-box p{font-size:14px;margin:0}.your-order-area .Place-order{margin-top:40px}@media only screen and (max-width:767px){.your-order-area .Place-order{margin-top:20px}}.your-order-area .Place-order a{background-color:#1f4883;display:block;cursor:pointer;padding:16px 50px 17px;text-transform:uppercase;font-weight:700;width:100%;color:#fff;font-size:14px;font-weight:600;text-align:center}.your-order-area .Place-order a:hover{background-color:#333}@media only screen and (max-width:767px){.checkout-main-area.pb-70{padding-bottom:50px}}.myaccount-tab-menu{flex-direction:column}.maviGolge{box-shadow:2px -9px 30px -12px #4194fa;border-radius:10px}.myaccount-tab-menu a{border:1px solid #dedcdc;border-bottom:none;font-weight:600;font-size:13px;display:block;padding:10px 15px;background-color:#fff}.myaccount-tab-menu a:first-child{border-top-left-radius:10px;border-top-right-radius:10px}.myaccount-tab-menu a:last-child{border-bottom:1px solid #ccc;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.myaccount-tab-menu a.active,.myaccount-tab-menu a:hover{background-color:#1f4883;border-color:#1f4883;color:#fff}.myaccount-tab-menu a i.fa{font-size:14px;text-align:center;width:25px}@media only screen and (max-width:767px){#myaccountContent{margin-top:30px}}.myaccount-content{border:1px solid #eee;padding:30px;border-radius:10px}@media only screen and (max-width:767px){.myaccount-content{padding:20px 15px}}.myaccount-content form:not(.profilKutu){margin-top:-20px}.myaccount-content h3{font-size:20px;border-bottom:1px dashed #ccc;padding-bottom:10px;margin-bottom:25px;font-weight:600}.myaccount-content .welcome a:hover{color:#1f4883}.myaccount-content .welcome strong{font-weight:600;color:#1f4883}.myaccount-content fieldset{margin-top:20px}.myaccount-content fieldset legend{font-size:16px;margin-bottom:20px;font-weight:600;padding-bottom:10px;border-bottom:1px solid #ccc}.myaccount-content .account-details-form{margin-top:50px}.myaccount-content .account-details-form .single-input-item{margin-bottom:20px}.myaccount-content .account-details-form .single-input-item label{font-size:14px;text-transform:capitalize;display:block;margin:0 0 5px}.myaccount-content .account-details-form .single-input-item input{border:1px solid #e8e8e8;height:50px;background-color:transparent;padding:2px 20px;color:#1f2226;font-size:13px}.myaccount-content .account-details-form .single-input-item input:focus{border:1px solid #343538}.myaccount-content .account-details-form .single-input-item button{border:none;background-color:#1f4883;text-transform:uppercase;font-weight:600;padding:9px 25px;color:#fff;font-size:13px}.myaccount-content .account-details-form .single-input-item button:hover{background-color:#1f2226}.myaccount-table{white-space:nowrap;font-size:14px}.myaccount-table .table th,.myaccount-table table th{padding:10px;font-weight:600;background-color:#f8f8f8;border-color:#ccc;border-bottom:0;color:#1f2226}.myaccount-table .table td,.myaccount-table table td{padding:10px;vertical-align:middle;border-color:#ccc}.saved-message{background-color:#fff;border-top:3px solid #1f4883;font-size:14px;padding:20px 0;color:#333}.login-register-wrapper .login-register-tab-list{display:flex;justify-content:center;margin-bottom:40px}@media only screen and (max-width:767px){.login-register-wrapper .login-register-tab-list{margin-bottom:20px}}.login-register-wrapper .login-register-tab-list a{position:relative}.login-register-wrapper .login-register-tab-list a:before{background-color:#454545;bottom:5px;content:"";height:18px;margin:0 auto;position:absolute;right:-2px;transition:all .4s ease 0s;width:1px}.login-register-wrapper .login-register-tab-list a h4{font-size:20px;font-weight:700;margin:0 20px;text-transform:none;transition:all .3s ease 0s;text-decoration:underline}.login-register-wrapper .login-register-tab-list a:last-child:before{display:none}.login-register-wrapper .login-register-tab-list a.active h4{color:#38b3e5;font-weight:700!important;text-decoration:none}.login-register-wrapper .login-form-container{background:transparent none repeat scroll 0 0;box-shadow:2px 13px 8px -6px rgba(0,0,0,.18);-webkit-box-shadow:2px 13px 8px -6px rgba(0,0,0,.18);-moz-box-shadow:2px 13px 8px -6px rgba(0,0,0,.18);padding:80px;border-radius:10px;text-align:left;border:1px solid #ebebeb;position:relative}.bgArrows{background-image:url(/_next/static/media/ramplis_oklar.bd6d416a.svg);background-repeat:no-repeat;background-size:100% auto;background-position:top;opacity:.2;position:absolute;left:0;top:0;width:100%;height:100%;z-index:0}.login-register-form,.lrfT{z-index:1;position:relative}@media only screen and (min-width:992px) and (max-width:1199px){.login-register-wrapper .login-form-container{padding:40px 50px 80px}}@media only screen and (max-width:767px){.login-register-wrapper .login-form-container{padding:40px 15px}}.login-register-wrapper .login-form-container .login-register-form form input{background-color:#fff!important;border:1px solid #ccc;font-size:14px;height:50px;margin-bottom:30px;padding:0 15px;color:#010225}.login-register-wrapper .login-form-container .login-register-form form input[type=checkbox]{height:15px;margin:0;position:relative;top:2px;width:17px;color:#010225}.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn{padding:10px 0 19px}.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn label{font-size:15px;font-weight:400}@media only screen and (max-width:767px){.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn label{font-size:14px}}.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a{float:right;font-size:15px;color:#010225;transition:all .3s ease 0s}@media only screen and (max-width:767px){.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a{font-size:14px}}.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a:hover{color:#1f4883}.login-register-wrapper .login-form-container .login-register-form form .button-box button{background-color:#1f4883;color:#fff;border:none;cursor:pointer;font-size:14px;font-weight:600;line-height:1;padding:13px 30px;text-transform:uppercase;transition:all .3s ease 0s}.login-register-wrapper .login-form-container .login-register-form form .button-box button:hover{background-color:#010225}@media only screen and (max-width:767px){.login-register-area.pb-100{padding-bottom:60px}}.contact-info-wrap-3 h3,.get-in-touch-wrap h3{text-transform:capitalize;font-size:25px;font-weight:600;margin:0 0 30px}@media only screen and (max-width:767px){.contact-info-wrap-3 h3,.get-in-touch-wrap h3{margin:0 0 24px}}@media only screen and (min-width:768px) and (max-width:991px){.contact-info-wrap-3.pb-85,.get-in-touch-wrap.pb-85{padding-bottom:45px}}@media only screen and (max-width:767px){.contact-info-wrap-3.pb-85,.get-in-touch-wrap.pb-85{padding-bottom:25px}}.single-contact-info-3{background-color:#f7f7f7;padding:48px 10px 49px}@media only screen and (min-width:768px) and (max-width:991px){.single-contact-info-3{padding:28px 20px 29px}}.single-contact-info-3>i{font-size:24px;color:#1f4883;transition:all .3s ease 0s;display:block}.single-contact-info-3 h4{font-size:20px;font-weight:600;letter-spacing:.4px;text-transform:capitalize;margin:19px 0 10px}@media only screen and (min-width:768px) and (max-width:991px){.single-contact-info-3 h4{font-size:18px;margin:12px 0 10px}}.single-contact-info-3 p{letter-spacing:.4px;font-size:15px;color:#000}.single-contact-info-3 ul li{border-bottom:2px solid #fff;letter-spacing:.4px;margin-bottom:23px;padding-bottom:26px;font-size:15px;display:flex;flex-wrap:wrap;justify-content:center}@media only screen and (min-width:768px) and (max-width:991px){.single-contact-info-3 ul li{display:block;margin-bottom:11px;padding-bottom:11px}}.single-contact-info-3 ul li:last-child{padding-bottom:0;margin-bottom:0;border-bottom:none}.single-contact-info-3 ul li i{font-size:24px;margin-right:7px;color:#1f4883;transition:all .3s ease 0s;display:inline-block}@media only screen and (min-width:768px) and (max-width:991px){.single-contact-info-3 ul li i{display:block;margin-right:0;margin-bottom:3px}}.single-contact-info-3 ul li a{color:#000}.single-contact-info-3 ul li a:hover{color:#1f4883}.single-contact-info-3 ul li:hover i,.single-contact-info-3:hover>i{animation:tada .5s ease-in-out 0s 1 normal none running}.contact-from input,.contact-from textarea{background:#f7f7f7 none repeat scroll 0 0;border:none;color:#000;height:60px;padding:2px 20px;margin-bottom:30px;position:relative}@media only screen and (max-width:767px){.contact-from input,.contact-from textarea{margin-bottom:20px}}.contact-from textarea{height:200px;padding:20px}.contact-from button{border:none;background-color:transparent;text-transform:capitalize;background-color:#1f4883;color:#fff;padding:12px 30px;font-size:15px;font-weight:600}.contact-from button:hover{background-color:#000}.map-size{width:100%;height:400px}@media only screen and (max-width:767px){.map-size{height:300px}}.blog-details-top .blog-details-img{position:relative}.blog-details-top .blog-details-img img{width:100%}.blog-details-top .blog-details-img .video-icon{left:0;position:absolute;right:0;text-align:center;top:50%;transform:translateY(-50%)}.blog-details-top .blog-details-img .video-icon a{background-color:red;border-radius:50px;color:#fff;display:inline-block;font-size:25px;height:60px;line-height:61px;width:60px}.blog-details-top .blog-details-img .video-icon a:hover{background-color:#1f4883}.blog-details-top .blog-details-content{margin-top:30px}@media only screen and (max-width:767px){.blog-details-top .blog-details-content{margin-top:15px}}.blog-details-top .blog-details-content .blog-meta-2 ul{display:flex;flex-wrap:wrap}.blog-details-top .blog-details-content .blog-meta-2 ul li{margin-right:30px;position:relative}.blog-details-top .blog-details-content .blog-meta-2 ul li:before{position:absolute;content:"";right:-16px;top:50%;transform:translateY(-50%);width:1px;height:12px;background-color:#000}.blog-details-top .blog-details-content .blog-meta-2 ul li:last-child{margin-right:0}.blog-details-top .blog-details-content .blog-meta-2 ul li:last-child:before{display:none}.blog-details-top .blog-details-content .blog-meta-2 ul li a{color:#000;font-weight:600}.blog-details-top .blog-details-content .blog-meta-2 ul li a:hover{color:#1f4883}.blog-details-top .blog-details-content h1{font-size:24px;font-weight:600;margin:8px 0 20px;color:#222}@media only screen and (min-width:992px) and (max-width:1199px){.blog-details-top .blog-details-content h1{font-size:22px}}@media only screen and (min-width:768px) and (max-width:991px){.blog-details-top .blog-details-content h1{font-size:22px}}@media only screen and (max-width:767px){.blog-details-top .blog-details-content h1{font-size:18px;line-height:28px;margin:8px 0 12px}}.blog-details-top .blog-details-content p{margin:0;font-size:15px;line-height:28px}@media only screen and (max-width:767px){.blog-details-top .blog-details-content p{font-size:14px;line-height:26px}}.blog-details-top .blog-details-content blockquote{color:#222;font-size:18px;margin:25px 0 26px;line-height:34px;font-weight:500;font-style:italic}@media only screen and (min-width:992px) and (max-width:1199px){.blog-details-top .blog-details-content blockquote{font-size:17px}}@media only screen and (min-width:768px) and (max-width:991px){.blog-details-top .blog-details-content blockquote{font-size:17px}}@media only screen and (max-width:767px){.blog-details-top .blog-details-content blockquote{font-size:16px;line-height:28px;margin:15px 0}}.dec-img-wrapper{margin-top:50px}@media only screen and (max-width:767px){.dec-img-wrapper{margin-top:25px}}.dec-img-wrapper p{font-size:15px;line-height:28px}.dec-img-wrapper .dec-img img{width:100%}@media only screen and (max-width:767px){.dec-img-wrapper .dec-img.mb-50{margin-bottom:25px}}.tag-share{display:flex;justify-content:space-between;align-items:center;margin:30px 0}@media only screen and (max-width:767px){.tag-share{display:block;margin:20px 0 25px}.tag-share .dec-tag{margin-bottom:10px}}.tag-share .dec-tag ul{display:flex}.tag-share .dec-tag ul li{margin-right:10px;position:relative}.tag-share .dec-tag ul li a{text-transform:capitalize;font-size:15px;color:#000}.tag-share .dec-tag ul li a:hover{color:#1f4883}.tag-share .blog-share{display:flex;align-items:center}.tag-share .blog-share span{font-size:15px;text-transform:capitalize}.tag-share .blog-share ul{display:flex}.tag-share .blog-share ul li{margin-left:10px}.tag-share .blog-share ul li a{font-size:16px;color:#000}.tag-share .blog-share ul li a:hover.facebook{color:#5678bf}.tag-share .blog-share ul li a:hover.twitter{color:#73c2fd}.tag-share .blog-share ul li a:hover.instagram{color:#e4405f}.next-previous-post{border-bottom:1px solid #f1f1f1;border-top:1px solid #f1f1f1;padding:18px 0 17px;display:flex;justify-content:space-between}.next-previous-post a{font-size:15px;text-transform:capitalize;color:#000}.next-previous-post a:hover{color:#1f4883}@media only screen and (max-width:767px){.blog-comment-wrapper.mt-55{margin-top:25px}}.blog-comment-wrapper .blog-dec-title{font-size:20px;font-weight:600;margin:0;text-transform:uppercase}@media only screen and (max-width:767px){.blog-comment-wrapper .blog-dec-title{font-size:18px}}.blog-comment-wrapper .single-comment-wrapper{display:flex}@media only screen and (max-width:767px){.blog-comment-wrapper .single-comment-wrapper{display:block}.blog-comment-wrapper .single-comment-wrapper.mt-35{margin-top:20px}.blog-comment-wrapper .single-comment-wrapper.mt-50{margin-top:30px}}.blog-comment-wrapper .single-comment-wrapper .blog-comment-img{flex:0 0 120px;margin-right:28px}@media only screen and (max-width:767px){.blog-comment-wrapper .single-comment-wrapper .blog-comment-img{margin-right:28px;margin-bottom:20px}}.blog-comment-wrapper .single-comment-wrapper .blog-comment-img img{width:100%}@media only screen and (max-width:767px){.blog-comment-wrapper .single-comment-wrapper .blog-comment-img img{width:auto}}.blog-comment-wrapper .single-comment-wrapper .blog-comment-content h4{font-size:16px;font-weight:500;margin:0;line-height:1}.blog-comment-wrapper .single-comment-wrapper .blog-comment-content span{display:block;font-size:15px;margin:6px 0 8px}.blog-comment-wrapper .single-comment-wrapper .blog-comment-content p{font-size:15px;margin-bottom:10px}@media only screen and (max-width:767px){.blog-comment-wrapper .single-comment-wrapper .blog-comment-content p{font-size:14px}}.blog-comment-wrapper .single-comment-wrapper .blog-comment-content .blog-details-btn a{font-size:14px;font-weight:500;text-transform:capitalize;color:#000}.blog-comment-wrapper .single-comment-wrapper .blog-comment-content .blog-details-btn a:hover{color:#1f4883}@media only screen and (max-width:767px){.blog-comment-wrapper .single-comment-wrapper.ml-120{margin-left:0}.blog-reply-wrapper.mt-50{margin-top:30px}}.blog-reply-wrapper .blog-dec-title{font-size:20px;font-weight:600;margin:0;text-transform:uppercase}@media only screen and (max-width:767px){.blog-reply-wrapper .blog-dec-title{font-size:18px}}.blog-reply-wrapper .blog-form{margin-top:35px}@media only screen and (max-width:767px){.blog-reply-wrapper .blog-form{margin-top:20px}}.blog-reply-wrapper .blog-form .leave-form input{height:50px;margin-bottom:30px}.blog-reply-wrapper .blog-form .leave-form input,.blog-reply-wrapper .blog-form .text-leave textarea{background:transparent none repeat scroll 0 0;border:1px solid #eaeaea;box-shadow:none;color:#000;padding-left:20px}.blog-reply-wrapper .blog-form .text-leave textarea{height:200px;padding-top:20px;margin-bottom:20px}@media only screen and (max-width:767px){.blog-reply-wrapper .blog-form .text-leave textarea{height:120px}}.blog-reply-wrapper .blog-form .text-leave input{background-color:#1f4883;border:none;color:#fff;cursor:pointer;display:inline-block;font-weight:600;height:inherit;margin-top:10px;padding:13px 30px;width:inherit}.blog-reply-wrapper .blog-form .text-leave input:hover{background-color:#000}.order-tracking-content p{line-height:30px;margin:0 auto;text-align:center;width:89%;color:#333}@media only screen and (max-width:767px){.order-tracking-content p{width:100%}}.order-tracking-content .order-tracking-form{margin:30px 0 0}.order-tracking-content .order-tracking-form .sin-order-tracking{margin:0 0 36px}.order-tracking-content .order-tracking-form .sin-order-tracking label{letter-spacing:.2px;font-weight:600;margin:0 0 10px;display:block}.order-tracking-content .order-tracking-form .sin-order-tracking input{background:transparent;border:1px solid #cecece;height:60px;padding:10px 20px;color:#000;font-size:14px}.order-tracking-content .order-tracking-form .sin-order-tracking input:focus{border:1px solid #262626}.order-tracking-content .order-tracking-form .order-track-btn{text-align:center}.order-tracking-content .order-tracking-form .order-track-btn a{display:block;font-weight:600;color:#fff;background-color:#000;line-height:1;padding:22px 45px;text-transform:uppercase}.order-tracking-content .order-tracking-form .order-track-btn a:hover{background-color:#1f4883}.animate{animation-duration:.3s;animation-fill-mode:both}@keyframes slideIn{to{transform:translateY(0);opacity:1}0%{transform:translateY(1rem);opacity:0}}.slideIndropdown{animation-name:slideIn}.header-top-links{display:flex;flex-wrap:wrap}.header-top-links a{font-size:12px;line-height:1.715;display:flex;align-items:center;margin-right:24px;text-decoration:none;color:#212121;font-family:Montserrat,sans-serif;font-weight:500}.header-top-links a:hover{color:#ff4545}.header-top-links span{font-size:12px;line-height:1.715;display:flex;align-items:center;margin-right:3px;color:#212121;font-family:Montserrat,sans-serif;font-weight:500}.header-top-lan-curr-link{display:flex;justify-content:flex-end;flex-wrap:wrap;margin-top:5px}.header-top-lan-curr-link .dropdown .dropdown-toggle{font-size:12px;display:flex;align-items:center;transition:all .3s ease 0s;color:#212121;border:none;background-color:transparent;margin-right:20px;padding:0 20px 0 0;font-family:Montserrat,sans-serif;font-weight:500;height:34px;position:relative}.userBorder{padding:0 40px 0 0!important;position:relative}.header-top-lan-curr-link{display:block!important;margin-top:10px}@media only screen and (max-width:991px){.header-top-lan-curr-link .dropdown .dropdown-toggle{margin-right:0!important;padding:0!important;font-family:Montserrat,sans-serif;font-weight:500;height:34px;position:relative}}.header-top-lan-curr-link .dropdown .dropdown-toggle:hover{color:#1f4883}.header-top-lan-curr-link .dropdown .dropdown-toggle i{margin-left:4px}.header-top-lan-curr-link .dropdown .dropdown-toggle:after{display:none}.header-top-lan-curr-link .dropdown .dropdown-toggle:focus{outline:0}.header-top-lan-curr-link .dropdown .dropdown-toggle:before{position:absolute;content:"";right:0;top:55%;transform:translateY(-50%);background:#d5d4d4;height:20px;width:1px}.deliverTo{padding-left:20px!important;padding-right:0!important}.deliverTo:before{right:auto!important;left:0!important}.dropdown-toggle span{font-size:11px;display:inline-block;color:#ccc;font-weight:500;margin-left:-4px}.inMobile{padding-left:15px!important;white-space:normal!important}.inMobile span{color:#333!important}.inMobile:before{top:35%!important;height:50%!important}.header-top-lan-curr-link .dropdown .noBorder:before,.inMobile:before{position:absolute;content:"";right:0;transform:translateY(-50%);background:transparent!important;width:1px}.header-top-lan-curr-link .dropdown .noBorder:before{top:50%;height:10px}.header-top-lan-curr-link .dropdown .dropdown-menu{inset:auto!important;padding:10px 0;border-radius:0;border-bottom:3px solid #85dea6}.header-top-lan-curr-link .dropdown .dropdown-menu li .dropdown-item{font-size:13px}.header-top-lan-curr-link .dropdown .dropdown-menu li .dropdown-item.active,.header-top-lan-curr-link .dropdown .dropdown-menu li .dropdown-item:hover{background:none;color:#38b3e5;padding-left:20px}.header-top-message{font-weight:500;line-height:1.5;margin-bottom:0;font-size:12px;font-family:Montserrat,sans-serif;display:flex;justify-content:flex-end;color:#212121;padding:25px 0;height:50px;align-items:center}@media only screen and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.header-top-message{justify-content:center}}@media only screen and (max-width:479px){.header-top-message{font-size:10px;text-align:center;flex-direction:column}}.header-top-message a{font-size:12px;font-weight:500;font-family:Montserrat,sans-serif;margin-left:17px;text-decoration:underline;letter-spacing:.5px;color:#ff4545}@media only screen and (min-width:1200px) and (max-width:1599px){.header-top-message a{margin-left:10px}}.header-top-message a:hover{color:#212121}@media only screen and (max-width:479px){.header-top-message a{font-size:10px;margin-top:3px;margin-left:0}}.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}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.inMobile:after{display:none!important}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#666;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1600px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropstart .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#ff4545}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#dee2e6;background-color:#212121;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:hsla(0,0%,100%,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#ff4545}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.header-top{background-color:#164681;height:59px}.accOrders{border-bottom:1px dashed #000;padding-bottom:25px;padding-top:25px;margin-bottom:0}.accOrders .col-lg-2{height:100%}.accOrders .accHead{font-weight:600;padding-bottom:0;margin-bottom:0;color:#000;border-bottom:1px solid #ccc}.accOrders .accContMain{color:#38b3e5;font-weight:600;font-size:16px;white-space:normal}.accOrders .accContDoc{color:#38b3e5;font-weight:600;font-size:14px;white-space:normal!important}.guncelDegil{background:#ffecee}.maddeSatiri{position:relative;white-space:normal}.myaccount-content .btn{font-size:13px;padding:3px 5px}.btnYeni{font-size:13px!important;padding:6px 16px!important;font-weight:300!important;border-radius:20px;margin:1.5rem auto auto}.btnYeni,.fs-7{letter-spacing:1.2px}.fs-7{font-size:.8rem!important;font-weight:400}.btnguncelle:hover,.btnindir:hover,.btnsil:hover{background-color:#999;color:#000}.btnindir{color:#069}.btnguncelle{color:#093}.btnSifreSifirlamaLinki{color:#093;font-style:normal}.btnSifreSifirlamaLinkiOK{color:#3093e1;font-style:normal}.btnSifreSifirlamaLinki:hover{color:#8b98a2!important;background-color:transparent}.btnsil{color:#c30}.btn-successEk{background-color:#1f4883;color:#fff;border:none}.btn-successEk:hover{background-color:#142e52;color:#fff;border:none}.btn-link:hover{color:#fff}.adresler{border-bottom:1px dashed #ccc}.adresler p{margin:5px}.adresler strong{color:#2b56a5!important;font-size:1.1rem}@media (max-width:991px){.accOrders{border-bottom:2px solid #1f4883}.accOrders .accHead{display:inline-block;width:120px}.accOrders .accHead:after{content:": ";font-size:14px;color:#666;font-weight:300;position:absolute;left:132px}.accOrders .accCont{display:inline-block;border-bottom:1px solid #ccc}}.offcanvas.offcanvas-end{width:auto!important;max-width:50%;z-index:10000}.form-floating>label{padding:1rem 1.5rem}.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:1}.offcanvas-backdrop{z-index:9999}.offcanvas-header{box-shadow:0 9px 13px -12px rgba(0,0,0,.75);z-index:99}@media (max-width:991px){.offcanvas.offcanvas-end{width:auto!important;max-width:90%}}.bilgiDuzenle{border:1px solid #666;padding:5px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#fff}.donusAnim{animation:donusAnimation 3s linear infinite}@keyframes donusAnimation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.alert-warning{background-color:#ffd69a}.btn-primary{background-color:#38b3e5;border-color:#38b3e5}.btn-primary:hover{background-color:#1f4883;border-color:#1f4883}.hafifGriBG{background-color:#ebebeb}.loginPage{color:#999;font-weight:300!important}.sartlar{color:red}.sartlar,.sartlarOk{font-size:12px;margin:0;padding:0}.sartlarOk{color:#0c3;font-weight:500}button[type=submit]:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.ltWrp{display:block;align-items:center;color:#000}.loader-texts{position:relative;height:40px;overflow:hidden}.loader-texts span{position:absolute;width:100%;opacity:0;animation:slideText 15s infinite;text-align:center;font-size:1.25rem}.loader-texts span:first-child{animation-delay:0s}.loader-texts span:nth-child(2){animation-delay:5s}.loader-texts span:nth-child(3){animation-delay:10s}@keyframes slideText{0%{opacity:0;transform:translateY(100%)}10%{opacity:1;transform:translateY(0)}30%{opacity:1}40%{opacity:0;transform:translateY(-100%)}to{opacity:0}}.fBody.loading{overflow:hidden}.fBody.loading:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;z-index:9998}.fBody.loading:after{content:"";position:fixed;top:50%;left:50%;width:50px;height:50px;margin:-25px 0 0 -25px;border:6px solid #3498db;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite;z-index:9999}@keyframes spin{to{transform:rotate(1turn)}}@keyframes background{0%{top:0}to{top:-100%}}#preloader{position:fixed;top:0;left:0;right:0;width:100%;height:100%;bottom:0;background-color:#fff;z-index:99999999999!important;overflow:hidden;display:flex;align-items:center;justify-content:center}#preloader.loaded{animation:background .65s cubic-bezier(.785,.135,.15,.86) normal forwards;transition-delay:1s}.logo-wrapper{width:100px}svg{width:100%;height:100%}#blueFill{animation:blueCycle 3s ease-out infinite}#blueFill,#greenFill{transform-origin:bottom;transform:translateY(100%);opacity:0}#greenFill{animation:greenCycle 3s ease-out 1s infinite}@keyframes blueCycle{0%{transform:translateY(100%);opacity:0}30%{transform:translateY(40%);opacity:1}50%{transform:translateY(0);opacity:1}80%{transform:translateY(-4%);opacity:1}to{transform:translateY(-4%);opacity:0}}@keyframes greenCycle{0%{transform:translateY(100%);opacity:0}25%{transform:translateY(30%);opacity:1}45%{transform:translateY(-4%);opacity:1}80%{transform:translateY(-4%);opacity:0}}.customizePageNew .single-product-wrap{border:1px solid #ccc;border-radius:10px;padding-bottom:15px}.customizePageNew .single-product-wrap .product-img{border-radius:0}.customizePageNew .single-product-wrap .product-content-wrap-2 .pro-add-to-cart{margin-bottom:15px}.customizePageNew .shop-topbar-wrapper{border:1px solid #ccc;border-radius:10px;margin-top:20px}.customizePageNew .shop-topbar-wrapper .product-sorting-wrapper .shorting-style{margin-left:0}.customizePageNew .shop-topbar-wrapper .product-sorting-wrapper .shorting-style select{border:1px solid #ccc}.customizePageNew .offcanvas{z-index:10000}.customizePageNew .filtreyiUygula{border:none;font-weight:700;color:#fff;background-color:#000;font-size:14px;padding:12px 28px;border-radius:50px;transition:all .3s ease 0s}.customizePageNew .filtreyiUygula:hover{background-color:#1f4883}.customizePageNew .pro-dec-big-img-slider span{font-size:10px;position:absolute;line-height:1;top:50%;transform:translateY(-50%);cursor:pointer;z-index:9;width:24px;height:24px;line-height:24px;text-align:center;border-radius:100%}.customizePageNew .pro-dec-big-img-slider span,.customizePageNew .pro-dec-big-img-slider span:hover{color:#fff;border:1px solid #fff;background-color:rgba(0,0,0,.2)}.customizePageNew .pro-dec-big-img-slider span.pro-dec-prev{left:15px}.customizePageNew .pro-dec-big-img-slider span.pro-dec-next{left:auto;right:15px}.customizePageNew .product-details-content h2{margin-bottom:15px}.customizePageNew .product-details-content .pro-details-action-wrap .pro-details-add-to-cart{margin-right:0}.customizePageNew .product-details-content .pro-details-action-wrap .pro-details-add-to-cart a{border-radius:5px}.customizePageNew .product-details-content p{line-height:normal}.customizePageNew .pro-details-quality .cart-plus-minus .qtybutton.dec{height:50px;width:50px;line-height:50px;border:1px solid #e3e4e9;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-top-left-radius:5px 5px;border-bottom-left-radius:5px 5px;box-shadow:5px 0 13px -6px rgba(0,0,0,.53)}.customizePageNew .pro-details-quality .cart-plus-minus .qtybutton.inc{height:50px;width:50px;line-height:50px;border:1px solid #e3e4e9;right:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-top-right-radius:5px 5px;border-bottom-right-radius:5px 5px;box-shadow:-5px 0 13px -6px rgba(0,0,0,.53)}.customizePageNew .pro-details-quality .cart-plus-minus input.cart-plus-minus-box{background:transparent none repeat scroll 0 0;color:#3a3a3a;float:left;font-size:17px;font-weight:500;height:50px;padding:0;text-align:center;width:230px;margin:0 0 15px;border:1px solid #e3e4e9;border-right:none;border-left:none;border-radius:5px}.customizePageNew .detay-ozellestir a{border-radius:5px}.customizePageNew .adet_ve_butonlar{width:-moz-fit-content;width:fit-content}.customizePageNew .product-details-content.pro-details-content-mrg .pro-details-price{text-align:left;display:inherit;border-top:0 solid #ccc;border-bottom:1px solid #ccc;padding:5px 0 8px;margin-top:15px;line-height:normal}.customizePageNew .slick-slider .slick-list,.customizePageNew .slick-slider .slick-track{border-radius:10px}.customizePageNew .secimYapilacak{padding:.95rem;width:100%;box-shadow:none}.customizePageNew .secimYapilacak h3{margin-bottom:10px}.customizePageNew .secimYapildi,.customizePageNew .secimYok{padding:.95rem}.customizePageNew .side-panel{position:fixed;top:0;right:-30%;width:30%;bottom:0;background-color:#fff;box-shadow:-3px 0 5px rgba(0,0,0,.2);transition:right .5s ease;z-index:1000;border-left:1px solid #999}.customizePageNew .side-panel-collapsed{right:-29%!important}.customizePageNew .side-panel-shown{right:0!important}.customizePageNew .side-panel-content{padding:20px}.customizePageNew .close-panel{position:absolute;width:26px;height:130px;top:130px;left:-26px;background-color:#fff;color:#333;padding:5px;cursor:pointer;border-bottom-left-radius:5px;border-top-left-radius:5px;border:1px solid #999;display:flex;align-items:center;border-right:0;box-shadow:-3px 0 5px rgba(0,0,0,.2);flex-direction:column;justify-content:center}.customizePageNew .vertical-text{position:relative;writing-mode:vertical-rl;transform:rotate(180deg);font-size:12px;color:#908a8a;white-space:nowrap;z-index:89;margin-top:5px}.customizePageNew .customizeActive li{background-color:#d7f5e2}.customizePageNew .tamamlandi{display:none}.customizePageNew .customizeBig{cursor:pointer;display:inline-block;margin-right:10px;margin-left:10px;line-height:1.4;text-align:center;width:100px}.customizePageNew .customizeBig li{list-style:none;width:100px;height:100px;padding:0;list-style-type:none;border:1px solid #999;border-radius:5px;background-position:50%;background-size:90% auto;background-repeat:no-repeat;margin-bottom:10px;white-space:normal}.customizePageNew .customizeBig:hover li{background-color:#d7f5e2}.customizePageNew .fiyat .paraBirimi{font-size:20px;color:#333;font-weight:500;text-align:center}.customizePageNew .selectedTur{padding-left:0}.customizePageNew .selectedTur .deleteAlt{padding:3px}.customizePageNew .selectedTur li{margin-top:3px}.customizePageNew .selectedTur .delete{position:relative;top:0}.customizePageNew .ExtraVar{box-shadow:0 13px 6px -10px rgba(0,0,0,.2);border:0;border-bottom:1px solid #ccc;border-radius:10px!important;font-size:15px;font-weight:600}.customizePageNew .btn-outline-primary{color:#164782;border-color:#164782;background-color:#fff}.customizePageNew .btn-outline-primary:hover{color:#fff;border-color:#164782;background-color:#164782}.customizePageNew .secimButonlari:last-child{margin-right:0}.customizePageNew .secimButonlari:first-child{margin-left:0}.customizePageNew .icindekiler{font-size:12px;color:#656565!important;background-color:#fff;padding:0!important}.customizePageNew .icindekiler div{color:#656565!important}.customizePageNew .customAdetSec{margin:-30px auto auto;background-color:#fff;width:-moz-fit-content;width:fit-content;padding:10px;border:1px solid #dee2e6;border-bottom:0}.customizePageNew .sidePanelIc{left:0;top:0;bottom:0;right:0;position:absolute;overflow-y:auto;padding:20px}@media (max-width:767px){.customizePageNew .shop-topbar-wrapper .product-sorting-wrapper{display:flex}.customizePageNew .shop-topbar-wrapper .product-sorting-wrapper .shorting-style{margin-top:0;margin-bottom:0}.customizePageNew .product-dec-small-style1{width:100%;height:150px}.customizePageNew .adet_ve_butonlar{width:auto}.customizePageNew .product-details-content{text-align:center}.customizePageNew .product-details-content .pro-details-action-wrap .pro-details-add-to-cart{margin-bottom:0}.customizePageNew .product-details-content.pro-details-content-mrg .pro-details-price{text-align:center;display:inherit;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:15px 0;margin-top:15px;line-height:normal}.customizePageNew .sidePanelIc{padding-left:13px}.customizePageNew .customizeBig{cursor:pointer;display:inline-block;margin-left:0;margin-right:5px;line-height:1.4;text-align:center;width:60px}.customizePageNew .customizeBig li{list-style:none;width:60px;height:60px;padding:0;list-style-type:none;border:1px solid #999;border-radius:5px;background-position:50%;background-size:90% auto;background-repeat:no-repeat;margin-bottom:10px;white-space:normal}.customizePageNew .customizeBig:hover li{background-color:#d7f5e2}}@media (max-width:991px){.customizePageNew .fixedColActive{top:85px!important}.customizePageNew .side-panel{top:70px;width:80%;right:-80%;transition:right .5s ease}.customizePageNew .side-panel-collapsed{right:-80%!important}.customizePageNew .close-panel{top:30px}}.checkoutContainer .cart-titleEnd{margin-left:0;padding-left:15px;width:100%}.checkoutContainer .cart-titleEnd h4{padding-bottom:0;margin-bottom:0;padding-top:5px;width:100%}.checkoutContainer .cart-titleEnd h4 a{color:#000;font-size:22px;margin:0 0 8px;font-weight:600}.checkoutContainer .cart-titleEnd h4 a:hover{color:#164681}.checkoutContainer .chartAciklama{font-size:14px;font-weight:300;color:#666;padding-bottom:0;margin-bottom:0;padding-top:0;margin-top:0}.checkoutContainer .mychart .cart-content ul li .cart-imgInside{flex:0 0 150px}.checkoutContainer .mychart .cart-content ul li .cart-imgInside a img{width:100%;border:1px solid rgba(0,0,0,.1);border-radius:10px}.checkoutContainer .urunCartFiyat{font-size:16px;font-weight:600;color:#279fd0;padding-bottom:0;margin-bottom:0;padding-top:0;margin-top:0}.checkoutContainer .extralar{line-height:1.2;color:#777;font-weight:300;margin-top:18px;margin-bottom:0;padding-top:0;padding-bottom:0;padding-left:10px;border-left:3px double #38b3e5}.checkoutContainer .extralar span{color:#279fd0;font-weight:300}.checkoutContainer .genelToplam{display:flex;justify-content:flex-end;border-bottom:1px solid #000;padding-bottom:15px;margin-bottom:25px}.checkoutContainer .genelToplam div{color:#000;font-size:18px;font-weight:600;margin-left:10px}.checkoutContainer .genelToplam .baslik{font-weight:300}.checkoutContainer .grand-totall{padding:0!important;border:1px solid #ccc;border-radius:5px}.checkoutContainer .grand-totall .title-wrap:before{display:none}.checkoutContainer .grand-totall .title-wrap h4.cart-bottom-title{padding:0;color:#fff}.checkoutContainer .grand-totall .title-wrap .section-bg-gary-cart{background-color:transparent}.checkoutContainer .grand-totall h5{font-size:14px;margin:10px 0 27px;font-weight:600}.checkoutContainer .siparisOzetiBaslik{background-color:#38b3e5;padding:10px;border-radius:5px}.checkoutContainer .BelgelerListe{padding:0!important;border:1px solid #ccc;border-radius:5px}.checkoutContainer .OzetDetaylar{padding:10px 35px 20px}.checkoutContainer .OzetDetaylar .row{border-bottom:1px solid #ccc;padding:15px 0}.checkoutContainer .OzetDetaylar .col{padding:0}.checkoutContainer .OzetDetaylar h5{font-size:15px!important;color:#000;font-weight:600;padding:0!important;margin:0!important}.checkoutContainer .OzetDetaylar p{font-size:13px;color:#666;font-weight:300}.checkoutContainer .OzetGenelToplam{border-bottom:none!important}.checkoutContainer .OzetGenelToplam h5{font-size:17px;color:#3e9ecf}.checkoutContainer .SepetSilButonu{font-size:1rem;width:35px;height:35px;border-radius:50%;background-color:#fff;border:1px solid #c30;color:#c30;margin-top:10px;text-align:center}.checkoutContainer .SepetSilButonu:hover{background-color:#c30;color:#fff}.checkoutContainer .adresKutusuTeslimat{margin-bottom:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.checkoutContainer .adresKutusuTeslimat div{background-color:#fff;border:1px solid #ccc;padding:15px;border-radius:5px}.checkoutContainer .adresKutusuFatura{margin-bottom:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.checkoutContainer .adresKutusuFatura div{background-color:#fff;border:1px solid #ccc;padding:15px;border-radius:5px}.checkoutContainer .secili div{background-color:#d8e9d8;border:1px solid #53c04d}.checkoutContainer .adreslerListe h5{font-size:15px!important;color:#000;font-weight:600;padding:0!important;margin:0 0 10px!important}.checkoutContainer .adreslerListe p{font-size:13px;color:#666;font-weight:300;line-height:1.3}.checkoutContainer #OdemeyeDevam{background-color:#56c775;border-color:#56c775;min-height:46px;padding:.25rem;font-size:15px;white-space:nowrap;margin-top:5px}.checkoutContainer #OdemeyeDevam:hover{background-color:#47ab63;border-color:#47ab63}.checkoutContainer #OdemeyeDevam:disabled{color:#999;pointer-events:none;background-color:#ccc;border-color:#999}.checkoutContainer .sepeteGeriDon button{padding:.25rem;font-size:15px;white-space:nowrap;margin-top:5px;min-height:38px}.checkoutContainer h5.adddressAdd{margin-bottom:0!important}@media only screen and (max-width:991px){.checkoutContainer .genelToplam{justify-content:space-between}.checkoutContainer .genelToplam div{margin-left:0}.checkoutContainer .cart-titleEnd h4 a{color:#000;font-size:18px;margin:0 0 8px;font-weight:600}.checkoutContainer .mobiletopmargin{margin-top:25px}}.header-small-device.small-device-ptb-1.mainPageHeader{padding:20px 0;background-color:#fff;position:fixed;top:0;bottom:auto;z-index:9998;right:0;width:100%;box-shadow:0 20px 20px -30px rgba(0,0,0,.75);-webkit-box-shadow:0 20px 20px -30px rgba(0,0,0,.75);-moz-box-shadow:0 20px 20px -30px rgba(0,0,0,.75)}.hafif-golge{box-shadow:0 16px 10px -20px rgba(0,0,0,.75);-webkit-box-shadow:0 16px 10px -20px rgba(0,0,0,.75);-moz-box-shadow:0 16px 10px -20px rgba(0,0,0,.75)}.gradient_text{background:linear-gradient(100deg,#85dea6,#46bff0);-webkit-background-clip:text;background-clip:text}.gradient_text,.gradient_text_long{-webkit-text-fill-color:transparent;color:#fff;font-weight:700;text-shadow:none!important;-webkit-text-shadow:none!important;-moz-text-shadow:none!important}.gradient_text_long{background:linear-gradient(100deg,#0f3d80,#46bff0,#67b082);-webkit-background-clip:text;background-clip:text}.strong700{font-weight:700}.noTransform .dropdown .dropdown-toggle{margin-right:0!important;padding:0!important}.noTransform .dropdown .dropdown-toggle:before{position:absolute!important;content:""!important;right:0!important;top:0!important;background:transparent!important;height:0!important;width:0!important}.header-top-lan-curr-link.noTransform{margin-left:25px}.mainPageLogo1{width:110px;margin-bottom:7px;margin-right:25px}.mainPageMenu ul{list-style:none;margin-top:8px}.mainPageMenu ul li{display:inline-block;padding:0 25px 0 0}.mainPageMenu ul li a{color:#0f3d80;font-size:13px;font-weight:500}.mainPageMenu ul li a:hover{color:#38b3e5}.header-top-Main{background-color:#fff;height:45px;position:fixed;top:0;z-index:999;width:100%}.langMainPage{font-size:11px;display:inline-block;color:#93a3ba;margin-right:5px}.dropDownMainPage{display:inline-block!important;color:#93a3ba!important;font-weight:500!important}.mainPageBanner h3{font-weight:400;color:#fff;font-size:26px;margin-top:40px;margin-bottom:35px;text-shadow:0 0 5px rgba(16,27,82,.82);-webkit-text-shadow:0 0 5px rgba(16,27,82,.82);-moz-text-shadow:0 0 5px rgba(16,27,82,.82)}.mainPageBanner{display:flex;justify-content:center;padding-top:45px}.mainPageBanner h1{font-weight:600;color:#fff;font-size:65px;text-shadow:0 0 5px rgba(16,27,82,.82);-webkit-text-shadow:0 0 5px rgba(16,27,82,.82);-moz-text-shadow:0 0 5px rgba(16,27,82,.82)}.mainPageBanner img{width:100%;height:auto;min-width:1150px;max-width:1920px}.mainpageBannertext{top:45px;position:absolute;text-align:left;left:15%;right:10%;bottom:0;padding-top:0;display:flex;flex-direction:column;justify-content:center}.buttonMore{margin-top:40px;margin-bottom:40px!important}.buttonMore a{padding:12px 22px;border-radius:50px;background-color:#38b3e5;color:#fff;letter-spacing:1px;font-weight:200;font-size:14px;border:1px solid #fff;box-shadow:0 0 15px 7px hsla(0,0%,100%,.35);-webkit-box-shadow:0 0 15px 7px hsla(0,0%,100%,.35);-moz-box-shadow:0 0 15px 7px hsla(0,0%,100%,.35)}.buttonMore a:hover{background-color:#1c7cb1;color:#fff}.mainpic_Main_Alt{display:flex;justify-content:center;overflow:hidden}.mainpic_Main_Alt img{width:100%;height:auto;margin-top:0}.mainpic_Main_Alt h2{font-weight:600;color:#333;font-size:35px}.mainpic_Main_Alt p{font-weight:400;color:#333;font-size:16px;width:80%;margin:auto}.mainpic_Main_Magaza img{margin-top:-1%!important;max-width:100%}.mainpic_Main_Alt4{text-align:center}.mainpic_Main_Alt4 img{width:100%;height:auto;max-width:939px;margin-top:0}.mainpic_Main_Alt4 h2{font-weight:700;color:#333;font-size:20px;margin-top:15px}.mainpic_Main_Alt4 p{font-weight:400;color:#333;font-size:15px;width:80%;margin:auto;line-height:1.4}.mainpic_Main_DemoImageLeft{text-align:right}.mainpic_Main_DemoImageLeft img{width:100%;height:auto;max-width:250px;margin-top:5%}.mainpic_Main_DemoTextRight{text-align:left;display:flex;align-content:flex-start;flex-direction:column;justify-content:center}.mainpic_Main_DemoTextRight h2{font-weight:700;color:#38b3e5;font-size:18px;margin-top:15px}.mainpic_Main_DemoTextRight p{font-weight:400;color:#333;font-size:14px;width:80%;line-height:1.4}.mainpic_Main_DemoImageRight{text-align:left}.mainpic_Main_DemoImageRight img{width:100%;height:auto;max-width:250px;margin-top:5%}.mainpic_Main_DemoTextLeft{text-align:right;display:flex;align-content:flex-end;flex-direction:column;justify-content:center;align-items:flex-end}.mainpic_Main_DemoTextLeft h2{font-weight:700;color:#38b3e5;font-size:18px;margin-top:15px}.mainpic_Main_DemoTextLeft p{font-weight:400;color:#333;font-size:14px;width:80%;line-height:1.4}.num{display:flex;padding:25px;background-color:#4eb4e7;border-radius:50%;width:70px;height:70px;text-align:center;align-content:center;justify-content:center;align-items:center;color:#fff;font-weight:600;font-size:40px;border-color:#85dea6;border-style:inset}@media only screen and (max-width:1560px){.mainpic_Main_Alt img{margin-top:10%}.mainpic_Main_Magaza img{margin-top:0!important}}@media only screen and (max-width:1360px){.mainPageBanner h3{font-size:24px}.mainPageBanner h1{font-size:55px}.mainpageBannertext{left:10%}.mainpic_Main_Alt img{width:100%;height:auto}.mainpic_Main_Magaza img{margin-top:2%!important}}@media only screen and (max-width:1200px){.mainpic_Main_Alt img{margin-top:18%}.mainpic_Main_Magaza img{margin-top:7%!important}}@media only screen and (max-width:991px){.mainPageBanner h3{font-weight:400;font-size:20px;margin-top:0;margin-bottom:35px}.mainPageBanner h1{font-size:45px}.mainPageBanner{padding-top:0}.mainpic_Main_Alt p,.mainpic_Main_Alt4 p{font-size:14px;width:90%;line-height:1.4}.mainpic_Main_Alt img{margin-top:28%}.mainpic_Main_Magaza img{margin-top:9%!important}}@media only screen and (max-width:767px){.mainPageBanner h3{font-size:16px;margin-top:0;margin-bottom:20px;line-height:1.5}.mainPageBanner h1{font-size:26px}.mainPageBanner img{margin-top:-40px;margin-left:-30%}.buttonMore a{padding:6px 18px;font-size:12px;letter-spacing:.4px}.buttonMore{margin-top:80px;margin-bottom:90px!important}.mainpic_Main_Alt img{margin-top:10%}.mainpic_Main_Magaza img{margin-top:15%!important}}@media only screen and (max-width:576px){.mainPageBanner h3{width:60%}.mainPageBanner h1{font-size:26px}.mainPageBanner img{margin-left:-60%}.mainpic_Main_Alt img{margin-top:20%}.mainpic_Main_Magaza img{margin-top:35%!important}.num{width:60px;height:60px;font-size:30px}}@media only screen and (max-width:440px){.mainPageBanner h3{width:60%}.mainPageBanner h1{font-size:26px}.mainPageBanner img{margin-left:-90%;margin-top:10px}.mainpageBannertext{top:105px}.mainpic_Main_Alt img{margin-top:35%}.mainpic_Main_Magaza img{margin-top:44%!important}}.hafif-golge td{white-space:nowrap}.tryNowAi{background-color:#074580;text-align:center;align-content:center;justify-content:center;align-items:center;border-color:#85dea6;border-style:inset;color:#fff;padding:2px 10px}.read-more-container{position:relative;margin-bottom:1em;transition:max-height .3s ease}.read-more-text{overflow:hidden;line-height:1.5em;max-height:1.5em;transition:max-height .3s ease}.read-more-text.expanded{max-height:100em}.read-more-button{color:inherit;cursor:pointer;font-family:Poppins,sans-serif;font-weight:400;font-size:14px;width:80%;margin:auto}.customBaslik{font-size:22px;color:#666;font-weight:800}.customize{cursor:pointer;display:inline-block;margin-left:0;margin-right:10px;line-height:1.4;text-align:center;width:70px}.customize li{list-style:none;width:70px;height:70px;padding:0;list-style-type:none;border:1px solid #999;border-radius:5px;background-position:50%;background-size:90% auto;background-repeat:no-repeat;margin-bottom:10px;white-space:normal}.customize:hover li{background-color:#d7f5e2}.customize a:hover,.customizeBig a:hover{color:#999}.tamamlandi{color:#85dea6}.customizeText{cursor:pointer;display:inline-block;margin-right:10px;line-height:1.4}.customizeText li{list-style:none;text-align:center;width:auto;padding:10px;list-style-type:none;border:1px solid #999;border-radius:5px;background-position:50%;background-size:90% auto;background-repeat:no-repeat;margin-bottom:10px;font-size:12px;font-weight:500}.customizeText:hover li{background-color:#d7f5e2}.customizeText a li:hover{color:#333!important}.customizeImg{cursor:pointer;display:inline-block;margin-right:10px;line-height:1.4}.customizeImg li{list-style:none;text-align:center;width:110px;padding:10px;list-style-type:none;border:1px solid #999;border-radius:5px;margin-bottom:10px}.customizeActive li{border:1px solid #85dea6!important}.customizeinActive a{color:#999!important}.customizeinActive li{opacity:.3}.secimYapilacak{border:0 solid #85dea6!important;box-shadow:0 9px 26px -11px rgba(0,0,0,.59);padding:25px;border-radius:10px;width:90%}.secimYapilacak h3{color:#85dea6;text-decoration:underline;margin-bottom:30px}.secimYapilacak h3 span{color:#333;font-weight:300;font-size:18px}.selectedTur{font-size:14px;font-weight:400;position:relative;padding-left:15px}.selectedOk,.selectedTur{margin-bottom:0;display:inline-block}.selectedOk{font-size:10px;font-weight:700}.selectedTur li table,.selectedTur li td,.selectedTur li tr{border-width:0!important;font-size:11px;font-weight:500}.selectedTur .delete{left:0;top:6px;padding:0}.selectedTur .delete,.selectedTur .deleteAlt{font-size:12px;font-weight:700;color:red;position:absolute;cursor:pointer}.selectedTur .deleteAlt{right:0;top:0;padding:1px}.selectedTur li{list-style:none;width:60px;height:60px;border:1px solid #0c9;border-radius:50%;padding:0;list-style-type:none;background-position:50%;background-size:80% auto;background-repeat:no-repeat;margin-bottom:0}.selectedTur a:hover{color:#0c9}.pro-details-color-content ul{display:inline-block}.pro-details-color-content ul li a.active:before{color:#000;content:""}.pro-details-quality .cart-plus-minus input.cart-plus-minus-box{width:150px}.qtybutton{-webkit-user-select:none;-moz-user-select:none;user-select:none}.breadcrumb-area{padding:25px 0}.fiyat{font-size:28px;font-weight:600}.fiyat,.fiyat .try{color:#333;text-align:center}.fiyat .try{font-size:20px;font-weight:500}.fiyat small{font-size:14px;color:#666;font-weight:300}.fixedCol{top:0;background-color:#fff;padding:0 0 50px;position:relative}.fixedColActive{background-color:#fff;border-bottom:1px solid #999!important;box-shadow:0 9px 26px -11px rgba(0,0,0,.59);position:fixed!important;top:15px!important;padding:0 15px 50px;right:0}.ExtraVar{font-size:14px;font-weight:500;color:#333;border:1px solid #ccc;padding:5px;width:100%;line-height:1.4}.ExtraVar span{font-size:14px;font-weight:800;color:#6c9}.ExtraVar small{color:#06c}.ExtraVar small,.icindekiler{font-size:11px;font-weight:400}.icindekiler{color:#fff!important;background-color:#38b3e5;padding:3px 8px!important;border-radius:10px!important;list-style:none;white-space:normal;display:inline-flex;border:none!important;align-items:flex-start;width:auto!important;height:auto!important;cursor:pointer}.icindekiler div{font-size:14px;font-weight:500;color:#fff!important;display:inline}.gizle{display:none!important}.product-details-content .pro-details-action-wrap{display:block}.product-details-content .pro-details-action-wrap .pro-details-add-to-cart{margin-right:0!important}.product-details-content .pro-details-action-wrap .pro-details-add-to-cart a:hover{background-color:#1f4883}.single-product-wrap .product-img{border-radius:0}.single-product-wrap{border:1px solid #ccc;border-radius:10px;padding-bottom:15px}.single-product-wrap .product-content-wrap-2 .pro-add-to-cart{margin-bottom:15px}.shop-topbar-wrapper .product-sorting-wrapper .shorting-style select{border:1px solid #ccc}.shop-topbar-wrapper .product-sorting-wrapper .shorting-style{margin-left:0}.shop-topbar-wrapper{border:1px solid #ccc;border-radius:10px;margin-top:20px}.offcanvas{z-index:10000}.filtreyiUygula{border:none;font-weight:700;color:#fff;background-color:#000;font-size:14px;padding:12px 28px;border-radius:50px;transition:all .3s ease 0s}.filtreyiUygula:hover{background-color:#1f4883}.pro-dec-big-img-slider span{font-size:10px;position:absolute;line-height:1;top:50%;transform:translateY(-50%);cursor:pointer;z-index:9;width:24px;height:24px;line-height:24px;text-align:center;border-radius:100%}.pro-dec-big-img-slider span,.pro-dec-big-img-slider span:hover{color:#fff;border:1px solid #fff;background-color:rgba(0,0,0,.2)}.pro-dec-big-img-slider span.pro-dec-prev{left:15px}.pro-dec-big-img-slider span.pro-dec-next{left:auto;right:15px}.product-details-content h2{margin-bottom:15px}.pro-details-quality .cart-plus-minus .qtybutton.dec{height:50px;width:50px;line-height:50px;border:1px solid #e3e4e9;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-top-left-radius:5px 5px;border-bottom-left-radius:5px 5px;box-shadow:5px 0 13px -6px rgba(0,0,0,.53)}.pro-details-quality .cart-plus-minus .qtybutton.inc{height:50px;width:50px;line-height:50px;border:1px solid #e3e4e9;right:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-top-right-radius:5px 5px;border-bottom-right-radius:5px 5px;box-shadow:-5px 0 13px -6px rgba(0,0,0,.53)}.pro-details-quality .cart-plus-minus input.cart-plus-minus-box{background:transparent none repeat scroll 0 0;color:#3a3a3a;float:left;font-size:17px;font-weight:500;height:50px;padding:0;text-align:center;width:230px;margin:0 0 15px;border:1px solid #e3e4e9;border-right:none;border-left:none;border-radius:5px}.product-details-content .pro-details-action-wrap .pro-details-add-to-cart a{border-radius:5px}.product-details-content .pro-details-action-wrap .pro-details-add-to-cart{margin-right:0}.detay-ozellestir a{border-radius:5px}.adet_ve_butonlar{width:-moz-fit-content;width:fit-content}.product-details-content p{line-height:normal}.product-details-content.pro-details-content-mrg .pro-details-price{text-align:left;display:inherit;border-top:0 solid #ccc;border-bottom:1px solid #ccc;padding:5px 0 8px;margin-top:15px;line-height:normal}.slick-slider .slick-list,.slick-slider .slick-track{border-radius:10px}.secimYapilacak{padding:.95rem;width:100%;box-shadow:none}.secimYapilacak h3{margin-bottom:10px}.secimYapildi,.secimYok{padding:.95rem}.side-panel{position:fixed;top:0;right:-30%;width:30%;bottom:0;background-color:#fff;box-shadow:-3px 0 5px rgba(0,0,0,.2);transition:right .5s ease;z-index:1000;border-left:1px solid #999}.side-panel-collapsed{right:-29%!important}.side-panel-shown{right:0!important}.side-panel-content{padding:20px}.close-panel{position:absolute;width:26px;height:130px;top:130px;left:-26px;background-color:#fff;color:#333;padding:5px;cursor:pointer;border-bottom-left-radius:5px;border-top-left-radius:5px;border:1px solid #999;display:flex;align-items:center;border-right:0;box-shadow:-3px 0 5px rgba(0,0,0,.2);flex-direction:column;justify-content:center}.vertical-text{position:relative;writing-mode:vertical-rl;transform:rotate(180deg);font-size:12px;color:#908a8a;white-space:nowrap;z-index:89;margin-top:5px}.customizeActive li{background-color:#d7f5e2}.tamamlandi{display:none}.customizeBig{cursor:pointer;display:inline-block;margin-right:10px;margin-left:10px;line-height:1.4;text-align:center;width:100px}.customizeBig li{list-style:none;width:100px;height:100px;padding:0;list-style-type:none;border:1px solid #999;border-radius:5px;background-position:50%;background-size:90% auto;background-repeat:no-repeat;margin-bottom:10px;white-space:normal}.customizeBig:hover li{background-color:#d7f5e2}.fiyat .paraBirimi{font-size:20px;color:#333;font-weight:500;text-align:center}.selectedTur .deleteAlt{padding:3px}.ExtraVar{box-shadow:0 13px 6px -10px rgba(0,0,0,.2);border:0;border-bottom:1px solid #ccc;border-radius:10px!important;font-size:15px;font-weight:600}.selectedTur li{margin-top:3px}.selectedTur .delete{position:relative;top:0}.selectedTur{padding-left:0}.btn-outline-primary{color:#164782;border-color:#164782;background-color:#fff}.btn-outline-primary:hover{color:#fff;border-color:#164782;background-color:#164782}.secimButonlari:last-child{margin-right:0}.secimButonlari:first-child{margin-left:0}.icindekiler{font-size:12px;background-color:#fff;padding:0!important}.icindekiler,.icindekiler div{color:#656565!important}.customAdetSec{margin:-30px auto auto;background-color:#fff;width:-moz-fit-content;width:fit-content;padding:10px;border:1px solid #dee2e6;border-bottom:0}.sidePanelIc{left:0;top:0;bottom:0;right:0;position:absolute;overflow-y:auto;padding:20px}@media (max-width:767px){.shop-topbar-wrapper .product-sorting-wrapper .shorting-style{margin-top:0;margin-bottom:0}.shop-topbar-wrapper .product-sorting-wrapper{display:flex}.product-dec-small-style1{width:100%;height:150px}.adet_ve_butonlar{width:auto}.product-details-content .pro-details-action-wrap .pro-details-add-to-cart{margin-bottom:0}.product-details-content{text-align:center}.product-details-content.pro-details-content-mrg .pro-details-price{text-align:center;display:inherit;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:15px 0;margin-top:15px;line-height:normal}.sidePanelIc{padding-left:13px}.customizeBig{cursor:pointer;display:inline-block;margin-left:0;margin-right:5px;line-height:1.4;text-align:center;width:60px}.customizeBig li{list-style:none;width:60px;height:60px;padding:0;list-style-type:none;border:1px solid #999;border-radius:5px;background-position:50%;background-size:90% auto;background-repeat:no-repeat;margin-bottom:10px;white-space:normal}.customizeBig:hover li{background-color:#d7f5e2}}@media (max-width:991px){.fixedColActive{top:85px!important}.side-panel{top:70px;width:80%;right:-80%;transition:right .5s ease}.side-panel-collapsed{right:-80%!important}.close-panel{top:30px}}.hafifGolge{box-shadow:0 0 8px 0 rgba(0,0,0,.3)}.kapaliRow{max-height:0;overflow:hidden;transition:max-height .5s ease;opacity:0}.acikRow,.kapaliRow.acikRow{max-height:999px}.acikRow{opacity:1;transition:max-height .5s ease,opacity .4s ease}.ihaleBaslik{font-size:20px;color:#38b3e5;font-weight:600;margin-bottom:5px;margin-top:5px;display:flex;align-items:center;gap:7px;opacity:1;transition:opacity .6s ease}.ihaleBaslikSelected{color:#85dea6;opacity:1}.ihaleBaslikNo{display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:50%;background-color:#4eb4e7;color:#fff;font-weight:400;font-size:14px;flex-shrink:0;opacity:1;transition:opacity .6s ease}.ihaleBaslikNoSelected{background-color:#85dea6;opacity:1}.ihaleBaslikText{white-space:nowrap}.altUstCizgiler{border-bottom:1px dotted #ccc;border-top:1px dotted #ccc;position:relative}.altUstCizgiler .rowicons{position:absolute;right:0;bottom:-3px;background-color:#fff;opacity:0;transform:translateY(10px);transition:all .4s ease;cursor:pointer}.altUstCizgiler .rowicons.rowicons-visible{opacity:1;transform:translateY(0)}.ihaleBaslikLine{border-bottom:1px dotted #ccc;height:0;width:100%}.ihaleDesc{font-size:15px;color:#666;font-weight:700;margin-bottom:20px!important;margin-top:0;padding-top:10px;text-align:center}.ihale_Resimli_Kutu{display:flex;align-items:center;flex-direction:column;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:visible;width:100%}.ihale_Simge{width:200px;height:auto;aspect-ratio:1/1;list-style:none;border-radius:50%;padding:0;background-repeat:no-repeat;background-position:50%;background-size:75% auto;display:block;z-index:2;background-color:#fff;box-shadow:0 14px 23px -15px rgba(0,0,0,.65);position:relative;overflow:visible;transition:transform .3s ease}.ihale_Simge:before{content:"";position:absolute;top:3px;left:3px;right:3px;bottom:3px;border-radius:50%;border:1px dashed #8d8d8d;pointer-events:none;transition:all .3s ease}.ihale_Simge_Text{font-size:18px;color:#333;font-weight:500;list-style:none;width:100%;padding:60px 10px 10px;border-top:1px solid #b7b7b7;border-bottom:1px solid #b7b7b7;height:100%;text-align:center;margin-top:-50px;transition:all .3s ease;box-shadow:0 18px 21px -46px transparent,0 -18px 21px -46px transparent}.ihale_Simge_Text .desc-text{font-size:13px;color:#333;font-weight:300;line-height:1.2;margin-top:8px;min-height:45px}.p2{display:none}.ihale_Simge_Text_Checked,.ihale_Simge_Text_Checked p{color:#4f9d41}.ihale_Resimli_Kutu:hover .ihale_Simge_Text{box-shadow:0 48px 21px -46px rgba(0,0,0,.45),0 -38px 21px -46px rgba(0,0,0,.45)}.ihale_Resimli_Kutu:hover .ihale_Simge:before{top:-6px;left:-6px;right:-6px;bottom:-6px}.ihale_Simge_Text{position:relative}.desc-text{opacity:1;transform:translateY(0);transition:opacity .3s ease}.desc-button{position:absolute;left:0;right:0;bottom:10px;text-align:center;opacity:0;transform:translateY(10px);transition:all .4s ease;pointer-events:none}.ihale_Simge_Text_Checked .desc-text{opacity:0}.ihale_Simge_Text_Checked .desc-button{opacity:1;transform:translateY(0);pointer-events:auto}@media only screen and (max-width:991px){.ihale_Resimli_Kutu{display:flex;align-items:center;flex-direction:row}.ihale_Simge{width:30%;height:auto;aspect-ratio:1/1;border-radius:50%;padding:0;background-repeat:no-repeat;background-position:50%;background-size:75% auto}.ihale_Simge,.ihale_Simge_Text{list-style:none;display:inline-block}.ihale_Simge_Text{font-size:18px;font-weight:500;width:80%;border-top:1px solid #b7b7b7;border-bottom:1px solid #b7b7b7;padding:15px 0 15px 55px;text-align:left;margin-top:0;margin-left:-5%;height:80%}.ihale_Simge_Text .desc-text{font-size:13px;font-weight:300;line-height:1.2;margin-top:8px}.desc-button{text-align:left;padding-left:55px}}@media only screen and (max-width:767px){.ihale_Simge{width:30%;aspect-ratio:1/1;border-radius:50%;padding:0;background-repeat:no-repeat;background-position:50%;background-size:75% auto}.ihale_Simge,.ihale_Simge_Text{height:auto;list-style:none;display:inline-block}.ihale_Simge_Text{font-size:18px;font-weight:500;width:80%;border-top:1px solid #b7b7b7;border-bottom:1px solid #b7b7b7;padding:7px 0 7px 55px;text-align:left;margin-top:0;margin-left:-10%;min-height:80%}.ihale_Simge_Text .desc-text{font-size:12px;font-weight:300;line-height:1.2;margin-top:8px}}.checkmark{position:absolute;top:50%;left:50%;width:60%;height:60%;transform:translate(-50%,-50%);stroke:#4caf50;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:50;stroke-dashoffset:50;opacity:0;transition:opacity .2s ease;z-index:2}.ihale_Simge:after{content:"";position:absolute;inset:0;border-radius:50%;background-color:hsla(0,0%,100%,.8);opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:1}.ihale_Simge.clicked .checkmark,.ihale_Simge.clicked:after{opacity:1}.checkmark__check{stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:100;stroke-dashoffset:100;animation:draw-check 1.6s linear forwards;filter:drop-shadow(1px 1px 0 rgba(255,255,255,1))}@keyframes draw-check{to{stroke-dashoffset:0}}.next-button{border:1px solid #ccc;padding:10px;background-color:#3c9;color:#fff;min-width:230px;text-align:center;width:1%;font-size:17px;position:relative;border-radius:6px}.next-button:not(:disabled):hover{background-color:#38b3e5;color:#fff;cursor:pointer}.next-button i{margin-left:10px;font-size:14px;margin-top:2px}.next-button.disabled,.next-button:disabled{border:1px solid #ddd;background-color:#eee;color:#aaa;cursor:not-allowed;box-shadow:none;opacity:.6}.next-button-small{border:1px solid #ccc;padding:10px;background-color:#3c9;color:#fff;text-align:center;width:auto;font-size:15px;position:relative;border-radius:6px}.next-button-small i{margin-left:10px;font-size:14px;margin-top:2px}.next-button-small:not(:disabled):hover{background-color:#38b3e5;color:#fff;cursor:pointer}.upload-container{background:#fff;border:2px dashed #85dea6;border-radius:16px;padding:40px;max-width:400px;width:100%;text-align:center;box-shadow:0 10px 25px rgba(0,0,0,.05);transition:all .3s ease}.upload-container:hover{border-color:#38b3e5;box-shadow:0 10px 30px rgba(56,179,229,.2)}.upload-icon{font-size:48px;color:#1f4883;margin-bottom:0}.upload-icon img{width:160px}.upload-text{font-size:18px;margin-bottom:20px}.file-input{display:none}.file-label{background-color:#38b3e5;color:#fff;padding:12px 24px;border-radius:8px;cursor:pointer;font-size:16px;transition:background .3s ease;display:inline-block}.file-label:hover{background-color:#1f4883}.form-floating>label{padding:1rem .7rem;color:#38b3e5;font-weight:500}#hacimbirimiButton{background-color:#5eb5e9;color:#fff;border-color:#cfd4da;font-size:.8rem}.pcr-app .pcr-interaction{justify-content:center}.pcr-app .pcr-interaction .pcr-save{background:#e1e1e1!important;width:100%!important;border:1px solid #cfd4da!important;color:#080808!important;font-weight:500!important;font-size:14px!important;font-family:Poppins,sans-serif!important}.pcr-app[data-theme=classic]{border:1px solid #b7b7b7;border-radius:10px;background-color:#cad6d7}.pickr .pcr-button{height:5em!important;width:5em!important;width:100%!important;height:100%!important;min-height:60px;border-radius:.375rem!important;border:1px solid #ced4da!important;padding:0!important}.pickr .pcr-button:after,.pickr .pcr-button:before{border-radius:.275rem!important}.pickr{display:flex;justify-content:center;height:100%}.renkSeciciDivText{position:absolute;left:0;top:0;padding:.5rem 1.5rem}.renkSeciciDivText,.renkSeciciDivText p{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.renkSeciciDivText p{color:#fff;text-shadow:#666 1px 1px 2px,1px 1px 0 #666}.form-select,.input-group-text{font-size:.8rem}.parabirimiDiv{display:flex;justify-content:flex-end}.yukluGorsel{width:auto;height:100px;border-radius:10px;margin:0 5px;border:1px solid #ccc}.acikRow{max-height:1999px!important}.ozelliklerSonraki{min-width:160px}.ihaleDesc{padding-top:20px!important}@media only screen and (max-width:767px){.parabirimiDiv{display:block}.ozelliklerSonraki{width:100%;min-width:100px}.yukluGorsel{width:auto;height:50px;margin:2px 5px}.upload-containerPhotos{width:90%}}





/*! Pickr 1.9.1 MIT | https://github.com/Simonwep/pickr */.pickr{position:relative;overflow:visible;transform:translateY(0)}.pickr *{box-sizing:border-box;outline:none;border:none;-webkit-appearance:none}.pickr .pcr-button{position:relative;height:2em;width:2em;padding:.5em;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;border-radius:.15em;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" stroke="%2342445A" stroke-width="5px" stroke-linecap="round"><path d="M45,45L5,5"></path><path d="M45,5L5,45"></path></svg>') no-repeat 50%;background-size:0;transition:all .3s}.pickr .pcr-button:before{background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:.5em;z-index:-1;z-index:auto}.pickr .pcr-button:after,.pickr .pcr-button:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;border-radius:.15em}.pickr .pcr-button:after{transition:background .3s;background:var(--pcr-color)}.pickr .pcr-button.clear{background-size:70%}.pickr .pcr-button.clear:before{opacity:0}.pickr .pcr-button.clear:focus{box-shadow:0 0 0 1px hsla(0,0%,100%,.85),0 0 0 3px var(--pcr-color)}.pickr .pcr-button.disabled{cursor:not-allowed}.pcr-app *,.pickr *{box-sizing:border-box;outline:none;border:none;-webkit-appearance:none}.pcr-app button.pcr-active,.pcr-app button:focus,.pcr-app input.pcr-active,.pcr-app input:focus,.pickr button.pcr-active,.pickr button:focus,.pickr input.pcr-active,.pickr input:focus{box-shadow:0 0 0 1px hsla(0,0%,100%,.85),0 0 0 3px var(--pcr-color)}.pcr-app .pcr-palette,.pcr-app .pcr-slider,.pickr .pcr-palette,.pickr .pcr-slider{transition:box-shadow .3s}.pcr-app .pcr-palette:focus,.pcr-app .pcr-slider:focus,.pickr .pcr-palette:focus,.pickr .pcr-slider:focus{box-shadow:0 0 0 1px hsla(0,0%,100%,.85),0 0 0 3px rgba(0,0,0,.25)}.pcr-app{position:fixed;display:flex;flex-direction:column;z-index:10000;border-radius:.1em;background:#fff;opacity:0;visibility:hidden;transition:opacity .3s,visibility 0s .3s;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;box-shadow:0 .15em 1.5em 0 rgba(0,0,0,.1),0 0 1em 0 rgba(0,0,0,.03);left:0;top:0}.pcr-app.visible{transition:opacity .3s;visibility:visible;opacity:1}.pcr-app .pcr-swatches{display:flex;flex-wrap:wrap;margin-top:.75em}.pcr-app .pcr-swatches.pcr-last{margin:0}@supports(display:grid){.pcr-app .pcr-swatches{display:grid;align-items:center;grid-template-columns:repeat(auto-fit,1.75em)}}.pcr-app .pcr-swatches>button{font-size:1em;position:relative;width:calc(1.75em - 5px);height:calc(1.75em - 5px);border-radius:.15em;cursor:pointer;margin:2.5px;flex-shrink:0;justify-self:center;transition:all .15s;overflow:hidden;background:transparent;z-index:1}.pcr-app .pcr-swatches>button:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:6px;border-radius:.15em;z-index:-1}.pcr-app .pcr-swatches>button:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--pcr-color);border:1px solid rgba(0,0,0,.05);border-radius:.15em;box-sizing:border-box}.pcr-app .pcr-swatches>button:hover{filter:brightness(1.05)}.pcr-app .pcr-swatches>button:not(.pcr-active){box-shadow:none}.pcr-app .pcr-interaction{display:flex;flex-wrap:wrap;align-items:center;margin:0 -.2em}.pcr-app .pcr-interaction>*{margin:0 .2em}.pcr-app .pcr-interaction input{letter-spacing:.07em;font-size:.75em;text-align:center;cursor:pointer;color:#75797e;background:#f1f3f4;border-radius:.15em;transition:all .15s;padding:.45em .5em;margin-top:.75em}.pcr-app .pcr-interaction input:hover{filter:brightness(.975)}.pcr-app .pcr-interaction input:focus{box-shadow:0 0 0 1px hsla(0,0%,100%,.85),0 0 0 3px rgba(66,133,244,.75)}.pcr-app .pcr-interaction .pcr-result{color:#75797e;text-align:left;flex:1 1 8em;min-width:8em;transition:all .2s;border-radius:.15em;background:#f1f3f4;cursor:text}.pcr-app .pcr-interaction .pcr-result::selection{background:#4285f4;color:#fff}.pcr-app .pcr-interaction .pcr-type.active{color:#fff;background:#4285f4}.pcr-app .pcr-interaction .pcr-cancel,.pcr-app .pcr-interaction .pcr-clear,.pcr-app .pcr-interaction .pcr-save{width:auto;color:#fff}.pcr-app .pcr-interaction .pcr-cancel:hover,.pcr-app .pcr-interaction .pcr-clear:hover,.pcr-app .pcr-interaction .pcr-save:hover{filter:brightness(.925)}.pcr-app .pcr-interaction .pcr-save{background:#4285f4}.pcr-app .pcr-interaction .pcr-cancel,.pcr-app .pcr-interaction .pcr-clear{background:#f44250}.pcr-app .pcr-interaction .pcr-cancel:focus,.pcr-app .pcr-interaction .pcr-clear:focus{box-shadow:0 0 0 1px hsla(0,0%,100%,.85),0 0 0 3px rgba(244,66,80,.75)}.pcr-app .pcr-selection .pcr-picker{position:absolute;height:18px;width:18px;border:2px solid #fff;border-radius:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pcr-app .pcr-selection .pcr-color-chooser,.pcr-app .pcr-selection .pcr-color-opacity,.pcr-app .pcr-selection .pcr-color-palette{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;flex-direction:column;cursor:grab;cursor:-webkit-grab}.pcr-app .pcr-selection .pcr-color-chooser:active,.pcr-app .pcr-selection .pcr-color-opacity:active,.pcr-app .pcr-selection .pcr-color-palette:active{cursor:grabbing;cursor:-webkit-grabbing}.pcr-app[data-theme=classic]{width:28.5em;max-width:95vw;padding:.8em}.pcr-app[data-theme=classic] .pcr-selection{display:flex;justify-content:space-between;flex-grow:1}.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview{position:relative;z-index:1;width:2em;display:flex;flex-direction:column;justify-content:space-between;margin-right:.75em}.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:.5em;border-radius:.15em;z-index:-1}.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview .pcr-last-color{cursor:pointer;border-radius:.15em .15em 0 0;z-index:2}.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview .pcr-current-color{border-radius:0 0 .15em .15em}.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview .pcr-current-color,.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview .pcr-last-color{background:var(--pcr-color);width:100%;height:50%}.pcr-app[data-theme=classic] .pcr-selection .pcr-color-palette{width:100%;height:8em;z-index:1}.pcr-app[data-theme=classic] .pcr-selection .pcr-color-palette .pcr-palette{flex-grow:1;border-radius:.15em}.pcr-app[data-theme=classic] .pcr-selection .pcr-color-palette .pcr-palette:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:.5em;border-radius:.15em;z-index:-1}.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser,.pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity{margin-left:.75em}.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser .pcr-picker,.pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity .pcr-picker{left:50%;transform:translateX(-50%)}.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser .pcr-slider,.pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity .pcr-slider{width:8px;flex-grow:1;border-radius:50em}.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser .pcr-slider{background:linear-gradient(180deg,red,#ff0,#0f0,#0ff,#00f,#f0f,red)}.pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity .pcr-slider{background:linear-gradient(180deg,transparent,#000),url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:100%,50%}.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left input{opacity:1}.shop-topbar-wrapper{background-color:#ebebeb}.shop-topbar-wrapper .product-sorting-wrapper .shorting-style select{background-color:#fff}.ihaleTepe{border-top-left-radius:10px!important;border-top-right-radius:10px!important;overflow:hidden}.ihaleTepe div{border-top:1px solid #ccc;border-right:1px solid #ccc;display:flex;align-items:center;justify-content:center;background-color:#1f4883}.ihaleTepe div:first-child{border-left:1px solid #ccc}.ihaleTepe div p{color:#fff;font-weight:500;font-size:12px}.ihaleSatir{border-top:1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid #ccc}.ihaleSatir:first-child{border-top-left-radius:0;border-top-right-radius:0}.ihaleSatir:last-child{border-bottom:1px solid #ccc;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.ihaleSatir:nth-child(2n){background-color:#f2f2f2}.ihaleSatir:nth-child(odd){background-color:#fff}.ihaleSatir:hover{background-color:#dff2e6;cursor:pointer}.ihaleSatir .coll{padding-top:5px;padding-bottom:5px;border-right:1px solid #ccc;display:flex;align-items:center}.ihaleSatir .coll:last-child{border-right:0}.ihaleSatir .coll h5,.ihaleSatir .coll p{padding:0!important;margin:0!important;line-height:normal!important}.ihaleSatir .coll p{font-weight:400;font-size:13px}.ihaleSatir .coll h5{font-weight:600;color:#000;font-size:14px}.AcSimge{justify-content:center!important}.AcSimge h5 i{font-size:18px;margin:0;padding:0}.ortala{justify-content:center!important}@media (max-width:767px){.ihaleSatir:first-child{border-top-left-radius:10px;border-top-right-radius:10px}.ortala{justify-content:start!important}.ihaleSatir .coll{padding-top:2px;padding-bottom:2px;border-right:0;display:flex;align-items:center;padding-left:0}.ihaleSatir{padding-top:10px}.smallBaslik{display:flex!important;justify-content:space-between;font-weight:600;color:#8298a1;font-size:13px}.AcSimge{padding-top:10px!important;padding-bottom:10px!important}}.i_detay_top{border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb}.i_detay_top div:last-child{border-left:1px solid #ebebeb}.i_detay_geri{color:#00b2e3;text-decoration:none;font-size:13px;font-weight:400}.i_detay_geri i{font-size:11px}.i_urun_simge,.i_urun_simge i{display:flex;justify-content:center}.i_urun_simge i{border-radius:50%;border:1px solid #ebebeb;width:150px;height:150px;align-items:center;margin-top:-90px;background-color:#fff}.i_urun_simge i img{width:80%;height:auto}.i_urun_genel h3{font-weight:600}.i_urun_genel p span{font-weight:600;color:#00b2e3}.breakLine{display:inline-block;width:5px;height:1px;margin:0;padding:0}.i_urun_detaylar{margin-top:15px}.i_rowAyirac{border-top:1px solid #00b2e3}.i_rowAyirac2{border-top:3px solid #333;margin-top:20px}.i_baslikSatiri{font-size:14px;color:#333;font-weight:500;padding:6px 0;border-bottom:1px solid #ebebeb}.i_baslikSatiri_Tek{font-size:16px;color:#000;font-weight:500;padding:12px 0 0}.i_baslikSatiri_Tek span,.i_veriSatiri{font-size:14px;color:#08a9d5;font-weight:500}.i_veriSatiri{padding:6px 0;border-left:1px solid #ebebeb;border-bottom:1px solid #ebebeb;text-align:center}.noBottomBorder{border-bottom:0!important}.i_secili_renk{width:90%!important;height:100%!important;min-height:60px;border-radius:.375rem!important;border:1px solid #ced4da!important;padding:0!important}.i_seciliRenkDivText{position:absolute;left:5px;top:5px;padding:.2rem .5rem;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#fff;border-radius:5px}.i_yukluGorselDIV{padding-left:0}.i_yukluGorsel{width:auto;height:100px;border-radius:10px;margin:0 5px;border:1px solid #ccc}.i_yukluGorsel:first-child{margin-left:0}.i_miktar{color:#5cb786;font-size:16px}@media (max-width:767px){.i_urun_simge i{margin-top:0}.i_detay_top{border-top:1px solid #ebebeb;border-bottom:0}.i_detay_top div{padding-left:0;padding-right:0}.breakLine{display:block;width:100%}.i_baslikSatiri_Tek{text-align:center}.i_secili_renk{width:100%!important}.i_yukluGorselDIV{text-align:center}}