@font-face{font-family:ooono;font-weight:400;src:url(https://cdn.shopify.com/s/files/1/0339/9542/3875/files/italianplate_medium.woff2)}@font-face{font-family:ooono;font-weight:500;src:url(https://cdn.shopify.com/s/files/1/0339/9542/3875/files/italianplate_demibold.woff2)}@font-face{font-family:ooono;font-weight:700;src:url(https://cdn.shopify.com/s/files/1/0339/9542/3875/files/italianplate_bold.woff2)}html{font-family:ooono}.text,h1,h2,h3,h4,h5,h6,li,p,span{color:var(--black-color)}.text.highlight,h1.highlight,h2.highlight,h3.highlight,h4.highlight,h5.highlight,h6.highlight,li.highlight,p.highlight,span.highlight{font-weight:700;letter-spacing:.05em;text-transform:uppercase}.text.tiny,h1.tiny,h2.tiny,h3.tiny,h4.tiny,h5.tiny,h6.tiny,li.tiny,p.tiny,span.tiny{font-size:11px}.text.small,h1.small,h2.small,h3.small,h4.small,h5.small,h6.small,li.small,p.small,span.small{font-size:13px}.text.regular,h1.regular,h2.regular,h3.regular,h4.regular,h5.regular,h6.regular,li.regular,p.regular,span.regular{font-size:16px;line-height:24px}.text.large,h1.large,h2.large,h3.large,h4.large,h5.large,h6.large,li.large,p.large,span.large{font-size:24px;line-height:33px}.text.xlarge,h1.xlarge,h2.xlarge,h3.xlarge,h4.xlarge,h5.xlarge,h6.xlarge,li.xlarge,p.xlarge,span.xlarge{font-size:32px;font-weight:400;line-height:43px}.text.xxlarge,h1.xxlarge,h2.xxlarge,h3.xxlarge,h4.xxlarge,h5.xxlarge,h6.xxlarge,li.xxlarge,p.xxlarge,span.xxlarge{font-size:53px;font-weight:400;line-height:43px}.text.bold,h1.bold,h2.bold,h3.bold,h4.bold,h5.bold,h6.bold,li.bold,p.bold,span.bold{font-weight:700!important}.text.italic,h1.italic,h2.italic,h3.italic,h4.italic,h5.italic,h6.italic,li.italic,p.italic,span.italic{font-style:italic}.text.thin,h1.thin,h2.thin,h3.thin,h4.thin,h5.thin,h6.thin,li.thin,p.thin,span.thin{font-weight:300!important}h1,h2,h3,h4{font-weight:700;letter-spacing:.06em;text-transform:uppercase}@media (max-width:1550px){h1{font-size:80px;line-height:80px}h3{font-size:40px;line-height:40px}h4{font-size:24px;line-height:24px}h5{font-size:20px;line-height:20px}}@media (max-width:850px){h1{font-size:50px;line-height:50px}}@media (max-width:870px){h5{font-size:16px;line-height:16px}h6{font-size:12px;line-height:12px}}*,body,html{box-sizing:border-box}html{height:100%;width:100%}#__nuxt{height:100vh;width:100%}body{background-color:var(--grey-lightest-color);margin:0;width:100%}.wrapper{display:flex;flex-direction:column;gap:25px}.padding,.wrapper{padding:25px}.border-radius{border-radius:8px}.container{display:flex;flex-direction:column;height:100%;justify-content:space-between;min-height:100vh}.container.row{flex-direction:row}.container.row header{max-width:350px}.router-link-active,.router-link-active *{color:var(--primary-color--c01)!important}div.modal{background-color:var(--off-white-color);border-radius:8px;box-shadow:0 4px 8px #0000001a;left:50%;padding:50px;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:999}@media (max-width:1750px){div.modal{padding:30px}}div.modal .close{cursor:pointer;height:25px;position:absolute;right:25px;top:25px;transition:color .3s ease;width:25px}div.modal .close:hover{color:var(--primary-color--c01)}div.modal div.modalContent{display:flex;flex-direction:column;gap:15px}div.modal h2{margin:0 0 10px}div.buttons{display:flex;gap:15px;justify-content:space-between}div.buttons .button{background-color:var(--primary-color--c01);border:1px solid var(--primary-color--c01);border-radius:8px;color:var(--white-color);cursor:pointer;padding:15px;text-align:center;width:100%}div.buttons .button.active,div.buttons .button:hover{background-color:var(--primary-color--c02);color:#fff;transition:all .3s ease-in-out}div.buttons .button.blue{background-color:var(--primary-color--c01);color:#fff}div.buttons .button.blue:hover{background-color:#fff;color:var(--primary-color--c01);transition:all .3s ease-in-out}div.buttons .button.danger{background-color:#ff460c;border:1px solid #ff460c;color:var(--white-color)}div.buttons .button.danger:hover{background-color:#d83400;color:var(--white-color);transition:all .3s ease-in-out}div.buttons .button.disabled{background-color:#80aaff;border-color:#80aaff;color:var(--white-color);cursor:not-allowed;opacity:.6;pointer-events:none;transition:none}div.buttons .button.disabled:hover{background-color:#b3ccff;color:var(--white-color)}div.buttons.disabled span.button{cursor:not-allowed;pointer-events:none}.loader{animation:loader-animation 2s ease-in-out infinite;background-color:var(--primary-color--c01);height:3px;left:0;position:absolute;top:100%;width:100%;z-index:9999}@keyframes loader-animation{0%{left:-100%}to{left:100%}}.copyable{cursor:pointer;position:relative}.copyable:hover:after{background:#000;border-radius:4px;color:#fff;content:"Click to copy";font-size:12px;left:50%;padding:4px 8px;position:absolute;top:100%;transform:translate(-50%);white-space:nowrap;z-index:10}html[data-theme=dark]{--primary-color--c01:#ff8c00;--primary-color--c02:#cc7000;--primary-color--c03:#950;--primary-color--c04:#663d00;--white-color:#1e1e1e;--off-white-color:#2f2f2f;--grey-lightest-color:#333;--grey-light-color:#444;--grey-medium-color:#666;--dark-color:#bbb;--black-color:#fafafa}html,html[data-theme=light]{--primary-color--c01:#0032ff;--primary-color--c02:#0028cc;--primary-color--c03:#001e99;--primary-color--c04:#001466;--white-color:#fff;--off-white-color:#fafafa;--grey-lightest-color:#f0f0f0;--grey-light-color:#e0e0e0;--grey-medium-color:#bbb;--dark-color:#5a5a5a;--black-color:#1e1e1e}input{transition:border-color .2s ease-in-out}input.error{border-color:#ff460c!important;transition:border-color .3s ease-in-out}input:not([type=checkbox]),select,textarea{background-color:transparent;border:none;border-bottom:1px solid var(--grey-light-color);color:var(--black-color);font-family:ooono;font-size:14px;height:100%;min-height:30px}input:not([type=checkbox]).full,select.full,textarea.full{width:100%}input:not([type=checkbox]).small,select.small,textarea.small{font-size:15px;min-height:unset}input:not([type=checkbox]).regular,select.regular,textarea.regular{font-size:18px}input:not([type=checkbox]).large,select.large,textarea.large{font-size:26px}input:not([type=checkbox]).hasValue,select.hasValue,textarea.hasValue{border-bottom:1px solid var(--black-color)}input:not([type=checkbox]).hasValue::-moz-placeholder,select.hasValue::-moz-placeholder,textarea.hasValue::-moz-placeholder{color:var(--black-color)}input:not([type=checkbox]).hasValue::placeholder,select.hasValue::placeholder,textarea.hasValue::placeholder{color:var(--black-color)}input:not([type=checkbox]):focus-visible,select:focus-visible,textarea:focus-visible{border-bottom:1px solid var(--black-color);outline:none}input:not([type=checkbox]).checkbox,select.checkbox,textarea.checkbox{width:15px}textarea:focus-visible{border:1px solid var(--black-color);border-radius:4px;outline:none}.stepOne div label input{background:transparent!important;margin-bottom:10px!important;padding:0 5px!important}.stepOne div label input:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 1000px transparent;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.mapboxgl-ctrl input{padding:0 10px}.mapboxgl-ctrl svg{display:none}.mapboxgl-ctrl mapbox-search-box>div{background-color:var(--white-color)}.buttonContainer{display:flex;justify-content:flex-end;margin-bottom:10px}.buttonContainer button{background-color:#f0f0f0;border:1px solid #ccc;border-radius:4px;cursor:pointer;font-size:14px;margin-right:5px;padding:8px 16px;transition:background-color .3s ease}.buttonContainer button:hover{background-color:#e0e0e0}.buttonContainer button:last-child{margin-right:0}
