* {
  box-sizing: border-box;
}

button {
  border: none;
}

.custom-select {
  display: inline-flex;
  align-items: center;
}

select option:checked {
  background-color: #712aff !important;
  color: white !important;
}

select option:hover {
  background-color: #712aff !important;
  color: white !important;
}

.custom-select-icon {
  width: 14px;
  height: 14px;
}

/* for IE10 */
select::-ms-expand {
  display: none;
}

#root,
.app {
  width: 100%;
  height: 100%;
  background: white;
  overflow-y: auto;
}

.small-icon {
  width: 24px;
  height: 24px;
}

.select-input {
  background: transparent;
  border: none;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  outline: none;
  margin-right: 8px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ghost-button {
  width: 24px;
  height: 24px;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: none;
  margin: none;
  background: transparent;
  cursor: pointer;
}

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background: white;
  box-sizing: border-box;
  background: white;
  display: none;
}

.modal--open {
  display: block !important;
}

.modal-item {
  width: 100%;
  padding: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 12px;
  font-weight: 500;
  color: inherit;
  text-align: center;
  text-decoration: none;
  display: block;
}

.app--dark {
  filter: invert(1) hue-rotate(180deg);
}

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

  to {
    transform: rotate(360deg);
  }
}

.button__icon--animation {
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.theme {
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 999px;
  background: #f7f7f7;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(191, 191, 191, 1);
  -moz-box-shadow: 0px 1px 2px 0px rgba(191, 191, 191, 1);
  box-shadow: 0px 1px 2px 0px rgba(191, 191, 191, 1);
  border: none;
  outline: none;
  cursor: pointer;
}

.theme--menu {
  position: absolute;
  width: 32px;
  height: 32px;
  top: -8px !important;
  right: 0 !important;
  left: calc(100% - 24px);
  z-index: 4;
}

.theme img {
  width: 24px;
  height: 24px;
}

html,
body {
  height: 100%;
  margin: 0;
  font-family: Inter;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

label {
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.2px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}

*[margin] {
  margin-bottom: 40px;
}

.speed {
  width: 300px;
  height: 300px;
  position: relative;
  display: inline-flex;
  flex-direction: column;
}

.speed > .large-detail {
  margin-top: 12px;
}

#canvas {
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
  width: 300px;
}

.container {
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
}

.social {
  width: 40px;
  height: 40px;
  margin-left: 16px;
  border-radius: 999px;
  background: #f6f6f6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dropdown {
  display: inline-flex;
  align-items: center;
  line-height: 24px;
  position: relative;
  cursor: pointer;
}

.dropdown__icon {
  margin-left: 6px;
  height: 24px;
  width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dropdown__emoji {
  margin-right: 12px;
  height: 24px;
  width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 24px;
  font-size: 14px;
}

.dropdown__content {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}

.dropdown__selected {
  display: flex;
  align-items: center;
}

.dropdown:hover .dropdown__content {
  display: block !important;
}

.dropdown__item {
  opacity: 0.6;
  cursor: pointer;
}

nav {
  display: inline-flex;
  align-items: center;
}

@media only screen and (max-width: 500px) {
  .direction-column-reverse--mobile {
    display: flex;
    flex-direction: column-reverse;
  }

  .direction-row--mobile {
    display: flex;
    flex-direction: row;
    padding: 0 1rem;
    box-sizing: border-box;
  }

  .direction-row--mobile .row {
    flex: 1;
    width: calc(50vw - 1rem);
    justify-content: space-around;
    align-items: flex-start;
  }

  .direction-row--mobile .row .column {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .row--padding--mobile {
    padding: 0 2rem;
  }

  .detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
  }

  .detail .detail__icon {
    width: 32px !important;
    height: 32px !important;
    margin-bottom: 4px;
  }

  .detail .detail__icon img {
    width: 16px !important;
    height: 16px !important;
  }

  .detail .detail__title {
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .detail .detail__subtitle {
    font-size: 14px !important;
    line-height: 16px !important;
  }
}

@media only screen and (min-width: 500px) {
  .direction-column-reverse--mobile {
    display: flex;
    flex-direction: column;
  }

  .direction-row--mobile {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 350px) {
  .social {
    width: 24px !important;
    height: 24px !important;
    background: transparent !important;
    margin-left: 6px;
  }

  .menu {
    padding: 16px !important;
  }

  .button {
    height: 40px !important;
  }

  .logo {
    height: 24px !important;
    width: auto !important;
  }

  .speed {
    width: 200px !important;
    height: 200px !important;
    margin-top: 16px;
  }

  #canvas {
    height: 200px !important;
    width: 200px !important;
  }

  .large-detail .large-detail__title {
    font-size: 24px;
  }

  .row .column {
    width: calc(50vw - 32px);
    margin-right: 0;
    flex: 1;
  }

  .row {
    width: 100%;
    margin-bottom: 24px;
  }

  .detail .detail__icon {
    width: 40px;
    height: 40px;
  }

  .detail .detail__title {
    font-size: 14px;
    line-height: 20px;
  }

  .detail .detail__subtitle {
    font-size: 16px;
    line-height: 20px;
  }

  .small-detail .small-detail__title {
    font-size: 12px;
  }

  .small-detail .small-detail__subtitle {
    font-size: 14px;
  }

  .small-detail .small-detail__content {
    font-size: 12px;
  }

  .container {
    padding-top: 0 !important;
  }
}

.languagesWrapper {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.languagesWrapper .languagesMenu {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 2px 4px 0px rgba(16, 17, 21, 0.25);
  background-color: white;
  border-radius: 10px;
  position: absolute;
  top: 25px;
  max-height: 35vh;
  overflow-y: scroll;
  right: 0;
  z-index: 999;
  padding-bottom: 8px;
}
.languagesWrapper .languagesMenu .languagesMenu__item {
  padding: 8px 20px 4px 5px;
  text-align: left;
}
.languagesWrapper .languagesMenu .languagesMenu__item:hover {
  text-decoration: underline;
  border-radius: 10px;
}

@media only screen and (max-width: 500px) {
  .row {
    margin-bottom: 16px !important;
  }

  .speed {
    margin-bottom: 16px !important;
    margin-top: 16px;
  }

  .button {
    font-size: 14px !important;
    height: 42px !important;
  }
}

.nav__item {
  font-size: 12px;
  font-weight: 500;
  color: inherit;
  text-align: center;
  text-decoration: none;
  margin-left: 12px;
}

.tooltip {
  position: relative;
}

.tooltip .tooltip__info {
  position: absolute;
  top: -17px;
  right: 75%;
  display: none;
  padding: 5px;
  border-radius: 999px;
  background-color: #f6f6f6;
  font-size: 9px;
  font-weight: 500;

  box-shadow: "0px 2px 4px 0px rgba(16,17,21,0.25)";
  -webkit-box-shadow: "0px 2px 4px 0px rgba(16,17,21,0.25)";
  -moz-box-shadow: "0px 2px 4px 0px rgba(16,17,21,0.25)";
}

.tooltip:hover .tooltip__info {
  display: inline-flex;
  white-space: nowrap;
}

.__faq .__faq--relative {
  position: relative;
}

.__faq .__faq--relative .__close {
  position: absolute;
  top: -10px;
  right: -5px;
  padding: 5px;
  cursor: pointer;
}

.partnersWrapper {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.partnersWrapper .partners {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 2px 4px 0px rgba(16, 17, 21, 0.25);
  background-color: white;
  border-radius: 10px;
  position: absolute;
  top: 25px;
  max-height: 35vh;
  overflow-y: scroll;
  right: 0;
  z-index: 999;
  padding-bottom: 8px;
}
.partnersWrapper .partners .partners__item {
  padding: 8px 20px 4px 5px;
  text-align: left;
}
.partnersWrapper .partners .partners__item:hover {
  text-decoration: underline;
  border-radius: 10px;
}

@media only screen and (max-width: 500px) {
  .__faq {
    left: 24;
    right: 24;
    bottom: 24;
    width: calc(100vw - 48px) !important;
  }
}

.nav__item {
  font-size: 12px;
  font-weight: 500;
  color: inherit;
  text-align: center;
  text-decoration: none;
  margin-left: 12px;
}

@media only screen and (max-width: 500px) and (min-width: 350px) {
  .large-detail__title {
    font-size: 32px;
  }

  .social {
    width: 24px !important;
    height: 24px !important;
    background: transparent !important;
    margin-left: 6px;
  }

  .logo {
    height: 24px !important;
    width: auto !important;
  }

  .menu {
    padding: 16px !important;
  }

  .speed {
    width: 200px !important;
    height: 200px !important;
    margin-bottom: 24px;
    margin-top: 16px;
  }

  #canvas {
    height: 200px !important;
    width: 200px !important;
  }

  .row .column {
    width: calc(50vw - 32px);
    margin-right: 0;
    flex: 1;
  }

  .row {
    width: 100%;
  }

  .detail .detail__icon {
    width: 40px;
    height: 40px;
  }

  .detail .detail__title {
    font-size: 14px;
    line-height: 20px;
  }

  .detail .detail__subtitle {
    font-size: 20px;
    line-height: 20px;
  }

  .small-detail .small-detail__title {
    font-size: 12px;
  }

  .small-detail .small-detail__subtitle {
    font-size: 14px;
  }

  .small-detail .small-detail__content {
    font-size: 12px;
  }
}

.row {
  display: flex;
  margin-bottom: 40px;
}

.column {
  margin-right: 24px;
  width: 180px;
}

.column--auto {
  width: auto;
  margin-right: 0;
}

.row--auto {
  justify-content: space-between;
}

.row .column:last-child {
  margin-right: 0;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.small-detail {
  display: inline-flex;
  align-items: center;
}

.large-detail {
  display: inline-flex;
  padding-right: 24px;
}

.large-detail__icon {
  margin-right: 6px;
}

.large-detail__titles {
  display: inline-flex;
  flex-direction: column;
}

.large-detail__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 32px;
  letter-spacing: 0.33px;
  padding-bottom: 8px;
  color: #0e1828;
}

.large-detail__subtitle {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: rgba(14, 24, 40, 0.6);
}

.small-detail__icon {
  margin-right: 16px;
  width: 24px;
  height: 24px;
  opacity: 0.9;
}

.small-detail__titles {
  display: inline-flex;
  flex-direction: column;
}

.small-detail__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.2px;
  color: rgba(14, 24, 40, 0.6);
}

.small-detail__subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.33px;
  color: rgba(14, 24, 40, 0.8);
}

.small-detail__content {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.2px;
  color: rgba(14, 24, 40, 0.4);
}

.detail {
  display: inline-flex;
  align-items: center;
}

.detail__icon.detail__icon--violet {
  background: #e0d2fd;
}

.detail__icon.detail__icon--green {
  background: #d1f3f3;
}

.detail__icon.detail__icon--red {
  background: #fee5e4;
}

.detail__icon.detail__icon--yellow {
  background: #fff5cc;
}

.detail__icon {
  margin-right: 16px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #dae6ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.detail__icon img {
  width: 24px;
  height: 24px;
}

.detail__title {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: rgba(14, 24, 40, 0.6);
}

.detail__subtitle {
  font-weight: 700;
  font-size: 22px;
  white-space: nowrap;
  line-height: 29px;
  letter-spacing: 0.33px;
  color: #0e1828;
}

.button {
  height: 56px;
  background: #712aff;
  display: inline-flex;
  color: white;
  border-radius: 5px;
  padding: 0 16px;
  letter-spacing: 0.2px;
  font-size: 15px;
  font-weight: 600;
  align-items: center;
  cursor: pointer;
  border: none;
  outline: none;
}

.button__icon {
  width: 24px;
  height: 24px;
  margin-left: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

h1.--hidden {
  display: none;
}

.logo {
  height: 40px;
  width: 202px;
  display: block;
}

.menu {
  padding: 24px;
  margin: 0;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
