.hidden {
  display: none !important;
  opacity: 1 !important;
}

.flex1 {
  flex: 1;
}

.color-akcent {
  color: #FF0081;
}

.italic {
  font-style: italic;
}

a {
  cursor: pointer;
}

.logo {
  width: 64px;
  height: 64px;
  background: transparent url(../pic/logo.svg) no-repeat left center;
  background-size: contain;
}
.logo.white {
  background-image: url(../pic/logo-white.svg);
}

.invite-button {
  font-size: 14px;
  text-shadow: 1px 0px 0px #cc0067;
  display: flex;
  align-items: center;
  background-color: #FF0081;
  border-radius: 4px;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  padding-right: 20px;
  overflow: hidden;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-size: 400px 400px;
  background-position: center -400px;
  background-image: url(../pic/shadow.svg);
}
.invite-button:before {
  content: "";
  display: block;
  background: #cc0067 url(../pic/logo-white.svg) no-repeat center center;
  background-size: 32px auto;
  width: 64px;
  height: 64px;
  border-right: 1px solid #b3005a;
}
.invite-button > span {
  display: block;
  width: 1px;
  background-color: #ff339a;
  height: 64px;
  margin-right: 20px;
}
.invite-button:hover {
  background-position: center -300px;
}

.ui-turn {
  cursor: pointer;
  width: 36px;
  border: 4px solid #c5d6ff;
  border-radius: 24px;
}
.ui-turn:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #dfe8ff;
  transition: 0.3s;
}
.ui-turn.enabled:after {
  background-color: #8DB900;
  margin-left: 18px;
}

