@use "sass:map";
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, BitcoinFont;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #000;
}
@media only screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
body.branch-banner-is-active .wrapper-block-content {
  margin-top: 76px;
}
.wrapper-block-content {
  background: #c0c0c0;
  margin-top: 0;
}
b {
  font-weight: 600;
}
.container {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 1264px;
    padding: 0 24px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1330px;
    padding: 0 32px;
  }
}
.wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
#onesignal-bell-container.onesignal-reset.onesignal-bell-container-bottom-right {
  bottom: 70px !important;
}
.layout-accept {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(67, 67, 67, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  overflow: auto;
  display: none;
}
.sticky-container {
  width: 100%;
  background: -webkit-linear-gradient(
    top,
    hsla(0, 0%, 100%, 0.1),
    hsla(0, 0%, 100%, 0.9) 25px,
    #fff 0
  );
  padding: 24px 0;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  border-radius: 8px;
}
.wrapper-popup {
  margin: 76px auto auto;
}
.wrapper-popup .popup-accept {
  background-color: #c0c0c0;
  border-radius: 8px;
  text-align: center;
  padding: 24px 24px 0;
  max-width: 662px;
}
.wrapper-popup .popup-accept .popup-accept-title {
  font-weight: 300;
  font-size: 2rem;
  margin: 0 0 24px;
}
.wrapper-popup .popup-accept .popup-accept-text {
  margin: 0 0 24px;
  font-weight: 300;
}
.wrapper-popup .popup-accept .popup-accept-text span {
  font-weight: 400;
}
.wrapper-popup .popup-accept .popup-accept-text .popup-link {
  text-decoration: none;
  color: #59b300;
}
.wrapper-popup .popup-accept .wrapper-btns {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .wrapper-popup .popup-accept .wrapper-btns {
    width: unset;
    flex-direction: row;
    margin: auto;
    justify-content: center;
  }
}
.first-section {
  padding-top: 50px !important;
}
.success {
  color: #2da36a;
}
.error {
  color: #f44336;
}
@media (max-width: 1250px) {
  .body-scroll-lock {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
}
.risk-warning {
  display: none;
  z-index: 1049;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.65);
  background-color: #c0c0c0;
  padding: 5px 16px;
  box-shadow: 0 0 4px rgba(50, 50, 71, 0.08), 0 4px 8px rgba(50, 50, 71, 0.06);
}
.risk-warning a {
  text-decoration: none;
  color: #59b300;
}
.risk-warning a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .risk-warning {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 9px 50px;
    text-align: center;
  }
}
.risk-warning b {
  font-weight: 400;
}
.risk-warning__icon {
  margin: -2px 5px 0 0;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .risk-warning__icon {
    width: 18px;
    height: 18px;
    margin-top: -5px;
  }
}
.risk-warning__close {
  width: 18px;
  height: 18px;
  right: 8px;
  top: -9px;
  border: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  background: #c0c0c0;
  box-shadow: 0 0 4px rgba(50, 50, 71, 0.08), 0 4px 8px rgba(50, 50, 71, 0.06);
}
@media (min-width: 768px) {
  .risk-warning__close {
    width: 22px;
    height: 22px;
    right: 10px;
    background: none;
    top: calc(50% - 11px);
    box-shadow: unset;
    border-radius: 0;
  }
}
@media (min-width: 1200px) {
  .risk-warning__close {
    right: 21px;
  }
}
.risk-warning__cross {
  -ms-grid-row-align: center;
  align-self: center;
}
@media (min-width: 768px) {
  .risk-warning__cross {
    width: 12px;
    height: 12px;
  }
}
body.branch-banner-is-active .language-definition {
  top: 167px;
}
.language-definition {
  display: none;
  z-index: 2;
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 1050;
}
@media (min-width: 480px) {
  .language-definition {
    right: 16px;
  }
}
@media (min-width: 768px) {
  .language-definition {
    right: 24px;
  }
}
.language-definition__triangle {
  display: block;
  position: absolute;
  top: -11px;
  right: 96px;
  width: 24px;
  height: 24px;
  background: #c0c0c0;
  border-radius: 2px;
  transform: rotate(45deg);
  z-index: -1;
}
@media (min-width: 480px) {
  .language-definition__triangle {
    right: 120px;
  }
}
@media (min-width: 768px) {
  .language-definition__triangle {
    right: 200px;
  }
}
.language-definition__wrapper {
  width: auto;
  max-width: 360px;
  font-size: 0.75rem;
  line-height: 1.125rem;
  text-align: left;
  border-radius: 4px;
  color: #fff;
  padding: 10px 16px;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr 10px auto;
  grid-template-rows: 1fr auto;
  grid-gap: 10px;
  align-items: center;
  background: #c0c0c0;
  box-shadow: 0 5px 4px rgba(50, 50, 71, 0.08), 0 5px 8px rgba(50, 50, 71, 0.06);
}
.language-definition__wrapper > :first-child {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.language-definition__wrapper > :nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
@media (min-width: 768px) {
  .language-definition__wrapper {
    text-align: center;
    font-size: 0.875rem;
  }
}
.language-definition__text-container {
  text-align: left;
}
.language-definition__title {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0 0 2px;
}
.language-definition__description {
  display: inline-block;
  color: rgba(0, 0, 0, 0.65);
}
.language-definition__button-container {
  display: -ms-grid;
  display: grid;
  grid-gap: 8px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.language-definition__button-container > :first-child {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.language-definition__button-container > :nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.language-definition__lang-name {
  color: rgba(0, 0, 0, 0.65);
  font-size: 1rem;
  line-height: 1.5rem;
}
.language-definition__select {
  display: flex;
  align-items: baseline;
  padding: 12px 16px;
  justify-content: start;
}
.language-definition__select svg {
  margin-left: auto;
}
.language-definition__action {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 100%;
  max-width: 200px;
}
.language-definition__close {
  position: absolute;
  right: 10px;
  top: 7px;
  width: 18px;
  height: 18px;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  background: transparent;
}
@media (min-width: 768px) {
  .language-definition__close {
    width: 24px;
    height: 24px;
  }
}
.language-definition__close img {
  -ms-grid-row-align: center;
  align-self: center;
}
@media (min-width: 768px) {
  .language-definition__close img {
    width: 12px;
    height: 12px;
  }
}
