@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;600&display=swap);:root{--background:#181a26;--background-gradient:linear-gradient(45deg,#161617,#292b30);--font:#aaa;--accent:#39f;--accent-trans:#00000099;--trans:all 0.5s ease-out;--trans-quick:all 0.3s ease-out;--border-color:#ffffff33;--x-pad:10vmin;--y-pad:10vmin;--gradient-background:linear-gradient(0deg,#121212,#282828);--signature-radius:4rem;--blue-gradient:linear-gradient(-135deg,#0080ff,#0035af);font-size:10px}*{box-sizing:border-box;font-family:Poppins,sans-serif;line-height:1.5;margin:0;padding:0}html{background-color:#111}body{background-color:transparent;color:#aaa;color:var(--font);font-family:Poppins,sans-serif;font-size:1.2rem;min-height:104vh;overflow-x:hidden;overflow-y:auto;padding:10vh 0;position:relative}h2{color:#fff;margin-top:1rem}h1{color:#aaa;color:var(--font);font-size:6vmin;font-weight:900;position:relative}h1,h3{margin-bottom:1rem}h3{font-weight:300;margin-top:.5rem}i{background-color:#42424222;border-radius:50%;font-size:4rem;margin-top:1rem;padding:2rem}p{margin:1rem 0}label{color:#39f;color:var(--accent);display:block;font-size:1.3rem;font-weight:bolder;margin-top:2rem}input,select{background:transparent;border:2px solid #ffffff33;border:2px solid var(--border-color);border-radius:4rem;border-radius:var(--signature-radius);color:#aaa;color:var(--font);font-size:1.5rem;height:5rem;margin:1rem 0;padding:0 1rem;transition:all .3s ease-out;transition:var(--trans-quick);width:100%}input:focus,select:focus{border-color:#39f;border-color:var(--accent);outline:none}input:disabled,select:disabled{opacity:.5}input::-moz-placeholder,input::-ms-input-placeholder,input::placeholder{color:#f0f8ff}.countrycode-container{display:flex}.countrycode-container select{flex:1 1;margin-right:1rem}.countrycode-container input{flex:2 1}.smoother{min-height:100%;opacity:0;overflow-x:hidden;padding:0 3rem;pointer-events:none;transition:all .5s ease-out;transition:var(--trans);width:100%}.smooth-show,.smoother{-webkit-transform:scale(1);transform:scale(1)}.smooth-show{opacity:1;pointer-events:all}.smooth-show section{-webkit-animation:reveal .5s ease-in-out 1 forwards;animation:reveal .5s ease-in-out 1 forwards;opacity:0;-webkit-transform:translateY(2rem);transform:translateY(2rem)}@-webkit-keyframes reveal{0%{opacity:0;-webkit-transform:translateY(2rem);transform:translateY(2rem)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes reveal{0%{opacity:0;-webkit-transform:translateY(2rem);transform:translateY(2rem)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.smooth-show section:first-child{-webkit-animation-delay:.3s;animation-delay:.3s}.smooth-show section:nth-child(2){-webkit-animation-delay:.6s;animation-delay:.6s}.smooth-show section:nth-child(3){-webkit-animation-delay:.9s;animation-delay:.9s}.smooth-show section:nth-child(4){-webkit-animation-delay:1.2s;animation-delay:1.2s}.smooth-show section:nth-child(5){-webkit-animation-delay:1.5s;animation-delay:1.5s}.smooth-show section:nth-child(6){-webkit-animation-delay:1.8s;animation-delay:1.8s}.smooth-show section:nth-child(7){-webkit-animation-delay:2.1s;animation-delay:2.1s}.smooth-show section:nth-child(8){-webkit-animation-delay:2.4s;animation-delay:2.4s}.smooth-show section:nth-child(9){-webkit-animation-delay:2.6s;animation-delay:2.6s}.smooth-show section:nth-child(10){-webkit-animation-delay:4s;animation-delay:4s}.btn-default{background:linear-gradient(45deg,#d5d5d5,#fff);border:none;border-radius:var(--signature-radius);color:#000;cursor:pointer;font-size:1.5rem;font-weight:bolder;height:5rem;letter-spacing:0;margin:.6rem 1rem 2rem 0;max-width:400px;overflow:hidden;padding:0 8vmin;position:relative;transition:var(--trans)}.btn-default,.btn-default:focus{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.btn-default:focus{outline:none}.btn-accent{border:3px solid #fff;color:#fff}.btn-accent,.btn-link{background:none}.btn-busy{opacity:.4!important;pointer-events:none}.btn-default .circles{-webkit-animation:move-circle 5s linear infinite;animation:move-circle 5s linear infinite;background-color:var(--accent);border-radius:50%;-webkit-filter:blur(20px);filter:blur(20px);height:5rem;position:absolute;right:0;top:0;width:5rem;z-index:-2}.btn-default .circles:first-child{-webkit-animation:move-circle-up 5s linear 2s infinite;animation:move-circle-up 5s linear 2s infinite}@-webkit-keyframes move-circle-up{0%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes move-circle-up{0%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes move-circle{0%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes move-circle{0%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}.btn-default .glass-pane{border-radius:20vmin;height:100%;left:-5%;overflow:hidden;position:absolute;top:0;width:110%;z-index:-1}@media only screen and (max-width:768px){.btn-default{margin-right:0;min-width:84%;width:100%}}.card{-webkit-backdrop-filter:blur(2rem);backdrop-filter:blur(2rem);background-color:#6161611f;border-radius:20px;box-shadow:5px 1rem 9rem rgba(0,0,0,.2);padding:3rem 2rem}.upload-loader{color:#fff!important;font-size:3rem;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.long-text{text-align:left}.flex{align-items:center;display:flex;justify-content:space-between;width:100%}.desc{padding-left:2rem;padding-right:2rem;width:70%}.fa-pen-to-square{cursor:pointer}.input-wrapper{height:100%;margin-bottom:3rem;padding:0 1rem;position:relative;width:80%}.input-wrapper input{height:3rem;left:0;margin:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.input-wrapper button{left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:2}.unilink-container{align-items:center;background:#424161;border-radius:0 0 1rem 1rem;color:#fff!important;display:flex;flex-direction:column;justify-content:space-between;padding:2rem;position:relative}.unilink-container a{color:#fff;font-size:1.2rem;font-weight:700;padding-right:1rem}.unilink-container .chip{background:linear-gradient(45deg,#fff,#a7a7a7);border-radius:0 10px 10px 0;box-shadow:-2px 3px 13px rgba(0,0,0,.39);color:#000;left:0;letter-spacing:3px;padding:0 2rem;position:absolute;text-transform:uppercase;top:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.unilink-container .fas{align-items:center;background:var(--background-gradient);border-radius:50%;color:#fff;display:inline-flex;height:30px;justify-content:center;width:30px}.desc h3{color:#fff;font-weight:bolder}.card img{border-radius:50%;height:6rem;object-fit:cover;width:6rem}.card .fas{font-size:2.3rem}.dialog{background:var(--background-gradient);left:0;max-height:100vh;min-height:100vh;opacity:0;overflow-y:auto;padding:10vh 3rem 2rem;pointer-events:none;position:fixed;top:0;width:100%;z-index:1200}h1{color:#fff;font-size:18px;font-weight:400;letter-spacing:7px;text-transform:uppercase}.dialog-show{opacity:1;pointer-events:all}.round-img{border-radius:50%;height:120px;object-fit:cover;width:120px}fieldset{border:none;position:relative}fieldset label{color:#fff;font-size:2rem;font-size:16px;font-weight:400;letter-spacing:7px;text-transform:uppercase}fieldset input{border:none;border-bottom:1px solid #333;border-radius:0;font-size:2.5rem;padding-left:0}fieldset input:focus{border-bottom:1px solid #fff;color:#fff}fieldset .fa-copy{background-color:#42424222;border-radius:50%;bottom:2rem;font-size:2rem;margin-top:1rem;padding:1rem;position:absolute;right:0}.unavail-chip{background:#690505}.avail-chip,.unavail-chip{align-items:center;border-radius:16px;bottom:-34px;color:#fff;display:inline-flex;font-size:1.2rem;justify-content:center;left:0;margin-top:1rem;padding:5px 10px;position:absolute}.avail-chip{background:#028032}.account_link *{color:var(--font)}.account_link *,.account_link:visited{text-decoration:none}.account_link p,a{color:var(--font);text-decoration:none}.slow-spin{-webkit-animation:fa-spin 6s linear infinite;animation:fa-spin 6s linear infinite}.back-btn{background:#00000059;border:none;border-radius:20px;color:#fff;font-size:1.5rem;height:40px;margin-left:-1rem;margin-right:1rem;width:40px}.account-select-btn{align-items:center;background:transparent;border:none;border-bottom:1px solid #333;border-radius:0;color:#fff;cursor:pointer;display:flex;font-size:2rem;justify-content:flex-start;padding:3rem 1rem;position:relative;text-align:center;transition:all .1s ease;width:100%}.account-select-btn:active{background-color:#fff;border-bottom:1px solid transparent;color:#000}.account-select-btn span.fab{font-size:5rem;margin-right:2rem}.account-select-btn .fa-chevron-right{color:#555;position:absolute;right:1rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media only screen and (max-width:600px){.desc{padding-left:1.5rem;padding-right:1rem;width:70%}}.header{-webkit-backdrop-filter:blur(2rem);backdrop-filter:blur(2rem);display:flex;justify-content:space-between;left:0;padding:1.6rem;position:fixed;top:0;width:100%;z-index:111}.header-btn{background:#fff;border:none;border-radius:8px;color:#000}.header-btn,.header-btn-alt{cursor:pointer;font-weight:700;padding:3px 1rem}.header-btn-alt{background:transparent;border:2px solid #fff;border-radius:8px;color:#fff}.App{overflow-x:hidden}.logo{font-size:18px;letter-spacing:7px}.logo,.logo-big{color:#fff;text-transform:uppercase}.logo-big{font-size:25px;font-weight:400;letter-spacing:12px}.center,.logo-big{text-align:center}.logo-pic{margin-bottom:5rem;max-height:53vh;max-width:500px}@media only screen and (max-width:500){.logo-pic{margin-bottom:5rem;max-height:53vh;max-width:100%}}.container{box-sizing:border-box;margin-left:auto;margin-right:auto;padding-left:8px;padding-right:8px}.container-fluid{padding-left:16px;padding-right:16px}@media only screen and (min-width:576px){.container{max-width:100%;width:560px}}@media only screen and (min-width:768px){.container{max-width:100%;width:752px}}@media only screen and (min-width:992px){.container{max-width:100%;width:976px}}@media only screen and (min-width:1200px){.container{max-width:100%;width:1184px}}.row{box-sizing:border-box;display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:wrap;margin-left:-8px;margin-right:-8px}.row.reverse{flex-direction:row-reverse}.col.reverse{flex-direction:column-reverse}.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-offset-0,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-offset-0,.col-sm-offset-1,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-offset-0,.col-xl-offset-1,.col-xl-offset-10,.col-xl-offset-11,.col-xl-offset-12,.col-xl-offset-2,.col-xl-offset-3,.col-xl-offset-4,.col-xl-offset-5,.col-xl-offset-6,.col-xl-offset-7,.col-xl-offset-8,.col-xl-offset-9,.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-offset-0,.col-xs-offset-1,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9{box-sizing:border-box;flex:0 0 auto;flex-basis:100%;max-width:100%;padding-left:8px;padding-right:8px}.col-xs{flex-basis:0;flex-grow:1;max-width:100%}.col-xs-1{flex-basis:8.33333333%;max-width:8.33333333%}.col-xs-2{flex-basis:16.66666667%;max-width:16.66666667%}.col-xs-3{flex-basis:25%;max-width:25%}.col-xs-4{flex-basis:33.33333333%;max-width:33.33333333%}.col-xs-5{flex-basis:41.66666667%;max-width:41.66666667%}.col-xs-6{flex-basis:50%;max-width:50%}.col-xs-7{flex-basis:58.33333333%;max-width:58.33333333%}.col-xs-8{flex-basis:66.66666667%;max-width:66.66666667%}.col-xs-9{flex-basis:75%;max-width:75%}.col-xs-10{flex-basis:83.33333333%;max-width:83.33333333%}.col-xs-11{flex-basis:91.66666667%;max-width:91.66666667%}.col-xs-12{flex-basis:100%;max-width:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-11{margin-left:91.66666667%}.start-xs{justify-content:flex-start;text-align:start}.center-xs{justify-content:center;text-align:center}.end-xs{justify-content:flex-end;text-align:end}.top-xs{align-items:flex-start}.middle-xs{align-items:center}.bottom-xs{align-items:flex-end}.around-xs{justify-content:space-around}.between-xs{justify-content:space-between}.first-xs{order:-1}.last-xs{order:1}.initial-order-xs{order:0}@media only screen and (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-1{flex-basis:8.33333333%;max-width:8.33333333%}.col-sm-2{flex-basis:16.66666667%;max-width:16.66666667%}.col-sm-3{flex-basis:25%;max-width:25%}.col-sm-4{flex-basis:33.33333333%;max-width:33.33333333%}.col-sm-5{flex-basis:41.66666667%;max-width:41.66666667%}.col-sm-6{flex-basis:50%;max-width:50%}.col-sm-7{flex-basis:58.33333333%;max-width:58.33333333%}.col-sm-8{flex-basis:66.66666667%;max-width:66.66666667%}.col-sm-9{flex-basis:75%;max-width:75%}.col-sm-10{flex-basis:83.33333333%;max-width:83.33333333%}.col-sm-11{flex-basis:91.66666667%;max-width:91.66666667%}.col-sm-12{flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-11{margin-left:91.66666667%}.start-sm{justify-content:flex-start;text-align:start}.center-sm{justify-content:center;text-align:center}.end-sm{justify-content:flex-end;text-align:end}.top-sm{align-items:flex-start}.middle-sm{align-items:center}.bottom-sm{align-items:flex-end}.around-sm{justify-content:space-around}.between-sm{justify-content:space-between}.first-sm{order:-1}.last-sm{order:1}.initial-order-sm{order:0}}@media only screen and (min-width:768px){.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-offset-0,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9{box-sizing:border-box;flex:0 0 auto;padding-left:8px;padding-right:8px}.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-1{flex-basis:8.33333333%;max-width:8.33333333%}.col-md-2{flex-basis:16.66666667%;max-width:16.66666667%}.col-md-3{flex-basis:25%;max-width:25%}.col-md-4{flex-basis:33.33333333%;max-width:33.33333333%}.col-md-5{flex-basis:41.66666667%;max-width:41.66666667%}.col-md-6{flex-basis:50%;max-width:50%}.col-md-7{flex-basis:58.33333333%;max-width:58.33333333%}.col-md-8{flex-basis:66.66666667%;max-width:66.66666667%}.col-md-9{flex-basis:75%;max-width:75%}.col-md-10{flex-basis:83.33333333%;max-width:83.33333333%}.col-md-11{flex-basis:91.66666667%;max-width:91.66666667%}.col-md-12{flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-11{margin-left:91.66666667%}.start-md{justify-content:flex-start;text-align:start}.center-md{justify-content:center;text-align:center}.end-md{justify-content:flex-end;text-align:end}.top-md{align-items:flex-start}.middle-md{align-items:center}.bottom-md{align-items:flex-end}.around-md{justify-content:space-around}.between-md{justify-content:space-between}.first-md{order:-1}.last-md{order:1}.initial-order-md{order:0}}@media only screen and (min-width:992px){.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9{box-sizing:border-box;flex:0 0 auto;padding-left:8px;padding-right:8px}.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-1{flex-basis:8.33333333%;max-width:8.33333333%}.col-lg-2{flex-basis:16.66666667%;max-width:16.66666667%}.col-lg-3{flex-basis:25%;max-width:25%}.col-lg-4{flex-basis:33.33333333%;max-width:33.33333333%}.col-lg-5{flex-basis:41.66666667%;max-width:41.66666667%}.col-lg-6{flex-basis:50%;max-width:50%}.col-lg-7{flex-basis:58.33333333%;max-width:58.33333333%}.col-lg-8{flex-basis:66.66666667%;max-width:66.66666667%}.col-lg-9{flex-basis:75%;max-width:75%}.col-lg-10{flex-basis:83.33333333%;max-width:83.33333333%}.col-lg-11{flex-basis:91.66666667%;max-width:91.66666667%}.col-lg-12{flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-11{margin-left:91.66666667%}.start-lg{justify-content:flex-start;text-align:start}.center-lg{justify-content:center;text-align:center}.end-lg{justify-content:flex-end;text-align:end}.top-lg{align-items:flex-start}.middle-lg{align-items:center}.bottom-lg{align-items:flex-end}.around-lg{justify-content:space-around}.between-lg{justify-content:space-between}.first-lg{order:-1}.last-lg{order:1}.initial-order-lg{order:0}}@media only screen and (min-width:1200px){.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-offset-0,.col-xl-offset-1,.col-xl-offset-10,.col-xl-offset-11,.col-xl-offset-12,.col-xl-offset-2,.col-xl-offset-3,.col-xl-offset-4,.col-xl-offset-5,.col-xl-offset-6,.col-xl-offset-7,.col-xl-offset-8,.col-xl-offset-9{box-sizing:border-box;flex:0 0 auto;padding-left:8px;padding-right:8px}.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-1{flex-basis:8.33333333%;max-width:8.33333333%}.col-xl-2{flex-basis:16.66666667%;max-width:16.66666667%}.col-xl-3{flex-basis:25%;max-width:25%}.col-xl-4{flex-basis:33.33333333%;max-width:33.33333333%}.col-xl-5{flex-basis:41.66666667%;max-width:41.66666667%}.col-xl-6{flex-basis:50%;max-width:50%}.col-xl-7{flex-basis:58.33333333%;max-width:58.33333333%}.col-xl-8{flex-basis:66.66666667%;max-width:66.66666667%}.col-xl-9{flex-basis:75%;max-width:75%}.col-xl-10{flex-basis:83.33333333%;max-width:83.33333333%}.col-xl-11{flex-basis:91.66666667%;max-width:91.66666667%}.col-xl-12{flex-basis:100%;max-width:100%}.col-xl-offset-0{margin-left:0}.col-xl-offset-1{margin-left:8.33333333%}.col-xl-offset-2{margin-left:16.66666667%}.col-xl-offset-3{margin-left:25%}.col-xl-offset-4{margin-left:33.33333333%}.col-xl-offset-5{margin-left:41.66666667%}.col-xl-offset-6{margin-left:50%}.col-xl-offset-7{margin-left:58.33333333%}.col-xl-offset-8{margin-left:66.66666667%}.col-xl-offset-9{margin-left:75%}.col-xl-offset-10{margin-left:83.33333333%}.col-xl-offset-11{margin-left:91.66666667%}.start-xl{justify-content:flex-start;text-align:start}.center-xl{justify-content:center;text-align:center}.end-xl{justify-content:flex-end;text-align:end}.top-xl{align-items:flex-start}.middle-xl{align-items:center}.bottom-xl{align-items:flex-end}.around-xl{justify-content:space-around}.between-xl{justify-content:space-between}.first-xl{order:-1}.last-xl{order:1}.initial-order-xl{order:0}}@media only screen and (max-width:575px){.hidden-xs{display:none}}@media only screen and (min-width:576px) and (max-width:767px){.hidden-sm{display:none}}@media only screen and (min-width:768px) and (max-width:991px){.hidden-md{display:none}}@media only screen and (min-width:992px) and (max-width:1199px){.hidden-lg{display:none}}@media only screen and (min-width:1200px){.hidden-xl{display:none}}
/*# sourceMappingURL=main.8b87fb9c.css.map*/