@font-face {
    font-family: Pilat;
    src: url(../fonts/Pilat-Light.cf430c2a.woff2) format("woff2"),  url(../fonts/Pilat-Light.117008fb.woff) format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
  font-family: Pilat;
  src:  url(../fonts/Pilat-Regular.6756b881.woff2) format("woff2"),
     url(../fonts/Pilat-Regular.f2b76db7.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Pilat;
  src:  url(../fonts/Pilat-Bold.83b8e7c1.woff2) format("woff2"),
     url(../fonts/Pilat-Bold.bbad96ae.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Pilat;
  src:  url(../fonts/Pilat-Heavy.ae710577.woff2) format("woff2"),
     url(../fonts/Pilat-Heavy.bbac491b.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}
:focus:not(:focus-visible) {
  outline: none;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body,
html {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
html {
  background-color: #fff;
  box-sizing: border-box;
  font-family: Pilat, sans-serif;
  font-weight: 400;
  font-style: normal;
}
body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    overflow-x: hidden;
}
[tabindex],
a,
button,
input,
label,
select,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
a {
  color: currentColor;
  outline: none;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}
a * {
  pointer-events: none;
}
svg {
  fill: currentColor;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: 100%;
  font-weight: 400;
  line-height: inherit;
  margin: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 0;
}
dd {
  margin-left: 0;
}
img {
  display: inline-flex;
  max-width: 100%;
  height: auto;
}
blockquote,
figure {
  margin: 0;
}
cite {
  font-style: normal;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: 1.15;
  margin: 0;
}
button,
input[type="reset"] {
  background-color: transparent;
  border: none;
  color: currentColor;
  cursor: pointer;
  padding: 0;
  outline: none;
  user-select: none;
}
button {
  cursor: pointer;
}
a *,
button * {
  pointer-events: none;
}
a:not([class]) svg {
  margin-right: space(16);
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
input[type="search"] {
  -webkit-appearance: none;
  appearance: none;
}
fieldset {
  border: none;
}
fieldset,
legend {
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-variant-numeric: tabular-nums;
  width: 100%;
}
main {
  display: flex;
  flex-direction: row;
  height: 100vh;
  width: 100%;
}
@media (max-width: 768px) {
  main {
    flex-direction: column;
    height: auto;
  }
}
main .column {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 50%;
  max-width: 50%;
}
@media (max-width: 768px) {
  main .column {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
main .column:first-child {
  background-image: url(../Images/BG-image.23e78fbe.jpg);
  background-position: 0;
  background-size: cover;
}
@media (max-width: 768px) {
  main .column:first-child {
    margin: 40px 0 20px;
    min-height: 400px;
  }
}
main .column:first-child:before {
  content: "";
  background-image: url(../Images/mask.31e52828.svg);
  position: absolute;
  top: -10px;
  right: -1px;
  width: 40px;
  bottom: -10px;
  background-size: cover;
}
@media (max-width: 768px) {
  main .column:first-child:before {
    background-image: url(../Images/mask-top.ebbe87a7.svg);
    top: -1px;
    left: -10px;
    right: -10px;
    height: 31px;
    width: auto;
  }
}
main .column:first-child:after {
  content: "";
}
@media (max-width: 768px) {
  main .column:first-child:after {
    background-image: url(../Images/mask-bottom.7239ad00.svg);
    bottom: -1px;
    left: 0;
    right: -10px;
    height: 31px;
    position: absolute;
    background-size: cover;
  }
}
main .column:first-child .logo {
  display: none;
  position: absolute;
  top: -17px;
  left: calc(50% - 67px);
}
@media (max-width: 768px) {
  main .column:first-child .logo {
    display: block;
    width: 132px;
  }
}
@media (max-width: 768px) {
  main .column:last-child {
    padding-bottom: 20px;
  }
}
main .column:last-child .logo {
    position: absolute;
    top: 30px;
    left: 18px;
    height: 24px;
    width: 132px;
}
@media (max-width: 768px) {
  main .column:last-child .logo {
    display: none;
  }
}
.Carousel {
  width: 40vw;
}
@media (max-width: 768px) {
  .Carousel {
    width: 100vw;
    padding: 0 20px;
  }
}
.Carousel-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.Carousel-slide-inner {
  max-width: 340px;
  width: 100%;
}
.Carousel-seperator {
  padding-bottom: 30px;
}
.Button {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 13px;
}
.Button + Button {
  margin-top: 8px;
}
.Button.loading span,
.Button .spinner {
  display: none;
}
.Button.loading .spinner {
  display: block;
}
.Button--primary {
    background-color: #14e450;
    transition: background-color 0.3s ease;
    z-index: 99;
}
.Button--primary:hover {
  background-color: #14cd50;
}
[class^="Button"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.TextField {
  display: flex;
  flex-direction: column;
  padding-bottom: 8px;
  position: relative;
}
.Form-label {
  display: flex;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  height: 45px;
}
.TextField-input {
  height: 40px;
  border: 1px solid #000;
  background-color: #f2f2f2;
  font-weight: 400;
  padding: 16px;
  outline: none;
}
.has-error .TextField-input {
  border: 1px solid #f80303;
  color: #f80303;
}
.TextField-input::-webkit-input-placeholder {
  color: #b2b2b2;
  font-weight: 400;
  font-family: Pilat-Regular, sans-serif;
  font-size: 15px;
}
.TextField-input:-moz-placeholder,
.TextField-input::-moz-placeholder {
  color: #b2b2b2;
  font-weight: 400;
  font-family: Pilat-Regular, sans-serif;
  font-size: 15px;
}
.TextField-input:-ms-input-placeholder {
  color: #b2b2b2;
  font-weight: 400;
  font-family: Pilat-Regular, sans-serif;
  font-size: 15px;
}
.Error-message {
  font-size: 11px;
  position: absolute;
  bottom: -4px;
  color: #f80303;
}
label {
  display: flex;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  height: 40px;
}
.Select {
  position: relative;
}
.js-Dropdown {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 8px;
}
.js-Dropdown-title {
  display: flex;
  position: relative;
  align-items: center;
  background-color: #f2f2f2;
  border: 1px solid #000;
  font-weight: 400;
  cursor: pointer;
  font-size: 15px;
  height: 45px;
  padding: 16px;
  width: 100%;
}
.has-error .js-Dropdown-title {
  border: 1px solid #f80303;
}
.js-Dropdown-title:after {
  border-left: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #000;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 1em;
  top: calc(50% - 7px);
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
}
.placeholder {
  color: #b2b2b2;
  font-weight: 400;
  font-family: Pilat-Regular, sans-serif;
  font-size: 15px;
}
.js-Dropdown-list {
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  display: none;
  height: 0;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  transition: 0.2s linear;
  width: 100%;
  z-index: 999;
  max-height: 216px;
  overflow: scroll;
}
.js-Dropdown-list.is-open {
  display: block;
  height: auto;
  opacity: 1;
}
.js-Dropdown-list li {
  border-bottom: 1px solid #000;
  cursor: pointer;
  padding: 0.75em 1em;
}
.js-Dropdown-list li.is-selected,
.js-Dropdown-list li:hover {
  background-color: #f2f2f2;
}
.js-Dropdown-list li:first-child {
  display: none;
}
.Option {
  display: flex;
  align-items: center;
  pointer-events: none;
}
.Option--image {
  width: 30px;
}
.Option--value {
  padding-left: 20px;
}
.Option--value br {
  display: none;
}
.SelectButton {
  display: flex;
  align-items: center;
  pointer-events: none;
}
.SelectButton--image {
  width: 30px;
}
.SelectButton--value {
  padding-left: 20px;
}
.js-Dropdown-optgroup {
  background: #444;
  border-bottom: 1px solid #a5a5a5;
  color: #ddd;
  cursor: default;
  padding: 0.5em;
  text-align: center;
}
.Checkbox {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 15px;
  user-select: none;
  font-weight: 400;
  text-transform: none;
  height: 18px;
  margin: 22px 0;
}
.Checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.Checkbox input:checked ~ .checkmark {
  background-color: #f2f2f2;
}
.Checkbox input:checked ~ .checkmark:after {
  display: block;
}
.Checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #f2f2f2;
  border: 1px solid #000;
}
.Checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 7px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.Checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.Checkbox a {
  text-decoration: underline;
}
.Checkbox.has-error {
  color: #f80303;
}
.Checkbox.has-error .checkmark {
  border: 1px solid #f80303;
}
.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}


.spinner > div {
  width: 14px;
  height: 14px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s ease-in-out infinite both;
  animation: sk-bouncedelay 1.4s ease-in-out infinite both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  to {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.Verification {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.Verification-image {
  width: 260px;
  margin-bottom: 45px;
}
.Verification-title {
  font-weight: 700;
  font-size: 30px;
  max-width: 880px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 12px;
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .Verification-title {
    font-size: calc(0.6vw + 22.08px);
  }
}
@media screen and (min-width: 1320px) {
  .Verification-title {
    font-size: 30px;
  }
}
.Verification-subtitle {
  font-weight: 400;
  margin-bottom: 32px;
  font-size: 13px;
}
@media screen and (min-width: 320px) {
  .Verification-subtitle {
    font-size: calc(0.2vw + 12.36px);
  }
}
@media screen and (min-width: 1320px) {
  .Verification-subtitle {
    font-size: 15px;
  }
}
.Verification-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-bottom: 12px;
}
.Verification-requirements {
  font-size: 13px;
  color: #b2b2b2;
}
.Verification-box {
  position: absolute;
  top: 46px;
  left: calc(50% - 122px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(20, 228, 80, 0.17);
  width: 245px;
  height: 44px;
  color: #14e450;
  font-size: 15px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .Verification-box {
    position: relative;
    top: 0;
    left: 0;
  }
}
.Verification-box span {
  padding-left: 5px;
}
.Signup-title {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 30px;
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .Signup-title {
    font-size: calc(1.2vw + 14.16px);
  }
}
@media screen and (min-width: 1320px) {
  .Signup-title {
    font-size: 30px;
  }
}
.Confirm-title {
  text-align: center;
  font-weight: 700;
  padding-bottom: 20px;
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  .Confirm-title {
    font-size: calc(1.2vw + 14.16px);
  }
}
@media screen and (min-width: 1320px) {
  .Confirm-title {
    font-size: 30px;
  }
}
.Confirm-subtitle {
  font-weight: 700;
}
.Confirm-subtitle,
.Confirm-text {
  font-size: 15px;
  text-align: center;
  padding-bottom: 20px;
}
.Confirm-text {
  font-weight: 400;
}
.Frontpage {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.Frontpage-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../Images/Landingpage.e38519d7.png);
  background-size: cover;
  background-position: 50%;
  z-index: -1;
}
.Frontpage-logo {
    position: absolute;
    top: 40px;
    left: 50px;
    height: 24px;
    width: 132px;
}
.Frontpage-title {
  font-weight: 700;
  color: #fff;
  max-width: 880px;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .Frontpage-title {
    font-size: calc(4.6vw + 9.28px);
  }
}
@media screen and (min-width: 1320px) {
  .Frontpage-title {
    font-size: 70px;
  }
}
.Frontpage-title {
  max-width: 250px;
}
@media screen and (min-width: 320px) {
  .Frontpage-title {
    max-width: calc(63vw + 48.4px);
  }
}
@media screen and (min-width: 1320px) {
  .Frontpage-title {
    max-width: 880px;
  }
}
.Frontpage-title {
  padding-bottom: 20px;
}
@media screen and (min-width: 320px) {
  .Frontpage-title {
    padding-bottom: calc(3vw + 10.4px);
  }
}
@media screen and (min-width: 1320px) {
  .Frontpage-title {
    padding-bottom: 50px;
  }
}
.Frontpage-text {
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-size: 13px;
}
@media screen and (min-width: 320px) {
  .Frontpage-text {
    font-size: calc(0.2vw + 12.36px);
  }
}
@media screen and (min-width: 1320px) {
  .Frontpage-text {
    font-size: 15px;
  }
}
.Frontpage-text {
  max-width: 250px;
}
@media screen and (min-width: 320px) {
  .Frontpage-text {
    max-width: calc(38vw + 128.4px);
  }
}
@media screen and (min-width: 1320px) {
  .Frontpage-text {
    max-width: 630px;
  }
}
.Frontpage-text {
  padding-bottom: 20px;
}
@media screen and (min-width: 320px) {
  .Frontpage-text {
    padding-bottom: calc(3vw + 10.4px);
  }
}
@media screen and (min-width: 1320px) {
  .Frontpage-text {
    padding-bottom: 50px;
  }
}
.Frontpage-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-bottom: 20px;
}
.Frontpage-disclaimer {
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
}
@media screen and (min-width: 320px) {
  .Frontpage-disclaimer {
    font-size: calc(0.2vw + 12.36px);
  }
}
@media screen and (min-width: 1320px) {
  .Frontpage-disclaimer {
    font-size: 15px;
  }
}
.Frontpage-rights {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 84px);
  color: #fff;
  font-size: 12px;
}
.Frontpage-social {
  position: absolute;
  top: 40px;
  right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
/*# sourceMappingURL=/styles.cfcda08f.css.map */


.column {
    position: relative;
}
.addchart {
    width: 20%;
    position: absolute;
    top: 8%;
    left: 0%;
}

.UserName {
    padding-top: 5%;
    padding-bottom: 5%;
    font-size: 20px;
    font-family: Pilat;
}

.countryName {
    padding-top: 5%;
    padding-bottom: 5%;
    font-family: Pilat;
}
.avatar {
    /*width: 50%;*/
    width: 100px;
    height: 100px;
    margin-top: 6px;
    margin-bottom: 10%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.weight {
    font-size: 12px;
    font-weight: 500;
}



.Verifi-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90px;
    margin-bottom: 35px;
    z-index:99;
}

.btncolor {
    background-color: #14e450;
    transition: background-color 0.3s ease;
    z-index: 99;
    height: 45px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 13px;
    width: 100%;
}
/*.closeBtn {
    position: absolute;
    top: 46px;
    left: calc(80% - 30px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78px;
    height: 44px;
    font-size: 15px;
    margin-bottom: 30px;
    cursor: pointer;
    z-index: 99;
    width: 22%;
}*/

/*@media (max-width: 768px) {
    .closeBtn {
        position: absolute;
        top: 46px;
        left: calc(80% - 30px);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 78px;
        height: 44px;
        font-size: 15px;
        margin-bottom: 30px;
        cursor: pointer;
        z-index: 99;
        width: 22%;
    }
    main .column:nth-child(2) .closeBtn {
        display: none;
    }
}*/

main .column:first-child .closeBtn {
    display: none;
    position: absolute;
    top: -17px;
    left: calc(50% - 67px);
}

@media (max-width: 768px) {
    main .column:first-child .closeBtn {
        display: block;
        position: absolute;
        top: 46px;
        left: calc(80% - 30px);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 78px;
        height: 44px;
        font-size: 15px;
        margin-bottom: 30px;
        cursor: pointer;
        z-index: 99;
        width: 22%;
    }
}

main .column:last-child .closeBtn {
    position: absolute;
    top: 46px;
    left: calc(80% - 30px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78px;
    height: 44px;
    font-size: 15px;
    margin-bottom: 30px;
    cursor: pointer;
    z-index: 99;
    width: 22%;
}

@media (max-width: 768px) {
    main .column:last-child .closeBtn {
        display: none;
    }
}


.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid blue;
    border-right: 16px solid green;
    border-bottom: 16px solid red;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;

}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.blur {
    opacity: 0.4;
}

.loading2 {
    position: absolute;
    top: 50%;
    left: 72%;
}

@media (max-width: 768px) {
    .loading2 {
        position: absolute;
        top: 65%;
        left: 35%;
    }
}

.useridlbl {
    flex-direction: row !important;
    padding-right: 80%;
}
@media (max-width: 768px) {
    .useridlbl {
        flex-direction: row !important;
        padding-right: 55%;
    }
}


/*.spinner {
       margin-top: -451px;
    margin-left: 830px;
}
@media (max-width:1920px){
    .spinner {
        margin-top: -485px;
        margin-left: 1350px;
    }
}
@media (max-width:1360px){
    .spinner {
        margin-top: -484px;
        margin-left: 1345px;
    }
}
@media (max-width:1219px){
    .spinner {
        margin-top: -261px;
        margin-left: 830px;
    }
}
@media (max-width:414px){
    .spinner {
            margin-top: -217px;
            margin-left: 120px;
    }
}*/

