.react-international-phone-country-selector{position:relative}.react-international-phone-country-selector-button{display:-moz-box;display:flex;height:var(--react-international-phone-height,36px);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;padding:0;border:1px solid var(--react-international-phone-country-selector-border-color,var(--react-international-phone-border-color,#dcdcdc));margin:0;-moz-appearance:button;appearance:button;-webkit-appearance:button;background-color:var(--react-international-phone-country-selector-background-color,var(--react-international-phone-background-color,#fff));cursor:pointer;text-transform:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.react-international-phone-country-selector-button:hover{background-color:var(--react-international-phone-country-selector-background-color-hover,#f5f5f5)}.react-international-phone-country-selector-button--hide-dropdown{cursor:auto}.react-international-phone-country-selector-button--hide-dropdown:hover{background-color:transparent}.react-international-phone-country-selector-button__button-content{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center}.react-international-phone-country-selector-button__flag-emoji{margin:0 4px}.react-international-phone-country-selector-button__flag-emoji--disabled{opacity:.75}.react-international-phone-country-selector-button__dropdown-arrow{border-top:var(--react-international-phone-country-selector-arrow-size,4px) solid var(--react-international-phone-country-selector-arrow-color,#777);border-right:var(--react-international-phone-country-selector-arrow-size,4px) solid transparent;border-left:var(--react-international-phone-country-selector-arrow-size,4px) solid transparent;margin-right:4px;-webkit-transition:all .1s ease-out;-moz-transition:all .1s ease-out;transition:all .1s ease-out}.react-international-phone-country-selector-button__dropdown-arrow--active{-webkit-transform:rotateX(180deg);-moz-transform:rotateX(180deg);transform:rotateX(180deg)}.react-international-phone-country-selector-button__dropdown-arrow--disabled{border-top-color:var(--react-international-phone-disabled-country-selector-arrow-color,#999)}.react-international-phone-country-selector-button--disabled{cursor:auto}.react-international-phone-country-selector-button--disabled,.react-international-phone-country-selector-button--disabled:hover{background-color:var(--react-international-phone-disabled-country-selector-background-color,var(--react-international-phone-disabled-background-color,#f5f5f5))}.react-international-phone-flag-emoji{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.react-international-phone-country-selector-dropdown{position:absolute;z-index:1;top:var(--react-international-phone-dropdown-left,44px);left:var(--react-international-phone-dropdown-left,0);display:-moz-box;display:flex;width:300px;max-height:200px;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;padding:4px 0;margin:0;background-color:var(--react-international-phone-dropdown-item-background-color,var(--react-international-phone-background-color,#fff));-webkit-box-shadow:var(--react-international-phone-dropdown-shadow,2px 2px 16px rgba(0,0,0,.25));-moz-box-shadow:var(--react-international-phone-dropdown-shadow,2px 2px 16px rgba(0,0,0,.25));box-shadow:var(--react-international-phone-dropdown-shadow,2px 2px 16px rgba(0,0,0,.25));color:var(--react-international-phone-dropdown-item-text-color,var(--react-international-phone-text-color,#222));list-style:none;overflow-y:scroll}.react-international-phone-country-selector-dropdown__list-item{display:-moz-box;display:flex;min-height:var(--react-international-phone-dropdown-item-height,28px);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-box-align:center;align-items:center;padding:2px 8px}.react-international-phone-country-selector-dropdown__list-item-flag-emoji{margin-right:8px}.react-international-phone-country-selector-dropdown__list-item-country-name{margin-right:8px;font-size:var(--react-international-phone-dropdown-item-font-size,14px)}.react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-dropdown-item-dial-code-color,grey);font-size:var(--react-international-phone-dropdown-item-font-size,14px)}.react-international-phone-country-selector-dropdown__list-item:hover{background-color:var(--react-international-phone-selected-dropdown-item-background-color,var(--react-international-phone-selected-dropdown-item-background-color,#f5f5f5));cursor:pointer}.react-international-phone-country-selector-dropdown__list-item--focused,.react-international-phone-country-selector-dropdown__list-item--selected{background-color:var(--react-international-phone-selected-dropdown-item-background-color,#f5f5f5);color:var(--react-international-phone-selected-dropdown-item-text-color,var(--react-international-phone-text-color,#222))}.react-international-phone-country-selector-dropdown__list-item--focused .react-international-phone-country-selector-dropdown__list-item-dial-code,.react-international-phone-country-selector-dropdown__list-item--selected .react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-selected-dropdown-item-dial-code-color,var(--react-international-phone-dropdown-item-dial-code-color,grey))}.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color,var(--react-international-phone-selected-dropdown-item-background-color,#f5f5f5))}.react-international-phone-dial-code-preview{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;padding:0 8px;border:1px solid var(--react-international-phone-dial-code-preview-border-color,var(--react-international-phone-border-color,#dcdcdc));margin-right:-1px;background-color:var(--react-international-phone-dial-code-preview-background-color,var(--react-international-phone-background-color,#fff));color:var(--react-international-phone-dial-code-preview-text-color,var(--react-international-phone-text-color,#222));font-size:var(--react-international-phone-dial-code-preview-font-size,var(--react-international-phone-font-size,13px))}.react-international-phone-dial-code-preview--disabled{background-color:var(--react-international-phone-dial-code-preview-disabled-background-color,var(--react-international-phone-disabled-background-color,#f5f5f5));color:var(--react-international-phone-dial-code-preview-disabled-text-color,var(--react-international-phone-disabled-text-color,#666))}.react-international-phone-input-container{display:-moz-box;display:flex}.react-international-phone-input-container .react-international-phone-country-selector-button{border-radius:var(--react-international-phone-border-radius,4px);margin-right:-1px;border-bottom-right-radius:0;border-top-right-radius:0}.react-international-phone-input-container .react-international-phone-input{overflow:visible;height:var(--react-international-phone-height,36px);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 8px;border:1px solid var(--react-international-phone-border-color,#dcdcdc);border-radius:var(--react-international-phone-border-radius,4px);margin:0;background-color:var(--react-international-phone-background-color,#fff);border-bottom-left-radius:0;border-top-left-radius:0;color:var(--react-international-phone-text-color,#222);font-family:inherit;font-size:var(--react-international-phone-font-size,13px)}.react-international-phone-input-container .react-international-phone-input:focus{outline:none}.react-international-phone-input-container .react-international-phone-input--disabled{background-color:var(--react-international-phone-disabled-background-color,#f5f5f5);color:var(--react-international-phone-disabled-text-color,#666)}#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;-webkit-box-shadow:0 0 10px #29d,0 0 5px #29d;-moz-box-shadow:0 0 10px #29d,0 0 5px #29d;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;-webkit-transform:rotate(3deg) translateY(-4px);-moz-transform:rotate(3deg) translateY(-4px);transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-color:#29d transparent transparent #29d;border-style:solid;border-width:2px;border-radius:50%;-webkit-animation:nprogress-spinner .4s linear infinite;-moz-animation:nprogress-spinner .4s linear infinite;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@-moz-keyframes nprogress-spinner{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}to{-moz-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);-moz-transform:rotate(1turn);transform:rotate(1turn)}}.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;border-radius:3px;background-position:15px;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media (min-width:241px)and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media (min-width:481px)and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}.control-button{background:transparent;border:none;padding:0}.control-button:active,.control-button:focus,.control-button:hover{outline:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;text-shadow:none}.ask-modal-window__controllers-mobile{display:none}@media screen and (max-width:768px){.ask-modal-window__controllers-mobile{display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between}.ask-modal-window__controllers-mobile.one-controller{display:-moz-box;display:flex;-moz-box-pack:end;justify-content:flex-end}}.bg-dark{background-color:#061624!important}.navbar{height:80px;padding:0 100px;font-size:16px}.nav-item{margin:0 40px}.dashboard-footer .nav-item{margin-right:10px}@media screen and (min-width:1024px){.dashboard-footer .nav-item{margin-inline:20px}}@media screen and (min-width:1440px){.dashboard-footer .nav-item{margin-right:40px}}.nav-link{padding:0}@media screen and (max-width:425px){.navbar-nav .dropdown-menu{position:absolute;width:100%}}[contenteditable].form-control:focus,[type=email].form-control:focus,[type=password].form-control:focus,[type=tel].form-control:focus,[type=text].form-control:focus,input.form-control:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=text]:focus,textarea.form-control:focus,textarea:focus{-webkit-box-shadow:inset 0 -1px 0 #ddd;-moz-box-shadow:inset 0 -1px 0 #ddd;box-shadow:inset 0 -1px 0 #ddd;color:#fff}input.form-control{color:#fff}@media screen and (max-width:425px){.tab-pane{height:unset!important;min-height:60vh!important}}.container-fluid{margin-top:80px}.container-fluid.with-banner{margin-top:unset}@media(max-width:768px){.container-fluid{margin-top:0}}.container-fluid.footer-container,.footer.container-fluid{margin-top:0}.card{border:none}@media screen and (max-width:425px){.modal-content{margin-bottom:1rem}}.modal-header{position:absolute;-moz-box-pack:end;justify-content:flex-end;-moz-box-align:center;align-items:center;top:-20px;right:0;border:none;z-index:100}.close{font-size:3.5rem;font-weight:100;color:#ff7800;opacity:1;text-shadow:none}.modal-header.close{padding:0}.close:active,.close:focus,.close:hover{outline:none}.btn-secondary.disabled,.btn-secondary:disabled{background-color:#ff7800;border-color:#ff7800}.pdf-viewer-wrapper{display:-moz-box!important;display:flex!important;-moz-box-pack:center!important;justify-content:center!important;align-content:center!important;height:575px;overflow-y:scroll}@media(min-width:320px)and (max-width:768px){.pdf-viewer-wrapper{height:400px}}@media(min-width:1920px)and (max-width:3840px){.pdf-viewer-wrapper{height:1000px}}.pdf-document{max-height:75vh;overflow-y:auto}.pdf-document .pdf-page .react-pdf__Page__textContent{display:none}@media(min-width:320px)and (max-width:768px){.pdf-document .pdf-page canvas{width:100%!important;height:100%!important}}.pdf-viwer-width{width:70%!important}@media(min-width:320px)and (max-width:768px){.pdf-viwer-width{width:100%!important;height:100%!important}}.pdf-viewer-footer{margin:3%}.pdf-viewer-footer p{-moz-box-flex:1;flex:1 1;text-align:center;margin:2%}.buttons-footer-pdf-viwer{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center}.width-button-pdf-viewer{width:auto!important}@media(min-width:768px)and (max-width:3840px){.width-button-pdf-viewer{width:161px!important}}.table{margin-bottom:unset}.updates-banner-box{background:#212b37}.update-banner-empty{margin-top:80px}@media(max-width:768px){.update-banner-empty{margin-top:0}}.updates-banner{background-color:#ff7800;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;cursor:pointer;padding:1rem 2rem;margin-top:80px}@media screen and (max-width:768px){.updates-banner{margin-top:0}}@media screen and (max-width:425px){.updates-banner{margin-top:unset;padding-inline:1rem}}.updates-banner .updates-text-link{text-decoration:unset}.updates-banner .updates-text-link .updates-text{font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:.91;letter-spacing:normal;color:#fff}@media screen and (max-width:425px){.updates-banner .updates-text-link .updates-text{line-height:1.38;letter-spacing:normal;text-align:justify}}.login-page-container{background-color:var(--blue);min-height:100vh;margin-top:-5rem}@media screen and (max-width:768px){.login-page-container{margin-top:unset;margin-right:-16px;padding-top:0!important}}.login-page-container .login-page-logo-container{padding:18px 40px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background:#061624;height:83px}@media screen and (max-width:425px){.login-page-container .login-page-logo-container{height:60px}}.login-page-container .login-page-logo-container .logo-img{width:125px;margin:0;cursor:pointer}@media screen and (max-width:768px){.login-page-container .login-page-logo-container .logo-img{width:100px}}@media screen and (max-width:425px){.login-page-container .login-page-logo-container .logo-img{width:80px}}.login-page-container .login-field-container .login-page-auth-block{position:relative;margin-inline:auto;width:min(490px,90vw);top:20%;text-align:center;color:var(--paper)}.login-page-container .login-field-container .login-page-auth-block .form-group{text-align:start}.login-page-container .login-field-container .login-page-auth-block .form-group .form-control.is-invalid{border-color:var(--red)}.login-page-container .login-field-container .login-page-auth-block .title{margin-bottom:40px;font-weight:400;font-size:36px}.login-page-container .login-field-container .login-page-auth-block .login-page-label{font-size:13px;color:#fff}.login-page-container .login-field-container .login-page-auth-block .forgot-pswrd-container{text-align:end;margin-top:-1rem;padding-right:16px}.login-page-container .login-field-container .login-page-auth-block .forgot-pswrd-link{text-decoration:underline;cursor:pointer;font-size:16px;color:var(--paper)}.login-page-container .login-field-container .login-page-auth-block .login-page-input{height:56px;border-bottom:1px solid var(--paper);background-color:transparent;border-radius:10px;padding:16px}.login-page-container .login-field-container .login-page-auth-block .login-page-input:focus-visible{outline:none}.login-page-container .login-field-container .login-page-auth-block .login-page-input:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-color:#80bdff}.login-page-container .login-field-container .login-page-auth-block input:-internal-autofill-selected{background-color:transparent}.login-page-container .login-field-container .login-page-auth-block .img-eye{top:13px;-webkit-filter:none;filter:none}.login-page-container .login-button{padding:0}.login-button{height:50px;width:100%;padding:0;background-color:var(--orange);border-radius:10px;border:none;font-weight:900;margin-top:30px}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 30px var(--blue) inset!important}input:-webkit-autofill:first-line{font-family:MessinaSansWeb!important;font-size:1rem;font-weight:400}input:-webkit-autofill{-webkit-text-fill-color:#fff!important}.password-reset-page-bottom-container{-moz-box-pack:justify;justify-content:space-between;padding-bottom:20px;-moz-box-align:end;align-items:flex-end;font-size:12px;color:grey;display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row}@media screen and (max-width:425px){.password-reset-page-bottom-container{padding:20px}}.password-reset-page-bottom-container ul{margin-bottom:0;list-style:none;display:-moz-box;display:flex}.password-reset-page-bottom-container ul li{margin-right:20px;cursor:pointer}.mfa-verification-text{color:#fff;padding-bottom:40px}.mfa-verification-text p{font-weight:700;margin-top:1rem}.mfa-field{width:100%;height:56px;background-color:transparent;border:1px solid #fff;border-radius:10px;color:#fff;padding:15px}.mfa-field:focus-visible{outline:none}.login-page-bottom-container{-moz-box-pack:justify;justify-content:space-between;padding-bottom:20px;-moz-box-align:end;align-items:flex-end;font-size:12px;color:grey;display:-moz-box;display:flex}@media screen and (max-width:425px){.login-page-bottom-container{padding:70px 10px 20px}}.login-page-bottom-container ul{margin-bottom:0;list-style:none;display:-moz-box;display:flex}.login-page-bottom-container ul li{margin-right:20px;cursor:pointer}.login-button{font-weight:700}.signup-content{background-color:#212b37;padding:30px 20px 20px;min-height:85vh}@media screen and (max-width:425px){.signup-content{min-height:92vh}}.signup-page-auth-block{position:relative;margin:0 auto 0 0;top:20%}@media(min-width:768px)and (max-width:1024px){.signup-page-auth-block{max-width:100%}}.signup-page-auth-block .signup-portal-btn{background-color:var(--orange);border-radius:10px;font-weight:900;margin-top:20px;border:none;height:60px;width:100%}.signup-page-auth-block form{width:85%}@media screen and (max-width:425px){.signup-page-auth-block form{width:100%}}.signup-page-auth-block .forgot-pswrd-link{text-decoration:underline;cursor:pointer;font-size:13px;color:grey}.signup-page-auth-block .signup-page-label{font-size:13px;color:#fff}.signup-page-auth-block .signup-page-input{border:none;border-bottom:2px solid #fff;background-color:transparent;border-radius:unset;padding:0}.signup-page-auth-block input:-internal-autofill-selected{background-color:transparent}.signup-button{font-weight:700;margin-top:20px}.business-address-confirm-wrapper{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between;margin-bottom:20px}@media screen and (max-width:768px){.business-address-confirm-wrapper{flex-wrap:wrap}}.account-content.sign-up{color:var(--white)}.navbar{position:fixed;top:0;width:100%;padding:0 2rem;z-index:1000}@media screen and (max-width:768px){.navbar{padding:2rem;position:relative;height:100%}}@media screen and (max-width:425px){.navbar{padding:1rem}}@media screen and (min-width:768px){.navbar .navbar-nav{grid-gap:1rem;gap:1rem}}@media screen and (min-width:1024px){.navbar .navbar-nav{grid-gap:2rem;gap:2rem}}.nav-link-caption{line-height:80px;font-size:15px;font-weight:600;color:#fff;height:80px;font-family:MessinaSansWeb;-webkit-transition:.1s;-moz-transition:.1s;transition:.1s;margin:0}.nav-link-caption:hover{border-bottom:3px solid #ff7800}@media(min-width:768px)and (max-width:1024px){.nav-link-caption{font-size:11px}}.nav-link-caption.switch-account{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;justify-content:space-around;-moz-box-align:end;align-items:flex-end;padding-block:15px;line-height:10px}.nav-link-caption.switch-account .switch-account-text{display:block;text-align:right;font-size:15px;color:#ff7800;line-height:14px}@media screen and (max-width:768px){.nav-link-caption.switch-account .switch-account-text{text-align:left}}.nav-link-caption.switch-account:hover{border-bottom:none}.dropdown-toggle{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:end;justify-content:flex-end}@media screen and (max-width:425px){.dropdown-toggle{display:block}}.navbar-dark .navbar-nav .show>.dropdown-toggle:after{rotate:-180deg;-webkit-transition:.5s;-moz-transition:.5s;transition:.5s}.navbar-dark .navbar-nav .dropdown-toggle:after{rotate:0;-webkit-transition:.5s;-moz-transition:.5s;transition:.5s}.info-login-nav{margin:0 20px}.login-class ul li:first-child:after{content:"|";color:#fff;opacity:.5;line-height:80px;padding:0 1rem}@media screen and (max-width:768px){.login-class ul li:first-child:after{display:none}}.login-class ul li{display:-moz-inline-box;display:inline-flex;margin:0}@media screen and (width:768px){.login-class ul li{margin:0 10px}}.logo{width:125px;margin:0}@media screen and (max-width:1024px){.logo{width:100px}}@media screen and (max-width:425px){.logo{width:80px}}.nav-item,.switch-account-text.dropdown.nav-item{margin:0}.navbar-expand-md .navbar-nav .nav-link{padding:0}.dropdown-menu{color:#f7f1e5;background-color:#061624;border:1px solid #ff7800}.dropdown-item{color:#f7f1e5;padding:1.25rem;text-align:center}.dropdown-item .active,.dropdown-item:active,.dropdown-item:focus,.dropdown-item:hover{background-color:#212b37;color:#f7f1e5;outline:none}.switch-account-nav{margin-bottom:8px}.modal.show .refer-modal.modal-dialog{-webkit-transform:translateY(50%);-moz-transform:translateY(50%);transform:translateY(50%);margin:0 auto;max-width:min(640px,100vw)}.modal.show .refer-modal.modal-dialog .modal-header .close{padding-top:2rem}@media screen and (max-width:425px){.modal.show .refer-modal.modal-dialog .modal-header .close{position:absolute}}.modal.show .refer-modal.modal-dialog .refer-title{padding:20px 40px;font-size:36px}@media screen and (max-width:425px){.modal.show .refer-modal.modal-dialog .refer-title{padding:10px 20px}}.modal.show .refer-modal.modal-dialog .modal-body{padding:0}.modal.show .refer-modal.modal-dialog .content-body{border-block:1px solid #b4b4b4;padding:40px}@media screen and (max-width:425px){.modal.show .refer-modal.modal-dialog .content-body{padding:20px}}.modal.show .refer-modal.modal-dialog .refer-description{padding-top:10px;font-size:18px;font-weight:500}.modal.show .refer-modal.modal-dialog .brochure-link{color:#ff7800;text-decoration:underline}.modal.show .refer-modal.modal-dialog .modal-footer{border:none}.footer-link{font-weight:700;font-size:14px;color:#868686}.social-icon-link{padding:30px 10rem;display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between}.social-icon-link .social-icon{height:27px}.social-icon-link .right-reserved-text{letter-spacing:0;color:#afafaf;font-size:15px;opacity:1}@media screen and (max-width:425px){.social-icon-link .wrapper-social-icon{display:-moz-box;display:flex;justify-content:space-around}}.social-icon-link a{margin-right:45px;display:inline-block}@media screen and (max-width:425px){.social-icon-link a{margin-right:0}}@media screen and (max-width:768px){.social-icon-link{padding:30px 0}}.align-right{text-align:right}@media screen and (max-width:425px){.align-right{text-align:left!important;margin-top:2rem}}.checkbox-text-style{margin-top:30px;font-size:12px}@media screen and (min-width:320px)and (max-width:768px){.footer-nav{margin-bottom:20px}}.footer-nav>li{padding:0 0 5px}.footer-nav-title{margin-bottom:30px;font-weight:700;font-size:16px;color:#061624}@media screen and (min-width:320px)and (max-width:768px){.footer-nav-title{margin-bottom:10px}}.get-touch-content{color:#ff7800}.get-touch-block{margin-top:20px}@media screen and (min-width:320px)and (max-width:768px){.get-touch-block{margin-top:10px}}@media screen and (max-width:425px){.footer-info-block{text-align:start;font-size:13px}}.footer-auth-form .form-group{margin-bottom:0;display:-moz-box;display:flex}.footer-auth-form .auth-input{border-right-color:#fff}.footer-auth-form .auth-btn{background-color:#ff7800;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-left:-10px;font-size:12px;border:none;width:25%}.footer-here-link{text-decoration:underline;margin-left:5px;color:#ff7800}.footer-top-block{border-bottom:2px solid #ededed;padding:75px 0}@media screen and (max-width:425px){.footer-top-block{padding-bottom:130px}}.footer-top-block .footer-paragraph{width:85%;margin-top:2rem;font-weight:200;font-size:15px;text-align:center}.footer-top-block .footer-logo{-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;display:-moz-box;display:flex;width:100%;height:auto}@media screen and (max-width:425px){.footer-top-block .footer-logo{margin-bottom:2rem}}.address{font-weight:700;font-size:14px;color:#868686}.get-touch-link,.get-touch-link:hover{color:#ff7800;text-decoration:none}.ask-modal-window-password{max-width:768px!important}.ask-modal-window{max-width:950px}@media screen and (max-width:1024px){.ask-modal-window{max-width:700px}}.ask-modal-body{padding:0;display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;width:100%}@media screen and (max-width:1024px){.ask-modal-body{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}}.modal-with-iframe{-moz-box-orient:vertical;-moz-box-direction:reverse;flex-direction:column-reverse}.ask-modal-window-content,.ask-modal-window-image-container{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;flex-basis:100%}.iframe-container{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;padding:40px;height:100%}.iframe-container .video-iframe{height:360px}@media screen and (max-width:425px){.iframe-container .video-iframe{height:100%}}.ask-modal-window-content{padding:60px}@media screen and (max-width:425px){.ask-modal-window-content{padding:2rem;height:100vh}}.ask-modal-window-image{width:100%;height:100%;border-top-left-radius:15px;border-bottom-left-radius:15px}@media screen and (max-width:1024px){.ask-modal-window-image{border-bottom-left-radius:0;border-top-right-radius:15px}}.ask-modal-window-image.team-member-image{object-fit:cover;max-height:500px;object-position:100% 0}@media screen and (max-width:425px){.ask-modal-window-image.team-member-image{max-height:315px}}.ask-modal-window-content-header{font-size:2em;line-height:30px;font-weight:700}@media screen and (max-width:425px){.ask-modal-window-content-header{font-size:1.3em}}.ask-modal-window-content-description{margin-top:1rem;text-align:justify;white-space:break-spaces}@media screen and (max-width:425px){.ask-modal-window-content-description{font-size:.9em}}.with-link{margin-top:30px}.ask-modal-window-additional-link{color:#ff7800;text-decoration:none}.ask-modal-window-additional-link:hover{color:#061624;text-decoration:none}svg:hover #navigate-arrow{fill:#212b37}.ask-modal_window__controllers-mobile__button{color:var(--orange);font-size:1.3em}.ask-modal_window__controllers-mobile__button:hover{color:#ff7800}.modal-position{display:-moz-box!important;display:flex!important;-moz-box-pack:center!important;justify-content:center!important;-moz-box-align:center!important;align-items:center!important}@media screen and (max-width:768px){.modal-opportunity{top:4rem}.modal-opportunity .modal-content{margin:unset}.modal-opportunity .modal-content .modal-header{position:absolute;right:0;top:0;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;padding:1rem}.modal-opportunity .modal-content .modal-header .close{padding:unset}.modal-opportunity .modal-content .modal-body{display:-moz-box;display:flex;padding:2rem;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.modal-opportunity .modal-content .modal-body .ask_modal-information{width:100%;margin:unset}.modal-opportunity .modal-content .modal-body .ask_modal-information .ask_modal-title{font-size:23px;width:unset;line-height:30px}}@media screen and (max-width:768px)and (max-width:425px){.modal-opportunity .modal-content .modal-body .ask_modal-information .ask_modal-title{padding-top:35px}}@media screen and (max-width:768px){.modal-opportunity .modal-content .modal-body .ask_modal-information .ask_modal-title:after{display:none}.modal-opportunity .modal-content .modal-body .ask_modal-information .ask_modal-text{font-family:Helvetica;font-size:14px;line-height:20px;color:hsla(0,0%,100%,.4);width:100%;white-space:nowrap;padding:unset}.modal-opportunity .modal-content .modal-body .ask_modal-information .ask_modal-list{width:100%;margin-bottom:1rem}.modal-opportunity .modal-content .modal-body .ask_modal-information .ask_modal-list .ask_modal-item{font-family:Helvetica;font-size:14px;line-height:20px;color:hsla(0,0%,100%,.4);width:100%;white-space:nowrap;padding:unset}.modal-opportunity .modal-content .modal-body .ask_modal-form{top:0!important;width:100%}.modal-opportunity .modal-content .modal-body .ask_modal-form .ask_modal-form-item{margin-bottom:1rem}.modal-opportunity .modal-content .modal-body .ask_modal-form .ask_modal-form-item .ask_modal-form-title{font-family:Helvetica}.modal-opportunity .modal-content .modal-body .ask_modal-button{width:100%}}.ask_modal-form-item{margin-bottom:2rem}.ask_modal-information{text-align:center}.ask_modal-form{width:100%;max-width:500px}@media screen and (max-width:768px){.ask_modal-form{padding:0 1rem}}.ask_modal-body.modal-body{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center;grid-gap:40px;gap:40px;max-height:100%;padding:70px}@media screen and (max-width:768px){.ask_modal-body.modal-body{padding:40px 10px}}@media screen and (max-width:425px){.ask_modal-body.modal-body{padding-top:60px}}.ask_modal-body.modal-body h4{font-size:14px;font-weight:400;margin-bottom:5px;margin-left:20px}.ask_modal-body.modal-body .ask_modal-button{width:100%}.ask_modal-textarea{margin-block:0 40px;background-color:transparent;border:1px solid var(--paper);border-radius:20px}.description-text{margin:20px 0;text-align:center;white-space:break-spaces}.modal-checkbox-container{display:-moz-box;display:flex;margin-top:30px;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-pack:justify;justify-content:space-between}@media screen and (max-width:1024px){.modal-checkbox-container{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;margin-top:0}}.modal-checkbox-container .form-text-wrapper{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between;width:100%}@media screen and (max-width:768px){.modal-checkbox-container .form-text-wrapper{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:start;align-items:flex-start}}.modal-checkbox-container .form-text-wrapper h4,.modal-checkbox-container .form-text-wrapper span{margin-bottom:5px}.modal-checkbox-container .modal-checkbox-container-wrapper{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:center;align-items:center;-moz-box-pack:start;justify-content:flex-start;margin-left:-18px}.modal-checkbox-container .modal-checkbox-container-wrapper .checkbox-hover-wrapper{background-color:transparent}@media screen and (max-width:425px){.investment-btn{margin-top:0!important}}.forgotten-password{background-color:transparent;width:min(590px,100vw);padding:40px 50px 50px;color:#212b37;border:none;border-radius:10px;text-align:center}.forgotten-password form{text-align:start}.forgotten-password .login-page-input{color:#212b37;height:56px;border:1px solid #212b37;background-color:transparent;border-radius:10px;padding:16px;background-image:none}.forgotten-password .login-page-input:focus-visible{outline:none}.forgotten-password .login-page-input:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-color:#80bdff;color:#212b37}.forgotten-password-header{padding-bottom:30px}.forgotten-password-header h1{margin-bottom:30px;font-size:36px;font-weight:400}.forgotten-password-header p{font-family:MessinaRegularWeb;font-size:16px;font-weight:300}.password-wrapper{position:relative}.password-wrapper .img-eye{position:absolute;bottom:15px;right:10px;cursor:pointer;-webkit-filter:invert(78%) sepia(0) saturate(830%) hue-rotate(215deg) brightness(92%) contrast(85%);filter:invert(78%) sepia(0) saturate(830%) hue-rotate(215deg) brightness(92%) contrast(85%)}.new-platform .forgotten-password-header{padding-bottom:10px}.new-platform .login-button{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;text-decoration:none}.new-platform .login-button:hover{text-decoration:none}.new-platform .new-platform-note{margin-top:30px;margin-bottom:0;font-family:MessinaRegularWeb;font-size:16px;font-weight:300}.transaction-card .transaction-card__table.dark td,.transaction-card .transaction-card__table.dark th{font-size:17px;line-height:30px;color:#f7f1e5;font-weight:400}.transaction-card{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;width:min(400px,100vw - 2rem);min-height:800px;margin-inline:auto;background-color:#061624;border-radius:10px;margin-bottom:35px}.transaction-img{margin:10px 10px 0;width:-webkit-fill-available;width:-moz-available;object-fit:cover;height:215px;border-radius:10px}.card-label{background-color:#12cc59;position:absolute;top:-20px;right:30px;z-index:1;font-weight:600;color:#fff;font-size:16px;padding:7px 26px;border-radius:10px}.transaction-card{height:100%}.transaction-card .orange-text{color:#ff7800}@media screen and (max-width:425px){.transaction-card{margin:unset}}.transaction-card .transaction-card__body{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;width:90%}@media screen and (max-width:425px){.transaction-card .transaction-card__body{padding:1rem}}.transaction-card .buy-amount-text{min-height:25px;color:var(--orange)}.transaction-card .transaction-card__subtitle.dark{color:#ff7800;font-size:16px;font-weight:200}@media screen and (max-width:425px){.transaction-card .transaction-card__subtitle.dark{display:none}}.transaction-card .transaction-card__title{margin:30px 0;color:#f7f1e5;font-size:30px;font-weight:700;line-height:36px}@media screen and (max-width:425px){.transaction-card .transaction-card__title{font-size:25px}}.transaction-card .transaction-card__table{padding:0}@media screen and (max-width:425px){.transaction-card .transaction-card__table.dark{margin:unset}.transaction-card .transaction-card__table.dark tbody.not-mobile{display:none}}.transaction-card .transaction-card__table.dark tbody.mobile{display:none}@media screen and (max-width:425px){.transaction-card .transaction-card__table.dark tbody.mobile{display:block}}.transaction-card .transaction-card__table.dark th{width:50%}.transaction-card .transaction-card__table.dark td{text-align:right}@media screen and (max-width:425px){.transaction-card .transaction-card__table.dark td{color:#6b7379}}.transaction-card .ask-button.dark{border-radius:10px;font-weight:700;font-size:17px;line-height:20px}.transaction-card .ask-button{margin-block:auto 2px}.ask-card{border-radius:15px;margin-bottom:1rem}.ask-card__image{border-top-left-radius:15px;border-top-right-radius:15px;object-fit:cover;object-position:100% 0;max-height:300px;position:relative}.ask-card__hover-effect{position:absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%;opacity:0;-webkit-transition:.5s ease;-moz-transition:.5s ease;transition:.5s ease;background-color:#000;border-radius:.7rem}.ask-card:hover .ask-card__hover-effect{opacity:unset;background-color:rgba(0,0,0,.7)}.ask-card__button{color:#fff;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding:1.2rem 4rem}.team-image{border-radius:15px;max-height:385px}@media screen and (min-width:2560px){.team-image{max-height:500px}}.ask-card__team-member-name{font-size:30px;font-weight:700}.transaction-image{max-height:350px;object-fit:fill}@media(width:768px){.transaction-image{max-height:200px;object-fit:cover}}.transaction-card{cursor:pointer}.transaction-card__body{padding:15px}.transaction-card__subtitle{color:#ff7800;font-size:18px;font-weight:500}.transaction-card__title{color:#000;font-size:25px;font-weight:100}@media screen and (max-width:1024px){.transaction-card__title{font-size:20px}}.transaction-card__table{padding:0}@media screen and (max-width:425px){.transaction-card__table{margin-top:3rem;margin-bottom:1rem}}.transaction-card__table th{padding:.75rem 0;font-size:14px;color:#212b37}@media screen and (max-width:1024px){.transaction-card__table th{padding:.25rem 0;font-size:12px}}.transaction-card__table td{text-align:right;color:#212b37;padding:.75rem 0;font-size:14px;font-weight:200}@media screen and (max-width:1024px){.transaction-card__table td{padding:.25rem 0;font-size:12px}}.transaction-card__table tr{border-bottom:1px solid #212b37}@media screen and (max-width:425px){.transaction-card__table tr{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between;border-bottom:1px solid hsla(0,0%,100%,.2)}}.transaction-card__table tr:last-child{border-bottom:none}.insights-card__title{font-weight:200;font-size:22px;line-height:30px;word-spacing:-2px}.investment-table-wrapper{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:unset;align-items:unset;-moz-box-pack:unset;justify-content:unset;padding:30px}@media screen and (max-width:768px){.investment-table-wrapper{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}}.investment-aside{width:40%;padding-left:40px}@media screen and (max-width:768px){.investment-aside{width:100%;padding-bottom:10px;padding-left:0}}.arrow-pdf{width:30px;height:30px;position:absolute;top:40%;cursor:pointer}.arrow-pdf.left-arrow{left:10px}@media(min-width:768px)and (max-width:1024px)and (orientation:landscape){.arrow-pdf.left-arrow{left:1%}}@media(min-width:768px)and (max-width:1024px){.arrow-pdf.left-arrow{left:1%}}.arrow-pdf.right-arrow{right:10px}@media(min-width:768px)and (max-width:1024px)and (orientation:landscape){.arrow-pdf.right-arrow{right:1%}}@media(min-width:768px)and (max-width:1024px){.arrow-pdf.right-arrow{right:1%}}.upload-btn{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;cursor:pointer;padding:0 4px;color:#fff}@media screen and (max-width:768px){.investment-pdf-left-arrow,.investment-pdf-right-arrow{width:20px;height:20px;bottom:50%}.investment-pdf-left-arrow{right:8%}}.investment-image-container{display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center}.investment-image-modal{object-fit:cover;width:85%;margin-block:50px}@media screen and (max-width:425px){.investment-image-modal{margin-block:unset}}.investment-details{margin-top:2rem}@media screen and (max-width:425px){.investment-details{margin-top:1rem}}.investment-details-text{width:60%;padding-right:40px;border-right:3px solid #ff7800}@media screen and (max-width:768px){.investment-details-text{width:100%;padding-bottom:10px;border-bottom:3px solid #ff7800;border-right:none;padding-right:0}}.investment-details-text .investment-description{font-size:15px;color:#061624;margin-top:20px}.investment-details-text .investment-description pre{white-space:pre-line;font-family:MessinaSansWeb,sans-serif;font-weight:700;text-align:justify;font-size:15px}.investment-details-text .live_opportunities-morelink{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:center;align-items:center;-moz-box-pack:end;justify-content:flex-end;color:#061624;font-size:22px;line-height:45px;cursor:pointer;background-color:transparent;border:none}.investment-details-text .live_opportunities-morelink:after{content:" ";display:inline-block;background:url(/images_fe/icons/arrow_right.svg) no-repeat;width:24px;height:24px;margin-left:20px}.investment-details-text .live_opportunities-morelink:hover{text-decoration:none;color:#061624}.investment-content{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;flex-wrap:wrap;grid-gap:30px;gap:30px;width:100%;background-color:#212b37}@media screen and (min-width:1024px){.investment-content{flex-wrap:nowrap;max-height:325px}}@media screen and (min-width:1441px){.investment-content{max-height:unset;height:450px}}.investment-content .investment-media{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center;-moz-box-pack:end;justify-content:flex-end;-moz-box-flex:1;flex:auto;background-color:#f7f1e5;border-radius:10px;overflow:hidden}@media screen and (max-width:1024px){.investment-content .investment-media{min-height:350px}}@media screen and (min-width:768px){.investment-content .investment-media{-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row}}.investment-content .investment-media .investment-image{height:300px;width:100%;object-fit:cover}@media screen and (min-width:768px){.investment-content .investment-media .investment-image{width:50%;height:100%}}.investment-content .investment-data-container{display:-moz-box;display:flex;flex-wrap:wrap;justify-content:space-around;grid-gap:20px 25px;gap:20px 25px;min-width:100%;max-width:800px;padding:15px;background-color:var(--black);border-radius:10px}@media screen and (min-width:1024px){.investment-content .investment-data-container{min-width:530px;max-width:550px}}@media screen and (min-width:1390px){.investment-content .investment-data-container{min-width:600px}}@media screen and (min-width:1490px){.investment-content .investment-data-container{min-width:700px}}.investment-data{flex-basis:100%;min-height:85px;padding:10px 5px;border-radius:16px;background-color:var(--blue)}@media screen and (min-width:425px){.investment-data{flex-basis:45%}}@media screen and (min-width:768px){.investment-data{flex-basis:30%}}@media screen and (min-width:1441px){.investment-data{padding-block:20px}}.investment-max-available-trade-in{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;height:260px;background-color:#061624;border-radius:10px;padding:1rem;margin-bottom:12px}@media screen and (max-width:425px){.investment-max-available-trade-in{height:180px}}.investment-data-item{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between;height:100%;text-align:center}.investment-data-item p:first-child{color:#ff7800;font-weight:700}@media screen and (max-width:1440px){.investment-data-item p:first-child{font-size:15px}}.investment-data-item p:last-child{color:#fff;font-weight:700;font-size:24px;line-height:1.33}@media screen and (max-width:1440px){.investment-data-item p:last-child{font-size:17px}}.amount-available{min-height:150px;padding:40px 5px}@media screen and (min-width:1441px){.amount-available{min-height:200px;padding:70px 5px}}@media screen and (min-width:768px){.amount-available{flex-basis:47%}}.documents-list-card{border-radius:0;border:1px solid #ededed}.documents-list-card-body{padding:unset}.list-group-item{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between;border:0;border-bottom:1px solid rgba(27,28,32,.5);margin-bottom:0}.list-group-item:last-child{border-bottom:0}.list-group-item:first-child{border-radius:0}.list-group-item:hover{cursor:pointer}.document-list-item-content{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center}.document-list-item-content.column{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:10px;gap:10px}@media screen and (max-width:425px){.document-list-item-content{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}}.document-date{font-size:14px;color:#212b37;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal;text-align:left}.document-list-item-image{width:30px}.document-list-item-name{font-size:14px;color:#061624;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal;line-height:16px;margin-left:1rem;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis}@media screen and (max-width:425px){.document-list-item-name{width:130px}}@media screen and (min-width:425px){.document-list-item-name{width:45vw}}@media screen and (min-width:768px){.document-list-item-name{width:60vw}}@media screen and (min-width:1024px){.document-list-item-name{width:75vw}}.document-list-item-text{font-size:14px;color:#212b37;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal;text-align:left;padding-left:15px;white-space:pre-line}.investment-subheader-fixed{width:100%;z-index:5}@media screen and (min-width:1024px){.investment-subheader-fixed{position:fixed}}.investment-subheader-fixed .investment-title-container{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between;padding:15px 30px;width:100%;background-color:var(--blue);z-index:5;flex-wrap:wrap;grid-gap:20px;gap:20px}@media screen and (min-width:768px){.investment-subheader-fixed .investment-title-container{padding-inline:2rem}}.investment-subheader-fixed .investment-title-container .wrapper{display:-moz-box;display:flex;flex-wrap:wrap;-moz-box-align:center;align-items:center;grid-gap:20px;gap:20px;min-height:90px}@media screen and (min-width:768px){.investment-subheader-fixed .investment-title-container .wrapper{width:50%}}.investment-subheader-fixed .investment-title-container .header-button{margin-inline:auto}@media screen and (min-width:968px){.investment-subheader-fixed .investment-title-container .header-button{margin-inline:auto 0}}.investment-subheader-fixed .investment-title-container .title{font-size:22px;color:#f7f1e5;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal}@media screen and (max-width:425px){.investment-subheader-fixed .investment-title-container .title{width:unset;font-size:20px}}.investment-subheader-fixed .investment-title-container .vertical-line{width:3px;height:40%;background-color:#ff7800;margin:0 10px}@media screen and (max-width:425px){.investment-subheader-fixed .investment-title-container .vertical-line{display:none}}.investment-subheader-fixed .investment-title-container .placeholder{font-size:18px;color:#fff;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal;margin-block:15px}@media screen and (max-width:425px){.investment-subheader-fixed .investment-title-container .placeholder{height:30px;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;text-align:start}.investment-subheader-fixed .investment-title-container .placeholder.hided{display:none}}.investment-subheader-fixed .investment-title-container .title-info-block-1x{margin-right:auto;padding-left:15px;border-left:3px solid var(--orange);text-align:center}.investment-subheader-fixed .investment-title-container .title-btn{font-size:18px;color:#fff;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal}@media screen and (max-width:425px){.investment-subheader-fixed .investment-title-container .title-btn{width:100%}}.investment-subheader-fixed .investment-title-container .ask-button{white-space:pre-wrap}.investment-tabs-container{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:center;align-items:center;justify-content:space-around;width:100%;min-height:60px;padding:10px 5px;grid-gap:10px;gap:10px;background-color:#061624;color:#fff;border-radius:10px;font-weight:700}@media screen and (max-width:650px){.investment-tabs-container{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}}.navigation-container{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between;padding:0 40px;background-color:#061624}.navigation-container.navigation-container-1x{-moz-box-pack:unset;justify-content:unset}@media screen and (max-width:425px){.navigation-container{display:none}}.navigation-container .navigation-item{font-size:16px;color:#fff;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;cursor:pointer;height:60px}.navigation-container .navigation-item.navigation-item-1x{margin-right:30px}.navigation-container .navigation-item:hover{border-bottom:3px solid #ff7800}.investment-content-container{background-color:var(--blue);padding:1rem 2rem}@media screen and (max-width:768px){.investment-content-container{padding-inline:20px}}@media screen and (max-width:425px){.investment-content-container{padding-inline:0}}.investment-content-container>div:nth-child(n+3){background-color:var(--paper);border-radius:10px;margin-top:30px;overflow:hidden}.investment-content-container>div:nth-child(n+4){padding:30px}.investment-header-line{height:40px;margin:110px -32px 30px;background-color:var(--black)}@media screen and (max-width:1023.5px){.investment-header-line{margin-top:0}}@media screen and (max-width:1023.5px)and (max-width:768px){.investment-header-line{display:none}}.investment-tab-content{padding:30px 40px;background-color:#f7f1e5}@media screen and (max-width:425px){.investment-tab-content{padding:30px 20px}}.scroll::-webkit-scrollbar{width:12px}.scroll::-webkit-scrollbar-track{background:#f2e6d0}.scroll::-webkit-scrollbar-thumb{background:#c5b088}.scroll::-webkit-scrollbar-thumb:hover{background:#f2e6d0}.investment-link{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;text-decoration:underline;color:#fff;font-size:18px;background-color:transparent;border:none}@media screen and (max-width:425px){.investment-modal{font-size:11px!important}}.modal-window-investment-body{display:-moz-box;display:flex;background-color:#212b37;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.modal-window-investment-body .status-modal-cancel-btn{display:-moz-box;display:flex;-moz-box-pack:end;justify-content:flex-end}.account-container{background-color:var(--blue);margin-inline:-15px;min-height:-moz-calc(100vh - 80px);min-height:calc(100vh - 80px)}.account-container .account-wrapper{max-width:1400px;margin-inline:auto;padding:100px 2rem 2rem}@media screen and (max-width:375px){.account-container .account-wrapper{padding-top:10px}}.account-container .title-container{display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between}.account-container .account-title{color:#fff;font-family:MessinaSansWeb;font-weight:600;font-size:48px}.account-container .account-documents-button{color:var(--white);background-color:var(--orange);padding:12px 40px;cursor:pointer;border-radius:10px}@media screen and (max-width:375px){.account-container .account-documents-button{padding:1rem 2rem}}@media screen and (max-width:768px){.account-container .account-documents-button.account-documents-button_header{display:none}}@media screen and (min-width:769px){.account-container .account-documents-button.account-documents-button_content{display:none}}@media screen and (min-width:425px){.account-container .document-list-item-name{width:42vw}}@media screen and (min-width:769px){.account-container .document-list-item-name{width:22vw;max-width:300px}}.account-container .account-content{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:start;align-items:flex-start;-moz-box-pack:none;justify-content:none;grid-gap:80px;gap:80px;margin-top:70px}@media screen and (max-width:768px){.account-container .account-content{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}}.account-container .nav-list{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:start;align-items:flex-start;-moz-box-pack:justify;justify-content:space-between;grid-gap:24px;gap:24px}.account-container .nav-item{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:center;align-items:center;-moz-box-pack:start;justify-content:flex-start;grid-gap:15px;gap:15px;width:270px;height:50px;padding:12px 24px;color:#fff;cursor:pointer;font-weight:600}.account-container .nav-item:last-child,.account-container .nav-item:last-child img{color:var(--orange)}.account-container .current-nav-item{background-color:var(--orange)}.account-container .content-details-wrapper{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:stretch;align-items:stretch;-moz-box-pack:justify;justify-content:space-between;grid-gap:50px;gap:50px;width:100%}@media screen and (max-width:1054px){.account-container .content-details-wrapper{flex-wrap:wrap}}@media screen and (max-width:768px){.account-container .content-details-wrapper{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:start;align-items:flex-start}}.account-container .details-general{width:100%;max-width:500px;padding:40px 30px;background-color:#192029;color:#fff}@media screen and (max-width:768px){.account-container .details-general{padding:15px}}.account-container .details-general .form-group{position:relative}.account-container .details-general .form-group:not(:last-child){border-bottom:1px solid var(--blue)}.account-container .details-general .label,.account-container .details-general label{color:var(--orange)}.account-container .details-general input{background-color:transparent;padding:0;color:#fff;border:none}.account-container .details-general input:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.account-container .details-general input:not(:-moz-read-only){border-bottom:1px solid #fff}.account-container .details-general input:not(:read-only){border-bottom:1px solid #fff}.account-container .details-general .dropdown input{border-bottom:none}.account-container .details-general .readonly>div{border:none}.account-container .details-general .readonly input{padding-left:0;font-size:1rem}.account-container .img-eye{position:absolute;bottom:8px;right:4px;cursor:pointer}.account-container .account-documents-header{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between;padding:1rem 0}@media screen and (max-width:425px){.account-container .account-documents-header{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.account-container .account-documents-header button{width:100%}}.account-container .documents-list-card{border:none}@media screen and (max-width:425px){.account-container .documents-list-card .document-list-item-content{margin-left:-10px}}.account-container .card{background-color:transparent}.account-table td{padding:.75rem 0;border-top:0}.account-table tr:first-child{border-top:1px solid #fff}.account-documents-button:active,.account-documents-button:focus,.account-documents-button:hover{color:#fff;background-color:#ff7800;outline:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border:1px solid #ff7800}.account-documents-button-dark{background-color:#061624}.dashboard{background-color:#212b37;min-height:-moz-calc(100vh - 160px);min-height:calc(100vh - 160px)}@media screen and (max-width:425px){.dashboard{min-height:-moz-calc(100vh - 72px);min-height:calc(100vh - 72px)}}.dashboard-card-column{margin-top:5px;padding:1rem 2rem}.dashboard-card-column .dashboard-main-card{background-color:#212b37}@media screen and (max-width:425px){.dashboard-card-column{display:none}}.dashboard-card-column-mobile{display:none}@media screen and (max-width:425px){.dashboard-card-column-mobile{display:block}}.dashboard-card-column-mobile .dashboard-card-mobile{background:#061624;border-radius:10px;max-height:320px}.dashboard-card-column-mobile .dashboard-card-mobile .card-body{padding-bottom:unset}.dashboard-card-column-mobile .dashboard-card-mobile .capital-text{padding-bottom:15px}.dashboard-card-column-mobile .dashboard-card-mobile .capital-text .card-subtitle{font-size:35px;font-family:MessinaSansWeb;color:#fff;line-height:63px;font-weight:700}.dashboard-card-column-mobile .dashboard-card-mobile .capital-text .card-title{font-size:20px;font-family:MessinaSansWeb;color:#fff;line-height:26px}.dashboard-card-column-mobile .dashboard-card-tab-content{margin-top:20px;margin-bottom:20px;background:#061624;border-radius:10px}.dashboard-card-column-mobile .dashboard-card-tab-content .tab-content{margin-top:unset;padding:1rem}.data-table-mobile .btn-secondary{margin:0}.data-table-mobile thead{-webkit-box-shadow:unset!important;-moz-box-shadow:unset!important;box-shadow:unset!important;display:table;width:100%;table-layout:fixed}.data-table-mobile thead tr{display:table;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.data-table-mobile thead tr th{border:unset!important;padding:1rem 0}.data-table-mobile td,.data-table-mobile th{width:33.33%;padding:5px;word-break:break-all}.data-table-mobile td{padding:10px!important;border:1px solid #354455!important}.data-table-mobile tbody{border:1px solid #354455;display:table;width:100%}.invested-card{min-height:220px}.dashboard-card{background:#061624;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top-right-radius:10px;padding:20px 30px;min-height:100%}@media screen and (max-width:1024px){.dashboard-card{padding:25px}}@media screen and (max-width:768px){.dashboard-card{padding:20px}}.dashboard-card .card-body{padding:20px 30px}.dashboard-card .card-subtitle{font-size:38px;font-family:MessinaSansWeb;color:#f7f1e5;line-height:63px}@media screen and (max-width:1024px){.dashboard-card .card-subtitle{font-size:30px}}.dashboard-card .card-title{font-size:22px;font-family:MessinaSansWeb;color:#eae8e9;line-height:26px}.dashboard-card.big{max-height:100%;padding:15px 0}.capital-text{text-align:left;margin-top:25px}@media screen and (max-width:425px){.capital-text{margin-top:unset}}.capital-details{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.capital-details-mobile{border-top:2px solid #354455}.capital-details-mobile .dashboard-table-mobile tr{border-bottom:1px solid}.capital-details-mobile .dashboard-table-mobile th{border-top:none;color:#fff;opacity:.4;padding:1rem 0}.capital-details-mobile .dashboard-table-mobile td{color:#fff;border-top:none;text-align:right;padding:1rem 0;font-weight:700}.capital-details-mobile .dashboard-table-mobile .last-tr{border-bottom:unset}.capital-details-mobile .taxable-data-mobile{position:relative;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;font-size:10px}.dashboard-table{font-size:17px;line-height:20px;margin-top:2rem}.dashboard-table tr:not(:last-child){border-bottom:1px solid}.dashboard-table th{border-top:none;color:#eae8e9;padding:1rem 1rem 1rem 0}.dashboard-table td{border-top:none;color:#f7f1e5;text-align:right;padding:1rem 0}@media screen and (max-width:991px){.current{margin-top:0}}.current .taxable-data{position:relative;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;font-size:15px}.capital-details__summary{margin-top:2rem;display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between;-moz-box-align:center;align-items:center}.capital-details__summary .card-subtitle{font-size:15px;line-height:21px;color:#fff;opacity:.6}.capital-details__summary .card-subtitle:last-child{font-weight:700;color:#ff7800;line-height:36px;opacity:1;text-align:right;font-size:22px}@media screen and (max-width:1024px){.capital-details__summary{margin-top:4rem}}@media screen and (max-width:768px){.capital-details__summary{margin-top:0}}.navigation-tabs{display:-moz-box;display:flex}.navigation-tabs ul{background-color:#0c2133;border-top-left-radius:10px;border-top-right-radius:10px}.navigation-tabs .nav-link{position:relative}.navigation-tabs .nav-link .updates-badge{position:absolute;top:2px;right:5px;width:20px;height:20px;border-radius:50%;background-color:var(--orange);display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center}@media screen and (max-width:425px){.navigation-tabs .nav-link .updates-badge{position:unset;top:unset;right:unset}}.navigation-tabs .nav-link .updates-badge span.updates-count{color:var(--paper);line-height:unset;font-size:14px;font-weight:700}.mobile-investment-tabs{position:fixed;bottom:0;left:0;background:#091620;width:100%;height:10%;z-index:999}.mobile-investment-tabs .nav-tabs{height:100%;flex-wrap:nowrap;-moz-box-pack:center;justify-content:center}.mobile-investment-tabs .nav-tabs .nav-item{margin:unset;border-right:1px solid #212b37;-moz-box-flex:1;flex:1 1}.mobile-investment-tabs .nav-tabs .nav-item,.mobile-investment-tabs .nav-tabs .nav-item .nav-link{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center}.mobile-investment-tabs .nav-tabs .nav-item .nav-link{font-size:15px;color:#37ffff!important;opacity:.4}.tabs-mobile{margin-block:25px 20px}.tabs-mobile .nav-tabs{-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;grid-gap:5px;gap:5px;background-color:transparent}.tabs-mobile .nav-tabs,.tabs-mobile .nav-tabs .inner-wrapper{width:100%;display:-moz-box;display:flex}.tabs-mobile .nav-tabs .nav-item-mobile{-moz-box-flex:1;flex:1 1}.tabs-mobile .nav-tabs .nav-item-mobile.active-item{background-color:#091620;border-radius:2rem}.tabs-mobile .nav-tabs .nav-item-mobile .nav-item .nav-link{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;padding:10px}.tabs-mobile .nav-tabs .nav-item-mobile .nav-item .nav-link:hover{color:#fff!important;border:none;border-bottom:unset}.nav-tabs{border:none;-moz-box-pack:center;justify-content:center}.nav-tabs .nav-link{padding:14px 16px;font-size:17px;line-height:20px;color:#fff!important;font-weight:600;cursor:pointer;border:none}.nav-tabs .nav-link:hover{color:#ff7800!important;border:none}@media screen and (min-width:625px){.nav-tabs .nav-link{padding:14px 32px}}a.active-tab.nav-link{color:#ff7800!important;background-color:var(--black);height:100%}.dashboard-data-table{font-size:17px;line-height:20px;-webkit-box-shadow:3px 1px 3px 1px rgba(0,0,0,.1);-moz-box-shadow:3px 1px 3px 1px rgba(0,0,0,.1);box-shadow:3px 1px 3px 1px rgba(0,0,0,.1)}.dashboard-data-table th{color:#ff7800;line-height:16px;padding:1rem}.dashboard-data-table td,.dashboard-data-table th{text-align:center;font-size:14px;font-weight:600;vertical-align:middle}.dashboard-data-table td{color:#f7f1e5;line-height:18px;border-right:1px solid #71706f;border-top:0}.dashboard-data-table td:last-child{border-right:0}.dashboard-data-table td img{width:64px;height:64px;margin-right:1rem;border-radius:10px}.dashboard-data-table thead{-webkit-box-shadow:3px 1px 3px 1px #000;-moz-box-shadow:3px 1px 3px 1px #000;box-shadow:3px 1px 3px 1px #000}.dashboard-data-table thead tr th{border-right:1px solid #ff7800;border-bottom:1px solid #71706f;border-top:0}.dashboard-data-table thead tr th p{padding-block:15px}.dashboard-data-table thead tr th:last-child{border-right:unset}.dashboard-data-table thead tr .subhead{color:#fff;padding-top:1rem}.dashboard-data-table tbody tr{border-bottom:1px solid #71706f}.dashboard-data-table tbody tr:last-child{border-bottom:0}.with-image{text-align:left!important}@media(min-width:768px)and (max-width:1024px)and (orientation:landscape){.with-image{width:40%}}@media(min-width:768px)and (max-width:1024px)and (orientation:landscape)and (min-width:768px)and (max-width:1024px){.with-image{width:40%}}.with-image .placeholder{object-fit:cover}.dashboard-opportunities{padding:2rem 0}.dashboard-opportunities>div{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:15px;gap:15px}.dashboard-cards{grid-gap:2rem;gap:2rem;padding:2rem 5rem;-moz-box-pack:center;justify-content:center}@media screen and (max-width:1440px){.dashboard-cards{padding:1rem}}.opportunities-header{margin-bottom:30px;font-style:normal;font-weight:600;font-size:20px;line-height:30px;color:#ff7800}.dashboard-opportunities-card{padding:0;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}@media screen and (max-width:425px){.dashboard-opportunities-card{-webkit-transform:none;-moz-transform:none;transform:none;padding:20px 0}}@media screen and (max-width:1024px){.ask-button.dark{padding:1rem 2rem}}.dashboard-footer{background:#212b37;height:80px;display:-moz-box;display:flex;-moz-box-align:center;align-items:center}@media screen and (max-width:425px){.dashboard-footer{display:none}}.dashboard-footer-text{font-size:15px;color:#b4b4b4;line-height:18px}.social-icon-footer{height:18px}.clickable{cursor:pointer}.clickable:hover{background-color:#212b37}.dashboard-card-header{font-size:19px;color:#ff7800}.taxable-info{position:absolute;top:-20px;right:0;color:var(--orange)!important}.taxable-info:hover{text-decoration:none}.taxable-income-wrapper{margin-top:40px}.taxable-income{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-pack:justify;justify-content:space-between;padding:10px;color:#fff;font-weight:700}.taxable-income-left{text-align:left!important}.taxable-income-right{text-align:right!important}.exchange-text{color:#ff7800;font-size:16px}.modal-window-status{top:120px;min-width:min(740px,100vw)}@media screen and (max-width:425px){.modal-window-status{margin-inline:0}}.modal-window-status .modal-window-status-body{font-style:normal;font-weight:600;font-size:24px;line-height:20px;color:#000}.modal-window-status .modal-window-status-body p{margin-top:20px;line-height:30px}@media screen and (max-width:425px){.modal-window-status .modal-window-status-body p{margin-top:40px}}.modal-window-status .modal-window-status-body .status-modal-cancel-btn{display:-moz-box;display:flex;-moz-box-align:end;align-items:flex-end;-moz-box-pack:end;justify-content:flex-end}.modal-window-status .modal-window-status-body .status-wrapper-modal{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;padding-bottom:1rem}.modal-window-status .modal-window-status-body .status-modal-text{margin-top:79px;font-style:normal;font-weight:400;font-size:20px;line-height:1,5;color:#000}.modal-window-status .modal-window-status-body span{color:#ff7800}.modal-window-status .modal-window-status-body .ask_modal-select{margin-top:30px;color:var(--black);border:1px solid var(--black)}.modal-window-status .modal-window-status-body .ask_modal-select .MuiInputBase-input{font-family:MessinaSansWeb,sans-serif!important;padding:15px;color:var(--black)}.modal-window-status .modal-window-status-body .ask_modal-select .MuiInputBase-input.Mui-disabled{padding:15px;color:var(--black)}.modal-window-status .modal-window-status-body .ask_modal-select .MuiSelect-icon,.modal-window-status .modal-window-status-body .ask_modal-select .MuiSelect-icon.Mui-disabled{color:var(--black)}.modal-window-status .modal-window-status-body .buttons{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;grid-gap:20px;gap:20px;-moz-box-pack:justify;justify-content:space-between;margin-top:50px}@media screen and (max-width:425px){.modal-window-status .modal-window-status-body .buttons{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}}.attachments-container .attachments-controllers .modal-window-status .modal-window-status-body .buttons .next-button,.attachments-container .attachments-controllers .modal-window-status .modal-window-status-body .buttons .prev-button,.modal-window-status .modal-window-status-body .buttons .attachments-container .attachments-controllers .next-button,.modal-window-status .modal-window-status-body .buttons .attachments-container .attachments-controllers .prev-button,.modal-window-status .modal-window-status-body .buttons .button{width:100%;height:48px;margin-top:0;background-color:#212b37;border-radius:10px;color:#fff;border:none;font-weight:600;font-size:16px}.investor-paper-container{height:100vh;width:100vw;margin-top:-5rem;margin-left:-15px;background-color:#f7f1e5}.investor-paper-container .updates-container{z-index:9999;position:fixed}@media screen and (max-width:425px){.investor-paper-container{margin-top:unset;margin-right:-16px;position:relative}}.investor-paper-container .investor-paper-navbar{display:none}@media screen and (max-width:425px){.investor-paper-container .investor-paper-navbar{display:-moz-box;display:flex}.investor-paper-container .investor-paper-navbar .navbar{position:fixed;top:0;width:100vw;height:unset}.investor-paper-container .investor-paper-navbar .navbar .navbar-brand{margin:unset}.investor-paper-container .investor-paper-navbar .navbar .active-tab-paragraph{font-size:20px;font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-align:center;color:#fff}.investor-paper-container .investor-paper-navbar .navbar .navbar-collapse .navbar-nav .nav-item{margin:auto}.investor-paper-container .investor-paper-navbar .navbar .navbar-collapse .navbar-nav .nav-item .nav-link-caption{opacity:.6;font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;letter-spacing:normal;text-align:center;color:#fff}.investor-paper-container .investor-paper-navbar .navbar .navbar-collapse .navbar-nav .nav-item .active-investor-paper-path{opacity:1}}.investor-paper-container .investor-paper-logo-container{padding:0 60px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0 auto;background:#061624;height:80px;display:-moz-box;-moz-box-align:center;position:fixed;top:0;width:100%;z-index:99;display:flex;align-items:center;-moz-box-pack:justify;justify-content:space-between}@media screen and (max-width:425px){.investor-paper-container .investor-paper-logo-container{display:none}}.investor-paper-container .investor-paper-logo-container .navigation-items{display:-moz-box;display:flex;-moz-box-align:center;align-items:center}.investor-paper-container .investor-paper-logo-container .logo-img{width:100px;height:auto;cursor:pointer}@media screen and (max-width:425px){.investor-paper-container .investor-paper-logo-container .logo-img{width:70px}}.investor-paper-container .investor-paper-logo-container p.disclaimer{cursor:pointer;font-size:18px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.11;letter-spacing:normal;color:#fff}@media screen and (max-width:425px){.investor-paper-container .investor-paper-logo-container p.disclaimer{display:none}}.investor-paper-container .pictures-container-mobile{display:none}@media screen and (max-width:425px){.investor-paper-container .pictures-container-mobile{width:100%;margin-top:72px;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;position:relative}.investor-paper-container .pictures-container-mobile img.picture{width:100%;height:250px;object-fit:cover}.investor-paper-container .pictures-container-mobile img.picture-ip{width:100%;height:310px;object-fit:cover}.investor-paper-container .pictures-container-mobile .pictures-arrows-main{display:none}}@media screen and (max-width:425px)and (max-width:425px){.investor-paper-container .pictures-container-mobile .pictures-arrows-main{display:-moz-box;display:flex;width:100%;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between;padding:15px 24px;position:absolute;bottom:0}}@media screen and (max-width:425px){.investor-paper-container .pictures-container-mobile .pictures-arrows-main .arrow-container{width:36px;height:36px;background-color:#ff7800;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center}.investor-paper-container .pictures-container-mobile .pictures-arrows-main .arrow-container.disabled{background-color:#414751}.investor-paper-container .pictures-container-mobile .pictures-arrows-main .arrow-left img{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg)}}.investor-paper-container .pictures-container{width:100%;margin-top:80px;display:-moz-box;display:flex;-moz-box-align:center;align-items:center}@media screen and (max-width:425px){.investor-paper-container .pictures-container{display:none}}.investor-paper-container .pictures-container img{-moz-box-flex:1;flex:1 1;height:17.5vw;object-fit:cover}.investor-paper-container .pictures-container .ip3-image{width:33%;-moz-box-flex:1;flex:1 1;height:310px;object-fit:cover;object-position:unset}.investor-paper-container .pictures-container .ip3-image:nth-child(2){object-position:0 0}.investor-paper-container .pictures-container .ip7-image,.investor-paper-container .pictures-container .ip8-image{width:25%;-moz-box-flex:1;flex:1 1;height:310px;object-fit:cover;object-position:unset}.investor-paper-container .pictures-container .ip9-image{width:33%;-moz-box-flex:1;flex:1 1;height:310px;object-fit:fill;object-position:unset}.investor-paper-container .pictures-container .ip11-image{width:20%;height:310px;-moz-box-flex:unset;flex:unset;object-fit:cover;object-position:0 0}.investor-paper-container .pictures-container .ip11-image:first-child{object-fit:unset}.investor-paper-container .pictures-container .ip11-image:nth-child(2),.investor-paper-container .pictures-container .ip11-image:nth-child(3){width:30%}.investor-paper-container .pictures-container .ip12-image{height:310px;-moz-box-flex:unset;flex:unset;object-fit:unset}.investor-paper-container .pictures-container .ip14-image{-moz-box-flex:1;flex:1 1;height:310px;width:25%;object-fit:unset}.investor-paper-container .pictures-container .ip1x-image{height:310px;-moz-box-flex:1;flex:1 1;object-fit:unset}.investor-paper-container .title-container{padding:15px 40px;height:90px;width:100%;background-color:#212b37;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between}@media screen and (max-width:425px){.investor-paper-container .title-container{padding:15px 24px;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;height:unset;width:100vw;-moz-box-align:start;align-items:flex-start;-moz-box-pack:center;justify-content:center}}.investor-paper-container .title-container .title{font-size:22px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.36;letter-spacing:normal;color:#f7f1e5;width:30%}@media screen and (max-width:425px){.investor-paper-container .title-container .title{width:unset;font-size:20px}}.investor-paper-container .title-container .vertical-line{width:3px;height:40%;background-color:#ff7800}@media screen and (max-width:425px){.investor-paper-container .title-container .vertical-line{display:none}}.investor-paper-container .title-container .placeholder{font-size:18px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.11;letter-spacing:normal;color:#fff}@media screen and (max-width:425px){.investor-paper-container .title-container .placeholder{border-left:3px solid #ff7800;margin-top:15px;margin-bottom:20px;padding-left:25px;height:30px;display:-moz-box;display:flex;-moz-box-align:center;align-items:center}.investor-paper-container .title-container .placeholder.hided{display:none}}.investor-paper-container .title-container .title-info-block-1x{width:12%;text-align:center}.investor-paper-container .title-container .title-info-block-1x .title-info-value{font-size:18px;font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#ff7800;padding:4px 8px;border-radius:2px;margin-top:10px}.investor-paper-container .title-container .title-info-blocks{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;width:25%;-moz-box-pack:justify;justify-content:space-between}@media screen and (max-width:425px){.investor-paper-container .title-container .title-info-blocks{width:100%;margin-bottom:20px;-moz-box-pack:center;justify-content:center}.investor-paper-container .title-container .title-info-blocks.hided{display:none}}.investor-paper-container .title-container .title-info-blocks .title-info-block{text-align:center}.investor-paper-container .title-container .title-info-blocks .title-info-block:first-child{margin-right:4%}.investor-paper-container .title-container .title-info-blocks .title-info-block .title-info-label{font-size:18px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.11;letter-spacing:normal;color:#fff}@media screen and (max-width:425px){.investor-paper-container .title-container .title-info-blocks .title-info-block .title-info-label{white-space:nowrap;font-size:17px}}.investor-paper-container .title-container .title-info-blocks .title-info-value{font-size:18px;font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#ff7800}.investor-paper-container .title-container .title-btn{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#fff}@media screen and (max-width:425px){.investor-paper-container .title-container .title-btn{width:100%}}.investor-paper-container .ip-navi-main-container{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between;background-color:#061624;padding-right:40px}.investor-paper-container .ip-navi-main-container .original-ip-link{text-decoration:underline;font-size:16px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:right;color:#fff;cursor:pointer}.investor-paper-container .navigation-container{padding:0 40px;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between;background-color:#061624}.investor-paper-container .navigation-container.navigation-container-1x{-moz-box-pack:unset;justify-content:unset}@media screen and (max-width:425px){.investor-paper-container .navigation-container{display:none}}.investor-paper-container .navigation-container .navigation-item{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;cursor:pointer;height:60px;font-size:16px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;color:#fff}.investor-paper-container .navigation-container .navigation-item.navigation-item-1x{margin-right:30px}.investor-paper-container .navigation-container .navigation-item:hover{border-bottom:3px solid #ff7800}.investor-paper-container .investor-paper-tab-content{padding:30px 40px;background-color:#f7f1e5}@media screen and (max-width:425px){.investor-paper-container .investor-paper-tab-content{padding:30px 20px}}.investor-paper-container .investor-paper-tab-content .next-tab-arrow{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:end;justify-content:flex-end;margin-top:50px;width:25%;margin-left:auto;cursor:pointer}@media screen and (max-width:425px){.investor-paper-container .investor-paper-tab-content .next-tab-arrow{width:unset}}.investor-paper-container .investor-paper-tab-content .next-tab-arrow .arrow-container{width:50px;height:50px;-webkit-box-shadow:0 2px 6px 0 hsla(0,0%,68.6%,0);-moz-box-shadow:0 2px 6px 0 hsla(0,0%,68.6%,0);box-shadow:0 2px 6px 0 hsla(0,0%,68.6%,0);background-color:#eae8e9;border-radius:50%;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;margin-right:15px}.investor-paper-container .investor-paper-tab-content .next-tab-arrow span{font-size:22px;font-weight:600;font-stretch:normal;font-style:normal;line-height:.91;letter-spacing:normal;color:#212b37}@media screen and (max-width:425px){.investor-paper-container .investor-paper-tab-content .next-tab-arrow span{font-size:18px}}.fixed-element{position:fixed;width:100%;top:80px;z-index:999}@media screen and (max-width:425px){.fixed-element{top:72px}}.omitted{margin-top:150px}@media screen and (max-width:425px){.omitted{margin-top:263px}}.investor-paper-link{color:#ff7800!important;cursor:pointer;margin-left:3px}.extra-info-controller{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;margin-top:20px;cursor:pointer}.extra-info-controller span{font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;color:#212b37}.tab-container{width:100%}.tab-container .tab-header .tab-title{font-size:22px;font-weight:600;font-stretch:normal;font-style:normal;line-height:.91;letter-spacing:normal;color:#212b37}.active-investor-paper-path{border-bottom:3px solid #ff7800;color:#ff7800!important}@media screen and (max-width:425px){.btn-secondary{margin-top:20px}}.investor-paper-subheader-title{font-size:18px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.11;letter-spacing:normal;color:#fff;margin:5px}.header-ip-18{margin-bottom:20px}.header-ip-18 .title{font-size:22px;font-weight:600;font-stretch:normal;font-style:normal;line-height:.91;letter-spacing:normal;color:#212b37}.live_opportunities_container{min-height:-moz-calc(100vh - 160px);min-height:calc(100vh - 160px);margin-inline:-15px;background-color:var(--blue);padding:1rem 2rem}@media screen and (max-width:425px){.live_opportunities_container{padding-block:1rem}}.live_opportunities_container .opportunity-title{color:var(--paper)}.live_opportunities_container .tabs-container{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;margin:15px -2rem 40px;padding-inline:2rem;background-color:#061624}@media screen and (max-width:425px){.live_opportunities_container .tabs-container{margin-inline:-1rem}}.live_opportunities_container .tabs-container .tab-item{padding:20px 0;cursor:pointer}.live_opportunities_container .tabs-container .tab-item:first-child{margin-right:25px}.live_opportunities_container .tabs-container .tab-item span{font-size:17px;font-weight:400;color:#fff;font-family:MessinaSansWeb}.live_opportunities_container .tabs-container .tab-item.active-tab{border-bottom:3px solid var(--orange)}.live_opportunities_container .content-container{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:start;align-items:flex-start;-moz-box-pack:justify;justify-content:space-between;grid-gap:50px;gap:50px;width:100%;margin:40px auto;max-width:2000px}.live_opportunities_container .content-container>div{width:47%}@media screen and (max-width:1024px){.live_opportunities_container .content-container{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.live_opportunities_container .content-container>div{width:100%}}.live_opportunities_container .content-container .right-wrapper{overflow-x:auto}.live_opportunities-image-wrapper{position:relative;min-height:200px;margin-bottom:40px;border-radius:10px;overflow:hidden;color:#fff}.live_opportunities-image-wrapper .opportunitie-image-controllers{position:absolute;top:36%;width:110%;left:-5%}@media screen and (max-width:425px){.live_opportunities-image-wrapper .opportunitie-image-controllers{top:40%;height:30px;width:120%;left:-10%}}.live_opportunities-image-wrapper .opportunitie-image-controllers img{width:30px;cursor:pointer;position:absolute;right:0}.live_opportunities-image-wrapper .opportunitie-image-controllers .arrow-left{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg);position:absolute;left:0}.live-opportunity-description pre{color:var(--paper);white-space:pre-line;font-family:MessinaSansWeb,sans-serif;font-weight:400;text-align:justify;font-size:16px;line-height:1.5}.live_opportunities-image{width:100%}.documents-container{background-color:transparent}.documents-container .list-group-item{padding:15px 0 15px 20px;border:none;border-left:2px solid var(--black);background-color:transparent;cursor:pointer}.documents-container .list-group-item:has(.current-document){border-left:3px solid var(--orange)}.documents-container .document-item-content{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;width:100%;padding:24px;background-color:#19222d}.documents-container .current-document{background-color:#0a1620}.documents-container .document-date{color:#39495c;margin-left:auto}.documents-container .document-list-item-text{font-weight:400;color:var(--white);padding:0 0 12px;border-bottom:1px solid #212b37}.documents-container .document-list-item-text ul{padding-left:2rem}.documents-container .document-list-item-text li,.documents-container .document-list-item-text ul{list-style:disc}.documents-container .icons-wrapper{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;margin-top:20px}.documents-container .attachment-icons{display:-moz-box;display:flex;flex-wrap:wrap;grid-gap:20px;gap:20px;margin-right:10px}.live_opportunities-context{padding:25px 25px 40px;background-color:var(--paper);border-radius:10px}.live_opportunities-key,.live_opportunities-value{font-size:20px;line-height:1.5;font-weight:700}.live_opportunities-key{color:#ff7800}.live_opportunities-form{display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between}@media screen and (max-width:425px){.live_opportunities-form{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-ordinal-group:5;order:4}}.live_opportunities-table{margin-block:15px}@media screen and (max-width:425px){.live_opportunities-table{margin-block:35px}}@media screen and (min-height:875px){.live_opportunities-table{margin-block:50px}}.btn-secondary.live_opportunities-button{width:48%;padding:0;line-height:67px;font-weight:700;font-size:17px}@media screen and (max-width:425px){.btn-secondary.live_opportunities-button{width:100%}.btn-secondary.live_opportunities-button+.btn-secondary.live_opportunities-button{margin-top:20px}}.live_opportunities-table-row{border-bottom:1px solid #b4b4b4}@media screen and (max-width:425px){.live_opportunities-table-row{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}}.live_opportunities-morelink{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:end;justify-content:flex-end;color:#fff;font-size:25px;line-height:45px;cursor:pointer;margin-top:20px;margin-left:auto;background-color:transparent;border:none}.live_opportunities-morelink:after{content:" ";display:inline-block;background:url(/images_fe/icons/arrow_right.svg) no-repeat;width:24px;height:24px;margin-left:20px}.live_opportunities-morelink:hover{text-decoration:none;color:#fff}.live_opportunities-link{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;color:#fff;font-size:25px;line-height:45px;cursor:pointer}.live_opportunities-link:before{content:" ";display:inline-block;background:url(/images_fe/icons/arrow-left.svg) no-repeat;width:24px;height:24px;margin-right:25px}.live_opportunities-table-value{color:#afafaf;font-size:17px;line-height:30px;padding-left:0!important}@media screen and (max-width:425px){.live_opportunities-table-value{padding:0!important}}.live_opportunities-table-row .live_opportunities-table-key{color:#212b37;font-size:17px;font-weight:700;line-height:1.76;text-align:right;padding-right:0}@media screen and (max-width:425px){.live_opportunities-table-row .live_opportunities-table-key{text-align:left;padding:0}}.link-to-investor-paper{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;text-decoration:underline;color:#fff;font-size:16px}.opportunity-attachments-container{width:96%;height:100%;margin-inline:auto;padding:.5rem;position:relative;background-color:var(--black)}.opportunity-attachments-container .pdf-viewer-footer{color:#fff}.opportunity-attachments-container .react-pdf__message{color:#fff;margin-top:30px}.opportunity-attachments-container .img-placeholder-wrapper{height:500px;display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center}.opportunity-attachments-container canvas{width:100%!important;height:auto!important}.popover .arrow{border:none}.current-password-modal{-moz-box-align:center!important;align-items:center!important;max-width:768px!important;background:#212b37;display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;color:#fff}.current-password-modal:after{content:"";padding-bottom:44%;display:block}@media screen and (max-width:425px){.current-password-modal:after{padding-bottom:0}}.ask_modal-body{background:#212b37;display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-pack:center;justify-content:center;color:#fff;overflow-y:auto}@media screen and (max-width:1024px){.ask_modal-body{-moz-box-align:center;align-items:center}}.ask_modal-body .thanks-modal{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;grid-gap:20px;gap:20px;width:100%;padding:150px 50px;text-align:center}.ask_modal-title{font-size:34px;line-height:1.4;margin-bottom:20px}.ask_modal-item{font-size:24px;line-height:38px}.ask_modal-item:first-child{padding-bottom:80px;position:relative}.ask_modal-value-list{margin-top:24px}.ask_modal-value-item{font-size:17px;line-height:20px;font-weight:600}.ask_modal-value-item+.ask_modal-value-item{margin-top:25px}.ask_modal-value{color:#ff7800}.ask_modal-form-title{font-size:17px;line-height:1.2;margin-bottom:1rem;color:#f7f1e5;font-weight:700}@media screen and (max-width:425px){.ask_modal-form-title{font-size:12px}}.ask_modal-select{min-height:30px;width:100%;outline:none;border-radius:10px;border:1px solid var(--paper);cursor:pointer;font-size:17px;line-height:1.2;overflow:hidden}.ask_modal-select,.ask_modal-select:disabled,.ask_modal-select:focus{color:var(--paper);background-color:transparent}.ask_modal-select .MuiInputBase-input{font-family:MessinaSansWeb,sans-serif!important;padding:15px;color:var(--paper)}.ask_modal-select .MuiInputBase-input.Mui-disabled{padding:15px;color:var(--paper)}.ask_modal-select .MuiSelect-icon,.ask_modal-select .MuiSelect-icon.Mui-disabled{color:var(--paper)}.MuiMenu-list{padding:0!important}.MuiMenu-list .MuiMenuItem-root{color:var(--paper);background-color:var(--black)}.MuiMenu-list .MuiMenuItem-root.Mui-selected,.MuiMenu-list .MuiMenuItem-root.Mui-selected:focus,.MuiMenu-list .MuiMenuItem-root.Mui-selected:hover,.MuiMenu-list .MuiMenuItem-root:focus,.MuiMenu-list .MuiMenuItem-root:hover{background-color:var(--orange)}input[type=number]{-moz-appearance:textfield}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ask_modal-textarea{color:var(--paper);width:100%;height:240px;padding:22px}.ask_modal-button{float:right}.ask_modal-button:after{content:"";width:100%;display:block;clear:both}.ask_modal-text{font-size:24px;line-height:38px}.ask_modal-enquiry-title{position:relative;margin:0}.exchange_checkbox{position:relative;margin:auto 5px auto 0;width:40px;height:40px}@media screen and (max-width:425px){.exchange_checkbox{width:20px;height:20px}}.checkbox-container{display:-moz-box;display:flex;margin-top:30px}.ask-modal-taxable-header{color:#fff;top:-10px;left:0}.ask-modal-taxable-body{display:block}.ask-modal-taxable-body_content{margin:5% 16px 16px}.taxable-header{font-size:20px;font-weight:700;line-height:1.4;color:#f7f1e5;margin-top:24px}.taxable-buttons-wrapper{display:-moz-box;display:flex;align-item:center;-moz-box-pack:justify;justify-content:space-between;margin:20px 0 30px;grid-gap:20px;gap:20px}@media screen and (max-width:768px){.taxable-buttons-wrapper{margin-top:0;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center}}.taxable-buttons{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-pack:start;justify-content:flex-start;grid-gap:20px;gap:20px}@media screen and (max-width:768px){.taxable-buttons{margin-top:0;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:0;gap:0;-moz-box-align:center;align-items:center}}.taxable-select{font-size:16px;font-family:sans-serif;color:#444;line-height:1.3;padding:6px 10px;width:243px;height:32px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #aaa;-webkit-box-shadow:0 1px 0 1px rgba(0,0,0,.04);-moz-box-shadow:0 1px 0 1px rgba(0,0,0,.04);box-shadow:0 1px 0 1px rgba(0,0,0,.04);border-radius:.5em;-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:#f7f1e5;background-image:url(/images_fe/icons/arrow_down.svg);background-repeat:no-repeat,repeat;background-position:right .7em top 50%,0 0;background-size:.65em auto,100%}@media screen and (max-width:768px){.taxable-select{margin:20px 0}}.download-taxable{min-width:145px;height:32px;-moz-box-pack:center;justify-content:center;border-radius:5px;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;background-color:#ff7800;font-size:16px}.loader-taxable{right:50%;position:fixed;top:50%}.opacity{opacity:.4}@media screen and (max-width:550px){.hidden-tables{display:none}}.checkbox-hover-wrapper{padding:15px 25px 10px 10px}@media screen and (max-width:425px){.checkbox-hover-wrapper{background-color:#26374d;margin:6px 0}.checkbox-hover-wrapper:active{background-color:#3b4f68}}.checkbox-hover-wrapper:hover{background-color:#26374d;cursor:pointer;padding:15px 25px 10px 10px}.checkbox-hover-wrapper .main{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between;cursor:pointer;grid-gap:15px;gap:15px}@media screen and (max-width:425px){.checkbox-hover-wrapper .main{flex-wrap:wrap}}.checkbox-hover-wrapper .main .checkbox-wrapper{position:relative}.checkbox-hover-wrapper .main input[type=checkbox]:checked{background-color:#ff7800}.checkbox-hover-wrapper .main input[type=checkbox]{visibility:hidden}@media screen and (max-width:1920px){.checkbox-hover-wrapper .main .title{width:-webkit-max-content;width:-moz-max-content;width:max-content}}.checkbox-hover-wrapper .main .mark{position:absolute;top:0;right:0;height:20px;width:20px;background-color:#212b37;border:1.5px solid #fff;border-radius:4px}.checkbox-hover-wrapper .main .mark:after{content:"";border:none}.checkbox-hover-wrapper .main:after{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between}.checkbox-hover-wrapper .main:hover input~.mark{background-color:#ff7800}.checkbox-hover-wrapper .main input:checked~.mark{border:none;background-color:#ff7800}.checkbox-hover-wrapper .main input:checked~.mark:after{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;position:relative;left:4px;width:6px;height:10px;border:1px solid #000;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);transform:rotate(45deg)}input[type=date]{color:#fff}input[type=date]::-webkit-calendar-picker-indicator{background-image:url(/images_fe/icons/calendar.svg);cursor:pointer;margin:15px}input[type=date]:placeholder{color:#71706f}.react-datepicker__month-select,.react-datepicker__year-select{border:none!important;background-color:#ff7800!important;color:#fff!important;font-weight:700!important;border-radius:5px!important;padding:5px!important}.react-datepicker__navigation-icon:before{border-color:#fff!important}.react-datepicker__header{text-align:center!important;background-color:#212b37!important;border:none!important}.react-datepicker-time__header,.react-datepicker-year-header,.react-datepicker__current-month{margin-top:-5px!important;color:#fff!important}.react-datepicker__day-name,.react-datepicker__time-name{color:#fff!important}.react-datepicker__day--selected{background-color:#212b37!important}.react-datepicker{border:none!important;-webkit-box-shadow:0 10px 25px rgba(0,0,0,.1)!important;-moz-box-shadow:0 10px 25px rgba(0,0,0,.1)!important;box-shadow:0 10px 25px rgba(0,0,0,.1)!important}.header .wrapper .wrapper-index .active,.header .wrapper .wrapper-index .default{display:-moz-box;display:flex;-moz-box-orient:unset;-moz-box-direction:unset;flex-direction:unset;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;width:30px;height:30px;border-radius:50px;color:#fff}.header{-moz-box-orient:horizontal;flex-direction:row;-moz-box-pack:justify;justify-content:space-between;margin:0 5%}.header,.header .header_navigation-wrapper{display:-moz-box;display:flex;-moz-box-direction:normal;-moz-box-align:start;align-items:flex-start}.header .header_navigation-wrapper{-moz-box-orient:vertical;flex-direction:column;-moz-box-pack:start;justify-content:flex-start;grid-gap:20px;gap:20px}@media screen and (max-width:425px){.header{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}}.header .title{font-style:normal;font-weight:600;font-size:24px;line-height:32px;color:#f7f1e5}.header .wrapper{-moz-box-pack:start;justify-content:flex-start}.header .wrapper,.header .wrapper .wrapper-index{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:center;align-items:center}.header .wrapper .wrapper-index{-moz-box-pack:justify;justify-content:space-between}.header .wrapper .wrapper-index .default{background-color:#71706f}.header .wrapper .wrapper-index .active{background-color:#ff7800}.header .wrapper .wrapper-index .line{width:24px;height:2px;background-color:#71706f}.inputs-buttons .button-add,.inputs-buttons .button-remove,.inputs-section .user-info-wrapper .button-wrapper .button-add,.inputs-section .user-info-wrapper .button-wrapper .button-remove{color:#fff;margin:40px 13px 0}.inputs-buttons .button-add:active,.inputs-buttons .button-add:focus,.inputs-buttons .button-add:hover,.inputs-buttons .button-remove:active,.inputs-buttons .button-remove:focus,.inputs-buttons .button-remove:hover,.inputs-section .user-info-wrapper .button-wrapper .button-add:active,.inputs-section .user-info-wrapper .button-wrapper .button-add:focus,.inputs-section .user-info-wrapper .button-wrapper .button-add:hover,.inputs-section .user-info-wrapper .button-wrapper .button-remove:active,.inputs-section .user-info-wrapper .button-wrapper .button-remove:focus,.inputs-section .user-info-wrapper .button-wrapper .button-remove:hover{border:none;outline:none}.inputs-static-width{max-width:190px;margin-right:5px}@media screen and (max-width:1024px){.inputs-static-width{max-width:unset;width:400px;margin-bottom:10px}}@media screen and (max-width:425px){.inputs-static-width{width:250px;margin-bottom:10px}}@media screen and (min-width:1025px){.inputs-static-width .other-input{width:min(55vw,900px)}}.third-step-wrapper{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center;-moz-box-pack:start;justify-content:flex-start}.third-step-wrapper .third-step-wrapper-checkboxes{width:-webkit-max-content;width:-moz-max-content;width:max-content}.third-step-subtitle{font-size:24px;font-weight:600;margin-bottom:40px}.inputs-wrapper{padding-bottom:18px;border-bottom:1px dashed #6d7886;margin-bottom:28px}.inputs-wrapper .row-inputs{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:end;align-items:flex-end;-moz-box-pack:start;justify-content:flex-start}@media screen and (max-width:1024px){.inputs-wrapper .row-inputs{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center}}.inputs-wrapper .row-inputs:not(:first-child) .checkbox-text,.inputs-wrapper .row-inputs:not(:first-child) .title{visibility:hidden}.inputs-wrapper .inputs{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:baseline;align-items:baseline;-moz-box-pack:center;justify-content:center}@media screen and (max-width:1024px){.inputs-wrapper .inputs{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center}}.inputs-wrapper .inputs .checkbox-text{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:baseline;align-items:baseline;-moz-box-pack:start;justify-content:flex-start;margin-right:10px}.inputs-wrapper .inputs .checkbox-text .checkbox-title{font-size:16px;font-weight:700;color:#ff7800;width:170px}@media screen and (max-width:1024px){.inputs-wrapper .inputs .checkbox-text .checkbox-title{width:370px}}@media screen and (max-width:425px){.inputs-wrapper .inputs .checkbox-text .checkbox-title{width:250px}}.inputs-buttons{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;padding-bottom:20px;grid-gap:10px;gap:10px}@media screen and (max-width:1024px){.inputs-buttons{-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row}}.inputs-buttons .button-add{margin:0;background-color:#ff7800}.inputs-buttons .button-remove{margin:0;background-color:#fff;color:#212b37}.inputs-buttons .button-remove+button{margin-bottom:-35px}.orange-btn,.orange-text-btn,.orange-text-underline-btn{font-style:normal;font-weight:600;font-size:16px;line-height:16px;height:48px;width:161px;border:none;cursor:pointer}.inputs-buttons .button-add,.inputs-buttons .button-remove,.inputs-section .user-info-wrapper .button-wrapper .button-add,.inputs-section .user-info-wrapper .button-wrapper .button-remove{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;width:24px;height:24px;border-radius:50%;font-size:30px;font-weight:100;border:none;cursor:pointer}.onboarding-content,.onboarding-flow-signup{width:100%;background-color:#212b37;min-height:100vh;color:#fff;padding:2% 5%}@media screen and (max-width:768px){.onboarding-content,.onboarding-flow-signup{padding:2%}}.orange-btn{background-color:#ff7800;color:#fff}.orange-border-btn{border:1px solid #ff7800;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:2px;padding:16px 62px;font-weight:700;margin:8px 0}.orange-border-btn,.orange-text-btn{background-color:transparent;color:#ff7800}@media screen and (max-width:425px){.orange-text-btn{width:70px}}.orange-text-underline-btn{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;height:50px;-webkit-text-decoration-line:underline;-moz-text-decoration-line:underline;text-decoration-line:underline;color:#ff7800;margin-right:10px;background-color:transparent;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width:768px){.confirm-edit-btn{display:none}}.icon-btn{margin-right:13px;cursor:pointer}.disabled-btn{background-color:#b4b4b4;color:#fff;cursor:not-allowed}.onboarding-flow-signup{-moz-box-pack:unset;justify-content:unset}.onboarding-content,.onboarding-flow-signup{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:unset;align-items:unset}.onboarding-content{-moz-box-pack:center;justify-content:center}@media screen and (min-width:425px){.onboarding-content{min-height:80%}}.onboarding-content .company_shareholders-list .col:first-child .company-flow-select-options{border:none}.onboarding-content .company_shareholders-list .col:first-child .this-title{font-style:normal;font-weight:400;font-size:16px;line-height:16px}.company-step{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center}.company-step .company-step-wrapper-btn{margin:35px 15px}.padding-second-step-onboarding{padding:0 20%}.padding-second-step-onboarding .checkbox-hover-wrapper,.padding-second-step-onboarding .checkbox-hover-wrapper:hover{padding-right:0}.company-flow-select-options{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between;margin-top:50px;border-bottom:1px solid #f7f1e5}.company-flow-select-options .this-title{font-size:18px;font-weight:700}@media screen and (min-width:320px){.company-flow-select-options .this-title{max-width:70%}}@media screen and (min-width:768px){.company-flow-select-options .this-title{max-width:60%}}.signup-input-wrapper{position:relative}.react-international-phone-input-container{position:relative;height:55px;margin-bottom:20px}.react-international-phone-input-container .react-international-phone-country-selector{position:unset}.react-international-phone-input-container .react-international-phone-country-selector-button{background-color:#2e3c4b;height:100%;border-top-left-radius:10px;border-bottom-left-radius:10px;padding:5px 0 5px 5px}.react-international-phone-input-container .react-international-phone-dial-code-preview{margin:0;padding:0 5px 0 0;background-color:#2e3c4b;color:#fff;border-left:none;border-right:none;font-size:16px}.react-international-phone-input-container .react-international-phone-country-selector-dropdown{width:unset;max-height:220px;right:0;top:50px;border:1px solid #fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:var(--blue);color:#fff}.react-international-phone-input-container .react-international-phone-country-selector-dropdown .react-international-phone-country-selector-dropdown__list-item--focused,.react-international-phone-input-container .react-international-phone-country-selector-dropdown .react-international-phone-country-selector-dropdown__list-item:hover{background-color:var(--orange)}.react-international-phone-input-container .react-international-phone-country-selector-dropdown__list-item{min-height:unset;padding-block:10px}.react-international-phone-input-container .react-international-phone-country-selector-dropdown__list-item-country-name{font-size:15px}.react-international-phone-input-container .react-international-phone-input{width:100%;height:100%;background-color:transparent;color:#fff;border-top-right-radius:10px;border-bottom-right-radius:10px;border-left:none;font-size:14px}.onboarding-input-password{position:absolute;bottom:35px;right:20px;cursor:pointer}.onboarding-input-password .img-eye{width:25px}.inputs-section{margin-bottom:24px}.inputs-section .subtitle{font-size:18px;font-weight:700;margin:10px 0}.inputs-section .user-info-wrapper{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:center;align-items:center;-moz-box-pack:stretch;justify-content:stretch;grid-gap:10px;gap:10px}.inputs-section .user-info-wrapper .form-group{width:100%}.inputs-section .user-info-wrapper .button-wrapper{position:relative;width:30px;height:80px}.inputs-section .user-info-wrapper .button-wrapper .button-add{position:absolute;bottom:-20px;right:-20px;color:#fff;padding:5px;background-color:#ff7800}.inputs-section .user-info-wrapper .button-wrapper .button-remove{position:absolute;top:-5px;right:-20px;padding:5px;background-color:#fff;color:#212b37}.flex-center-content{display:-moz-box;display:flex;-moz-box-orient:unset;-moz-box-direction:unset;flex-direction:unset;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;margin-top:55px}.suggestions-list{margin-top:-15px;border:1px solid;max-height:300px;background-color:var(--blue);overflow-y:scroll;z-index:1;position:relative}.suggestions-list .suggestion{padding:10px;cursor:pointer}.suggestions-list .selected,.suggestions-list .suggestion:hover{background-color:var(--orange)}.wrapper-owner-another-company{background-color:#2d3947;border-radius:10px;padding:16px;margin:24px 0}.wrapper-owner-another-company .wrapper-owner-another-company-text{margin:15px}.wrapper-owner-another-company .wrapper-owner-another-company-text:before{content:"•";color:#ff7800;font-weight:bolder;display:inline-block;width:1em;margin-left:0}.director-select{font-style:normal;font-weight:700;font-size:18px;line-height:24px}.director-select-checkbox{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between;font-style:normal;font-weight:400;font-size:16px;line-height:16px}.last-step-input{border-radius:10px 0 0 10px;background-color:transparent;color:#fff;border-color:#fff;border-right:none}.average-investment{width:215px!important;border-left:none;border-radius:0 10px 10px 0!important}.static-width-inputs-product-preferences{width:250px!important}.thanks-title{font-weight:700;font-size:40px;line-height:50px;color:#ff7800;margin-bottom:36px}.thanks-subtitle,.thanks-title{font-style:normal;text-align:center}.thanks-subtitle{font-weight:600;font-size:16px;line-height:24px;color:#f7f1e5}.company-director-note{margin-top:15px;margin-bottom:25px;color:#ff7800;font-size:14px;font-weight:400}.label{color:#71706f;font-size:14px}.signup-input{border:1px solid #f7f1e5;background-color:transparent;border-radius:10px;height:56px;padding:16px 0 16px 16px;color:#fff;width:100%}.signup-input ::-webkit-input-placeholder{color:#fff!important}.signup-input ::-moz-placeholder{color:#fff!important}.signup-input :-ms-input-placeholder{color:#fff!important}.signup-input ::placeholder{color:#fff!important}.signup-input:focus,.signup-input:hover{border:1px solid #ff7800;background-color:transparent}.onboarding-checkbox-container{flex-wrap:wrap;display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:start;align-items:flex-start;-moz-box-pack:justify;justify-content:space-between}@media screen and (max-width:425px){.onboarding-checkbox-container{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}}.onboarding-checkbox-container .signup-page-checkbox-container{margin-top:10px;margin-bottom:25px}@media screen and (max-width:425px){.onboarding-checkbox-container .signup-page-checkbox-container{margin:0}}.onboarding-error-msg{color:#dc3545;font-size:80%}.signup-input-error{border-color:#dc3545!important}.input-grop{flex-wrap:nowrap!important}.policy_container{padding-block:30px}.policy_container a{color:var(--orange);font-weight:700}.policy_title{padding-bottom:10px;color:var(--white);font-weight:700}.passport-step{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center}.passport-step .container{background-color:var(--black);margin-block:2rem;padding:2rem 0;max-width:unset}.passport-step .image-wrapper{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;height:250px}.passport-step .passport-photo-wrapper{position:relative}.passport-step .passport-photo-wrapper img:first-child{max-width:350px;max-height:250px}@media screen and (max-width:425px){.passport-step .passport-photo-wrapper img:first-child{width:250px}}.passport-step .passport-photo-wrapper img:nth-child(2){position:absolute;bottom:8px;right:8px}.passport-step .action-buttons{grid-gap:20px;gap:20px;padding-block:3rem 2rem}.passport-step .action-buttons,.passport-step .action-buttons .upload-input-label,.passport-step .action-buttons button{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center}.passport-step .action-buttons .upload-input-label,.passport-step .action-buttons button{grid-gap:10px;gap:10px;margin:0;border:none;height:25px;background-color:transparent;color:var(--orange);font-weight:600}@media screen and (max-width:425px){.passport-step .action-buttons .upload-input-label,.passport-step .action-buttons button{font-size:14px}}.passport-step .upload-input-label{cursor:pointer}.passport-step .upload-input-label input{display:none}.passport-step .orange-btn{width:200px}.passport-step .orange-btn:disabled{opacity:.3;cursor:not-allowed}.dropdown{position:relative;border-radius:10px;-webkit-box-shadow:0 10px 25px rgba(0,0,0,.1);-moz-box-shadow:0 10px 25px rgba(0,0,0,.1);box-shadow:0 10px 25px rgba(0,0,0,.1);background-color:transparent;min-width:170px}.dropdown .dropdown-menu.show{top:15px!important;left:5px!important}.dropdown .dropdown-menu,.dropdown .dropdown-menu.show{-webkit-transition:.5s!important;-moz-transition:.5s!important;transition:.5s!important}.dropdown .dropdown-header{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between;padding:15px;cursor:pointer;color:#fff;border:1px solid #fff;border-radius:10px}.dropdown .dropdown-header p{text-overflow:ellipsis;overflow:hidden}.dropdown .dropdown-header input{background-color:transparent;border:none;padding:15px;width:100%;color:#fff}.dropdown .dropdown-header input:focus-visible{outline:none}.dropdown .body{padding:5px;border-top:1px solid #fff;display:none}.dropdown .body.open{position:absolute;bottom:-185px;left:0;right:0;background-color:#212b37;border:1px solid #fff;border-radius:0 0 10px 10px;display:block;height:190px;overflow-y:auto;z-index:1}.dropdown .body.open::-webkit-scrollbar{background-color:inherit;border-radius:10px}.dropdown .body.open::-webkit-scrollbar-thumb{border-radius:10px;background-color:#ff7800;color:red;cursor:pointer}.dropdown .body.open::-webkit-scrollbar-track{border-radius:10px}.dropdown .arrow-rotate{-webkit-transform:rotate(-180deg);-moz-transform:rotate(-180deg);transform:rotate(-180deg)}.dropdown .arrow-back,.dropdown .arrow-rotate{-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;-moz-transition:transform .5s,-moz-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s,-moz-transform .5s}.dropdown .arrow-back{-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0)}.dropdown .item{padding:10px}.dropdown .item:hover,.dropdown .selected{background-color:var(--orange)}.dropdown .divider{border-bottom:1px dashed #fff}.dropdown .item:hover{cursor:pointer}.dropdown.business-flow{width:min(55vw,320px)}.dropdown-company-step{width:min(370px,90vw);margin-right:10px}@media screen and (max-width:425px){.dropdown-company-step .dropdown-header{overflow:scroll}}.tooltip-wrapper{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:center;align-items:center;-moz-box-pack:start;justify-content:flex-start}.tooltip-wrapper .tooltip-own{position:relative}.tooltip-wrapper .tooltip-own .trigger{display:inline-block;text-decoration:underline}.tooltip-wrapper .tooltip-own .bubble{width:300px;position:absolute;z-index:10}.tooltip-wrapper .tooltip-own .bubble:after{content:"";position:absolute}.tooltip-wrapper .tooltip-own .bottom{top:50%;left:50%;padding-top:18px;-webkit-transform:translateX(-10%);-moz-transform:translateX(-10%);transform:translateX(-10%)}@media screen and (min-width:768px){.tooltip-wrapper .tooltip-own .bottom{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}}.tooltip-wrapper .tooltip-own .bottom:after{border-left:9px solid transparent;border-right:9px solid transparent;border-bottom:9px solid #000;top:10px;left:35px}@media screen and (min-width:768px){.tooltip-wrapper .tooltip-own .bottom:after{left:46%}}.tooltip-wrapper .tooltip-own .message{background:#000;border-radius:3px;color:#fff;font-size:.8rem;line-height:1.4;padding:.75em}.tooltip-wrapper .tooltip-own .message ul{list-style:disc!important}.tooltip-wrapper .tooltip-own .message ul li{list-style:disc!important;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:start;align-items:flex-start;-moz-box-pack:start;justify-content:flex-start}.tooltip-wrapper .help-icon{margin:10px;position:relative;top:-3px;right:0}@media screen and (max-width:425px){.tooltip-wrapper .help-icon{margin-left:0}}.inputs-section .subtitle,.inputs-wrapper .inputs .checkbox-text .checkbox-title,.third-step-subtitle{font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;text-align:left;color:#f7f1e5}.promotion-step{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;flex-basis:100%;padding:0 10%}@media screen and (max-width:425px){.promotion-step{padding:0}}.promotion-step .promotion-step-title{display:-moz-box;display:flex;-moz-box-orient:unset;-moz-box-direction:unset;flex-direction:unset;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;text-align:center;margin-bottom:40px;font-style:normal;font-weight:600;font-size:24px;line-height:32px;color:#f7f1e5}.promotion-step .promotion-list .promotion-list-text{padding:8px 0 8px 30px;list-style:none!important;font-weight:400}.promotion-step .promotion-list .promotion-list-text span{font-weight:700}.promotion-step .promotion-list .level-two{padding-left:30px;font-weight:400}.promotion-step p{margin:8px 0;font-weight:400}.form-step{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:start;align-items:flex-start;-moz-box-pack:justify;justify-content:space-between;margin:0;padding:0;max-width:100%}@media screen and (max-width:768px){.form-step{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}}.form-step .column-wrapper{width:50%;padding-left:42px;border-left:2px dashed #373f49}@media screen and (max-width:768px){.form-step .column-wrapper{border:none;width:100%;padding:0;margin:5px}}.form-step .without-border{border:none;padding:0;margin:0 42px 0 0}.wrapper-verification-checkbox-tooltip{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:center;align-items:center;-moz-box-pack:start;justify-content:flex-start;flex-wrap:wrap}@media screen and (max-width:425px){.wrapper-verification-checkbox-tooltip{-moz-box-pack:justify;justify-content:space-between}.wrapper-verification-checkbox-tooltip .checkbox-hover-wrapper{width:85vw}}.default-screen{-moz-box-orient:vertical;flex-direction:column;margin-top:100px}.default-screen,.default-screen .options{display:-moz-box;display:flex;-moz-box-direction:normal;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center}.default-screen .options{-moz-box-orient:horizontal;flex-direction:row;margin:100px 0}@media screen and (max-width:425px){.default-screen .options{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}}.default-screen .options .option-button{width:175px;height:172px;border-radius:20px;border:1px solid #ff7800;background-color:transparent;font-style:normal;font-weight:600;font-size:16px;line-height:24px;text-align:center;margin:0 70px}.default-screen .options .option-button:hover{background-color:#ff7800}.orange-file-input-btn{width:235px}.orange-file-input-btn::-webkit-file-upload-button{visibility:hidden;display:none}.orange-file-input-btn:before{content:"Select file";display:inline-block;background-color:#ff7800;border-radius:3px;padding:5px 8px;margin:10px 10px 10px 0;outline:none;white-space:nowrap;-webkit-user-select:none;cursor:pointer;font-weight:700}.ondoarding-header-modal{padding:2%}.ondoarding-header-modal .body{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{margin-left:-4px;position:absolute;width:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;position:absolute;height:0;width:1px;content:"";z-index:-1;border:8px solid transparent;left:-8px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{top:0;margin-top:-8px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{top:-1px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{bottom:-1px;border-top-color:#aeaeae}.react-datepicker-wrapper{display:inline-block;padding:0;border:0;width:100%}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{padding-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{padding-bottom:10px}.react-datepicker-popper[data-placement^=right]{padding-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{padding-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__year-dropdown-container--select{display:inline-block;margin:0 2px}.react-datepicker-time__header,.react-datepicker-year-header,.react-datepicker__current-month{margin-top:0;color:#000;font-weight:700;font-size:.944rem}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{-moz-box-align:center;align-items:center;background:none;display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover :before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{-webkit-transform:rotate(225deg);-moz-transform:rotate(225deg);transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:-moz-box;display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-72px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:-moz-calc(195px + .85rem);height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day-names,.react-datepicker__week{white-space:nowrap}.react-datepicker__day-names{margin-bottom:-8px}.react-datepicker__day,.react-datepicker__day-name,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__month--in-range,.react-datepicker__month--in-selecting-range,.react-datepicker__month--selected,.react-datepicker__quarter--in-range,.react-datepicker__quarter--in-selecting-range,.react-datepicker__quarter--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__month--in-range:hover,.react-datepicker__month--in-selecting-range:hover,.react-datepicker__month--selected:hover,.react-datepicker__quarter--in-range:hover,.react-datepicker__quarter--in-selecting-range:hover,.react-datepicker__quarter--selected:hover{background-color:#1d5d90}.react-datepicker__month--disabled,.react-datepicker__quarter--disabled{color:#ccc;pointer-events:none}.react-datepicker__month--disabled:hover,.react-datepicker__quarter--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--in-range,.react-datepicker__day--in-selecting-range,.react-datepicker__day--selected,.react-datepicker__month-text--in-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--selected,.react-datepicker__quarter-text--in-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--selected,.react-datepicker__year-text--in-range,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--in-range:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--selected:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__year-text--in-range:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--selected:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:rgba(33,107,165,.5)}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:transparent}.react-datepicker__month-text.react-datepicker__month--in-range:hover,.react-datepicker__month-text.react-datepicker__month--selected:hover,.react-datepicker__month-text.react-datepicker__quarter--in-range:hover,.react-datepicker__month-text.react-datepicker__quarter--selected:hover,.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,.react-datepicker__quarter-text.react-datepicker__month--selected:hover,.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover,.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover{background-color:#216ba5}.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover{background-color:#f0f0f0}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__month-read-view,.react-datepicker__month-year-read-view,.react-datepicker__year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover,.react-datepicker__year-read-view:hover{cursor:pointer}.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);transform:rotate(135deg);right:-16px;top:0}.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown,.react-datepicker__year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover,.react-datepicker__year-dropdown:hover{cursor:pointer}.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable,.react-datepicker__year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__month-option,.react-datepicker__month-year-option,.react-datepicker__year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type,.react-datepicker__year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type,.react-datepicker__year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover,.react-datepicker__year-option:hover{background-color:#ccc}.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected,.react-datepicker__year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:rgba(0,0,0,.8);left:0;top:0;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;display:-moz-box;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media(max-height:550px),(max-width:400px){.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker-time__header,.react-datepicker__portal .react-datepicker__current-month{font-size:1.44rem}.strip{max-height:100px;margin:10px 0}.strip img{width:50px;height:40px;margin:5px;cursor:pointer}.container{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center}.webcam-video{position:relative;width:350px;height:250px}.webcam-video video{display:none;position:absolute;top:300px}.webcam-video canvas{position:absolute;left:0;bottom:60px}.webcam-video .photo{position:absolute;width:100%;left:0;bottom:0;overflow-x:auto}.webcam-video .photo .strip{display:-moz-box;display:flex}.confirm-document-name{overflow:hidden;width:35vw;text-overflow:ellipsis}@media screen and (max-width:768px){.confirm-document-name{width:75vw}}.confirm-btns,.confirm-text{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between}@media screen and (max-width:768px){.confirm-btns,.confirm-text{-moz-box-orient:horizontal;-moz-box-direction:reverse;flex-direction:row-reverse;-moz-box-pack:end;justify-content:flex-end}}.tax-info .subtitle{font-size:1rem}.tax-info .inputs-wrapper{border:none;border-left:2px dashed #373f49}.tax-info .checkbox__inner-wrapper{position:relative;display:inline-block;cursor:pointer}.tax-info .checkbox__inner-wrapper:last-child{margin-left:20px}.tax-info .checkbox__inner-wrapper span{padding-right:15px}.tax-info .checkbox-hover-wrapper{padding-right:0}.tax-info .checkbox-hover-wrapper:hover,.tax-info .main:hover input~.mark{background-color:transparent}.tax-info .checkbox-hover-wrapper .main input:checked~.mark{background-color:var(--orange)}.tax-info .main{flex-wrap:wrap;cursor:default}.attachments-container{width:100%;height:100%;padding-bottom:60px}.attachments-container .attachments-controllers{position:absolute;bottom:50px;width:100%;z-index:999}.attachments-container .attachments-controllers img{width:20px}.attachments-container .attachments-controllers .button,.attachments-container .attachments-controllers .next-button,.attachments-container .attachments-controllers .prev-button{position:absolute;width:40px;height:40px;padding:0;border:none;background-color:#000;border-radius:50%;cursor:pointer}.attachments-container .attachments-controllers .button:disabled,.attachments-container .attachments-controllers .next-button:disabled,.attachments-container .attachments-controllers .prev-button:disabled{opacity:.3;cursor:not-allowed}.attachments-container .attachments-controllers .prev-button{left:40%}@media screen and (max-width:625px){.attachments-container .attachments-controllers .prev-button{left:30%}}.attachments-container .attachments-controllers .next-button{right:40%}@media screen and (max-width:625px){.attachments-container .attachments-controllers .next-button{right:30%}}.attachments-container .attachment{width:100%;height:100%;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center}.attachments-container .attachment .close-pdf-cross{position:absolute;z-index:9999;top:20px;right:20px;cursor:pointer}.attachments-container .attachment .pdf-viewer{padding:2rem 0}.attachments-container .attachment .pdf-viewer .right-arrow{right:4%}.attachments-container .attachment .pdf-viewer .left-arrow{left:4%}.attachments-container .attachment .image-container,.attachments-container .attachment .image-container img{width:100%}.investments-updates-container .investments-updates-item .investments-updates-info .investments-updates-text,.investments-updates-container .investments-updates-item .investments-updates-info .investments-updates-title{font-size:16px;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.investments-updates-container{position:relative;z-index:1;margin-top:0;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:start;align-items:flex-start;-moz-box-pack:start;justify-content:flex-start;grid-gap:30px;gap:30px}.investments-updates-container .tab-header{margin-left:-5px}.investments-updates-container .investments-updates-item{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:start;align-items:flex-start;-moz-box-pack:start;justify-content:flex-start}.investments-updates-container .investments-updates-item:last-child .investments-updates-info{border:none;padding-left:35px}.investments-updates-container .investments-updates-item .show-full-update{display:none}.investments-updates-container .investments-updates-item:hover .show-full-update{display:block}.investments-updates-container .investments-updates-item .timelapse-item{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;grid-gap:20px;gap:20px}.investments-updates-container .investments-updates-item .timelapse-item .date-container{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;z-index:5;position:relative}.investments-updates-container .investments-updates-item .timelapse-item .date-container .date{font-size:17px;line-height:1.29;font-weight:700;color:var(--orange)}.investments-updates-container .investments-updates-item .timelapse-item:before{content:"";display:block;margin-left:-11px;width:24px;height:24px;background-color:var(--orange);border-radius:50%}.investments-updates-container .investments-updates-item .investments-updates-info{padding:20px 0 30px 30px;margin-block:-10px;border-left:3px solid var(--orange)}.investments-updates-container .investments-updates-item .investments-updates-info .investments-updates-title{font-weight:700;margin-bottom:5px}.investments-updates-container .investments-updates-item .investments-updates-info .investments-updates-text{text-align:justify;overflow-wrap:anywhere}.investments-updates-container .investment-updates-markdown ul{padding-left:2rem}.investments-updates-container .investment-updates-markdown li,.investments-updates-container .investment-updates-markdown ul{list-style:unset}.solid-line{background-color:#ff7804;width:3px;height:300px;position:absolute;top:5rem;left:5rem;z-index:2}@media screen and (max-width:768px){.solid-line{display:none}}.investment-attachments{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:unset;align-items:unset;-moz-box-pack:unset;justify-content:unset}@media screen and (max-width:425px){.investment-attachments{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}}.hover-cursor{cursor:pointer;text-decoration:none}.hover-cursor:hover{border-bottom:3px solid #ff7800;color:#ff7800!important;text-decoration:none}.investments-updates-text pre{white-space:pre-line;font-family:MessinaSansWeb,sans-serif;text-align:justify;font-size:16px;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container .appendices-content .appendices-tab-container{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between;margin-bottom:50px}@media screen and (max-width:425px){.tab-container .appendices-content .appendices-tab-container{flex-wrap:wrap}}.tab-container .appendices-content .appendices-tab-container .appendices-tab-item{cursor:pointer;width:200px;height:200px;-webkit-box-shadow:0 6px 8px 0 rgba(0,0,0,.3);-moz-box-shadow:0 6px 8px 0 rgba(0,0,0,.3);box-shadow:0 6px 8px 0 rgba(0,0,0,.3);background-image:-webkit-gradient(linear,left top,left bottom,from(#455668),to(#212b37));background-image:-webkit-linear-gradient(top,#455668,#212b37);background-image:-moz-linear-gradient(top,#455668,#212b37);background-image:linear-gradient(180deg,#455668,#212b37);display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center}@media screen and (max-width:425px){.tab-container .appendices-content .appendices-tab-container .appendices-tab-item{width:155px;height:155px;margin-bottom:20px}}.tab-container .appendices-content .appendices-tab-container .appendices-tab-item p{margin-top:15px;font-size:16px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:center;color:#fff}.location-content{margin-top:20px}.location-content .property-details-map{height:420px;width:45%;border:1px solid #212b37}@media screen and (max-width:425px){.location-content .property-details-map{width:100%;margin-bottom:40px}}.tab-container .appendices-content{margin-top:40px}.tab-container .appendices-content .appendices-tab-container-investorpaper-10{display:-moz-box;display:flex;flex-wrap:wrap;-moz-box-align:center;align-items:center;margin-bottom:50px}@media screen and (max-width:425px){.tab-container .appendices-content .appendices-tab-container-investorpaper-10{flex-wrap:wrap}}.tab-container .appendices-content .appendices-tab-container-investorpaper-10 .appendices-tab-item{cursor:pointer;width:200px;height:200px;-webkit-box-shadow:0 6px 8px 0 rgba(0,0,0,.3);-moz-box-shadow:0 6px 8px 0 rgba(0,0,0,.3);box-shadow:0 6px 8px 0 rgba(0,0,0,.3);background-image:-webkit-gradient(linear,left top,left bottom,from(#455668),to(#212b37));background-image:-webkit-linear-gradient(top,#455668,#212b37);background-image:-moz-linear-gradient(top,#455668,#212b37);background-image:linear-gradient(180deg,#455668,#212b37);display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;margin-right:20px;margin-bottom:20px}@media screen and (max-width:425px){.tab-container .appendices-content .appendices-tab-container-investorpaper-10 .appendices-tab-item{width:155px;padding:10px;margin-bottom:20px;margin-right:10px}}.tab-container .appendices-content .appendices-tab-container-investorpaper-10 .appendices-tab-item p{margin-top:15px;font-size:16px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;text-align:center;color:#fff}.tab-container .appendices-content ul{margin-left:20px}.tab-container .appendices-content ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.tab-container .appendices-content ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container .appendices-content .appendeces-risk-info{margin-top:40px;padding:25px 40px;width:100%;background-color:#fff;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.57;letter-spacing:normal;color:#212b37}.tab-container .appendices-back-button{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;cursor:pointer;margin-bottom:30px}.tab-container .appendices-back-button img{height:20px;width:20px}.tab-container .appendices-back-button span{margin-left:15px;font-size:22px;font-weight:600;font-stretch:normal;font-style:normal;line-height:.91;letter-spacing:normal;color:#212b37}.wrapper-appendix1-ip12 .title{font-size:18px;text-decoration:underline;color:#212b37}.wrapper-appendix1-ip12 .container-appendix1-ip14{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;padding-top:20px}.wrapper-appendix1-ip12 .container-appendix1-ip14 .picture-item{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;padding-bottom:20px}.wrapper-appendix1-ip12 .container-appendix1-ip14 .picture-item img{width:70%}.wrapper-appendix1-ip12 .container-appendix1-ip12{padding-top:30px}.wrapper-appendix1-ip12 .container-appendix1-ip12 .picture-item{display:-moz-box;display:flex}.wrapper-appendix1-ip12 .container-appendix1-ip12 img{width:400px;height:300px;margin:10px}.first-appendix-container .first-appendix-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline}.first-appendix-container img.appendix-table{margin-top:20px;width:100%}@media screen and (max-width:425px){.first-appendix-container img.appendix-table{width:100%}}.second-appendix-container-ip11 .second-appendix-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline}.second-appendix-container-ip11 .second-appendix-pictures-container{width:100%;display:-moz-box;display:flex;flex-wrap:wrap;margin:30px auto auto}.second-appendix-container-ip11 .second-appendix-pictures-container .picture-item{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:start;align-items:flex-start;margin-bottom:20px;margin-right:2%}.second-appendix-container-ip11 .second-appendix-pictures-container .picture-item p{word-break:break-word;margin-top:15px;font-size:18px;font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37}.second-appendix-container-ip11 .second-appendix-pictures-container .picture-item img{width:100%;height:100%}.second-appendix-container .second-appendix-pictures-container{display:-moz-box;display:flex;flex-wrap:wrap;width:100%;margin:30px auto auto}.second-appendix-container .second-appendix-pictures-container .picture-item{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;margin-bottom:20px;margin-right:2%}.second-appendix-container .second-appendix-pictures-container .picture-item img{width:310px;height:260px;object-fit:cover;object-position:0 0}.second-appendix-container .second-appendix-pictures-container .picture-item p{margin-top:15px;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37}.fourth-appendix-container-ip3 .fourth-appendix-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-bottom:30px}.fourth-appendix-container-ip3 ul{margin-left:20px}.fourth-appendix-container-ip3 ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.fourth-appendix-container-ip3 ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.fourth-appendix-container-ip3 ul .li-with-ul{list-style:none}.fourth-appendix-container-ip3 ul .li-with-ul .first-level{margin-left:unset}.fourth-appendix-container-ip3 ul .li-with-ul .first-level li{background-image:url(/images_fe/icons/ic-arr.svg);background-repeat:no-repeat;padding-left:30px;list-style:none}.fourth-appendix-container-ip3 ul .li-with-ul .first-level .li-with-ul-2{list-style:none;background-image:unset;padding-left:30px}.fourth-appendix-container-ip3 ul .li-with-ul .first-level .li-with-ul-2 .second-level li{background-image:unset;padding-left:unset;list-style:circle!important}.fourth-appendix-container-ip5 .fourth-appendix-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline}.fourth-appendix-container-ip5 .fourth-appendix-pictures-container{display:-moz-box;display:flex;flex-wrap:wrap;width:100%;margin:30px auto auto}.fourth-appendix-container .fourth-appendix-pictures-container-ip8{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;flex-wrap:wrap;-moz-box-pack:justify;justify-content:space-between;margin-top:30px}.fourth-appendix-container .fourth-appendix-pictures-container-ip8 .picture-item{width:45%;height:500px;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:start;align-items:flex-start}.fourth-appendix-container .fourth-appendix-pictures-container-ip8 .picture-item p{margin-bottom:15px;font-size:15px;font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37}.fourth-appendix-container .fourth-appendix-pictures-container-ip8 .picture-item img{width:100%;height:80%}.fourth-appendix-container .appendix-4-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-bottom:30px}.fourth-appendix-container .image-table-appendix-4{width:50%}@media screen and (max-width:425px){.fourth-appendix-container .image-table-appendix-4{width:100%}}.fourth-appendix-container .fourth-appendix-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-bottom:30px}.fourth-appendix-container ul{margin-left:20px}.fourth-appendix-container ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.fourth-appendix-container ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.fourth-appendix-container ul .li-with-ul{list-style:none}.fourth-appendix-container ul .li-with-ul .first-level{margin-left:unset!important}.fourth-appendix-container ul .li-with-ul .first-level li{background-image:url(/images_fe/icons/ic-arr.svg);background-repeat:no-repeat;padding-left:30px;list-style:none!important}.fourth-appendix-container ul .li-with-ul .first-level .li-with-ul-2{list-style:none;background-image:unset;padding-left:30px}.fourth-appendix-container ul .li-with-ul .first-level .li-with-ul-2 .second-level li{background-image:unset;padding-left:unset;list-style:circle!important}.sixth-appendix-container .sixth-appendix-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-bottom:30px}.sixth-appendix-container img.six-appendix-table{margin-top:20px;width:60%;margin-bottom:20px}@media screen and (max-width:425px){.sixth-appendix-container img.six-appendix-table{width:100%}}.sixth-appendix-container .appendix-5-img{margin-bottom:20px}@media screen and (max-width:425px){.sixth-appendix-container .appendix-5-img{width:100%}}.sixth-appendix-container .just-text{margin:20px 0}.sixth-appendix-container .subparagraph{font-weight:700;text-decoration:underline;font-style:italic;margin-bottom:20px;font-size:17px}.sixth-appendix-container .subparagraph.with-img{margin:unset}.sixth-appendix-container ul{margin-left:20px}.sixth-appendix-container ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.sixth-appendix-container ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.sixth-appendix-container ul .li-with-ul{list-style:none}.sixth-appendix-container ul .li-with-ul .first-level{margin-left:unset!important}.sixth-appendix-container ul .li-with-ul .first-level li{background-image:url(/images_fe/icons/ic-arr.svg);background-repeat:no-repeat;padding-left:30px;list-style:none!important}.sixth-appendix-container ul .li-with-ul .first-level .li-with-ul-2{list-style:none;background-image:unset;padding-left:30px}.sixth-appendix-container ul .li-with-ul .first-level .li-with-ul-2 .second-level li{background-image:unset;padding-left:unset;list-style:circle!important}.sixth-appendix-container .sixth-appendix-map-container{width:50%;height:370px;border:1px solid #212b37;margin-top:30px;margin-bottom:40px}@media screen and (max-width:425px){.sixth-appendix-container .sixth-appendix-map-container{width:100%}}.sixth-appendix-container table{width:85%;border:2px solid #061624;border-collapse:collapse;margin-bottom:20px}@media screen and (max-width:425px){.sixth-appendix-container table{width:100%;display:block;overflow-x:auto;white-space:nowrap}}.sixth-appendix-container table ul li{margin-bottom:5px}.sixth-appendix-container table td,.sixth-appendix-container table tr{border:1px solid #212b37}.sixth-appendix-container table thead tr{background-color:#212b37;height:45px}.sixth-appendix-container table thead tr td{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#eae8e9;text-align:left}.sixth-appendix-container table thead tr td:first-child{width:20%}.sixth-appendix-container table tbody tr td{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-align:left;vertical-align:top}.sixth-appendix-container table tbody tr td:last-child{white-space:pre-line}.sixth-appendix-container table tbody tr td:first-child{font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.57;letter-spacing:normal}.sixth-appendix-container table tbody .red{color:#fe2764}.sixth-appendix-container table tbody .blue{color:#00f}.sixth-appendix-container table tbody .green{color:#08ba21}.sixth-appendix-container table tbody .orange{color:orange}.tenth-appendix-container .tenth-appendix-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-bottom:30px}.tenth-appendix-container ul{margin-left:20px}.tenth-appendix-container ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.tenth-appendix-container ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tenth-appendix-container ul .li-with-ul{list-style:none}.tenth-appendix-container ul .li-with-ul .first-level{margin-left:unset!important}.tenth-appendix-container ul .li-with-ul .first-level li{background-image:url(/images_fe/icons/ic-arr.svg);background-repeat:no-repeat;padding-left:30px;list-style:none!important}.tenth-appendix-container ul .li-with-ul .first-level .li-with-ul-2{list-style:none;background-image:unset;padding-left:30px}.tenth-appendix-container ul .li-with-ul .first-level .li-with-ul-2 .second-level li{background-image:unset;padding-left:unset;list-style:circle!important}.eleventh-appendix-container .eleventh-appendix-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-bottom:30px}.eleventh-appendix-container ul{margin-left:20px}.eleventh-appendix-container ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.eleventh-appendix-container ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.eleventh-appendix-container ul .li-with-ul{list-style:none}.eleventh-appendix-container ul .li-with-ul .first-level{margin-left:unset!important}.eleventh-appendix-container ul .li-with-ul .first-level li{background-image:url(/images_fe/icons/ic-arr.svg);background-repeat:no-repeat;padding-left:30px;list-style:none!important}.eleventh-appendix-container ul .li-with-ul .first-level .li-with-ul-2{list-style:none;background-image:unset;padding-left:30px}.eleventh-appendix-container ul .li-with-ul .first-level .li-with-ul-2 .second-level li{background-image:unset;padding-left:unset;list-style:circle!important}.eleventh-appendix-container table{border:1px solid #061624;margin-bottom:20px}@media screen and (max-width:425px){.eleventh-appendix-container table{width:100%;display:block;overflow-x:auto;white-space:nowrap}}.eleventh-appendix-container table thead tr{background-color:#212b37;height:45px}.eleventh-appendix-container table thead tr td{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#eae8e9;text-align:center}.eleventh-appendix-container table thead tr td:last-child{text-align:center}.eleventh-appendix-container table tbody tr td{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-align:center}.eleventh-appendix-container table tbody tr:nth-child(5) td{font-weight:700}.eleventh-appendix-container table tbody tr:nth-child(6) td,.eleventh-appendix-container table tbody tr:nth-child(13) td{background-color:#212b37;color:#fff;font-weight:700}.eleventh-appendix-container table tbody tr:last-child td{background-color:#ff7800;font-weight:700}.eleventh-appendix-container .images-container{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:start;justify-content:flex-start;margin-top:50px;margin-bottom:20px}.eleventh-appendix-container .images-container .image-container{width:32%}@media screen and (max-width:425px){.eleventh-appendix-container .images-container .image-container{width:100%}}.eleventh-appendix-container .images-container .image-container p.image-title{font-weight:600}.eleventh-appendix-container .images-container .image-container img{width:330px;height:240px}.second-appendix-container-ip21 .second-appendix-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline}.second-appendix-container-ip21 .second-appendix-pictures-container-ip21{width:100%;padding-top:20px}.second-appendix-container-ip21 .second-appendix-pictures-container-ip21 img{width:400px;height:400px}.second-appendix-container-ip21 .second-appendix-pictures-container-ip21 .deep-div-1{display:-moz-box;display:flex}.second-appendix-container-ip21 .second-appendix-pictures-container-ip21 .deep-div-1 div{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;padding-right:30px}.second-appendix-container-ip21 .second-appendix-pictures-container-ip21 .deep-div-1 div img{width:400px;height:300px;margin:10px 0;object-fit:cover;object-position:0 0}.second-appendix-container .images-container-ip-10{display:-moz-box;display:flex;flex-wrap:wrap;width:100%;margin:30px auto auto}.second-appendix-container .images-container-ip-10 .picture-item{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;margin-bottom:20px;margin-right:2%}.second-appendix-container .images-container-ip-10 .picture-item p{width:310px;word-break:break-word;margin-top:15px;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37}.second-appendix-container .images-container-ip-10 .picture-item img{width:350px;height:260px;object-fit:fill}.second-appendix-container .second-appendix-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline}.second-appendix-container .second-appendix-pictures-container-ap5{display:-moz-box;display:flex;flex-wrap:wrap;width:100%;margin:30px auto auto}.second-appendix-container .second-appendix-pictures-container-ip6{width:100%;margin:30px auto auto}.second-appendix-container .second-appendix-pictures-container-ip6 .picture-item{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:start;align-items:flex-start;-moz-box-pack:center;justify-content:center;margin-bottom:20px;margin-right:2%}.second-appendix-container .second-appendix-pictures-container-ip6 .picture-item p{margin:15px 0;font-size:15px;font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37}.second-appendix-container .second-appendix-pictures-container-ip6 .picture-item img{width:45%}.third-appendix-container-ip10 .third-appendix-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline}.third-appendix-container-ip10 .third-appendix-pictures-container{display:-moz-box;display:flex;flex-wrap:wrap;width:100%;margin:30px auto auto}.third-appendix-container-ip10 .third-appendix-pictures-container .picture-item{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:start;align-items:flex-start;margin-bottom:20px;margin-right:2%}.third-appendix-container-ip10 .third-appendix-pictures-container .picture-item p{width:310px;word-break:break-word;margin-top:15px;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37}.third-appendix-container-ip10 .third-appendix-pictures-container .picture-item img{width:380px;height:330px}.third-appendix-container-ip10 .third-appendix-pictures-container .picture-item:last-child img{object-fit:contain;object-position:left}.third-appendix-container .third-appendix-pictures-container{display:-moz-box;display:flex;flex-wrap:wrap;width:100%;margin:30px auto auto}.third-appendix-container-ip6 .third-appendix-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline}.third-appendix-container-ip6 .third-appendix-pictures-container{display:-moz-box;display:flex;flex-wrap:wrap;width:100%;margin:30px auto auto}.third-appendix-container-ip6 .third-appendix-pictures-container .picture-item{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;margin-bottom:20px;margin-right:2%}.third-appendix-container-ip6 .third-appendix-pictures-container .picture-item p{width:310px;word-break:break-word;margin-top:15px;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37}.third-appendix-container-ip6 .third-appendix-pictures-container .picture-item img{width:310px;height:260px;object-fit:cover;object-position:0 0}.third-appendix-container .third-appendix-map-container{width:50%;height:370px;border:1px solid #212b37;margin-top:30px;margin-bottom:40px}@media screen and (max-width:425px){.third-appendix-container .third-appendix-map-container{width:100%}}.third-appendix-container table{width:85%;border:2px solid #061624;border-collapse:collapse}@media screen and (max-width:425px){.third-appendix-container table{width:100%;display:block;overflow-x:auto;white-space:nowrap}}.third-appendix-container table ul li{margin-bottom:5px}.third-appendix-container table td,.third-appendix-container table tr{border:1px solid #212b37}.third-appendix-container table thead tr{background-color:#212b37;height:45px}.third-appendix-container table thead tr td{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#eae8e9;text-align:left}.third-appendix-container table thead tr td:first-child{width:20%}.third-appendix-container table tbody tr td{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-align:left;vertical-align:top}.third-appendix-container table tbody tr td:last-child{white-space:pre-line}.third-appendix-container table tbody tr td:first-child{font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.57;letter-spacing:normal}.third-appendix-container table tbody .pink{color:#f0f}.third-appendix-container table tbody .blue{color:#00f}.third-appendix-container table tbody .green{color:#08ba21}.third-appendix-container table tbody .orange{color:orange}.fifth-appendix-container .bottom-container{display:-moz-box;display:flex}@media screen and (max-width:425px){.fifth-appendix-container .bottom-container{display:block}}.fifth-appendix-container .bottom-container .info-container{margin-right:15px}.fifth-appendix-container .bottom-container .bottom-image{width:50%;margin-right:17%}@media screen and (max-width:425px){.fifth-appendix-container .bottom-container .bottom-image{width:100%;margin:unset}}.fifth-appendix-container .appendix-5-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-bottom:30px}.fifth-appendix-container ul{margin-left:20px}.fifth-appendix-container ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.fifth-appendix-container ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.fifth-appendix-container .third-appendix-map-container{width:50%;height:370px;border:1px solid #212b37;margin-top:30px;margin-bottom:40px}@media screen and (max-width:425px){.fifth-appendix-container .third-appendix-map-container{width:100%}}.fifth-appendix-container table{width:85%;border:2px solid #061624;border-collapse:collapse;margin-bottom:20px}@media screen and (max-width:425px){.fifth-appendix-container table{width:100%;display:block;overflow-x:auto;white-space:nowrap}}.fifth-appendix-container table ul li{margin-bottom:5px}.fifth-appendix-container table td,.fifth-appendix-container table tr{border:1px solid #212b37}.fifth-appendix-container table thead tr{background-color:#212b37;height:45px}.fifth-appendix-container table thead tr td{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#eae8e9;text-align:left}.fifth-appendix-container table thead tr td:first-child{width:20%}.fifth-appendix-container table tbody tr td{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-align:left;vertical-align:top}.fifth-appendix-container table tbody tr td:last-child{white-space:pre-line}.fifth-appendix-container table tbody tr td:first-child{font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.57;letter-spacing:normal}.fifth-appendix-container table tbody .red{color:#fe2764}.fifth-appendix-container table tbody .blue{color:#00f}.fifth-appendix-container table tbody .green{color:#08ba21}.fifth-appendix-container table tbody .orange{color:orange}.fifth-appendix-container-ip5 .fifth-appendix-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline}.fifth-appendix-container-ip5 .fifth-appendix-pictures-container{display:-moz-box;display:flex;flex-wrap:wrap;width:100%;margin:30px auto auto}.fifth-appendix-container-ip3 .fifth-appendix-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-bottom:30px}.fifth-appendix-container-ip3 .appendix-5-img{margin-bottom:20px}@media screen and (max-width:425px){.fifth-appendix-container-ip3 .appendix-5-img{width:100%}}.fifth-appendix-container-ip3 .just-text{margin:20px 0}.fifth-appendix-container-ip3 .subparagraph{font-weight:700;text-decoration:underline;font-style:italic;margin-bottom:20px;font-size:17px}.fifth-appendix-container-ip3 .subparagraph.with-img{margin:unset}.fifth-appendix-container-ip3 ul{margin-left:20px}.fifth-appendix-container-ip3 ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.fifth-appendix-container-ip3 ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.fifth-appendix-container-ip3 ul .li-with-ul{list-style:none}.fifth-appendix-container-ip3 ul .li-with-ul .first-level{margin-left:unset!important}.fifth-appendix-container-ip3 ul .li-with-ul .first-level li{background-image:url(/images_fe/icons/ic-arr.svg);background-repeat:no-repeat;padding-left:30px;list-style:none!important}.fifth-appendix-container-ip3 ul .li-with-ul .first-level .li-with-ul-2{list-style:none;background-image:unset;padding-left:30px}.fifth-appendix-container-ip3 ul .li-with-ul .first-level .li-with-ul-2 .second-level li{background-image:unset;padding-left:unset;list-style:circle!important}.li-without-bullet{list-style:none!important}.tab-container .fallback-scenario-container{margin-top:20px}.tab-container .fallback-scenario-container .fallback-scenario-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-top:20px;margin-bottom:15px}.tab-container .fallback-scenario-container .fallback-scenario-text{margin-bottom:20px}.tab-container .fallback-scenario-container ul{margin-left:20px}.tab-container .fallback-scenario-container ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.tab-container .fallback-scenario-container ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container .borrower-details-content .borrower-details-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-top:20px;margin-bottom:15px}.tab-container .borrower-details-content ul .li-with-ul{list-style:none!important}.tab-container .borrower-details-content ul .li-with-ul .first-level{margin-left:unset!important}.tab-container .borrower-details-content ul .li-with-ul .first-level li{background-image:url(/images_fe/icons/ic-arr.svg);background-repeat:no-repeat;padding-left:30px;list-style:none!important}.diligence-content-ip18{margin-top:20px}.diligence-content-ip18 ul,.diligence-content-ip18 ul .li-with-ul ol{margin-left:20px}.diligence-content-ip18 ul .li-with-ul ol li{margin-bottom:15px;list-style-type:decimal;color:#ff7800}.diligence-content-ip18 ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.diligence-content-ip18 ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.diligence-content-ip18 ul .property-due-list li{color:#000}.diligence-content-ip18 ul .img-CGI-due-ip12{width:400px;height:400px}.diligence-content-ip18 ul .li-with-ul{list-style:none}.diligence-content-ip18 ul .li-with-ul .first-level{margin-left:unset!important}.diligence-content-ip18 ul .li-with-ul .first-level li{background-image:url(/images_fe/icons/ic-arr.svg);background-repeat:no-repeat;padding-left:30px;list-style:none!important}.diligence-content-ip18 ul .li-with-ul .first-level .li-with-ul-2{list-style:none;background-image:unset;padding-left:30px}.diligence-content-ip18 ul .li-with-ul .first-level .li-with-ul-3{padding-left:30px}.diligence-content-ip18 ul .li-with-ul .first-level .li-with-ul-3 .second-level li{background-image:unset;padding-left:unset;list-style:circle!important}.diligence-content-ip18 ul .li-with-ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.diligence-content-ip18 ul .li-with-ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.diligence-content-ip18 .diligence-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-top:20px;margin-bottom:15px}.diligence-content-ip18 .diligence-text{margin-top:20px}.diligence-content-ip18 .ul-bd-ip li{color:#ff7800!important}.diligence-content-ip18 .images-block-bd-ip13{padding-top:15px;padding-left:20px}.diligence-content-ip18 .images-block-bd-ip13 img{padding-right:30px}.images-block-bd-ip21{margin-top:100px}.images-block-bd-ip21 p{font-weight:700}.images-block-bd-ip21 img{padding-right:30px;margin:15px 0}.flex{display:-moz-box;display:flex}.tab-container .diligence-content .property-due-list li{color:#000}.tab-container .diligence-content .img-CGI-due-ip12{width:400px;height:400px}.tab-container .diligence-content .li-with-ul{list-style:none}.tab-container .diligence-content .li-with-ul .first-level{margin-left:unset!important}.tab-container .diligence-content .li-with-ul .first-level li{background-image:url(/images_fe/icons/ic-arr.svg);background-repeat:no-repeat;padding-left:30px;list-style:none!important}.tab-container .diligence-content .li-with-ul .first-level .li-with-ul-2{list-style:none;background-image:unset;padding-left:30px}.tab-container .diligence-content .li-with-ul .first-level .li-with-ul-3{padding-left:30px}.tab-container .diligence-content .li-with-ul .first-level .li-with-ul-3 .second-level li{background-image:unset;padding-left:unset;list-style:circle!important}.tab-container .diligence-content .li-with-ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.tab-container .diligence-content .li-with-ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container .ul-bd-ip li{color:#ff7800!important}.tab-container .images-block-bd-ip13{padding-top:15px;padding-left:20px}.tab-container .images-block-bd-ip13 img{padding-right:30px}.property-details-table-ip16{padding-bottom:20px}.property-details-table-ip16 table{width:50%;border:1px solid #000}.property-details-table-ip16 table tr{height:45px}.property-details-table-ip16 table tr th{border:1px solid #000;color:#fff;background-color:#212b37}.property-details-table-ip16 table tr td{border:1px solid #000;font-size:16px;text-align:left;padding:10px}.tab-container .borrower-details-content{margin-top:20px}.tab-container .borrower-details-content ul{margin-left:20px}.tab-container .borrower-details-content ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.tab-container .borrower-details-content ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container .borrower-details-content .indicators-container{margin:30px auto;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between;width:80%}@media screen and (max-width:425px){.tab-container .borrower-details-content .indicators-container{-moz-box-align:start;align-items:flex-start}}.tab-container .borrower-details-content .indicators-container .indicator:not(:first-child){border-left:2px solid #afafaf;padding-left:20px}.tab-container .borrower-details-content .indicators-container .indicator-title{margin-bottom:10px;font-size:16px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;color:#212b37}.tab-container .borrower-details-content .indicators-container .indicator-value{font-size:16px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;color:#ff7800}.tab-container .borrower-details-content .hint{margin-bottom:50px;margin-top:50px}.tab-container .borrower-strategy-content ul .li-with-ul{list-style:none!important}.tab-container .borrower-strategy-content ul .li-with-ul .first-level{margin-left:unset!important}.tab-container .borrower-strategy-content ul .li-with-ul .first-level li{background-image:url(/images_fe/icons/ic-arr.svg);background-repeat:no-repeat;padding-left:30px;list-style:none!important}.tab-container .borrower-strategy-content table{width:70%!important}@media screen and (max-width:425px){.tab-container .borrower-strategy-content table{width:100%!important;display:block;overflow-x:auto;white-space:nowrap}}.tab-container .borrower-strategy-content table thead tr td{text-align:center}.tab-container .borrower-strategy-content table tbody tr:last-child td{font-weight:700}.borrower-strategy-schemas{width:60%;display:-moz-box;display:flex;justify-content:space-around;margin-bottom:20px}@media screen and (max-width:425px){.borrower-strategy-schemas{width:100%}}.borrower-strategy-schemas .schema-container{width:40%}.borrower-strategy-schemas .schema-container img{height:365px;object-fit:cover}@media screen and (max-width:425px){.borrower-strategy-schemas .schema-container img{height:150px;width:100%}}.tab-container .borrower-strategy-content-ip3{margin-top:20px}.tab-container .borrower-strategy-content-ip3 ul{margin-left:20px}.tab-container .borrower-strategy-content-ip3 ul .li-with-ul{list-style:none}.tab-container .borrower-strategy-content-ip3 ul .li-with-ul ol{margin-left:20px}.tab-container .borrower-strategy-content-ip3 ul .li-with-ul ol li{margin-bottom:15px;list-style-type:decimal;color:#ff7800}.tab-container .borrower-strategy-content-ip3 ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.tab-container .borrower-strategy-content-ip3 ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container .borrower-strategy-content-ip3 .borrower-strategy-map{height:420px;width:40%;border:1px solid #212b37;margin-bottom:20px}@media screen and (max-width:425px){.tab-container .borrower-strategy-content-ip3 .borrower-strategy-map{width:100%;margin-bottom:40px}}.tab-container .borrower-strategy-content-ip3 .borrower-strategy-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-top:20px;margin-bottom:15px}.tab-container .borrower-strategy-content-ip3 table{width:100%!important;border:1px solid #061624;margin-bottom:30px}@media screen and (max-width:425px){.tab-container .borrower-strategy-content-ip3 table{width:100%!important;display:block;overflow-x:auto;white-space:nowrap}}.tab-container .borrower-strategy-content-ip3 table thead tr{background-color:#212b37;height:45px}.tab-container .borrower-strategy-content-ip3 table thead tr td{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#eae8e9;text-align:center}.tab-container .borrower-strategy-content-ip3 table thead tr td:nth-child(9){border-right:15px solid #212b37}.tab-container .borrower-strategy-content-ip3 table tbody tr td{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-align:center}.tab-container .borrower-strategy-content-ip3 table tbody tr td:nth-child(9){border-right:15px solid #212b37}.tab-container .borrower-strategy-content-ip3 table tbody tr:last-child td{font-weight:700}.tab-container .borrower-strategy-content-ip3 table.plots-table{border-collapse:collapse}.tab-container .borrower-strategy-content-ip3 table.plots-table thead tr{background-color:#212b37;height:45px}.tab-container .borrower-strategy-content-ip3 table.plots-table thead tr td{font-size:16px;font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#fff;text-align:left}.tab-container .borrower-strategy-content-ip3 table.plots-table tbody tr td{font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-align:left}.tab-container .borrower-strategy-content-ip3 table.plots-table tbody tr td:first-child{background-color:#212b37;color:#fff;text-align:left}.tab-container .borrower-strategy-content-ip3 table.plots-table,.tab-container .borrower-strategy-content-ip3 td,.tab-container .borrower-strategy-content-ip3 tr{border:1px solid #061624}.borrower-strategy-schemas-ip3{display:-moz-box;display:flex;margin-bottom:20px}@media screen and (max-width:425px){.borrower-strategy-schemas-ip3{width:100%;justify-content:space-around}}.borrower-strategy-schemas-ip3 .schema-container{margin-right:30px}@media screen and (max-width:425px){.borrower-strategy-schemas-ip3 .schema-container{margin-right:unset;width:40%}}.borrower-strategy-schemas-ip3 .schema-container img{height:365px;object-fit:cover}@media screen and (max-width:425px){.borrower-strategy-schemas-ip3 .schema-container img{height:150px;width:100%}}.tab-container .borrower-strategy-content-ip5{margin-top:20px}.tab-container .borrower-strategy-content-ip5 .table-prs-model tbody tr:nth-child(6) td,.tab-container .borrower-strategy-content-ip5 .table-prs-model tbody tr:nth-child(14) td{font-weight:700;border-top:1px solid #000;border-bottom:1px solid #000}.tab-container .borrower-strategy-content-ip5 .table-prs-model tbody tr:nth-child(17){background-color:#ff7800}.tab-container .borrower-strategy-content-ip5 .table-prs-model tbody tr:nth-child(17) td{color:#fff;font-weight:700}.tab-container .borrower-strategy-content-ip5 .table-possession-model tbody tr:nth-child(3){border-top:1px solid #000;border-bottom:1px solid #000}.tab-container .borrower-strategy-content-ip5 .table-possession-model tbody tr:nth-child(3) td{font-weight:700}.tab-container .borrower-strategy-content-ip5 .table-possession-model tbody tr:nth-child(12){border-top:1px solid #000}.tab-container .borrower-strategy-content-ip5 .table-possession-model tbody tr:nth-child(12) td{font-weight:700}.tab-container .borrower-strategy-content-ip5 .table-possession-model tbody tr:nth-child(15){background-color:#ff7800}.tab-container .borrower-strategy-content-ip5 .table-possession-model tbody tr:nth-child(15) td{color:#fff;font-weight:700}.tab-container .borrower-strategy-content-ip5 .last-table tbody tr:nth-child(6){background-color:#ff7800}.tab-container .borrower-strategy-content-ip5 .last-table tbody tr:nth-child(6) td{color:#fff;font-weight:700}.tab-container .borrower-strategy-content-ip5 ul{margin-left:20px}.tab-container .borrower-strategy-content-ip5 ul .li-with-ul{list-style:none}.tab-container .borrower-strategy-content-ip5 ul .li-with-ul ol{margin-left:20px}.tab-container .borrower-strategy-content-ip5 ul .li-with-ul ol li{margin-bottom:15px;list-style-type:decimal;color:#ff7800}.tab-container .borrower-strategy-content-ip5 ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.tab-container .borrower-strategy-content-ip5 ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container .borrower-strategy-content-ip5 .borrower-strategy-map{height:420px;width:40%;border:1px solid #212b37;margin-bottom:20px}@media screen and (max-width:425px){.tab-container .borrower-strategy-content-ip5 .borrower-strategy-map{width:100%;margin-bottom:40px}}.tab-container .borrower-strategy-content-ip5 .borrower-strategy-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-top:20px;margin-bottom:15px}.tab-container .borrower-strategy-content-ip5 table{width:70%!important;margin-bottom:30px}@media screen and (max-width:425px){.tab-container .borrower-strategy-content-ip5 table{width:100%!important;display:block;overflow-x:auto;white-space:nowrap}}.tab-container .borrower-strategy-content-ip5 table thead tr{background-color:#212b37;height:45px}.tab-container .borrower-strategy-content-ip5 table thead tr td{font-size:16px;font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#eae8e9;text-align:center}.tab-container .borrower-strategy-content-ip5 table thead tr td:nth-child(9){border-right:15px solid #212b37}.tab-container .borrower-strategy-content-ip5 table tbody tr td{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-align:center}.tab-container .borrower-strategy-content-ip5 table tbody tr td:nth-child(9){border-right:15px solid #212b37}.tab-container .borrower-strategy-content-ip5 table tbody tr td:first-child{text-align:left}.tab-container .borrower-strategy-content-ip5 table.plots-table{border-collapse:collapse}.tab-container .borrower-strategy-content-ip5 table.plots-table thead tr{background-color:#212b37;height:45px}.tab-container .borrower-strategy-content-ip5 table.plots-table thead tr td{font-size:16px;font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#fff;text-align:left}.tab-container .borrower-strategy-content-ip5 table.plots-table tbody tr td{font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-align:left}.tab-container .borrower-strategy-content-ip5 table.plots-table tbody tr td:first-child{background-color:#212b37;color:#fff;text-align:left}.tab-container .image-table-borrower-strategy{width:60%}@media screen and (max-width:425px){.tab-container .image-table-borrower-strategy{width:100%}}.tab-container .hint{margin-bottom:35px}@media screen and (max-width:425px){.tab-container .hint{margin-top:unset}}.borrower-strategy-schemas-ip5{display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;margin-bottom:20px}@media screen and (max-width:425px){.borrower-strategy-schemas-ip5{width:100%;justify-content:space-around}}.borrower-strategy-schemas-ip5 .schema-container{margin-right:30px}@media screen and (max-width:425px){.borrower-strategy-schemas-ip5 .schema-container{margin-right:unset;width:40%}}.borrower-strategy-schemas-ip5 .schema-container img{object-fit:cover}@media screen and (max-width:425px){.borrower-strategy-schemas-ip5 .schema-container img{height:150px;width:100%}}.orange{color:#ff7800}.tab-container .borrower-strategy-content-ip7{margin-top:20px}.tab-container .borrower-strategy-content-ip7 .image-container{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;width:50%}.tab-container .borrower-strategy-content-ip7 .image-container img{width:75%}@media screen and (max-width:425px){.tab-container .borrower-strategy-content-ip7 .image-container,.tab-container .borrower-strategy-content-ip7 .image-container img{width:100%}}.tab-container .borrower-strategy-content-ip7 .image-container i{margin:20px}.tab-container .borrower-strategy-content-ip7 .image-container i .red{color:red}.tab-container .borrower-strategy-content-ip7 .image-container i .blue{color:#00f}.tab-container .borrower-strategy-content-ip7 ul{margin-left:20px}.tab-container .borrower-strategy-content-ip7 ul .li-with-ul{list-style:none}.tab-container .borrower-strategy-content-ip7 ul .li-with-ul ol{margin-left:20px}.tab-container .borrower-strategy-content-ip7 ul .li-with-ul ol li{margin-bottom:15px;list-style-type:decimal;color:#ff7800}.tab-container .borrower-strategy-content-ip7 ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.tab-container .borrower-strategy-content-ip7 ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container .borrower-strategy-content-ip7 .borrower-strategy-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-top:20px;margin-bottom:15px}.tab-container .borrower-strategy-content-ip7 .images-container{flex-wrap:wrap;width:100%;margin:30px auto auto}.tab-container .borrower-strategy-content-ip7 .images-container .picture-item{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:start;align-items:flex-start;-moz-box-pack:center;justify-content:center;margin-bottom:20px;margin-right:2%}@media screen and (max-width:425px){.tab-container .borrower-strategy-content-ip7 .images-container .picture-item{margin-right:unset}.tab-container .borrower-strategy-content-ip7 .images-container .picture-item img{width:100%}}.tab-container .borrower-strategy-content-ip7 .images-container .picture-item p{margin-bottom:10px;font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37}.tab-container .borrower-strategy-content-ip7 table{width:70%!important}@media screen and (max-width:425px){.tab-container .borrower-strategy-content-ip7 table{width:100%!important;display:block;overflow-x:auto;white-space:nowrap}}.tab-container .borrower-strategy-content-ip7 table thead tr:first-child{background-color:#212b37;height:45px}.tab-container .borrower-strategy-content-ip7 table thead tr:first-child td{color:#eae8e9}.tab-container .borrower-strategy-content-ip7 table thead tr td{font-size:16px;font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#000;text-align:center}.tab-container .borrower-strategy-content-ip7 table thead tr td:first-child{width:30%}.tab-container .borrower-strategy-content-ip7 table thead tr td:nth-child(9){border-right:15px solid #212b37}.tab-container .borrower-strategy-content-ip7 table tbody .total-tr{background-color:var(--orange)}.tab-container .borrower-strategy-content-ip7 table tbody .total-tr td{font-weight:700}.tab-container .borrower-strategy-content-ip7 table tbody tr td{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-align:center}.tab-container .borrower-strategy-content-ip7 table tbody tr td:nth-child(9){border-right:15px solid #212b37}.tab-container .borrower-strategy-content-ip7 table tbody tr td:first-child{text-align:left}.tab-container .borrower-strategy-content-ip7 table tbody tr:nth-child(6) td{font-weight:700;border-top:1px solid #000}.tab-container .borrower-strategy-content-ip7 .info{padding:5px;margin-top:30px;border:1px solid hsla(0,0%,50.2%,.3411764706)}.tab-container .borrower-strategy-content-ip7 .breakeven-table{margin-bottom:30px}.tab-container .borrower-strategy-content-ip7 .breakeven-table tbody td{border:1px solid hsla(0,0%,50.2%,.3411764706)}.tab-container .borrower-strategy-content-ip7 .breakeven-table tbody tr td{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#000;text-align:right}.tab-container .borrower-strategy-content-ip7 .breakeven-table tbody tr td:first-child{padding-left:5px;background-color:hsla(0,0%,50.2%,.3411764706);border:unset;font-weight:700}.tab-container .borrower-strategy-content-ip7 .images-container{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:start;justify-content:flex-start;margin-top:50px}@media screen and (max-width:425px){.tab-container .borrower-strategy-content-ip7 .images-container{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}}.tab-container .borrower-strategy-content-ip7 .images-container .image-container{width:32%}@media screen and (max-width:425px){.tab-container .borrower-strategy-content-ip7 .images-container .image-container{width:100%}}.tab-container .borrower-strategy-content-ip7 .images-container .image-container p.image-title{font-weight:600}.tab-container .borrower-strategy-content-ip7 .images-container .image-container img{width:100%}.tab-container .borrower-strategy-content-ip8{margin-top:20px}.tab-container .borrower-strategy-content-ip8 .image-container{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;width:50%}.tab-container .borrower-strategy-content-ip8 .image-container img{width:75%}@media screen and (max-width:425px){.tab-container .borrower-strategy-content-ip8 .image-container,.tab-container .borrower-strategy-content-ip8 .image-container img{width:100%}}.tab-container .borrower-strategy-content-ip8 .image-container i{margin:20px}.tab-container .borrower-strategy-content-ip8 .image-container i .red{color:red}.tab-container .borrower-strategy-content-ip8 .image-container i .blue{color:#00f}.tab-container .borrower-strategy-content-ip8 ul{margin-left:20px}.tab-container .borrower-strategy-content-ip8 ul .li-with-ul{list-style:none}.tab-container .borrower-strategy-content-ip8 ul .li-with-ul ul{margin-left:20px}.tab-container .borrower-strategy-content-ip8 ul .li-with-ul ul li{margin-bottom:15px;list-style-type:decimal;color:#ff7800}.tab-container .borrower-strategy-content-ip8 ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.tab-container .borrower-strategy-content-ip8 ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container .borrower-strategy-content-ip8 .borrower-strategy-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-top:20px;margin-bottom:15px}.tab-container .borrower-strategy-content-ip8 .images-container{flex-wrap:wrap;width:100%;margin:30px auto auto}.tab-container .borrower-strategy-content-ip8 .images-container .picture-item{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:start;align-items:flex-start;-moz-box-pack:center;justify-content:center;margin-bottom:20px;margin-right:2%}@media screen and (max-width:425px){.tab-container .borrower-strategy-content-ip8 .images-container .picture-item{margin-right:unset}.tab-container .borrower-strategy-content-ip8 .images-container .picture-item img{width:100%}}.tab-container .borrower-strategy-content-ip8 .images-container .picture-item p{margin-bottom:10px;font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37}@media screen and (max-width:425px){.tab-container .borrower-strategy-content-ip8 table{width:100%!important;display:block;overflow-x:auto;white-space:nowrap}}.tab-container .borrower-strategy-content-ip8 table td,.tab-container .borrower-strategy-content-ip8 table tr{border:1px solid #212b37}.tab-container .borrower-strategy-content-ip8 table thead tr:first-child{background-color:#212b37;height:45px}.tab-container .borrower-strategy-content-ip8 table thead tr:first-child td{color:#eae8e9}.tab-container .borrower-strategy-content-ip8 table thead tr:nth-child(2){background-color:#212b37;height:45px}.tab-container .borrower-strategy-content-ip8 table thead tr:nth-child(2) td{color:#eae8e9}.tab-container .borrower-strategy-content-ip8 table thead tr td{font-size:16px;font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#000;text-align:center}.tab-container .borrower-strategy-content-ip8 table tbody tr td{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-align:center}.tab-container .borrower-strategy-content-ip8 table tbody tr td.beds{width:7%}.tab-container .borrower-strategy-content-ip8 .info{padding:5px;margin-top:30px;border:1px solid hsla(0,0%,50.2%,.3411764706)}.tab-container .borrower-strategy-content-ip8 .breakeven-table{margin-bottom:30px}.tab-container .borrower-strategy-content-ip8 .breakeven-table tbody td{border:1px solid hsla(0,0%,50.2%,.3411764706)}.tab-container .borrower-strategy-content-ip8 .breakeven-table tbody tr td{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#000;text-align:right}.tab-container .borrower-strategy-content-ip8 .breakeven-table tbody tr td:first-child{padding-left:5px;background-color:hsla(0,0%,50.2%,.3411764706);border:unset;font-weight:700}.tab-container .borrower-strategy-content-ip8 .images-container{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:start;justify-content:flex-start;margin-top:50px}@media screen and (max-width:425px){.tab-container .borrower-strategy-content-ip8 .images-container{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}}.tab-container .borrower-strategy-content-ip8 .images-container .image-container{width:32%}@media screen and (max-width:425px){.tab-container .borrower-strategy-content-ip8 .images-container .image-container{width:100%}}.tab-container .borrower-strategy-content-ip8 .images-container .image-container p.image-title{font-weight:600}.tab-container .borrower-strategy-content-ip8 .images-container .image-container img{width:100%}.tab-container .borrower-strategy-content-ip9{margin-top:20px}.tab-container .borrower-strategy-content-ip9 .image-container{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;width:50%}.tab-container .borrower-strategy-content-ip9 .image-container img{width:75%}@media screen and (max-width:425px){.tab-container .borrower-strategy-content-ip9 .image-container,.tab-container .borrower-strategy-content-ip9 .image-container img{width:100%}}.tab-container .borrower-strategy-content-ip9 .image-container i{margin:20px}.tab-container .borrower-strategy-content-ip9 .image-container i .red{color:red}.tab-container .borrower-strategy-content-ip9 .image-container i .blue{color:#00f}.tab-container .borrower-strategy-content-ip9 ul{margin-left:20px}.tab-container .borrower-strategy-content-ip9 ul .li-with-ul{list-style:none}.tab-container .borrower-strategy-content-ip9 ul .li-with-ul ol{margin-left:20px}.tab-container .borrower-strategy-content-ip9 ul .li-with-ul ol li{margin-bottom:15px;list-style-type:decimal;color:#ff7800}.tab-container .borrower-strategy-content-ip9 ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.tab-container .borrower-strategy-content-ip9 ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container .borrower-strategy-content-ip9 .borrower-strategy-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-top:20px;margin-bottom:15px}.tab-container .borrower-strategy-content-ip10{margin-top:20px}.tab-container .borrower-strategy-content-ip10 .image-container{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;width:50%}.tab-container .borrower-strategy-content-ip10 .image-container img{width:75%}@media screen and (max-width:425px){.tab-container .borrower-strategy-content-ip10 .image-container,.tab-container .borrower-strategy-content-ip10 .image-container img{width:100%}}.tab-container .borrower-strategy-content-ip10 .image-container i{margin:20px}.tab-container .borrower-strategy-content-ip10 .image-container i .red{color:red}.tab-container .borrower-strategy-content-ip10 .image-container i .blue{color:#00f}.tab-container .borrower-strategy-content-ip10 ul{margin-left:20px}.tab-container .borrower-strategy-content-ip10 ul .li-with-ul{list-style:none!important}.tab-container .borrower-strategy-content-ip10 ul .li-with-ul .first-level{margin-left:unset!important}.tab-container .borrower-strategy-content-ip10 ul .li-with-ul .first-level li{background-image:url(/images_fe/icons/ic-arr.svg);background-repeat:no-repeat;padding-left:30px;list-style:none!important}.tab-container .borrower-strategy-content-ip10 ul .li-with-ul .first-level .li-with-ul-2{list-style:none;background-image:unset;padding-left:30px}.tab-container .borrower-strategy-content-ip10 ul .li-with-ul .first-level .li-with-ul-2 .second-level li{background-image:unset;padding-left:unset;list-style:circle!important}.tab-container .borrower-strategy-content-ip10 ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.tab-container .borrower-strategy-content-ip10 ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container .borrower-strategy-content-ip10 .borrower-strategy-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-top:20px;margin-bottom:15px}.tab-container .borrower-strategy-content-ip10 table{border:1px solid #061624;margin-bottom:20px}@media screen and (max-width:425px){.tab-container .borrower-strategy-content-ip10 table{width:100%;display:block;overflow-x:auto;white-space:nowrap}}.tab-container .borrower-strategy-content-ip10 table thead tr{background-color:#212b37;height:45px}.tab-container .borrower-strategy-content-ip10 table thead tr td{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#eae8e9;text-align:center}.tab-container .borrower-strategy-content-ip10 table thead tr td:last-child{text-align:center}.tab-container .borrower-strategy-content-ip10 .second-table tbody tr:nth-child(5) td{font-weight:400}.tab-container .borrower-strategy-content-ip10 .second-table tbody tr:last-child td{background-color:unset;font-weight:400;color:#212b37}.tab-container .borrower-strategy-content-ip10 .images-container{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:start;justify-content:flex-start;margin-top:50px;margin-bottom:20px}.tab-container .borrower-strategy-content-ip10 .images-container .image-container{width:32%}@media screen and (max-width:425px){.tab-container .borrower-strategy-content-ip10 .images-container .image-container{width:100%}}.tab-container .borrower-strategy-content-ip10 .images-container .image-container p.image-title{font-weight:600}.tab-container .borrower-strategy-content-ip10 .images-container .image-container img{width:330px;height:240px}.tab-container .borrower-strategy-content-ip10 .schemas-container{display:-moz-box;display:flex;-moz-box-pack:space-evenly;justify-content:space-evenly}.tab-container .borrower-strategy-content-ip10 .schemas-container .schema img{height:365px}.tab-container .borrower-strategy-content-ip10 .map-container{display:-moz-box;display:flex}.tab-container .borrower-strategy-content-ip10 .map-container .map-content{width:30%}.tab-container .borrower-strategy-content-ip10 .map-container .map-content img{width:85%}.tab-container .borrower-strategy-content-ip11{margin-top:20px}.tab-container .borrower-strategy-content-ip11 .alternative-block-bs-ip12 ul li,.tab-container .borrower-strategy-content-ip11 .refinance-block-bs-ip12 ul li,.tab-container .borrower-strategy-content-ip11 .sensitised-block-bs-ip12 ul li{color:#ff7800;list-style-type:disc}.tab-container .borrower-strategy-content-ip11 .second-table-bs-ip12 td{border:1px solid}.tab-container .borrower-strategy-content-ip11 .third-list-bs-ip12 table{border:none}.tab-container .borrower-strategy-content-ip11 .third-list-bs-ip12 ul li{color:#ff7800;list-style-type:disc}.tab-container .borrower-strategy-content-ip11 .second-list-bs-ip12{padding-top:40px}.tab-container .borrower-strategy-content-ip11 .second-list-bs-ip12 ul li{list-style-type:disc;color:#ff7800}.tab-container .borrower-strategy-content-ip11 .second-list-bs-ip12 .deep-second-list-bs-ip12 li{list-style-type:circle}.tab-container .borrower-strategy-content-ip11 .first-table-borrower-strategy-ip12{padding-top:40px}.tab-container .borrower-strategy-content-ip11 .first-table-borrower-strategy-ip12 table{width:50%;border:none}.tab-container .borrower-strategy-content-ip11 .first-table-borrower-strategy-ip12 table tbody tr th{border-top:1px solid;background-color:#e4e1e0;height:50px;text-align:center;font-weight:700}.tab-container .borrower-strategy-content-ip11 .first-table-borrower-strategy-ip12 table tbody tr td{border-top:1px solid;text-align:center}.tab-container .borrower-strategy-content-ip11 .first-table-borrower-strategy-ip12 table tbody .footer-table-row{background-color:#e4e1e0;text-align:center;font-weight:700;border-top:none}.tab-container .borrower-strategy-content-ip11 .first-table-borrower-strategy-ip12 table tbody .footer-table-row td{border:none}.tab-container .borrower-strategy-content-ip11 .first-image-block{display:-moz-box;display:flex;padding-top:10px}.tab-container .borrower-strategy-content-ip11 .first-image-block table{border:none}.tab-container .borrower-strategy-content-ip11 .first-image-block img{width:500px;height:400px}.tab-container .borrower-strategy-content-ip11 .second-ul li{color:#000}.tab-container .borrower-strategy-content-ip11 .image-container{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;width:50%}.tab-container .borrower-strategy-content-ip11 .image-container img{width:75%}@media screen and (max-width:425px){.tab-container .borrower-strategy-content-ip11 .image-container,.tab-container .borrower-strategy-content-ip11 .image-container img{width:100%}}.tab-container .borrower-strategy-content-ip11 .image-container i{margin:20px}.tab-container .borrower-strategy-content-ip11 .image-container i .red{color:red}.tab-container .borrower-strategy-content-ip11 .image-container i .blue{color:#00f}.tab-container .borrower-strategy-content-ip11 ul{margin-left:20px}.tab-container .borrower-strategy-content-ip11 ul .li-with-ul{list-style:none!important}.tab-container .borrower-strategy-content-ip11 ul .li-with-ul .first-level{margin-left:unset!important}.tab-container .borrower-strategy-content-ip11 ul .li-with-ul .first-level li{background-image:url(/images_fe/icons/ic-arr.svg);background-repeat:no-repeat;padding-left:30px;list-style:none!important}.tab-container .borrower-strategy-content-ip11 ul .li-with-ul .first-level .li-with-ul-2{list-style:none;background-image:unset;padding-left:30px}.tab-container .borrower-strategy-content-ip11 ul .li-with-ul .first-level .li-with-ul-2 .second-level li{background-image:unset;padding-left:unset;list-style:circle!important}.tab-container .borrower-strategy-content-ip11 ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.tab-container .borrower-strategy-content-ip11 ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container .borrower-strategy-content-ip11 .borrower-strategy-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-top:20px;margin-bottom:15px}.tab-container .borrower-strategy-content-ip11 table{border:1px solid #061624;margin-bottom:20px}@media screen and (max-width:425px){.tab-container .borrower-strategy-content-ip11 table{width:100%;display:block;overflow-x:auto;white-space:nowrap}}.tab-container .borrower-strategy-content-ip11 table thead tr{background-color:#212b37;height:45px}.tab-container .borrower-strategy-content-ip11 table thead tr td{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#eae8e9;text-align:center}.tab-container .borrower-strategy-content-ip11 table thead tr td:last-child{text-align:center}.tab-container .borrower-strategy-content-ip11 .second-table tbody tr:nth-child(5) td{font-weight:400}.tab-container .borrower-strategy-content-ip11 .second-table tbody tr:last-child td{background-color:unset;font-weight:400;color:#212b37}.tab-container .borrower-strategy-content-ip11 .images-container{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:start;justify-content:flex-start;margin-top:50px;margin-bottom:20px}.tab-container .borrower-strategy-content-ip11 .images-container .image-container{width:32%}@media screen and (max-width:425px){.tab-container .borrower-strategy-content-ip11 .images-container .image-container{width:100%}}.tab-container .borrower-strategy-content-ip11 .images-container .image-container p.image-title{font-weight:600}.tab-container .borrower-strategy-content-ip11 .images-container .image-container img{width:330px;height:240px}.tab-container .borrower-strategy-content-ip11 .schemas-container{display:-moz-box;display:flex;-moz-box-pack:space-evenly;justify-content:space-evenly}.tab-container .borrower-strategy-content-ip11 .schemas-container .schema img{height:365px}.tab-container .borrower-strategy-content-ip11 .map-container{display:-moz-box;display:flex}.tab-container .borrower-strategy-content-ip11 .map-container .map-content{width:30%}.tab-container .borrower-strategy-content-ip11 .map-container .map-content img{width:85%}.tab-container .total-avg{margin-bottom:5px}.tab-container .prime-avg{margin-bottom:20px}.strategy-paragraph{font-weight:700;margin:20px 0}.tab-container .images-block-ip13-bs{display:-moz-box;display:flex;-moz-box-pack:start;justify-content:flex-start}@media screen and (max-width:425px){.tab-container .images-block-ip13-bs{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.tab-container .images-block-ip13-bs .figure{width:100%!important}.tab-container .images-block-ip13-bs img{width:100%;object-fit:contain;padding:unset}}.tab-container ul .li-with-ul{list-style:square!important}.tab-container ul.first-level{margin-top:15px}.tab-container ul.first-level li{background-image:url(/images_fe/icons/ic-arr.svg);background-repeat:no-repeat;padding-left:30px;list-style:none!important}.tab-container ul .li-with-ul ol{margin-left:20px}.tab-container ul .li-with-ul ol li{margin-bottom:15px;list-style-type:decimal;color:#ff7800}.tab-container .borrower-strategy-content{margin-top:20px}.tab-container .borrower-strategy-content ul{margin-left:20px}.tab-container .borrower-strategy-content ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.tab-container .borrower-strategy-content ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container .borrower-strategy-content .borrower-strategy-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-top:20px;margin-bottom:15px}.tab-container .borrower-strategy-content table{width:45%;border:1px solid #061624;margin-bottom:30px}@media screen and (max-width:425px){.tab-container .borrower-strategy-content table{width:100%;display:block;overflow-x:auto;white-space:nowrap}}.tab-container .borrower-strategy-content table thead tr{background-color:#212b37;height:45px}.tab-container .borrower-strategy-content table thead tr td{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#eae8e9;text-align:right}.tab-container .borrower-strategy-content table tbody tr td{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-align:center;color:#212b37;text-align:right}.tab-container .borrower-strategy-content table tbody .total-tr{border-top:2px solid #212b37}.tab-container .borrower-strategy-content table tbody .total-tr td{font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-align:center;color:#212b37;text-align:right}img.strategy-table{width:65%;margin-bottom:20px}@media screen and (max-width:425px){img.strategy-table{width:100%}}img.second-strategy-table{width:70%;margin-top:20px;margin-bottom:20px}@media screen and (max-width:425px){img.second-strategy-table{width:100%}}.disclaimer-modal{padding:30px 40px;margin-top:6rem;max-width:85vw}@media screen and (max-width:425px){.disclaimer-modal{max-width:100vw;padding:unset;margin-top:4rem}}.disclaimer-modal .modal-content{border-radius:unset;background-color:#f7f1e5}@media screen and (max-width:425px){.disclaimer-modal .modal-content{height:90vh;overflow:scroll;position:relative}}.disclaimer-modal .modal-content .modal-header{width:100%;position:unset;-moz-box-pack:justify;justify-content:space-between;-moz-box-align:center;align-items:center;border:none;padding:30px 40px 0}.disclaimer-modal .modal-content .modal-header .modal-title{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between;width:100%}.disclaimer-modal .modal-content .modal-header .modal-title p{font-size:22px;font-weight:600;font-stretch:normal;font-style:normal;line-height:.91;letter-spacing:normal;color:#212b37}.disclaimer-modal .modal-content .modal-header .modal-title .disclaimer-modal-btn{background-color:#061624;font-weight:700}@media screen and (max-width:425px){.disclaimer-modal .modal-content .modal-header .modal-title .disclaimer-modal-btn{display:none}}.disclaimer-modal .modal-content .modal-body{padding:30px 40px}@media screen and (max-width:425px){.disclaimer-modal .modal-content .modal-body{padding:20px 40px}}.disclaimer-modal .disclaimer-modal-btn-mobile{display:none}@media screen and (max-width:425px){.disclaimer-modal .disclaimer-modal-btn-mobile{display:-moz-box;display:flex;background-color:#061624;font-weight:700;text-align:left;position:fixed;bottom:25px;width:90%;left:5%}}.margin-mobile{display:none}@media screen and (max-width:425px){.margin-mobile{display:block}}.tab-container .deal-snapshot-content table td,.tab-container .deal-snapshot-content table tr{vertical-align:top}.tab-container .deal-snapshot-content .table-hint{text-align:left!important}.tab-container .key-risks-content-ip10{margin-top:20px}.tab-container .key-risks-content-ip10 table{width:100%;border:2px solid #061624}@media screen and (max-width:425px){.tab-container .key-risks-content-ip10 table{display:none}}.tab-container .key-risks-content-ip10 thead tr{background-color:#212b37;height:45px}.tab-container .key-risks-content-ip10 thead tr td{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#eae8e9;text-align:left}.tab-container .key-risks-content-ip10 thead tr td:first-child{width:13%}.tab-container .key-risks-content-ip10 thead tr td:nth-child(2){width:30%}.tab-container .key-risks-content-ip10 tbody tr:not(:last-child){border-bottom:1px solid #061624}.tab-container .key-risks-content-ip10 tbody tr td{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37;text-align:left;vertical-align:top}.tab-container .key-risks-content-ip10 .risks-mobile{display:none}@media screen and (max-width:425px){.tab-container .key-risks-content-ip10 .risks-mobile{display:block}.tab-container .key-risks-content-ip10 .risks-mobile .risk-container{border:1px solid #212b37;margin-bottom:30px}.tab-container .key-risks-content-ip10 .risks-mobile .risk-container .risk-paragraph{background-color:#212b37;font-size:18px;font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#eae8e9;padding:10px 20px;height:45px}.tab-container .key-risks-content-ip10 .risks-mobile .risk-container .risk-text{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.57;letter-spacing:normal;color:#212b37;padding:20px}.tab-container .key-risks-content-ip10 .risks-mobile .risk-container .bold{font-weight:700}}.tab-container .transaction-content{margin-top:20px}.tab-container .transaction-content ul{margin-left:20px}.tab-container .transaction-content ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.tab-container .transaction-content ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container .transaction-content .transaction-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-top:20px;margin-bottom:15px}.tab-container .transaction-content table{width:70%;border:1px solid #061624}@media screen and (max-width:425px){.tab-container .transaction-content table{width:100%;display:block;overflow-x:auto;white-space:nowrap}}.tab-container .transaction-content table thead tr{background-color:#212b37;height:45px}.tab-container .transaction-content table thead tr td{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#eae8e9;text-align:right}.tab-container .transaction-content table thead tr td:last-child{text-align:center}.tab-container .transaction-content table thead tr td:nth-child(5){background-color:#ff7800;width:17%;color:#fff;text-align:center}.tab-container .transaction-content table tbody tr:nth-child(2){border-bottom:1px solid #212b37}.tab-container .transaction-content table tbody tr:nth-child(3){border-bottom:2px solid #d2cfd2}.tab-container .transaction-content table tbody tr:nth-child(6){border-bottom:1px solid #212b37}.tab-container .transaction-content table tbody tr:last-child td{font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37}.tab-container .transaction-content table tbody tr td{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-align:right}.tab-container .transaction-content table tbody tr td:last-child{background-color:#212b37;color:#f7f1e5;text-align:center}.tab-container .transaction-content table tbody tr td:nth-child(5){background-color:#ff7800;color:#fff}.tab-container .transaction-content-investor-paper-2{margin-top:20px}.tab-container .transaction-content-investor-paper-2 ul{margin-left:20px}.tab-container .transaction-content-investor-paper-2 ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.tab-container .transaction-content-investor-paper-2 ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container .transaction-content-investor-paper-2 .transaction-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-top:20px;margin-bottom:15px}.tab-container .transaction-content-investor-paper-2 table{width:55%!important;border:1px solid #061624}@media screen and (max-width:425px){.tab-container .transaction-content-investor-paper-2 table{width:100%!important;display:block;overflow-x:auto;white-space:nowrap}}.tab-container .transaction-content-investor-paper-2 table thead tr{background-color:#212b37;height:45px}.tab-container .transaction-content-investor-paper-2 table thead tr td{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#eae8e9;text-align:center}.tab-container .transaction-content-investor-paper-2 table thead tr td:first-child{width:27%;text-align:left}.tab-container .transaction-content-investor-paper-2 table thead tr td:last-child{text-align:center}.tab-container .transaction-content-investor-paper-2 table thead tr td:nth-child(2){background-color:#ff7800;width:17%;color:#fff;text-align:center}.tab-container .transaction-content-investor-paper-2 table tbody tr{border-bottom:1px solid #212b37}.tab-container .transaction-content-investor-paper-2 table tbody tr:last-child td{font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37}.tab-container .transaction-content-investor-paper-2 table tbody tr td{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-align:center}.tab-container .transaction-content-investor-paper-2 table tbody tr td:first-child{text-align:left}.tab-container .transaction-content-investor-paper-2 table tbody tr td:last-child{background-color:#212b37;color:#f7f1e5;text-align:center}.tab-container .transaction-content-investor-paper-2 table tbody tr td:nth-child(2){background-color:#ff7800;color:#fff}.tab-container .transaction-content-investor-paper-3 table thead tr td:nth-child(4){background-color:#ff7800;width:17%;color:#fff;text-align:center}.tab-container .transaction-content-investor-paper-3 table tbody tr td:nth-child(4){background-color:#ff7800;color:#fff}.tab-container .transaction-content-investor-paper-3{margin-top:20px}.tab-container .transaction-content-investor-paper-3 ul{margin-left:20px}.tab-container .transaction-content-investor-paper-3 ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.tab-container .transaction-content-investor-paper-3 ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container .transaction-content-investor-paper-3 table{width:70%;border:1px solid #061624;margin-bottom:5px}@media screen and (max-width:425px){.tab-container .transaction-content-investor-paper-3 table{width:100%;display:block;overflow-x:auto;white-space:nowrap}}.tab-container .transaction-content-investor-paper-3 table thead tr{background-color:#212b37;height:45px}.tab-container .transaction-content-investor-paper-3 table thead tr td{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#eae8e9;text-align:right}.tab-container .transaction-content-investor-paper-3 table thead tr td:last-child{text-align:center}.tab-container .transaction-content-investor-paper-3 table thead tr td:nth-child(2){width:10%}.tab-container .transaction-content-investor-paper-3 table thead tr td:nth-child(3){background-color:#ff7800;color:#fff;text-align:center}.tab-container .transaction-content-investor-paper-3 table thead tr td:nth-child(4){width:10%;background-color:#212b37}.tab-container .transaction-content-investor-paper-3 table tbody tr:nth-child(9){border-bottom:1px solid #212b37}.tab-container .transaction-content-investor-paper-3 table tbody tr:nth-child(10) td{font-weight:700}.tab-container .transaction-content-investor-paper-3 table tbody tr:last-child{border-top:1px solid #212b37}.tab-container .transaction-content-investor-paper-3 table tbody tr:last-child td{font-weight:700}.tab-container .transaction-content-investor-paper-3 table tbody tr td{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-align:right}.tab-container .transaction-content-investor-paper-3 table tbody tr td:last-child{background-color:#212b37;color:#f7f1e5;text-align:center}.tab-container .transaction-content-investor-paper-3 table tbody tr td:nth-child(3){background-color:#ff7800;color:#fff;text-align:center}.tab-container .transaction-content-investor-paper-3 table tbody tr td:nth-child(4){background-color:#f7f1e5;color:#212b37}.tab-container .transaction-content-investor-paper-3 .transaction-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-top:20px;margin-bottom:15px}.tab-container .transaction-content-investor-paper-5{margin-top:20px}.tab-container .transaction-content-investor-paper-5 ul{margin-left:20px}.tab-container .transaction-content-investor-paper-5 ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.tab-container .transaction-content-investor-paper-5 ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container .transaction-content-investor-paper-5 table{width:50%;border:1px solid #061624;margin-bottom:5px}@media screen and (max-width:425px){.tab-container .transaction-content-investor-paper-5 table{width:100%;display:block;overflow-x:auto;white-space:nowrap}}.tab-container .transaction-content-investor-paper-5 table thead tr{background-color:#212b37;height:45px}.tab-container .transaction-content-investor-paper-5 table thead tr td{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#eae8e9;text-align:left}.tab-container .transaction-content-investor-paper-5 table thead tr td:last-child,.tab-container .transaction-content-investor-paper-5 table thead tr td:nth-child(4){color:#f7f1e5;background-color:#ff7800;width:150px}.tab-container .transaction-content-investor-paper-5 table tbody tr:nth-child(9){border-bottom:1px solid #212b37}.tab-container .transaction-content-investor-paper-5 table tbody tr:nth-child(10) td{font-weight:700}.tab-container .transaction-content-investor-paper-5 table tbody tr:nth-child(5){border-top:1px solid #212b37;border-bottom:1px solid #212b37}.tab-container .transaction-content-investor-paper-5 table tbody tr:nth-child(5) td{font-weight:700}.tab-container .transaction-content-investor-paper-5 table tbody tr:last-child{border-top:1px solid #212b37}.tab-container .transaction-content-investor-paper-5 table tbody tr:last-child td{font-weight:700}.tab-container .transaction-content-investor-paper-5 table tbody tr td{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-align:left}.tab-container .transaction-content-investor-paper-5 table tbody tr td:last-child,.tab-container .transaction-content-investor-paper-5 table tbody tr td:nth-child(4){color:#f7f1e5;background-color:#ff7800}.tab-container .transaction-content-investor-paper-5 .transaction-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-top:20px;margin-bottom:15px}.tab-container .transaction-content-investor-paper-6{margin-top:20px}.tab-container .transaction-content-investor-paper-6 ul{margin-left:20px}.tab-container .transaction-content-investor-paper-6 ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.tab-container .transaction-content-investor-paper-6 ul li.black{color:#000}.tab-container .transaction-content-investor-paper-6 ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container .transaction-content-investor-paper-6 table{width:50%;border:1px solid #061624;margin-bottom:5px}@media screen and (max-width:425px){.tab-container .transaction-content-investor-paper-6 table{width:100%;display:block;overflow-x:auto;white-space:nowrap}}.tab-container .transaction-content-investor-paper-6 table thead tr{background-color:#212b37;height:45px}.tab-container .transaction-content-investor-paper-6 table thead tr td{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#eae8e9;text-align:right}.tab-container .transaction-content-investor-paper-6 table thead tr td:last-child{text-align:center}.tab-container .transaction-content-investor-paper-6 table thead tr td:nth-child(2){width:20%;background-color:#ff7800;color:#fff;text-align:center}.tab-container .transaction-content-investor-paper-6 table thead tr td:nth-child(3){width:10%}.tab-container .transaction-content-investor-paper-6 table tbody tr:nth-child(9){border-bottom:1px solid #212b37}.tab-container .transaction-content-investor-paper-6 table tbody tr:nth-child(10) td{font-weight:700}.tab-container .transaction-content-investor-paper-6 table tbody tr:last-child{border-top:1px solid #212b37}.tab-container .transaction-content-investor-paper-6 table tbody tr:last-child td{font-weight:700}.tab-container .transaction-content-investor-paper-6 table tbody tr td{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-align:right}.tab-container .transaction-content-investor-paper-6 table tbody tr td:last-child{background-color:#212b37;color:#f7f1e5;text-align:center}.tab-container .transaction-content-investor-paper-6 table tbody tr td:nth-child(2){background-color:#ff7800;color:#fff;text-align:center}.tab-container .transaction-content-investor-paper-6 .transaction-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-top:20px;margin-bottom:15px}.tab-container .transaction-content-investor-paper-8{margin-top:20px}.tab-container .transaction-content-investor-paper-8 ul{margin-left:20px}.tab-container .transaction-content-investor-paper-8 ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.tab-container .transaction-content-investor-paper-8 ul li.black{color:#000}.tab-container .transaction-content-investor-paper-8 ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container .transaction-content-investor-paper-8 table{border:1px solid #061624;margin-bottom:5px;table-layout:fixed;width:100%}@media screen and (max-width:425px){.tab-container .transaction-content-investor-paper-8 table{display:block;overflow-x:auto;white-space:nowrap}}.tab-container .transaction-content-investor-paper-8 table thead tr{background-color:#212b37;height:45px}.tab-container .transaction-content-investor-paper-8 table thead tr td{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#eae8e9;text-align:right;width:20%}.tab-container .transaction-content-investor-paper-8 table thead tr td:first-child{width:45%}.tab-container .transaction-content-investor-paper-8 table thead tr td:last-child{text-align:center}.tab-container .transaction-content-investor-paper-8 table thead tr td:nth-child(5){background-color:#ff7800;color:#fff;text-align:center}.tab-container .transaction-content-investor-paper-8 table tbody tr:last-child,.tab-container .transaction-content-investor-paper-8 table tbody tr:nth-child(6){border-top:1px solid #212b37}.tab-container .transaction-content-investor-paper-8 table tbody tr:last-child td{font-weight:700}.tab-container .transaction-content-investor-paper-8 table tbody tr td{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-align:right}.tab-container .transaction-content-investor-paper-8 table tbody tr td:last-child{background-color:#212b37;color:#f7f1e5;text-align:center}.tab-container .transaction-content-investor-paper-8 table tbody tr td:nth-child(5){background-color:#ff7800;color:#fff;text-align:center}.tab-container .transaction-content-investor-paper-8 .transaction-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-top:20px;margin-bottom:15px}.tab-container .transaction-content-investor-paper-8 .transaction-text{margin:20px 0}.tab-container .transaction-content-investor-paper-9{margin-top:20px}.tab-container .transaction-content-investor-paper-9 ul{margin-left:20px}.tab-container .transaction-content-investor-paper-9 ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.tab-container .transaction-content-investor-paper-9 ul li.black{color:#000}.tab-container .transaction-content-investor-paper-9 ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container .transaction-content-investor-paper-9 table{border:1px solid #061624;margin-bottom:5px;width:60%}@media screen and (max-width:425px){.tab-container .transaction-content-investor-paper-9 table{width:100%;display:block;overflow-x:auto;white-space:nowrap}}.tab-container .transaction-content-investor-paper-9 table thead tr{background-color:#212b37;height:45px}.tab-container .transaction-content-investor-paper-9 table thead tr td{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#eae8e9;text-align:right}.tab-container .transaction-content-investor-paper-9 table thead tr td:last-child{text-align:center}.tab-container .transaction-content-investor-paper-9 table tbody tr:nth-child(4) td{font-weight:700}.tab-container .transaction-content-investor-paper-9 table tbody tr:last-child{border-top:1px solid #212b37}.tab-container .transaction-content-investor-paper-9 table tbody tr:last-child td{font-weight:700}.tab-container .transaction-content-investor-paper-9 table tbody tr td{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-align:right}.tab-container .transaction-content-investor-paper-9 table tbody tr td:last-child{background-color:#212b37;color:#f7f1e5;text-align:center}.tab-container .transaction-content-investor-paper-9 .transaction-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-top:20px;margin-bottom:15px}.tab-container .transaction-content-investor-paper-9a{margin-top:20px}.tab-container .transaction-content-investor-paper-9a ul{margin-left:20px}.tab-container .transaction-content-investor-paper-9a ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.tab-container .transaction-content-investor-paper-9a ul li.black{color:#000}.tab-container .transaction-content-investor-paper-9a ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container .transaction-content-investor-paper-9a table{border:1px solid #061624;margin-bottom:5px;width:60%}@media screen and (max-width:425px){.tab-container .transaction-content-investor-paper-9a table{width:100%;display:block;overflow-x:auto;white-space:nowrap}}.tab-container .transaction-content-investor-paper-9a table thead tr{background-color:#212b37;height:45px}.tab-container .transaction-content-investor-paper-9a table thead tr td{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#eae8e9;text-align:right}.tab-container .transaction-content-investor-paper-9a table thead tr td:last-child{text-align:center}.tab-container .transaction-content-investor-paper-9a table tbody tr:nth-child(3) td{font-weight:700}.tab-container .transaction-content-investor-paper-9a table tbody tr:last-child{border-top:1px solid #212b37}.tab-container .transaction-content-investor-paper-9a table tbody tr:last-child td{font-weight:700}.tab-container .transaction-content-investor-paper-9a table tbody tr td{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-align:right}.tab-container .transaction-content-investor-paper-9a table tbody tr td:last-child{background-color:#212b37;color:#f7f1e5;text-align:center}.tab-container .transaction-content-investor-paper-9a .transaction-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-top:20px;margin-bottom:15px}.tab-container .transaction-content-investor-paper-10{margin-top:20px}.tab-container .transaction-content-investor-paper-10 ul{margin-left:20px}.tab-container .transaction-content-investor-paper-10 ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.tab-container .transaction-content-investor-paper-10 ul li.black{color:#000}.tab-container .transaction-content-investor-paper-10 ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container .transaction-content-investor-paper-10 table{border:1px solid #061624;margin-bottom:5px;width:60%}@media screen and (max-width:425px){.tab-container .transaction-content-investor-paper-10 table{width:100%;display:block;overflow-x:auto;white-space:nowrap}}.tab-container .transaction-content-investor-paper-10 table thead tr{background-color:#212b37;height:45px}.tab-container .transaction-content-investor-paper-10 table thead tr td{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#eae8e9;text-align:right}.tab-container .transaction-content-investor-paper-10 table thead tr td:last-child{text-align:center}.tab-container .transaction-content-investor-paper-10 table thead tr td:nth-child(4){background-color:#ff7800;color:#fff;text-align:center}.tab-container .transaction-content-investor-paper-10 table tbody tr:nth-child(3) td{font-weight:700}.tab-container .transaction-content-investor-paper-10 table tbody tr:last-child{border-top:1px solid #212b37}.tab-container .transaction-content-investor-paper-10 table tbody tr:last-child td{font-weight:700}.tab-container .transaction-content-investor-paper-10 table tbody tr:nth-child(4){border-bottom:1px solid #212b37}.tab-container .transaction-content-investor-paper-10 table tbody tr td{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-align:right}.tab-container .transaction-content-investor-paper-10 table tbody tr td:nth-child(4){background-color:#ff7800;color:#fff;text-align:center}.tab-container .transaction-content-investor-paper-10 table tbody tr td:last-child{background-color:#212b37;color:#f7f1e5;text-align:center}.tab-container .transaction-content-investor-paper-10 .transaction-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-top:20px;margin-bottom:15px}.tab-container .transaction-content-investor-paper-11{margin-top:20px}.tab-container .transaction-content-investor-paper-11 ul{margin-left:20px}.tab-container .transaction-content-investor-paper-11 ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.tab-container .transaction-content-investor-paper-11 ul li.black{color:#000}.tab-container .transaction-content-investor-paper-11 ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container .transaction-content-investor-paper-11 table{width:55%!important;border:1px solid #061624}@media screen and (max-width:425px){.tab-container .transaction-content-investor-paper-11 table{width:100%!important;display:block;overflow-x:auto;white-space:nowrap}}.tab-container .transaction-content-investor-paper-11 table thead tr{background-color:#212b37;height:45px}.tab-container .transaction-content-investor-paper-11 table thead tr td{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#eae8e9;text-align:center}.tab-container .transaction-content-investor-paper-11 table thead tr td:first-child{width:27%;text-align:left}.tab-container .transaction-content-investor-paper-11 table thead tr td:last-child{text-align:center}.tab-container .transaction-content-investor-paper-11 table thead tr td:nth-child(2){background-color:#ff7800;width:17%;color:#fff;text-align:center}.tab-container .transaction-content-investor-paper-11 table tbody tr{border-bottom:1px solid #212b37}.tab-container .transaction-content-investor-paper-11 table tbody tr:nth-child(3) td:first-child{font-weight:400!important}.tab-container .transaction-content-investor-paper-11 table tbody tr:last-child td{font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37}.tab-container .transaction-content-investor-paper-11 table tbody tr td{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-align:center}.tab-container .transaction-content-investor-paper-11 table tbody tr td:first-child{text-align:left}.tab-container .transaction-content-investor-paper-11 table tbody tr td:last-child{background-color:#212b37;color:#f7f1e5;text-align:center}.tab-container .transaction-content-investor-paper-11 table tbody tr td:nth-child(2){background-color:#ff7800;color:#fff}.tab-container .transaction-content-investor-paper-11 .transaction-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-top:20px;margin-bottom:15px}.tab-container .transaction-content-investor-paper-20{margin-top:20px}.tab-container .transaction-content-investor-paper-20 ul{margin-left:20px}.tab-container .transaction-content-investor-paper-20 ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.tab-container .transaction-content-investor-paper-20 ul li.black{color:#000}.tab-container .transaction-content-investor-paper-20 ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container .transaction-content-investor-paper-20 table{width:55%!important;border:1px solid #061624}@media screen and (max-width:425px){.tab-container .transaction-content-investor-paper-20 table{width:100%!important;display:block;overflow-x:auto;white-space:nowrap}}.tab-container .transaction-content-investor-paper-20 table thead tr{background-color:#212b37;height:45px}.tab-container .transaction-content-investor-paper-20 table thead tr td{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#eae8e9;text-align:center}.tab-container .transaction-content-investor-paper-20 table thead tr td:first-child{width:27%;text-align:left}.tab-container .transaction-content-investor-paper-20 table thead tr td:last-child{text-align:center;background-color:#212b37!important}.tab-container .transaction-content-investor-paper-20 table thead tr td:nth-child(2){background-color:#ff7800;width:17%;color:#fff;text-align:center}.tab-container .transaction-content-investor-paper-20 table tbody tr{border-bottom:1px solid #212b37}.tab-container .transaction-content-investor-paper-20 table tbody tr:last-child td{font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37!important}.tab-container .transaction-content-investor-paper-20 table tbody tr td{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-align:center}.tab-container .transaction-content-investor-paper-20 table tbody tr td:first-child{text-align:left}.tab-container .transaction-content-investor-paper-20 table tbody tr td:last-child{background-color:#212b37!important;color:#f7f1e5;text-align:center}.tab-container .transaction-content-investor-paper-20 table tbody tr td:nth-child(2){background-color:#ff7800;color:#fff}.tab-container .transaction-content-investor-paper-20 .transaction-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-top:20px;margin-bottom:15px}.first-list li{color:#ff7800}.tab-container span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container .li-with-ul .first-level{margin-left:unset!important}.tab-container .li-with-ul .first-level li{background-image:url(/images_fe/icons/ic-arr.svg);background-repeat:no-repeat;padding-left:30px;list-style:none!important}.tab-container .li-with-ul span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.third-appendix-container .list-under-map-appendix6-ip12 ul{padding:0;margin:0}.third-appendix-container .list-under-map-appendix6-ip12 ul li{list-style-type:none;background-image:url(/images_fe/icons/ic-arr.svg);background-repeat:no-repeat;padding-left:30px}.third-appendix-container .sixth-appendix-map-container{width:50%;height:370px;border:1px solid #212b37;margin-top:30px;margin-bottom:40px}@media screen and (max-width:425px){.third-appendix-container .sixth-appendix-map-container{width:100%}}.third-appendix-container .list-ta-ip12{padding-top:20px}.third-appendix-container .list-ta-ip12 li{color:#000;list-style-type:disc}.third-appendix-container .third-appendix-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-bottom:30px}.third-appendix-container ul{margin-left:20px}.third-appendix-container ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.third-appendix-container ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.third-appendix-container ul .li-with-ul{list-style:none}.third-appendix-container ul .li-with-ul .first-level{margin-left:unset!important}.third-appendix-container ul .li-with-ul .first-level li{background-image:url(/images_fe/icons/ic-arr.svg);background-repeat:no-repeat;padding-left:30px;list-style:none!important}.third-appendix-container ul .li-with-ul .first-level .li-with-ul-2{list-style:none;background-image:unset;padding-left:30px}.third-appendix-container ul .li-with-ul .first-level .li-with-ul-2 .second-level li{background-image:unset;padding-left:unset;list-style:circle!important}.review-market-table-ip13{padding-bottom:20px}.review-market-table-ip13 table{width:50%;border:1px solid #000}.review-market-table-ip13 table tr{border:1px solid #000}.review-market-table-ip13 table tr th{color:#fff;background-color:#212b37}.review-market-table-ip13 table tr td,.review-market-table-ip13 table tr th{border:1px solid #000;padding-top:10px;padding-bottom:10px}.tab-container .base-case-list .li-with-ul{list-style:none!important}.tab-container .base-case-list .li-with-ul.first-level li,.tab-container .base-case-list .li-with-ul li{background-image:url(/images_fe/icons/ic-arr.svg);background-repeat:no-repeat;padding-left:30px;list-style:none!important}.tab-container table.borrower-scheme{width:100%!important;border:1px solid #061624;margin-bottom:30px}@media screen and (max-width:425px){.tab-container table.borrower-scheme{width:100%!important;display:block;overflow-x:auto;white-space:nowrap}}.tab-container table.borrower-scheme thead tr{background-color:#212b37;height:45px}.tab-container table.borrower-scheme thead tr td{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#eae8e9;text-align:center}.tab-container table.borrower-scheme thead tr td:nth-child(9){border-right:15px solid #212b37}.tab-container table.borrower-scheme tbody tr td{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-align:center}.tab-container table.borrower-scheme tbody tr td:nth-child(9){border-right:15px solid #212b37}.tab-container table.borrower-scheme tbody tr:last-child td{font-weight:700}.tab-container .diligence-content .diligence-with-img img{float:right;margin:10px;width:300px;height:290px;object-fit:cover}@media screen and (max-width:425px){.tab-container .diligence-content .diligence-with-img img{float:unset}}.tab-container .diligence-content{margin-top:20px}.tab-container .diligence-content ul{margin-left:20px}.tab-container .diligence-content ul .li-with-ul{list-style:none}.tab-container .diligence-content ul .li-with-ul ol{margin-left:20px}.tab-container .diligence-content ul .li-with-ul ol li{margin-bottom:15px;list-style-type:decimal;color:#ff7800}.tab-container .diligence-content ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.tab-container .diligence-content ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container .diligence-content table{width:70%;border-bottom:1px solid #061624;border-right:1px solid #061624;margin-bottom:15px}@media screen and (max-width:425px){.tab-container .diligence-content table{width:100%;display:block;overflow-x:auto;white-space:nowrap}}.tab-container .diligence-content table thead tr{background-color:#212b37;height:45px}.tab-container .diligence-content table thead tr td{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#eae8e9;text-align:right}.tab-container .diligence-content table thead tr td:first-child{background-color:#f7f1e4}.tab-container .diligence-content table tbody tr td{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-align:right}.tab-container .diligence-content table tbody tr td:first-child{background-color:#212b37;color:#f7f1e5;text-align:center;font-weight:700}.tab-container .diligence-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-top:20px;margin-bottom:15px}.tab-container .diligence-text{margin-top:20px}.wrapper-due-diligence-ip12 .header .title{font-size:22px;font-weight:600;color:#212b37}.wrapper-due-diligence-ip12 ul{padding-top:15px;margin-left:20px}.wrapper-due-diligence-ip12 ul li{list-style-type:square;color:#ff7800;line-height:1.38;padding-bottom:15px}.wrapper-due-diligence-ip12 ul li span{color:#000}.wrapper-due-diligence-ip12 ul .li-with-ul .first-level{margin-left:unset!important}.wrapper-due-diligence-ip12 ul .li-with-ul .first-level li{background-image:url(/images_fe/icons/ic-arr.svg);background-repeat:no-repeat;padding-left:30px;list-style:none!important}.wrapper-due-diligence-ip12 .images-block img{width:400px;height:400px}.wrapper-due-diligence-ip12 .property-due-diligence-block{padding-top:40px}.wrapper-due-diligence-ip12 .property-due-diligence-block p{font-size:18px;color:#212b37;text-decoration:underline}.wrapper-due-diligence-ip12 .property-due-diligence-block ul{padding-top:15px;margin-left:20px}.wrapper-due-diligence-ip12 .property-due-diligence-block ul li{list-style-type:disc;color:#ff7800}.wrapper-due-diligence-ip12 .property-due-diligence-block ul li span{color:#000}.tab-container table{width:50%}.tab-container table,.tab-container table tr{border:1px solid #000}.tab-container table tr th{color:#fff;background-color:#212b37}.tab-container table tr td,.tab-container table tr th{border:1px solid #000;padding-top:10px;padding-bottom:10px}.tab-container .form_radio{margin:31px 0;text-align:left}.tab-container .interest-input{width:487px;-moz-box-flex:0;flex-grow:0;margin:9px 0 0;padding:16px 387px 16px 16px}.tab-container .interest-input,.tab-container .interest-select{height:56px;border-radius:10px;border:1px solid #212b37;background-color:transparent;color:#71706f!important}.tab-container .interest-select{width:214px;padding:16px}.tab-container .interest-select-title{font-size:16px;font-weight:800;font-stretch:normal;font-style:normal;line-height:1;letter-spacing:normal;text-align:left;color:#71706f;margin:21px 0 12px}.tab-container .deal-snapshot-content table{margin-top:20px;border:2px solid #061624;border-collapse:collapse}@media screen and (max-width:425px){.tab-container .deal-snapshot-content table{width:100%;display:block;overflow-x:auto}}.tab-container .deal-snapshot-content table td,.tab-container .deal-snapshot-content table tr{border:1px solid #212b37}.tab-container .deal-snapshot-content table thead{font-weight:700}.tab-container .deal-snapshot-content table tbody tr td:first-child{font-weight:700;font-style:italic}.tab-container .deal-snapshot-content table tbody tr td .green{color:#08ba21;font-weight:700}.tab-container .deal-snapshot-content table tbody tr td .comment-list{margin-left:10px}.tab-container .deal-snapshot-content table tbody tr td .comment-list li{margin-left:10px;font-weight:600;list-style-type:square;color:#ff7800}.tab-container .deal-snapshot-content table tbody tr td .comment-list li span{font-size:16px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container .deal-snapshot-content .key-investment-list{padding-left:15px;font-weight:700;color:#000!important}.tab-container .deal-snapshot-content .key-investment-list li{list-style-type:square;color:#ff7800!important}.tab-container .deal-snapshot-content .key-investment-list li span{color:#000!important}.tab-container .deal-snapshot-content .table-hint{font-style:italic;margin-top:10px;text-align:center}.tab-container .hotel-trading-content{margin-top:20px}.tab-container .hotel-trading-content .image-container{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;width:50%}.tab-container .hotel-trading-content .image-container img{width:75%}@media screen and (max-width:425px){.tab-container .hotel-trading-content .image-container,.tab-container .hotel-trading-content .image-container img{width:100%}}.tab-container .hotel-trading-content .image-container i{margin:20px}.tab-container .hotel-trading-content .image-container i .red{color:red}.tab-container .hotel-trading-content .image-container i .blue{color:#00f}.tab-container .hotel-trading-content ul{margin-left:20px}.tab-container .hotel-trading-content ul .li-with-ul{list-style:none!important}.tab-container .hotel-trading-content ul .li-with-ul .first-level{margin-left:unset!important}.tab-container .hotel-trading-content ul .li-with-ul .first-level li{background-image:url(/images_fe/icons/ic-arr.svg);background-repeat:no-repeat;padding-left:30px;list-style:none!important}.tab-container .hotel-trading-content ul .li-with-ul .first-level .li-with-ul-2{list-style:none;background-image:unset;padding-left:30px}.tab-container .hotel-trading-content ul .li-with-ul .first-level .li-with-ul-2 .second-level li{background-image:unset;padding-left:unset;list-style:circle!important}.tab-container .hotel-trading-content ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.tab-container .hotel-trading-content ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container .hotel-trading-content .table-hint{font-style:italic;margin:20px 0}.tab-container .hotel-trading-content .hotel-trading-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-top:20px;margin-bottom:15px}.tab-container .hotel-trading-content .image-table-hotel-trading{width:30%}@media screen and (max-width:425px){.tab-container .hotel-trading-content .image-table-hotel-trading{width:100%}}.tab-container .updates-banner{margin-top:-30px;background-color:#ff7800;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;width:100vw;margin-left:-40px;cursor:pointer;padding:20px;margin-bottom:20px}@media screen and (max-width:425px){.tab-container .updates-banner{margin-left:-20px}}.tab-container .updates-banner .updates-text{font-size:16px;font-weight:600;font-stretch:normal;font-style:normal;line-height:.91;letter-spacing:normal;color:#fff}@media screen and (max-width:425px){.tab-container .updates-banner .updates-text{line-height:1.38;letter-spacing:normal;text-align:center}}.tab-container .overview-content{margin-top:35px}@media screen and (max-width:425px){.tab-container .overview-content{margin-top:15px}}.tab-container .overview-risk-info{margin-top:40px;padding:10px;width:100%;font-size:16px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.57;letter-spacing:normal;color:#212b37}.tab-container .overview-risk-info .key-risk-str{color:#ff7800;font-weight:700}.tab-container .overview-content{margin-top:40px}.tab-container .overview-content ul{margin-left:20px}.tab-container .overview-content ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.tab-container .overview-content ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container .overview-content .overview-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-top:20px;margin-bottom:15px}.tab-container .overview-content .overview-text{margin-bottom:20px}.tab-container .overview-content-ip9{margin-top:20px}.tab-container .overview-content-ip9 .overview-text{margin-bottom:20px}.tab-container .overview-content-ip9 ul{margin-left:30px;margin-bottom:20px}.tab-container .overview-content-ip9 ul li{margin-bottom:10px;list-style-type:none!important}.tab-container .overview-content-ip9 ul li:before{content:"—";position:absolute;margin-left:-20px;color:#000}.tab-container .overview-content-ip12{margin-top:20px}.tab-container .overview-content-ip12 .overview-list li{color:orange}.tab-container .overview-content-ip12 .overview-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-top:20px;margin-bottom:15px}.tab-container .overview-content-ip12 .overview-text{margin-bottom:20px}.tab-container .overview-content-ip12 ul{margin-left:20px}.tab-container .overview-content-ip12 ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.tab-container .overview-content-ip12 ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.orange-text{color:#ff7800!important;font-weight:600}.tab-container .overview-content-ip13 .overview-paragraph{font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline;margin-top:20px;margin-bottom:15px}.tab-container{margin-top:20px!important}.tab-container .overview-header{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between}.tab-container .overview-header .ip-1x-info-container{display:-moz-box;display:flex;background-color:#f7f1e5;-moz-box-align:center;align-items:center}.tab-container .overview-header .ip-1x-info-container .info-container-1x:first-child{margin-right:40px}.tab-container .overview-header .ip-1x-info-container .info-container-1x p{font-size:18px;font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#ff7800}.tab-container .overview-header .ip-1x-info-container .info-container-1x p .label{color:#212b37}.tab-container .overview-header .ip-1x-info-container .info-container-1x p .green{color:#08ba21}.tab-container .indicators-container{margin-top:35px;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between;width:100%}@media screen and (max-width:425px){.tab-container .indicators-container{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:start;align-items:flex-start}}.tab-container .indicators-container .indicator:not(:first-child){border-left:2px solid #afafaf;padding-left:20px}@media screen and (max-width:425px){.tab-container .indicators-container .indicator{margin-bottom:20px;border-left:2px solid #afafaf;padding-left:20px}}.tab-container .indicators-container .indicator .indicator-title{margin-bottom:10px;font-size:16px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;color:#212b37}.tab-container .indicators-container .indicator .indicator-value{font-size:16px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;color:#ff7800}.tab-container .overview-content-ip13{margin-top:35px}.tab-container .overview-content-ip13 ul li{margin-bottom:15px}.tab-container .overview-content-ip13 ul .li-with-ul{list-style:none}.tab-container .overview-content-ip13 ul .first-level{margin-left:unset!important}.tab-container .overview-content-ip13 ul .first-level li{background-image:url(/images_fe/icons/ic-arr.svg);background-repeat:no-repeat;padding-left:30px;list-style:none!important}.tab-container .overview-content-ip13 .orange{color:#ff7800}.tab-container .overview-content-ip13 .orange-hover{color:#ff7800;cursor:pointer}.tab-container .overview-content-ip13 .light-orange{color:#ffc001}.tab-container .orange-hover{color:#ff7800;cursor:pointer}.tab-container .images-block-ip13-bs{padding-top:10px}.tab-container .images-block-ip13-bs img{padding-right:30px}.tab-container .borrower-strategy-list .li-with-ul{list-style:square!important}.tab-container .borrower-strategy-list .li-with-ul.first-level li,.tab-container .borrower-strategy-list .li-with-ul li{background-image:url(/images_fe/icons/ic-arr.svg);background-repeat:no-repeat;padding-left:30px;list-style:none!important}.tab-container ul .li-with-ul{list-style:none}.tab-container ul .li-with-ul .first-level{margin-left:unset!important}.tab-container ul .li-with-ul .first-level li{background-image:url(/images_fe/icons/ic-arr.svg);background-repeat:no-repeat;padding-left:30px;list-style:none!important}.tab-container li{margin-bottom:15px;list-style-type:square;color:#ff7800}.tab-container li span{font-size:16px;line-height:1.38}.tab-container .transaction-paragraph,.tab-container li span{font-weight:400;font-stretch:normal;font-style:normal;letter-spacing:normal;color:#212b37}.tab-container .transaction-paragraph{font-size:18px;line-height:normal;text-decoration:underline;margin-top:20px;margin-bottom:15px}.tab-container .planing-table-container table{width:100%;border:2px solid #061624}.tab-container .planing-table-container table thead tr{background-color:#212b37;height:45px}.tab-container .planing-table-container table thead tr td{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#eae8e9;text-align:left}.tab-container .planing-table-container table thead tr td:first-child{width:13%}.tab-container .planing-table-container table thead tr td:nth-child(2){width:30%}.tab-container .planing-table-container table tbody tr:not(:last-child){border-bottom:1px solid #061624}.tab-container .planing-table-container table tbody tr td{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37;text-align:left;vertical-align:top}.tab-container .development-container .development-header .development-title{font-size:22px;font-weight:600;font-stretch:normal;font-style:normal;line-height:.91;letter-spacing:normal;color:#212b37}.tab-container .development-container .development-content table{margin-top:30px;width:30%;border:1px solid #061624}@media screen and (max-width:425px){.tab-container .development-container .development-content table{width:100%}}.tab-container .development-container .development-content table thead tr{background-color:#212b37;height:45px}.tab-container .development-container .development-content table thead tr td{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#eae8e9}.tab-container .development-container .development-content table tbody tr td{font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-align:center;color:#212b37;text-align:right}.tab-container .development-container .development-content table tbody .total-tr{border-top:2px solid #212b37}.tab-container .development-container .development-content table tbody .total-tr td{font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-align:center;color:#212b37;text-align:right}.tab-container .development-container .development-content .development-info-list{margin-top:30px}.tab-container .development-container .development-content .development-info-list .internal-list-container{list-style:none}.tab-container .development-container .development-content .development-info-list .internal-list-container .internal-list li{margin-bottom:10px;list-style-type:circle;color:#ff7800}.tab-container .development-container .development-content .development-info-list .internal-list-container .internal-list li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container .development-container .development-content .development-pictures{width:100%;margin-top:30px;margin-bottom:20px;display:-moz-box;display:flex;-moz-box-align:center;align-items:center}@media screen and (max-width:425px){.tab-container .development-container .development-content .development-pictures{display:none}}.tab-container .development-container .development-content .development-pictures img{-moz-box-flex:1;flex:1 1;height:33vh;object-fit:cover;object-position:0 0}.tab-container .development-container .development-content .development-pictures-mobile{display:none}@media screen and (max-width:425px){.tab-container .development-container .development-content .development-pictures-mobile{width:100%;margin-top:30px;margin-bottom:20px;display:-moz-box;display:flex;-moz-box-align:center;align-items:center}}.tab-container .development-container .development-content .development-pictures-mobile img{width:100%;height:250px;object-fit:cover;object-position:0 0}.tab-container .development-container .development-content .pictures-arrows{display:none}@media screen and (max-width:425px){.tab-container .development-container .development-content .pictures-arrows{display:-moz-box;display:flex;width:100%;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between;background:transparent;padding:15px 24px;margin-bottom:-1px}}.tab-container .development-container .development-content .pictures-arrows .arrow-container{width:36px;height:36px;background-color:#ff7800;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center}.tab-container .development-container .development-content .pictures-arrows .arrow-container.disabled{background-color:#eae8e9}.tab-container .development-container .development-content .pictures-arrows .arrow-left img{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg)}.tab-container .property-details-footer{margin-top:20px;margin-bottom:20px;width:100%;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between}@media screen and (max-width:425px){.tab-container .property-details-footer{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}}.tab-container .property-details-footer .property-details-map{height:420px;width:40%;border:1px solid #212b37}@media screen and (max-width:425px){.tab-container .property-details-footer .property-details-map{width:100%;margin-bottom:40px}}.tab-container .property-details-footer .property-details-map-header{height:45px;padding:10px 20px;background-color:#212b37;text-align:left}.tab-container .property-details-footer .property-details-map-header span{font-size:16px;font-weight:300;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#eae8e9}.tab-container .property-details-footer .property-details-map-info{width:15%;border:1px solid #212b37;height:420px}@media screen and (max-width:425px){.tab-container .property-details-footer .property-details-map-info{width:100%}}.tab-container .property-details-footer .property-details-map-info-header{height:45px;padding:10px 20px;background-color:#212b37;text-align:left}.tab-container .property-details-footer .property-details-map-info-header span{font-size:16px;font-weight:300;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#eae8e9}.tab-container .property-details-footer .property-details-map-info .map-info-content{padding:14px 20px;background-color:#fff;height:89%}.tab-container .property-details-footer .property-details-map-info .map-info-content .map-info-item{display:-moz-box;display:flex;-moz-box-align:center;align-items:center}.tab-container .property-details-footer .property-details-map-info .map-info-content .map-info-item span{margin-left:10px;font-size:16px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;color:#212b37}.tab-container .property-details-footer .property-details-map-info .map-info-content .map-info-paragraph{margin-top:25px;margin-bottom:10px;font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline}.tab-container .property-details-footer .property-details-map-info .map-info-content .map-info-marker{font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal}.tab-container .property-details-footer .property-details-map-info .map-info-content .pink{color:#f0f}.tab-container .property-details-footer .property-details-map-info .map-info-content .green{color:#08ba21}.tab-container .property-details-footer .property-details-map-info .map-info-content .orange{color:#ff9f00}.tab-container .property-details-footer .property-details-map-info .map-info-content .blue{color:#00f}.tab-container .property-details-footer .property-details-map-info .map-info-content .red{color:red}.tab-container .property-details-footer .property-details-map-info .map-info-content .aquamarine{color:#55cfe4}.tab-container .property-details-footer .property-details-map-info .map-info-content .purple{color:purple}.tab-container .property-details-footer .property-details-map-info .map-info-content .blue-dark{color:#242481}.tab-container .arrow-up{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg)}.tab-container .location-content .property-details-map{width:40%}.tab-container ul{margin-left:20px}.tab-container ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.tab-container ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container .development-container .property-details-schemas .schema-container-ip4{margin-right:30px;width:100%}@media screen and (max-width:425px){.tab-container .development-container .property-details-schemas .schema-container-ip4{-moz-box-flex:1;flex:1 1;height:unset;margin-right:unset}}.tab-container .development-container .property-details-schemas .schema-container-ip4 img{width:100%;margin-top:20px}@media screen and (max-width:425px){.tab-container .development-container .property-details-schemas .schema-container-ip4 img{height:150px;width:100%;margin-top:unset}}.tab-container .location-content{margin-top:20px}.tab-container .location-content ul{margin-left:20px}.tab-container .location-content ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.tab-container .location-content ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container .location-content .property-details-map{height:420px;width:45%;border:1px solid #212b37}@media screen and (max-width:425px){.tab-container .location-content .property-details-map{width:100%;margin-bottom:40px}}.tab-container .location-content .property-details-map-header{height:45px;padding:10px 20px;background-color:#212b37;text-align:left}.tab-container .location-content .property-details-map-header span{font-size:16px;font-weight:300;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#eae8e9}.tab-container .location-content .property-details-map-info{width:45%;border:1px solid #212b37;height:420px;margin-top:5px}@media screen and (max-width:425px){.tab-container .location-content .property-details-map-info{width:100%}}.tab-container .location-content .property-details-map-info-header{height:45px;padding:10px 20px;background-color:#212b37;text-align:left}.tab-container .location-content .property-details-map-info-header span{font-size:16px;font-weight:300;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#eae8e9}.tab-container .location-content .property-details-map-info .map-info-content{padding:14px 20px;background-color:#fff;height:89%;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-pack:justify;justify-content:space-between}.tab-container .location-content .property-details-map-info .map-info-content .map-info-item{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between}.tab-container .location-content .property-details-map-info .map-info-content .map-info-item i{font-size:14px}.tab-container .location-content .property-details-map-info .map-info-content .map-info-item img{width:20px}.tab-container .location-content .property-details-map-info .map-info-content .map-info-item span{margin-left:10px;font-size:16px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;color:#212b37;width:33%}.tab-container .location-content .property-details-map-info .map-info-content .map-info-item .text-align-center{text-align:center}.tab-container .location-content .property-details-map-info .map-info-content .map-info-paragraph{margin-top:25px;margin-bottom:10px;font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline}.tab-container .location-content .property-details-map-info .map-info-content .map-info-marker{font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.43;letter-spacing:normal}.tab-container .location-content .property-details-map-info .map-info-content .pink{color:#f0f}.tab-container .location-content .property-details-map-info .map-info-content .green{color:#08ba21}.tab-container .location-content .property-details-map-info .map-info-content .orange{color:#ff9f00}.tab-container .location-content .property-details-map-info .map-info-content .blue{color:#00f}.tab-container .location-content .property-details-map-info .map-info-content .red{color:red}.tab-container .location-content .property-details-map-info .map-info-content .aquamarine{color:#55cfe4}.tab-container .location-content .property-details-map-info .map-info-content .purple{color:purple}.tab-container .location-content .property-details-map-info .map-info-content .blue-dark{color:#242481}.tab-container .development-container .development-content{margin-top:20px}.tab-container .development-container .development-content li{margin-bottom:15px;list-style-type:square;color:#ff7800}.tab-container .development-container .development-content li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container .development-container .property-details-schemas{width:100%;margin-top:30px;display:-moz-box;display:flex;margin-bottom:20px}.tab-container .development-container .property-details-schemas .schema-container{height:400px;margin-right:30px}@media screen and (max-width:425px){.tab-container .development-container .property-details-schemas .schema-container{-moz-box-flex:1;flex:1 1;height:unset;margin-right:unset}}.tab-container .development-container .property-details-schemas .schema-container img{height:100%;margin-top:20px}@media screen and (max-width:425px){.tab-container .development-container .property-details-schemas .schema-container img{height:150px;width:100%;margin-top:unset}}.property-details-paragraph-ip3{font-size:20px;font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37}.tab-container.ip-6 .location-content{margin-top:20px}.tab-container.ip-6 .location-content ul{margin-left:20px}.tab-container.ip-6 .location-content ul li{margin-bottom:15px;list-style-type:square;color:#000}.tab-container.ip-6 .location-content ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container.ip-6 .property-details-map{height:420px;width:45%;border:1px solid #212b37}@media screen and (max-width:425px){.tab-container.ip-6 .property-details-map{width:100%;margin-bottom:40px}}.tab-container.ip-6 .property-details-map-header{height:45px;padding:10px 20px;background-color:#212b37;text-align:left}.tab-container.ip-6 .property-details-map-header span{font-size:16px;font-weight:300;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#eae8e9}.tab-container .development-container .development-content img{float:right;margin:10px;width:330px;height:290px;object-fit:cover}@media screen and (max-width:425px){.tab-container .development-container .development-content img{float:unset}}.tab-container .development-container .development-content .green{color:#08ba21}.tab-container .development-container .development-content .blue{color:#00f}.tab-container .development-container .development-content .red{color:red}.tab-container .development-container .development-content ul{margin-left:20px}.tab-container .development-container .development-content ul li{margin-bottom:15px;list-style-type:square;color:#000}.tab-container .development-container .development-content ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container .development-container .images-container{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between;margin-top:50px}@media screen and (max-width:425px){.tab-container .development-container .images-container{width:100%;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}}.tab-container .development-container .images-container .image-container{text-align:center}.tab-container .development-container .images-container .image-container p.image-title{font-weight:600}.tab-container.ip-7 ul{margin-left:20px}.tab-container.ip-7 ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.tab-container.ip-7 ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container.ip-7 ul .li-with-ul{list-style:none!important}.tab-container.ip-7 ul .li-with-ul .first-level{margin-left:unset!important}.tab-container.ip-7 ul .li-with-ul .first-level li{background-image:url(/images_fe/icons/ic-arr.svg);background-repeat:no-repeat;padding-left:30px;list-style:none!important}.tab-container.ip-7 .location-content{margin-top:20px}.tab-container.ip-7 .property-details-map{height:420px;width:45%;border:1px solid #212b37}@media screen and (max-width:425px){.tab-container.ip-7 .property-details-map{width:100%;margin-bottom:40px}}.tab-container.ip-7 .property-details-map-header{height:45px;padding:10px 20px;background-color:#212b37;text-align:left}.tab-container.ip-7 .property-details-map-header span{font-size:16px;font-weight:300;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#eae8e9}.tab-container .development-container-ip7{margin-top:30px}.tab-container.ip-8 ul{margin-left:20px}.tab-container.ip-8 ul li{margin-bottom:15px;list-style-type:square;color:#ff7800}.tab-container.ip-8 ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container.ip-8 .location-content{margin-top:20px}.tab-container.ip-8 .property-details-map{height:420px;width:45%;border:1px solid #212b37}@media screen and (max-width:425px){.tab-container.ip-8 .property-details-map{width:100%;margin-bottom:40px}}.tab-container.ip-8 .property-details-map-header{height:45px;padding:10px 20px;background-color:#212b37;text-align:left}.tab-container.ip-8 .property-details-map-header span{font-size:16px;font-weight:300;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#eae8e9}.tab-container .development-container-ip8{margin-top:30px}.tab-container .property-details-text{margin:20px 0}.tab-container .images-container-ip8{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:space-evenly;justify-content:space-evenly;width:100%;margin:30px auto auto}.tab-container .images-container-ip8 .picture-item{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:start;align-items:flex-start;-moz-box-pack:center;justify-content:center;width:45%;height:500px}@media screen and (max-width:425px){.tab-container .images-container-ip8 .picture-item{margin-right:unset}}.tab-container .images-container-ip8 .picture-item img{width:100%;height:85%;object-fit:fill}.tab-container .images-container-ip8 .picture-item p{margin-bottom:10px;font-size:14px;font-weight:700;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37}.tab-container.ip-9 ul{margin-left:20px}.tab-container.ip-9 ul li{margin-bottom:15px;list-style-type:square;color:#ff7800!important}.tab-container.ip-9 ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container.ip-9 .location-content{margin-top:20px}.tab-container.ip-9 .property-details-map{height:420px;width:45%;border:1px solid #212b37}@media screen and (max-width:425px){.tab-container.ip-9 .property-details-map{width:100%;margin-bottom:40px}}.tab-container.ip-9 .property-details-map-header{height:45px;padding:10px 20px;background-color:#212b37;text-align:left}.tab-container.ip-9 .property-details-map-header span{font-size:16px;font-weight:300;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#eae8e9}.li-with-ul{list-style:none!important}.li-with-ul .first-level{margin-left:unset!important}.li-with-ul .first-level li{background-image:url(/images_fe/icons/ic-arr.svg);background-repeat:no-repeat;padding-left:30px;list-style:none!important}.tab-container.ip-10 ul{margin-left:20px}.tab-container.ip-10 ul li{margin-bottom:15px;list-style-type:square;color:#ff7800!important}.tab-container.ip-10 ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container.ip-10 .location-content{margin-top:20px}.tab-container.ip-10 .map-container-ip-10{display:-moz-box;display:flex}@media screen and (max-width:425px){.tab-container.ip-10 .map-container-ip-10{display:block}}.tab-container.ip-10 .map-container-ip-10 .property-details-map-ip-10{height:420px;width:45%;border:1px solid #212b37}@media screen and (max-width:425px){.tab-container.ip-10 .map-container-ip-10 .property-details-map-ip-10{width:100%;margin-bottom:40px}}.tab-container.ip-10 .map-container-ip-10 .property-details-map-info-ip-10{width:20%;border:1px solid #212b37;border-left:unset;height:420px}@media screen and (max-width:425px){.tab-container.ip-10 .map-container-ip-10 .property-details-map-info-ip-10{width:100%;border-left:1px solid #212b37}}.tab-container.ip-10 .map-container-ip-10 .property-details-map-info-ip-10 .map-info-content-ip-10{padding:14px 20px;background-color:#fff;height:100%;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-pack:justify;justify-content:space-between}.tab-container.ip-10 .map-container-ip-10 .property-details-map-info-ip-10 .map-info-content-ip-10 .map-info-item-ip-10{display:-moz-box;display:flex;-moz-box-align:center;align-items:center}.tab-container.ip-10 .map-container-ip-10 .property-details-map-info-ip-10 .map-info-content-ip-10 .map-info-item-ip-10 span{margin-left:10px;font-size:16px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.25;letter-spacing:normal;color:#212b37}.tab-container .images-container{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:start;justify-content:flex-start;margin-top:50px}@media screen and (max-width:425px){.tab-container .images-container{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}}.tab-container .images-container .image-container{width:32%}@media screen and (max-width:425px){.tab-container .images-container .image-container{width:100%}}.tab-container .images-container .image-container p.image-title{font-weight:600}.tab-container .images-container .image-container img{width:330px;height:240px}.tab-container .property-details-content-investor-paper-14{margin-top:20px}.tab-container.ip-11 ul{margin-left:20px}.tab-container.ip-11 ul li{margin-bottom:15px;list-style-type:square;color:#ff7800!important}.tab-container.ip-11 ul li .orange-hover{color:#ff7800;cursor:pointer}.tab-container.ip-11 ul li span{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.tab-container.ip-11 .location-content{margin-top:20px}.tab-container.ip-11 .location-content .property-details-map{height:420px;width:45%;border:1px solid #212b37}@media screen and (max-width:425px){.tab-container.ip-11 .location-content .property-details-map{width:100%;margin-bottom:40px}}.tab-container .development-container{margin-top:30px}.tab-container .development-container ul .li-with-ul{list-style:none}.tab-container .development-container ul .li-with-ul .first-level{margin-left:unset!important}.tab-container .development-container ul .li-with-ul .first-level li{background-image:url(/images_fe/icons/ic-arr.svg);background-repeat:no-repeat;padding-left:30px;list-style:none!important}.property-details-table-ip13{padding-bottom:20px}.property-details-table-ip13 table{width:50%;border:1px solid #000}.property-details-table-ip13 table tr{height:45px;border:1px solid #000}.property-details-table-ip13 table tr th{border:1px solid #000;color:#fff;background-color:#212b37;text-align:center}.property-details-table-ip13 table tr td{border:1px solid #000;padding:0 10px}.property-details-images-ip13{padding-top:30px;padding-bottom:20px;display:-moz-box;display:flex;flex-wrap:wrap}.property-details-images-ip13 div{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;padding-right:30px}.property-details-images-ip13 div span{padding-bottom:20px}.property-details-images-bottom-ip13{padding-top:20px;padding-bottom:20px;display:-moz-box;display:flex;flex-wrap:wrap}.property-details-images-bottom-ip13 div{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;padding-right:30px}.property-details-paragraph{margin-bottom:20px;font-size:18px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#212b37;text-decoration:underline}.site-description-list li span{color:#000}.gray-background{background-color:#d3d3d3}.orange-hover{color:#ff7800;cursor:pointer}.tab-container{margin-top:40px}.tab-container .updates-tab-container .updates-content .update-item{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between}.tab-container .updates-tab-container .updates-content .update-item .show-full-update{display:none}.tab-container .updates-tab-container .updates-content .update-item:hover .show-full-update{display:block}.tab-container .updates-tab-container .updates-content .update-item:first-child .top-line,.tab-container .updates-tab-container .updates-content .update-item:last-child .bottom-line{visibility:hidden}.tab-container .updates-tab-container .updates-content .update-item .timelapse-item{width:15%}.tab-container .updates-tab-container .updates-content .update-item .timelapse-item .date-container{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center}.tab-container .updates-tab-container .updates-content .update-item .timelapse-item .date-container .bottom-line,.tab-container .updates-tab-container .updates-content .update-item .timelapse-item .date-container .top-line{width:3px;height:46px;background-color:#ff7800}.tab-container .updates-tab-container .updates-content .update-item .timelapse-item .date-container .date{width:160px;height:38px;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;border-radius:5px;background-color:#ff7800}.tab-container .updates-tab-container .updates-content .update-item .timelapse-item .date-container .date span{font-size:16px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#fff}.tab-container .updates-tab-container .updates-content .update-item .update-info{width:85%}.tab-container .updates-tab-container .updates-content .update-item .update-info .update-title-container-1x{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:justify;justify-content:space-between}.tab-container .updates-tab-container .updates-content .update-item .update-info .update-title-container-1x .update-title{font-size:16px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37;margin-bottom:5px}.tab-container .updates-tab-container .updates-content .update-item .update-info .update-text{font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;line-height:1.38;letter-spacing:normal;color:#212b37}.complete-window{width:50%}.complete-header{display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center}.list-complete{font-size:large}.center-btn{text-align:center}.scroll-bar{overflow-y:scroll;height:100%}@media screen and (min-width:425px){.scroll-bar{height:95%}}.conditions{width:100%;border:none;resize:none}.modal-mask{position:fixed;z-index:9998;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:table;-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;transition:opacity .3s ease}.modal-wrapper{display:table-cell;vertical-align:middle}.modal-container{width:100%;max-height:95vh;margin:0 auto;padding:0 0 10px;background-color:#fff;border-radius:2px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.33);-moz-box-shadow:0 2px 8px rgba(0,0,0,.33);box-shadow:0 2px 8px rgba(0,0,0,.33);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;font-family:Helvetica,Arial,sans-serif}@media screen and (min-width:425px){.modal-container{width:75%;padding:20px 30px}}.modal-header-custom{padding:8px;display:-moz-box;display:flex}.modal-header h3{margin-top:0;color:#42b983}.download-pdf{margin-bottom:30px}@media screen and (max-width:425px){.download-pdf{display:block;margin:0 auto 30px;width:200px}}.custom-button{background-color:#181c1f;color:#fff;border:none;border-radius:8px;margin-right:15px;width:15%;padding:13px 0}.modal-enter,.modal-leave-active{opacity:0}.modal-enter .modal-container,.modal-leave-active .modal-container{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1)}.agreement-header .margin-50{margin:50px 0}.agreement-header .mb-20{margin:0 0 20px}.agreement-header .schedule-item{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;grid-gap:8px;gap:8px}.table .agreement-table{border-bottom:1px solid #dee2e6}.review-container{background-color:#212b37;min-height:100vh;padding-top:50px;margin-inline:-15px}.review-container .column-wrapper{max-width:1000px;margin-inline:auto}@media and screen and (max-width:768px){.review-container .column-wrapper .onboarding-checkbox-container{margin-right:-25px}}.review-container .column-wrapper .checkbox-hover-wrapper{padding-right:0}.review-container .preferences-inputs-container{display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between;-moz-box-align:center;align-items:center;max-width:1075px;flex-wrap:wrap;grid-gap:20px;gap:20px}.review.promotion-step .promotion-list-action-block{padding-block:1rem}.review.promotion-step .promotion-list-action-block p{margin-left:2rem}.review.promotion-step .promotion-list-action-block .checkbox-hover-wrapper{padding-block:0}.review.promotion-step .promotion-list-action-block .checkbox-hover-wrapper .main{-moz-box-orient:horizontal;-moz-box-direction:reverse;flex-direction:row-reverse;-moz-box-pack:end;justify-content:flex-end}.review.promotion-step .promotion-list-action-block .review-input{margin-left:2rem;border:1px solid #f7f1e5;background-color:transparent;border-radius:10px;padding:8px;color:#fff}.review.promotion-step .promotion-list-action-block .review-input ::-webkit-input-placeholder{color:#fff!important}.review.promotion-step .promotion-list-action-block .review-input ::-moz-placeholder{color:#fff!important}.review.promotion-step .promotion-list-action-block .review-input :-ms-input-placeholder{color:#fff!important}.review.promotion-step .promotion-list-action-block .review-input ::placeholder{color:#fff!important}.review.promotion-step .promotion-list-action-block .review-input:focus,.review.promotion-step .promotion-list-action-block .review-input:hover{border:1px solid #ff7800;background-color:transparent}.about-us__container{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center;min-height:-moz-calc(100dvh - 70px);min-height:calc(100dvh - 70px);margin-inline:-15px;background-color:#faf7f1;font-family:Neurial Grotesk Regular}.about-us__container .section-wrapper{max-width:100vw;position:relative}@media screen and (min-width:1024px){.about-us__container .section-wrapper{max-width:min(1600px,100vw + 30px)}}.about-us__container .section__description{font-size:16px;line-height:1.5;font-family:Neurial Grotesk Regular;font-weight:400;line-height:24px;letter-spacing:0}@media screen and (min-width:1024px){.about-us__container .section__description{margin-top:36px;font-size:20px}}.about-us__container .bg-dots-frame{height:260px;width:220px;position:absolute;top:-35px;right:30px;background-image:url(/images_fe/about-us/frame-dots-bg.svg);background-position:50%;background-repeat:no-repeat;background-size:contain}@media screen and (max-width:1024px){.about-us__container .bg-dots-frame{display:none}}.about-us__section{min-width:100vw;display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;padding:60px 1rem}@media screen and (min-width:1024px){.about-us__section{padding-inline:3rem}}.about-us__title{margin-bottom:1rem;font-family:P22MackinacProBook;font-size:36px;line-height:1.2;font-weight:400}@media screen and (min-width:1024px){.about-us__title{font-size:60px}}.about-us__section-pretitle{padding-left:1rem;margin-bottom:12px;border-left:2px solid #ff7800;font-size:16px;font-weight:500;color:#fff;text-transform:uppercase}@media screen and (min-width:1024px){.about-us__section-pretitle{font-size:16px}}.about-us__section-title{margin-bottom:1.5rem;font-family:P22MackinacProBook;font-size:28px;line-height:36px;letter-spacing:0}@media screen and (min-width:1024px){.about-us__section-title{font-size:36px}}.about-us__section.experts-section{position:relative;padding-bottom:0;margin-bottom:100px}.experts-section__learn-more{height:150px;position:absolute;bottom:-100px;left:0;display:-moz-box;display:flex;-moz-box-align:end;align-items:flex-end;-moz-box-pack:end;justify-content:flex-end;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}@media screen and (max-width:1024px){.experts-section__learn-more{display:none}}.experts-section__learn-more p{rotate:-90deg;-webkit-transform:translateX(50%);-moz-transform:translateX(50%);transform:translateX(50%);font-size:18px;font-weight:400;line-height:28px;margin-bottom:-1rem;padding-inline:1rem;border-bottom:1px solid #d4d0ca}.experts__content-wrapper{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}@media screen and (min-width:768px){.experts__content-wrapper{-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:center;align-items:center}}.experts__content{width:100%}@media screen and (min-width:768px){.experts__content{width:50%}}@media screen and (min-width:1024px){.experts__content{width:45%}}@media screen and (min-width:1440px){.experts__content{width:40%}}.experts__content .section__description-list{padding:1rem 2rem}.experts__content .section__description-list li{padding-top:.5rem;font-size:18px;line-height:30px;list-style:disc}.experts-section__action-buttons{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:1.5rem;gap:1.5rem;padding-block:2rem 3.5rem}@media screen and (min-width:1024px){.experts-section__action-buttons{-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row}}.experts-section__action-buttons .about-us__button:first-child{background-color:#0a1620;color:#faf7f1}.about-us__button{padding:.75rem;border-radius:5rem;border:1px solid;color:#0a1620;background-color:transparent;font-family:Neurial Grotesk Regular;font-weight:500;font-size:18px;line-height:1.5}.about-us__button .button-icon{height:1rem}.experts-section__image-wrapper{position:relative}@media screen and (min-width:768px){.experts-section__image-wrapper{width:50%}}@media screen and (min-width:1024px){.experts-section__image-wrapper{width:55%}}@media screen and (min-width:1440px){.experts-section__image-wrapper{width:60%}}.experts-section__image{height:240px;margin-inline:-1rem;position:relative;background-image:url(/images_fe/about-us/unsplash_42gFAgdIUC8.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover}@media screen and (min-width:768px){.experts-section__image{display:block;margin-inline:auto;height:500px;width:400px;border-radius:20px}}@media screen and (min-width:1440px){.experts-section__image{height:700px;width:550px}}.experts-section__opportunity-wrapper{position:absolute;bottom:-1.5rem;left:0;right:2rem;max-width:500px;padding:10px;backdrop-filter:blur(30px);border-radius:1rem}@media screen and (min-width:768px){.experts-section__opportunity-wrapper{bottom:90px;left:70px}}.experts-section__opportunity{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:center;align-items:center;grid-gap:1rem;gap:1rem;width:100%;padding:12px;background-color:#fff;border-radius:10px}.experts-section__notification{padding:8px;border-radius:50%;background-color:#ff7800;color:#fff}.experts-section__award-wrapper{position:relative;width:100vw;max-width:100vw;background-color:#fff;margin-inline:-15px}.experts-section__award-wrapper .experts__award-list{display:-moz-box;display:flex;justify-content:space-around;-moz-box-align:center;align-items:center;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;flex-wrap:nowrap;grid-gap:40px;gap:40px;padding:1rem;overflow:auto}@media screen and (min-width:768px){.experts-section__award-wrapper .experts__award-list{grid-gap:20px;gap:20px}}.experts-section__award-wrapper .experts__award-item{min-width:135px;height:110px;position:relative;background-position:50%;background-repeat:no-repeat;background-size:cover;background:#d3d3d3 cover no-repeat;mix-blend-mode:luminosity}.experts-section__award-wrapper .experts__award-item:first-child{background-image:url(/images_fe/about-us/awards-image-1.png)}.experts-section__award-wrapper .experts__award-item:nth-child(2){background-image:url(/images_fe/about-us/awards-image-2.png)}.experts-section__award-wrapper .experts__award-item:nth-child(3){background-image:url(/images_fe/about-us/awards-image-3.png);min-width:150px;height:90px}.experts-section__award-wrapper .experts__award-item:nth-child(4){background-image:url(/images_fe/about-us/awards-image-4.png)}.about-us__section.statistics__section{min-width:unset;display:grid;grid-gap:1rem;gap:1rem;color:#000}@media screen and (min-width:768px){.about-us__section.statistics__section{padding-block:6rem;grid-gap:1rem;gap:1rem;grid-template-columns:4fr 1fr 4fr;border-radius:1rem}}@media screen and (min-width:1441px){.about-us__section.statistics__section{grid-gap:1rem;gap:1rem}}.statistics-section__list-wrapper{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;align-content:center}.statistics-section__item{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.statistics-section__data-content{padding-bottom:4px;font-family:P22MackinacProBook;font-size:28px;font-weight:400;line-height:36px;border-bottom:1px solid #4c555c}@media screen and (min-width:1024px){.statistics-section__data-content{font-size:52px;line-height:58px}}.statistics-section__label{margin-top:.5rem;font-family:Neurial Grotesk Regular;font-size:14px;font-weight:400;line-height:20px}@media screen and (min-width:1024px){.statistics-section__label{font-size:20px}}.about-us__section.why-debt__section{background-color:#faf7f1;border-top:1px solid #d4d0ca}.about-us__section.why-debt__section .about-us__section-title{grid-area:title;margin-bottom:0}@media screen and (min-width:1024px){.about-us__section.why-debt__section .about-us__section-title{font-size:48px;font-weight:400;line-height:60px}}.about-us__section.why-debt__section .section__description{grid-area:description;margin-top:0}@media screen and (min-width:1024px){.about-us__section.why-debt__section .section__description{width:80%}}.about-us__section.why-debt__section .bg-dots-frame{top:-25px;right:0}@media screen and (min-width:1600px){.about-us__section.why-debt__section .bg-dots-frame{right:-60px}}.why-debt-section__content{display:grid;grid-gap:1rem;gap:1rem;grid-template-areas:"title" "description" "image" "accordion"}@media screen and (min-width:1024px){.why-debt-section__content{display:grid;grid-gap:2rem;gap:2rem;align-content:flex-start;grid-template-columns:1fr 1fr;grid-template-areas:"title image" "description image" "accordion image" ".image"}}.why-debt-section__image{grid-area:image;height:240px;border-radius:1rem;position:relative;background-image:url(/images_fe/about-us/coreValues-3.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover}@media screen and (min-width:1024px){.why-debt-section__image{height:740px}}.why-debt-section__accordion-wrapper{display:grid;grid-area:accordion;grid-gap:1rem;gap:1rem}.why-debt-section__accordion-wrapper .MuiAccordion-root:not(:first-child){padding-top:1rem;border-top:1px solid #d4d0ca}.why-debt-section__accordion-wrapper .MuiAccordion-root.Mui-expanded{margin:0}.why-debt-section__accordion-wrapper .MuiAccordionSummary-root,.why-debt-section__accordion-wrapper .MuiAccordionSummary-root.Mui-expanded{min-height:30px}.why-debt-section__accordion-wrapper .MuiAccordionSummary-content{margin:0;font-family:Neurial Grotesk Regular;font-size:24px;font-style:normal;font-weight:400;line-height:30px}.why-debt-section__accordion-wrapper .MuiAccordionSummary-content.Mui-expanded{margin:0}.why-debt-section__accordion-wrapper .why-debt-section__accordion-summary .section__description{font-size:18px}.why-debt-section__accordion-wrapper .MuiIconButton-root{padding:0}.why-debt-section__accordion-wrapper .MuiPaper-root{background-color:transparent}.why-debt-section__accordion-wrapper .MuiPaper-elevation1{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.why-debt-section__accordion-wrapper .MuiAccordion-root:before{background-color:transparent}.why-debt-section__accordion-wrapper .MuiAccordion-root.Mui-expanded:first-child{margin:0}.why-debt-section__accordion-wrapper .MuiAccordionDetails-root{padding-block:1.5rem}.accordion-statistics-wrapper{margin-top:1.5rem;margin-bottom:1rem;padding:20px 24px;border-radius:.5rem;background-color:#eae2d4}.accordion-statistics-wrapper h6{padding-bottom:.5rem;border-bottom:.5px solid #10251c;font-size:18px;font-weight:600;line-height:28px}.about-us__section.private-section{background-color:#0a1620;color:#fff}.private-section__content-wrapper{display:grid}@media screen and (min-width:1024px){.private-section__content-wrapper{grid-template-columns:1fr 1.5fr;grid-gap:6rem;gap:6rem}}.private-section__content-wrapper>div{display:grid;align-content:center}.private-section__content-wrapper>div .about-us__section-title{margin-block:2rem 0;line-height:1.22}.private-section__features-list{padding-block:1rem}.private-section__features-item{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;grid-gap:.5rem;gap:.5rem;margin-block:.5rem;font-family:Neurial Grotesk Regular;font-size:21px;font-weight:400;line-height:2}.private-section__features-item:before{height:30px;content:url(/images_fe/icons/circle-checked.svg)}@media screen and (min-width:1024px){.private-section__features-item{margin-block:1rem}}.private-section__image{margin-top:60px;height:auto;width:100%;max-width:100%}.about-us__section.power-of-choice-section{background-color:rgba(213,160,76,.0588235294);border-top:1px solid #d4d0ca}.about-us__section.power-of-choice-section .section-wrapper{max-width:-moz-calc(100vw - 4rem);max-width:calc(100vw - 4rem)}@media screen and (min-width:1440px){.about-us__section.power-of-choice-section .section-wrapper{max-width:-moz-calc(100vw - 8rem);max-width:calc(100vw - 8rem)}}@media screen and (min-width:1599px){.about-us__section.power-of-choice-section .section-wrapper{max-width:1600px}}.about-us__section.power-of-choice-section .section__description{margin-top:.5rem}.about-us__section.power-of-choice-section .pre-title{font-size:20px;max-width:840px}@media screen and (min-width:1024px){.about-us__section.power-of-choice-section .about-us__section-title{font-size:48px;line-height:60px}}.about-us__section.power-of-choice-section .slider-container{width:100%}.about-us__section.power-of-choice-section .slider-container .button-wrapper{display:-moz-box;display:flex;-moz-box-pack:end;justify-content:flex-end;grid-gap:1rem;gap:1rem;padding:1rem}.about-us__section.power-of-choice-section .slider-container .slick-button{height:30px;width:30px;padding:1px;border:1px solid #d4d0ca;background-color:transparent;border-radius:50%;cursor:pointer}.about-us__section.power-of-choice-section .slider-container .slider-item{height:600px;width:500px;max-width:95%;overflow:hidden;position:relative;background-position:50%;background-repeat:no-repeat;background-size:cover}.about-us__section.power-of-choice-section .slider-container .slider-item.slider-image-1{background-image:url(/images_fe/about-us/building-1.jpg)}.about-us__section.power-of-choice-section .slider-container .slider-item.slider-image-2{background-image:url(/images_fe/about-us/building-2.jpg)}.about-us__section.power-of-choice-section .slider-container .slider-item.slider-image-3{background-image:url(/images_fe/about-us/building-3.jpg)}.about-us__section.power-of-choice-section .slider-item .accordion-wrapper{position:absolute;bottom:0;padding-inline:1rem}.about-us__section.invest-section .title{text-align:center;font-family:P22MackinacProBook;font-size:40px;font-weight:500;margin-bottom:40px}@media screen and (min-width:768px){.about-us__section.invest-section .title{font-size:48px}}.about-us__section.invest-section .content-wrapper{display:-moz-box;display:flex;grid-gap:2rem;gap:2rem;margin-bottom:2rem}@media screen and (max-width:768px){.about-us__section.invest-section .content-wrapper{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}}.about-us__section.invest-section .card{position:relative;padding:20px;background:#ece8e3;border:1px solid #ddd;border-radius:8px;text-align:left;-webkit-box-shadow:0 4px 6px rgba(0,0,0,.1);-moz-box-shadow:0 4px 6px rgba(0,0,0,.1);box-shadow:0 4px 6px rgba(0,0,0,.1)}.about-us__section.invest-section .card-arrow{height:30px;width:30px;background:none;border:1px solid #d4d0ca;border-radius:50%;font-size:20px;text-align:center}.about-us__section.invest-section .card-title{font-size:24px;font-weight:500;line-height:30px;margin:20px 0 10px}.about-us__section.invest-section .card-description{font-size:18px}.about-us__section.team-section{background-color:#212b37;color:#fff;margin-bottom:-1px}.about-us__section.team-section .section-wrapper{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:reverse;flex-direction:column-reverse;grid-gap:2.5rem;gap:2.5rem}.about-us__section.team-section .team-section_team-wrapper{display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px}@media screen and (min-width:455px){.about-us__section.team-section .team-section_team-wrapper{grid-template-columns:1fr 1fr}}.about-us__section.team-section .team-section_team-wrapper .section__description{font-size:18px;margin-top:1rem}.about-us__section.team-section .about-us__section-title{font-size:20px}@media screen and (min-width:768px){.about-us__section.team-section .about-us__section-title{font-size:36px}}.about-us__section.team-section .about-us__button{margin-top:2.5rem;width:100%;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;background-color:#fff;font-size:18px;font-weight:500;line-height:28px}@media screen and (min-width:768px){.about-us__section.team-section .team-section__content{display:grid;align-content:center}}@media screen and (min-width:1024px){.about-us__section.team-section .section-wrapper{display:grid;grid-template-columns:1fr 1fr;grid-gap:5rem;gap:5rem;padding-block:5rem}}@media screen and (min-width:1440px){.about-us__section.team-section .about-us__section-title{font-size:36px;line-height:1.22}.about-us__section.team-section .about-us__button{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;margin-top:3.5rem}}.team-section_content-title{margin-bottom:2rem;font-family:P22MackinacProBook;font-size:40px;line-height:1.25}@media screen and (min-width:768px){.team-section_content-title{font-size:48px}}.team-section__image{height:250px;border-radius:.5rem;position:relative;background-position:50%;background-repeat:no-repeat;background-size:cover}.team-section__image.image-1{background-image:url(/images_fe/about-us/Belinda-Inocco.png)}.team-section__image.image-2{background-image:url(/images_fe/about-us/Eve\ Freeder.png)}.team-section__image.image-3{background-image:url(/images_fe/about-us/Julia\ Stevens.png)}@media screen and (min-width:768px){.team-section__image{height:400px}}.about-us__section.how-it-works{background-color:#212b37}.about-us__section.how-it-works .section-wrapper{max-width:-moz-calc(100vw - 4rem);max-width:calc(100vw - 4rem)}@media screen and (min-width:1024px){.about-us__section.how-it-works .section-wrapper{max-width:-moz-calc(100vw - 8rem);max-width:calc(100vw - 8rem)}}@media screen and (min-width:1600px){.about-us__section.how-it-works .section-wrapper{max-width:1600px}}.about-us__section.how-it-works .content-wrapper{padding-block:60px;padding-right:0;display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;grid-gap:2rem;gap:2rem}@media screen and (min-width:768px){.about-us__section.how-it-works .content-wrapper{-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-align:center;align-items:center}}.about-us__section.how-it-works .hero-content{text-align:left;color:#fff;padding-block:2rem}.about-us__section.how-it-works .hero-content h1{font-size:48px;margin-bottom:20px}.about-us__section.how-it-works .hero-content .schedule-call-button{padding:.75rem;cursor:pointer;border-radius:5rem;border:none;color:#fff;background-color:#0a1620;font-family:Neurial Grotesk Regular;font-weight:500;font-size:18px;line-height:1.5}.about-us__section.how-it-works .hero-content .schedule-call-button:hover{background-color:#444}.about-us__section.how-it-works .slider-container{width:100%;overflow:hidden}.about-us__section.how-it-works .slider-container .button-wrapper{display:-moz-box;display:flex;grid-gap:1rem;gap:1rem;padding:1rem}.about-us__section.how-it-works .slider-container .slick-button{height:30px;width:30px;padding:1px;border:1px solid #d4d0ca;background-color:transparent;border-radius:50%;cursor:pointer;color:#fff}.about-us__section.how-it-works .slider-container .slider-item{display:-moz-box!important;display:flex!important;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;-moz-box-align:center;align-items:center;justify-content:space-around;width:400px;height:400px;max-width:95%;background-color:#ededed;padding:1rem;border-radius:5px;text-align:center}.about-us__section.how-it-works .slider-container .slider-item p{font-size:24px}.about-us__section.how-it-works .slider-container .slider-item .content-image{height:120px;width:120px;position:relative;background-position:50%;background-repeat:no-repeat;background-size:cover}.about-us__section.how-it-works .slider-container .slider-item .content-image.image-1{background-image:url(/images_fe/about-us/onboarding.png)}.about-us__section.how-it-works .slider-container .slider-item .content-image.image-2{background-image:url(/images_fe/about-us/portal-access.png)}.about-us__section.how-it-works .slider-container .slider-item .content-image.image-3{background-image:url(/images_fe/about-us/investments.png)}.about-us__section.how-it-works .slider-container .slider-item .content-image.image-4{background-image:url(/images_fe/about-us/trade.png)}.about-us__section.how-it-works .slider-container .slider-item .content-image.image-5{background-image:url(/images_fe/about-us/monitor.png)}.welcome_container{display:grid;grid-template-columns:1fr;grid-template-areas:"title" "image" "text";margin-inline:-15px;min-height:-moz-calc(100dvh - 150px);min-height:calc(100dvh - 150px);padding:3rem 1rem;align-content:center;font-family:Neurial Grotesk Regular;background-color:#faf7f1}@media screen and (min-width:768px){.welcome_container{grid-template-columns:1fr 1fr;grid-column-gap:2rem;-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem;grid-template-areas:"title image" "text image";padding:6rem 2rem}}@media screen and (min-width:1024px){.welcome_container{grid-column-gap:4rem;-webkit-column-gap:4rem;-moz-column-gap:4rem;column-gap:4rem}}.welcome-content_title{grid-area:title;font-family:P22MackinacProBook;margin-bottom:2rem;font-size:32px;line-height:1.23}@media screen and (min-width:768px){.welcome-content_title{font-size:60px}}.welcome-content_text{grid-area:text;text-align:justify;font-size:16px;line-height:1.55}@media screen and (min-width:768px){.welcome-content_text{font-size:18px}}.welcome-content_text p{margin-bottom:1.5rem}.welcome_image-container{grid-area:image;position:relative;padding-bottom:2rem}.welcome_image-container a,.welcome_image-container p{font-size:18px}.welcome_bg-dots-frame{height:260px;width:220px;position:absolute;top:20%;right:30px;background-image:url(/images_fe/about-us/frame-dots-bg.svg);background-position:50%;background-repeat:no-repeat;background-size:contain}@media screen and (max-width:1024px){.welcome_bg-dots-frame{display:none}}.welcome_image{position:relative;width:100%;height:500px;max-width:680px;margin-bottom:.5rem;background-image:url(/images_fe/about-us/Belinda-Inocco-full_size.jpg);background-position:top;background-repeat:no-repeat;background-size:cover;border-radius:1rem}@media screen and (min-width:768px){.welcome_image{height:600px}}@media screen and (min-width:1024px){.welcome_image{width:80%}}@media screen and (min-width:1440px){.welcome_image{margin-top:4rem;height:700px}}.welcome_image .welcome__quote-wrapper{z-index:2;position:absolute;bottom:1rem;left:1rem;right:0;max-width:500px;padding:10px;backdrop-filter:blur(70px);border-radius:1rem}@media screen and (min-width:1024px){.welcome_image .welcome__quote-wrapper{left:unset;bottom:3rem;right:-20%}}@media screen and (min-width:1440px){.welcome_image .welcome__quote-wrapper{right:-25%}}.welcome_image .welcome__quote-wrapper p{padding:.5rem;border-radius:10px;background-color:#fff}.testimonials_container{margin-inline:-15px;min-height:-moz-calc(100dvh - 150px);min-height:calc(100dvh - 150px);padding:3rem 1rem;align-content:center;background-color:#faf7f1;font-family:Neurial Grotesk Regular}@media screen and (min-width:768px){.testimonials_container{padding:6rem 2rem}}@media screen and (min-width:1024px){.testimonials_container{grid-column-gap:4rem;-webkit-column-gap:4rem;-moz-column-gap:4rem;column-gap:4rem}}.testimonials_title{font-family:P22MackinacProBook;font-size:34px;line-height:1.25}@media screen and (min-width:768px){.testimonials_title{font-size:48px}}.testimonials_subtitle{padding-block:1rem;font-size:18px;line-height:1.29}@media screen and (min-width:768px){.testimonials_subtitle{font-size:28px}h4.testimonials_subtitle{max-width:50dvw}}.testimonials_video-container{display:-moz-box;display:flex;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;flex-wrap:wrap;grid-gap:2rem;gap:2rem;-moz-box-pack:start;justify-content:flex-start}.testimonials_video{position:relative;width:-moz-calc(100vw - 2rem)!important;width:calc(100vw - 2rem)!important;height:-moz-calc((100vw - 2rem)/1.7);height:calc((100vw - 2rem)/1.7)}@media screen and (min-width:768px){.testimonials_video{width:-moz-calc(100vw - 4rem)!important;width:calc(100vw - 4rem)!important;height:-moz-calc((100vw - 4rem)/1.7);height:calc((100vw - 4rem)/1.7)}}@media screen and (min-width:1024px){.testimonials_video{width:-moz-calc((100dvw - 8rem)/2)!important;width:calc((100dvw - 8rem)/2)!important;height:-moz-calc((100dvw - 8rem)/2/1.7);height:calc((100dvw - 8rem)/2/1.7)}}@media screen and (min-width:1440px){.testimonials_video{width:-moz-calc((100dvw - 8.5rem)/3)!important;width:calc((100dvw - 8.5rem)/3)!important;height:-moz-calc((100dvw - 8.5rem)/3/1.7);height:calc((100dvw - 8.5rem)/3/1.7)}}.testimonials_video .testimonials_vimeo-wrapper{width:100%!important;height:100%!important}.testimonials_play-button{position:absolute;top:50%;left:50%;z-index:20;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#415052;border:none;color:#fff;width:70px;height:70px;border-radius:50%;cursor:pointer;outline:none;display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center}.testimonials_play-button:before{content:"";display:inline-block;width:0;height:0;border-left:20px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent}@font-face{font-family:Neurial Grotesk Light;src:url(/_next/static/media/NeurialGrotesk-Light.6ff7e11275c0ef1eaea8e80d335c5f3e.woff) format("woff");src:url(/_next/static/media/NeurialGrotesk-Light.4ef57bc48f46b0f48b144ad7a2ebf5c8.woff2) format("woff2");src:url(/_next/static/media/NeurialGrotesk-Light.9220b5f671ef902706255bf036d8737b.otf) format("opentype");font-weight:300;font-style:normal}@font-face{font-family:Neurial Grotesk Regular;src:url(/_next/static/media/NeurialGrotesk-Regular.913039005af6fa01504f4a000143dc59.woff2) format("woff2");src:url(/_next/static/media/NeurialGrotesk-Regular.4d4351d269caa09756bf9992a683f64c.woff) format("woff");src:url(/_next/static/media/NeurialGrotesk-Regular.b9b7df7869fd5f0c414f1d041325457f.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Neurial Grotesk Medium;src:url(/_next/static/media/NeurialGrotesk-Medium.fd0a0540d6f245f04f462fcc0196f831.woff) format("woff");src:url(/_next/static/media/NeurialGrotesk-Medium.6d378a91aa5ffd77d0fcc5181ed7380b.woff2) format("woff2");src:url(/_next/static/media/NeurialGrotesk-Medium.f408e74ef62353b5f9591630c347aeab.otf) format("opentype");font-weight:500;font-style:normal}/*!
 * * Web Fonts from Fontspring.com
 * *
 * * All OpenType features and all extended glyphs have been removed.
 * * Fully installable fonts can be purchased at https://www.fontspring.com
 * *
 * * The fonts included in this stylesheet are subject to the End User License you purchased
 * * from Fontspring. The fonts are protected under domestic and international trademark and 
 * * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * * distributing this font software.
 * *
 * * (c) 2010-2024 Fontspring
 * *
 * *
 * *
 * *
 * * The fonts included are copyrighted by the vendor listed below.
 * *
 * * Vendor:      International House of Fonts
 * * License URL: https://www.fontspring.com/licenses/ihof/webfont
 * *
 * *
 * */@font-face{font-family:P22MackinacProBook;src:url(/_next/static/media/P22MackinacProBook-webfont.c86d040beb0646016532822c756cb1ba.woff2) format("woff2");src:url(/_next/static/media/P22MackinacProBook-webfont.07c35ac92c722ce2a99cf47a0e9e20d5.woff) format("woff");src:url(/_next/static/media/P22MackinacProBook.e96c3b53a9f262a08a2fb2ed2f0e387e.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:MessinaSansWeb;src:url(/fonts_fe/MessinaSansWeb-Light.eot);src:url(/fonts_fe/MessinaSansWeb-Light.eot?#iefix) format("embedded-opentype");src:url(/fonts_fe/MessinaSansWeb-Light.woff2) format("woff2");src:url(/fonts_fe/MessinaSansWeb-Light.woff) format("woff");font-weight:300;font-style:normal;font-stretch:normal;unicode-range:U+000d-fb04}@font-face{font-family:MessinaRegularWeb;src:url(/fonts_fe/MessinaSansWeb-Regular.eot);src:url(/fonts_fe/MessinaSansWeb-Regular.eot?#iefix) format("embedded-opentype");src:url(/fonts_fe/MessinaSansWeb-Regular.woff2) format("woff2");src:url(/fonts_fe/MessinaSansWeb-Regular.woff) format("woff");font-weight:400;font-style:normal;font-stretch:normal;unicode-range:U+000d-fb04}:root{--main-bg-color:#fff;--gray:#ededed;--orange:#ff7800;--blue:#212b37;--paper:#f7f1e5;--black:#061624}body{font-family:MessinaSansWeb,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-font-feature-settings:"kern" 1;-ms-font-feature-settings:"kern" 1;-o-font-feature-settings:"kern" 1;-webkit-font-feature-settings:"kern" 1;-webkit-font-kerning:normal;font-kerning:normal;-webkit-font-feature-settings:"kern" 1,"liga" off,"dlig" off,"tnum" off,"onum" off,"ss01" off,"kern";-moz-font-feature-settings:"kern" 1,"liga" off,"dlig" off,"tnum" off,"onum" off,"ss01" off,"kern";font-feature-settings:"kern" 1,"liga" off,"dlig" off,"tnum" off,"onum" off,"ss01" off,"kern";background-color:var(--main-bg-color)}.next-container{overflow-x:hidden}li,ul{list-style:none}body,h1,h2,h3,h4,h5,h6,li,ol,p,ul{margin:0;padding:0}.terms-page-table table,.terms-page-table td,.terms-page-table th{border:1px solid #000;border-collapse:collapse}.active-path{border-bottom:3px solid var(--orange)}.footer-nav{list-style:none;padding:0;margin:0}.footer-nav>li{padding:0}.our-team-section{background-color:var(--blue);padding:0 4rem 10rem}.insights-section{background-color:var(--black);padding:0 4rem 4rem;min-height:900px}.insights-section__content{display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;margin-top:-200px}.insights-section__content-header{-webkit-transform:translate(200px,100px);-moz-transform:translate(200px,100px);transform:translate(200px,100px);z-index:10}.insights-section-title{font-size:60px;color:var(--white);margin-bottom:2rem}.transaction-cards__button-row{display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;-webkit-transform:translateY(-250px);-moz-transform:translateY(-250px);transform:translateY(-250px);padding-bottom:5rem}.ask-button{color:var(--white);background-color:var(--orange);border:1px solid var(--orange);padding:1rem 4rem;cursor:pointer;white-space:nowrap;max-width:100vw}.exchange-button{padding:8px;min-width:30px}@media screen and (min-width:425px){.exchange-button{min-width:130px}}.pre{white-space:pre-line}.ask-button:active,.ask-button:focus,.ask-button:hover,.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled):active:focus{color:#fff;background-color:var(--orange);border-color:var(--orange);outline:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border:1px solid var(--orange)}.ask-button-dark{color:var(--white);background-color:var(--black);border:1px solid var(--black);padding:1rem 4rem;cursor:pointer}.home__transaction-card{max-width:567px;-webkit-transform:translateY(-200px);-moz-transform:translateY(-200px);transform:translateY(-200px)}.home__transaction-card:nth-child(2){-webkit-transform:translateY(-300px);-moz-transform:translateY(-300px);transform:translateY(-300px)}.about-section{background-color:var(--blue);padding-bottom:5rem}.about-section__inner{padding:5rem 0 4rem;text-align:center;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}.about-text{color:var(--white);font-size:20px;line-height:2;text-align:justify;padding:0 100px}.about-section__counters{display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between;padding:0 15rem}.counter{text-align:center;padding:10px}.counter-numbers{color:var(--white);font-size:70px;padding:10px}.counter-text{color:var(--orange);font-size:20px}.bg-overlay{position:absolute;height:100%;width:100%;right:0;bottom:0;left:0;top:0}.our-team-section__row{padding:0 2rem}@media screen and (min-width:var(--mobileS)){.our-team-section__row{padding:0}}.our-team-section__cards{-moz-box-pack:center;justify-content:center;padding:0 85px}@media screen and (min-width:var(--mobileS)){.our-team-section__cards{padding:0}}.our-team-section__header-rotate{-webkit-transform-origin:0 0;-moz-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);transform:rotate(270deg);color:var(--white);max-width:450px;font-size:90px;font-weight:100}.our-team-section__about{color:var(--white);font-size:20px;margin-bottom:2rem;max-width:800px;font-weight:100;text-align:justify}.team-button{padding:1rem 4rem}.dot{background:var(--orange);width:6px;height:6px;display:inline-block}.transform-y-250{-webkit-transform:translateY(250px);-moz-transform:translateY(250px);transform:translateY(250px)}.aside{background:var(--blue);color:#fff;padding:4rem 6.5rem}.map-overlay{border-radius:50%}.arrow{border:solid var(--orange);border-width:0 2px 2px 0;display:inline-block;padding:5px;margin-right:9px}.right{-moz-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.down{-moz-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform:rotate(45deg);cursor:pointer}.updates-container{position:absolute;padding:2% 2% 0 0;right:0;width:100%;height:100vh;top:80px;background:#f7f1e5}.updates-container ::-webkit-scrollbar{width:10px}.updates-container ::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px}.updates-container ::-webkit-scrollbar-thumb{border-radius:10px;background-color:var(--orange)}@media screen and (min-width:768px){.updates-container{width:50%;top:112px}}@media screen and (min-width:1025px){.updates-container{top:80px}}@media screen and (min-width:1920px){.updates-container{width:40%}}.updates-container .updates-header{margin-left:30px}.updates-container .updates-header h3{font-size:20px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.2;letter-spacing:normal;text-align:left;color:#061624}.updates-container .updates-content{margin-top:4%;height:83%;overflow-y:auto;overflow-x:hidden}.updates-container .updates-content .infinite-scroll-loader{margin:20px auto;width:100px}.updates-container .updates-content .updates-item{cursor:pointer;padding:20px 30px 0}@media screen and (min-width:1024px){.updates-container .updates-content .updates-item{padding:2% 30px 0}}.updates-container .updates-content .updates-item.unread{background-color:#f2e7d2}.updates-container .updates-content .updates-item .divider{display:grid;grid-gap:20px;gap:20px;padding-bottom:15px;border-bottom:1px solid #c4c4c4;position:relative}@media screen and (min-width:768px){.updates-container .updates-content .updates-item .divider{padding-bottom:2%}}.updates-container .updates-content .updates-item .divider .item-image{grid-column-start:1;grid-column-end:2;grid-row-start:1;grid-row-end:2;grid-gap:10px;gap:10px}@media screen and (min-width:1025px){.updates-container .updates-content .updates-item .divider .item-image{grid-row-end:3;padding:auto 0;margin-top:5px}}.updates-container .updates-content .updates-item .divider .item-image img{object-fit:cover;border-radius:10px;width:70px;height:70px}@media screen and (min-width:1024px){.updates-container .updates-content .updates-item .divider .item-image img{width:90px;height:90px}}@media screen and (min-width:1440px){.updates-container .updates-content .updates-item .divider .item-image img{width:107px;height:107px}}.updates-container .updates-content .updates-item .divider .item-image .unread-badge{position:absolute;top:-6px;left:-7px;width:16px;height:16px;border-radius:50%;background-color:var(--orange)}.updates-container .updates-content .updates-item .item-content-container{display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between;width:100%}@media screen and (max-width:425px){.updates-container .updates-content .updates-item .item-content-container{-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;height:100%;-moz-box-pack:justify;justify-content:space-between}}.updates-container .updates-content .updates-item .item-content-container .item-title{display:-moz-box;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;font-size:15px;width:30%}@media screen and (max-width:425px){.updates-container .updates-content .updates-item .item-content-container .item-title{width:100%;height:100%;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;-moz-box-pack:justify;justify-content:space-between}}@media screen and (max-width:768px){.updates-container .updates-content .updates-item .item-content-container .item-title{width:100%}}@media screen and (max-width:1024px){.updates-container .updates-content .updates-item .item-content-container .item-title{width:100%}}@media screen and (max-width:1920px){.updates-container .updates-content .updates-item .item-content-container .item-title{width:100%}}.updates-container .updates-content .updates-item .item-content-container .item-title :first-child{font-size:17px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.18;letter-spacing:normal;color:#061624;padding-bottom:10%}@media screen and (max-width:425px){.updates-container .updates-content .updates-item .item-content-container .item-title :first-child{padding-bottom:unset;font-size:15px}}@media screen and (max-width:768px){.updates-container .updates-content .updates-item .item-content-container .item-title :first-child{padding-bottom:unset;font-size:15px}}@media screen and (max-width:1024px){.updates-container .updates-content .updates-item .item-content-container .item-title :first-child{padding-bottom:unset;font-size:15px}}@media screen and (max-width:1920px){.updates-container .updates-content .updates-item .item-content-container .item-title :first-child{padding-bottom:unset;font-size:15px}}.updates-container .updates-content .updates-item .item-content-container .item-title :last-child{font-size:17px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.18;letter-spacing:normal;text-align:left;color:#919191}.updates-container .updates-content .updates-item .item-content-container .item-content{width:60%;height:100%;font-size:17px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.18;letter-spacing:normal;color:#919191}@media screen and (max-width:425px){.updates-container .updates-content .updates-item .item-content-container .item-content{width:100%;color:#212b37}}.item-content-updates{display:-webkit-inline-box;font-size:14px;font-weight:600;color:#919191;-webkit-box-orient:vertical;-webkit-line-clamp:6;text-overflow:ellipsis;text-align:justify;overflow:hidden}@media screen and (min-width:1025px){.item-content-updates{-webkit-line-clamp:3}}@media screen and (min-width:1440px){.item-content-updates{font-size:16px}}@media screen and (max-width:var(--laptopL))and (min-width:var(--laptop)){.item-content-updates{width:100%}}@media screen and (max-width:var(--desktop))and (min-width:var(--laptopL)){.item-content-updates{width:100%}}@media screen and (max-width:var(--desktopWide))and (min-width:var(--desktop)){.item-content-updates{width:100%}}.updates-content-item{grid-column-start:1;grid-column-end:12;grid-row-start:2;grid-row-end:3}@media screen and (min-width:1025px){.updates-content-item{grid-column-start:2}}.updates-content-item-title{color:#061624;font-weight:600;font-size:14px;grid-column-start:2;grid-column-end:12;grid-row-start:1;grid-row-end:2}@media screen and (min-width:1025px){.updates-content-item-title{display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between;grid-gap:20px;gap:20px}}@media screen and (min-width:1440px){.updates-content-item-title{font-size:16px}}.updates-content-item-title-p{display:-webkit-inline-box;max-height:45px;color:#061624;font-weight:600;overflow:hidden;font-size:14px;max-height:24px;-webkit-box-orient:vertical;-webkit-line-clamp:1}@media screen and (max-width:768px){.updates-content-item-title-p{-webkit-line-clamp:2}}@media screen and (min-width:1440px){.updates-content-item-title-p{font-size:16px}}.updates-loader{display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;height:100%}@media(max-width:1440px){.counter-numbers{-moz-box-align:center;align-items:center;font-size:40px;display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center}.about-text{line-height:unset;padding:0 80px}.transaction-cards__button-row{-webkit-transform:translateY(-100px);-moz-transform:translateY(-100px);transform:translateY(-100px);padding-bottom:0}.our-team-section__about{text-align:justify;font-size:14px}.our-team-section{padding:2rem 0 5rem}.orange-line{height:150px;top:-1%}.counter-text{font-size:12px}}@media(max-width:991px){.home__transaction-card,.home__transaction-card:nth-child(2){-webkit-transform:translateY(-100px);-moz-transform:translateY(-100px);transform:translateY(-100px)}}@media(min-width:320px)and (max-width:768px){.no-p-left{text-align:center}.insights-card-left-first .insights-container{width:100%}.insights-section{padding:0;min-height:unset}.our-team-section__header-rotate{font-size:35px}.about-text{width:100%}}@media(min-width:768px)and (max-width:1440px){.insights-section{padding:3rem 4rem}.arrow{padding:10px}.aside{padding:4rem 1rem 4rem 100px}.our-team-section__row{padding:0 100px}}@media(min-width:768px)and (max-width:900px){.our-team-section__header-rotate{font-size:36px}.counter-center{margin:0}}@media(min-width:900px)and (max-width:1440px){.our-team-section__header-rotate{font-size:55px}.insights-section{padding:3rem 4rem}}@media screen and (min-width:320px)and (max-width:575px){.our-team-section__header-rotate{-webkit-transform:unset;-moz-transform:unset;transform:unset}.transform-y-250{-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}.about-section__counters .counter{padding:0}.about-section__counters .counter-center{margin:0}.about-section__counters .counter-center .counter-numbers{-moz-box-pack:center;justify-content:center}.about-section{padding-bottom:0}.about-section__inner{padding:50px 1.5rem 1.5rem}.no-p-left{padding-top:25px}}@media(max-width:768px){.home__transaction-card{margin-bottom:1rem}.transaction-cards__button-row{-webkit-transform:translateY(-50px);-moz-transform:translateY(-50px);transform:translateY(-50px)}.orange-line{display:none}.insights-section{padding:0}.aside{background:var(--blue);color:#fff;padding:1rem}#divider,.dot{display:none}.about-text{padding:0 100px}}@media(min-width:320px)and (max-width:1023px){.insights-card-left,.insights-card-left-first,.insights-card-right{margin:0 auto 50px}.arrow.right{display:none}}@media(min-width:1024px)and (max-width:1440px){.insights-card-left-first{margin:40px auto 140px 15%}.insights-section{padding:3rem 4rem 10rem}}@media(min-width:1024px)and (max-width:1300px){.insights-card-left-first{margin:40px auto 140px 15%}.insights-section{padding:3rem 4rem 10rem}}@media(min-width:1441px){.arrow{padding:17px}}@media(width:768px){.our-team-section__cards{padding:0 10rem}}@media(max-width:1024px){.insights-section__content{margin-top:30px}.insights-section__content-header{-webkit-transform:none;-moz-transform:none;transform:none}.insights-section__content #divider{display:none}.about-section__counters{padding:0 9rem 55px}.counter-text-wrapper{display:-moz-box;display:flex;-moz-box-pack:center;justify-content:center}}@media(max-width:425px){.about-text{padding:0;text-align:justify}.modal-header{position:absolute;padding:unset;top:1rem;right:1rem}.modal-header .close{margin:unset;padding:0 0 0 1rem}}.nav-link-caption{cursor:pointer;position:relative}@media screen and (max-width:425px){.nav-link-caption{display:-moz-box;display:flex;-moz-box-pack:justify;justify-content:space-between}}.nav-link-caption .updates-badge{position:absolute;top:15px;right:-16px;width:20px;height:20px;border-radius:50%;background-color:var(--orange);display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center}@media screen and (max-width:425px){.nav-link-caption .updates-badge{position:unset;top:unset;right:unset}}.nav-link-caption .updates-badge span.updates-count{color:var(--paper);line-height:unset;font-size:14px;font-weight:700}.footer-link,.logo{cursor:pointer}.arrow_left:hover{fill:var(--blue)}.terms-list{list-style-type:none;padding-left:0}.terms-list li{margin:1rem 0}.pies{position:relative;z-index:1;height:350px;left:10px}.pie{width:350px;height:350px;background:conic-gradient(#ff7800 53%,#fff 37%,#b4b4b4);top:-150px}.pie,.pie-inner{border-radius:50%;position:absolute}.pie-inner{background:var(--blue);width:270px;height:270px;top:-110px;left:40px}.fixed-navbar{position:fixed;height:80px;top:0}@media screen and (min-width:768px)and (max-width:1024px){.fixed-navbar{height:112px}}.cursor-pointer{cursor:pointer}.not-found-container{-moz-box-pack:center;justify-content:center;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column;background:#f7f1e5;-moz-box-align:center;align-items:center;margin:0 -15px;display:-moz-box;display:flex;height:100vh}.not-found-container .not-found-image{height:180px;width:434px}@media screen and (max-width:425px){.not-found-container .not-found-image{width:215px;height:90px}}.not-found-container .not-found-content{-moz-box-pack:center;justify-content:center;margin-top:55px;font-size:18px;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-orient:vertical;-moz-box-direction:normal;flex-direction:column}@media screen and (max-width:425px){.not-found-container .not-found-content{font-size:14px}}.not-found-container .not-found-button{background-color:#ff7800;border-color:#ff7800;border-radius:2px;color:#f7f1e5;font-weight:600;margin-top:20px;font-size:16px;width:200px;height:50px}.involve-me-backdrop,.not-found-container .not-found-button{-moz-box-pack:center;justify-content:center;-moz-box-align:center;align-items:center;display:-moz-box;display:flex}.involve-me-backdrop{position:absolute;height:100vh;width:98vw;top:-5%}.involve-me-modal-zad{max-height:90vh;overflow:auto;width:80%!important;position:relative}.involve-me-close{right:2%;top:10px;font-size:13px;color:#fff;border:1px solid #ff7800;padding:6px 20px;z-index:2147483648;display:none}.involve-me-close:hover{color:#fff}.involveme_embed{z-index:2147483600!important}.slick-slider{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}