@import"https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap";*{box-sizing:border-box;font-family:Cabin;font-kerning:none;margin:0;padding:0;text-decoration:none;touch-action:manipulation;-webkit-user-drag:none}html{height:100%;width:100%}html::-webkit-scrollbar{border-right:4px solid #fefffe;height:10px;width:10px}html::-webkit-scrollbar-track{background:#fefffe;border-left:4px solid #fefffe;border-radius:5px;border-right:4px solid #fefffe;box-shadow:inset 0 0 9px #d2d4da;margin-bottom:4px;margin-top:4px}html::-webkit-scrollbar-thumb{background:#d2d4da;background-clip:padding-box;border:2px solid transparent;border-radius:4px}body,html{-webkit-tap-highlight-color:transparent;box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1}body{background-color:#fefffe;scroll-behavior:smooth}a{color:inherit;text-decoration:none}img{-webkit-user-drag:none}.button{background-color:#04080f;border:1px solid #04080f;border-radius:18px;color:#fefffe;cursor:pointer;flex-shrink:0;font-size:16px;font-weight:500;gap:8px;height:40px;line-height:100%;outline:none;overflow:hidden;padding:0 15px;position:relative;transition:all .2s ease-in-out;width:-moz-fit-content;width:fit-content;z-index:2}.button,.button .button-spinner{align-items:center;display:flex;justify-content:center}.button .button-spinner{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#e4e8ecbf;height:100%;left:0;position:absolute;top:0;width:100%}.button .button-spinner .spinner{animation:buttonSpinLoading 1s linear infinite;border:3px solid #fefffe;border-radius:50%;border-top-color:#04080f;height:24px;width:24px}@keyframes buttonSpinLoading{0%{transform:translate(0) rotate(0)}to{transform:translate(0) rotate(1turn)}}.button.add-item-button{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background-color:#04080fd9;border:1px solid rgba(228,232,236,.75);border-radius:28px;bottom:84px;box-shadow:0 2px 50px #0000001a;gap:12px;height:54px;left:50%;padding:0 32px;position:fixed;transform:translate(-50%)}.button.add-item-button .plus-icon:after,.button.add-item-button .plus-icon:before{background-color:#fefffe}@media (hover:hover){.button.add-item-button:hover{background-color:#04080ff2;border:1px solid rgba(228,232,236,.85)}}.button input{display:none}.button.full-width-button{max-width:100%;width:100%}.button.small-button{border-radius:12px;font-size:14px;height:26px;padding:0 10px}@media (hover:hover){.button:hover{background-color:#84c3ff;border-color:#84c3ff;color:#fefffe}}.button.primary-button{background-color:#39cefe;border-color:#39cefe;color:#fefffe}@media (hover:hover){.button.primary-button:hover{background-color:#00a6fb;border-color:#00a6fb}}.button.dark-outline{background-color:transparent;border-color:#04080f;color:#04080f}@media (hover:hover){.button.dark-outline:hover{background-color:#04080f;color:#fefffe}}.button.white-outline{background-color:#04080f;border-color:#fefffe;color:#fefffe}@media (hover:hover){.button.white-outline:hover{background-color:#fefffe;color:#04080f}}.button.is-invalid{background-color:#f71735;border-color:#f71735}@media (hover:hover){.button.is-invalid:hover{background-color:#f71735cc}}.button.is-invalid-outline{background-color:transparent;border-color:#f71735;color:#f71735}@media (hover:hover){.button.is-invalid-outline:hover{background-color:#f71735;color:#fefffe}}.button.primary-button-outline{background:#fefffe99;border-color:#39cefe;color:#39cefe}@media (hover:hover){.button.primary-button-outline:hover{background-color:#00a6fb;border-color:#00a6fb;color:#fefffe}}.button.volt-button{background-color:linear-gradient(90deg,#39cefe,#014d98 75%);border:none;color:#fefffe}@media (hover:hover){.button.volt-button:hover{background-color:linear-gradient(90deg,#014d98,#39cefe 75%)}}.button.landing-button{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-radius:28px;font-size:24px;font-weight:600;height:52px;padding:0 30px}.button.disabled-button,.button:disabled{cursor:not-allowed;opacity:.5}@media (hover:hover){.button.disabled-button:hover,.button:disabled:hover,.button:has(.button-spinner):hover{background-color:#04080f;border-color:#04080f;color:#fefffe}.button.disabled-button:hover.dark-outline,.button:disabled:hover.dark-outline,.button:has(.button-spinner):hover.dark-outline{background-color:#fefffe;border-color:#04080f;color:#04080f}.button.disabled-button:hover.primary-button,.button:disabled:hover.primary-button,.button:has(.button-spinner):hover.primary-button{background-color:#39cefe;border-color:#39cefe}.button.disabled-button:hover.is-invalid,.button:disabled:hover.is-invalid,.button:has(.button-spinner):hover.is-invalid{background-color:#f71735;border-color:#f71735}.button.disabled-button:hover.is-invalid-outline,.button:disabled:hover.is-invalid-outline,.button:has(.button-spinner):hover.is-invalid-outline{background-color:#fefffe;border-color:#f71735;color:#f71735}.button.disabled-button:hover.white-outline,.button:disabled:hover.white-outline,.button:has(.button-spinner):hover.white-outline{background-color:#04080f;border-color:#fefffe;color:#fefffe}.button.disabled-button:hover.primary-button-outline,.button:disabled:hover.primary-button-outline,.button:has(.button-spinner):hover.primary-button-outline{background-color:#fefffe;border-color:#00a6fb;color:#00a6fb}.button.disabled-button:hover.volt-button,.button:disabled:hover.volt-button,.button:has(.button-spinner):hover.volt-button{background-color:linear-gradient(90deg,#39cefe,#014d98 75%)}}.close-icon:after,.close-icon:before{border-radius:2px}.close-icon:hover:after,.close-icon:hover:before{background-color:#3bf}.legal-text-container{gap:24px}.container,.legal-text-container{display:flex;flex-direction:column}.container{gap:48px;margin:0 auto;max-width:1440px;padding:48px;width:100%}@media (max-width:1024px){.container{gap:24px;padding:24px}}@media (max-width:724px){.container{gap:16px;padding:16px}}.special-text{background:linear-gradient(90deg,#39cefe,#014d98 75%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;color:transparent}#chatra{bottom:96px!important;right:12px!important}body:has(.modal-component) #chatra{z-index:99!important}.dropdown-component .dropdown-component-outside .dropdown-arrow-box{border-left:none}.table-wrapper{flex-grow:1;overflow:auto}.table-wrapper .table-wrapper-box{display:flex;flex-direction:column;min-height:100%}.table-wrapper .table-wrapper-box .table .table-row.table-row-header{top:0}.table-wrapper .table-wrapper-box .table .table-row .table-cell,.table-wrapper .table-wrapper-box .table .table-row .table-cell p{white-space:nowrap;word-break:keep-all}@media (max-width:1024px){.table-wrapper .table-wrapper-box .table .table-row .table-cell,.table-wrapper .table-wrapper-box .table .table-row .table-cell p{white-space:normal;word-break:break-all}}.table-no-items-found{align-items:center;border-bottom:1px solid #d2d4da;display:flex;height:100%;justify-content:center;padding:12px;text-align:center;width:100%}.table{border:none;border-spacing:0;display:table;height:-moz-fit-content;height:fit-content;margin:0 auto;position:relative;width:100%}.table .table-row-body{display:table-row-group}.table .table-row{background-color:#fefffe;display:table-row;position:relative;transition:all .2s ease-in-out}.table .table-row:nth-child(2n),.table .table-row:nth-child(2n) .table-cell .table-buttons-cell .table-button{background-color:#f8f9fa}.table .table-row.is-invalid,.table .table-row.is-invalid .table-cell .table-buttons-cell .table-button{background-color:#fef0f2}@media (hover:hover){.table .table-row:hover,.table .table-row:hover .table-cell .table-buttons-cell .table-button{background-color:#f5f5f5}}.table .table-row .table-cell{border-bottom:1px solid #d2d4da;border-left:1px solid #d2d4da;display:table-cell;height:40px;padding:12px 8px;transition:all .2s ease-in-out;vertical-align:top}.table .table-row .table-cell p{word-break:break-all}.table .table-row .table-cell.max-width-50p{max-width:50px}.table .table-row .table-cell.max-width-100p{max-width:100px}.table .table-row .table-cell.max-width-150p{max-width:150px}.table .table-row .table-cell.max-width-200p{max-width:200px}.table .table-row .table-cell.max-width-250p{max-width:250px}.table .table-row .table-cell.max-width-300p{max-width:300px}.table .table-row .table-cell.max-width-350p{max-width:350px}.table .table-row .table-cell.max-width-400p{max-width:400px}.table .table-row .table-cell.max-width-450p{max-width:450px}.table .table-row .table-cell.max-width-500p{max-width:500px}.table .table-row .table-cell .table-cell-rendering-block{animation:tableGradient 2s ease-in-out infinite;background:linear-gradient(90deg,#d2d4da1a,#d2d4da80);background-size:200% 200%;border-radius:12px;display:flex;height:60%;width:75%}.table .table-row .table-cell:first-child{border-left:none}@keyframes tableGradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.table .table-row .table-cell .info-text{display:none}.table .table-row .table-cell:first-child{padding-left:24px}.table .table-row .table-cell:last-child,.table .table-row .table-cell:last-child:last-child{padding-right:24px}.table .table-row .table-cell:last-child:last-child.table-cell-buttons-header,.table .table-row .table-cell:last-child:last-child:has(.table-buttons-cell){border-left:none;padding:0;position:sticky;right:0}.table .table-row .table-cell.table-cell-center{text-align:center}.table .table-row .table-cell .table-buttons-cell{align-items:center;display:flex;height:100%;justify-content:flex-end}.table .table-row .table-cell .table-buttons-cell .table-button{align-items:center;background-color:#fefffe;border:none;border-left:1px solid #d2d4da;color:#00a6fb;cursor:pointer;display:flex;font-size:16px;font-weight:500;height:100%;line-height:100%;padding:12px;transition:all .2s ease-in-out}@media (hover:hover){.table .table-row .table-cell .table-buttons-cell .table-button:hover{background-color:#00a6fb;color:#fefffe}}.table .table-row .table-cell .table-buttons-cell .table-button.is-invalid{color:#f71735}@media (hover:hover){.table .table-row .table-cell .table-buttons-cell .table-button.is-invalid:hover{background-color:#f71735;color:#fefffe}}.table .table-row .table-cell .table-cell-flex{align-items:center;display:flex;gap:8px;justify-content:flex-start}.table .table-row.table-row-header{background-color:#fefffe;position:sticky;top:60px;z-index:4}@media (hover:hover){.table .table-row.table-row-header:hover{background-color:#fefffe}}.table .table-row.table-row-header .table-cell{border-top:1px solid #d2d4da;height:36px;padding:8px}@media (max-width:1024px){.table{display:flex;flex-direction:column}.table .table-row{border-bottom:1px solid #d2d4da;display:flex;flex-wrap:wrap;gap:12px;padding:12px;width:100%}.table .table-row:nth-child(2){border-top:1px solid #d2d4da}.table .table-row.table-row-header{display:none}.table .table-row .table-cell{border:none;display:flex;flex-direction:column;flex-grow:1;height:auto;max-height:-moz-fit-content;max-height:fit-content;padding:0;width:calc(50% - 6px)}.table .table-row .table-cell.max-width-100p,.table .table-row .table-cell.max-width-150p,.table .table-row .table-cell.max-width-200p,.table .table-row .table-cell.max-width-250p,.table .table-row .table-cell.max-width-300p,.table .table-row .table-cell.max-width-350p,.table .table-row .table-cell.max-width-400p,.table .table-row .table-cell.max-width-450p,.table .table-row .table-cell.max-width-500p,.table .table-row .table-cell.max-width-50p{max-width:100%}.table .table-row .table-cell:has(.table-cell-rendering-block){gap:4px;height:36px}.table .table-row .table-cell:has(.table-cell-rendering-block):after{animation:tableGradient 2s ease-in-out infinite;background:linear-gradient(90deg,#d2d4da1a,#d2d4da80);background-size:200% 200%;border-radius:12px;content:"";display:block;height:100%;width:100%}.table .table-row .table-cell .info-text{display:block}.table .table-row .table-cell .table-buttons-cell{flex-wrap:wrap;height:-moz-fit-content;height:fit-content;margin-bottom:-12px;margin-left:-12px;width:calc(100% + 24px)}.table .table-row .table-cell .table-buttons-cell .table-button{border:none;flex-grow:1;height:40px;justify-content:center;outline:1px solid #d2d4da;text-align:center}.table .table-row .table-cell:first-child{padding-left:0}.table .table-row .table-cell:last-child{padding-right:0}.table .table-row .table-cell:last-child:has(.table-buttons-cell){padding:0;position:relative;right:auto;width:100%}}@media (max-width:724px){.table .table-row .table-cell{width:100%}.table .table-row .table-cell .table-buttons-cell .table-button{min-width:50%}}.info-container-box{border-bottom:1px solid #d2d4da;border-top:1px solid #d2d4da;display:flex;flex-wrap:wrap;width:100%}.info-container-box .info-box{border-bottom:1px solid #d2d4da;display:flex;flex-direction:column;gap:5px;padding:20px;width:50%}.info-container-box .info-box.full-width{width:100%}.info-container-box .info-box img{height:auto;max-width:240px;-o-object-fit:contain;object-fit:contain;width:100%}.info-container-box .info-container-box-image{border-bottom:1px solid #d2d4da;display:flex;justify-content:center;padding-bottom:20px;width:100%}.info-container-box .info-container-box-image img{border-radius:50%;max-height:180px;-o-object-fit:contain;object-fit:contain}@media (max-width:724px){.info-container-box .info-box{width:100%}}.price-box{display:flex;gap:4px}.price-box .sale-price{color:#bac4ce;height:-moz-fit-content;height:fit-content;line-height:100%;position:relative}.price-box .sale-price:before{background-color:#bac4ce;content:"";height:2px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100%}.profile-container{display:flex;flex-direction:column;flex-grow:1;margin:0 auto;max-width:768px;width:100%}.loading-box{animation:gradient 2s ease-in-out infinite;background:linear-gradient(90deg,#d2d4da1a,#d2d4da80);background-size:200% 200%}.modal-component:has(.vue-advanced-cropper) .modal-component-container .modal-component-container-content{overflow:hidden;padding:0}.modal-component .modal-component-container .modal-component-container-content .modal-media-box{display:flex;flex-direction:column;gap:12px;padding-bottom:48px}.modal-component .modal-component-container .modal-component-container-content .modal-media-box .modal-media-box-item{background-color:#84c3ff1a;border-radius:10px 12px;box-shadow:0 0 6px #84c3ff1a;padding:12px;word-break:break-word}.modal-component .modal-component-container .modal-component-container-content .filter-modal-box{border-bottom:1px solid #f5f5f5;display:flex;flex-direction:column;gap:12px;padding-bottom:12px}.modal-component .modal-component-container .modal-component-container-content .filter-modal-box .filter-modal-box-options{display:flex;flex-wrap:wrap;gap:12px;width:100%}.modal-component .modal-component-container .modal-component-container-content .filter-modal-box .filter-modal-box-options .filter-modal-box-option{align-items:center;display:flex}.modal-component .modal-component-container .modal-component-container-content .filter-modal-box .filter-modal-box-options .filter-modal-box-option input[type=checkbox],.modal-component .modal-component-container .modal-component-container-content .filter-modal-box .filter-modal-box-options .filter-modal-box-option input[type=radio]{left:-9999px;opacity:0;pointer-events:none;position:absolute}.modal-component .modal-component-container .modal-component-container-content .filter-modal-box .filter-modal-box-options .filter-modal-box-option .filter-component-body-options-option-label{align-items:center;background-color:#fefffe;border:2px solid #f5f5f5;border-radius:24px;cursor:pointer;display:flex;gap:8px;height:100%;padding:6px 12px;transition:all .2s ease-in-out;width:100%;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.modal-component .modal-component-container .modal-component-container-content .filter-modal-box .filter-modal-box-options .filter-modal-box-option .filter-component-body-options-option-label img{height:24px;-o-object-fit:contain;object-fit:contain;width:24px;-webkit-user-drag:none}@media (hover:hover){.modal-component .modal-component-container .modal-component-container-content .filter-modal-box .filter-modal-box-options .filter-modal-box-option:hover .filter-component-body-options-option-label{background-color:#f8f9fa;border:2px solid #3bf}}.modal-component .modal-component-container .modal-component-container-content .filter-modal-box .filter-modal-box-options .filter-modal-box-option .filter-component-body-options-option-label.is-selected,.modal-component .modal-component-container .modal-component-container-content .filter-modal-box .filter-modal-box-options .filter-modal-box-option input[type=checkbox]:checked+.filter-component-body-options-option-label,.modal-component .modal-component-container .modal-component-container-content .filter-modal-box .filter-modal-box-options .filter-modal-box-option input[type=radio]:checked+.filter-component-body-options-option-label{background-color:#f8f9fa;border:2px solid #04080f}.modal-component .modal-component-container .modal-component-container-content .date-range-item{align-items:center;background-color:#bac4ce1a;border-radius:12px;box-shadow:0 0 6px #bac4ce1a;color:#536374;cursor:pointer;display:flex;height:40px;padding:12px;width:100%}.modal-component .modal-component-container .modal-component-container-content .date-range-item.date-range-modal-item-active{background-color:#84c3ff1a;color:#00a6fb}.modal-component .modal-component-container .modal-component-container-content .date-range-item:last-child{margin-bottom:24px}.modal-component .modal-component-container .modal-component-container-content .modal-additional-title{align-items:center;border-top:1px solid #d2d4da;cursor:pointer;display:flex;gap:12px;padding:12px}.modal-component .modal-component-container .modal-component-container-content .modal-additional-box{display:flex;flex-direction:column;gap:16px;margin-top:-16px;max-height:0;opacity:0;overflow:hidden;transition:all .2s ease-in-out;visibility:hidden}.modal-component .modal-component-container .modal-component-container-content .modal-additional-box.modal-additional-box-opened{margin-top:0;max-height:100%;opacity:1;overflow:visible;visibility:visible}.modal-component .modal-component-container .modal-component-container-content .modal-items-loop-box{border:1px solid #d2d4da;border-radius:18px;display:flex;flex-direction:column;flex-shrink:0;gap:16px;min-height:40px;padding:24px 12px 12px;position:relative;width:100%}.modal-component .modal-component-container .modal-component-container-content .modal-items-loop-box.is-invalid{border-color:#f71735}.modal-component .modal-component-container .modal-component-container-content .modal-items-loop-box.is-invalid .modal-items-loop-box-title{border-color:#f71735;color:#f71735}.modal-component .modal-component-container .modal-component-container-content .modal-items-loop-box .modal-items-loop-box-title{background-color:#fefffe;border:1px solid #d2d4da;border-radius:22px;color:var(--blackColor);height:auto;left:12px;margin:0;max-width:calc(100% - 28px);overflow:hidden;padding:2px 8px;position:absolute;text-overflow:ellipsis;top:-8px;transition:all .2s ease-in-out;white-space:nowrap;z-index:2}.modal-component .modal-component-container .modal-component-container-content .modal-items-loop-box .modal-items-loop-box-add{align-items:center;cursor:pointer;display:flex;gap:6px;margin:0 auto;width:-moz-fit-content;width:fit-content}.modal-component .modal-component-container .modal-component-container-content .modal-items-loop-box .modal-items-loop-box-add .plus-icon:after,.modal-component .modal-component-container .modal-component-container-content .modal-items-loop-box .modal-items-loop-box-add .plus-icon:before{background-color:#00a6fb}.modal-component .modal-component-container .modal-component-container-content .modal-items-loop-box .modal-items-loop-box-item{position:relative;width:100%}.modal-component .modal-component-container .modal-component-container-content .modal-items-loop-box .modal-items-loop-box-item .modal-items-loop-box-item-clear-button{align-items:center;border-radius:0 24px 24px 0;display:flex;height:38px;justify-content:center;position:absolute;right:1px;top:1px;width:38px}.modal-component .modal-component-container .modal-component-container-content .modal-items-loop-box .modal-items-loop-box-item .modal-items-loop-box-item-clear-button .close-icon{border:1px solid #f71735;border-radius:50%;height:-moz-fit-content;height:fit-content}.modal-component .modal-component-container .modal-component-container-content .modal-items-loop-box .modal-items-loop-box-item .modal-items-loop-box-item-clear-button .close-icon:after,.modal-component .modal-component-container .modal-component-container-content .modal-items-loop-box .modal-items-loop-box-item .modal-items-loop-box-item-clear-button .close-icon:before{background-color:#f71735}.back-button-box{align-items:center;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .2s ease-in-out;width:40px}.back-button-box .arrow{border-color:#7d8597}@media (hover:hover){.back-button-box:hover .arrow{border-color:#3bf}}:root{--primaryColor:#00a6fb;--secondaryColor:#84c3ff;--hoverColor:#3bf;--whiteColor:#fefffe;--blackColor:#04080f;--lightGreyColor:#f5f5f5;--greyColor:#d2d4da;--darkGreyColor:#7d8597;--darkestGreyColor:#3d3d3d;--fieldsBackgroundColor:#fefffe;--fieldsBorderColor:#d2d4da;--fieldsBorderFocusColor:#00a6fb;--fieldsBorderRadius:16px;--extraLightHoverColor:#00a6fb4a;--fieldsPlaceholderColor:#d2d4da;--fieldsHeight:40px;--successColor:#32e875;--errorColor:#f71735;--infoColor:#ffbe0b;--rgbaBlackColor:#04080f10;--rgbaDarkBlackColor:#04080f75;--rgbaWhiteColor:#fefffe30;--bodyTextSize:16px;--bodyTextLineHeight:130%;--bodyFontWeight:400;--bodyFontWeightBold:600;--normalTextSize:14px;--normalTextLineHeight:130%;--normalFontWeight:400;--smallTextSize:12px;--galleryBreakingPoint:1024px;--modalBreakingPoint:768px}.large-text{font-size:48px;font-weight:600;line-height:100%}.heading-1,h1{font-size:36px}.heading-1,.heading-2,h1,h2{color:#04080f;font-weight:400;line-height:100%}.heading-2,h2{font-size:32px}.heading-3,h3{color:#04080f;font-size:28px;font-weight:400;line-height:100%}.heading-4,h4{font-weight:400}.heading-4,.heading-4-bold,h4{color:#04080f;font-size:24px;line-height:130%}.heading-4-bold{font-weight:600}.heading-5,h5{font-weight:400}.heading-5,.heading-5-bold,h5{color:#04080f;font-size:18px;line-height:130%}.heading-5-bold{font-weight:600}.heading-6,h6{font-size:14px}.body-text,.heading-6,a,h6,li,p{color:#04080f;font-weight:400;line-height:130%}.body-text,a,li,p{font-size:16px}.body-text-bold{font-weight:600;line-height:130%}.body-text-bold,.list-text{color:#04080f;font-size:16px}.list-text{font-weight:400;line-height:100%}.list-text-bold{color:#04080f}.link-text,.list-text-bold{font-size:16px;font-weight:600;line-height:100%}.link-text{color:#00a6fb}.link-text-underlined{color:#00a6fb;font-size:16px;font-weight:600;line-height:100%;text-decoration:underline}.normal-text{font-weight:400}.normal-text,.normal-text-bold{color:#04080f;font-size:14px;line-height:130%}.normal-text-bold{font-weight:600}.normal-text-list{font-weight:400}.normal-text-list,.normal-text-list-bold{color:#04080f;font-size:14px;line-height:100%}.normal-text-list-bold{font-weight:600}.info-text,small{line-height:130%}.info-text,.info-text-list,small{color:#7d8597;font-size:12px;font-weight:400}.info-text-list,.info-text-list-bold{line-height:100%}.info-text-bold,.info-text-list-bold{color:#7d8597;font-size:12px;font-weight:600}.info-link-text,.info-text-bold{line-height:130%}.info-link-text{color:#00a6fb;font-size:12px;font-weight:600}@media (max-width:1024px){.large-text{font-size:40px}.heading-1,h1{font-size:28px;line-height:110%}.heading-2,h2{font-size:26px;line-height:110%}.heading-3,h3{font-size:24px;line-height:110%}.heading-4,.heading-4-bold,h4{font-size:20px}}.error-text{color:#f71735}.disabled-text{color:#7d8597}.success-text{color:#32e875}.primary-text{color:#00a6fb}.center-text{text-align:center}.warning-text{color:#ffbe0b}.arrow,.click-able-text{cursor:pointer}.arrow{border-bottom:2px solid #04080f;border-left:2px solid #04080f;flex-shrink:0;height:10px;transition:all .2s ease-in-out;width:10px}.arrow.left-arrow{margin-left:4px;transform:rotate(45deg)}.arrow.right-arrow{margin-right:4px;transform:rotate(-135deg)}.arrow.top-arrow{margin-top:5px;transform:rotate(135deg)}.arrow.bottom-arrow{margin-bottom:5px;transform:rotate(-45deg)}@media (hover:hover){.arrow:hover{border-bottom:2px solid #3bf;border-left:2px solid #3bf}}.arrow:active{border-bottom:2px solid #00a6fb;border-left:2px solid #00a6fb}.close-icon{align-items:center;cursor:pointer;display:flex;height:calc(100% - 1px);justify-content:center;padding:10px;position:relative;transition:all .2s ease-in-out;width:40px}.close-icon:after,.close-icon:before{background-color:#04080f;border-radius:4px;content:"";height:2px;position:absolute;width:50%}.close-icon:before{transform:rotate(45deg)}.close-icon:after{transform:rotate(-45deg)}@media (hover:hover){.close-icon:hover:after,.close-icon:hover:before{background:#3bf}}.close-icon:active:after,.close-icon:active:before{background:#00a6fb}.close-icon.close-icon-medium{width:30px}.close-icon.close-icon-small{width:20px}.close-icon.close-icon-very-small{width:15px}.close-icon.close-icon-extra-small{width:10px}.plus-icon{align-items:center;display:flex;height:14px;justify-content:center;position:relative;transition:all .2s ease-in-out;width:14px}.plus-icon:after,.plus-icon:before{background-color:#04080f;border-radius:4px;content:"";height:2px;position:absolute;width:100%}.plus-icon:before{transform:rotate(90deg)}.plus-icon:after{transform:rotate(0)}.minus-icon{align-items:center;display:flex;height:14px;justify-content:center;position:relative;transition:all .2s ease-in-out;width:14px}.minus-icon:after,.minus-icon:before{background-color:#04080f;border-radius:4px;content:"";height:2px;position:absolute;width:100%}.minus-icon:after,.minus-icon:before{transform:rotate(0)}.navigation-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fefffe80;flex-shrink:0;height:60px;position:sticky;top:0;width:100%;z-index:10}.navigation-header nav{align-items:center;border:1px solid transparent;border-radius:32px;display:flex;height:100%;justify-content:space-between;margin:0 auto;max-width:1440px;padding:0 24px;position:relative;width:100%;z-index:11}.navigation-header nav a{align-items:center;display:flex;height:-moz-fit-content;height:fit-content}.navigation-header nav a .logo{height:32px;-o-object-fit:contain;object-fit:contain}.navigation-header nav .navigation-box{align-items:center;display:flex;gap:16px;width:20%}.navigation-header nav .navigation-box:nth-child(2){justify-content:center;width:60%}.navigation-header nav .navigation-box:last-child{justify-content:flex-end}.navigation-header nav .navigation-box .navigation-box-wrapper{align-items:center;cursor:pointer;display:flex;gap:4px}.navigation-header nav .navigation-box .cart-box{position:relative}.navigation-header nav .navigation-box .cart-box .cart-quantity{align-items:center;background-color:#04080f;border-radius:50%;color:#fefffe;display:flex;font-size:10px;height:18px;justify-content:center;line-height:100%;position:absolute;right:-8px;top:-10px;width:18px}.navigation-header nav .navigation-box img{cursor:pointer}.navigation-header nav .navigation-box .navigation-profile-picture{align-items:center;background-color:#04080f;border:1px solid #d2d4da;border-radius:10px;color:#fefffe;display:flex;height:30px;justify-content:center;overflow:hidden;width:30px}.navigation-header nav .navigation-box .navigation-profile-picture .fill-image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.navigation-header nav .navigation-box .hamburger-menu{align-items:flex-end;cursor:pointer;display:flex;flex-direction:column;gap:3px;height:16px;transition:all .2s ease-in-out;width:24px}.navigation-header nav .navigation-box .hamburger-menu .line{background-color:#04080f;border-radius:2px;height:3px;transition:all .2s ease-in-out}.navigation-header nav .navigation-box .hamburger-menu .line:first-child{width:100%}.navigation-header nav .navigation-box .hamburger-menu .line:nth-child(2){width:18px}.navigation-header nav .navigation-box .hamburger-menu .line:nth-child(3){width:12.5px}.navigation-header nav .navigation-box .navigation-link{align-items:center;color:#04080f;display:flex;font-weight:700;gap:8px;position:relative;transition:all .2s ease-in-out}.navigation-header nav .navigation-box .navigation-link:before{background-color:#3bf;bottom:-4px;content:"";height:2px;left:4px;position:absolute;transform:scaleX(0);transition:all .2s ease-in-out;width:calc(100% - 8px)}.navigation-header nav .navigation-box .navigation-link.id-active{color:#00a6fb}.navigation-header nav .navigation-box .navigation-link.id-active:before{transform:scaleX(1)}@media (hover:hover){.navigation-header nav .navigation-box .navigation-link:hover:hover{color:#3bf}.navigation-header nav .navigation-box .navigation-link:hover:hover:before{transform:scaleX(1)}}.navigation-header nav.menu-opened .navigation-box .hamburger-menu{margin-top:8px;transform:rotate(45deg)}.navigation-header nav.menu-opened .navigation-box .hamburger-menu .line:nth-child(2){transform:rotate(90deg) translate(-6px);width:100%}.navigation-header nav.menu-opened .navigation-box .hamburger-menu .line:nth-child(3){opacity:0}.navigation-header .navigation-list-mobile{background-color:#fefffe;border-radius:16px;box-shadow:0 0 10px #04080f33;display:flex;flex-direction:column;max-width:320px;overflow:hidden;position:absolute;right:12px;top:64px;transition:all .2s ease-in-out;width:100%}.navigation-header .navigation-list-mobile .navigation-list-mobile-option{align-items:center;border-bottom:1px solid #e4e8ec;color:#04080f;cursor:pointer;display:flex;height:40px;padding:0 12px;width:100%}.navigation-header .navigation-list-mobile .navigation-list-mobile-option:last-child{border-bottom:none}.navigation-header .navigation-list-mobile .navigation-list-mobile-option.hide-desktop{display:none}@media (max-width:724px){.navigation-header nav{padding:0 16px}.navigation-header nav .navigation-box{width:50%}.navigation-header nav .navigation-box:nth-child(2){display:none}.navigation-header .navigation-list-mobile .navigation-list-mobile-option.hide-desktop{display:flex}}.footer-component{display:flex;flex-direction:column;gap:12px;margin:auto auto 0;max-width:1440px;padding:64px 0 84px;width:calc(100% - 48px)}.footer-component.footer-cookie{padding-bottom:60px}.footer-component .footer-container{align-items:center;background-color:#f5f5f580;border:1px solid rgba(210,212,218,.5);border-radius:48px;display:flex;justify-content:space-between;padding:16px 24px;transition:all .2s ease-in-out}.footer-component .footer-container .voltcards-logo{align-items:center;display:flex;height:-moz-fit-content;height:fit-content}.footer-component .footer-container .voltcards-logo img{height:-moz-fit-content;height:fit-content;-o-object-fit:contain;object-fit:contain;width:80px}.footer-component .footer-container .footer-container-links-row{align-items:center;display:flex;gap:12px}@media (hover:hover){.footer-component .footer-container:hover:hover{border:1px solid rgba(51,187,255,.5)}}.footer-component .footer-bottom{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.footer-component .footer-bottom a{align-items:center;display:flex}@media (hover:hover){.footer-component .footer-bottom a:hover{color:#3bf}}.footer-component .footer-bottom .developed-by-box{align-items:center;display:flex;gap:16px}.footer-component .footer-bottom.footer-bottom-links{gap:16px}.footer-component .footer-bottom.last-links{justify-content:space-between}.footer-component .footer-bottom .footer-bottom-links-box{align-items:center;display:flex;gap:16px;justify-content:center}.footer-component .footer-bottom .footer-bottom-links-box img{height:72px;-o-object-fit:contain;object-fit:contain;width:72px}@media (max-width:1024px){.footer-component{padding-top:24px}.footer-component.footer-cookie{padding-bottom:120px}}@media (max-width:724px){.footer-component .footer-container{flex-direction:column;gap:12px;justify-content:center;padding:16px}.footer-component .footer-bottom{flex-direction:column;gap:16px}}.cookie-policy-box{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#f5f5f580;border:1px solid rgba(210,212,218,.5);border-radius:24px 24px 0 0;bottom:0;display:flex;flex-direction:column;gap:12px;left:50%;max-height:0;max-width:640px;opacity:0;overflow:hidden;padding:24px;pointer-events:none;position:fixed;transform:translate(-50%);transition:all .2s ease-in-out;visibility:hidden;width:100%;z-index:100}.cookie-policy-box.show-cookie{max-height:100%;opacity:1;overflow:visible;pointer-events:all;visibility:visible}.cookie-policy-box .close-icon-box{height:20px;margin-left:auto;margin-top:-12px;width:20px}.cookie-policy-box .close-icon-box .close-icon{height:100%;padding:0;width:100%}.cookie-policy-box .close-icon-box .close-icon:after,.cookie-policy-box .close-icon-box .close-icon:before{border-radius:4px;width:100%}.cookie-policy-box .close-icon-box .close-icon:hover:after,.cookie-policy-box .close-icon-box .close-icon:hover:before{background-color:#3bf}@media (max-width:724px){.cookie-policy-box{border-radius:0;max-width:100%}.cookie-policy-box .close-icon-box{margin-left:0;margin-right:auto}}.product-card{display:flex;flex-direction:column;flex-grow:1;max-width:640px;min-width:280px;position:relative;width:calc(33.33333% - 16px)}.product-card img{aspect-ratio:4/3;border-radius:16px;-o-object-fit:contain;object-fit:contain;width:100%}.product-card .product-card-body{display:flex;flex-direction:column;gap:2px;padding:8px 12px 0}.product-card .product-box-tag{border-radius:12px;display:flex;left:12px;padding:4px 12px;position:absolute;top:12px;z-index:1}.product-card .product-box-tag.coming-soon{background-color:#5363741a;color:#536374}.product-card .product-box-tag.out-of-stock{background-color:#f717351a;color:#f71735}.product-card .product-box-tag.sale-tag{background-color:#00a6fb1a;color:#00a6fb}.product-card .product-box-tag:after,.product-card .product-box-tag:before{background-color:inherit;border-radius:12px;content:"";height:100%;left:0;opacity:.25;position:absolute;top:0;width:100%;z-index:-1}.product-card .product-box-tag:before{animation:pulse 2s ease-in-out infinite}.product-card .product-box-tag:after{animation:pulse 2s ease-in-out .5s infinite}.product-card .image-wrapper-image{aspect-ratio:4/3;background-color:transparent;border-radius:16px;max-width:100%!important;-o-object-fit:contain;object-fit:contain;width:100%}@media (max-width:724px){.product-card{width:calc(50% - 12px)}}.fake-product{display:flex;flex-grow:1;max-width:640px;min-width:280px;width:calc(33.33333% - 16px)}@media (max-width:724px){.fake-product{width:calc(50% - 10px)}}.product-card-loader{display:flex;flex-direction:column;flex-grow:1;max-width:640px;min-width:280px;position:relative;width:calc(33.33333% - 16px)}@keyframes loadingProductCard{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.product-card-loader .product-card-loader-image{animation:loadingProductCard 2s ease-in-out infinite;aspect-ratio:4/3;background:linear-gradient(90deg,#d2d4da1a,#d2d4da80);background-size:200% 200%;border-radius:16px;width:100%}.product-card-loader .product-card-loader-body{display:flex;flex-direction:column;gap:2px;padding:8px 12px 0}.product-card-loader .product-card-loader-body .product-card-loader-title{height:24px;width:100%}.product-card-loader .product-card-loader-body .product-card-loader-price,.product-card-loader .product-card-loader-body .product-card-loader-title{animation:loadingProductCard 2s ease-in-out infinite;background:linear-gradient(90deg,#d2d4da1a,#d2d4da80);background-size:200% 200%;border-radius:8px}.product-card-loader .product-card-loader-body .product-card-loader-price{height:22px;width:25%}@media (max-width:724px){.product-card-loader{width:calc(50% - 12px)}}.quantity-component{align-items:center;border:1px solid #d2d4da;border-radius:18px;display:flex;height:40px;width:-moz-fit-content;width:fit-content}.quantity-component .quantity-component-box{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;width:40px}.quantity-component .quantity-component-box.quantity-component-disabled{cursor:not-allowed;opacity:.5}.quantity-component .quantity-component-value{align-items:center;border-left:1px solid #d2d4da;border-right:1px solid #d2d4da;display:flex;height:100%;justify-content:center;width:60px}.landing-page{align-items:center;display:flex;flex-direction:column;height:100svh;justify-content:center;max-height:650px;position:relative;width:100%}.landing-page:after{background:linear-gradient(1turn,#fefffe,#fefffe00 40%);bottom:0;content:"";height:100%;left:0;pointer-events:none;position:absolute;width:100%;z-index:2}.landing-page canvas{filter:blur(120px);left:0;position:absolute;top:0;z-index:-1}.landing-page .landing-page-box{align-items:center;display:flex;height:100%;max-width:1280px;width:100%}.landing-page .landing-page-box .landing-page-box-sub{display:flex;flex-direction:column;gap:32px;padding:32px 24px;width:50%}.landing-page .landing-page-box .landing-page-box-sub .landing-page-title{display:flex;flex-direction:column;gap:8px;position:relative;width:100%}.landing-page .landing-page-box .landing-page-box-sub .landing-page-title .landing-page-title-text{color:#04080f;font-size:72px;font-weight:400;line-height:110%;width:100%}.landing-page .landing-page-box .landing-page-box-sub .landing-page-title .landing-page-title-text .special-text{opacity:.25}.landing-page .landing-page-box .landing-page-box-sub .landing-page-title .landing-page-title-text.absolute-text{mix-blend-mode:color-burn;position:absolute;top:0}.landing-page .landing-page-box .landing-page-box-sub .landing-page-title .landing-page-title-text.absolute-text .special-text{opacity:1}.landing-page .landing-page-box .landing-page-box-sub .landing-page-title h4{font-weight:100}.landing-page .landing-page-box .landing-page-box-sub .landing-page-buttons{align-items:center;display:flex;gap:16px}.landing-page .landing-page-box .landing-page-box-image{height:100%;width:50%}.landing-page .landing-page-box .landing-page-box-image .landing-page-box-image-box{background:url(./mockup.CqGcpiBp.webp) no-repeat;background-position:35% 15%;background-size:140% auto;height:100%;width:100%}@media (max-width:1024px){.landing-page{height:-moz-fit-content;height:fit-content}.landing-page:after{display:none}.landing-page .landing-page-box{flex-direction:column-reverse;margin-top:80px}.landing-page .landing-page-box .landing-page-box-sub{align-items:center;background-color:#fefffe;justify-content:center;padding:36px 16px;width:100%}.landing-page .landing-page-box .landing-page-box-sub .landing-page-title{gap:8px;max-width:480px;width:100%}.landing-page .landing-page-box .landing-page-box-sub .landing-page-title .landing-page-title-text{font-size:48px;text-align:center}.landing-page .landing-page-box .landing-page-box-sub .landing-page-title .landing-page-title-text .special-text{opacity:.75}.landing-page .landing-page-box .landing-page-box-sub .landing-page-title h4{text-align:center}.landing-page .landing-page-box .landing-page-box-sub .landing-page-buttons{align-items:center;display:flex;gap:24px}.landing-page .landing-page-box .landing-page-box-image{height:45vh;min-height:400px;overflow:hidden;position:relative;width:100%}.landing-page .landing-page-box .landing-page-box-image .landing-page-box-image-box{background-position:50% 10%;background-size:75% auto}.landing-page .landing-page-box .landing-page-box-image:before{background:linear-gradient(0deg,#fefffe,#fefffe00 50%);bottom:0;content:"";height:100%;left:0;position:absolute;width:100%}}@media (max-width:724px){.landing-page{max-height:100%}.landing-page .landing-page-box{margin-top:0}.landing-page .landing-page-box .landing-page-box-sub .landing-page-title .landing-page-title-text{font-size:42px;line-height:110%;text-align:center}.landing-page .landing-page-box .landing-page-box-sub .landing-page-title .landing-page-title-text.absolute-text{display:none}.landing-page .landing-page-box .landing-page-box-sub .landing-page-buttons{align-items:center;flex-direction:column;gap:12px;justify-content:center;width:100%}.landing-page .landing-page-box .landing-page-box-sub .landing-page-buttons .button{max-width:280px;width:100%}.landing-page .landing-page-box .landing-page-box-image{height:50svh;min-height:auto;overflow:hidden;position:relative;width:100%}.landing-page .landing-page-box .landing-page-box-image .landing-page-box-image-box{background-position:35% -5%;background-size:125% auto}}.subscription-box{gap:48px;margin:92px auto 0;max-width:1280px;width:calc(100% - 72px)}.subscription-box,.subscription-box .subscription-box-title{align-items:center;display:flex;flex-direction:column;justify-content:center}.subscription-box .subscription-box-title{gap:8px}.subscription-box .subscription-box-input{align-items:center;border:1px solid rgba(4,8,15,.25);border-radius:36px;display:flex;flex-direction:column;gap:12px;justify-content:center;max-width:640px;padding:48px;width:100%}.subscription-box .subscription-box-input .subscription-box-input-box{display:flex;width:100%}.subscription-box .subscription-box-input .subscription-box-input-box .button{border-left-color:transparent;border-radius:0 18px 18px 0;font-size:16px;height:40px;width:150px}.subscription-box .subscription-box-input .subscription-box-input-box .input-component input{border-radius:18px 0 0 18px}@media (hover:hover){.subscription-box .subscription-box-input:hover:hover{border:1px solid rgba(51,187,255,.5)}}@media (max-width:1024px){.subscription-box{gap:36px;margin-top:92px;width:calc(100% - 48px)}.subscription-box .subscription-box-title{gap:4px}.subscription-box .subscription-box-input{padding:36px}}@media (max-width:724px){.subscription-box{margin-top:64px}.subscription-box .subscription-box-input{padding:24px}.subscription-box .subscription-box-input .subscription-box-input-box{flex-direction:column}.subscription-box .subscription-box-input .subscription-box-input-box .button{border-left:1px solid rgba(254,255,254,.5);border-radius:0 0 18px 18px;border-top-color:transparent;max-width:100%;width:100%}.subscription-box .subscription-box-input .subscription-box-input-box .input-component input{border-radius:18px 18px 0 0}}.faq-box{gap:48px;margin:0 auto;max-width:1280px;padding-top:64px;width:calc(100% - 72px)}.faq-box,.faq-box .faq-box-text{align-items:center;display:flex;flex-direction:column;justify-content:center}.faq-box .faq-box-text{gap:12px}.faq-box .faq-box-questions{display:flex;flex-direction:column;gap:24px;max-width:880px;width:100%}.faq-box .faq-box-questions .faq-box-question{border:1px solid rgba(4,8,15,.25);border-radius:24px;display:flex;flex-direction:column;gap:16px;padding:24px;transition:all .2s ease-in-out}@media (hover:hover){.faq-box .faq-box-questions .faq-box-question:hover:hover{border:1px solid rgba(51,187,255,.5)}}.faq-box .faq-box-questions .faq-box-question .faq-box-question-header{align-items:center;display:flex;gap:24px;justify-content:space-between}.faq-box .faq-box-questions .faq-box-question .faq-box-question-header .arrow-box{cursor:pointer;padding:10px}@media (hover:hover){.faq-box .faq-box-questions .faq-box-question .faq-box-question-header .arrow-box:hover:hover .arrow{border-bottom:2px solid #3bf;border-left:2px solid #3bf}}.faq-box .faq-box-questions .faq-box-question .faq-box-question-answer{background-color:#f5f5f580;border:0 solid rgba(210,212,218,.5);border-radius:24px;margin-top:-16px;max-height:0;opacity:0;overflow:hidden;transition:all .2s ease-in-out}.faq-box .faq-box-questions .faq-box-question .faq-box-question-answer.faq-box-question-answer-open{border-width:1px;margin-top:0;max-height:-moz-fit-content;max-height:fit-content;opacity:1;padding:24px}@media (hover:hover){.faq-box .faq-box-questions .faq-box-question .faq-box-question-answer:hover:hover{border-color:#84c3ff80}}@media (max-width:1024px){.faq-box{gap:36px;padding-top:48px;width:calc(100% - 48px)}.faq-box .faq-box-questions{gap:16px}.faq-box .faq-box-questions .faq-box-question{border-radius:24px;gap:12px;padding:16px}.faq-box .faq-box-questions .faq-box-question .faq-box-question-header{gap:12px}.faq-box .faq-box-questions .faq-box-question .faq-box-question-answer{border-radius:24px;margin-top:-12px}.faq-box .faq-box-questions .faq-box-question .faq-box-question-answer.faq-box-question-answer-open{padding:16px}}@media (max-width:724px){.faq-box{padding-top:32px}.faq-box .faq-box-questions .faq-box-question .faq-box-question-answer{border-radius:24px;margin-top:-12px}.faq-box .faq-box-questions .faq-box-question .faq-box-question-answer.faq-box-question-answer-open{padding:12px}}.modal-component .modal-component-container .modal-component-container-content .auth-container{align-items:center;display:flex;flex-direction:column;flex-grow:1;gap:20px;justify-content:center;margin:0 auto;max-width:320px;padding:40px 20px 100px;position:relative;width:100%}.modal-component .modal-component-container .modal-component-container-content .auth-container .auth-logo{margin-bottom:20px}.modal-component .modal-component-container .modal-component-container-content .auth-container img{-webkit-user-drag:none}.modal-component .modal-component-container .modal-component-container-content .auth-container .button{margin:0 auto;max-width:280px;width:100%}.modal-component .modal-component-container .modal-component-container-content .auth-container .auth-container-box{display:flex;flex-direction:column;gap:10px;max-width:320px;width:100%}.modal-component .modal-component-container .modal-component-container-content .auth-container .auth-button{align-items:center;background-color:transparent;border:1px solid #d2d4da;border-radius:8px;cursor:pointer;display:flex;height:40px;justify-content:center;margin:0 auto;transition:all .2s ease-in-out;width:40px}.modal-component .modal-component-container .modal-component-container-content .auth-container .auth-button svg{height:20px;width:20px}.modal-component .modal-component-container .modal-component-container-content .auth-container .selector-container{width:100%}.modal-component .modal-component-container .modal-component-container-content .auth-container .selector-container .selector-box{flex:1}.modal-component .modal-component-container .modal-component-container-content .auth-container .developed-by-box{align-items:center;bottom:20px;display:flex;flex-direction:column;gap:2px;justify-content:center;left:50%;margin:0 auto;position:absolute;transform:translate(-50%);width:-moz-fit-content;width:fit-content}.modal-component .modal-component-container .modal-component-container-content .auth-container .developed-by-box img{height:12px}.swiper-component{overflow:hidden;touch-action:pan-y!important}.swiper-component,.swiper-component .swipe-box{border-radius:16px;display:flex;position:relative}.swiper-component .swipe-box{aspect-ratio:4/3;width:100%}.swiper-component .swipe-box .image-wrapper{aspect-ratio:4/3;border-radius:16px;flex:1 0 100%}.swiper-component .swipe-box .image-wrapper .image-wrapper-image{background-color:transparent;background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;max-width:100%!important}.swiper-component .swipe-box img{border-radius:16px;height:100%;max-width:none;-o-object-fit:cover;object-fit:cover;width:100%}.swiper-component .zoom-icon-placeholder{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#fefffe;border:1px solid #d2d4da;border-radius:50%;bottom:12px;box-shadow:0 0 8px #04080f1a;cursor:pointer;display:flex;height:40px;justify-content:center;padding:5px;position:absolute;right:12px;width:40px;z-index:3}.swiper-component .zoom-icon-placeholder img{height:24px;-o-object-fit:contain;object-fit:contain;width:24px}.swiper-component .swiper-dots{bottom:12px;display:flex;gap:4px;position:absolute;right:50%;transform:translate(50%);z-index:2}.swiper-component .swiper-dots .swiper-dot{background-color:#f5f5f5bf;border:1px solid #7d8597;border-radius:50%;cursor:pointer;height:8px;transition:all .2s ease-in-out;width:8px}.swiper-component .swiper-dots .swiper-dot.active{background-color:#fefffe}.swiper-component .property-price{border-radius:10px;bottom:12px;color:#04080f;left:12px;max-width:calc(100% - 90px);overflow:hidden;padding:3px 6px;text-overflow:ellipsis;white-space:nowrap}.swiper-component .arrow-box,.swiper-component .property-price{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#fefffeb3;border:1px solid #d2d4da;position:absolute;z-index:2}.swiper-component .arrow-box{align-items:center;border-radius:50%;cursor:pointer;display:flex;height:36px;justify-content:center;top:50%;transform:translateY(-50%);width:36px}.swiper-component .arrow-box,.swiper-component .arrow-box .arrow{opacity:0;transition:all .2s ease-in-out;visibility:hidden}.swiper-component .arrow-box:has(.left-arrow){left:12px}.swiper-component .arrow-box:has(.right-arrow){right:12px}@media (hover:hover){.swiper-component .arrow-box:hover{background-color:#fefffee6}.swiper-component .arrow-box:hover .arrow{border-color:#04080f}.swiper-component:hover .arrow-box,.swiper-component:hover .arrow-box .arrow{opacity:1;visibility:visible}}.card-popup-transition-enter-from,.card-popup-transition-leave-to{transform:translate(100%)}.card-popup-transition-enter-to,.card-popup-transition-leave-from{transform:translate(0)}.cart-popup-container{background-color:#fefffe;border-radius:24px;box-shadow:0 12px 24px #00000080;display:flex;flex-direction:column;gap:24px;height:100%;max-height:calc(100% - 24px);max-width:640px;padding:24px;position:fixed;right:12px;top:12px;transition:all .2s ease-in-out;width:calc(100% - 24px);z-index:99999}.cart-popup-container .cart-popup-container-header{align-items:center;border-bottom:1px solid #bac4ce;display:flex;justify-content:space-between;padding-bottom:12px}.cart-popup-container .cart-popup-container-header h2{align-items:center;display:flex;gap:8px}.cart-popup-container .cart-popup-container-header h2 .cart-items-counter{align-items:center;aspect-ratio:1/1;background-color:#04080f;border-radius:50%;color:#fefffe;display:flex;justify-content:center;line-height:100%;min-width:24px;padding:6px;width:-moz-fit-content;width:fit-content}.cart-popup-container .cart-popup-container-body{display:flex;flex-direction:column;flex-grow:1;gap:12px;overflow-y:auto;padding:0 12px}.cart-popup-container .cart-popup-container-body .cart-popup-container-body-item{display:flex;flex-direction:column;gap:12px;width:100%}.cart-popup-container .cart-popup-container-body .cart-popup-container-body-item .cart-popup-container-body-item-header{align-items:center;border-bottom:1px solid #bac4ce;display:flex;gap:12px;padding-bottom:12px;width:100%}.cart-popup-container .cart-popup-container-body .cart-popup-container-body-item .cart-popup-container-body-item-header .image-wrapper-image{align-items:center;aspect-ratio:4/3;background-color:transparent;border-radius:8px;display:flex;flex-shrink:0;height:96px;justify-content:center;width:96px}.cart-popup-container .cart-popup-container-body .cart-popup-container-body-item .cart-popup-container-body-item-header .image-wrapper-image img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.cart-popup-container .cart-popup-container-body .cart-popup-container-body-item .cart-popup-container-body-item-header .cart-popup-container-body-item-additional{display:flex;flex-direction:column}.cart-popup-container .cart-popup-container-body .cart-popup-container-body-item .cart-popup-container-body-item-footer{align-items:center;display:flex;gap:12px;justify-content:space-between}.cart-popup-container .cart-popup-container-body .cart-popup-container-body-item .cart-popup-container-body-item-footer .cart-popup-container-body-item-footer-remove{color:#f71735;cursor:pointer}.cart-popup-container .cart-popup-container-footer{border-top:1px solid #bac4ce;display:flex;flex-direction:column;gap:12px;padding-top:12px}.cart-popup-container .cart-popup-container-footer .cart-popup-container-footer-info{display:flex;flex-direction:column;gap:4px}.cart-popup-container .cart-popup-container-footer .cart-popup-container-footer-buttons{align-items:center;display:flex;gap:12px}.cart-popup-container .cart-popup-container-footer .cart-popup-container-footer-buttons .button{width:calc(50% - 6px)}@media (max-width:724px){.cart-popup-container{max-width:100%}.cart-popup-container .cart-popup-container-footer .cart-popup-container-footer-buttons{flex-direction:column}.cart-popup-container .cart-popup-container-footer .cart-popup-container-footer-buttons .button{width:100%}}.fallback-page{align-items:center;background-color:#fefffe;box-shadow:0 0 10px #0000001a;display:flex;flex:1;flex-direction:column;gap:40px;justify-content:space-between;margin:0 auto;max-width:768px;padding:40px 20px;width:100%}.fallback-page .fallback-page-image{height:auto;width:240px}.fallback-page .fallback-page-heading{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center}.fallback-page .fallback-page-heading h1,.fallback-page .fallback-page-heading h3{text-align:center}.fallback-page .footer-dd-box{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='81' height='23' fill='none' viewBox='0 0 81 23'%3E%3Cpath fill='%2304080F' d='M13.916.312h-2.175L7.454 7.439v-.062H6.89L2.639.312H.466l5.317 8.837h2.816z'/%3E%3Cpath fill='%236B15E4' d='M28.534.349H18.452a4.41 4.41 0 0 0-4.413 4.412 4.42 4.42 0 0 0 4.413 4.425h10.082a4.43 4.43 0 0 0 4.425-4.425A4.42 4.42 0 0 0 28.534.35m0 7.065H18.452a2.64 2.64 0 0 1-2.64-2.653 2.64 2.64 0 0 1 2.64-2.64h10.082a2.64 2.64 0 0 1 2.652 2.64 2.645 2.645 0 0 1-2.652 2.653'/%3E%3Cpath fill='%2304080F' fill-rule='evenodd' d='M75.424.349h5.041V2.12h-5.04a2.64 2.64 0 0 0-2.64 2.64 2.64 2.64 0 0 0 2.64 2.653h5.04v1.772h-5.04a4.42 4.42 0 0 1-4.413-4.425A4.41 4.41 0 0 1 75.424.35' clip-rule='evenodd'/%3E%3Cpath fill='%2304080F' d='M43.49 9.15h2.075l-1.521-2.855a3.3 3.3 0 0 0 1.37-2.677A3.31 3.31 0 0 0 42.108.312H34.3v8.837h1.797V6.924h6.01c.062 0 .138-.013.2-.013zM36.098 5.15V2.084h6.01c.854 0 1.533.692 1.533 1.534 0 .855-.679 1.533-1.533 1.533zM58.239 2.084V.312H46.422v1.772h5.104V9.15h1.797V2.084zM61.255 2.084h8.9V.312H59.457v8.837h10.698V7.377h-8.9V5.529h5.078V3.756h-5.078z'/%3E%3Cpath fill='%23FEFFFE' d='M13.916 13.187h-2.175l-4.287 7.127v-.062H6.89l-4.25-7.065H.466l5.317 8.837h2.816z'/%3E%3Cpath fill='%236B15E4' d='M28.534 13.224H18.452a4.41 4.41 0 0 0-4.413 4.412 4.42 4.42 0 0 0 4.413 4.425h10.082a4.43 4.43 0 0 0 4.425-4.425 4.42 4.42 0 0 0-4.425-4.412m0 7.065H18.452a2.64 2.64 0 0 1-2.64-2.653 2.64 2.64 0 0 1 2.64-2.64h10.082a2.64 2.64 0 0 1 2.652 2.64 2.645 2.645 0 0 1-2.652 2.653'/%3E%3Cpath fill='%23FEFFFE' fill-rule='evenodd' d='M75.424 13.224h5.041v1.772h-5.04a2.64 2.64 0 0 0-2.64 2.64 2.64 2.64 0 0 0 2.64 2.653h5.04v1.772h-5.04a4.42 4.42 0 0 1-4.413-4.425 4.41 4.41 0 0 1 4.412-4.412' clip-rule='evenodd'/%3E%3Cpath fill='%23FEFFFE' d='M43.49 22.024h2.075l-1.521-2.854a3.3 3.3 0 0 0 1.37-2.677 3.31 3.31 0 0 0-3.306-3.306H34.3v8.837h1.797V19.8h6.01c.062 0 .138-.012.2-.012zm-7.392-3.998V14.96h6.01c.854 0 1.533.691 1.533 1.534 0 .855-.679 1.534-1.533 1.534zM58.239 14.96v-1.774H46.422v1.773h5.104v7.065h1.797V14.96zM61.255 14.96h8.9v-1.774H59.457v8.838h10.698v-1.772h-8.9v-1.848h5.078V16.63h-5.078z'/%3E%3C/svg%3E") 0 0;background-repeat:no-repeat;height:10px;width:80px;-webkit-user-drag:none}.fallback-page .developed-by-box{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center}.fallback-page .developed-by-box .developed-by-text{color:#7d8597;font-size:12px;line-height:100%}.profile-navigation{background-color:#fefffe;border-radius:16px 16px 0 0;bottom:0;box-shadow:0 0 10px #0000001a;display:flex;height:60px;margin-top:auto;position:sticky;width:100%;z-index:10}.profile-navigation .profile-navigation-item{align-items:center;cursor:pointer;display:flex;flex:1;flex-direction:column;gap:5px;justify-content:center;width:100%}.profile-navigation .profile-navigation-item.router-link-active{color:#00a6fb;font-weight:600}.profile-navigation .profile-navigation-item.router-link-active .profile-navigation-item-image{border-color:#00a6fb}.profile-navigation .profile-navigation-item.router-link-active svg path{fill:#00a6fb}.profile-navigation .profile-navigation-item .profile-navigation-item-image{align-items:center;background-color:#04080f;border:1px solid #3d3d3d;border-radius:50%;color:#fefffe;display:flex;font-size:14px;font-weight:600;height:24px;justify-content:center;line-height:100%;overflow:hidden;width:24px}.profile-navigation .profile-navigation-item .profile-navigation-item-image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.profile-navigation .profile-navigation-item .profile-navigation-item-burger{align-items:center;display:flex;flex-direction:column;height:16px;justify-content:space-between;margin-bottom:2px;margin-top:6px;width:24px}.profile-navigation .profile-navigation-item .profile-navigation-item-burger .profile-navigation-item-burger-line{background-color:#04080f;border-radius:2px;height:2px;width:100%}.trusted-by-container{background-color:#fefffe;display:flex;flex-direction:column;gap:16px;margin-top:16px;z-index:1}.trusted-by-container h1{margin:0 auto;max-width:1280px;padding:48px 24px;position:relative;width:100%}.trusted-by-container h1 .starts{bottom:6px;display:flex;gap:4px;position:absolute;right:50%;transform:translate(50%)}.trusted-by-container h1 .starts .star{background:#ffbe0b;border:2px solid #fefffe;border-radius:50%;clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);display:block;height:24px;position:relative;width:24px}.trusted-by-container .trusted-by-container-slider{display:flex;flex-direction:column;gap:6px}@media (max-width:1024px){.trusted-by-container h1{padding:36px 16px}.trusted-by-container h1 .starts .star{height:20px;width:20px}}@media (max-width:724px){.trusted-by-container h1{padding:24px 12px}.trusted-by-container h1 .starts{bottom:0}.trusted-by-container h1 .starts .star{height:16px;width:16px}}.socials-mockup-container{display:flex;flex-direction:column;margin:48px auto 0;max-width:480px;position:relative;width:calc(100% - 36px)}.socials-mockup-container img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.socials-mockup-container .socials-mockup-container-borders-top{position:absolute;top:0;width:100%}.socials-mockup-container .socials-mockup-container-borders-top:before{border-left:2px solid #bac4ce;border-top:2px solid #bac4ce;content:"";height:16px;left:0;position:absolute;top:0;width:16px}.socials-mockup-container .socials-mockup-container-borders-top:after{border-right:2px solid #bac4ce;border-top:2px solid #bac4ce;content:"";height:16px;position:absolute;right:0;top:0;width:16px}.socials-mockup-container .socials-mockup-container-borders-bottom{bottom:0;position:absolute;width:100%}.socials-mockup-container .socials-mockup-container-borders-bottom:before{border-bottom:2px solid #bac4ce;border-left:2px solid #bac4ce;bottom:0;content:"";height:16px;left:0;position:absolute;width:16px}.socials-mockup-container .socials-mockup-container-borders-bottom:after{border-bottom:2px solid #bac4ce;border-right:2px solid #bac4ce;bottom:0;content:"";height:16px;position:absolute;right:0;width:16px}@media (max-width:1024px){.socials-mockup-container{margin-top:24px}}.business-mockup-container{display:flex;flex-direction:column;height:500px;margin:0 auto;max-width:1024px;overflow:hidden;position:relative;width:100%}.business-mockup-container img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.business-mockup-container .business-mockup-container-image{background:url(./businessMockup.DHWZOepV.webp) no-repeat;background-position:0 35%;background-size:100% auto;height:100%;position:relative;width:100%}.business-mockup-container:after{background:linear-gradient(1turn,#fefffe,#fefffe00 50%);bottom:0;content:"";height:100%;left:0;pointer-events:none;position:absolute;width:100%;z-index:2}@media (max-width:724px){.business-mockup-container{height:300px;max-width:420px}.business-mockup-container .business-mockup-container-image{background-position:0 0}}.landing-page-container{display:flex;flex-direction:column;gap:48px;margin:0 auto;max-width:1280px;padding:48px 24px;width:100%}.landing-page-container.landing-page-container-box{background:linear-gradient(180deg,#f5f5f5,#fefffe);border-radius:24px;margin-bottom:48px;width:calc(100% - 48px)}.landing-page-container .landing-page-container-title{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center}.landing-page-container .landing-page-container-women{align-items:center;display:flex;gap:24px;justify-content:center;margin:0 auto;max-width:1024px;width:100%}.landing-page-container .landing-page-container-women .landing-page-container-women-image{position:relative;width:calc(50% - 24px)}.landing-page-container .landing-page-container-women .landing-page-container-women-image:after{background:linear-gradient(1turn,#fefffe,#fefffe00 50%);bottom:0;content:"";height:100%;left:0;pointer-events:none;position:absolute;width:100%;z-index:2}.landing-page-container .landing-page-container-women .landing-page-container-women-image:before{background:linear-gradient(90deg,#fefffe,#fefffe00 25%);bottom:0;content:"";height:100%;left:0;pointer-events:none;position:absolute;width:100%;z-index:2}.landing-page-container .landing-page-container-women .landing-page-container-women-image img{aspect-ratio:1/1;-o-object-fit:contain;object-fit:contain;width:100%}.landing-page-container .landing-page-container-women .landing-page-container-women-text{display:flex;flex-direction:column;gap:24px;width:-moz-fit-content h1;width:fit-content h1;width-font-size:32px;width-line-height:110%}.landing-page-container .landing-page-container-women .landing-page-container-women-text p{font-size:16px;line-height:130%}.landing-page-container .landing-page-container-card{align-items:center;display:flex;gap:24px;justify-content:center;margin:0 auto;max-width:1240px;width:100%}.landing-page-container .landing-page-container-card .landing-page-container-card-image{position:relative;width:calc(50% - 24px)}.landing-page-container .landing-page-container-card .landing-page-container-card-image img{-o-object-fit:contain;object-fit:contain;width:100%}.landing-page-container .landing-page-container-card .landing-page-container-card-text{display:flex;flex-direction:column;gap:24px;width:-moz-fit-content h1;width:fit-content h1;width-font-size:32px;width-line-height:110%}.landing-page-container .landing-page-container-card .landing-page-container-card-text p{font-size:16px;line-height:130%}.landing-page-container .socials-mockup{align-items:center;display:flex;justify-content:center}.landing-page-container .socials-mockup img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.landing-page-container .products-container{display:flex;flex-wrap:wrap;gap:24px}.landing-page-container .benefits-section{display:flex;flex-wrap:wrap;gap:24px;width:100%}.landing-page-container .benefits-section .benefits-section-card{align-items:center;background-color:#fefffe;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;gap:40px;gap:16px;padding:36px 24px;width:calc(33.33333% - 16px)}.landing-page-container .benefits-section .benefits-section-card img{height:42px;-o-object-fit:contain;object-fit:contain;width:42px}.landing-page-container .fully-compatible-button{background-color:#fefffe;border-radius:28px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;margin:0 auto;max-width:920px;padding:36px;text-align:center;width:calc(100% - 48px)}.landing-page-container .sharing-options-box{align-items:center;display:flex;gap:64px;justify-content:center}.landing-page-container .sharing-options-box .sharing-option{align-items:center;display:flex;flex-direction:column;gap:24px}.landing-page-container .sharing-options-box .sharing-option .sharing-option-image{align-items:center;background-color:#fefffe;border-radius:32px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;height:164px;justify-content:center;padding:36px;width:164px}.landing-page-container .sharing-options-box .sharing-option .sharing-option-image img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.landing-page-container .sharing-options-box .sharing-option .sharing-option-text{align-items:center;display:flex;flex-direction:column;gap:4px;max-width:264px;width:100%}.landing-page-container .how-it-works-section{display:flex;gap:24px;width:100%}.landing-page-container .how-it-works-section .how-it-works-section-box{display:flex;flex-direction:column;gap:16px;width:33.3333333333%}.landing-page-container .how-it-works-section .how-it-works-section-box .how-it-works-section-box-image{border-radius:24px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;height:300px;width:100%}.landing-page-container .how-it-works-section .how-it-works-section-box .how-it-works-section-box-image img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.landing-page-container .how-it-works-section .how-it-works-section-box .how-it-works-section-text{display:flex;flex-direction:column;gap:12px;padding:0 12px}.landing-page-container .landing-page-container-buttons{align-items:center;display:flex;gap:48px;justify-content:center;margin:0 auto;width:-moz-fit-content;width:fit-content}.landing-page-container .landing-page-container-buttons .button{min-width:240px}.landing-page-container .contact-form-box{border:1px solid rgba(4,8,15,.25);border-radius:36px;display:flex;flex-wrap:wrap;gap:12px;margin:0 auto;max-width:760px;padding:24px;width:calc(100% - 72px)}.landing-page-container .contact-form-box .input-component{width:calc(50% - 6px)}.landing-page-container .contact-form-box .input-component.full-width{width:100%}.landing-page-container .contact-form-box .button{margin:24px auto;max-width:280px;width:100%}.landing-page-container .contact-form-box p{width:100%}@media (hover:hover){.landing-page-container .contact-form-box:hover{border:1px solid rgba(51,187,255,.5)}}@media (max-width:1024px){.landing-page-container{gap:36px;padding:24px 16px}.landing-page-container.landing-page-container-box{margin-bottom:24px;width:calc(100% - 48px)}.landing-page-container .landing-page-container-title{gap:4px}.landing-page-container .benefits-section{gap:16px}.landing-page-container .benefits-section .benefits-section-card{gap:24px;padding:24px;width:calc(50% - 12px)}.landing-page-container .sharing-options-box{gap:24px}.landing-page-container .sharing-options-box .sharing-option{align-items:center;display:flex;flex-direction:column;gap:24px}.landing-page-container .sharing-options-box .sharing-option .sharing-option-image{border-radius:24px;height:144px;padding:32px;width:144px}.landing-page-container .how-it-works-section{align-items:center;flex-direction:column;justify-content:center}.landing-page-container .how-it-works-section .how-it-works-section-box{display:flex;flex-direction:column;gap:16px;max-width:420px;width:100%}.landing-page-container .landing-page-container-buttons{gap:24px}}@media (max-width:724px){.landing-page-container{gap:24px;padding:24px 16px}.landing-page-container.landing-page-container-box{width:calc(100% - 32px)}.landing-page-container .fully-compatible-button{border-radius:26px;padding:24px;width:100%}.landing-page-container .landing-page-container-women{flex-direction:column}.landing-page-container .landing-page-container-women .landing-page-container-women-image{width:100%}.landing-page-container .landing-page-container-women .landing-page-container-women-text{align-items:center;justify-content:center;width:100%}.landing-page-container .landing-page-container-women .landing-page-container-women-text h1{text-align:center}.landing-page-container .landing-page-container-card{flex-direction:column}.landing-page-container .landing-page-container-card .landing-page-container-card-image{width:100%}.landing-page-container .landing-page-container-card .landing-page-container-card-text{align-items:center;justify-content:center;width:100%}.landing-page-container .landing-page-container-card .landing-page-container-card-text h1{text-align:center}.landing-page-container:has(.benefits-section){padding:0}.landing-page-container .benefits-section{flex-wrap:nowrap;overflow:scroll;scroll-padding:0 0 0 16px;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding:36px 0}.landing-page-container .benefits-section .benefits-section-card{flex-shrink:0;gap:16px;padding:24px 16px;scroll-snap-align:start;width:300px}.landing-page-container .benefits-section .benefits-section-card:first-child{margin-left:16px}.landing-page-container .benefits-section .benefits-section-card:last-child{margin-right:16px}.landing-page-container .sharing-options-box{flex-direction:column;gap:36px}.landing-page-container .landing-page-container-buttons{flex-direction:column;gap:16px;max-width:100%;width:100%}.landing-page-container .contact-form-box{width:calc(100% - 24px)}.landing-page-container .contact-form-box .contact-form-box-fields{padding:24px 16px}.landing-page-container .contact-form-box .contact-form-box-fields .input-component{width:100%}}.products-page{display:flex;flex-direction:column;flex-grow:1;justify-content:center}.products-page .products-page-wrapper{display:flex;flex-direction:column;gap:24px;margin:0 auto;max-width:1440px;padding:24px;position:relative;width:100%}@keyframes loadingAnimation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.products-page .products-page-wrapper .products-details-loading{display:flex;gap:24px}.products-page .products-page-wrapper .products-details-loading .products-details-loading-image{animation:loadingAnimation 2s ease-in-out infinite;aspect-ratio:4/3;background:linear-gradient(90deg,#d2d4da1a,#d2d4da80);background-size:200% 200%;border-radius:16px;width:calc(50% - 12px)}.products-page .products-page-wrapper .products-details-loading .products-details-loading-info{display:flex;flex-direction:column;gap:24px;width:calc(50% - 12px)}.products-page .products-page-wrapper .products-details-loading .products-details-loading-info .products-details-loading-info-tag{animation:loadingAnimation 2s ease-in-out infinite;background:linear-gradient(90deg,#d2d4da1a,#d2d4da80);background-size:200% 200%;border-radius:12px;height:24px;width:80px}.products-page .products-page-wrapper .products-details-loading .products-details-loading-info .products-details-loading-info-title{animation:loadingAnimation 2s ease-in-out infinite;background:linear-gradient(90deg,#d2d4da1a,#d2d4da80);background-size:200% 200%;border-radius:8px;height:36px;width:80%}.products-page .products-page-wrapper .products-details-loading .products-details-loading-info .products-details-loading-info-price{animation:loadingAnimation 2s ease-in-out infinite;background:linear-gradient(90deg,#d2d4da1a,#d2d4da80);background-size:200% 200%;border-radius:8px;height:28px;width:25%}.products-page .products-page-wrapper .products-details-loading .products-details-loading-info .products-details-loading-info-box{display:flex;flex-direction:column;gap:8px}.products-page .products-page-wrapper .products-details-loading .products-details-loading-info .products-details-loading-info-quantity-title{animation:loadingAnimation 2s ease-in-out infinite;background:linear-gradient(90deg,#d2d4da1a,#d2d4da80);background-size:200% 200%;border-radius:8px;height:16px;width:20%}.products-page .products-page-wrapper .products-details-loading .products-details-loading-info .products-details-loading-info-quantity-component{animation:loadingAnimation 2s ease-in-out infinite;background:linear-gradient(90deg,#d2d4da1a,#d2d4da80);background-size:200% 200%;border-radius:48px;display:flex;height:40px;width:40%}.products-page .products-page-wrapper .products-details-loading .products-details-loading-info .products-details-loading-info-button{animation:loadingAnimation 2s ease-in-out infinite;background:linear-gradient(90deg,#d2d4da1a,#d2d4da80);background-size:200% 200%;border-radius:28px;height:52px;width:100%}.products-page .products-page-wrapper .products-details-loading .products-details-loading-info .products-details-loading-info-description{animation:loadingAnimation 2s ease-in-out infinite;background:linear-gradient(90deg,#d2d4da1a,#d2d4da80);background-size:200% 200%;border-radius:28px;height:200px;width:100%}@media (max-width:1024px){.products-page .products-page-wrapper .products-details-loading{flex-direction:column}.products-page .products-page-wrapper .products-details-loading .products-details-loading-image,.products-page .products-page-wrapper .products-details-loading .products-details-loading-info{width:100%}}.products-page .products-page-wrapper .products-page-wrapper-items{display:flex;flex-wrap:wrap;gap:24px}.products-page .products-page-wrapper .products-details-body{display:flex;gap:24px;padding-top:48px}.products-page .products-page-wrapper .products-details-body .products-details-body-box{display:flex;flex-direction:column;gap:24px;width:calc(50% - 12px)}.products-page .products-page-wrapper .products-details-body .products-details-body-box .products-details-body-box-gallery{display:flex;flex-direction:column;gap:12px}.products-page .products-page-wrapper .products-details-body .products-details-body-box .products-details-body-box-gallery .products-details-body-box-gallery-main{background-color:transparent;width:100%}.products-page .products-page-wrapper .products-details-body .products-details-body-box .products-details-body-box-gallery .products-details-body-box-gallery-main img{aspect-ratio:4/3;-o-object-fit:contain;object-fit:contain;width:100%}.products-page .products-page-wrapper .products-details-body .products-details-body-box .products-details-body-box-gallery .products-details-body-box-gallery-additional{display:flex;flex-wrap:wrap;gap:8px}.products-page .products-page-wrapper .products-details-body .products-details-body-box .products-details-body-box-gallery .products-details-body-box-gallery-additional .products-details-body-box-gallery-additional-image{aspect-ratio:4/3;background-color:transparent;border:2px solid transparent;height:-moz-fit-content;height:fit-content;transition:all .2s ease-in-out;width:calc(25% - 6px)}.products-page .products-page-wrapper .products-details-body .products-details-body-box .products-details-body-box-gallery .products-details-body-box-gallery-additional .products-details-body-box-gallery-additional-image img{aspect-ratio:1/1;cursor:pointer;-o-object-fit:cover;object-fit:cover;width:100%}@media (hover:hover){.products-page .products-page-wrapper .products-details-body .products-details-body-box .products-details-body-box-gallery .products-details-body-box-gallery-additional .products-details-body-box-gallery-additional-image:hover{border:2px solid #d2d4da;cursor:pointer}}.products-page .products-page-wrapper .products-details-body .products-details-body-box .products-details-body-box-gallery .products-details-body-box-gallery-additional .products-details-body-box-gallery-additional-image.active{border:2px solid #39cefe;cursor:pointer}.products-page .products-page-wrapper .products-details-body .products-details-body-box .products-details-body-box-sub-box{display:flex;flex-direction:column;gap:8px}.products-page .products-page-wrapper .products-details-body .products-details-body-box .landing-button{width:100%}.products-page .products-page-wrapper .products-details-body .products-details-body-box .product-box-tag{border-radius:12px;display:flex;padding:4px 12px;position:relative;width:-moz-fit-content;width:fit-content;z-index:1}.products-page .products-page-wrapper .products-details-body .products-details-body-box .product-box-tag.coming-soon{background-color:#5363741a;color:#536374}.products-page .products-page-wrapper .products-details-body .products-details-body-box .product-box-tag.out-of-stock{background-color:#f717351a;color:#f71735}.products-page .products-page-wrapper .products-details-body .products-details-body-box .product-box-tag.sale-tag{background-color:#00a6fb1a;color:#00a6fb}.products-page .products-page-wrapper .products-details-body .products-details-body-box .product-box-tag:after,.products-page .products-page-wrapper .products-details-body .products-details-body-box .product-box-tag:before{background-color:inherit;border-radius:12px;content:"";height:100%;left:0;opacity:.25;position:absolute;top:0;width:100%;z-index:-1}.products-page .products-page-wrapper .products-details-body .products-details-body-box .product-box-tag:before{animation:pulse 2s ease-in-out infinite}.products-page .products-page-wrapper .products-details-body .products-details-body-box .product-box-tag:after{animation:pulse 2s ease-in-out .5s infinite}@keyframes pulse{0%{opacity:.75;transform:scaleX(1) scaleY(1)}to{opacity:0;transform:scaleX(1.5) scaleY(2)}}.products-page .products-page-wrapper .products-details-body .products-details-body-box .products-details-body-box-delivery{border:1px solid #bac4ce;border-radius:24px;display:flex}.products-page .products-page-wrapper .products-details-body .products-details-body-box .products-details-body-box-delivery .products-details-body-box-delivery-box{align-items:center;border-right:1px solid #bac4ce;display:flex;flex-direction:column;gap:8px;justify-content:center;padding:12px;position:relative;width:100%}.products-page .products-page-wrapper .products-details-body .products-details-body-box .products-details-body-box-delivery .products-details-body-box-delivery-box .products-details-body-box-delivery-box-text{align-items:center;display:flex;flex-direction:column;gap:2px;justify-content:center}.products-page .products-page-wrapper .products-details-body .products-details-body-box .products-details-body-box-delivery .products-details-body-box-delivery-box:after{background-color:#bac4ce;border-radius:50%;content:"";height:12px;position:absolute;right:-6px;top:50%;transform:translateY(-50%);width:12px}.products-page .products-page-wrapper .products-details-body .products-details-body-box .products-details-body-box-delivery .products-details-body-box-delivery-box:last-child{border-right:none}.products-page .products-page-wrapper .products-details-body .products-details-body-box .products-details-body-box-delivery .products-details-body-box-delivery-box:last-child:after{display:none}@media (max-width:1024px){.products-page .products-page-wrapper{padding:16px}.products-page .products-page-wrapper .products-details-body{display:flex;flex-direction:column;padding-top:24px}.products-page .products-page-wrapper .products-details-body .products-details-body-box{width:100%}.products-page .products-page-wrapper .products-details-body .products-details-body-box .products-details-body-box-gallery{display:flex;flex-direction:column;gap:12px}.products-page .products-page-wrapper .products-details-body .products-details-body-box .products-details-body-box-gallery .products-details-body-box-gallery-additional{display:none}}@media (max-width:724px){.products-page .products-page-wrapper .products-details-body .products-details-body-box .products-details-body-box-delivery{flex-direction:column}.products-page .products-page-wrapper .products-details-body .products-details-body-box .products-details-body-box-delivery .products-details-body-box-delivery-box{border-bottom:1px solid #bac4ce;border-right:none}.products-page .products-page-wrapper .products-details-body .products-details-body-box .products-details-body-box-delivery .products-details-body-box-delivery-box:after{bottom:-6px;right:50%;top:auto;transform:translate(50%)}.products-page .products-page-wrapper .products-details-body .products-details-body-box .products-details-body-box-delivery .products-details-body-box-delivery-box:last-child{border-bottom:none}}.products-page .sticky-footer-transition-enter-from,.products-page .sticky-footer-transition-leave-to{transform:translateY(100%)}.products-page .sticky-footer-transition-enter-to,.products-page .sticky-footer-transition-leave-from{transform:translateY(0)}.products-page .sticky-footer{align-items:center;background-color:#fefffe;bottom:0;box-shadow:0 -4px 8px #04080f1a;display:flex;height:80px;justify-content:center;position:fixed;transition:all .2s ease-in-out;width:100%;z-index:100}.products-page .sticky-footer .sticky-footer-wrapper{align-items:center;display:flex;gap:24px;height:100%;justify-content:space-between;max-width:1440px;padding:8px 24px;width:100%}.products-page .sticky-footer .sticky-footer-wrapper .sticky-footer-box{align-items:center;display:flex;gap:12px;height:100%;width:50%}.products-page .sticky-footer .sticky-footer-wrapper .sticky-footer-box .image-wrapper-image{aspect-ratio:4/3;border-radius:8px;height:100%;width:-moz-fit-content;width:fit-content}.products-page .sticky-footer .sticky-footer-wrapper .sticky-footer-box .image-wrapper-image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.products-page .sticky-footer .sticky-footer-wrapper .sticky-footer-box .sticky-footer-box-additional{display:flex;flex-direction:column}.products-page .sticky-footer .sticky-footer-wrapper .button{margin-left:auto;max-width:280px;width:100%}@media (max-width:724px){.products-page .sticky-footer .sticky-footer-wrapper .sticky-footer-box{width:100%}.products-page .sticky-footer .sticky-footer-wrapper .sticky-footer-box:first-child{display:none}.products-page .sticky-footer .sticky-footer-wrapper .sticky-footer-box .button{height:50px;max-width:100%}}.products-page .price-box{display:flex;gap:4px}.products-page .price-box .sale-price{color:#bac4ce;height:-moz-fit-content;height:fit-content;line-height:100%;position:relative}.products-page .price-box .sale-price:before{background-color:#bac4ce;content:"";height:2px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100%}.auth-container{align-items:center;display:flex;flex-direction:column;flex-grow:1;gap:20px;justify-content:center;margin:0 auto;max-width:320px;padding:40px 20px 100px;position:relative;width:100%}.auth-container .auth-logo{margin-bottom:20px}.auth-container img{-webkit-user-drag:none}.auth-container .button{margin:0 auto;max-width:280px;width:100%}.auth-container .auth-container-box{display:flex;flex-direction:column;gap:10px;max-width:320px;width:100%}.auth-container .auth-container-box .auth-container-box-buttons{display:flex;gap:10px;margin:0 auto;width:-moz-fit-content;width:fit-content}.auth-container .auth-button{align-items:center;background-color:transparent;border:1px solid #d2d4da;border-radius:8px;cursor:pointer;display:flex;height:40px;justify-content:center;margin:0 auto;transition:all .2s ease-in-out;width:40px}.auth-container .auth-button svg{height:20px;width:20px}.auth-container .selector-container{width:100%}.auth-container .selector-container .selector-box{flex:1}.auth-container .developed-by-box{align-items:center;bottom:20px;display:flex;flex-direction:column;gap:2px;justify-content:center;left:50%;margin:0 auto;position:absolute;transform:translate(-50%);width:-moz-fit-content;width:fit-content}.auth-container .developed-by-box img{height:14px}.cart-page{display:flex;flex-direction:column;flex-grow:1;gap:24px;margin:0 auto;max-width:1440px;padding:24px;width:100%}.cart-page .cart-page-header{align-items:center;border-bottom:1px solid #bac4ce;display:flex;padding-bottom:12px}.cart-page .cart-page-header h1{align-items:center;display:flex;gap:8px}.cart-page .cart-page-header h1 .cart-items-counter{align-items:center;background-color:#04080f;border-radius:50%;color:#fefffe;display:flex;justify-content:center;line-height:100%;min-height:36px;min-width:42px;padding:12px 8px;width:-moz-fit-content;width:fit-content}.cart-page .cart-page-body{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;gap:12px;overflow-y:auto;padding:0 12px}.cart-page .cart-page-body .cart-page-body-item{display:flex;flex-direction:column;gap:12px;width:100%}.cart-page .cart-page-body .cart-page-body-item .cart-page-body-item-header{align-items:center;border-bottom:1px solid #bac4ce;display:flex;gap:12px;padding-bottom:12px;width:100%}.cart-page .cart-page-body .cart-page-body-item .cart-page-body-item-header .image-wrapper-image{align-items:center;aspect-ratio:4/3;background-color:transparent;border-radius:8px;display:flex;flex-shrink:0;height:96px;justify-content:center;width:96px}.cart-page .cart-page-body .cart-page-body-item .cart-page-body-item-header .image-wrapper-image img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.cart-page .cart-page-body .cart-page-body-item .cart-page-body-item-header .cart-page-body-item-additional{display:flex;flex-direction:column}.cart-page .cart-page-body .cart-page-body-item .cart-page-body-item-footer{align-items:center;display:flex;gap:12px;justify-content:space-between}.cart-page .cart-page-body .cart-page-body-item .cart-page-body-item-footer .cart-page-body-item-footer-remove{color:#f71735;cursor:pointer}.cart-page .cart-page-footer{border-top:1px solid #bac4ce;display:flex;flex-direction:column;gap:12px;padding-top:12px}.cart-page .cart-page-footer .cart-page-footer-info{display:flex;flex-direction:column;gap:4px}.cart-page .cart-page-footer .cart-page-footer-buttons{align-items:center;display:flex;gap:12px;margin:0 auto;max-width:640px;width:100%}.cart-page .cart-page-footer .cart-page-footer-buttons .button{width:calc(50% - 6px)}@media (max-width:1024px){.cart-page{gap:16px;padding:16px}}@media (max-width:724px){.cart-page .cart-page-footer .cart-page-footer-buttons{flex-direction:column}.cart-page .cart-page-footer .cart-page-footer-buttons .button{width:100%}}.checkout-page{display:flex;flex-direction:column;gap:24px;margin:0 auto;max-width:420px;padding:24px;width:100%}.checkout-page .checkout-page-summary{border:1px solid #bac4ce;border-radius:24px;display:flex;flex-direction:column;gap:12px;padding:16px}.checkout-page .checkout-page-summary .checkout-page-summary-header{align-items:center;display:flex;justify-content:space-between}.checkout-page .checkout-page-summary .checkout-page-summary-header .heading-5-bold{align-items:center;cursor:pointer;display:flex;gap:12px}.checkout-page .checkout-page-summary .checkout-summary-opened{border-top:1px solid #bac4ce;display:flex;flex-direction:column;gap:12px;padding:12px;transition:all .2s ease-in-out}.checkout-page .checkout-page-summary .checkout-page-summary-item{align-items:center;border-bottom:1px solid #bac4ce;display:flex;gap:12px;padding-bottom:12px;width:100%}.checkout-page .checkout-page-summary .checkout-page-summary-item .image-wrapper-image{align-items:center;aspect-ratio:4/3;background-color:transparent;border-radius:8px;display:flex;flex-shrink:0;height:64px;justify-content:center;width:64px}.checkout-page .checkout-page-summary .checkout-page-summary-item .image-wrapper-image img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.checkout-page .checkout-page-summary .checkout-page-summary-item .checkout-page-summary-item-additional{display:flex;flex-direction:column}.checkout-page .checkout-page-summary .checkout-page-summary-info{align-items:center;display:flex;gap:4px;justify-content:space-between}.checkout-page .checkout-page-form{display:flex;flex-direction:column;gap:16px}.checkout-page .checkout-page-form .button{margin:0 auto;max-width:280px;width:100%}.payment-page{flex-grow:1;gap:40px;margin:0 auto;max-width:1920px}.payment-page,.payment-page .payment-page-content{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.payment-page .payment-page-content{gap:16px;max-width:400px;padding:16px}.payment-page .payment-page-content .button{width:100%}.orders-page{display:flex;flex-direction:column;gap:24px;margin:0 auto;max-width:1440px;padding:24px;width:100%}.orders-page .orders-page-title{display:flex;flex-direction:column;gap:12px}.orders-page .orders-page-title h1{border-bottom:1px solid #bac4ce;padding-bottom:12px}.orders-page .orders-page-sub-title{align-items:center;display:flex;gap:8px}@media (max-width:1024px){.orders-page{gap:16px;padding:16px}}.profile-card-container{background-color:#fefffe;display:flex;flex:1;flex-direction:column;gap:16px;margin:0 auto;max-width:768px;padding:24px 16px;width:100%}.profile-card-container .profile-card-container-header{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;width:100%}.profile-card-container .profile-card-container-header .profile-card-container-header-images{align-items:center;display:flex;flex-direction:column;margin-bottom:64px;margin-top:-24px;position:relative;width:calc(100% + 32px)}.profile-card-container .profile-card-container-header .profile-card-container-header-images .profile-card-container-header-images-banner{height:200px;-o-object-fit:cover;object-fit:cover;width:100%;-webkit-user-drag:none}.profile-card-container .profile-card-container-header .profile-card-container-header-images .profile-card-container-header-images-profile{border-radius:50%;height:164px;width:164px;-webkit-user-drag:none}.profile-card-container .profile-card-container-header .profile-card-container-header-images .profile-card-container-header-holder{align-items:center;background-color:#019cce;border-radius:50%;display:flex;height:164px;justify-content:center;width:164px}.profile-card-container .profile-card-container-header .profile-card-container-header-images .profile-card-container-header-holder h1{color:#fefffe;text-align:center}.profile-card-container .profile-card-container-header .profile-card-container-header-images .profile-card-container-header-holder,.profile-card-container .profile-card-container-header .profile-card-container-header-images .profile-card-container-header-images-profile{border:4px solid #fefffe;bottom:-64px;left:12px;position:absolute}.profile-card-container .profile-card-container-header .profile-card-container-header-title{display:flex;flex-direction:column;gap:4px;width:100%}.profile-card-container .profile-card-container-header .profile-card-container-header-title h2,.profile-card-container .profile-card-container-header .profile-card-container-header-title h4,.profile-card-container .profile-card-container-header .profile-card-container-header-title p{word-wrap:break-word}.profile-card-container .profile-card-container-header .profile-card-container-header-title h4{background:linear-gradient(90deg,#39cefe,#014d98 75%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.profile-card-container .profile-card-container-header .profile-card-container-header-title h2{font-weight:600}.profile-card-container .profile-card-container-header .profile-card-container-header-title .profile-card-container-header-title-preview{opacity:.5}.profile-card-container .profile-card-container-buttons{display:flex;gap:8px}.profile-card-container .profile-card-container-buttons .save-button{align-items:center;background-color:#014d98;border:none;border-radius:16px;cursor:pointer;display:flex;flex:1;flex-shrink:0;gap:8px;height:44px;justify-content:center;outline:none;padding:12px;width:-moz-fit-content;width:fit-content;z-index:2}.profile-card-container .profile-card-container-buttons .save-button svg{aspect-ratio:1/1;flex-shrink:0;height:26px;-o-object-fit:cover;object-fit:cover;width:auto}.profile-card-container .profile-card-container-buttons .save-button h5{color:#fefffe;white-space:nowrap}.profile-card-container .profile-card-container-buttons .save-button:first-child{background:linear-gradient(90deg,#39cefe,#014d98 75%);flex:2}.profile-card-container .profile-card-container-links-configuration{display:flex;flex-direction:column;gap:12px}.profile-card-container .profile-card-container-links-configuration .profile-card-container-links-configuration-link{align-items:center;border:1px solid #f5f5f5;border-radius:16px;box-shadow:0 0 10px #0003;display:flex;gap:12px;height:64px;padding:6px 8px;width:100%}.profile-card-container .profile-card-container-links-configuration .profile-card-container-links-configuration-link img{aspect-ratio:1/1;border-radius:12px;flex-shrink:0;height:58px;-o-object-fit:cover;object-fit:cover;width:auto}.profile-card-container .profile-card-container-links-configuration .profile-card-container-links-configuration-link p{display:-webkit-box;font-size:14px;line-height:110%;width:100%;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#04080f;height:-moz-fit-content;height:fit-content;max-height:32px;overflow:hidden;word-break:break-word}.profile-card-container .profile-card-container-links-configuration .profile-card-container-link-header{background:linear-gradient(90deg,#39cefe,#014d98 75%);-webkit-background-clip:text;color:transparent;padding-bottom:8px;position:relative;width:100%;word-break:break-all;-webkit-text-fill-color:transparent}.profile-card-container .profile-card-container-links-configuration .profile-card-container-link-header:after{background:linear-gradient(90deg,#39cefe,#014d98 75%);bottom:0;content:"";height:1px;left:0;position:absolute;width:100%}.profile-card-container .profile-card-container-links-configuration.profile-card-container-links-configuration-icons{flex-direction:row;flex-wrap:wrap}.profile-card-container .profile-card-container-links-configuration.profile-card-container-links-configuration-icons .profile-card-container-links-configuration-link{border:none;box-shadow:none;flex-direction:column;gap:8px;height:132px;padding:0;width:calc(33.33333% - 8px)}.profile-card-container .profile-card-container-links-configuration.profile-card-container-links-configuration-icons .profile-card-container-links-configuration-link img{height:92px}.profile-card-container .profile-card-container-links-configuration.profile-card-container-links-configuration-icons .profile-card-container-links-configuration-link p{text-align:center}.profile-card-container footer{align-items:center;display:flex;flex-direction:column;gap:12px;justify-content:center;margin-top:auto}.profile-card-container footer .footer-volt-box{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='78' fill='none' viewBox='0 0 100 78'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23000' d='M0 1.993h8.15l4.908 16.038 4.909-16.038h7.8l-8.416 23.92H8.5zM58.36 25.914V1.988h7.624v17.874h12.354v6.052zM76.688 1.993v6.048h7.889v17.878h7.632V8.041H100V1.993z'/%3E%3Cpath fill='%23019CCE' d='M27.889 8.847c2.76-7.075 10.21-9.922 15.986-8.485-4.65 5.363-8.279 11.334-11.45 17.724 3.247-.837 6.464-1.078 9.723-1.054 0 .055.005.102-.013.13-2.318 3.565-4.025 7.428-5.567 11.373-.065.163-.041.482-.425.332l.214-1.628c-7.596-2.597-11.363-10.963-8.468-18.383'/%3E%3Cpath fill='%23019CCE' d='M37.813 27.588c4.489-5.484 9.544-10.366 14.788-15.105-3.506.167-6.977.664-10.533 1.083 2.47-3.648 5.515-6.626 9.044-9.127 3.741 3.745 5.325 10.56 2.016 16.41-3.364 5.938-10.014 8.041-15.315 6.739'/%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cpath fill='%23fff' d='M0 50.897h8.15l4.908 16.038 4.909-16.038h7.8l-8.416 23.92H8.5zM58.36 74.817V50.892h7.624v17.873h12.354v6.052zM76.688 50.897v6.048h7.889v17.878h7.632V56.945H100v-6.048z'/%3E%3Cpath fill='%23019CCE' d='M27.889 57.75c2.76-7.074 10.21-9.922 15.986-8.484-4.65 5.363-8.279 11.334-11.45 17.724 3.247-.837 6.464-1.079 9.723-1.054 0 .055.005.102-.013.13-2.318 3.565-4.025 7.428-5.567 11.373-.065.162-.041.482-.425.332l.214-1.628c-7.596-2.597-11.363-10.964-8.468-18.383'/%3E%3Cpath fill='%23019CCE' d='M37.813 76.492c4.489-5.484 9.544-10.366 14.788-15.106-3.506.168-6.977.665-10.533 1.083 2.47-3.647 5.515-6.625 9.044-9.126 3.741 3.744 5.325 10.56 2.016 16.41-3.364 5.938-10.014 8.041-15.315 6.739'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h100v28.904H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath fill='%23fff' d='M0 48.904h100v28.904H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 0 0;background-repeat:no-repeat;height:28.9px;width:100px;-webkit-user-drag:none}.profile-card-container footer .footer-dd-box{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='81' height='23' fill='none' viewBox='0 0 81 23'%3E%3Cpath fill='%2304080F' d='M13.916.312h-2.175L7.454 7.439v-.062H6.89L2.639.312H.466l5.317 8.837h2.816z'/%3E%3Cpath fill='%236B15E4' d='M28.534.349H18.452a4.41 4.41 0 0 0-4.413 4.412 4.42 4.42 0 0 0 4.413 4.425h10.082a4.43 4.43 0 0 0 4.425-4.425A4.42 4.42 0 0 0 28.534.35m0 7.065H18.452a2.64 2.64 0 0 1-2.64-2.653 2.64 2.64 0 0 1 2.64-2.64h10.082a2.64 2.64 0 0 1 2.652 2.64 2.645 2.645 0 0 1-2.652 2.653'/%3E%3Cpath fill='%2304080F' fill-rule='evenodd' d='M75.424.349h5.041V2.12h-5.04a2.64 2.64 0 0 0-2.64 2.64 2.64 2.64 0 0 0 2.64 2.653h5.04v1.772h-5.04a4.42 4.42 0 0 1-4.413-4.425A4.41 4.41 0 0 1 75.424.35' clip-rule='evenodd'/%3E%3Cpath fill='%2304080F' d='M43.49 9.15h2.075l-1.521-2.855a3.3 3.3 0 0 0 1.37-2.677A3.31 3.31 0 0 0 42.108.312H34.3v8.837h1.797V6.924h6.01c.062 0 .138-.013.2-.013zM36.098 5.15V2.084h6.01c.854 0 1.533.692 1.533 1.534 0 .855-.679 1.533-1.533 1.533zM58.239 2.084V.312H46.422v1.772h5.104V9.15h1.797V2.084zM61.255 2.084h8.9V.312H59.457v8.837h10.698V7.377h-8.9V5.529h5.078V3.756h-5.078z'/%3E%3Cpath fill='%23FEFFFE' d='M13.916 13.187h-2.175l-4.287 7.127v-.062H6.89l-4.25-7.065H.466l5.317 8.837h2.816z'/%3E%3Cpath fill='%236B15E4' d='M28.534 13.224H18.452a4.41 4.41 0 0 0-4.413 4.412 4.42 4.42 0 0 0 4.413 4.425h10.082a4.43 4.43 0 0 0 4.425-4.425 4.42 4.42 0 0 0-4.425-4.412m0 7.065H18.452a2.64 2.64 0 0 1-2.64-2.653 2.64 2.64 0 0 1 2.64-2.64h10.082a2.64 2.64 0 0 1 2.652 2.64 2.645 2.645 0 0 1-2.652 2.653'/%3E%3Cpath fill='%23FEFFFE' fill-rule='evenodd' d='M75.424 13.224h5.041v1.772h-5.04a2.64 2.64 0 0 0-2.64 2.64 2.64 2.64 0 0 0 2.64 2.653h5.04v1.772h-5.04a4.42 4.42 0 0 1-4.413-4.425 4.41 4.41 0 0 1 4.412-4.412' clip-rule='evenodd'/%3E%3Cpath fill='%23FEFFFE' d='M43.49 22.024h2.075l-1.521-2.854a3.3 3.3 0 0 0 1.37-2.677 3.31 3.31 0 0 0-3.306-3.306H34.3v8.837h1.797V19.8h6.01c.062 0 .138-.012.2-.012zm-7.392-3.998V14.96h6.01c.854 0 1.533.691 1.533 1.534 0 .855-.679 1.534-1.533 1.534zM58.239 14.96v-1.774H46.422v1.773h5.104v7.065h1.797V14.96zM61.255 14.96h8.9v-1.774H59.457v8.838h10.698v-1.772h-8.9v-1.848h5.078V16.63h-5.078z'/%3E%3C/svg%3E") 0 0;background-repeat:no-repeat;height:10px;width:80px;-webkit-user-drag:none}.profile-card-container footer .developed-by-box{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center}.profile-card-container footer .developed-by-box .developed-by-text{color:#7d8597;font-size:12px;line-height:100%}.profile-card-container:before{transition:all .3s ease-in-out}.profile-card-container:has(.contact-info-wrapper){position:relative}.profile-card-container:has(.contact-info-wrapper):before{background-color:#04080f66;content:"";height:100%;left:0;position:fixed;top:0;width:100%;z-index:4}.profile-card-container .contact-slide-enter-from,.profile-card-container .contact-slide-leave-to{transform:translateY(100%)}.profile-card-container .contact-info{align-items:center;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;position:fixed;transition:all .3s ease-in-out;width:100%;z-index:10}.profile-card-container .contact-info-wrapper{background-color:#fefffe;border-radius:16px 16px 0 0;box-shadow:0 0 10px #00000040;display:flex;flex-direction:column;gap:20px;max-width:768px;padding:40px 20px 20px;position:relative;width:100%}.profile-card-container .contact-info-wrapper .close-icon-box{cursor:pointer;position:absolute;right:10px;top:10px}.profile-card-container .contact-info-wrapper .contact-info-wrapper-header{align-items:center;border-bottom:2px solid #d2d4da;display:flex;flex-direction:column;gap:10px;justify-content:center;margin:0 auto;padding-bottom:20px;width:100%}.profile-card-container .contact-info-wrapper .contact-info-wrapper-header .contact-info-wrapper-header-icon{align-items:center;background-color:#019cce;border-radius:50%;display:flex;height:48px;justify-content:center;padding-bottom:3px;width:48px}.profile-card-container .contact-info-wrapper .contact-info-wrapper-header .contact-info-wrapper-header-icon:before{border:3px solid #fefffe;border-right:none;border-top:none;content:"";height:10px;transform:rotate(-50deg);width:20px}.profile-card-container .contact-info-wrapper .contact-info-wrapper-box{align-items:center;display:flex;gap:10px}.profile-card-container .contact-info-wrapper .contact-info-wrapper-button{align-items:center;background:linear-gradient(90deg,#39cefe,#014d98 75%);border:none;border-radius:16px;color:#fefffe;cursor:pointer;display:flex;height:40px;justify-content:center;margin:0 auto;max-width:200px;outline:none;width:-moz-fit-content;width:fit-content;width:100%}.profile-card-container-loading{background-color:#fefffe;box-shadow:0 0 10px #0000001a;display:flex;flex:1;flex-direction:column;gap:16px;margin:0 auto;max-width:768px;padding:24px 16px;width:100%}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.profile-card-container-loading .profile-card-container-header-loading{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;width:100%}.profile-card-container-loading .profile-card-container-header-loading .profile-card-container-header-loading-images{display:flex;flex-direction:column;margin-bottom:64px;margin-top:-24px;position:relative;width:calc(100% + 32px)}.profile-card-container-loading .profile-card-container-header-loading .profile-card-container-header-loading-images .profile-card-container-header-loading-images-banner{animation:gradient 2s ease-in-out infinite;background:linear-gradient(90deg,#d2d4da1a,#d2d4da80);background-size:200% 200%;height:200px;width:100%}.profile-card-container-loading .profile-card-container-header-loading .profile-card-container-header-loading-images .profile-card-container-header-loading-images-profile{animation:gradient 2s ease-in-out infinite;background:linear-gradient(90deg,#d2d4da80,#d2d4da1a);background-size:200% 200%;border:4px solid #fefffe;border-radius:50%;bottom:-64px;height:164px;left:12px;position:absolute;width:164px}.profile-card-container-loading .profile-card-container-header-loading .profile-card-container-header-title-loading{display:flex;flex-direction:column;gap:4px;width:100%}.profile-card-container-loading .profile-card-container-header-loading .profile-card-container-header-title-loading .profile-card-container-header-title-loading{animation:gradient 2s ease-in-out infinite;background:linear-gradient(90deg,#d2d4da1a,#d2d4da80);background-size:200% 200%;border-radius:8px;height:28px;width:100%}.profile-card-container-loading .profile-card-container-header-loading .profile-card-container-header-title-loading .profile-card-container-header-title-loading.title-loading-h3{height:31px}.profile-card-container-loading .profile-card-container-header-loading .profile-card-container-header-title-loading .profile-card-container-header-title-loading.title-loading-h4{height:26px}.profile-card-container-loading .profile-card-container-header-loading .profile-card-container-header-title-loading .profile-card-container-header-title-loading.title-loading-p{height:46px}.profile-card-container-loading .profile-card-container-buttons-loading{display:flex;gap:8px}.profile-card-container-loading .profile-card-container-buttons-loading .profile-card-container-buttons-loading-button{animation:gradient 2s ease-in-out infinite;background:linear-gradient(90deg,#d2d4da1a,#d2d4da80);background-size:200% 200%;border-radius:16px;height:44px;width:100%}.profile-card-container-loading .profile-card-container-links-configuration-loading{display:flex;flex-direction:column;flex-wrap:wrap;gap:20px}.profile-card-container-loading .profile-card-container-links-configuration-loading .profile-card-container-links-configuration-loading-link{animation:gradient 2s ease-in-out infinite;background:linear-gradient(90deg,#d2d4da1a,#d2d4da80);background-size:200% 200%;border-radius:8px;height:54px;width:100%}.contact-page{background-color:#fefffe;box-shadow:0 0 10px #0000001a;flex:1;flex-direction:column;gap:16px;max-width:768px;padding:36px 16px}.contact-page,.contact-page .contact-info-wrapper-header{display:flex;justify-content:center;margin:0 auto;width:100%}.contact-page .contact-info-wrapper-header{align-items:center;border-bottom:2px solid #d2d4da;flex-direction:column;gap:10px;padding-bottom:20px}.contact-page .contact-info-wrapper-header .contact-info-wrapper-header-icon{align-items:center;background-color:#019cce;border-radius:50%;display:flex;height:48px;justify-content:center;padding-bottom:3px;width:48px}.contact-page .contact-info-wrapper-header .contact-info-wrapper-header-icon:before{border:3px solid #fefffe;border-right:none;border-top:none;content:"";height:10px;transform:rotate(-50deg);width:20px}.contact-page .contact-info-wrapper-box{align-items:center;display:flex;gap:10px}.contact-page .contact-info-wrapper-button{align-items:center;background:linear-gradient(90deg,#39cefe,#014d98 75%);border:none;border-radius:16px;color:#fefffe;cursor:pointer;display:flex;height:40px;justify-content:center;margin:0 auto;max-width:240px;outline:none;width:-moz-fit-content;width:fit-content;width:100%}.contact-page footer{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;margin-top:auto}.contact-page footer .footer-volt-box{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='78' fill='none' viewBox='0 0 100 78'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23000' d='M0 1.993h8.15l4.908 16.038 4.909-16.038h7.8l-8.416 23.92H8.5zM58.36 25.914V1.988h7.624v17.874h12.354v6.052zM76.688 1.993v6.048h7.889v17.878h7.632V8.041H100V1.993z'/%3E%3Cpath fill='%23019CCE' d='M27.889 8.847c2.76-7.075 10.21-9.922 15.986-8.485-4.65 5.363-8.279 11.334-11.45 17.724 3.247-.837 6.464-1.078 9.723-1.054 0 .055.005.102-.013.13-2.318 3.565-4.025 7.428-5.567 11.373-.065.163-.041.482-.425.332l.214-1.628c-7.596-2.597-11.363-10.963-8.468-18.383'/%3E%3Cpath fill='%23019CCE' d='M37.813 27.588c4.489-5.484 9.544-10.366 14.788-15.105-3.506.167-6.977.664-10.533 1.083 2.47-3.648 5.515-6.626 9.044-9.127 3.741 3.745 5.325 10.56 2.016 16.41-3.364 5.938-10.014 8.041-15.315 6.739'/%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cpath fill='%23fff' d='M0 50.897h8.15l4.908 16.038 4.909-16.038h7.8l-8.416 23.92H8.5zM58.36 74.817V50.892h7.624v17.873h12.354v6.052zM76.688 50.897v6.048h7.889v17.878h7.632V56.945H100v-6.048z'/%3E%3Cpath fill='%23019CCE' d='M27.889 57.75c2.76-7.074 10.21-9.922 15.986-8.484-4.65 5.363-8.279 11.334-11.45 17.724 3.247-.837 6.464-1.079 9.723-1.054 0 .055.005.102-.013.13-2.318 3.565-4.025 7.428-5.567 11.373-.065.162-.041.482-.425.332l.214-1.628c-7.596-2.597-11.363-10.964-8.468-18.383'/%3E%3Cpath fill='%23019CCE' d='M37.813 76.492c4.489-5.484 9.544-10.366 14.788-15.106-3.506.168-6.977.665-10.533 1.083 2.47-3.647 5.515-6.625 9.044-9.126 3.741 3.744 5.325 10.56 2.016 16.41-3.364 5.938-10.014 8.041-15.315 6.739'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h100v28.904H0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath fill='%23fff' d='M0 48.904h100v28.904H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 0 0;background-repeat:no-repeat;height:28.9px;width:100px;-webkit-user-drag:none}.contact-page footer .footer-dd-box{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='81' height='23' fill='none' viewBox='0 0 81 23'%3E%3Cpath fill='%2304080F' d='M13.916.312h-2.175L7.454 7.439v-.062H6.89L2.639.312H.466l5.317 8.837h2.816z'/%3E%3Cpath fill='%236B15E4' d='M28.534.349H18.452a4.41 4.41 0 0 0-4.413 4.412 4.42 4.42 0 0 0 4.413 4.425h10.082a4.43 4.43 0 0 0 4.425-4.425A4.42 4.42 0 0 0 28.534.35m0 7.065H18.452a2.64 2.64 0 0 1-2.64-2.653 2.64 2.64 0 0 1 2.64-2.64h10.082a2.64 2.64 0 0 1 2.652 2.64 2.645 2.645 0 0 1-2.652 2.653'/%3E%3Cpath fill='%2304080F' fill-rule='evenodd' d='M75.424.349h5.041V2.12h-5.04a2.64 2.64 0 0 0-2.64 2.64 2.64 2.64 0 0 0 2.64 2.653h5.04v1.772h-5.04a4.42 4.42 0 0 1-4.413-4.425A4.41 4.41 0 0 1 75.424.35' clip-rule='evenodd'/%3E%3Cpath fill='%2304080F' d='M43.49 9.15h2.075l-1.521-2.855a3.3 3.3 0 0 0 1.37-2.677A3.31 3.31 0 0 0 42.108.312H34.3v8.837h1.797V6.924h6.01c.062 0 .138-.013.2-.013zM36.098 5.15V2.084h6.01c.854 0 1.533.692 1.533 1.534 0 .855-.679 1.533-1.533 1.533zM58.239 2.084V.312H46.422v1.772h5.104V9.15h1.797V2.084zM61.255 2.084h8.9V.312H59.457v8.837h10.698V7.377h-8.9V5.529h5.078V3.756h-5.078z'/%3E%3Cpath fill='%23FEFFFE' d='M13.916 13.187h-2.175l-4.287 7.127v-.062H6.89l-4.25-7.065H.466l5.317 8.837h2.816z'/%3E%3Cpath fill='%236B15E4' d='M28.534 13.224H18.452a4.41 4.41 0 0 0-4.413 4.412 4.42 4.42 0 0 0 4.413 4.425h10.082a4.43 4.43 0 0 0 4.425-4.425 4.42 4.42 0 0 0-4.425-4.412m0 7.065H18.452a2.64 2.64 0 0 1-2.64-2.653 2.64 2.64 0 0 1 2.64-2.64h10.082a2.64 2.64 0 0 1 2.652 2.64 2.645 2.645 0 0 1-2.652 2.653'/%3E%3Cpath fill='%23FEFFFE' fill-rule='evenodd' d='M75.424 13.224h5.041v1.772h-5.04a2.64 2.64 0 0 0-2.64 2.64 2.64 2.64 0 0 0 2.64 2.653h5.04v1.772h-5.04a4.42 4.42 0 0 1-4.413-4.425 4.41 4.41 0 0 1 4.412-4.412' clip-rule='evenodd'/%3E%3Cpath fill='%23FEFFFE' d='M43.49 22.024h2.075l-1.521-2.854a3.3 3.3 0 0 0 1.37-2.677 3.31 3.31 0 0 0-3.306-3.306H34.3v8.837h1.797V19.8h6.01c.062 0 .138-.012.2-.012zm-7.392-3.998V14.96h6.01c.854 0 1.533.691 1.533 1.534 0 .855-.679 1.534-1.533 1.534zM58.239 14.96v-1.774H46.422v1.773h5.104v7.065h1.797V14.96zM61.255 14.96h8.9v-1.774H59.457v8.838h10.698v-1.772h-8.9v-1.848h5.078V16.63h-5.078z'/%3E%3C/svg%3E") 0 0;background-repeat:no-repeat;height:10px;width:80px;-webkit-user-drag:none}.contact-page footer .developed-by-box{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center}.contact-page footer .developed-by-box .developed-by-text{color:#7d8597;font-size:12px;line-height:100%}.unsubscribe-page{align-items:center;flex-grow:1;justify-content:center;margin:0 auto;max-width:1280px;padding:36px;width:100%}.contacts-view,.contacts-view .contacts-view-title,.unsubscribe-page{display:flex;flex-direction:column;gap:12px}.contacts-view .contacts-view-title{background-color:#fefffe;border-radius:0 0 16px 16px;box-shadow:0 0 10px #0000001a;padding:12px;position:sticky;top:0;z-index:10}.contacts-view .contacts-view-title .actions-dropdown-component .actions-dropdown-component-outside{border:none}.contacts-view .contacts-view-title .contacts-view-title-box{align-items:center;display:flex;gap:12px;justify-content:space-between}.contacts-view .contacts-view-title .contacts-view-title-box .contacts-view-title-box-image{align-items:center;background-color:#04080f;border:1px solid #f5f5f5;border-radius:50%;color:#fefffe;display:flex;flex-shrink:0;font-size:22px;font-weight:600;height:48px;justify-content:center;line-height:100%;overflow:hidden;width:48px}.contacts-view .contacts-view-title .contacts-view-title-box .contacts-view-title-box-image img{border-radius:50%;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.contacts-view .contacts-view-title .name-text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.contacts-view .contacts-view-title .contacts-view-title-tag{align-items:center;background-color:#f5f5f5;border-radius:24px;color:#536374;display:flex;gap:6px;justify-content:center;margin:0 auto;padding:4px 16px;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.contacts-view .contacts-view-title .contacts-view-title-tag.contacts-view-title-tag-exchanged{background-color:#84c3ff1a;color:#00a6fb}.contacts-view .contacts-view-options{display:flex;flex-wrap:wrap;gap:12px;padding:12px}.contacts-view .contacts-view-options .contacts-view-options-row{display:flex;gap:12px;width:100%}.contacts-view .contacts-view-options .contacts-view-option{align-items:center;background-color:#fefffe;border-radius:12px;box-shadow:0 0 6px #0000001a;cursor:pointer;display:flex;flex-direction:column;flex-grow:1;gap:6px;padding:12px;width:calc(33.33333% - 8px)}.contacts-view .contacts-view-options .contacts-view-option .contacts-view-option-text{align-items:center;display:flex;flex-direction:column;gap:4px;justify-content:center;width:100%}.contacts-view .contacts-view-options .contacts-view-option .contacts-view-option-icon{display:flex;flex-shrink:0;height:-moz-fit-content;height:fit-content}.contacts-view .contacts-view-options .contacts-view-option .contacts-view-option-icon svg path{fill:#00a6fb}.contacts-view .contacts-view-options .contacts-view-option .list-text-bold{white-space:nowrap}.contacts-view .contacts-list{display:flex;flex-direction:column;gap:12px;padding:0 12px 96px}.contacts-view .contacts-list .contacts-item{background-color:#fefffe;border-radius:12px;box-shadow:0 0 6px #0000001a;display:flex;flex-direction:column;min-height:64px}.contacts-view .contacts-list .contacts-item .contacts-item-row{align-items:center;display:flex;gap:12px;height:66px;padding:6px}.contacts-view .contacts-list .contacts-item .contacts-item-image{align-items:center;background-color:#04080f;border:1px solid #f5f5f5;border-radius:12px;color:#fefffe;display:flex;flex-shrink:0;font-size:22px;font-weight:600;height:48px;justify-content:center;line-height:100%;overflow:hidden;width:48px}.contacts-view .contacts-list .contacts-item .contacts-item-image img{border-radius:12px;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.contacts-view .contacts-list .contacts-item .contacts-item-info{display:flex;flex-direction:column;gap:2px;height:100%;justify-content:space-between;max-width:calc(100% - 60px);padding:4px 0;width:100%}.contacts-view .contacts-list .contacts-item .contacts-item-info p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.contacts-view .contacts-list .contacts-item .contacts-item-info-message{background-color:#f5f5f5bf;border-radius:0 0 12px 12px;overflow:hidden;padding:4px 12px;text-overflow:ellipsis;white-space:nowrap;width:100%}.contacts-view .contacts-list .contacts-item-loading{align-items:center;background-color:#fefffe;border-radius:12px;box-shadow:0 0 6px #0000001a;display:flex;gap:12px;height:64px;padding:6px}.contacts-view .contacts-list .contacts-item-loading .contacts-item-loading-image{border-radius:12px;height:48px;width:48px}.contacts-view .contacts-list .contacts-item-loading .contacts-item-loading-texts{display:flex;flex-direction:column;gap:2px;max-width:calc(100% - 60px);width:100%}.contacts-view .contacts-list .contacts-item-loading .contacts-item-loading-texts .contacts-item-loading-text{border-radius:6px;display:flex;flex-direction:column;gap:2px;padding:4px 0}.contacts-view .contacts-list .contacts-item-loading .contacts-item-loading-texts .contacts-item-loading-text:first-child{height:16px;width:80%}.contacts-view .contacts-list .contacts-item-loading .contacts-item-loading-texts .contacts-item-loading-text:nth-child(2){height:14px;width:60%}.contacts-view .contacts-list .contacts-item-loading .contacts-item-loading-texts .contacts-item-loading-text:last-child{height:12px;width:40%}.contacts-view .contacts-view-data{display:flex;flex-direction:column;gap:12px;padding:0 12px 12px}.contacts-view .contacts-view-data a,.contacts-view .contacts-view-data p{word-break:break-word}.contacts-view .contacts-view-data .button{margin:12px auto;max-width:240px;width:100%}.contacts-view .contacts-view-data .contacts-view-data-button{background-color:#84c3ff1a;border-radius:10px 12px;box-shadow:0 0 6px #84c3ff1a;gap:12px;padding:12px}.contacts-view .contacts-view-data .contacts-view-data-box{background-color:#fefffe;border-radius:12px;box-shadow:0 0 6px #0000001a;display:flex;flex-direction:column;gap:12px;justify-content:center;min-height:40px;padding:12px 0}.contacts-view .contacts-view-data .contacts-view-data-box.message-box{background-color:#f5f5f5bf;box-shadow:none}.contacts-view .contacts-view-data .contacts-view-data-box .contacts-view-data-box-item{border-bottom:1px solid #e4e8ec;display:flex;flex-direction:column;gap:4px;padding:0 12px 12px}.contacts-view .contacts-view-data .contacts-view-data-box .contacts-view-data-box-item:last-child{border-bottom:none;padding-bottom:0}.contacts-view .contacts-view-data .contacts-view-data-box .contacts-view-data-box-item:has(.contacts-view-data-box-item-action){gap:12px}.contacts-view .contacts-view-data .contacts-view-data-box .contacts-view-data-box-item .contacts-view-data-box-item-action{align-items:center;display:flex;gap:12px;justify-content:space-between}.contacts-view .contacts-view-data .contacts-view-data-box .contacts-view-data-box-item .contacts-view-data-box-item-action .contacts-view-data-box-item-action-icon{cursor:pointer;display:flex;flex-shrink:0;height:18px;width:18px}.contacts-view .contacts-view-data .contacts-view-data-box .contacts-view-data-box-item .contacts-view-data-box-item-action .contacts-view-data-box-item-action-icon svg{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.contacts-view .contacts-view-data .contacts-view-data-box .contacts-view-data-box-item .contacts-view-data-box-item-action .contacts-view-data-box-item-action-icon svg path{fill:#00a6fb}.contacts-view .contacts-view-data .contacts-view-data-box .contacts-view-data-box-item .contacts-view-data-box-item-action .contacts-view-data-box-item-action-icon.delete-icon svg path{fill:#f71735}.statistics-view{display:flex;flex-direction:column;gap:12px}.statistics-view .statistics-view-title{align-items:center;background-color:#fefffe;border-radius:0 0 16px 16px;box-shadow:0 0 10px #0000001a;display:flex;gap:12px;justify-content:space-between;padding:16px;position:sticky;top:0;width:100%;z-index:10}.statistics-view .statistics-view-title .statistics-view-title-option{align-items:center;cursor:pointer;display:flex;gap:8px}.statistics-view .statistics-view-title .statistics-view-title-option .arrow{border-color:#7d8597}.statistics-view .statistics-view-box-wrapper{display:flex;flex-direction:column;gap:24px;padding:12px}.statistics-view .statistics-views{align-items:center;background-color:#fefffe;border-radius:12px;box-shadow:0 0 6px #0000001a;display:flex;gap:24px;justify-content:space-between;padding:16px}.statistics-view .statistics-views .statistics-views-title{display:flex;flex-direction:column;flex-shrink:0;gap:2px}.statistics-view .statistics-views .statistics-views-chart{animation:all .5s ease;height:80px;width:160px}.statistics-view .statistics-data-additional{background-color:#fefffe;border-radius:12px;box-shadow:0 0 6px #0000001a;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:16px 0}.statistics-view .statistics-data-additional .statistics-data-additional-item{align-items:center;border-bottom:1px solid #e4e8ec;display:flex;gap:12px;justify-content:space-between;padding:0 16px 16px}.statistics-view .statistics-data-additional .statistics-data-additional-item .statistics-data-additional-item-title{align-items:center;display:flex;gap:8px}.statistics-view .statistics-data-additional .statistics-data-additional-item .statistics-data-additional-item-title .statistics-data-additional-item-title-icon{background-color:#00a6fb1a;border-radius:50%;display:flex;flex-shrink:0;height:-moz-fit-content;height:fit-content;height:30px;padding:7px;width:30px}.statistics-view .statistics-data-additional .statistics-data-additional-item .statistics-data-additional-item-title .statistics-data-additional-item-title-icon svg{height:100%;width:100%}.statistics-view .statistics-data-additional .statistics-data-additional-item .statistics-data-additional-item-title .statistics-data-additional-item-title-icon svg path{fill:#00a6fb}.statistics-view .statistics-data-additional .statistics-data-additional-item .statistics-data-additional-item-title .statistics-data-additional-item-title-icon.is-invalid{background-color:#f717351a}.statistics-view .statistics-data-additional .statistics-data-additional-item .statistics-data-additional-item-title .statistics-data-additional-item-title-icon.is-invalid svg path{fill:#f71735}.statistics-view .statistics-data-additional .statistics-data-additional-item .statistics-data-additional-item-title .statistics-data-additional-item-title-icon.success-item{background-color:#32e8751a}.statistics-view .statistics-data-additional .statistics-data-additional-item .statistics-data-additional-item-title .statistics-data-additional-item-title-icon.success-item svg path{fill:#32e875}.statistics-view .statistics-data-additional .statistics-data-additional-item .statistics-data-additional-item-title .statistics-data-additional-item-title-icon.purple-item{background-color:#6b15e41a}.statistics-view .statistics-data-additional .statistics-data-additional-item .statistics-data-additional-item-title .statistics-data-additional-item-title-icon.purple-item svg path{fill:#6b15e4}.statistics-view .statistics-data-additional .statistics-data-additional-item:last-child{border-bottom:none;padding-bottom:0}.statistics-view .statistics-data-links-box{display:flex;flex-direction:column;gap:12px}.statistics-view .statistics-data-links-box .statistics-data-links{display:flex;flex-direction:column;gap:8px}.statistics-view .statistics-data-links-box .statistics-data-links .statistics-data-links-link{align-items:center;background-color:#fefffe;border-radius:12px;box-shadow:0 0 6px #0000001a;display:flex;gap:8px;justify-content:space-between;padding:16px}#__nuxt{display:flex;flex-direction:column;flex-grow:1;height:100%}
