:root{--gr-font-family-base: "Euclid";--gr-font-family-title: "RockStar";--gr-app-h-padding: 10px;--gr-app-width: calc(1200px + 2 * var(--gr-app-h-padding));--gr-header-height: 124px;--gr-border-radius-sm: 8px;--gr-border-radius-md: 16px;--gr-border-radius-lg: 30px;--gr-border-radius-xl: 60px;--gr-button-font-size: .875rem;--gr-button-line-height: 1.25rem;--gr-button-x-padding: 1.125rem;--gr-button-y-padding: .4375rem;--gr-button-outline-width: .125rem;--gr-form-control-height: 60px;--gr-form-control-v-padding: .625rem;--gr-form-control-h-padding: 1.5rem;--gr-transition-duration: .2s;--gr-checkbox-size: 20px;--gr-color-black: 0, 0, 0;--gr-color-white: 255, 255, 255;--gr-color-blue-dark: 29, 28, 60;--gr-color-pink-dark: 140, 123, 135;--gr-color-pink-light: 250, 188, 249;--gr-color-orange-dark: 223, 108, 44;--gr-bg-color-blue-top: 52, 51, 97;--gr-bg-color-blue-bottom: 29, 28, 60;--gr-bg-color-green-top: 188, 245, 51;--gr-bg-color-green-bottom: 103, 184, 40;--gr-text-color-green-ligth: 151, 255, 70;--gr-bg-color-orange-top: 250, 241, 146;--gr-bg-color-orange-bottom: 249, 178, 52;--gr-text-color-orange-light: 250, 241, 146;--gr-bg-color-pink-top: 255, 46, 162;--gr-bg-color-pink-bottom: 130, 19, 21;--gr-text-color-pink-light: 255, 46, 162;--gr-text-color-invalid: 255, 0, 0}@font-face{font-family:RockStar;src:url(/build/assets/RockStar-Regular-CyR2ONdc.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:RockStar;src:url(/build/assets/RockStar-SemiBold-BRD6GCff.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Euclid;src:url(/build/assets/Euclid-Regular-Dp_eXRRh.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Euclid;src:url(/build/assets/Euclid-Light-CQ01XIap.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Euclid;src:url(/build/assets/Euclid-SemiBold-Cm3CnDrN.ttf) format("truetype");font-weight:600;font-style:normal}.el-message.gr-message{--el-message-bg-color: rgba(var(--gr-color-black), .4);--el-message-border-color: transparent;--el-message-text-color: rgba(var(--gr-color-white), .8);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}.el-message.gr-message.el-message--info{--el-message-text-color: rgba(var(--gr-color-white), .9);--el-message-bg-color: rgba(var(--gr-color-black), .4)}.el-message.gr-message.el-message--success{--el-message-text-color: rgba(var(--gr-bg-color-green-top), .9);--el-message-bg-color: rgba(var(--gr-bg-color-green-top), .4)}.el-message.gr-message.el-message--warning{--el-message-text-color: rgba(var(--gr-bg-color-orange-top), .9);--el-message-bg-color: rgba(var(--gr-bg-color-orange-top), .4)}.el-message.gr-message.el-message--error{--el-message-text-color: rgba(var(--gr-bg-color-pink-top), .9);--el-message-bg-color: rgba(var(--gr-bg-color-pink-top), .25)}.el-notification{--el-bg-color-overlay: rgba(var(--gr-color-black), .4);--el-border-color-lighter: transparent;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}.el-notification__content{--el-notification-content-color: rgba(var(--gr-color-white), .8)}html{font-size:16px}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:var(--gr-font-family-base),sans-serif;font-size:1.125rem;line-height:1.75rem;font-weight:400;color:#fff;padding:0;background:url(/build/assets/bg-pattern-D6VfGXC_.svg) no-repeat center center fixed,url(/build/assets/bg-gradient-CKporf48.svg) no-repeat center center fixed;background-size:cover}.wrapper{display:grid;grid-template-rows:var(--gr-header-height) 1fr;grid-template-columns:1fr minmax(420px,var(--gr-app-width)) 1fr;height:100%;max-width:var(--gr-app-width);margin:0 auto;padding:0 var(--gr-app-h-padding) 2rem var(--gr-app-h-padding)}.header{grid-row:1 / 2;grid-column:2 / 3}.content{grid-row:2 / 3;grid-column:2 / 3;height:100%;z-index:1}.title{font-family:var(--gr-font-family-title),sans-serif;font-size:2.25rem;line-height:2.75rem;font-weight:400;margin:0;background:-webkit-linear-gradient(rgb(var(--gr-bg-color-orange-top)),rgb(var(--gr-bg-color-orange-bottom)));-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 1px 0 rgb(var(--gr-color-orange-dark))) drop-shadow(0 2px 0 rgb(var(--gr-color-blue-dark)))}a{color:rgb(var(--gr-bg-color-orange-top));text-decoration:underline;text-underline-offset:5px}a:hover{text-decoration:none}.content .form{margin-top:3rem}.overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:rgba(var(--gr-color-black),.1)}.container{width:100%;max-width:var(--gr-app-width);margin:auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;position:relative}@media (max-width: 640px){.wrapper{--gr-header-height: 90px;grid-template-columns:1fr;padding:0 .5rem}.header,.content{grid-column:1}.content .form{margin-top:2rem}}.text-muted{color:rgba(var(--gr-color-white),.3)}.text-small{font-size:.75rem;line-height:1.125rem}.text-gradient-yellow{background:-webkit-linear-gradient(rgb(var(--gr-bg-color-orange-top)),rgb(var(--gr-bg-color-orange-bottom)));-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 1px 0 rgb(var(--gr-color-orange-dark))) drop-shadow(0 2px 0 rgb(var(--gr-color-blue-dark)))}.text-gradient-green{background:-webkit-linear-gradient(rgb(var(--gr-bg-color-green-top)),rgb(var(--gr-bg-color-green-bottom)));-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 1px 0 #436E16) drop-shadow(0 2px 0 #1D1C3C)}.text-gradient-gray{background:-webkit-linear-gradient(#FFFFFF,#858585);-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 1px 0 #434343) drop-shadow(0 2px 0 #1D1C3C)}.text-gradient-gray-dark{background:-webkit-linear-gradient(rgba(255,255,255,.5),rgba(133,133,133,.5));-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 1px 0 #434343) drop-shadow(0 2px 0 #1D1C3C)}.text-ellipsis{display:inline-block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.text-success{color:rgb(var(--gr-bg-color-green-top))}.text-warning{color:rgb(var(--gr-bg-color-orange-top))}.text-secondary{color:#ffffff80}.gr-dropdown,.gr-dropdown.el-dropdown{--el-dropdown-menuItem-hover-fill: rgba(var(--gr-color-black), .75);--el-dropdown-menuItem-hover-color: rgba(var(--gr-text-color-orange-light));--el-dropdown-menu-index: 10;color:var(--gr-color-white)}.gr-dropdown:hover{cursor:pointer}.gr-dropdown.el-dropdown>*:focus,.gr-dropdown.el-dropdown>*:hover{outline:none;border:none}.gr-dropdown-popper.el-dropdown__popper{--el-bg-color-overlay: rgba(var(--gr-color-black), .75);--el-dropdown-menu-box-shadow: 0 0 14px 0 rgba(var(--gr-color-black), .5);--el-dropdown-menuItem-hover-fill: rgba(var(--gr-color-black), .75);--el-dropdown-menuItem-hover-color: rgba(var(--gr-text-color-orange-light));--el-dropdown-menu-index: 10}.gr-dropdown-popper.el-dropdown__popper.el-popper{--el-popper-border-radius: var(--gr-border-radius-md);background:rgba(var(--gr-color-black),.5);box-shadow:var(--el-dropdown-menu-box-shadow);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}.gr-dropdown-popper.el-dropdown__popper.el-popper,.gr-dropdown-popper.el-dropdown__popper.el-popper.is-light .el-popper__arrow:before{border:1px solid rgba(var(--gr-color-black),.5)}.gr-dropdown-popper.el-popper .el-popper__arrow:before{display:none}.gr-dropdown-menu.el-dropdown-menu{background-color:transparent}.gr-dropdown-menu .el-dropdown-menu__item{font-family:RockStar,sans-serif;font-size:.875rem;line-height:1rem;padding:.75rem 1.25rem;color:rgba(var(--gr-color-white),.75);transition:color var(--gr-transition-duration),text-shadow var(--gr-transition-duration)}.gr-dropdown-menu .el-dropdown-menu__item:not(.is-disabled):focus,.gr-dropdown-menu .el-dropdown-menu__item:not(.is-disabled):hover{text-shadow:0 0 8px rgb(var(--gr-text-color-orange-light))}.gr-dropdown-menu .el-dropdown-menu__item.is-disabled{color:rgba(var(--gr-color-white),.5)}.gr-dropdown-popper .el-dropdown-menu__item--divided{margin:1px 0;height:1px;padding:0;display:block;border-top:0;background:linear-gradient(to right,transparent 10%,rgba(var(--gr-color-white),.25),transparent 90%)}.gr-button{--gr-button-outline-color: linear-gradient( to bottom, rgb(var(--gr-bg-color-blue-top)), rgb(var(--gr-bg-color-blue-bottom)) );--gr-button-bg-color: linear-gradient( to bottom, rgb(var(--gr-bg-color-green-top)) 10%, rgb(var(--gr-bg-color-green-bottom)) 75%, rgba(var(--gr-bg-color-green-bottom), .85) 80% );--gr-button-glare-bg-color: rgba(var(--gr-color-white), .5);--gr-button-glare-scale: .8;--gr-button-text-color: rgb(var(--gr-color-blue-dark));--gr-button-height: 2.5rem;position:relative;display:inline-block;height:var(--gr-button-height);padding:var(--gr-button-outline-width);color:var(--gr-button-text-color);background:var(--gr-button-outline-color);border-radius:var(--gr-border-radius-lg);border:none;flex-shrink:0;box-shadow:0 0 rgba(var(--gr-color-black),.24),0 0 1px rgba(var(--gr-color-black),.24),0 4px 2px rgba(var(--gr-color-black),.2)}.gr-button[disabled],.gr-button_disabled{filter:grayscale(.5);opacity:.75;pointer-events:none}.gr-button[disabled]:hover,.gr-button_disabled:hover{cursor:not-allowed}.gr-button:not([disabled]):not(.gr-button_disabled):hover{cursor:pointer}.gr-button_md{--gr-button-y-padding: .625rem;--gr-button-x-padding: 1.5rem;--gr-button-font-size: 1.25rem;--gr-button-line-height: 1.875rem;--gr-button-outline-width: .1875rem;--gr-button-glare-scale: 1;--gr-button-height: 56px}.gr-button__inner{padding:var(--gr-button-y-padding) var(--gr-button-x-padding);width:100%;display:inline-flex;align-items:center;justify-content:center;column-gap:.25rem;background:var(--gr-button-bg-color);border-radius:var(--gr-border-radius-lg);font-size:var(--gr-button-font-size);line-height:var(--gr-button-line-height);font-family:var(--gr-font-family-title),sans-serif;font-weight:600;box-sizing:border-box}.gr-button_success{--gr-button-bg-color: linear-gradient( to bottom, rgb(var(--gr-bg-color-green-top)) 10%, rgb(var(--gr-bg-color-green-bottom)) 75%, rgba(var(--gr-bg-color-green-bottom), .85) 80% )}.gr-button_warning{--gr-button-bg-color: linear-gradient( to bottom, rgb(var(--gr-bg-color-orange-top)) 10%, rgb(var(--gr-bg-color-orange-bottom)) 75%, rgba(var(--gr-bg-color-orange-bottom), .85) 80% );--gr-button-glare-bg-color: rgba(var(--gr-color-white), .7)}.gr-button_error{--gr-button-bg-color: linear-gradient( to bottom, rgb(var(--gr-bg-color-pink-top)) 10%, rgb(var(--gr-bg-color-pink-bottom)) 75%, rgba(var(--gr-bg-color-pink-bottom), .85) 80% );--gr-button-text-color: rgb(var(--gr-color-white))}.gr-button:before,.gr-button:after{content:"";position:absolute;display:inline-block;background:var(--gr-button-glare-bg-color);border-radius:50%}.gr-button:before{width:8px;height:6px;left:13px;top:10px;transform:rotate(-50deg) scale(var(--gr-button-glare-scale));transform-origin:center}.gr-button:after{width:13px;height:7px;right:7px;top:12px;transform:rotate(45deg) scale(var(--gr-button-glare-scale));transform-origin:center}.header{height:var(--gr-header-height);display:flex;align-items:center;justify-content:center;background:url(/build/assets/cloud-CLM4_hR0.png) no-repeat 424px 18px}.header-left,.header-right{display:flex;align-items:center;column-gap:3rem}.menu{display:flex;gap:2rem}.logo{width:260px;height:165px;display:flex;justify-content:center;align-items:center;background:url(/build/assets/shines-mlCVz-B8.png) no-repeat center top;position:absolute;left:50%;transform:translate(-50%) translateY(10px)}.nav__link a,.mobile-menu__link a{position:relative;font-family:RockStar,sans-serif;font-weight:400;font-size:1.125rem;line-height:1.75rem;color:rgb(var(--gr-color-pink-light));filter:drop-shadow(0 1px 0 rgba(var(--gr-color-black),.5));text-decoration:none}.nav__logo{overflow:hidden}.nav__link:hover a,.nav__link_active a,.mobile-menu__link:hover a,.mobile-menu__link_active a{position:relative;font-family:RockStar,sans-serif;background:-webkit-linear-gradient(rgb(var(--gr-bg-color-orange-top)),rgb(var(--gr-bg-color-orange-bottom)));-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 1px 0 rgb(var(--gr-color-orange-dark))) drop-shadow(0 2px 0 rgb(var(--gr-color-blue-dark)))}.nav__link_active{position:relative}.nav__link_active:after{content:"";position:absolute;left:50%;bottom:-.75rem;transform:translate(-50%);height:2px;display:block;width:100%;background:linear-gradient(to right,transparent,rgb(var(--gr-bg-color-orange-top)),transparent)}.nav__link:first-child{grid-column-start:2}@media (max-width: 640px){.header{--gr-header-height: 90px;background:none}.logo{top:-39px;width:200px;height:90px;background-size:100%;background-position:center}.logo img{width:85px;height:86px}}.header-right{margin-right:10rem}
