:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */.cropper-container{-webkit-touch-callout:none;direction:ltr;font-size:0;line-height:0;position:relative;touch-action:none;-webkit-user-select:none;user-select:none}.cropper-container img{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:#3399ffbf;overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.33333%;top:0;width:33.33333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}.Footer_wrapper__IwyJV{align-items:center;background-color:#2f2f2f;display:flex;height:150px;justify-content:space-between;margin:50px 0;padding:20px 0;padding-bottom:8px!important}@media only screen and (min-width:768px){.Footer_wrapper__IwyJV{margin:50px 0 0}}.Footer_wrapper-no-margin__U2CCe{margin:0}.Footer_wrapper__IwyJV .Footer_container__5G7Ws{color:#fff;display:flex;flex-direction:column;font-size:14px;height:70%;justify-content:space-between;padding:10px 5px 10px 0;width:60%}.Footer_wrapper__IwyJV .Footer_container__5G7Ws .Footer_text__EzdL8{color:#fff;cursor:pointer;margin:5px 0;text-decoration:none}.Footer_wrapper__IwyJV .Footer_container__5G7Ws .Footer_imageStripe__9H4Ao{border-radius:5px;height:auto;max-width:200px;width:90%}.Footer_wrapper__IwyJV .Footer_container__5G7Ws .Footer_imagePayment__h0NSj{height:auto;margin-top:5px;max-width:200px;width:90%}.Footer_wrapper__IwyJV .Footer_imageContainer__hT8Ds{align-items:flex-end;display:flex;flex-direction:column;justify-content:space-between;margin-top:15px}.Footer_wrapper__IwyJV .Footer_left-container__nXid\+{align-items:flex-end;padding:10px 0 10px 5px;width:40%}.Footer_contact-link__JZMjn{color:#deab52;cursor:pointer;text-decoration:none}.Footer_margin-div__iQvfo{margin-top:55px}.Footer_link-wrapper__Lf-uR{display:flex;flex-direction:column}.MenuPoints_general-small-padding__K2Pp-{padding:0 30px}@media(max-width:1499.98px){.MenuPoints_general-small-padding__K2Pp-{padding:0 30px}}@media(max-width:1199.98px){.MenuPoints_general-small-padding__K2Pp-{padding:0 30px}}@media(max-width:990.98px){.MenuPoints_general-small-padding__K2Pp-{padding:0 30px}}@media(max-width:767.98px){.MenuPoints_general-small-padding__K2Pp-{padding:0 30px}}@media(max-width:575.98px){.MenuPoints_general-small-padding__K2Pp-{padding:0 30px}}@media(max-width:419.98px){.MenuPoints_general-small-padding__K2Pp-{padding:0 20px}}@media only screen and (max-width:768px){.MenuPoints_wrapper__ArGqs{bottom:0;position:fixed}}.MenuPoints_wrapper__ArGqs .MenuPoints_bottom-area__ABBS-{border-top:1px solid #deab52;min-height:12px;width:100%}@media only screen and (min-width:768px){.MenuPoints_wrapper__ArGqs .MenuPoints_bottom-area__ABBS-{display:none}}.MenuPoints_wrapper__ArGqs{height:74px;width:-webkit-fill-available;width:stretch}@media only screen and (min-width:768px){.MenuPoints_wrapper__ArGqs{height:50px;margin-bottom:10px;width:-moz-available;width:-webkit-fill-available;width:stretch}}.MenuPoints_wrapper__ArGqs{align-items:center;background-color:#2f2f2f;display:flex;flex-direction:column;justify-content:space-between;width:-moz-available;z-index:899}.MenuPoints_wrapper__ArGqs .MenuPoints_left-icons__58KmE{display:flex;flex-direction:row;justify-content:space-between;padding:12px 0;width:100%}.MenuPoints_wrapper__ArGqs .MenuPoints_container__reQAK{color:#fff;display:flex;flex-direction:column;font-size:14px;height:100%;justify-content:space-between;width:60%}.MenuPoints_wrapper__ArGqs .MenuPoints_container__reQAK .MenuPoints_image__ZgQKP{height:auto;max-width:200px;width:100%}.MenuPoints_wrapper__ArGqs .MenuPoints_left-container__-W8a4{align-items:flex-end;color:#deab52;justify-content:flex-start;width:40%}@media only screen and (min-width:768px){.MenuPoints_wrapper__ArGqs .MenuPoints_icon-container__1Cb9M{margin:0 10px}}.MenuPoints_wrapper__ArGqs .MenuPoints_icon-container__1Cb9M{align-items:center;background-color:#2f2f2f;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;width:40px}.MenuPoints_wrapper__ArGqs .MenuPoints_icon-container-active__fpyGM{background-color:#fff}@media only screen and (min-width:768px){.MenuPoints_wrapper__ArGqs .MenuPoints_icon-container-active__fpyGM{margin:0 30px}}.MenuPoints_wrapper__ArGqs .MenuPoints_icon__9WD8h{color:#deab52}@media(max-width:767.98px){.MenuPoints_wrapper__ArGqs{padding:0 12px}}@media(max-width:575.98px){.MenuPoints_wrapper__ArGqs{padding:0 12px}}@media(max-width:419.98px){.MenuPoints_wrapper__ArGqs{padding:0 8px}}@media only screen and (min-width:768px){.StickyFooter_footer__EpZC1{display:none}}.Title_wrapper__rGHWn{display:flex;flex-direction:column;justify-content:space-between;margin-top:10px}.Title_middle__G5yAT{margin-top:10px}.Title_center__OWAoD,.Title_middle__G5yAT{align-items:center;display:flex;flex-direction:row}.Title_center__OWAoD{margin-top:15px}.Title_line__Fnqm6{border-bottom:1px solid #e0e0e0;margin-bottom:10px;margin-top:5px;width:100%}.Title_centerLine__UheME{border-bottom:1px solid #e0e0e0;color:#e0e0e0;margin-top:15px;width:100%}.Title_tap__xckPb:active{color:#fff}.Header_wrapper__T1ppi{background-color:#2f2f2f;height:60px}@media only screen and (min-width:768px){.Header_wrapper__T1ppi{height:100px}}.Header_section__tZiwu{display:none}@media only screen and (max-width:768px){.Header_section__tZiwu{align-items:center;color:#fff;display:flex;flex-direction:row;font-weight:700;height:100%;justify-content:space-between}}.Header_tablet-view__SCqhK{display:none}@media only screen and (min-width:768px){.Header_tablet-view__SCqhK{align-items:center;display:flex;flex-direction:column;justify-content:space-between;margin:0}.Header_tablet-view__SCqhK .Header_header-menu__kKaJK{align-items:center;display:flex;flex-direction:row;height:60px;justify-content:space-between;width:95%}.Header_tablet-view__SCqhK .Header_burger-menu-points__ajRpT{align-items:center;color:#fff;display:flex;flex-direction:row;font-weight:400;height:40px;justify-content:right;width:95%}.Header_tablet-view__SCqhK .Header_burger-menu-point__BRwYX{align-items:center;color:#fff;cursor:pointer;display:flex;flex-direction:row;font-weight:400;text-decoration:none}.Header_tablet-view__SCqhK .Header_burger-menu-point__BRwYX .Header_horizontal-line__VMjB3{cursor:default;margin:0 5px}.Header_tablet-view__SCqhK .Header_line__kIiQ1{border-bottom:1px solid #fff;margin:0;width:100%}.Header_headerLeft__oY-GQ{align-items:center;color:#fff;display:flex;flex-direction:row;font-weight:700;height:100%;justify-content:space-between}}.Header_title__8oQrf{color:#fff;font-weight:700;padding-left:15px}.Header_modal__gNsdj{display:flex!important;height:calc(100dvh - 60px);justify-content:space-between}.Header_btn-container__EWqjI,.Header_modal__gNsdj{flex-direction:column;width:-moz-available;width:-webkit-fill-available;width:stretch}.Header_btn-container__EWqjI{display:flex}.Header_btn__YWIkP{color:#000;cursor:pointer}.Header_menu__sVue5{border:0;height:100vh!important;outline:0;top:0;width:100vw!important}.Header_logo__Deltv{border-radius:50%;height:70%;width:auto}.Header_logo-back__IJogV{cursor:pointer;height:20px;padding:5px;width:20px}.Header_footer-wrapper__8c-72{margin-top:auto}.Header_burger-menu-point-mobile__UiwBG{color:#222;font-weight:400;text-decoration:none;white-space:nowrap}.HamburgerBase_wrapper__zUuxX{-webkit-overflow-scrolling:none;overflow:hidden;overscroll-behavior:none;z-index:900}.HamburgerBase_burger-opened__b4NgG{right:0;transition-property:width,opacity;-webkit-transition-property:width,opacity;width:80%}.HamburgerBase_burger-closed__bA4BA,.HamburgerBase_burger-opened__b4NgG{background-color:#bdbdbd;height:150vh;margin-bottom:800px;margin-left:auto;margin-right:0;overflow-x:hidden;overflow-y:scroll;position:fixed;top:0;transition-duration:1s;-webkit-transition-duration:1s;z-index:900}.HamburgerBase_burger-closed__bA4BA{content:"";right:-80%;transition-property:width,opacity,right;-webkit-transition-property:width,opacity,right;width:0}.HamburgerBase_blur-opened__LMoOY{backdrop-filter:blur(5px) contrast(80%);-webkit-backdrop-filter:blur(5px) contrast(80%);content:"";left:0;width:20%}.HamburgerBase_blur-closed__FUjJ-,.HamburgerBase_blur-opened__LMoOY{height:150vh;margin-bottom:800px;overflow-x:hidden;overflow-y:hidden;position:fixed;top:0;transition-duration:1s;-webkit-transition-duration:1s;transition-property:opacity,left;-webkit-transition-property:opacity,left;z-index:900}.HamburgerBase_blur-closed__FUjJ-{backdrop-filter:blur(5px) contrast(80%)!important;-webkit-backdrop-filter:blur(5px) contrast(80%)!important;left:100%;width:0}.HamburgerBase_header__a8Tfc{align-items:center;background-color:#2f2f2f;color:#fff;display:flex;flex-direction:row;height:60px;justify-content:space-between}.HamburgerBase_header__a8Tfc svg{cursor:pointer}.HamburgerBase_title__mzJN7{color:#fff;font-size:20px;font-weight:700;white-space:nowrap}.HamburgerBase_toggle-opener__O1rOH{align-items:center;display:flex;flex-direction:row;justify-content:right}.HamburgerBase_content__gcNGd{padding-bottom:100px!important}.HamburgerBase_content-menu__7SJ8s{padding-bottom:100px!important}.HamburgerBase_content-menu__7SJ8s,.HamburgerBase_no-scroll__FDypS{-webkit-overflow-scrolling:none;overflow:hidden;overscroll-behavior:none}.LoginForm_button-container__VEoJy{align-items:center;display:flex;flex-direction:column}.LoginForm_forgot-password__4M1hh{border-bottom:1px solid #e0e0e0;cursor:pointer;margin:15px 0;padding-bottom:3px}@media only screen and (min-width:768px){.LoginForm_login-wrapper__KtHTz{align-items:center;display:flex;flex-direction:column}.LoginForm_login-wrapper__KtHTz *{min-width:50%}}.SimpleInput_input-container__FSvLk{display:flex;flex-direction:column;margin:15px 0}.SimpleInput_input-container__FSvLk input{padding:0 10px}.SimpleInput_text__KN0c1{margin:5px 0}.SimpleInput_error-message__aE82-{color:darkred;margin-bottom:5px}.AuthenticationTitle_wrapper__uc8Pl{align-items:center;display:flex;flex-direction:column;margin:40px 0}.AuthenticationTitle_image__w33U1{margin-bottom:40px;max-width:400px;width:80%}.AuthenticationTitle_title__2zik0{font-weight:700;text-align:center}.LoginBottom_wrapper__SROaV{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;gap:6px;justify-content:center;margin:50px 0}.LoginBottom_wrapper__SROaV .LoginBottom_sign__NeQzd{border-bottom:1px solid #e0e0e0;cursor:pointer;font-weight:700;margin-left:6px}.LanguageBar_wrapper__iUEYu{grid-row-gap:5px;background-color:#fff;border-radius:20px;box-shadow:0 3px 8px #0000003d;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,auto);margin:10px auto;overflow:hidden;row-gap:5px;width:-webkit-fit-content;width:fit-content}@media(min-width:768px){.LanguageBar_wrapper__iUEYu{grid-template-columns:repeat(6,1fr);grid-template-rows:1fr}}.LanguageBar_active__5Ngkv,.LanguageBar_group__wXIMI{align-items:center;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;max-width:50px;padding:10px}.LanguageBar_active__5Ngkv p,.LanguageBar_group__wXIMI p{color:#000}.LanguageBar_active__5Ngkv{background-color:#efe5d3}.LanguageBar_active__5Ngkv p{color:#222}.LanguageBar_flag__KE2cx{aspect-ratio:1/1;border-radius:50%;height:20px;margin-right:5px;width:auto}.ForgotPasswordForm_submit-container__8kd67{display:flex;justify-content:center;margin-top:60px}@media only screen and (min-width:768px){.ForgotPasswordForm_form-wrapper__IkQ8z{align-items:center;display:flex;flex-direction:column}.ForgotPasswordForm_form-wrapper__IkQ8z *{min-width:50%}}.RegistrationForm_line__uYxBT{border-bottom:1px solid #e0e0e0;margin:20px 0;width:100%}@media only screen and (min-width:768px){.RegistrationForm_line__uYxBT{width:50%}}.RegistrationForm_submit-container__8DEGZ{display:flex;justify-content:center;margin-top:50px;width:100%}.RegistrationForm_submit__xg\+7s{background-color:#266e6a!important}.RegistrationForm_terms-container__nc2\+4{align-items:center;display:flex;flex-direction:row}.RegistrationForm_terms-text__Vs2TI{color:#000;margin-left:10px;text-decoration:underline}.RegistrationForm_subtitle__RIkQ8{margin-bottom:20px}.RegistrationForm_error-message__iO8fl{color:darkred;margin:5px 0}.RegistrationForm_country__tXpa1{border-radius:20px}.RegistrationForm_country-dropdown-container__TR5x-{margin-bottom:15px;margin-top:15px}@media only screen and (min-width:768px){.RegistrationForm_country-dropdown-container__TR5x-{width:50%}.RegistrationForm_dropdown-wrapper__snOv8{align-items:center;display:flex;flex-direction:column;min-width:50%}}.RegistrationForm_text__xu5Iy{margin:5px 0}@media only screen and (min-width:768px){.RegistrationForm_form-wrapper__wkgON{align-items:center;display:flex;flex-direction:column;justify-content:space-between}.RegistrationForm_form-wrapper__wkgON div,.RegistrationForm_form-wrapper__wkgON input,.RegistrationForm_form-wrapper__wkgON label,.RegistrationForm_form-wrapper__wkgON p{min-width:50%}.RegistrationForm_radio__cxeVp{align-items:center;display:flex;flex-direction:row;justify-content:space-between}}.RegistrationForm_empty-page__jG0P8{margin-bottom:120px}.RegistrationForm_info-container__EbZMw{align-items:center;display:flex;flex-direction:row;margin-top:20px}.RegistrationForm_info-image__5CGtz{color:#1941a3;height:21px;margin:0 5px 2px 2px;width:21px}.RegistrationForm_info-description__RjxKz{color:#1941a3;font-size:14px;font-weight:400}.CountryDropdown_input-container__wZToX{display:flex;flex-direction:column;width:100%}.CountryDropdown_line__pobmp{border-bottom:1px solid #e0e0e0;margin:20px 0;width:100%}.CountryDropdown_error-message__\+M0\+E{color:darkred;margin:5px 0}.CountryDropdown_text__Ao029{margin:5px 0}.Modal_modal__tf59k{height:-webkit-fit-content;height:fit-content;left:50%;max-height:100%;max-width:100%;min-height:200px;position:fixed;top:50%;width:280px}@media only screen and (min-width:768px){.Modal_modal__tf59k{height:-webkit-fit-content;height:fit-content;max-height:100%;max-width:100%;min-height:200px;width:25%}}.Modal_modal__tf59k{background-color:#fff;border-radius:20px;padding:20px;transform:translate(-50%,-50%);z-index:4}.Modal_modal-nocontent__DexCv{height:80%;left:50%;max-height:100%;max-width:100%;position:fixed;top:50%;width:auto}@media only screen and (max-width:768px){.Modal_modal-nocontent__DexCv{height:auto;max-height:100%;max-width:100%;width:90%}}.Modal_modal-nocontent__DexCv{object-fit:contain;transform:translate(-50%,-50%);z-index:4}.Modal_back__xX98e{background-color:#0000;height:100%;left:0;position:fixed;top:0;width:100%;z-index:3}.Modal_back__xX98e:before{background-color:#000000e6;content:"";filter:blur(18px);inset:-10%;position:absolute;z-index:3}.Modal_icon__\+TA5e{cursor:pointer;height:25px;position:absolute;right:10px;top:10px;width:25px;z-index:5}.DeleteAccountModal_wrapper__tHf\+n{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-around;min-height:200px;text-align:center;width:100%}.DeleteAccountModal_btn-container__DwWdX{display:flex;flex-direction:row;justify-content:space-around;width:100%}.DeleteAccountModal_title__3rbBD{font-weight:700}.DeleteAccountModal_content__JVyTy{padding:24px 0;white-space:normal}.ProfileCard_wrapper__uS7zi{background-image:linear-gradient(#e5e5e5 15%,#fff 80%);margin-bottom:10px;margin-top:20px;min-height:130px;overflow-wrap:anywhere}.ProfileCard_client__moeq0{align-items:center;display:flex;flex-direction:row;justify-content:flex-end;padding-top:5px}.ProfileCard_logo__y8Jtv{border:1px solid #e5e5e5;border-radius:10px;height:100px;margin:15px;object-fit:contain;width:100px}.ProfileCard_data-container__-kgig{align-items:stretch;display:flex;flex-direction:column;height:100%;justify-content:space-between;min-width:0}.ProfileCard_text-container__FNRX5{padding-top:5px}.ProfileCard_name__CMz9w{font-size:30px}.ProfileCard_country__UExNr{color:#deab52}.ProfileCard_email-container__L3uzH{align-items:center;display:flex;flex-direction:row;min-width:0;padding-top:10px}.ProfileCard_icon__V0S-U{border:1px solid #266e6a;border-radius:50%;color:#266e6a;height:20px;margin-right:5px;min-height:20px;min-width:20px;padding:1px;width:20px}.ProfileCard_inp__Qm0uM+label{background-color:#0000;color:#222;cursor:pointer;display:inline-block}.ProfileCard_image__-JCic{align-items:center;border:1px solid #e5e5e5;border-radius:10px;display:flex;height:100px;justify-content:center;object-fit:contain;position:relative;width:100px}.ProfileCard_image-row__D\+QAG{align-items:center;cursor:pointer;display:flex;flex-direction:row}.ProfileCard_image-icon__bXiGA{background-color:#bdbdbd;border-radius:10px;color:#fff;cursor:pointer;height:auto;padding:25px;width:-moz-available;width:-webkit-fill-available;width:stretch}.ProfileCard_edit-icon__VkM9l{background-color:#e0e0e0;border-radius:50%;bottom:-5px;color:#fff;height:20px;padding:10px;position:absolute;right:-5px;width:20px}.ProfileCard_image-container__Atcuv{margin-right:23px}.ProfileCard_section__HHqzG{align-items:center;display:flex;height:100%}.ProfileCard_email__kPrK8{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ProfileCard_user-type__8NXj2{padding:8px 0}.ProfileRow_wrapper__ZmvXT{cursor:pointer;font-weight:700;margin:15px 0}.ProfileRow_line__mfBzW{border-bottom:1px solid #e0e0e0;margin:10px 0;width:100%}.ProfileMenu_wrapper__fOwyS{padding-top:15px}.ProfileHeader_wrapper__uHVTm{align-items:center;background-color:#fff;display:flex;flex-direction:row;height:50px;justify-content:space-between;width:100%}.ProfileHeader_title__\+RY17{font-weight:700;text-transform:uppercase}.ProfileHeader_id__GfhjJ{font-size:14px}.AdSection_page-wrapper__llqcW{display:flex;flex-direction:column;justify-content:space-between}.AdSection_wrapper__S3nja{display:flex;flex-direction:row}.AdSection_pagination-container__92nya{align-items:center;display:block;display:flex;flex-direction:row;height:50px;justify-content:center;width:100%}.AdSection_pagination-selected__FSVPu{background-color:#deab52}.AdSection_pagination__oej\+Z{align-items:center;background-color:#e0e0e0;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:20px;height:30px;justify-content:center;line-height:0px;margin:0 5px;width:30px}@media(max-width:767.98px){.AdSection_ad-wrapper__sQ\+XB{display:none!important}}.AdSection_ad-wrapper__sQ\+XB{align-items:center;background-color:#f7f7f7;display:inline;flex-direction:column;margin:20px 0 0 20px;width:50%}.AdSection_child-wrapper__0MMmf{width:100%}@media only screen and (min-width:768px){.AdSection_child-wrapper__0MMmf{height:100%;padding:0 10px}}.AdSection_space__T4Enb{height:150px}.AdSection_spacer__QsAYi{height:34px;width:100%}.AdSection_no-side-padding__sYQbF{padding-left:0!important;padding-right:0!important}@media(max-width:767.98px){.BottomAd_wrapper__v73KA{display:none!important}}.BottomAd_wrapper__v73KA{background-color:#f7f7f7;margin-top:40px}.SearchHeader_wrapper__YvIr7{align-items:center;display:flex;flex-direction:column;width:100%}.SearchHeader_top-row__5nUdr{align-items:center;display:flex;flex-direction:row;width:100%}.SearchHeader_history-row__Yg2OK{height:0;opacity:0;width:0}.SearchHeader_history-row-visible__NDGa7{align-items:center;display:flex;flex-direction:row;gap:4px;height:auto;justify-content:flex-start;opacity:1;transition:opacity .3s ease-in,transform .3s ease-in;width:100%}.SearchHeader_history-item__z\+Sw\+{align-items:center;border:1px solid gray;border-radius:50px;display:flex;flex-direction:row;gap:4px;padding:5px 10px!important}@media only screen and (max-width:768px){.SearchHeader_history-item__z\+Sw\+ p{max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.SearchHeader_history-item__z\+Sw\+:hover{border:1px solid #deab52;cursor:pointer}@media(hover:hover){.SearchHeader_history-item__z\+Sw\+:hover{border:1px solid #deab52}}.BlueHeader_wrapper__jLbif{background-color:#d8d8d8;height:50px;transition:height .3s ease-in-out}.BlueHeader_search-wrapper__8qf78{background-color:#d8d8d8;height:100px;transition:height .3s ease-in-out}.BlueHeader_row__KdQSL{align-items:center;display:flex;flex-direction:row;height:100%}.BlueHeader_white-wrapper__VLA-0{background-color:#fff;height:50px}.SortIcon_wrapper__0zwa5{align-items:center;cursor:pointer;display:flex;flex-direction:row;height:30px;justify-content:left;margin-left:0}.SortIcon_content__OAenc{cursor:default}.SortIcon_link__MnT14{cursor:pointer}.SortIcon_link__MnT14 div{white-space:nowrap}.SortIcon_inactive__Q-YgW{cursor:not-allowed}.FilterIcon_btn-container__wAeSA{display:flex;flex-direction:row;justify-content:center;padding:75px 0 85px}.FilterIcon_spacer__RDRyb{height:1200px}.FilterIcon_no-space__p8SJi{height:400px}.FilterIcon_inactive__lZCkm{background-color:gray!important;cursor:not-allowed}.ActiveFilterHeader_reset-container__Vqjiz{display:flex;justify-content:center;width:-moz-available;width:-webkit-fill-available;width:stretch}.ActiveFilterHeader_wrapper__Ne9lD{position:relative}.ActiveFilterHeader_filter-container__grfwd{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap}.ActiveFilterHeader_filter-text__albAc{margin-right:15px}.ActiveFilterHeader_filter__XOemR{align-items:center;display:flex;flex-direction:row;margin-top:10px;min-width:0!important;padding:5px 10px!important}.ActiveFilterHeader_btn__W7o30{height:35px!important;left:50%;position:absolute;transform:translate(-50%,-50%)}.ActiveFilterHeader_link__Q6s2X{cursor:pointer}.SearchInput_search-bar-container__iH8Sb{align-items:center;background-color:#fff;border:1px solid #e5e5e5;border-radius:20px;display:flex;flex-direction:row;height:28px;width:-webkit-fill-available;width:stretch;width:-moz-available}.SearchInput_search-bar-margin__aIIL2{margin:10px 0 10px 10px}.SearchInput_search-bar-icon__d2-9H{height:24px;margin:0 10px;width:24px}.SearchInput_search-bar__rTuId{border:0;border-radius:20px;border-bottom-left-radius:0;border-top-left-radius:0;font-size:16px;height:100%;outline:0;padding:0;width:100%}.NewHeader_wrapper__ZYFzI{align-items:center;display:flex;flex-direction:row;height:50px;justify-content:space-between}.NewHeader_title__w70sh{color:#266e6a;text-transform:uppercase}.NewHeader_line__TnjaI{background-color:#e0e0e0;height:1px;margin:0}.NewHeader_link__IeL0B{cursor:pointer}.MyInstrumentsFilter_wrapper__8Gl7V{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;font-weight:700;justify-content:flex-start!important;margin:25px 0;padding:0!important}.MyInstrumentsFilter_wrapper__8Gl7V p{white-space:nowrap}.MyInstrumentsFilter_logo__BTknL{color:darkred}.MyInstrumentsFilter_logo-wrapper__5011C{height:20px;margin-right:5px;width:20px}.MyInstrumentsFilter_toggle-icon__7mmSW{background-color:#fff;height:20px!important;width:20px!important}.MyInstrumentsFilter_toggle-icon-inactive__7-s7w{fill:#0000;border-color:#fff!important;height:20px!important;width:20px!important}.InstrumentCard_wrapper__gI42a{border-radius:10px;margin:20px 0;overflow-wrap:anywhere;padding:15px}.InstrumentCard_edge__48Dv\+{box-shadow:0 12px 28px 0 #0003,0 2px 4px 0 #0000001a,inset 0 0 0 1px #ffffff0d}.InstrumentCard_image__z2tz6{align-items:center;border:1px solid #e5e5e5;border-radius:10px;display:flex;height:100px;justify-content:center;object-fit:contain;padding:2px;position:relative;width:100px}.InstrumentCard_image-wrapper__IjuOI{position:relative}.InstrumentCard_image-row__bDtkf{align-items:center;cursor:pointer;display:flex;flex-direction:row}.InstrumentCard_image-icon__UJJwN{background-color:#bdbdbd;border-radius:10px;color:#fff;cursor:pointer;height:auto;padding:25px;width:-moz-available;width:-webkit-fill-available;width:stretch}.InstrumentCard_edit-icon__Ekz3o{background-color:#e0e0e0;border-radius:50%;bottom:-5px;color:#fff;height:20px;padding:10px;position:absolute;right:-5px;width:20px}.InstrumentCard_title__crwjq{font-size:18px;font-weight:700}.InstrumentCard_type__4GO-v{color:#deab52;font-weight:700}.InstrumentCard_lighter__L6-zD{opacity:.6;padding-right:8px}.InstrumentCard_description-container__WJjEi{display:flex;flex-direction:column;justify-content:space-between;margin-left:15px;min-height:100px;min-width:100px}.InstrumentCard_contact__t4BEo{color:#266e6a;cursor:pointer;height:22px;width:22px}.InstrumentCard_contact-circle__PlAOT{align-items:center;border:1px solid #266e6a;border-radius:50%;display:flex;flex-direction:column;height:25px;justify-content:center;padding:3px;width:25px}.InstrumentCard_icon-container__kmmQA{align-items:center;display:flex;flex-direction:row;justify-content:flex-end;position:relative}.InstrumentCard_line__9SM6q{border-bottom:1px solid #e0e0e0;margin:12px 0 10px;width:100%}.InstrumentCard_red-icon__XYdmz{color:darkred;margin-left:1px;margin-right:12px}.InstrumentCard_logo__vPDbF{color:#bdbdbd;height:20px;margin-right:10px;width:20px}.InstrumentCard_notification-icon__PPhkD{color:#bdbdbd;height:20px;margin:0 10px;width:20px}.InstrumentCard_link-icon__mtFP7{stroke-width:.8;color:#266e6a;height:20px;margin:0 10px;width:20px}.InstrumentCard_separator__qKhlA{color:#e5e5e5;height:100%;margin-left:5px;width:1px}.InstrumentCard_project__1dcND{opacity:.6}.InstrumentCard_space-between__L2iws{align-items:center;cursor:pointer;display:flex;flex-direction:row;justify-content:space-between}.InstrumentCard_remove-bottom-margin__Wtuk3{margin-bottom:0!important}.InstrumentCard_remove-margin__0gZ5s{margin:0!important}.InstrumentCard_red-text__VmVz3{color:darkred;font-weight:700}.InstrumentCard_text-separator__ne4Lx{color:#e0e0e0;font-weight:700;padding:0 6px}.InstrumentCard_flex__Ycaov{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start;padding-bottom:4px}.InstrumentCard_card-content__WGGjn{align-items:start;display:flex;flex-direction:row;justify-content:space-between;position:relative;text-decoration:none}.InstrumentCard_service-done-icon-style__cIBib{color:#266e6a;height:24px;position:absolute;width:24px;z-index:1}.InstrumentCard_ban-icon-style__Kfitp{color:red;height:24px;position:absolute;width:24px;z-index:2}.InstrumentCard_service-done-icon-style-wrapper__dKDGM{min-height:24px;min-width:24px;padding-right:8px;position:relative}.InstrumentCard_bottom-info-container__g8qix{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.InstrumentCard_bottom-info-container__g8qix div{overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:200px}.InstrumentCard_bottom-info-container__g8qix div:last-child{text-align:right}.FilterElement_radio__B-zhy{justify-content:flex-start!important;margin:10px 0}.FilterElement_inp-container__yg-GB{align-items:center;display:flex;flex-direction:row;width:100%;width:-moz-available}.FilterElement_icon-inactive__YDosV,.FilterElement_icon__7y6bM{height:20px!important;width:20px!important}.FilterElement_icon-inactive__YDosV{fill:#0000;border-color:#fff!important}.FilterElement_title__H1lLB{font-weight:700;margin:10px 0;white-space:nowrap}.FilterElement_search-container__yYLU5{width:-webkit-fill-available;width:stretch;width:-moz-available}@media(max-width:767.98px){.FilterElement_search-container__yYLU5{width:90%}}.FilterElement_line__I2vgv{border-color:#fff}.FilterElement_flex__jBLdS{display:flex;flex-direction:row}.FilterElement_category-container__NG\+xA{cursor:pointer;font-family:Georgia,Times New Roman,serif;font-size:16px;margin:10px 0;padding:5px 10px;width:100%}.FilterElement_category-container__NG\+xA option{padding:5px 0;width:50%}.FilterElement_spacer__dQBam{height:0;padding:12px;width:0}.ProjectCard_wrapper__ekhb0{display:flex;flex-direction:row;overflow-wrap:anywhere;width:100%}.ProjectCard_wrapper__ekhb0 .ProjectCard_green-bubble__hFgBu{background-color:#266e6a;border-radius:50%;height:40px;margin:5px 2px 1px 5px;width:40px}.ProjectCard_wrapper__ekhb0 .ProjectCard_green-bubble-container__b07VN{align-items:center;display:flex;flex-direction:column;margin-right:10px}.ProjectCard_wrapper__ekhb0 .ProjectCard_green-bubble-out__ko7j-{background-color:#e5e5e5;border-radius:50%;height:50px;width:50px}.ProjectCard_wrapper__ekhb0 .ProjectCard_bubble__-dvEV{background-color:#bdbdbd;border-radius:50%;height:40px;margin:5px 2px 1px 5px;width:40px}.ProjectCard_wrapper__ekhb0 .ProjectCard_bubble-container__y3\+78{align-items:center;display:flex;flex-direction:column;margin-right:10px}.ProjectCard_wrapper__ekhb0 .ProjectCard_bubble-out__LgBnM{background-color:#e5e5e5;border-radius:50%;height:50px;width:50px}.ProjectCard_wrapper__ekhb0 .ProjectCard_right__1Cgjs{width:100%}.ProjectCard_wrapper__ekhb0 .ProjectCard_long-line__UmhS6{background-color:#e5e5e5;flex:2 1;height:100%;margin:0;width:1px}.ProjectCard_wrapper__ekhb0 .ProjectCard_short-line__wWVk6{background-color:#e5e5e5;height:5px;margin:0;width:1px}.ClientsProjectDetails_wrapper__k-CJO{width:100%}.ClientsProjectDetails_wrapper__k-CJO .ClientsProjectDetails_description__JJ5EX{align-items:space-between;display:flex;flex-direction:column;justify-content:center;margin:5px 0 10px;width:-moz-available;width:-webkit-fill-available;width:stretch}.ClientsProjectDetails_wrapper__k-CJO .ClientsProjectDetails_title__Yuw2W{color:#deab52;display:table;font-weight:700}.ClientsProjectDetails_wrapper__k-CJO .ClientsProjectDetails_date__ww2qe{color:#266e6a;font-size:13px;font-weight:700}.ClientsProjectDetails_wrapper__k-CJO .ClientsProjectDetails_row__JMpuE{align-items:center;display:flex;flex-direction:row;margin:10px 0}.ClientsProjectDetails_wrapper__k-CJO .ClientsProjectDetails_box__HNKKH{background-color:#e0e0e0;border-radius:10px;cursor:pointer;padding:10px}.ClientsProjectDetails_wrapper__k-CJO .ClientsProjectDetails_icon__D5z88{background-color:#fff;border-radius:20px;color:#266e6a;height:20px;padding:5px;width:20px}.ClientsProjectDetails_wrapper__k-CJO .ClientsProjectDetails_text__a3XnZ{background-color:#fff;min-width:50px;text-align:center}.ClientsProjectDetails_wrapper__k-CJO .ClientsProjectDetails_instrument-category__bbIeN{color:#000;font-weight:400;margin-left:5px;opacity:.6}.ClientsProjectDetails_wrapper__k-CJO .ClientsProjectDetails_no-margin__sX3hl{margin:0}.ClientsProjectDetails_date-separator__aQxuy{font-size:13px;font-weight:700;padding:0 6px}.ClientsProjectDetails_red-text__KfkGb{color:darkred;font-size:13px;font-weight:700}.ClientsProjectDetails_date-flex__Gsugh{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.ClientsProjectDetails_date-section__ivKEO{align-items:start;display:flex;flex-direction:column;gap:8px;margin-bottom:8px;margin-left:4px;margin-top:16px}.ClientsProjectDetails_date-text__y7xia{font-weight:400}.ClientsProjectDetails_date-text-bold__yOwo8{font-weight:700}.ClientsProjectDetails_date-icon__wPc7G{height:22px;margin:0 8px;width:22px}.ClientsProjectDetails_image__6KJvD{align-items:center;border:1px solid #e5e5e5;border-radius:10px;display:flex;height:100px;justify-content:center;object-fit:contain;padding:2px;position:relative;width:100px}.ClientsProjectDetails_image-wrapper__CGKw3{position:relative}.ClientsProjectDetails_image-row__ZVxGw{align-items:center;cursor:pointer;display:flex;flex-direction:row}.ClientsProjectDetails_image-icon__abf3E{background-color:#bdbdbd;border-radius:10px;color:#fff;cursor:pointer;height:auto;padding:25px;width:-moz-available;width:-webkit-fill-available;width:stretch}.ServiceCard_wrapper__89wWu{display:flex;flex-direction:row;overflow-wrap:anywhere}.ServiceCard_wrapper__89wWu .ServiceCard_green-bubble__EJdrT{background-color:#266e6a;border-radius:50%;height:40px;margin:5px 2px 1px 5px;width:40px}.ServiceCard_wrapper__89wWu .ServiceCard_green-bubble__EJdrT:hover{cursor:pointer}.ServiceCard_wrapper__89wWu .ServiceCard_green-bubble-container__YLjJI{align-items:center;display:flex;flex-direction:column;margin-right:10px}.ServiceCard_wrapper__89wWu .ServiceCard_green-bubble-out__LSOlq{background-color:#e5e5e5;border-radius:50%;height:50px;width:50px}.ServiceCard_wrapper__89wWu .ServiceCard_bubble__wQVlU{background-color:#bdbdbd;border-radius:50%;height:40px;margin:5px 2px 1px 5px;width:40px}.ServiceCard_wrapper__89wWu .ServiceCard_bubble__wQVlU:hover{cursor:pointer}.ServiceCard_wrapper__89wWu .ServiceCard_bubble-container__WjTmW{align-items:center;display:flex;flex-direction:column;margin-right:10px}.ServiceCard_wrapper__89wWu .ServiceCard_bubble-out__NQONz{background-color:#e5e5e5;border-radius:50%;height:50px;width:50px}.ServiceCard_wrapper__89wWu .ServiceCard_bubble-out-red__SzBAf{background-color:#d24444;border-radius:50%;height:50px;width:50px}.ServiceCard_wrapper__89wWu .ServiceCard_right__JB-mM{width:100%}.ServiceCard_wrapper__89wWu .ServiceCard_long-line__bc5a0{background-color:#e5e5e5;flex:2 1;height:100%;margin:0;width:1px}.ServiceCard_wrapper__89wWu .ServiceCard_short-line__qViHE{background-color:#e5e5e5;height:5px;margin:0;width:1px}.InstrumentServicesDetails_wrapper__x\+Wcu{display:flex;flex-direction:row;width:100%}.InstrumentServicesDetails_wrapper__x\+Wcu .InstrumentServicesDetails_notification-icon__hjJCa{color:#bdbdbd;height:20px;width:20px}.InstrumentServicesDetails_wrapper__x\+Wcu .InstrumentServicesDetails_row__O0n4f{align-items:center;display:flex;flex-direction:row}.InstrumentServicesDetails_wrapper__x\+Wcu .InstrumentServicesDetails_flex__PFKkG{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.InstrumentServicesDetails_wrapper__x\+Wcu .InstrumentServicesDetails_text__ITnNi{min-width:50px;padding-right:4px}.InstrumentServicesDetails_wrapper__x\+Wcu .InstrumentServicesDetails_text-blue__VBndD{color:#266e6a;min-width:50px;padding-right:4px}.InstrumentServicesDetails_wrapper__x\+Wcu .InstrumentServicesDetails_box__rmN1H{background-color:#e5e5e5;border-radius:10px;cursor:pointer;padding:10px;position:relative}.InstrumentServicesDetails_wrapper__x\+Wcu .InstrumentServicesDetails_tuner-box__NG9KQ{margin-top:8px}.InstrumentServicesDetails_wrapper__x\+Wcu .InstrumentServicesDetails_tuner-image__f056W{height:26px;margin:0 6px 0 0;padding:4px 0;width:26px}.InstrumentServicesDetails_wrapper__x\+Wcu .InstrumentServicesDetails_description__2BK1n{align-items:space-between;display:flex;flex-direction:column;justify-content:center;margin:5px 0 25px;width:100%}.InstrumentServicesDetails_wrapper__x\+Wcu .InstrumentServicesDetails_title__BQaGG{margin-bottom:10px}.InstrumentServicesDetails_wrapper__x\+Wcu .InstrumentServicesDetails_link__ByXcY{stroke-width:.6;bottom:4px;color:#266e6a;height:24px;margin:0 8px;position:absolute;right:12px;width:24px}.InstrumentServicesDetails_wrapper__x\+Wcu .InstrumentServicesDetails_toggle__1wQq3{stroke-width:.8;margin:0 10px;position:absolute;right:2px;top:8px}.InstrumentServicesDetails_wrapper__x\+Wcu .InstrumentServicesDetails_instrument-title__TG6yd{color:#deab52;font-weight:700}.InstrumentServicesDetails_wrapper__x\+Wcu .InstrumentServicesDetails_red-text__ecpqd{color:#d24444}.InstrumentServicesDetails_wrapper__x\+Wcu .InstrumentServicesDetails_info-image__SQ1Nr{height:21px;margin:0 8px 0 0;padding:4px 0;width:21px}.Toggle_wrapper__vdOzL{align-items:center;display:flex;flex-direction:row;height:10px;justify-content:center;margin-top:10px;width:20px}.Toggle_wrapper__vdOzL .Toggle_text__h6D2\+{color:#fff;height:10px;margin-right:8px;width:-webkit-fit-content;width:fit-content}.Toggle_custom__jKWLo{opacity:1!important}.Toggle_custom__jKWLo *{box-shadow:none!important}.Toggle_flex__O93tr{align-items:flex-start;margin:20px 0}.Toggle_active-container__OmL\+8,.Toggle_flex__O93tr{display:flex;flex-wrap:wrap;justify-content:space-between}.Toggle_active-container__OmL\+8{align-items:center}@media only screen and (min-width:768px){.Toggle_active-container__OmL\+8{padding:15px 0 15px 15px}}@media only screen and (max-width:768px){.Toggle_active-container__OmL\+8{padding:15px 0 15px 15px}}.Toggle_active-text__hK2NB{padding-right:8px}.Toggle_flex-col__sl4gb{align-items:flex-end;display:flex;flex:1 1 auto;flex-direction:column;justify-content:space-between;min-height:105px}@media(min-width:768px){.Toggle_flex-col__sl4gb{min-height:120px}}.Toggle_flex-row__Xf3LZ{align-items:center;display:flex;flex-direction:row;justify-content:flex-end}.ClientServicesDetails_wrapper__GEhBO{display:flex;flex-direction:row;width:100%}.ClientServicesDetails_wrapper__GEhBO .ClientServicesDetails_notification-icon__Au\+dG{color:#bdbdbd;height:20px;width:20px}.ClientServicesDetails_wrapper__GEhBO .ClientServicesDetails_row__sfKw1{display:flex;flex-direction:row}.ClientServicesDetails_wrapper__GEhBO .ClientServicesDetails_flex__TpGxb{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.ClientServicesDetails_wrapper__GEhBO .ClientServicesDetails_text__UHCfE{min-width:50px;padding-right:4px}.ClientServicesDetails_wrapper__GEhBO .ClientServicesDetails_text-blue__6y6Hk{color:#266e6a;min-width:50px;padding-right:4px}.ClientServicesDetails_wrapper__GEhBO .ClientServicesDetails_box__1IE-N{background-color:#e5e5e5;border-radius:10px;cursor:pointer;padding:10px}.ClientServicesDetails_wrapper__GEhBO .ClientServicesDetails_description__AHzlC{align-items:space-between;display:flex;flex-direction:column;justify-content:center;margin:5px 0 25px;width:100%}.ClientServicesDetails_wrapper__GEhBO .ClientServicesDetails_title__Zu3Kp{color:#deab52;display:table;font-weight:700}.ClientServicesDetails_wrapper__GEhBO .ClientServicesDetails_sub-title__5K-W3{margin-bottom:10px}.ClientServicesDetails_wrapper__GEhBO .ClientServicesDetails_instrument-category__7kIR6{color:#000;font-weight:400;margin-left:5px;opacity:.6}.ClientServicesDetails_wrapper__GEhBO .ClientServicesDetails_link-icon__QtCsX{stroke-width:.8;color:#266e6a;height:20px;margin:0 10px;width:20px}.ClientServicesDetails_wrapper__GEhBO .ClientServicesDetails_link-container__zkcsX{display:flex;flex-direction:row;justify-content:flex-end}.ClientsCard_wrapper__bfgQ2{box-shadow:0 12px 28px 0 #0003,0 2px 4px 0 #0000001a,inset 0 0 0 1px #ffffff0d}.ClientsCard_wrapper-simple__2nuPg,.ClientsCard_wrapper__bfgQ2{border-radius:10px;margin:20px 0;overflow-wrap:anywhere;padding:15px}.ClientsCard_info-wrapper__EDL4H{cursor:pointer;display:flex;flex-direction:row;position:relative}.ClientsCard_contact-wrapper__rXnqK{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.ClientsCard_contact-icon-circled__1lZ3b,.ClientsCard_contact-icon__Nshdw{color:#266e6a;cursor:pointer;height:25px;width:25px}.ClientsCard_contact-icon-disabled__xPXo4{color:gray;cursor:default;height:25px;width:25px}.ClientsCard_contact-icon-wrapper__slTsD{border:1px solid #266e6a;border-radius:50%}.ClientsCard_contact-icon-wrapper-disabled__PGz5A,.ClientsCard_contact-icon-wrapper__slTsD{align-items:center;display:flex;flex-direction:column;height:25px;justify-content:center;padding:3px;width:25px}.ClientsCard_contact-icon-wrapper-disabled__PGz5A{border:1px solid gray;border-radius:50%;cursor:default}.ClientsCard_image__bJD\+R{align-items:center;border:1px solid #e5e5e5;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;height:100px;justify-content:center;object-fit:contain;padding:2px;position:relative;width:100px}.ClientsCard_image-container__jFbSF{position:relative}.ClientsCard_description-container__7RXwn{display:flex;flex-direction:column;justify-content:space-between;margin-left:15px}.ClientsCard_title__YhdYw{font-size:18px;font-weight:700}.ClientsCard_description__TO1jf{opacity:.5}.ClientsCard_location__wqkOd{color:#deab52;font-weight:700}.ClientsCard_logo-container__I7DKw{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap}.ClientsCard_logo__TYcJW{color:#bdbdbd;height:20px;margin-right:10px;width:20px}.ClientsCard_line__Edoom{border-bottom:1px solid #e0e0e0;margin:12px 0 10px;width:100%}.ClientsCard_left-margin__yMPrF{margin-left:5px}.ClientsCard_country-text__eX2aN{margin-top:2px;opacity:.6}.GlobalSearchElements_margin__fFUSo{margin:20px 0}.GlobalSearchElements_content__p-7GS{margin:10px 0}.ReminderDetailCard_wrapper__5vCuQ{display:flex;flex-direction:row;overflow-wrap:anywhere;width:100%}.ReminderDetailCard_wrapper__5vCuQ .ReminderDetailCard_bubble__hh8xt{background-color:#bdbdbd;border-radius:50%;height:40px;margin:5px 2px 1px 5px;width:40px}.ReminderDetailCard_wrapper__5vCuQ .ReminderDetailCard_bubble-container__UlTR0{align-items:center;display:flex;flex-direction:column;margin-right:10px}.ReminderDetailCard_wrapper__5vCuQ .ReminderDetailCard_bubble-out__G-2X3{background-color:#e5e5e5;border-radius:50%;height:50px;width:50px}.ReminderDetailCard_wrapper__5vCuQ .ReminderDetailCard_right__rDNfO{width:100%}.ReminderDetailCard_wrapper__5vCuQ .ReminderDetailCard_description__lJosN{align-items:space-between;display:flex;flex-direction:column;justify-content:center;margin:5px 0 10px;width:100%}.ReminderDetailCard_wrapper__5vCuQ .ReminderDetailCard_title__QbpxH{margin-bottom:10px}.ReminderDetailCard_wrapper__5vCuQ .ReminderDetailCard_line__JpA5b{background-color:#e5e5e5;height:1px;width:100%}.ReminderDetailCard_wrapper__5vCuQ .ReminderDetailCard_long-line__mg9jr{background-color:#e5e5e5;flex:2 1;height:100%;margin:0;width:1px}.ReminderDetailCard_wrapper__5vCuQ .ReminderDetailCard_short-line__4mgDJ{background-color:#e5e5e5;height:5px;margin:0;width:1px}.ReminderDetailCard_wrapper__5vCuQ .ReminderDetailCard_box__jZnGx{align-items:center;background-color:#e5e5e5;border-radius:10px;cursor:pointer;display:flex;flex-direction:row;justify-content:center;padding:10px}.ReminderDetailCard_wrapper__5vCuQ .ReminderDetailCard_grey-text__OgYZB{opacity:.6;padding-left:5px;white-space:nowrap}.ReminderDetailCard_wrapper__5vCuQ .ReminderDetailCard_green-text__yyXiE{color:#266e6a;padding:0 5px;white-space:nowrap}.MyAccountHeader_wrapper-edit__VLYJy{color:#266e6a}.MyAccountHeader_wrapper-delete__P\+tNj,.MyAccountHeader_wrapper-edit__VLYJy{align-items:center;cursor:pointer;display:flex;flex-direction:row;height:50px;justify-content:flex-end;width:100%}.MyAccountHeader_wrapper-delete__P\+tNj{color:darkred}.MyAccountHeader_icon__cr0pQ{height:20px;margin-left:10px;width:20px}.MyAccountHeader_spacer__UMIPk{height:50px;width:100%}.MyAccountForm_wrapper__YPFZc{padding-top:5px}.MyAccountForm_email-info__TJFTq{opacity:.5}.MyAccountForm_info-container__eWUV5{align-items:center;display:flex;flex-direction:row;margin-bottom:10px;margin-top:10px}.MyAccountForm_info-image__gyXXD{color:#1941a3;height:21px;margin:0 5px 2px 0;width:21px}.MyAccountForm_info-description__otisf{color:#1941a3;font-size:14px;font-weight:400}.MyAccountForm_indented__9zSAE{margin-left:10px}.MyAccountForm_submit-container__UOYrs{display:flex;justify-content:center;margin-bottom:25px;margin-top:50px;width:100%}.MyAccountForm_submit__scGCp{background-color:#266e6a!important}.MyAccountForm_subtitle__P2m\+R{font-weight:700;margin-bottom:20px}.MyAccountForm_line__Z8w14{border-bottom:1px solid #e0e0e0;margin:20px 0;width:100%}.MyAccountForm_country-dropdown-container__MmmV9{margin:15px 0}.MyAccountForm_row__1zeog{display:flex;flex-direction:row}.MyAccountForm_option__edgsX{margin:0 5px 0 15px}.MyAccountForm_text-wrap__whtND{word-break:break-all}.CollapseElement_wrapper__WxRU8{margin-top:20px}.CollapseElement_collapse__Dhl42{transition:height .5s}.CollapseElement_header__xI6sp{font-weight:700}.CollapseElement_header-not-bold__F\+sS6,.CollapseElement_header__xI6sp{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.CollapseElement_logo__xOuOD{cursor:pointer;height:25px;width:25px}.CollapseElement_logo-container__dZh4E{height:25px;width:25px}.CollapseElement_line__W5ftT{border-bottom:1px solid #e0e0e0;margin:10px 0;width:100%}.MySubscriptionDetails_wrapper__0SgkA{padding-top:30px}.MySubscriptionDetails_bubble__8GHDN{border:1px solid #e5e5e5;border-radius:10px;margin-right:10px;padding:5px 10px}.MySubscriptionDetails_line__D7CLQ{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:10px 0;width:80%}.MySubscriptionDetails_line__D7CLQ .MySubscriptionDetails_no-margin__Plrai{margin-right:0}.MySubscriptionDetails_center-text__8QSa5{text-align:center}.MySubscriptionDetails_title__ID9yo{font-weight:700}.MySubscriptionDetails_btn__npyQa{margin:5px 30px}.MySubscriptionDetails_btn-container__aMTbe{display:flex;flex-direction:column;margin:20px 0}.MySubscriptionDetails_indent__zhPgk{margin-left:10px}.MySubscriptionDetails_indent__zhPgk p{margin-bottom:8px}.MySubscriptionDetails_indent__zhPgk .MySubscriptionDetails_price__E6I-C{margin-bottom:20px}.MySubscriptionDetails_horizontal-line__wWgr5{background-color:#e0e0e0;height:1px;margin:5px 0 0}.PlanTitle_wrapper__Nxqzp{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:flex-start;min-height:50px;padding:8px 0}.PlanTitle_title__SE3br{font-weight:700;text-transform:uppercase}.PlanTitle_line__vxvao{background-color:#e0e0e0;height:1px;margin:0}.Plan_v-line__VfZNA{background-color:#e5e5e5;height:100%;width:1px}.Plan_wrapper__p5RmA{background-color:#fff;border-radius:10px;box-shadow:0 12px 28px 0 #0003,0 2px 4px 0 #0000001a,inset 0 0 0 1px #ffffff0d;height:100%;margin:20px 0;padding:20px}.Plan_info-row__QMTsW,.Plan_row__xWWPR{display:flex;flex-direction:row;width:100%}.Plan_info-row__QMTsW{padding:5px 0}.Plan_half__jSIhX{margin-right:5px;min-width:35%}.Plan_collapse-container__Qb1QZ{width:100%}.Plan_image__ufago{height:100px;object-fit:contain;padding:2px;width:100px}.Plan_image-container__e\+yyk{height:100px;margin-right:15px;width:100px}.Plan_title__vo8VU{margin-right:10px}.Plan_price__ltumD,.Plan_title__vo8VU{font-weight:700;text-transform:uppercase}.Plan_price__ltumD{color:#deab52;white-space:nowrap}.Plan_user__dRlWO{opacity:.5}.Plan_content__ObRha{padding-top:10px}.Plan_btn-container__2ySuY{display:flex;justify-content:flex-end}.Plan_time-icon__CO2H7{color:#deab52;margin-right:10px}.Plan_time-description__oWHig{opacity:.5}.Plan_sync-icon__hrqNc{color:#266e6a;margin-right:10px}.Plan_sync-description__CwWqA{opacity:.5}.Plan_text-container__qe-QH{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}.Plan_line__koCVz{border-bottom:1px solid #e0e0e0;margin:10px 0;width:100%}.Plan_line-big-padding__s8zpF{border-bottom:1px solid #e0e0e0;margin:20px 0;width:100%}.Plan_bubble__cgbCi{background-color:#bdbdbd;border-radius:50%;height:22px;width:22px}.Plan_bubble-container__9M94d{align-items:center;display:flex;flex-direction:column;margin-right:10px}.Plan_long-line__xRp4z{background-color:#e5e5e5;flex:2 1;height:100%;margin:0;width:1px}.Plan_short-line__Li8PR{background-color:#e5e5e5;height:12px;margin:0;width:1px}.Plan_additional-info__00uLS{margin-left:5px;opacity:.6}.Plan_coupon-button__S3x1K{margin-right:16px}.Plan_coupon-modal-wrapper__CoJjS{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-around;text-align:center;width:100%}.Plan_coupon-modal-title__VEWEv{font-weight:700}.Plan_coupon-modal-content__UYBVc{white-space:normal}.Plan_coupon-modal-button-container__6TX39{align-items:center;display:flex;flex-direction:row;gap:8px;justify-content:space-around;width:100%}.CurrencyLanguageForm_wrapper__6YiMc{display:flex;flex-direction:column;padding-top:10px}.CurrencyLanguageForm_row__j7LBZ{align-items:center;display:flex;flex-direction:row;margin:10px 0}.CurrencyLanguageForm_center-row__onV79{align-items:center;display:flex;flex-direction:row;justify-content:center}.CurrencyLanguageForm_download-row__H1UQq{align-items:center;cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:15px 0}.CurrencyLanguageForm_language-container__g341t{cursor:pointer;font-family:Georgia,Times New Roman,serif;font-size:16px;margin:30px 0;padding:5px 10px;width:50%}.CurrencyLanguageForm_language-container__g341t option{padding:5px 0}.CurrencyLanguageForm_language-container__g341t:disabled{-webkit-text-fill-color:#000;appearance:none;-webkit-appearance:none;background-color:#fff;color:#000;opacity:1;padding:5px 10px}.CurrencyLanguageForm_blue-title__aF7zp{color:#266e6a;font-weight:700;margin:20px 0}.CurrencyLanguageForm_icon__faREE{height:25px;width:25px}.CurrencyLanguageForm_currency__mDJ85{margin-left:15px;width:30%}.CurrencyLanguageForm_currency__mDJ85:disabled{background-color:#fff}.CurrencyLanguageForm_unit__\+VLXa{align-items:center;display:flex;flex-direction:row;margin:0 0 10px 30px}.CurrencyLanguageForm_unit-row__66VwV{display:flex;flex-direction:row}.CurrencyLanguageForm_unit-text__Hn1Xj{padding-top:10px}.CurrencyLanguageForm_unit-title__UGt8u{text-align:center;width:35px}.CurrencyLanguageForm_indented__41Wdw{margin-left:10px}.CurrencyLanguageForm_last-element__\+1NgZ{padding-bottom:50px}.CurrencyLanguageForm_left__E0sT9{margin-right:15px}.CurrencyLanguageForm_line__RhNbL{background-color:#e0e0e0;height:1px;margin:0}.CurrencyLanguageForm_user-db-description__-Om8k{color:#bdbdbd}.CurrencyLanguageForm_info-container__d-4HK{align-items:center;display:flex;flex-direction:row;margin-bottom:10px}.CurrencyLanguageForm_info-image__ARlNZ{color:#1941a3;height:21px;margin:0 5px 2px 0;width:21px}.CurrencyLanguageForm_info-description__AovHp{color:#1941a3;font-size:14px;font-weight:400}.EditHeader_wrapper__FcrKV{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:flex-end;width:100%}.EditHeader_wrapper__FcrKV .EditHeader_row__dJ1ZW{align-items:center;cursor:pointer;display:flex;flex-direction:row}.EditHeader_wrapper__FcrKV .EditHeader_trash__bhgLi{color:darkred}.EditHeader_wrapper__FcrKV .EditHeader_icon__iG2de{color:#266e6a;height:25px;margin-left:10px;width:25px}.InstrumentDetailHeader_wrapper__59ZPz{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:flex-end;width:100%}.InstrumentDetailHeader_wrapper__59ZPz .InstrumentDetailHeader_icon__evFHh{color:#266e6a;height:25px;margin-left:10px;width:25px}.InstrumentDetailHeader_wrapper__59ZPz .InstrumentDetailHeader_line__anF\+2{background-color:#bdbdbd;height:60%;margin:0 10px;width:2px}.InstrumentDetailHeader_wrapper__59ZPz .InstrumentDetailHeader_option__OjcEr{align-items:center;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-end}.InstrumentDetailsForm_attribute__5s0UF{width:80px}.InstrumentDetailsForm_attribute-primary__9z\+qn{color:#deab52}.InstrumentDetailsForm_attribute-indented__MZEvX{margin-left:15px;width:80px}.InstrumentDetailsForm_row__axMP9{align-items:center;display:flex;flex-direction:row;margin:15px 0}.InstrumentDetailsForm_row-center__rXlfs{align-items:center;display:flex;flex-direction:row;justify-content:center;margin:30px 0 10px}.InstrumentDetailsForm_note__GPwFZ{border:1px solid #e5e5e5;border-radius:10px;height:auto;min-height:20px;padding:10px;width:-moz-available;width:-webkit-fill-available;width:stretch}.InstrumentDetailsForm_text__SaGZT{min-width:25px}.InstrumentDetailsForm_line__oR03s{background-color:#e0e0e0;height:1px;margin:0}.InstrumentDetailsForm_bolded__Y9ZSI{font-weight:700}.InstrumentDetailsForm_placeholder__RGNlE{color:#e0e0e0}.LatestInfo_attribute__ajyWG{text-align:center;width:170px}.LatestInfo_attribute-primary__A\+DeC{color:#deab52}.LatestInfo_row__HrC7n{align-items:center;display:flex;flex-direction:row;margin:15px 0 15px 30px}.LatestInfo_row__HrC7n input{margin:0 5px;width:50%}.LatestInfo_note__fQWBG{border:1px solid #e5e5e5;border-radius:10px;height:auto;padding:10px;width:-moz-available;width:-webkit-fill-available;width:stretch}.LatestInfo_text__cl79Q{min-width:25px}.LatestInfo_icon__kdhs5{color:#266e6a;height:25px;margin-right:15px;width:25px}.LatestInfo_white-input__8T55u{background-color:#fff}.TimeAndAmount_edit-attribute__84CTk{text-align:center;width:50%}.TimeAndAmount_edit-attribute-primary__KixzQ{color:#deab52}.TimeAndAmount_attribute__7Wg1p{text-align:center;width:170px}.TimeAndAmount_attribute-primary__XCU5n{color:#deab52}.TimeAndAmount_row__t-Gux{align-items:center;display:flex;flex-direction:row;margin:15px 0 15px 30px}.TimeAndAmount_row__t-Gux input{margin:0 10px}.TimeAndAmount_row-center__WMejR{align-items:center;display:flex;flex-direction:row;margin:15px 0}.TimeAndAmount_row-center__WMejR input{margin:0 10px}.TimeAndAmount_icon__990vt{color:#266e6a;height:25px;margin-right:15px;width:25px}.TimeAndAmount_currency-container__4mEuc,.TimeAndAmount_icon-container__H73Ej{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.IdHeader_wrapper__VkVnH{justify-content:flex-end}.IdHeader_wrapper__VkVnH,.MenuBar_wrapper__D3ARI{align-items:center;display:flex;flex-direction:row}.MenuBar_wrapper__D3ARI{border:1px solid #266e6a;border-radius:10px;margin-bottom:24px}.MenuBar_menu-item__44cyx{align-items:center;cursor:pointer;display:flex;flex-direction:row;justify-content:center;margin:4px 16px}.MenuBar_menu-item__44cyx:active{color:#2f2f2f}@media only screen and (min-width:768px){.MenuBar_menu-item__44cyx{align-items:center;display:flex;flex-direction:row;justify-content:center;margin:6px 24px}}.MenuBar_menu-item__44cyx{color:#bdbdbd}.MenuBar_menu-item__44cyx svg{height:22px;width:22px}.QrCodeModal_wrapper__4lcnr{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-around;min-height:250px;text-align:center;width:100%}.QrCodeModal_btn-container__vdl42{display:flex;flex-direction:row;justify-content:center;width:100%}.QrCodeModal_title__GMU6i{font-weight:700}.QrCodeModal_content__O17lb{padding:12px 0;white-space:normal}.QrCodeModal_option__pbGUq{gap:4px;justify-content:start!important;text-align:left}.InstrumentForm_input__DtH-G{margin:10px 0;padding:0 10px;width:95%}.InstrumentForm_row__Ogdbm{align-items:center;display:flex;flex-direction:row;justify-content:center;margin:25px 0}.InstrumentForm_error-text__CkkGb{color:darkred}.InstrumentForm_orange__Ds0D1{color:#deab52;margin-bottom:10px}.InstrumentForm_radio-button-text__wgF3d{margin-right:25px}.InstrumentForm_green-text__SnqaC{color:#659892;font-weight:700;margin-left:5px}.InstrumentForm_flex-container__ltQaF{align-items:center;display:flex;flex-direction:row;justify-content:left}.InstrumentForm_info-container__tGb55{align-items:center;display:flex;flex-direction:row;margin-bottom:10px}.InstrumentForm_info-image__LDid0{color:#1941a3;height:21px;margin:0 5px 2px 0;width:21px}.InstrumentForm_info-description__WHXMY{color:#1941a3;font-size:14px;font-weight:400}.InstrumentForm_indented__KQfoL{margin-left:10px}.InstrumentForm_size-row__jkHi4{align-items:center;display:flex;flex-direction:row;justify-content:center}.InstrumentForm_size-row__jkHi4 input{margin-right:24px}.AttachmentIcons_row__5i7Hx{align-items:center;display:flex;flex-direction:row;margin:15px 0}.AttachmentIcons_row-idented__dONlA{margin-left:25px}.AttachmentIcons_icon__7Rl5a{color:#266e6a;cursor:pointer;height:25px;margin-right:15px;width:25px}.AttachmentIcons_icon-attach__j\+HPR{margin-left:15px}.ImageCropper_wrapper__1MQ0Y{margin:24px 0}.ImageCropper_crop-button__7d8OU{margin-right:12px;margin-top:12px}.ImageCropper_button-container__B7OAY{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.ClientsInstruments_icon-part__DwsB7{align-items:center;cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:center;margin-right:10px}.ClientsInstruments_line__X4M-G{flex-grow:1;height:15px;margin:0}.ClientsInstruments_text-part__idPdt{color:#deab52;font-weight:700;overflow-wrap:anywhere}.ClientsInstruments_cursor-pointer__54ViQ{cursor:pointer}.ClientsInstruments_instrument-container__IFqc8{align-items:center;display:flex;flex-direction:row;justify-content:left}.ClientsInstruments_icon__qtZZR{color:#266e6a;flex-grow:1;height:25px;width:25px}.ClientsInstruments_info-container__DL4r0{align-items:center;display:flex;flex-direction:row;margin-bottom:20px;margin-top:10px}.ClientsInstruments_info-image__bF2kS{color:#1941a3;height:21px;margin:0 5px 2px 2px;width:21px}.ClientsInstruments_info-description__Nto9h{color:#1941a3;font-size:14px;font-weight:400}.ChooseBrand_row__HK3bU{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;justify-content:space-between;margin:20px 0}.ChooseBrand_inp-container__4R8gu{width:400px}.ChooseBrand_inp__nWBBY{margin:0!important}.ChooseBrand_text__0q56-{min-width:100px;text-align:center}.ChooseBrand_line__6kxE2{background-color:#bdbdbd;height:20px;margin:0 10px;width:2px}.ChooseBrand_gold__DwBhn{color:#deab52;margin-left:20px;margin-right:5px;min-width:0}.ChooseBrand_no-space__6S5NA{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.ChooseBrand_input__\+RwDS{width:-webkit-fill-available}.AttachmentHeader_wrapper__onOt9{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:space-between;width:100%}.AttachmentHeader_wrapper__onOt9 .AttachmentHeader_row__nX2SU{align-items:center;cursor:pointer;display:flex;flex-direction:row}.AttachmentHeader_right-align__MtIDa{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:right;width:100%}.AttachmentHeader_right-align__MtIDa .AttachmentHeader_row__nX2SU{align-items:center;cursor:pointer;display:flex;flex-direction:row}.AttachmentHeader_delete-text__ZbpzW{color:darkred;font-weight:700}.AttachmentHeader_edit-text__DP4rL{color:#266e6a;font-weight:700}.AttachmentHeader_delete-icon__hR0ZJ{color:darkred;height:20px;margin-left:10px;width:20px}.AttachmentHeader_button__dUYlr:active,.AttachmentHeader_button__dUYlr:focus,.AttachmentHeader_button__dUYlr:hover{box-shadow:none!important;outline:none!important}.AttachmentHeader_button__dUYlr{background:linear-gradient(#e5e5e5 42%,#fff 78%);border-image:linear-gradient(#e5e5e5 42%,#fff 78%);border-radius:10px;border-style:solid;border-width:1px;color:#266e6a;font-family:Georgia,Times New Roman,serif;font-size:16px;font-weight:700;height:30px;min-width:100px}.AttachmentHeader_warning-wrapper__pjvwc{align-items:center;display:flex;flex-direction:row;margin:12px 0 24px}.AttachmentHeader_info-text__CvjET{color:#1941a3}.SwitcherComponent_row__xQVmV{align-items:center;display:flex;flex-direction:row}.SwitcherComponent_row__xQVmV .SwitcherComponent_title__GTGn9{color:#deab52;cursor:pointer;display:flex;font-weight:700;justify-content:center;text-transform:uppercase;transition:color .5s ease;width:100%}.SwitcherComponent_row__xQVmV .SwitcherComponent_title-selected__flWFa{color:#deab52}.SwitcherComponent_row__xQVmV .SwitcherComponent_title-unselected__5jTHM{color:#aaa}.SwitcherComponent_row__xQVmV .SwitcherComponent_title-small__kMTGN{word-wrap:break-word;display:block;text-align:center;width:33%}.SwitcherComponent_row__xQVmV .SwitcherComponent_line__Zfc6z{height:1px;margin:10px 0;transition:background-color .5s ease-in-out;width:100%}.SwitcherComponent_row__xQVmV .SwitcherComponent_line-selected__fu-oQ{background-color:#deab52}.SwitcherComponent_row__xQVmV .SwitcherComponent_line-unselected__jYGJO{background-color:#e5e5e5}.SwitcherComponent_row__xQVmV .SwitcherComponent_content__jYVXc{transition:all 1s ease-in-out}.AttachmentImages_wrapper__SXnvD{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.AttachmentImages_wrapper__SXnvD .AttachmentImages_modal-image__pTIm8{background-color:#fff;height:100%;object-fit:contain;width:100%}.AttachmentImages_wrapper__SXnvD .AttachmentImages_image-container__a16kc{position:relative}.AttachmentImages_wrapper__SXnvD .AttachmentImages_image-container__a16kc .AttachmentImages_image__V7cyK{border:1px solid #e5e5e5;border-radius:10px;cursor:pointer;height:120px;margin:10px;object-fit:cover;width:120px}.AttachmentImages_wrapper__SXnvD .AttachmentImages_image-container__a16kc .AttachmentImages_logo__hAMK7{border:1px solid #deab52;border-radius:50%;bottom:20px;color:#fff;height:25px;position:absolute;right:20px;width:25px}.AttachmentImages_wrapper__SXnvD .AttachmentImages_image-container__a16kc .AttachmentImages_logo-selected__D5lIJ{background-color:#deab52}.AttachmentImages_wrapper__SXnvD .AttachmentImages_image-container__a16kc .AttachmentImages_logo-unselected__tHKX-{background-color:#fff}.AttachmentImages_grid__hAxuN{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.AttachmentAttachments_row__awBfg{align-items:center;display:flex;flex-direction:row;width:-moz-available;width:-webkit-fill-available;width:stretch}.AttachmentAttachments_row__awBfg .AttachmentAttachments_title__UBnCm{color:#222;cursor:pointer;font-weight:700;margin-left:5px;text-decoration:none;width:-moz-available;width:-webkit-fill-available;width:stretch;word-break:break-all}.AttachmentAttachments_row__awBfg .AttachmentAttachments_logo-container__A7Nzj{align-items:center;display:flex;height:30px;justify-content:center;width:30px}.AttachmentAttachments_row__awBfg .AttachmentAttachments_logo-container__A7Nzj .AttachmentAttachments_logo__nZCkG{border:1px solid #deab52;border-radius:50%;color:#fff;height:25px;width:25px}.AttachmentAttachments_row__awBfg .AttachmentAttachments_logo-container__A7Nzj .AttachmentAttachments_logo-selected__ELzDL{background-color:#deab52}.AttachmentAttachments_row__awBfg .AttachmentAttachments_logo-container__A7Nzj .AttachmentAttachments_logo-unselected__p0wEg{background-color:#fff}.AttachmentAttachments_line__asYyr{background-color:#e5e5e5;height:1px;margin:10px 0;width:100%}.ClientsForm_row__5InB8{align-items:center;display:flex;flex-direction:row;justify-content:center;margin:15px 0}.ClientsForm_row-memo__ZwUNO{align-items:center;display:flex;flex-direction:row;margin:10px 0}.ClientsForm_input__C2xcF{border:1px solid #e5e5e5;border-radius:15px;font-size:16px;height:25px;margin-left:15px;outline:0;padding-left:10px;width:100%}.ClientsForm_input-line__wFoiK{margin:0}.ClientsForm_input-left__c8FPz{margin:0 15px 0 0}.ClientsForm_icon__XU7Im{color:#266e6a;height:25px;width:25px}.ClientsForm_phone-container__rTT3J{margin-top:50px}.ClientsForm_btn-container__CUQYp{align-items:center;display:flex;justify-content:center;margin:30px 0}.ClientsForm_error-message__cVspK{color:darkred;margin-top:10px}.ClientsForm_double-row__WX8Im{align-items:center;display:flex;flex-direction:row}.ClientsForm_double-row__WX8Im p{width:50%}.ClientsForm_double-row__WX8Im .ClientsForm_left-p__foQPz{margin-left:25px}.ClientsForm_disconnect-instrument__9Ks7h{color:#1941a3;margin:15px 0 15px 20px}.ClientsForm_info-container__\+7FVk{align-items:center;display:flex;flex-direction:row;margin:15px 0 0 3px}.ClientsForm_info-container-no-padding__7\+4gA{align-items:center;display:flex;flex-direction:row;margin:0 0 0 3px}.ClientsForm_info-image__3faNo{color:#1941a3;height:21px;margin:0 5px 2px 0;width:21px}.ClientsForm_info-description__2DxPf{color:#1941a3;font-size:13px;font-weight:400}.ClientsForm_connect-instrument__n9Lru{color:#deab52;font-weight:700;margin:10px 0}.ClientsForm_indented__Ek38A{margin-left:10px}.ClientsForm_type-title__PpvZV{margin-bottom:10px;margin-top:10px}.ClientsForm_company-name__MBYKg{margin:10px 0}.GeneralInfoBox_info-container__2sHFt{align-items:center;display:flex;flex-direction:row;margin-top:12px}.GeneralInfoBox_info-image__YzmPj{color:#1941a3;height:21px;margin:0 5px 2px 2px;width:21px}.GeneralInfoBox_info-description__IjRxQ{color:#1941a3;font-size:14px;font-weight:400}.ClientsEditForm_row__C6PzZ{display:flex;flex-direction:row;justify-content:space-between}.ClientsEditForm_row-simple__RSQaj{align-items:center;display:flex;flex-direction:row;margin:15px 0 15px 10px}.ClientsEditForm_row-button__SHlDj{display:flex;justify-content:center;margin:20px 0}.ClientsEditForm_icon__bhGvE{color:#deab52;height:25px;width:25px}.ClientsEditForm_address__tqB0X{margin:0 20px;overflow-wrap:anywhere}.ClientsEditForm_logos__nLj\+b{color:#266e6a;height:25px;width:25px}.ClientsEditForm_last-element__8lEMr{padding-bottom:30px}.ClientsEditForm_link__c2rg6{cursor:pointer;overflow-wrap:anywhere}.ClientDetails_instrument-count__9NQJc{padding-left:4px}.RemindersCard_wrapper__fknMB{box-shadow:0 12px 28px 0 #0003,0 2px 4px 0 #0000001a,inset 0 0 0 1px #ffffff0d}.RemindersCard_wrapper-simple__wp7UG,.RemindersCard_wrapper__fknMB{border-radius:10px;margin:20px 0;overflow-wrap:anywhere;padding:15px}.RemindersCard_info-wrapper__-gYkN{align-items:center;cursor:pointer;display:flex;flex-direction:row}.RemindersCard_contact-wrapper__jcrwc{align-items:center;display:flex;flex-direction:row;justify-content:flex-end}.RemindersCard_contact-icon__bydgT{color:#266e6a;height:25px;width:25px}.RemindersCard_contact-icon-wrapper__TGbVS{height:25px;width:25px}.RemindersCard_image__o4veb{align-items:center;border:1px solid #e5e5e5;border-radius:10px;display:flex;height:100px;justify-content:center;object-fit:contain;padding:2px;position:relative;width:100px}.RemindersCard_image-container__dMZgJ{position:relative}.RemindersCard_description-container__t4QSE{display:flex;flex-direction:column;justify-content:space-between;margin-left:15px;min-height:100px;min-width:100px}.RemindersCard_title__c-sBF{font-weight:700}.RemindersCard_description__p0S4f{color:#deab52;font-weight:700}.RemindersCard_clientData__2cK4c{opacity:.6}.RemindersCard_logo-container__6XJC6{align-items:center;display:flex;flex-direction:row}.RemindersCard_logo__MrqBg{color:#bdbdbd;height:20px;margin-right:10px;width:20px}.RemindersCard_logo-me__wpAMy{color:darkred;height:20px;margin-right:10px;width:20px}.RemindersCard_swap-elements__yZ5fS{display:flex;flex-direction:column-reverse}.InstrumentServicesHeader_wrapper__D\+sQX{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:space-between;width:100%}.InstrumentServicesHeader_new-wrapper__YhgDY{align-items:center;cursor:pointer;display:flex;flex-direction:row}.InstrumentServiceIconInfo_wrapper__\+aPxG{align-items:start;display:flex;flex-direction:row;margin:12px 14px 24px}.InstrumentServiceIconInfo_info-container__-8ZRt{align-items:center;display:flex;flex-direction:row;margin-bottom:8px}.InstrumentServiceIconInfo_info-icon__AhKki{color:#1941a3;height:21px;margin:0 8px 0 0;width:21px}.InstrumentServiceIconInfo_info-image__bPFWQ{height:21px;margin:0 5px 0 0;width:21px}.InstrumentServiceIconInfo_info-description__UfHhK{color:#1941a3;font-size:15px;font-weight:400}.InstrumentServiceIconInfo_info-description-right__ju0HO{color:#1941a3;font-size:15px;font-weight:400;padding-left:4px}.InstrumentServiceIconInfo_info-red__Ix0o1{height:21px;margin:0 5px 0 0;width:21px}.InstrumentServiceIconInfo_info-red__Ix0o1 path{fill:#d24444}.InstrumentServiceIconInfo_info-image-green__BRTTS{height:21px;margin:0 5px 0 0;width:21px}.InstrumentServiceIconInfo_info-image-green__BRTTS path{fill:#266e6a}.InstrumentServiceIconInfo_info-content__6tv1a{padding-top:2px}.InstrumentServiceIconInfo_info-toggle__SYPIw{margin-left:-6px;scale:.8}.InstrumentServiceIconInfo_indented__pCslB{margin-left:10px}.InstrumentServiceIconInfo_link-icon__vKGPt{stroke-width:.8;color:#266e6a;height:20px;margin:0 5px 0 0;width:20px}.RemindersForm_input__SxO-r{border:0}.RemindersForm_input-container__ZCImO{align-items:center;display:flex;flex-direction:row;margin:10px 0}.RemindersForm_input__SxO-r{border:1px solid #e5e5e5;border-radius:15px;color:#222;font-family:Georgia,Times New Roman,serif;font-size:16px;outline:0;padding:5px 10px;width:-moz-available;width:-webkit-fill-available;width:stretch}.RemindersForm_date-text__iJSQR{flex-basis:35%;width:200px}.RemindersForm_btn-container__T0BJs{display:flex;justify-content:center;margin:40px 0}.RemindersForm_btn-container-secondary__esvJ7{display:flex;justify-content:center;margin:40px 0 10px}.RemindersForm_bubble__Y-FO-{margin:10px 0}.RemindersForm_error-message__3\+mvX{color:darkred}.RemindersForm_info-container__yxQFh{align-items:center;display:flex;flex-direction:row;margin-bottom:10px}.RemindersForm_info-image__esqOB{color:#1941a3;height:21px;margin:0 5px 2px 0;width:21px}.RemindersForm_info-description__UDxIE{color:#1941a3;font-size:13px;font-weight:400}.RemindersForm_flex__pCUlO{align-items:center;display:flex;flex-direction:row}.RemindersForm_padding__JCVCP{padding-right:15px}.RemindersForm_indented__Sgv-p{margin-left:10px}.RemindersForm_repeat-value__WtMcD{margin:0 15px;padding:5px!important;text-align:center;width:35%}.RemindersForm_last-element__fw7A0{margin-top:50px}.RemindersForm_value__cgQwz{align-items:center;border-radius:15px;display:flex;flex-direction:row;height:30px;margin:0 16px;width:60%}.RemindersForm_value__cgQwz:empty:before{content:"-"}.RemindersForm_no-margin__NJi8M{margin:0!important}.RemindersForm_delete-icon__FmwrI{color:#266e6a;cursor:pointer;height:25px;width:25px}.RemindersForm_row__o012k{align-items:center;display:flex;flex-direction:row;width:100%}.RemindersForm_input-wrapper__a3WbC{position:relative;width:100%}.RemindersForm_react-date-picker__wrapper__hrnIh{border:0}.react-calendar{background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em;max-width:100%;width:350px}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{margin:.5em;width:50%}.react-calendar,.react-calendar *,.react-calendar :after,.react-calendar :before{box-sizing:border-box}.react-calendar button{border:0;margin:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{background:none;min-width:44px}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:focus,.react-calendar__navigation button:enabled:hover{background-color:#e6e6e6}.react-calendar__month-view__weekdays{font-size:.75em;font-weight:700;text-align:center;text-transform:uppercase}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{align-items:center;display:flex;font-size:.75em;font-weight:700;justify-content:center}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth{color:#757575}.react-calendar__century-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__year-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{background:none;line-height:16px;max-width:100%;padding:10px 6.6667px;text-align:center}.react-calendar__tile:disabled{background-color:#f0f0f0}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:focus,.react-calendar__tile--now:enabled:hover{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:focus,.react-calendar__tile--hasActive:enabled:hover{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.react-date-picker{display:inline-flex;position:relative}.react-date-picker,.react-date-picker *,.react-date-picker :after,.react-date-picker :before{box-sizing:border-box}.react-date-picker--disabled{background-color:#f0f0f0;color:#6d6d6d}.react-date-picker__wrapper{border:thin solid gray;display:flex;flex-grow:1;flex-shrink:0}.react-date-picker__inputGroup{box-sizing:initial;flex-grow:1;min-width:calc(12px + 4.754em);padding:0 2px}.react-date-picker__inputGroup__divider{padding:1px 0;white-space:pre}.react-date-picker__inputGroup__input{-moz-appearance:textfield;background:none;border:0;box-sizing:initial;font:inherit;height:100%;min-width:.54em;padding:0 1px;position:relative}.react-date-picker__inputGroup__input::-webkit-inner-spin-button,.react-date-picker__inputGroup__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-date-picker__inputGroup__input:invalid{background:#ff00001a}.react-date-picker__inputGroup__input--hasLeadingZero{margin-left:-.54em;padding-left:calc(1px + .54em)}.react-date-picker__button{background:#0000;border:0;padding:4px 6px}.react-date-picker__button:enabled{cursor:pointer}.react-date-picker__button:enabled:focus .react-date-picker__button__icon,.react-date-picker__button:enabled:hover .react-date-picker__button__icon{stroke:#0078d7}.react-date-picker__button:disabled .react-date-picker__button__icon{stroke:#6d6d6d}.react-date-picker__button svg{display:inherit}.react-date-picker__calendar{left:0;max-width:100vw;position:absolute;top:100%;width:350px;z-index:1}.react-date-picker__calendar--closed{display:none}.react-date-picker__calendar .react-calendar{border-width:thin}.IdComponent_wrapper__9TJ-N{align-items:center;display:flex;flex-direction:row;justify-content:flex-end;margin:5px 0}.ServiceProjectsHeader_wrapper__GWEjK{flex-wrap:wrap;height:60px;justify-content:space-between}.ServiceProjectsHeader_wrapper__GWEjK,.ServiceProjectsHeader_wrapper__GWEjK div{align-items:center;display:flex;flex-direction:row}.ServiceProjectsHeader_horizontal__-k1S-{background-color:#e5e5e5;height:20px;margin:0 10px;width:2px}.ServiceProjectsHeader_title__8bLE-{color:#222;cursor:pointer;text-transform:uppercase}.ServiceProjectsHeader_title-selected__NVQ\+-{color:#deab52;cursor:pointer;text-transform:uppercase}.ServiceProjectsHeader_line__spBK3{background-color:#e0e0e0;height:1px;margin:0}.ServiceProjectsHeader_active-text__YyTtL{padding:0 6px}.ServiceProjectsHeader_active-wrapper__zUh6k{flex:1 1;justify-content:flex-end;order:2}.ServiceProjectsHeader_category-wrapper__o0g90{flex:1 1;order:1}.InstrumentServiceCard_wrapper__Nxeje{cursor:pointer;display:flex;flex-direction:row;overflow-wrap:anywhere}.InstrumentServiceCard_wrapper__Nxeje .InstrumentServiceCard_green-bubble__Db0em{background-color:#266e6a;border-radius:50%;height:40px;margin:5px 2px 1px 5px;width:40px}.InstrumentServiceCard_wrapper__Nxeje .InstrumentServiceCard_green-bubble__Db0em:hover{cursor:pointer}.InstrumentServiceCard_wrapper__Nxeje .InstrumentServiceCard_green-bubble-container__xPG5D{align-items:center;display:flex;flex-direction:column;margin-right:10px}.InstrumentServiceCard_wrapper__Nxeje .InstrumentServiceCard_green-bubble-out__KReGA{background-color:#e5e5e5;border-radius:50%;height:50px;width:50px}.InstrumentServiceCard_wrapper__Nxeje .InstrumentServiceCard_bubble__VeSVl{background-color:#bdbdbd;border-radius:50%;height:40px;margin:5px 2px 1px 5px;width:40px}.InstrumentServiceCard_wrapper__Nxeje .InstrumentServiceCard_bubble__VeSVl:hover{cursor:pointer}.InstrumentServiceCard_wrapper__Nxeje .InstrumentServiceCard_bubble-container__5I2QM{align-items:center;display:flex;flex-direction:column;margin-right:10px}.InstrumentServiceCard_wrapper__Nxeje .InstrumentServiceCard_bubble-out__l0PJ1{background-color:#e5e5e5;border-radius:50%;height:50px;width:50px}.InstrumentServiceCard_wrapper__Nxeje .InstrumentServiceCard_bubble-out-red__CbqHB{background-color:#d24444;border-radius:50%;height:50px;width:50px}.InstrumentServiceCard_wrapper__Nxeje .InstrumentServiceCard_right__UzJSW{width:100%}.InstrumentServiceCard_wrapper__Nxeje .InstrumentServiceCard_long-line__NqPFH{background-color:#e5e5e5;flex:2 1;height:100%;margin:0;width:1px}.InstrumentServiceCard_wrapper__Nxeje .InstrumentServiceCard_short-line__iLWgX{background-color:#e5e5e5;height:5px;margin:0;width:1px}.InstrumentServiceCard_wrapper__Nxeje .InstrumentServiceCard_red-icon__k7tD2{color:darkred;margin-left:1px;margin-right:12px}.InstrumentServiceCard_wrapper__Nxeje .InstrumentServiceCard_logo__YQDAh{color:#bdbdbd;height:20px;margin-right:10px;width:20px}.InstrumentServiceCard_wrapper__Nxeje .InstrumentServiceCard_lighter__v\+03n{opacity:.6;padding-right:8px}.InstrumentServiceCard_wrapper__Nxeje .InstrumentServiceCard_image__bW2Ck{align-items:center;border:1px solid #e5e5e5;border-radius:10px;display:flex;height:100px;justify-content:center;object-fit:contain;padding:2px;position:relative;width:100px}.InstrumentServiceCard_wrapper__Nxeje .InstrumentServiceCard_image-wrapper__Nk7iJ{position:relative}.InstrumentServiceCard_wrapper__Nxeje .InstrumentServiceCard_image-row__7s4Wx{align-items:center;cursor:pointer;display:flex;flex-direction:row}.InstrumentServiceCard_wrapper__Nxeje .InstrumentServiceCard_image-icon__vjX8Q{background-color:#bdbdbd;border-radius:10px;color:#fff;cursor:pointer;height:auto;padding:25px;width:-moz-available;width:-webkit-fill-available;width:stretch}.InstrumentServiceCard_wrapper__Nxeje .InstrumentServiceCard_box__8WgLQ{background-color:#e5e5e5;border-radius:10px;cursor:pointer;margin:6px 0;padding:10px}.InstrumentServiceCard_wrapper__Nxeje .InstrumentServiceCard_title__wScZq{color:#deab52;font-size:18px;font-weight:700;margin-top:16px}.InstrumentServiceCard_wrapper__Nxeje .InstrumentServiceCard_subtitle__meFRu{font-size:18px}.InstrumentServiceCard_wrapper__Nxeje .InstrumentServiceCard_description-container__Ash54{display:flex;flex:1 1;flex-direction:column;justify-content:space-between;min-height:100px;min-width:100px}.InstrumentServiceCard_wrapper__Nxeje .InstrumentServiceCard_date-section__15zfm{align-items:start;display:flex;flex-direction:column;gap:8px;margin-bottom:8px;margin-top:16px}.InstrumentServiceCard_wrapper__Nxeje .InstrumentServiceCard_date-text__yxyH9{font-weight:400}.InstrumentServiceCard_wrapper__Nxeje .InstrumentServiceCard_date-text-bold__7XgsY{font-weight:700}.InstrumentServiceCard_wrapper__Nxeje .InstrumentServiceCard_date-icon__ZoGI6{height:22px;margin:0 8px;width:22px}.InstrumentServiceCard_wrapper__Nxeje .InstrumentServiceCard_link-icon__Onx6E{stroke-width:.8;color:#266e6a;height:20px;margin:0 10px;width:20px}.InstrumentServiceCard_wrapper__Nxeje .InstrumentServiceCard_link-container__hCaOf{display:flex;flex-direction:row;justify-content:flex-end}.InstrumentServiceCard_wrapper__Nxeje .InstrumentServiceCard_flex__bvuRN{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.InstrumentServiceCard_wrapper__Nxeje .InstrumentServiceCard_info-red__GVp6z{height:22px;margin:0 8px;width:22px}.InstrumentServiceCard_wrapper__Nxeje .InstrumentServiceCard_info-red__GVp6z path{fill:#d24444}.InstrumentServiceCard_wrapper__Nxeje .InstrumentServiceCard_red-text__GImQL{color:#d24444}.ServiceIconInfo_wrapper__o\+2Nr{align-items:start;display:flex;flex-direction:row;margin:12px 14px 24px}.ServiceIconInfo_info-container__imc5q{align-items:center;display:flex;flex-direction:row;margin:8px 0}.ServiceIconInfo_info-icon__daCMs{color:#1941a3;height:21px;margin:8px 8px 0 0;width:21px}.ServiceIconInfo_info-image__nf711{height:21px;margin:0 5px 0 0;width:21px}.ServiceIconInfo_info-description__rJCSf{color:#1941a3;font-size:15px;font-weight:400}.ServiceIconInfo_info-description-right__vL1O8{color:#1941a3;font-size:15px;font-weight:400;padding-left:4px}.ServiceIconInfo_info-red__1Vrkz{height:21px;margin:0 5px 0 0;width:21px}.ServiceIconInfo_info-red__1Vrkz path{fill:#d24444}.ServiceIconInfo_indented__xmbMp{margin-left:10px}.ServiceIconInfo_link-icon__yz\+Mh{stroke-width:.8;color:#266e6a;height:20px;margin:0 5px 0 0;width:20px}.ActiveServiceCard_wrapper__WL2G-{display:flex;flex-direction:row;overflow-wrap:anywhere}.ActiveServiceCard_wrapper__WL2G- .ActiveServiceCard_green-bubble__FEHyK{align-items:center;background-color:#266e6a;border-radius:50%;color:#fff;display:flex;flex-direction:column;font-family:Georgia,Times New Roman,serif;font-size:20px;height:40px;justify-content:center;margin:5px 2px 1px 5px;width:40px}.ActiveServiceCard_wrapper__WL2G- .ActiveServiceCard_green-bubble__FEHyK:hover{cursor:pointer}.ActiveServiceCard_wrapper__WL2G- .ActiveServiceCard_green-bubble-container__iwVWk{align-items:center;display:flex;flex-direction:column;margin-right:10px}.ActiveServiceCard_wrapper__WL2G- .ActiveServiceCard_green-bubble-out__PGE-Q{background-color:#e5e5e5;border-radius:50%;height:50px;width:50px}.ActiveServiceCard_wrapper__WL2G- .ActiveServiceCard_bubble__a0KTe{align-items:center;background-color:#bdbdbd;border-radius:50%;display:flex;flex-direction:column;font-family:Georgia,Times New Roman,serif;font-size:20px;height:40px;justify-content:center;margin:5px 2px 1px 5px;width:40px}.ActiveServiceCard_wrapper__WL2G- .ActiveServiceCard_bubble__a0KTe:hover{cursor:pointer}.ActiveServiceCard_wrapper__WL2G- .ActiveServiceCard_bubble-container__PlxHg{align-items:center;display:flex;flex-direction:column;margin-right:10px}.ActiveServiceCard_wrapper__WL2G- .ActiveServiceCard_bubble-out__E5jWt{background-color:#e5e5e5;border-radius:50%;height:50px;width:50px}.ActiveServiceCard_wrapper__WL2G- .ActiveServiceCard_bubble-out-red__edpG4{background-color:#d24444;border-radius:50%;height:50px;width:50px}.ActiveServiceCard_wrapper__WL2G- .ActiveServiceCard_right__0xQ21{width:100%}.ActiveServiceCard_wrapper__WL2G- .ActiveServiceCard_short-line__cQINY{background-color:#e5e5e5;height:5px;margin:0;width:1px}.ActiveServiceCard_wrapper__WL2G- .ActiveServiceCard_mid-line__chw09{background-color:#e5e5e5;height:24px;margin:0;width:1px}.ActiveServiceCard_wrapper__WL2G- .ActiveServiceCard_long-line__8kVJH{background-color:#e5e5e5;flex:2 1;height:100%;margin:0;width:1px}.ActiveServiceCard_wrapper__WL2G- .ActiveServiceCard_clock-icon__I1B7Z{height:21px;width:21px}.ActiveServiceCard_detail-wrapper__2Tkbq{display:flex;flex-direction:row;width:100%}.ActiveServiceCard_detail-wrapper__2Tkbq .ActiveServiceCard_notification-icon__laNBN{color:#bdbdbd;height:20px;width:20px}.ActiveServiceCard_detail-wrapper__2Tkbq .ActiveServiceCard_row__xHa4h{display:flex;flex-direction:row}.ActiveServiceCard_detail-wrapper__2Tkbq .ActiveServiceCard_row-center__0b-MH{align-items:center;display:flex;flex-direction:row}.ActiveServiceCard_detail-wrapper__2Tkbq .ActiveServiceCard_flex__6tiPq{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.ActiveServiceCard_detail-wrapper__2Tkbq .ActiveServiceCard_text__omaIP{min-width:50px;padding-right:4px}.ActiveServiceCard_detail-wrapper__2Tkbq .ActiveServiceCard_text-blue__xAi39{color:#266e6a;min-width:50px;padding-right:4px}.ActiveServiceCard_detail-wrapper__2Tkbq .ActiveServiceCard_box__F5h-Y{background-color:#e5e5e5;border-radius:10px;cursor:pointer;padding:10px}.ActiveServiceCard_detail-wrapper__2Tkbq .ActiveServiceCard_tuner-box__JqJdK{margin-top:8px}.ActiveServiceCard_detail-wrapper__2Tkbq .ActiveServiceCard_tuner-image__UDbYx{height:26px;margin-right:6px;width:26px}.ActiveServiceCard_detail-wrapper__2Tkbq .ActiveServiceCard_description__VIXZS{align-items:space-between;display:flex;flex-direction:column;justify-content:center;margin:5px 0 25px;width:100%}.ActiveServiceCard_detail-wrapper__2Tkbq .ActiveServiceCard_title__93Mqu{margin-bottom:10px}.ActiveServiceCard_detail-wrapper__2Tkbq .ActiveServiceCard_link-icon__waacA{stroke-width:.8;color:#266e6a;height:20px;margin:0 10px;width:20px}.ActiveServiceCard_detail-wrapper__2Tkbq .ActiveServiceCard_link-container__R5Ovu{display:flex;flex-direction:row;justify-content:flex-end}.ActiveServiceCard_detail-wrapper__2Tkbq .ActiveServiceCard_date-title__aSqdS{color:#deab52;font-weight:700}.ActiveServiceCard_detail-wrapper__2Tkbq .ActiveServiceCard_instrument-title__eHMFk{color:#266e6a;font-weight:700;margin:4px 0}.ActiveServiceCard_detail-wrapper__2Tkbq .ActiveServiceCard_icon__hujc4{height:21px;padding-left:8px;width:21px}.ActiveServiceCard_detail-wrapper__2Tkbq .ActiveServiceCard_red-icon__V0r2S{color:darkred;margin-left:1px;margin-right:12px}.ActiveServiceCard_detail-wrapper__2Tkbq .ActiveServiceCard_logo__o1e\+e{color:#bdbdbd;height:20px;margin-right:10px;width:20px}.ActiveServiceCard_detail-wrapper__2Tkbq .ActiveServiceCard_lighter__PlcwX{opacity:.6;padding-right:8px}.ActiveServiceCard_detail-wrapper__2Tkbq .ActiveServiceCard_image__t1r3g{align-items:center;border:1px solid #e5e5e5;border-radius:10px;display:flex;height:100px;justify-content:center;object-fit:contain;padding:2px;position:relative;width:100px}.ActiveServiceCard_detail-wrapper__2Tkbq .ActiveServiceCard_image-wrapper__bxcGf{position:relative}.ActiveServiceCard_detail-wrapper__2Tkbq .ActiveServiceCard_image-row__JDwJP{align-items:center;cursor:pointer;display:flex;flex-direction:row}.ActiveServiceCard_detail-wrapper__2Tkbq .ActiveServiceCard_image-icon__XFVXs{background-color:#bdbdbd;border-radius:10px;color:#fff;cursor:pointer;height:auto;padding:25px;width:-moz-available;width:-webkit-fill-available;width:stretch}.ActiveServiceCard_detail-wrapper__2Tkbq .ActiveServiceCard_date-time-info-wrapper__DSMN4{margin:12px 0 0}.ActiveServiceCard_detail-wrapper__2Tkbq .ActiveServiceCard_date-time-info-wrapper__DSMN4 p{font-size:16px}.ActiveServiceCard_detail-wrapper__2Tkbq .ActiveServiceCard_info-red__Nk7EB{height:22px;margin:0 8px;width:22px}.ActiveServiceCard_detail-wrapper__2Tkbq .ActiveServiceCard_info-red__Nk7EB path{fill:#d24444}.ActiveServiceCard_detail-wrapper__2Tkbq .ActiveServiceCard_small-top-padding__N4gte{padding-top:4px}.ProjectForm_row__fDSwR{align-items:center;display:flex;flex-direction:row;height:30px;justify-content:space-between;margin:10px 0}.ProjectForm_name__rKkF8{color:#deab52;font-weight:700}.ProjectForm_inp__7CmyJ{margin-left:10px;width:-moz-available;width:-webkit-fill-available;width:stretch}.ProjectForm_date-input__Evq8P{align-items:center;margin:0 15px;width:60%}.ProjectForm_btn-container__432E1{display:flex;justify-content:center;margin:20px 0}.ProjectForm_error-text__1RWeH{color:darkred}.ProjectForm_subtitle__0flE3{align-items:center;display:flex;flex-direction:row;margin:10px 0;min-height:30px}.ProjectForm_text__j621c{margin-left:20px;overflow-wrap:anywhere}.ProjectForm_min-width__I22FF{min-width:30%}.ProjectForm_delete-icon__Sd58Y{color:#266e6a;cursor:pointer;height:25px;margin-top:5px;width:25px}.ProjectForm_input-wrapper__Fv-bO{position:relative;width:70%}.ServiceDate_row__O70nZ{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:10px 0 10px 10px}.ServiceDate_next-text__Z6PUr{color:#266e6a}.ServiceDate_error-text__0VqM8{color:darkred}.ServiceDate_date-input__Nrpc4{margin:0 15px;min-width:60%;width:60%}.ServiceDate_delete-icon__Y038L{color:#266e6a;cursor:pointer;height:25px;margin-top:5px;width:25px}.ServiceDate_input-wrapper__Wz-dc{position:relative;width:70%}.ServiceDate_info-container__hKBwt{align-items:center;display:flex;flex-direction:row;margin-bottom:10px}.ServiceDate_info-image__NWh5C{color:#1941a3;height:21px;margin:0 5px 2px 0;width:21px}.ServiceDate_info-description__DzL0v{color:#1941a3;font-size:14px;font-weight:400}.ServiceDate_clock-info__PAv0Z{align-items:center;display:flex}.ServiceDate_clock-info-icon__YRSiG{color:#659892;height:24px;margin-left:8px;width:24px}.ServiceDate_clock-info__PAv0Z input,.ServiceDate_clock-info__PAv0Z p{flex:1 1;margin-left:16px}.ChooseProject_row__cAfEW{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:20px 0}.ChooseProject_inp-container__bHObH{width:200px}.ChooseProject_inp__4Uru0{margin:0!important}.ChooseProject_text__EeRVX{min-width:100px;text-align:center}.ChooseProject_line__BngXt{background-color:#bdbdbd;height:20px;margin:0 10px;width:2px}.ChooseProject_gold__GzN77{color:#deab52;margin-left:20px;margin-right:5px;min-width:0}.ChooseProject_no-space__2mGn\+{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.ChooseProject_input__Q79lU{width:90%}.ServiceForm_btn-wrapper__LJxk6{display:flex;justify-content:center;margin:20px 0}.ServiceForm_title__WMDpq{width:94%}.ServiceForm_error-text__bNZsC{color:darkred;margin-bottom:5px}.ServiceForm_indented__iao-f{margin-left:10px}.ServiceForm_last-element__yyFH1{height:50px}.ServiceForm_inp__t2EsY{align-items:center;display:flex;margin:0!important;min-height:30px;padding:0 10px!important}.ProjectHeader_wrapper__5S12e{justify-content:space-between}.ProjectHeader_wrapper-left__3CGRz,.ProjectHeader_wrapper__5S12e{align-items:center;display:flex;flex-direction:row;height:100%;width:100%}.ProjectHeader_wrapper-left__3CGRz{justify-content:flex-end}.ProjectHeader_wrapper-left__3CGRz .ProjectHeader_icon__qrYOM{color:#266e6a;height:20px;margin-left:10px;width:20px}.ProjectHeader_wrapper-left__3CGRz .ProjectHeader_line__APzuY{background-color:#bdbdbd;height:60%;margin:0 10px;width:2px}.ProjectHeader_flex__lK\+t6{align-items:center;display:flex;flex-direction:row;justify-content:flex-end}.ProjectHeader_link__5Hgy7{cursor:pointer}.ClientsReminderDetailCard_wrapper__Uha7g{display:flex;flex-direction:row;overflow-wrap:anywhere;width:100%}.ClientsReminderDetailCard_wrapper__Uha7g .ClientsReminderDetailCard_bubble__bJ3To{background-color:#bdbdbd;border-radius:50%;height:40px;margin:5px 2px 1px 5px;width:40px}.ClientsReminderDetailCard_wrapper__Uha7g .ClientsReminderDetailCard_bubble-container__BWgW\+{align-items:center;display:flex;flex-direction:column;margin-right:10px}.ClientsReminderDetailCard_wrapper__Uha7g .ClientsReminderDetailCard_bubble-out__xgFEB{background-color:#e5e5e5;border-radius:50%;height:50px;width:50px}.ClientsReminderDetailCard_wrapper__Uha7g .ClientsReminderDetailCard_right__6bJtR{width:100%}.ClientsReminderDetailCard_wrapper__Uha7g .ClientsReminderDetailCard_row__MI8z0{display:flex;flex-direction:row}.ClientsReminderDetailCard_wrapper__Uha7g .ClientsReminderDetailCard_description__bAyKA{align-items:space-between;display:flex;flex-direction:column;justify-content:center;margin:5px 0 10px;width:100%}.ClientsReminderDetailCard_wrapper__Uha7g .ClientsReminderDetailCard_title__0ftxN{color:#deab52;display:table;font-weight:700}.ClientsReminderDetailCard_wrapper__Uha7g .ClientsReminderDetailCard_sub-title__W4GCc{margin-bottom:10px;margin-top:4px}.ClientsReminderDetailCard_wrapper__Uha7g .ClientsReminderDetailCard_line__5gI62{background-color:#e5e5e5;height:1px;width:100%}.ClientsReminderDetailCard_wrapper__Uha7g .ClientsReminderDetailCard_long-line__HdtMM{background-color:#e5e5e5;flex:2 1;height:100%;margin:0;width:1px}.ClientsReminderDetailCard_wrapper__Uha7g .ClientsReminderDetailCard_short-line__PVNBD{background-color:#e5e5e5;height:5px;margin:0;width:1px}.ClientsReminderDetailCard_wrapper__Uha7g .ClientsReminderDetailCard_box__RIKYR{align-items:center;background-color:#e5e5e5;border-radius:10px;cursor:pointer;display:flex;flex-direction:row;justify-content:center;padding:10px}.ClientsReminderDetailCard_wrapper__Uha7g .ClientsReminderDetailCard_grey-text__M\+Pan{opacity:.6;padding-left:5px;white-space:nowrap}.ClientsReminderDetailCard_wrapper__Uha7g .ClientsReminderDetailCard_green-text__hvx3t{color:#266e6a;padding:0 5px;white-space:nowrap}.ClientsReminderDetailCard_wrapper__Uha7g .ClientsReminderDetailCard_instrument-category__WjX2S{color:#000;font-weight:400;margin-left:5px;opacity:.6}.InstrumentServices_info-container__URYrI{align-items:flex-start;display:flex;flex-direction:row;margin-bottom:10px;padding:5px 0 5px 15px}.InstrumentServices_info-image__Sf5SF{color:#1941a3;height:21px;margin:0 5px 2px 0;width:21px}.InstrumentServices_info-description__0ouTL{color:#1941a3;font-size:14px;font-weight:400;margin-left:12px}.GuestInstrumentDetails_attribute__xgp0d{width:80px}.GuestInstrumentDetails_attribute-primary__WEQJa{color:#deab52}.GuestInstrumentDetails_attribute-indented__v3fZN{margin-left:15px;width:80px}.GuestInstrumentDetails_row__t7wB9{align-items:center;display:flex;flex-direction:row;margin:15px 0}.GuestInstrumentDetails_row-center__4hVYI{align-items:center;display:flex;flex-direction:row;justify-content:center;margin:30px 0 10px}.GuestInstrumentDetails_note__i-r7t{border:1px solid #e5e5e5;border-radius:10px;height:auto;min-height:20px;padding:10px;width:-moz-available;width:-webkit-fill-available;width:stretch}.GuestInstrumentDetails_text__foKWw{min-width:25px}.GuestInstrumentDetails_line__RQB0Z{background-color:#e0e0e0;height:1px;margin:0}.GuestInstrumentDetails_bolded__6S7lw{font-weight:700}.GuestInstrumentDetails_placeholder__Xl9J7{color:#e0e0e0}.GuestInstrumentDetails_gray-card__WKPyi{background-color:#e0e0e0;border-radius:12px;margin-top:32px;padding:0 12px 6px}.GuestInstrumentDetails_white-input__GvNT1{background-color:#fff;width:100%!important}.GuestInstrumentDetails_label-margin__-grhp{min-width:80px}.GuestInstrumentDetails_title-margin__uMBGB{margin-top:24px}.GuestInstrumentDetails_icon__-xnrp{color:#266e6a;cursor:pointer;height:25px;margin-left:15px;margin-right:15px;width:25px}.GuestInstrumentDetails_error-message__2715e{color:darkred;margin-top:12px}.GuestInstrumentDetails_bottom__y7uir{margin-bottom:40px}.LoginPermissions_attribute__Vd7FO{width:80px}.LoginPermissions_attribute-primary__yv7\+s{color:#deab52}.LoginPermissions_attribute-indented__fS19w{margin-left:15px;width:80px}.LoginPermissions_row__UDwf0{align-items:start;display:flex;flex-direction:column;margin:15px 0}.LoginPermissions_row-center__\+ASds{align-items:center;display:flex;flex-direction:row;justify-content:center;margin:30px 0 10px}.LoginPermissions_note__yqQL8{border:1px solid #e5e5e5;border-radius:10px;height:auto;min-height:20px;padding:10px;width:-moz-available;width:-webkit-fill-available;width:stretch}.LoginPermissions_text__36Zgn{min-width:25px}.LoginPermissions_line__NpfZC{background-color:#e0e0e0;height:1px;margin:0}.LoginPermissions_bolded__QEdPu{font-weight:700}.LoginPermissions_placeholder__1DnBp{color:#e0e0e0}.LoginPermissions_gray-card__txkk0{background-color:#e0e0e0;border-radius:12px;margin-top:32px;padding:0 12px 6px}.LoginPermissions_white-input__JbNmU{background-color:#fff;width:90%!important}.LoginPermissions_label-margin__AmhLQ{min-width:80px}.LoginPermissions_title-margin__WjY8G{margin-top:24px}.LoginPermissions_input-error__05Xt7{color:darkred;margin-top:8px}.LoginPermissions_icon__VMqHC{color:darkred;cursor:pointer;height:25px;margin-left:15px;margin-right:15px;width:25px}.LoginPermissions_email-section__jwPIz{padding-bottom:40px}.LoginPermissions_email-row__PhSz\+{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:18px 0}.LoginPermissions_label__UtG8E{margin-bottom:8px}.LoginPermissions_separator__3qUBz{background-color:#deab52;height:1px;width:100%}.ServiceRequestForm_btn-wrapper__EdOoC{display:flex;justify-content:center;margin:20px 0}.ServiceRequestForm_title__1qfqN{width:94%}.ServiceRequestForm_error-text__lCbw9{color:darkred;margin-bottom:5px}.ServiceRequestForm_indented__yOiYy{margin-left:10px}.ServiceRequestForm_last-element__Y6LuM{height:50px}.ServiceRequestForm_inp__8l8Ex{align-items:center;display:flex;margin:0!important;min-height:30px;padding:0 10px!important}.ServiceRequestForm_row__EQAOE{align-items:center;display:flex;flex-direction:row;gap:12px;justify-content:center;margin:15px 0}.ServiceRequestForm_icon__eK9p4{color:#266e6a;height:25px;width:25px}.ServiceRequestForm_attachment-image__O8zsN{border-radius:24px;height:200px;object-fit:contain;width:200px}.ReactLoader_wrapper__L2DSi{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:#ffffff1a;display:flex;height:100%;justify-content:center;position:fixed;right:0;top:0;width:100%;z-index:2000}.App_toast__\+mlyE{background-color:#cbcbcb}body{font-family:Georgia,Times New Roman,serif;margin:0}#root{display:flex;flex-direction:column;height:100%;min-height:100vh}p{margin:0}hr{border-color:#e5e5e5}input[type=date][value=""],input[type=date][value=""]:not(:focus){opacity:.5}input[type=date]::-webkit-calendar-picker-indicator{background:#0000;bottom:0;color:#0000;cursor:pointer;height:100%;left:0;position:absolute;right:0;top:0;width:100%}main{flex:1 0 auto}.last-element{padding-top:50px}.react-date-picker__wrapper{border:0!important;flex:1 1!important;flex-direction:row-reverse!important;width:100%!important}.react-date-picker__inputGroup{-webkit-appearance:none;-moz-appearance:none;border:1px solid #e5e5e5;border-radius:15px;display:none;font-size:16px;height:28px;margin:0 15px;min-width:60%!important;outline:0;text-align:center}.react-date-picker__calendar-button{margin-left:5px;margin-right:16px}button{cursor:pointer}button.primary:active,button.primary:focus,button.primary:hover{box-shadow:none!important;outline:none!important}button.primary{background-color:#deab52;border:0;border-radius:15px;color:#fff;font-family:Georgia,Times New Roman,serif;font-size:16px;font-weight:700;height:40px;min-width:100px}button.blue:active,button.blue:focus,button.blue:hover{box-shadow:none!important;outline:none!important}button.blue{background-color:#266e6a;border:0;border-radius:15px;color:#fff;font-family:Georgia,Times New Roman,serif;font-size:16px;font-weight:700;height:40px;min-width:100px;padding-left:12px;padding-right:12px}button.secondary:active,button.secondary:focus,button.secondary:hover{box-shadow:none!important;outline:none!important}button.secondary{background-color:darkred;border:0;border-radius:15px;color:#fff;font-family:Georgia,Times New Roman,serif;font-size:16px;font-weight:700;height:40px;min-width:100px}button.mixed:active,button.mixed:focus,button.mixed:hover{box-shadow:none!important;outline:none!important}button.mixed{background-color:#266e6a;border:0;border-radius:15px;color:#fff;font-family:Georgia,Times New Roman,serif;font-size:16px;font-weight:700;height:30px;min-width:100px}button.white:active,button.white:focus,button.white:hover{box-shadow:none!important;outline:none!important}button.white{background-color:#fff;border:2px solid #266e6a;border-radius:15px;color:#266e6a;font-family:Georgia,Times New Roman,serif;font-size:16px;font-weight:700;height:30px;min-width:100px}button.grey:active,button.grey:focus,button.grey:hover{box-shadow:none!important;outline:none!important}button.grey{background-color:#e0e0e0;border:2px solid #deab52;border-radius:15px;color:#659892;font-family:Georgia,Times New Roman,serif;font-size:16px;font-weight:700;height:36px;line-height:14px;min-width:100px}button:disabled{-webkit-text-fill-color:#000;-webkit-appearance:none;background-color:#e0e0e0;opacity:1}.h2{font-size:20px!important}.h3{font-size:16px!important}.h4{font-size:14px!important}.h5{font-size:12px!important}.bubble{border:1px solid #e5e5e5;border-radius:15px;margin-left:10px;margin-right:10px;min-width:20%;overflow-wrap:anywhere;padding:5px 10px}.bubble:empty:before{content:"-"}.bubble-no-p{border:1px solid #e5e5e5;border-radius:15px}.bubble-no-p option{background-color:#fff}.bubble-instrument{border:1px solid #e5e5e5;border-radius:15px;margin-left:10px;margin-right:10px;overflow-wrap:anywhere;padding:5px 10px;width:60%}.bubble-instrument:empty:before{content:"-"}.bubble-client{border:1px solid #e5e5e5;border-radius:15px;margin-left:10px;margin-right:10px;min-width:30%;padding:5px 10px}.bubble-client:empty:before{content:"-"}.bubble-center{align-items:center;border:1px solid #e5e5e5;border-radius:15px;display:flex;flex-direction:row;justify-content:center;margin:0 15px;padding:5px 0;width:36%}.bubble-center:empty:before{content:"-"}.bubble-date{align-items:center;border:1px solid #e5e5e5;border-radius:15px;display:flex;flex-direction:row;justify-content:center;margin:0 15px;padding:5px 0;width:60%}.bubble-date:empty:before{content:"-"}input::placeholder{color:#a9a9a9;opacity:1}input:-ms-input-placeholder{color:#a9a9a9}input::-ms-input-placeholder{color:#a9a9a9}input.primary:active,input.primary:focus,input.primary:hover{box-shadow:none!important;outline:none!important}input.primary{border:1px solid #e5e5e5;border-radius:15px;color:#222;font-family:Georgia,Times New Roman,serif;font-size:16px;height:30px;padding:0 10px}input.primary:disabled,input:disabled{-webkit-text-fill-color:#000;-webkit-appearance:none;background-color:#fff;opacity:1}input[type=file]{height:.1px;opacity:0;overflow:hidden;position:absolute;width:.1px;z-index:-1}label.custom-checkbox{align-items:center;cursor:pointer;display:flex;gap:.5rem;-webkit-user-select:none;user-select:none;width:-webkit-fit-content;width:fit-content}label.custom-checkbox:has(input:disabled){cursor:default}label.custom-checkbox input[type=checkbox]{display:none}label.custom-checkbox input[type=checkbox]:checked+.checkmark{background-color:#deab52;border-color:#deab52}label.custom-checkbox input[type=checkbox]:checked+.checkmark:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:12px;left:4px;position:absolute;top:-1px;transform:rotate(45deg);width:6px}label.custom-checkbox .checkmark{background-color:#fff;border:2px solid #ccc;border-radius:3px;box-sizing:border-box;height:20px;position:relative;width:20px}textarea{border:1px solid #e5e5e5;border-radius:15px;font-family:Georgia,Times New Roman,serif;font-size:16px;padding:10px;width:-webkit-fill-available;width:stretch;width:-moz-available}textarea:disabled{-webkit-text-fill-color:#000;-webkit-appearance:none;background-color:#fff;color:#000;opacity:1}textarea:empty:before{content:"-"}.radio-item{border:1px solid #deab52;border-radius:50%;color:#fff;content:" ";cursor:pointer;height:25px;position:relative;width:25px}.radio-item-selected{background-color:#deab52;color:#fff}.radio-item-selected:after{background-color:#deab52;border-radius:50%;content:" ";height:15px;left:0;position:absolute;top:0;width:15px}.radio-item-disabled{background-color:gray!important;border:1px solid gray;color:gray!important;cursor:not-allowed}.radio{flex-direction:row;justify-content:space-between;padding:5px 0}.radio,.radio-container{align-items:center;display:flex}.radio-container{cursor:pointer;justify-content:center;margin-right:5px;position:relative}.radio-instrument{align-items:center;display:flex;flex-direction:row;justify-content:left;padding:0 0 0 5px}.plus-circle{background-color:#deab52;border-radius:50%;color:#fff;height:25px;margin-left:10px;padding:3px;width:25px}.edit-icon{color:#266e6a;height:20px;margin-left:10px;width:20px}.filter-icon{background-color:#fff;border-radius:5px;color:#e5e5e5;height:30px;margin-right:10px;width:30px}.image-edit-icon{color:#fff;right:-5px}.image-delete-icon,.image-edit-icon{background-color:#e0e0e0;border-radius:50%;bottom:-5px;cursor:pointer;height:20px;padding:10px;position:absolute;width:20px}.image-delete-icon{color:darkred;left:-5px}.general-small-padding,.small{padding:0 30px}@media(max-width:1499.98px){.general-small-padding,.small{padding:0 30px}}@media(max-width:1199.98px){.general-small-padding,.small{padding:0 30px}}@media(max-width:990.98px){.general-small-padding,.small{padding:0 30px}}@media(max-width:767.98px){.general-small-padding,.small{padding:0 30px}}@media(max-width:575.98px){.general-small-padding,.small{padding:0 30px}}@media(max-width:419.98px){.general-small-padding,.small{padding:0 20px}}.react-toggle--checked .react-toggle-track{background-color:#266e6a!important}.react-toggle{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;background-color:initial;border:0;cursor:pointer;display:inline-block;padding:0;position:relative;touch-action:pan-x;-webkit-user-select:none;user-select:none}.react-toggle-screenreader-only{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.react-toggle--disabled{cursor:not-allowed;opacity:.5;transition:opacity .25s}.react-toggle-track{background-color:#4d4d4d;border-radius:30px;height:24px;padding:0;transition:all .2s ease;width:50px}.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#000}.react-toggle--checked .react-toggle-track{background-color:#19ab27}.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#128d15}.react-toggle-track-check{bottom:0;height:10px;left:8px;line-height:0;margin-bottom:auto;margin-top:auto;opacity:0;position:absolute;top:0;transition:opacity .25s ease;width:14px}.react-toggle--checked .react-toggle-track-check,.react-toggle-track-x{opacity:1;transition:opacity .25s ease}.react-toggle-track-x{bottom:0;height:10px;line-height:0;margin-bottom:auto;margin-top:auto;position:absolute;right:10px;top:0;width:10px}.react-toggle--checked .react-toggle-track-x{opacity:0}.react-toggle-thumb{background-color:#fafafa;border:1px solid #4d4d4d;border-radius:50%;box-sizing:border-box;height:22px;left:1px;position:absolute;top:1px;transition:all .5s cubic-bezier(.23,1,.32,1) 0ms;transition:all .25s ease;width:22px}.react-toggle--checked .react-toggle-thumb{border-color:#19ab27;left:27px}.react-toggle--focus .react-toggle-thumb{box-shadow:0 0 2px 3px #0099e0}.react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb{box-shadow:0 0 5px 5px #0099e0}