@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow);.cube-folding{width:50px;height:50px;display:inline-block;-webkit-transform:rotate(45deg);transform:rotate(45deg);font-size:0}.cube-folding span{position:relative;width:25px;height:25px;-webkit-transform:scale(1.1);transform:scale(1.1);display:inline-block}.cube-folding span:before{content:"";background-color:#fff;position:absolute;left:0;top:0;display:block;width:25px;height:25px;-webkit-transform-origin:100% 100%;transform-origin:100% 100%;-webkit-animation:folding 2.5s linear infinite both;animation:folding 2.5s linear infinite both}.cube-folding .leaf2{-webkit-transform:rotate(90deg) scale(1.1);transform:rotate(90deg) scale(1.1)}.cube-folding .leaf2:before{-webkit-animation-delay:.3s;animation-delay:.3s;background-color:#f2f2f2}.cube-folding .leaf3{-webkit-transform:rotate(270deg) scale(1.1);transform:rotate(270deg) scale(1.1)}.cube-folding .leaf3:before{-webkit-animation-delay:.9s;animation-delay:.9s;background-color:#f2f2f2}.cube-folding .leaf4{-webkit-transform:rotate(180deg) scale(1.1);transform:rotate(180deg) scale(1.1)}.cube-folding .leaf4:before{-webkit-animation-delay:.6s;animation-delay:.6s;background-color:#e6e6e6}@-webkit-keyframes folding{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);-webkit-opacity:0;-moz-opacity:0;opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0deg);transform:perspective(140px) rotateX(0deg);-webkit-opacity:1;-moz-opacity:1;opacity:1}90%,to{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);-webkit-opacity:0;-moz-opacity:0;opacity:0}}@keyframes folding{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);-webkit-opacity:0;-moz-opacity:0;opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0deg);transform:perspective(140px) rotateX(0deg);-webkit-opacity:1;-moz-opacity:1;opacity:1}90%,to{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);-webkit-opacity:0;-moz-opacity:0;opacity:0}}.cube-wrapper{position:fixed;left:50%;top:50%;margin-top:-50px;margin-left:-50px;width:100px;height:100px;text-align:center}.cube-wrapper:after{content:"";position:absolute;left:0;right:0;bottom:-20px;margin:auto;width:90px;height:6px;z-index:1;background-color:rgba(0,0,0,.1);-webkit-filter:blur(2px);filter:blur(2px);border-radius:100%;-webkit-animation:shadow .5s ease infinite alternate;animation:shadow .5s ease infinite alternate}.cube-wrapper .loading{font-size:12px;letter-spacing:.1em;display:block;color:#fff;position:relative;top:25px;z-index:2;-webkit-animation:text .5s ease infinite alternate;animation:text .5s ease infinite alternate}@-webkit-keyframes text{to{top:35px}}@keyframes text{to{top:35px}}@-webkit-keyframes shadow{to{bottom:-18px;width:100px}}@keyframes shadow{to{bottom:-18px;width:100px}}body,html{min-height:100%}body{background:#144999;font-family:arial}h1{font-size:26px;display:block;padding:50px 20px;font-weight:300;font-family:"Archivo Narrow",sans-serif}.made-with-love,h1{text-align:center;color:#fff}.made-with-love{position:fixed;left:0;width:100%;bottom:10px;font-size:10px;z-index:9999;font-family:arial}.made-with-love i{font-style:normal;color:#f50057;font-size:14px;position:relative;top:2px}.made-with-love a{color:#fff;text-decoration:none}.made-with-love a:hover{text-decoration:underline}.maxWidthContent{max-width:100%!important}@media(max-width:768px){.maxWidthContent{padding:0!important}}.maxWidthContentDiv{max-width:100%!important}@media(max-width:768px){.maxWidthContentDiv{width:95%!important;margin:8px auto!important;height:auto!important}}@media(max-width:768px){.responsivePaddingDiv{margin:8px auto!important;padding:20px!important}}.loader{border-radius:50%;border:16px solid #f3f3f3;border-top-color:#3498db;width:120px;height:120px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}body{font-family:Nunito Sans;font-size:16px;line-height:1.875;font-weight:400;color:#616161;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.flow-container{background-color:#fff;width:100%;min-height:100vh;box-sizing:border-box;padding:40px 60px;position:relative}.flow-header{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:40px}.flow-header h1{font-size:35px;font-weight:lighter;color:#333;text-align:left;max-width:500px;margin:-60px 0 20px}.cards-container{display:flex;justify-content:flex-end;grid-gap:30px;gap:30px;flex-wrap:wrap;padding-top:50px}.card{width:266px;border-radius:11px;overflow:hidden;background-color:#f9f9f9;box-shadow:0 2px 6px rgba(0,0,0,.1);cursor:pointer;transition:box-shadow .2s,-webkit-transform .2s;transition:transform .2s,box-shadow .2s;transition:transform .2s,box-shadow .2s,-webkit-transform .2s;display:flex;flex-direction:column;height:210px}.card:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.card-img{width:100%;height:100%;background-size:cover;background-position:50%;border-bottom:1px solid #eee}.card-text{background:linear-gradient(90deg,#201549,#4194ff);color:#fff;height:25%;display:flex;align-items:center;justify-content:center;text-align:center;padding:10px}.card-text span{font-size:12px}.flow-footer{display:flex;justify-content:space-between;margin-top:50px}.nav-button{background:none;border:none;cursor:pointer;display:flex;align-items:center;grid-gap:10px;gap:10px;font-size:16px;font-weight:500;color:#555;padding:10px}.nav-button img{width:20px;height:20px}.flow-container .progress-bar-base{width:327px;height:5px;background-color:#d9d9d9;border-radius:5px;overflow:hidden;margin-left:60px}.progress-bar-filled{width:96px}.card.selected{border-color:#007bff;box-shadow:0 4px 12px #007bff;-webkit-transform:scale(1.03);transform:scale(1.03)}.card:not(.selected):hover{border-color:#bdbdbd;-webkit-transform:scale(1.08);transform:scale(1.08)}.fase2-layout{background-color:#fff;width:100%;height:100vh}.fase2-layout,.fase2-left-panel{display:flex;box-sizing:border-box}.fase2-left-panel{flex:1 1;flex-direction:column;min-width:0;padding:40px 60px;height:100%}.fase2-right-panel{width:200px;flex-shrink:0;overflow:hidden;background-color:#f0f0f0}.fase2-banner-img{width:100%;height:100%;background-size:cover;background-position:50%}.logo{max-height:300px;width:400px;height:auto;margin-bottom:5px}.flow-header h1{margin-top:-60px;font-size:28px;max-width:none;margin-bottom:10px;padding-left:0}.flow-subtitle{font-size:16px;color:#666;margin:0 0 20px;padding-left:0}.flow-header{margin-bottom:20px}.fase2-layout .progress-bar-base{width:327px;height:5px;background-color:#d9d9d9;border-radius:5px;overflow:hidden;margin-left:0}.flow-footer{margin-top:auto;padding-top:20px;border-top:1px solid #f0f0f0;flex-shrink:0}.fase2-search-box{position:relative;display:flex;align-items:center;border:1px solid #ddd;border-radius:8px;padding:10px 15px;max-width:400px;background-color:#fff;margin-left:0;margin-top:20px;margin-bottom:20px;flex-shrink:0}.fase2-search-box img{width:16px;height:16px;margin-right:10px;opacity:.5}.fase2-search-box input{border:none;outline:none;font-size:14px;width:100%;background:transparent;padding-left:45px;padding-right:40px}.fase2-search-box input::-webkit-input-placeholder{color:#999}.fase2-search-box input:-ms-input-placeholder{color:#999}.fase2-search-box input::placeholder{color:#999}.fase2-search-box .search-icon{left:15px;width:20px;height:20px}.clear-search-btn,.fase2-search-box .search-icon{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.clear-search-btn{right:10px;background:none;border:none;font-size:24px;color:#999;cursor:pointer;padding:0 5px}.clear-search-btn:hover{color:#333}.fase2-suggestions-list{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:1px solid #e0e0e0;border-top:none;border-radius:0 0 8px 8px;box-shadow:0 4px 8px rgba(0,0,0,.1);list-style-type:none;padding:0;margin:0;z-index:100;max-height:200px;overflow-y:auto}.fase2-suggestion-item{padding:12px 16px;cursor:pointer;font-size:14px;color:#333}.fase2-suggestion-item:hover{background-color:#f5f5f5}.header-cards-container{display:flex;grid-gap:40px;gap:40px;flex:1 1;overflow:hidden;margin-bottom:20px}.header-section{flex:0 0 40%;display:flex;flex-direction:column;min-width:0}.cards-section{flex:1 1;display:flex;flex-direction:column;min-width:0}.fase2-cards-grid{display:flex;flex-wrap:wrap;grid-gap:20px;gap:20px;width:100%;padding:10px 0;margin-bottom:0;flex:1 1;overflow-y:auto;align-content:flex-start;justify-content:center}.fase2-card{display:flex;flex-direction:column;border:none;border-radius:0;box-shadow:none;cursor:pointer;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;background-color:#fff;height:380px;min-height:380px}.fase2-card:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px)}.fase2-card-img{width:100%;height:15.2rem;border-bottom:1px solid #eee;position:relative;background-color:#f4f4f4;z-index:1;flex-shrink:0}.fase2-card-img>*{position:absolute;top:0;left:0;width:100%!important;height:100%!important;object-fit:cover}.fase2-card-img div[class*=thumbnail],.fase2-card-img iframe{pointer-events:none!important;z-index:0}.fase2-card-bottom{padding:15px 12px;background-color:#fff;display:flex;align-items:center;justify-content:center;flex:1 1;grid-gap:8px;gap:8px;white-space:nowrap;overflow:hidden}.fase2-card-bottom .title{font-weight:600;color:#333;font-size:13px}.fase2-card-bottom .subtitle,.fase2-card-bottom .title{margin:0;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fase2-card-bottom .subtitle{font-weight:400;color:#777;font-size:12px}.fase2-card-bottom .separator{color:#bbb;font-size:12px;line-height:1;margin:0 4px;flex-shrink:0}.fase2-card-bottom .separator:before{content:"|"}.fase2-card.selected{border:2px solid #007bff}.fase2-card.selected,.fase2-card:not(.selected):hover{-webkit-transform:scale(1.02);transform:scale(1.02)}.fase2-card{position:relative;overflow:hidden}.card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(20,86,158,.85);display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:100;transition:opacity .3s ease}.overlay-btn{padding:10px 20px;margin:5px;border-radius:10px;font-weight:700;cursor:pointer;font-size:12px;border:none;width:140px;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;z-index:101}.btn-demo{background-color:#29b2ef;color:#201549}.btn-demo:hover{background-color:#fff}.btn-use{background-color:#292151;color:#fff}.btn-use:hover{background-color:#fff;color:#292151;border:1px solid #292151}@media (min-width:1280px){.fase2-card{flex-grow:0;flex-shrink:1;flex-basis:calc(33.333% - 14px);width:calc(33.333% - 14px);max-width:calc(33.333% - 14px)}}@media (min-width:960px) and (max-width:1279px){.fase2-card{flex-grow:0;flex-shrink:1;flex-basis:calc(50% - 10px);width:calc(50% - 10px);max-width:calc(50% - 10px)}.fase2-left-panel{padding:30px 40px}.logo{width:350px}.flow-header h1{font-size:24px;margin-top:-40px}.header-section{flex:0 0 45%}}@media (max-width:959px){.fase2-layout{height:100vh;overflow:hidden}.fase2-left-panel{padding:20px;height:100vh;overflow-y:auto;-webkit-overflow-scrolling:touch;display:block}.header-cards-container{display:block;width:100%;margin-bottom:0}.header-section{width:100%;margin-bottom:30px;text-align:center;display:flex;flex-direction:column;align-items:center}.cards-section{width:100%;display:flex;justify-content:center}.fase2-cards-grid{display:flex;flex-direction:column;align-items:center;grid-gap:20px;gap:20px;width:100%;max-width:400px;margin:0 auto}.fase2-right-panel{display:none}.logo{width:300px;display:block;margin:0 auto 20px}.flow-header{display:flex;flex-direction:column;align-items:center;width:100%;text-align:center}.flow-header h1{font-size:24px;margin-top:0;text-align:center;width:100%}.flow-subtitle{text-align:center;width:100%;max-width:500px}.fase2-search-box{max-width:100%;margin:20px auto}.fase2-layout .progress-bar-base{width:100%;max-width:400px;margin:0 auto}.flow-footer{width:100%;max-width:400px;margin:30px auto 0}}@media (min-width:768px) and (max-width:959px){.fase2-cards-grid{flex-direction:row;flex-wrap:wrap;justify-content:center;max-width:700px}.fase2-card{flex-grow:0;flex-shrink:1;flex-basis:calc(50% - 10px);width:calc(50% - 10px);max-width:calc(50% - 10px);height:350px}}@media (max-width:767px){.fase2-left-panel{padding:15px}.logo{width:250px}.flow-header h1{font-size:22px;text-align:center;width:100%}.flow-subtitle{text-align:center;width:100%}.fase2-cards-grid,.fase2-layout .progress-bar-base,.fase2-search-box,.flow-subtitle{max-width:350px}.fase2-card{width:100%;height:340px}.flow-footer{max-width:350px}}@media (max-width:479px){.fase2-left-panel{padding:10px}.logo{width:200px}.flow-header h1{font-size:20px;text-align:center}.flow-subtitle{font-size:14px;text-align:center;max-width:300px}.fase2-cards-grid{max-width:320px}.fase2-card{height:320px}.fase2-layout .progress-bar-base,.fase2-search-box,.flow-footer{max-width:320px}}.phase3{background:#fff;padding:40px 60px;width:100%;min-height:100vh;box-sizing:border-box;font-family:Arial,sans-serif;display:flex;flex-direction:column}.main-content{grid-gap:40px;gap:40px;width:100%;padding-bottom:40px;align-items:flex-start}.left-side,.main-content{display:flex;justify-content:flex-start;flex:1 1}.left-side{flex-direction:column;max-width:500px}.logo-text{display:flex;flex-direction:column}.logo-container img{max-height:300px;width:400px;height:auto;max-width:100%}.text h1{font-size:24px;font-weight:600;color:#333;margin:0 0 10px;max-width:400px}.text p{font-size:16px;color:#666;margin:0;max-width:400px;line-height:1.5}.phase3 .progress-bar-base{width:327px;height:5px;background-color:#d9d9d9;border-radius:5px;overflow:hidden;margin-top:25px;margin-left:0}.progress-bar-filled{height:100%;background-color:#14569e;transition:width .3s ease-in-out}.right-side{flex:1 1;display:flex;align-items:flex-start;justify-content:flex-start;max-width:700px}.form{display:flex;flex-direction:column;width:100%;min-height:491px;background:#fff;padding:50px;border-radius:8px;box-shadow:0 4px 10px 1px rgba(32,21,73,.25);box-sizing:border-box}.form input[type=text],.form textarea{width:100%;padding:12px;margin-bottom:15px;border:1px solid #29b2ef;border-radius:4px;font-size:16px;box-sizing:border-box}.form textarea{height:120px;resize:vertical;font-family:Arial,sans-serif}.action-row{justify-content:space-between;margin-top:10px}.action-row,.switch{display:flex;align-items:center}.form button[type=submit]{background-color:#007bff;color:#fff;border:none;padding:12px 24px;border-radius:4px;cursor:pointer;font-size:16px;font-weight:500;transition:background-color .2s}.form button[type=submit]:hover{background-color:#0056b3}.buttons{display:flex;justify-content:space-between;margin-top:40px;padding-top:20px;border-top:1px solid #f0f0f0}.button button{background:none;border:none;cursor:pointer;display:flex;align-items:center;grid-gap:10px;gap:10px;font-size:16px;font-weight:500;color:#555;padding:10px}.button button:hover{color:#000}.button button img{width:16px;height:16px}.checkbox-group{position:relative;display:inline-flex;align-items:center;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.checkbox-group input[type=checkbox]{opacity:0;width:0;height:0;position:absolute;margin:0}.checkbox-group span{font-size:14px;color:#555;padding-left:50px;position:relative;display:inline-block;line-height:20px}.checkbox-group span:before{left:0;width:40px;height:20px;background-color:#ccc;border-radius:10px;transition:background-color .2s ease-in-out}.checkbox-group span:after,.checkbox-group span:before{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.checkbox-group span:after{left:3px;width:14px;height:14px;background-color:#fff;border-radius:50%;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.checkbox-group input[type=checkbox]:checked+span:before{background-color:#007bff}.checkbox-group input[type=checkbox]:checked+span:after{-webkit-transform:translate(20px,-50%);transform:translate(20px,-50%)}@media (min-width:1281px){.main-content{grid-gap:50px;gap:50px}.right-side{max-width:55%}.form{min-height:491px;padding:60px}.logo-container img{max-height:350px;width:450px}.text h1{font-size:26px}.text p{font-size:17px}}@media (min-width:961px) and (max-width:1280px){.phase3{padding:30px 40px}.main-content{grid-gap:30px;gap:30px}.right-side{max-width:50%}.form{min-height:450px;padding:40px}.logo-container img{max-height:250px;width:350px}.text h1{font-size:22px}.text p{font-size:15px}.phase3 .progress-bar-base{width:280px}}@media (max-width:960px){.phase3{padding:20px 30px}.main-content{flex-direction:column;grid-gap:30px;gap:30px;justify-content:center;align-items:center}.left-side{order:1;align-items:center;text-align:center;max-width:100%}.right-side{order:2;width:100%;max-width:100%;justify-content:center}.logo-container img{max-height:200px;width:300px}.text h1{font-size:20px;max-width:100%}.text p{font-size:14px;max-width:100%}.phase3 .progress-bar-base{width:250px;margin:25px auto 0}.form{max-width:100%;padding:30px;margin:0 auto;min-height:auto}.buttons{margin-top:30px;padding-top:15px}}@media (max-width:480px){.phase3{padding:15px 20px}.logo-container img{max-height:150px;width:250px}.text h1{font-size:18px}.text p{font-size:13px}.phase3 .progress-bar-base{width:200px}.form{padding:20px}.buttons{flex-direction:row;grid-gap:15px;gap:15px}.button button{justify-content:center;width:auto;flex:1 1}}body{padding:0!important;margin:0!important}.blocklyFlyoutScrollbar[display=none]{display:none}.d-flex{display:flex}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.align-items-start{align-items:flex-start}.align-items-center{align-items:center}.align-items-end{align-items:flex-end}.align-items-stretch{align-items:stretch}.justify-content-start{justify-content:flex-start}.justify-content-center{justify-content:center}.justify-content-end{justify-content:flex-end}.justify-content-space-around{justify-content:space-around}.justify-content-space-between{justify-content:space-between}.justify-content-space-evenly{justify-content:space-evenly}.m0{margin:0}.m1{margin:.5rem}.m2{margin:1rem}.m3{margin:1.5rem}.m4{margin:2rem}.m5{margin:2.5rem}.mt0{margin-top:0}.mt1{margin-top:.5rem}.mt2{margin-top:1rem}.mt3{margin-top:1.5rem}.mt4{margin-top:2rem}.mt5{margin-top:2.5rem}.mr0{margin-right:0}.mr1{margin-right:.5rem}.mr2{margin-right:1rem}.mr3{margin-right:1.5rem}.mr4{margin-right:2rem}.mr5{margin-right:2.5rem}.mb0{margin-bottom:0}.mb1{margin-bottom:.5rem}.mb2{margin-bottom:1rem}.mb3{margin-bottom:1.5rem}.mb4{margin-bottom:2rem}.mb5{margin-bottom:2.5rem}.ml0{margin-left:0}.ml1{margin-left:.5rem}.ml2{margin-left:1rem}.ml3{margin-left:1.5rem}.ml4{margin-left:2rem}.ml5{margin-left:2.5rem}.p0{padding:0}.p1{padding:.5rem}.p2{padding:1rem}.p3{padding:1.5rem}.p4{padding:2rem}.p5{padding:2.5rem}.pt0{padding-top:0}.pt1{padding-top:.5rem}.pt2{padding-top:1rem}.pt3{padding-top:1.5rem}.pt4{padding-top:2rem}.pt5{padding-top:2.5rem}.pr0{padding-right:0}.pr1{padding-right:.5rem}.pr2{padding-right:1rem}.pr3{padding-right:1.5rem}.pr4{padding-right:2rem}.pr5{padding-right:2.5rem}.pb0{padding-bottom:0}.pb1{padding-bottom:.5rem}.pb2{padding-bottom:1rem}.pb3{padding-bottom:1.5rem}.pb4{padding-bottom:2rem}.pb5{padding-bottom:2.5rem}.pl0{padding-left:0}.pl1{padding-left:.5rem}.pl2{padding-left:1rem}.pl3{padding-left:1.5rem}.pl4{padding-left:2rem}.pl5{padding-left:2.5rem}.w75{width:75%}#loftyWindow{padding:0!important;display:flex;width:100%;height:100vh;min-width:100%;min-height:100vh;max-width:100%;max-height:100vh}#loftyCanvasContainer{flex-grow:1;background-color:#dadcdb;border-left:2px solid #712d9e;border-right:2px solid #712d9e}#loftyComponentsToolbar{background-color:#f5f5f5;min-width:50px!important;max-width:10vw}#loftyPropertiesToolbar{background-color:#f5f5f5;min-width:400px!important;max-width:20vw;padding:.5rem}.lofty-button{background-color:#1345a6;border-radius:8px;border:1px solid #dadcdb;color:#fff;cursor:pointer;min-height:50px;min-width:50px;font-weight:700;text-transform:uppercase;display:flex;align-items:center;justify-content:center;font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif}.lofty-button:hover{background-color:#29b2ef}.lofty-button .animatedLine{display:block;position:absolute;background-color:#712d9e}.lofty-button .animatedLine:first-child{left:0;bottom:0;width:1px;height:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:top;transform-origin:top;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}#page-container{border:1px dotted #29b2ef;flex-grow:1}.bg-white{background:#fff}.bg-blue-light{background:#29b2ef}.cursor-pointer{cursor:pointer!important}.cursor-move{cursor:move!important}.cursor-grab{cursor:grab!important}.container-centered{width:400px;margin:auto}.lofty-main-row{width:100%;min-height:1rem}.default-container{padding:1rem;background-color:#dadcdb}.lofty-editor-element{border:1px dotted transparent}.lofty-editor-element-active{outline:1px dashed #1345a6;z-index:1}.bg-primary,.page-editor-background{background:#2b2a2a}.text-white{color:#fff}.lofty-logo{height:45px;padding:5px;object-fit:contain}.toolbar-h{height:calc(100vh - 45px)}.lofty-main-container{width:75%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background-color:#fff}.lofty-container-centered-login{width:85%;height:70%;margin:40px auto auto}.lofty-container-right-img{position:relative}.lofty-container-right-text{font-size:56px;top:35%;left:1%}.lofty-container-right-text,.lofty-container-right-text-low{font-family:"Roboto",sans-serif;color:#dadcdb;margin:auto;position:absolute}.lofty-container-right-text-low{font-size:96px;font-weight:700;top:40%;left:20%}.lofty-container-centered-password{width:85%;height:70%;justify-content:center;align-items:center;margin-top:40px}.container-carousel-template-suggestion{width:100%!important}.affiliate-form-input{border:1px solid #c4c4c4;background-color:#f5f5f5;border-radius:5px;width:100%;min-height:2.4rem}.affiliate-input-label{color:#14569e;font-weight:700;width:100%}.approved-affiliation-text{color:#14569e;font-weight:700;font-size:1.5rem}.affiliate-count-number{color:#14569e;font-weight:700;font-size:2.7rem;border-bottom:1px solid #c4c4c4}.affiliate-count-label{color:#292151;font-weight:700;font-size:1.3rem;width:12rem}.affiliate-date-label{color:#292151;font-weight:700;font-size:1rem;min-width:6rem;max-height:2.5rem;height:2.5rem}.affiliate-date-input{border:1px solid #c4c4c4;background-color:#f5f5f5;border-radius:5px;width:100%;max-height:2.5rem;height:2.5rem}.referrals-table{width:100%;border-collapse:collapse;table-layout:fixed}.referrals-header{background-color:#d9edf6}.referrals-table-header{text-align:left;color:#292151;font-size:.8rem;padding:.5rem}.referrals-table-code{padding:.5rem;font-weight:700;color:#000;font-size:1rem}.referrals-table-other{padding:.5rem;color:#000;font-size:.9rem}.referrals-row{border-bottom:1px solid #c4c4c4}.referrals-table-body{display:block;max-height:18rem;overflow-y:auto}.referrals-header,.referrals-row{display:table;width:100%;table-layout:fixed}.cardSelection{cursor:pointer;border-top-left-radius:5px;border-top-right-radius:5px}.cardSelection:hover{border-color:#000;border-width:1px}
/*# sourceMappingURL=main.0dfbe464.chunk.css.map */