.ui-select {
  color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.ui-select p {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 20px;
  display: flex;
  width: 100%;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  transition: 0.3s;
  text-shadow: 0px 1px 0px #fff;
}
.ui-select p:hover {
  background-color: #F8FAFF;
}
.ui-select p:hover .icon-chevron-down {
  color: #FF0081;
  transition: 0.3s;
}
.ui-select > div {
  display: none;
  position: absolute;
  background: #fff;
  width: 318px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0px;
  border-bottom: 0px;
  margin-top: -2px;
  margin-left: -1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow: auto;
  z-index: 1;
}
.ui-select > div > p {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.ui-select .cost {
  font-weight: 400;
  text-wrap: nowrap;
}
.ui-select .cost > small {
  font-weight: 200;
}
.ui-select .name {
  flex: 1;
  margin-right: 10px;
}
.ui-select .commission {
  font-size: 12px;
}
.ui-select .commission:before {
  content: "+";
}
.ui-select .commission:after {
  content: "%";
}
.ui-select .icon {
  margin-right: 20px;
}
.ui-select.show > div {
  display: block;
}
.ui-select.show .icon-chevron-down {
  rotate: 180deg;
}

.ui-period {
  color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ui-period .left::before {
  content: "\e90a";
}
.ui-period .right::before {
  content: "\e90b";
}
.ui-period > span {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.ui-period > span:hover {
  color: #FF0081;
}
.ui-period > p > small {
  display: block;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
}
.ui-period > p > input {
  font-weight: 400;
  font-size: 18px;
  width: 100px;
  text-align: center;
  outline: none;
  border: none;
}

.loader {
  margin: 21px auto;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FF0081;
  box-shadow: 32px 0 #FF0081, -32px 0 #FF0081;
  position: relative;
  animation: flash 0.5s ease-out infinite alternate;
}

@keyframes flash {
  0% {
    background-color: rgba(255, 255, 255, 0.1333333333);
    box-shadow: 32px 0 rgba(255, 255, 255, 0.1333333333), -32px 0 #FF0081;
  }
  50% {
    background-color: #FF0081;
    box-shadow: 32px 0 rgba(255, 255, 255, 0.1333333333), -32px 0 rgba(255, 255, 255, 0.1333333333);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.1333333333);
    box-shadow: 32px 0 #FF0081, -32px 0 rgba(255, 255, 255, 0.1333333333);
  }
}
.icon {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon.sbp {
  background-image: url(../pic/sbp.svg);
}
.icon.mir {
  background-image: url(../pic/mir.svg);
}
.icon.yoomoney {
  background-image: url(../pic/yoomoney.svg);
}
.icon.webmoney {
  background-image: url(../pic/webmoney.svg);
}
.icon.ssl {
  background-image: url(../pic/ssl.svg);
  width: 128px;
  height: 32px;
  background-position: center center;
}

@keyframes move-logo {
  0% {
    background-size: 64px 64px;
    background-image: url("../pic/logo.svg");
  }
  24% {
    background-size: 64px 64px;
    background-image: url("../pic/logo.svg");
  }
  25% {
    background-size: 0px 64px;
    background-image: url("../pic/logo.svg");
  }
  26% {
    background-size: 0px 64px;
    background-image: url("../pic/logo-b.svg");
  }
  27% {
    background-size: 64px 64px;
    background-image: url("../pic/logo-b.svg");
  }
  72% {
    background-size: 64px 64px;
    background-image: url("../pic/logo-b.svg");
  }
  73% {
    background-size: 0px 64px;
    background-image: url("../pic/logo-b.svg");
  }
  74% {
    background-size: 0px 64px;
    background-image: url("../pic/logo.svg");
  }
  75% {
    background-size: 64px 64px;
    background-image: url("../pic/logo.svg");
  }
  100% {
    background-size: 64px 64px;
    background-image: url("../pic/logo.svg");
  }
}
.row {
  display: flex;
}
.row.center {
  align-items: center;
}
.row.spaceb {
  justify-content: space-between;
}
.row.justify-center {
  justify-content: center;
}

.mr20 {
  margin-right: 20px;
}

.text-r {
  text-align: right;
}

.simple-link {
  text-decoration: none;
  cursor: pointer;
  color: #FF0081;
  display: inline-block;
  transition: 0.3s;
  line-height: 1;
}
.simple-link:after {
  transition: 0.3s;
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: #FF0081;
  border-radius: 2px;
  margin: 0px auto;
}
.simple-link:hover:after {
  width: 60%;
}

.ui.popup {
  position: fixed;
  z-index: 3;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.ui.popup > div {
  background-color: #fff;
  position: relative;
  margin-bottom: 10px;
  max-width: 300px;
  color: #c5d6ff;
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
  transition: 0.5s;
}
.ui.popup > div > p {
  padding: 10px;
  margin-right: 10px;
}
.ui.popup > div > canvas {
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  border: none;
  outline: none;
  resize: none;
  background: none;
  text-decoration: none;
}
.ui.popup > div.success {
  background-color: #8DB900;
  color: #fff;
}
.ui.popup > div.error {
  background-color: #EF6666;
  color: white;
}

.ui.modal {
  position: absolute;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 0px;
  top: 0px;
  width: 100%;
  min-height: 100vh;
  transition: 0.3s;
  background: rgba(41, 40, 65, 0.9) url(../pic/footer.png) no-repeat right bottom;
}
.ui.modal > div {
  padding: 20px;
  border-radius: 5px;
  background-color: #F8FAFF;
  box-sizing: border-box;
  max-width: 480px;
}
.ui.modal > a {
  position: absolute;
  position: fixed;
  right: 20px;
  top: 20px;
  font-size: 64px;
  color: #F8FAFF;
  transition: 0.3s;
  cursor: pointer;
}
.ui.modal > a:hover {
  color: #FF0081;
}
.ui.modal > a:before {
  content: "\e938";
  font-family: "icomoon" !important;
}
.ui.modal h1 {
  font-weight: 200;
}

.default-table {
  width: 100%;
  border-spacing: 0px;
}
.default-table td {
  padding: 10px;
}
.default-table td:first-child {
  font-weight: bold;
}
.default-table.vtop td {
  vertical-align: top;
}
.default-table.bbottom td {
  border-bottom: 1px solid #dfe8ff;
}
.default-table.bbottom tr:last-child td {
  border-bottom: none;
}

.ui-checkbox {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
}
.ui-checkbox > span {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  cursor: pointer;
  padding: 2px;
  line-height: 1;
  color: #FF0081;
}
.ui-checkbox > span:before {
  content: "\e908";
  font-family: "icomoon" !important;
  font-size: 28px;
}
.ui-checkbox > p {
  padding-left: 10px;
  color: rgba(0, 0, 0, 0.6);
}
.ui-checkbox a {
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  transition: 0.3s;
}
.ui-checkbox a:hover {
  color: #FF0081;
  border-color: #FF0081;
}
.ui-checkbox.disabled > span {
  color: rgba(0, 0, 0, 0.1);
}

* {
  margin: 0px;
  padding: 0px;
}

body {
  width: 100%;
  min-height: 100vh;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  background-color: #F8FAFF;
  line-height: 1.6;
  color: #292841;
}

::-webkit-scrollbar-button {
  width: 6px;
  height: 0px;
}

::-webkit-scrollbar-track {
  background-color: #F8FAFF;
}

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #FF0081;
}

::-webkit-resizer {
  width: 7px;
  height: 0px;
}

::-webkit-scrollbar {
  width: 4px;
}

.empty-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 100vh;
  width: 100%;
  flex-direction: column;
}
.empty-wrapper.bg {
  background: url(../pic/bg2.jpg) no-repeat center bottom;
  background-size: cover;
}

.notfound {
  background: transparent url(../pic/404.png) no-repeat center top;
  background-size: auto 220px;
  width: 320px;
  padding-top: 240px;
  text-align: center;
}
.notfound > h1 {
  font-size: 100px;
  color: #FF0081;
  font-weight: 100;
}

.alert {
  width: 320px;
  padding-top: 240px;
  text-align: center;
}
.alert.success {
  background: transparent url(../pic/success.png) no-repeat center top;
  background-size: auto 220px;
}
.alert > h1 {
  font-size: 100px;
  color: #FF0081;
  font-weight: 100;
}
.alert > h2 {
  font-size: 50px;
  color: #FF0081;
  font-weight: 100;
}

.home-logo {
  display: block;
  height: 64px;
  width: 64px;
  background: transparent url(../pic/logo.svg) no-repeat center center;
  background-size: 64px 64px;
  animation: move-logo 20s linear infinite;
}

.menu {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
}
.menu .login {
  transition: 0.3s;
  font-size: 12px;
  text-shadow: 1px 0px 0px #1626e4;
  display: flex;
  align-items: center;
  background-color: #404EED;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  padding-right: 20px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 400px 400px;
  background-position: center -400px;
  background-image: url(../pic/shadow.svg);
  line-height: 1;
}
.menu .login:before {
  content: "";
  display: block;
  background: #1626e4 url(../pic/discord-white.svg) no-repeat center center;
  background-size: 24px auto;
  width: 48px;
  height: 48px;
  border-right: 1px solid #1322cd;
}
.menu .login > span {
  display: block;
  width: 1px;
  background-color: #6f79f1;
  height: 48px;
  margin-right: 20px;
}
.menu .login:hover {
  background-position: center -350px;
}
.menu .login.tocabinet:before {
  content: "\e91e";
  display: block;
  font-family: "icomoon" !important;
  background: #1626e4;
  font-size: 22px;
  width: auto;
  height: auto;
  padding: 14px;
}

.home-wrapper {
  background: #e9efff url(../pic/bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
  height: 100vh;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.home-wrapper .welcome {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.home-wrapper .welcome > div {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.home-wrapper .welcome > div > h1 {
  font-size: 48px;
  font-weight: 200;
}
.home-wrapper .welcome > div > p {
  line-height: 1.6;
  text-shadow: 0px 0px 4px #F8FAFF;
}
.home-wrapper .down-icon {
  margin: 20px auto;
  display: block;
  text-align: center;
  cursor: pointer;
  animation: sized 0.5s ease-out infinite alternate;
  text-shadow: 0px 0px 8px #91B0FF;
}
.home-wrapper .down-icon::before {
  content: "\e909";
  font-family: "icomoon" !important;
  font-size: 64px;
  color: #fff;
  margin: 0px auto;
}

@keyframes sized {
  0% {
    scale: 1;
  }
  100% {
    scale: 0.9;
  }
}
.about-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
  margin: 0px auto 0px auto;
  padding: 60px 20px;
  border-bottom: 1px solid #c5d6ff;
}
.about-wrapper > div {
  flex: 1;
}
.about-wrapper > div > h1 {
  font-weight: 200;
}
.about-wrapper > div > p {
  color: #514f80;
}
.about-wrapper .about-text {
  padding: 20px;
}

.about-image {
  background-repeat: no-repeat;
  background-size: content;
  background-position: center center;
  width: 510px;
  height: 510px;
  margin: 0px 20px;
}
.about-image.home1 {
  background-image: url(../pic/home1.png);
}
.about-image.home2 {
  background-image: url(../pic/home2.png);
}
.about-image.home3 {
  background-image: url(../pic/home3.png);
}
.about-image.home4 {
  background-image: url(../pic/home4.png);
}
.about-image.home5 {
  background-image: url(../pic/home5.png);
  background-size: 300px auto;
}
.about-image.home6 {
  background-image: url(../pic/integration.png);
  background-size: 360px auto;
}

.footer-wrapper {
  width: 100%;
  box-sizing: border-box;
  background: #292841;
  padding: 40px;
  color: #a4a2c6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
.footer-wrapper a {
  color: #a4a2c6;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
}
.footer-wrapper a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #a4a2c6;
  transition: 0.3s;
  margin: 0px auto;
}
.footer-wrapper a:hover {
  color: #FF0081;
}
.footer-wrapper a:hover:after {
  background-color: #FF0081;
  width: 50%;
}
.footer-wrapper h2 {
  font-weight: 200;
  line-height: 1;
  margin-bottom: 10px;
}
.footer-wrapper h2 > small {
  display: block;
  font-size: 70%;
}
.footer-wrapper .text-r {
  padding-right: 20px;
  border-right: 1px solid #333251;
  margin-right: 20px;
}
.footer-wrapper.gradient {
  background: transparent url(../pic/gradient.svg) repeat-x center bottom;
  background-size: contain;
  color: #fff;
}
.footer-wrapper.gradient a {
  color: #fff;
}
.footer-wrapper.gradient .text-r {
  border-color: #F8FAFF;
}

.about-payments {
  background: #292841 url(../pic/footer.png) no-repeat right bottom;
  background-size: auto 256px;
}
.about-payments .footer-wrapper {
  background: none;
}

.payments-icons-wrapper {
  border-bottom: 1px solid #333251;
  max-width: 1080px;
  color: #F8FAFF;
  margin: 0px auto;
  padding: 40px 20px;
  box-sizing: border-box;
  text-align: center;
}
.payments-icons-wrapper > h1 {
  font-weight: 200;
}
.payments-icons-wrapper > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.payments-icons-wrapper > div > p {
  width: 64px;
  height: 64px;
  margin: 40px;
}

.payment-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}
.payment-wrapper .guild-logo {
  width: 96px;
  height: 96px;
  background-size: contain;
  margin-bottom: 20px;
  border-radius: 100%;
}
.payment-wrapper .form {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 6px;
  min-width: 320px;
}
.payment-wrapper .form > div {
  margin-bottom: 20px;
}
.payment-wrapper .form > div:last-child {
  margin-bottom: 0px;
}
.payment-wrapper .loader {
  margin-top: 41px;
}
.payment-wrapper button {
  outline: none;
  border: none;
  cursor: pointer;
  padding: 20px;
  border-radius: 4px;
  background-color: #FF0081;
  background-size: contain;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  transition: 0.3s;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.payment-wrapper button > span {
  font-weight: 600;
}
.payment-wrapper button > span > small {
  font-weight: 300;
}
.payment-wrapper button:active {
  transform: scale(0.95);
  background-color: #e60074;
}
.payment-wrapper button.disabled {
  background-color: #f3f6ff;
  color: #c5d6ff;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
}
.payment-wrapper button.disabled:active {
  transform: scale(1);
  background-color: #f3f6ff;
}
.payment-wrapper .footer {
  font-size: 12px;
  text-align: center;
  font-weight: 100;
  margin-top: 20px;
  color: #5f8dff;
  max-width: 320px;
}
.payment-wrapper .footer a {
  color: #FF0081;
  text-decoration: none;
}

.mobile .home-wrapper {
  background-size: cover;
}
.mobile .home-wrapper .welcome > div > h1 {
  font-size: 2em;
}
.mobile .home-wrapper .welcome > div > p {
  font-size: 0.8em;
}
.mobile .about-wrapper {
  flex-direction: column;
}
.mobile .about-wrapper .about-image {
  width: 90vw;
  background-size: contain;
  margin: 0px auto;
}
.mobile .about-wrapper > div {
  text-align: center;
}
.mobile .mobile-reverse {
  flex-direction: column-reverse;
}
.mobile .payments-icons-wrapper .icon {
  margin: 10px;
}
.mobile .footer-wrapper {
  flex-direction: column;
}
.mobile .footer-wrapper > div {
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
}
.mobile .footer-wrapper > div .logo {
  margin: 10px;
}
.mobile .footer-wrapper .text-r {
  margin-right: 0px;
  padding-right: 0px;
  border: none;
}

.simple-text {
  max-width: 1024px;
  margin: 0px auto;
  background-color: #fff;
  padding: 40px;
  color: #292841;
  border: 1px solid #c5d6ff;
  border-radius: 5px;
  margin-bottom: 40px;
}
.simple-text > h1 {
  font-weight: 200;
}
.simple-text > h2 {
  margin-top: 20px;
  font-weight: 200;
}
.simple-text a {
  text-decoration: none;
  color: #FF0081;
}
.simple-text > p {
  margin: 10px 0px;
  padding-left: 40px;
}
.simple-text > table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
}
.simple-text > table td {
  padding: 20px;
}
.simple-text > table td {
  border: 1px solid #292841;
}
.simple-text ol, .simple-text ul {
  padding-left: 40px;
}
.simple-text ol > li, .simple-text ul > li {
  padding: 10px 0px;
}
.simple-text ol > li > p, .simple-text ul > li > p {
  padding: 10px 0px;
}

.support-wrapper {
  max-width: 320px;
}
.support-wrapper h1 {
  font-weight: 200;
}
.support-wrapper p {
  font-size: 14px;
}

.default-form {
  min-width: 300px;
}
.default-form > p {
  color: #292841;
  font-size: 14px;
  padding: 0px 14px;
  margin-top: 10px;
}
.default-form button {
  color: #fff;
  background-color: #292841;
  border: none;
  outline: none;
  width: 100%;
  padding: 14px 0px;
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
  font-weight: bold;
  transition: 0.3s;
  border-radius: 4px;
}
.default-form button:hover {
  background-color: #FF0081;
}
.default-form input, .default-form textarea {
  resize: none;
  font-size: 14px;
  padding: 10px;
  text-align: left;
  width: 100%;
  border: 4px solid #dfe8ff;
  border-radius: 4px;
  font-weight: bold;
  outline: none;
  display: block;
  box-sizing: border-box;
}
.default-form input:active, .default-form textarea:active {
  outline: 4px solid rgba(255, 0, 129, 0.1);
}
.default-form input:focus, .default-form textarea:focus {
  border: 4px solid #FF0081;
}

.line-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px auto;
  color: #292841;
  text-shadow: 0px 0px 1px #F8FAFF;
  white-space: nowrap;
}
.line-caption:after, .line-caption:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #292841;
}
.line-caption:after {
  margin-left: 10px;
}
.line-caption:before {
  margin-right: 10px;
}

.special-button {
  display: flex;
  align-items: center;
  background: #FF0081;
  line-height: 1;
  text-decoration: none;
  padding-right: 10px;
  color: #F8FAFF;
  border-radius: 4px;
  overflow: hidden;
  text-shadow: 0px 0px 1px #292841;
}
.special-button:before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  border-right: rgba(0, 0, 0, 0.1);
}
.special-button > i {
  display: block;
  width: 1px;
  height: 36px;
  margin-right: 10px;
  background-color: rgba(255, 255, 255, 0.1);
}
.special-button.telegram {
  background-color: #17A3E6;
}
.special-button.telegram::before {
  background: rgba(0, 0, 0, 0.2) url(../pic/telegram.svg) no-repeat center center;
  background-size: 18px auto;
}
.special-button.discord {
  background-color: #5764F2;
}
.special-button.discord::before {
  background: rgba(0, 0, 0, 0.2) url(../pic/discord-white.svg) no-repeat center center;
  background-size: 18px auto;
}/*# sourceMappingURL=site.css.map */