@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&display=swap);.button{align-items:center;background:transparent;border:1px solid #50b9ad;color:#50b9ad;cursor:pointer;display:flex;flex-direction:row;font:var(--font-4k-nem-button-text);justify-content:center;letter-spacing:.05em;min-width:408px;padding:20.82px 28px 18.5px;text-align:center;text-transform:var(--typography-nem-button-text-text-case);transition:all .2s ease-in;-webkit-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.button:hover{background-color:#50b9ad;color:#fff;opacity:.9}.button:active{border:1px solid #fff}@media(max-width:1199.8px)and (min-width:768px),(max-width:3999.8px)and (min-width:1200px),(max-width:767.8px){.button{font:var(--font-nem-button-text);min-width:182px;padding:11px 28px 10px}}@media(min-width:4000px){.content-container{max-width:2987px;padding:0 160px;width:100%}.content-container-divide{max-width:1653px}}@media(max-width:3999.8px)and (min-width:1200px){.content-container{max-width:1413px;padding:0 88px;width:100%}.content-container-divide{max-width:794px}}@media(max-width:1199.8px)and (min-width:768px){.content-container{max-width:614px;width:100%}.content-container-divide{max-width:614px}}@media(max-width:767.8px){.content-container{max-width:418px;padding:0 19px;width:100%}.content-container-divide{max-width:418px}}.dashboard-content{justify-content:space-between;margin:auto;min-height:70%}.dashboard-content,.dashboard-loading{-webkit-animation:fade-in .5s;animation:fade-in .5s;display:flex;flex-direction:column}.dashboard-loading{height:100%;justify-content:center}.button-close{cursor:pointer;height:40px;position:absolute;right:0;top:0}.widget-container{position:relative;width:100%}.widget{text-overflow:ellipsis;white-space:nowrap}@media(min-width:4000px){.widget-container{grid-template-columns:repeat(2,minmax(0,1fr))}.button-close{height:80px}}@media(max-width:3999.8px)and (min-width:1200px){.widget-container{grid-template-columns:repeat(2,minmax(0,1fr))}.button-close{height:40px}}@media(max-width:1199.8px)and (min-width:768px){.button-close{height:30px}}@media(max-width:767.8px){.button-close{height:30px}}@media(max-width:1199.8px)and (min-width:768px),(max-width:1899.8px)and (min-width:768px),(max-width:767.8px){.widget-container{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.dropdown{align-items:center;background:transparent;border:1px solid #50b9ad;color:#50b9ad;cursor:pointer;display:flex;flex-direction:row;font:var(--font-4k-nem-button-text);justify-content:center;letter-spacing:.05em;min-width:200px;padding:20.82px 28px 18.5px;position:relative;text-align:center;text-transform:var(--typography-nem-button-text-text-case);transition:all .2s ease-in;-webkit-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:100%}.dropdown svg{stroke:#50b9ad;position:absolute;right:20px}.dropdown:hover{background-color:#50b9ad;color:#fff}.dropdown:hover svg{stroke:#fff}.dropdown[expanded=true]{border:1px solid #50b9ad;box-shadow:inset 0 0 4px #0005}.dropdown[expanded=true]:hover{background-color:unset;box-shadow:inset 0 0 4px #50b9ad;color:#50b9ad;opacity:1}.dropdown[expanded=true]:hover svg{stroke:#50b9ad}.dropdown:active{border:1px solid #fff}.dropdown-options-container{position:absolute;width:100%;z-index:10}.option{background-color:#fff;width:100%}.option:hover{background-color:#50b9ad;color:#fff}@media(max-width:1199.8px)and (min-width:768px),(max-width:3999.8px)and (min-width:1200px),(max-width:767.8px){.dropdown{font:var(--font-nem-button-text);min-width:146px;padding:11px 28px 10px}}.gauge{background-color:#fff;display:flex;height:50px;justify-content:center;overflow:hidden;position:relative;width:100px}.gauge-inner,.gauge-outer{border-radius:50%}.gauge-outer{background-color:#8cc;height:200%;padding:0;position:absolute;width:100%}.gauge-inner{height:80%;left:10%;top:10%;width:80%}.gauge-cover,.gauge-inner{background-color:#fff;position:absolute}.gauge-cover{bottom:50%;height:200%;left:0;opacity:.75;-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transform-origin:bottom center;transform-origin:bottom center;transition:all .3s ease-in-out;width:100%}.gauge-value{bottom:0;font-size:75%;left:0;line-height:1em;margin-top:50%;position:absolute;right:0;text-align:center;top:-1.2em}.gauge-low{background-color:#ed514e}.gauge-medium{background-color:#fab700}.gauge-heigh{background-color:#50b9ad}@media(min-width:4000px){.gauge{height:200px;width:400px}}@media(max-width:3999.8px)and (min-width:1200px){.gauge{height:70px;width:140px}}@media(max-width:1199.8px)and (min-width:768px){.gauge{height:75px;width:150px}}.loading{-webkit-animation:blink 1s linear infinite;animation:blink 1s linear infinite;text-align:center;width:100%}@-webkit-keyframes blink{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes blink{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.modal-shaddow{-webkit-animation:fade-in .5s;animation:fade-in .5s;background:rgba(13,26,92,.25);left:0;position:fixed;top:0;z-index:100}.modal-shaddow,.modal-wrapper{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.modal-wrapper{max-height:800px;max-width:1600px;padding:27px 0}.modal-box{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-name:faidin;animation-name:faidin;background:#fff;border-radius:20px;box-shadow:4px 4px 54px rgba(27,20,112,.5);height:100%;overflow:hidden;position:relative;width:100%}.modal-box-content-wrapper{height:100%;padding:53px 0 60px;width:100%}.modal-box-content{word-wrap:break-word;height:100%;overflow-y:auto;padding:0 72px;width:100%}.modal-box-scroll-shadow{background:linear-gradient(0deg,#fff 60%,#f0f0);bottom:0;display:block;left:0;position:absolute;width:100%}.modal-box-close{bottom:42px;cursor:pointer;height:28px;position:absolute;right:39px;width:28px}@media(min-width:4000px){.modal-box-close{height:48px;right:68px;width:48px}.modal-box-scroll-shadow{height:120px}}@media(max-width:3999.8px)and (min-width:1200px){.modal-wrapper{max-height:590px;max-width:996px}.modal-box-scroll-shadow{height:96px}}@media(max-width:1199.8px)and (min-width:768px){.modal-wrapper{max-height:50vh;max-width:628px;padding:27px 0}.modal-box-content-wrapper{padding:53px 0 95px}.modal-box-content{padding:0 37px 0 72px}.modal-box-scroll-shadow{height:140px}}@media(max-width:767.8px){.modal-wrapper{max-height:unset;max-width:unset;padding:27px 14px}.modal-box-content-wrapper{padding:27px 0 78px}.modal-box-content{padding:0 29px}.modal-box-scroll-shadow{height:120px}}.payouts{width:100%}.payouts .payout{background-color:#fff;border:1px solid #fff;border-radius:6px;box-shadow:0 1px 10px #0001;grid-template-columns:minmax(0,3fr) minmax(0,8fr) minmax(0,3fr);position:relative}.payouts .payout a{color:#0d155c;text-decoration:none}.payouts .payout a:hover{text-decoration:underline}.payouts .payout .image-coin{background-repeat:no-repeat;background-size:contain;height:100%;width:100%}.payouts .payout .payout-middle{align-items:center}.payouts .payout .payout-middle,.payouts .payout .payout-right{display:flex;flex-direction:column;height:100%;justify-content:space-between}.payouts .payout .payout-hash{overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.payouts .payout .payout-date{font-size:75%;line-height:150%;text-align:right}.payouts .payout .payout-amount{font-size:150%;line-height:100%;margin:0;text-align:right}.payouts .payout .payout-status{display:inline-block;height:1rem}.payouts .payout-not-paid{color:#a8a6a6}.round-history{background-color:#fff;border:1px solid #fff;border-radius:6px;box-shadow:0 1px 10px #0001;width:100%}.round-history .history-steps-wrapper{display:table;margin:0 auto;width:100%}.round-history .history-step{cursor:pointer;display:table-cell;padding:0;position:relative}.round-history .hoverable:hover{cursor:pointer;opacity:.8}.round-history .history-icon-wrapper{display:flex;justify-content:center;margin-bottom:10px;width:100%}.round-history .history-icon{align-self:center;height:16px}.round-history .history-circle{background-color:#586191;border-radius:50%;color:#0d155c;height:10px;margin:7px auto 0;width:10px}.round-history .history-step:last-child .history-circle{background-color:#0d155c}.round-history .history-title{color:#586191;font-weight:400;margin-top:10px;text-align:center}.round-history .history-step:last-child .history-title{color:#0d155c;font-weight:700}.round-history .history-date{color:#586191;font-size:75%;line-height:150%;text-align:center}.round-history .history-step:last-child .history-date{color:#0d155c;font-weight:700}.round-history .history-line{border-top:2px solid #586191;position:absolute;top:31px}.round-history .history-line-right{left:50%;margin-left:10px;right:0}.round-history .history-line-left{left:0;margin-right:10px;right:50%}.round-history .history-step:first-child .history-line-left,.round-history .history-step:last-child .history-line-right{display:none}.history-details{height:100%;overflow:auto;width:100%}.history-details table{width:100%}@media(min-width:4000px){.round-history .history-icon-wrapper{margin-bottom:20px}.round-history .history-icon{height:32px}.round-history .history-circle{height:20px;margin:7px auto 0;width:20px}.round-history .history-title{margin-top:20px}.round-history .history-line{border-top-width:6px;top:61px}.round-history .history-line-right{margin-left:20px}.round-history .history-line-left{margin-right:20px}}@media(max-width:3999.8px)and (min-width:1200px){.round-history .history-icon-wrapper{margin-bottom:20px}.round-history .history-icon{height:24px}.round-history .history-circle{height:15px;margin:7px auto 0;width:15px}.round-history .history-title{margin-top:15px}.round-history .history-line{border-top-width:4px;top:49px}.round-history .history-line-right{margin-left:15px}.round-history .history-line-left{margin-right:15px}}.status-icon{display:block}.switch{display:flex;flex-direction:row}.switch-option{align-items:center;background:transparent;border:1px solid #50b9ad;border-left-color:transparent;color:#50b9ad;cursor:pointer;display:inline-flex;flex-direction:row;font:var(--font-4k-nem-button-text);justify-content:center;letter-spacing:.05em;min-width:200px;padding:20.82px 28px 18.5px;position:relative;text-align:center;text-transform:var(--typography-nem-button-text-text-case);transition:all .2s ease-in;-webkit-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:100%}.switch-option:first-child{border-left-color:unset}.switch-option:hover,.switch-option[current=true]{background-color:#50b9ad;color:#fff}.switch-option:active{border:1px solid #fff}@media(max-width:1199.8px)and (min-width:768px),(max-width:3999.8px)and (min-width:1200px),(max-width:767.8px){.switch-option{font:var(--font-nem-button-text);min-width:40px;padding:11px 28px 10px}}.table{border-spacing:0;table-layout:fixed}.compact,.table{width:100%}.table-header{background-color:#fff;position:-webkit-sticky;position:sticky;text-align:left;top:-1px}.table-header th{border-bottom:1px solid #ccc;margin:10px 0;padding-top:10px}.table td,.table-header th{overflow:hidden;padding:0 2px;text-overflow:ellipsis;white-space:nowrap}.table tbody:before{content:"@";display:block;line-height:10px;text-indent:-99999px}.table tbody tr:active,.table tbody tr:hover{background-color:#50b9ad22;cursor:pointer}.node-status{text-align:right;width:15%}.row-selected{background-color:#50b9ad!important;color:#fff}.row-selected .node-status{color:#fff}.status-active{color:#4cc773}.status-inactive{color:#ed514e}.status-stale{color:#a8a6a6}@media(min-width:4000px){.table{width:100%}}@media(max-width:3999.8px)and (min-width:1200px){.table{width:100%}}@media(max-width:1199.8px)and (min-width:768px){.table{line-height:250%}}@media(max-width:767.8px){.table{line-height:250%}}img.table-field-value{display:block;width:1rem}.text-box{background:transparent;border:1px solid #50b9ad;color:#0b0118;font:var(--font-4k-nem-body);letter-spacing:.05em;min-width:408px;padding:8.82px 28px 7px;text-transform:var(--typography-nem-body-text-case);transition:all .2s ease-in;white-space:nowrap}.text-box:hover{box-shadow:inset 0 0 4px #50b9ad}.text-box:active{border:1px solid #fff}.text-box:focus{border:1px solid #50b9ad;border-radius:0;box-shadow:inset 0 0 4px #0005;outline:none}.text-box::-webkit-input-placeholder{color:#a8a6a6;font-style:italic}.text-box:-ms-input-placeholder{color:#a8a6a6;font-style:italic}.text-box::placeholder{color:#a8a6a6;font-style:italic}@media(max-width:1199.8px)and (min-width:768px),(max-width:3999.8px)and (min-width:1200px),(max-width:767.8px){.text-box{font:var(--font-nem-body);min-width:182px;padding:6px 16px 5px}}.widget-plain{background-color:#fff;border:1px solid #fff;border-radius:6px;box-shadow:0 1px 10px #0001;display:flex;flex-direction:column;position:relative}.widget-plain-value{font-size:150%}.widget-gauge-value{align-self:center}.widget-plain-invalid{border-color:#ed514e}.widget-plain-invalid .widget-plain-value{color:#ed514e}.button-info{box-sizing:content-box;cursor:pointer;position:absolute;right:0;top:0}.button-info img{height:100%}.widget-details{height:100%;width:100%}.widget-details table{table-layout:fixed;width:100%}.widget-details table td{width:35%}.widget-details table td:last-child{width:65%}.widget-details table .table-field-value{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-title{white-space:normal}@media(min-width:4000px){.button-info{height:40px}}@media(max-width:3999.8px)and (min-width:1200px){.button-info{height:20px}}@media(max-width:1199.8px)and (min-width:768px){.button-info{height:15px}}@media(max-width:767.8px){.button-info{height:15px}}.home{display:flex;flex-direction:row;height:100%;width:100%}.main-wrapper{background-color:#fff;height:100vh;overflow-y:scroll;transition:width .25s ease-in-out;width:100%}.dashboard-wrapper{background-blend-mode:color-burn;background-color:#eef5f9;background-image:url(https://nem-supernode.netlify.app/static/media/bg-2.6135bc4924421ba6e8d4.png);background-size:cover;box-shadow:inset 0 4.22px 46.49px rgba(23,21,109,.25);height:100vh;opacity:0;overflow:auto;position:relative;right:0;top:0;transition:width .25s ease-in-out,opacity .25s ease-in-out;width:0}.dashboard-wrapper:before{background-image:url(https://nem-supernode.netlify.app/static/media/bg-mask-tree.d755f7a8ddb7d48b6cf4.png);background-position:0;background-repeat:no-repeat;background-size:contain;content:"";height:100vh;left:0;position:absolute;top:0;width:100%}.dashboard-wrapper-expanded{opacity:1}.image-watercolor{left:0;min-height:100%;object-fit:cover;position:fixed;top:0;width:100%}.logo{height:70px;width:70px}.content{margin:0 auto;position:relative}.section-stats{display:flex;flex-direction:row;justify-content:space-around;width:100%}.stats-item{align-items:center;display:flex;flex-direction:column}.stats-item-value{font-size:150%;font-weight:700}.separator{background-color:#fab700;height:4px;width:100%}.page-about-content{min-height:70%;position:relative}.page-about-content .button{-webkit-filter:drop-shadow(0 0 10px #eaf3f8);filter:drop-shadow(0 0 10px #eaf3f8);width:50%}@media(min-width:4000px){.main-wrapper{width:50%}.dashboard-wrapper{opacity:1;width:50%}.image-watercolor{max-width:7%;min-width:1%;width:calc(25% - 1000px)}.content{max-width:900px}.button-container{display:none!important;grid-template-columns:repeat(2,minmax(0,1fr))}.control-container{grid-template-columns:auto 256px}.filter-switch{display:none}}@media(max-width:3999.8px)and (min-width:1200px){.main-wrapper{width:50%}.dashboard-wrapper{opacity:1;width:50%}.image-watercolor{max-width:7%;min-width:1%;width:calc(25% - 425px)}.content{max-width:500px}.button-container{display:none!important;grid-template-columns:repeat(2,minmax(0,1fr))}.control-container{grid-template-columns:auto 145px;width:100%}.filter-switch{display:none}}@media(max-width:1199.8px)and (min-width:768px){.main-wrapper{transition:unset}.dashboard-wrapper{transition:opacity .25s ease-in-out}.image-watercolor{display:none}.content{max-width:500px}.button-container{grid-template-columns:auto}.button{max-width:330px}.control-container{grid-template-columns:330px auto;width:100%}.filter-switch{display:none}.main-wrapper-expanded{display:none;width:0}.dashboard-wrapper-expanded{width:100%}.page-about{display:none}}@media(max-width:767.8px){.main-wrapper{transition:unset}.dashboard-wrapper{transition:opacity .25s ease-in-out}.image-watercolor{display:none}.content{max-width:500px}.button-container{grid-template-columns:auto}.button{max-width:250px}.filter-dropdown,.filter-switch{display:none}.main-wrapper-expanded{display:none;width:0}.dashboard-wrapper-expanded{width:100%}.page-about{display:none}}:root{--font-4k-nem-body:400 30px/150% Nunito Sans;--font-4k-nem-title:700 56px/140% Abhaya Libre;--font-4k-nem-button-text:700 21.41px/21.41px Nunito Sans;--font-4k-nem-menu:700 30px/30px Nunito Sans;--font-nem-body:400 16px/24px Nunito Sans;--font-nem-title:700 38px/53.2px Abhaya Libre;--font-nem-button-text:700 14px/14px Nunito Sans;--font-nem-menu:700 20px/20px Nunito Sans;--font-nem-menu-tablet:700 18px/18px Nunito Sans;--font-mobile-title:700 24px/33.6px Abhaya Libre;--font-mobile-body:400 12px/18px Nunito Sans;--typography-4k-nem-title-letter-spacing:-2%;--typography-4k-nem-menu-letter-spacing:5%;--typography-nem-body-font-size:16px;--typography-nem-body-text-decoration:none;--typography-nem-body-font-family:Nunito Sans;--typography-nem-body-font-weight:400;--typography-nem-body-font-style:normal;--typography-nem-body-font-stretch:normal;--typography-nem-body-letter-spacing:0;--typography-nem-body-line-height:24px;--typography-nem-body-paragraph-indent:0;--typography-nem-body-paragraph-spacing:15px;--typography-nem-body-text-case:none;--typography-nem-title-font-size:38px;--typography-nem-title-text-decoration:none;--typography-nem-title-font-family:Abhaya Libre;--typography-nem-title-font-weight:700;--typography-nem-title-font-style:normal;--typography-nem-title-font-stretch:normal;--typography-nem-title-letter-spacing:-0.76px;--typography-nem-title-line-height:53.2px;--typography-nem-title-paragraph-indent:0;--typography-nem-title-paragraph-spacing:0;--typography-nem-title-text-case:none;--typography-nem-button-text-font-size:14px;--typography-nem-button-text-text-decoration:none;--typography-nem-button-text-font-family:Nunito Sans;--typography-nem-button-text-font-weight:700;--typography-nem-button-text-font-style:normal;--typography-nem-button-text-font-stretch:normal;--typography-nem-button-text-letter-spacing:0.7px;--typography-nem-button-text-line-height:14px;--typography-nem-button-text-paragraph-indent:0;--typography-nem-button-text-paragraph-spacing:0;--typography-nem-button-text-text-case:uppercase;--typography-nem-menu-font-size:20px;--typography-nem-menu-text-decoration:none;--typography-nem-menu-font-family:Nunito Sans;--typography-nem-menu-font-weight:700;--typography-nem-menu-font-style:normal;--typography-nem-menu-font-stretch:normal;--typography-nem-menu-letter-spacing:1px;--typography-nem-menu-line-height:20px;--typography-nem-menu-paragraph-indent:0;--typography-nem-menu-paragraph-spacing:0;--typography-nem-menu-text-case:uppercase;--typography-nem-menu-tablet-font-size:18px;--typography-nem-menu-tablet-text-decoration:none;--typography-nem-menu-tablet-font-family:Nunito Sans;--typography-nem-menu-tablet-font-weight:700;--typography-nem-menu-tablet-font-style:normal;--typography-nem-menu-tablet-font-stretch:normal;--typography-nem-menu-tablet-letter-spacing:0.9px;--typography-nem-menu-tablet-line-height:18px;--typography-nem-menu-tablet-paragraph-indent:0;--typography-nem-menu-tablet-paragraph-spacing:0;--typography-nem-menu-tablet-text-case:uppercase;--typography-mobile-title-font-size:24px;--typography-mobile-title-text-decoration:none;--typography-mobile-title-font-family:Abhaya Libre;--typography-mobile-title-font-weight:700;--typography-mobile-title-font-style:normal;--typography-mobile-title-font-stretch:normal;--typography-mobile-title-letter-spacing:-0.48px;--typography-mobile-title-line-height:33.6px;--typography-mobile-title-paragraph-indent:0;--typography-mobile-title-paragraph-spacing:0;--typography-mobile-title-text-case:none;--typography-mobile-body-font-size:12px;--typography-mobile-body-text-decoration:none;--typography-mobile-body-font-family:Nunito Sans;--typography-mobile-body-font-weight:400;--typography-mobile-body-font-style:normal;--typography-mobile-body-font-stretch:normal;--typography-mobile-body-letter-spacing:0;--typography-mobile-body-line-height:18px;--typography-mobile-body-paragraph-indent:0;--typography-mobile-body-paragraph-spacing:15px;--typography-mobile-body-text-case:none}*{box-sizing:border-box}#root,.app,body,html{height:100%;margin:0;padding:0;width:100%}body{background-color:#dde9f0;box-shadow:inset 0 4.22px 46.49px rgba(23,21,109,.5);color:#0b0118;font:var(--font-4k-nem-body);margin:0;padding:0}#root{height:100%;overflow-x:hidden;width:100%}code{background-color:rgba(80,185,173,.1);color:#50b9ad}ul{-webkit-padding-start:2rem;padding-inline-start:2rem}a{color:#66b7e7}a:hover{color:rgba(102,183,231,.7)}p{margin-bottom:15px}p:last-child{margin-bottom:40px}h2{font:var(--font-4k-nem-title);letter-spacing:var(--typography-4k-nem-title-letter-spacing);margin:0 0 20px}.text-crop{overflow:visible;position:relative}.text-center{text-align:center}.padding{padding:20px}.padding-t{padding-top:20px}.margin{margin:40px}.margin-t{margin-top:40px}.margin-t-sm{margin-top:20px}.margin-b{margin-bottom:40px}.margin-b-sm{margin-bottom:20px}.margin-b-sm2{margin-bottom:10px}.grid-gap{grid-gap:40px}.grid-gap-sm{grid-gap:20px}.grid{display:grid}.content-center{display:flex;justify-content:center;width:100%}.align-center{align-items:center;display:flex;height:100%}.fixed{position:fixed}.relative{position:relative}.inline{display:inline}.scrollable{height:100%;overflow:auto;width:100%}.fullwidth{width:100%}.fullheight{height:100%}.f-row{display:flex;flex-direction:row}.space-between{justify-content:space-between}.empty{content:" ";opacity:0}.font-75{font-size:75%}.font-125{font-size:125%}.font-150{font-size:150%}.bolder{font-weight:bolder}.lighter{font-weight:lighter}.opacity-70{opacity:.7}@media(min-width:4000px){p{margin-bottom:15px}p:last-child{margin-bottom:80px}h2{font:var(--font-4k-nem-title);letter-spacing:var(--typography-4k-nem-title-letter-spacing);margin:0 0 40px}.text-crop{overflow:visible;position:relative}.text-center{text-align:center}.padding{padding:40px}.padding-t{padding-top:40px}.margin{margin:80px}.margin-t{margin-top:80px}.margin-t-sm{margin-top:40px}.margin-b{margin-bottom:80px}.margin-b-sm{margin-bottom:40px}.margin-b-sm2{margin-bottom:20px}.grid-gap{grid-gap:80px}.grid-gap-sm{grid-gap:40px}}@media(max-width:1199.8px)and (min-width:768px),(max-width:3999.8px)and (min-width:1200px){ul{-webkit-padding-start:1.5rem;padding-inline-start:1.5rem}body{color:#0b0118;font:var(--font-nem-body);margin:0;padding:0}p{margin-bottom:15px}p:last-child{margin-bottom:40px}h2{font:var(--font-nem-title);letter-spacing:var(--typography-nem-title-letter-spacing);margin:0 0 20px}}@media(max-width:767.8px){body{font:var(--font-mobile-body)}ul{-webkit-padding-start:1rem;padding-inline-start:1rem}p{margin-bottom:15px}p:last-child{margin-bottom:40px}h2{font:var(--font-mobile-title);letter-spacing:var(--typography-mobile-title-letter-spacing);margin-bottom:20px}.padding{padding:12px}.padding-t{padding-top:12px}.margin{margin:28px}.margin-t{margin-top:28px}.margin-t-sm{margin-top:16px}.margin-b{margin-bottom:28px}.margin-b-sm{margin-bottom:16px}.margin-b-sm2{margin-bottom:8px}.grid-gap{grid-gap:28px}.grid-gap-sm{grid-gap:14px}}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}
/*# sourceMappingURL=main.b0266c43.css.map*/