@charset "UTF-8";
body {
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    Segoe UI Symbol,
    "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
*,
:after,
:before {
  box-sizing: border-box;
}
.collapse:not(.show) {
  display: none;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.dropdown-menu {
  display: none;
}
a {
  color: #006adb;
}
.btn-success {
  background-color: #218739;
}
.accordion-option > button,
.accordion-option > p > button {
  background: #f4f1df;
  border: none;
  padding: 1rem;
  margin: 0;
  font-weight: 500;
  border-radius: 1rem;
  width: 100%;
  text-align: left;
  display: flex;
}
.accordion-option > button:hover,
.accordion-option > p > button:hover {
  cursor: pointer;
}
.accordion-option > button:focus,
.accordion-option > p > button:focus {
  outline: none;
}
.accordion-option > button:before,
.accordion-option > p > button:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f054";
  background: #c7aa50;
  border-radius: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  display: inline-block;
  margin-right: 0.5rem;
  color: #fff;
  transition: 0.2s ease-out;
  flex-shrink: 0;
}
.accordion-option > button:not(.collapsed):before,
.accordion-option > p > button:not(.collapsed):before {
  transform: rotate(90deg);
}
.accordion-option > div {
  padding-top: 1rem;
}
.accordion-option + * {
  margin-top: 1rem;
}
.alert {
  border-radius: 1rem;
  border: none;
  padding: 1rem 2rem;
}
.alert > :last-child {
  margin-bottom: 0;
}
.alert.alert--has-icon {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-column-gap: 1rem;
}
.alert.alert--has-icon > :nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.alert.alert--has-icon > :nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
.alert__icon {
  font-size: 2rem;
  line-height: 1;
}
.alert__body {
  align-self: center;
  word-break: break-word;
}
.alert__title {
  font-size: larger;
  line-height: 2rem;
  font-weight: 700;
}
.alert.alert-warning {
  background: #fff3cd;
  border-color: #fff3cd;
  color: #3c2c00;
}
.alert.alert-warning .alert__icon {
  color: #856404;
}
.alert.alert-success {
  background: #bfd096;
  border-color: #bfd096;
  color: #1c1d19;
}
.alert.alert-success .alert__icon {
  color: #596d29;
}
.alert.alert-success .btn-primary {
  background: #596d29;
}
@media all and (max-width: 576px) {
  .alert {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.btn {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 1rem;
  border-width: 2px;
}
.btn:disabled {
  cursor: not-allowed;
}
.btn.btn-primary {
  background: #c7aa50;
  border-color: transparent;
  transition: 0.2s ease;
}
.btn.btn-primary:hover:not([disabled]),
.btn.btn-primary:focus:not([disabled]) {
  background-color: #baa04a;
  border-color: #baa04a;
}
.btn.btn-secondary {
  transition: 0.2s ease;
}
.btn.btn-sell {
  background: #a4b973;
  border-color: transparent;
  color: #fff;
  transition: 0.2s ease;
}
.btn.btn-sell:hover:not([disabled]),
.btn.btn-sell:focus:not([disabled]) {
  background-color: #96ac69;
  border-color: #96ac69;
}
.btn.btn-lg {
  padding-left: 2rem;
  padding-right: 2rem;
}
.btn.btn-xs {
  line-height: inherit;
  padding: 0 1rem;
  font-size: 0.875rem;
}
.btn.btn-default {
  color: #4b4b4d;
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.buttons {
  display: flex;
  flex-direction: column;
}
.buttons > * + * {
  margin-top: 0.5rem !important;
}
.buttons .btn {
  margin: 0;
}
.buttons.buttons--divider {
  padding-top: 1rem;
  border-top: 1px dotted #e2e4e8;
}
.datePicker {
  background: none;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.datePicker .highLight1 {
  background: #f7f6f6;
  font-weight: 700;
}
.datePicker .highLight2 {
  background: #e2e4e8;
}
.datePicker #calwrapper {
  flex-grow: 1;
}
.datePicker table {
  border-collapse: collapse;
  border-spacing: 0;
  height: 100%;
}
.datePicker .clsOTable td {
  text-align: center;
  vertical-align: middle;
  mily: Arial, sans-serif !important;
  font-style: inherit;
}
.datePicker .clsOTable td a {
  display: block;
  padding: 0;
  height: 100%;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  text-decoration: underline;
}
.datePicker .clsOTable td a:hover {
  background: #e2e4e8;
}
.datePicker .clsOTable td.current a {
  background: #baa04a !important;
  color: #fff !important;
}
.datePicker .clsOTable td.current span {
  color: #fff !important;
}
.datePicker #caldiv {
  background-color: #e2e4e8;
  padding: 3px 0;
  width: 100%;
}
.datePicker form {
  margin: 0;
}
.datePicker button,
.datePicker input {
  line-height: normal;
  font-size: 100%;
  margin: 0;
  vertical-align: middle;
}
.webpage__content .card {
  border-radius: 1rem;
  overflow: hidden;
  border: none;
  width: 100%;
}
.webpage__content .card .card-header,
.webpage__content .card .card-body,
.webpage__content .card .card-footer {
  padding: 2rem;
  width: 100%;
}
.webpage__content .card .card-header > :last-child,
.webpage__content .card .card-body > :last-child,
.webpage__content .card .card-footer > :last-child {
  margin-bottom: 0;
}
.webpage__content .card .card-header {
  background: none;
  border-bottom: none;
  padding-bottom: 1rem;
}
.webpage__content .card .card-header > * {
  margin: 0;
}
.webpage__content .card .card-header + .card-body {
  border-top: 1px solid #e2e4e8;
}
.webpage__content .card .card-header + .form {
  border-top: 1px solid #e2e4e8;
}
.webpage__content .card .card-header .btn {
  align-self: center;
}
.webpage__content .card .card-header.card-header--borderless + .card-body {
  border-top: none;
  padding-top: 0;
}
.webpage__content .card .card-subheader {
  background: #f7f6f6;
  font-weight: 500;
  padding: 0.5rem 2rem;
}
.webpage__content .card .card-footer {
  border-top: none;
  background: #f7f6f6;
}
.webpage__content .card .card-footer.card-footer--buttons {
  text-align: right;
}
.webpage__content .card .alert {
  box-shadow: none;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.webpage__content .card .overflow-wrapper {
  margin-left: -2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  width: calc(100% + 4rem);
}
.webpage__content .card .overflow-wrapper:first-child {
  margin-top: -2rem !important;
}
.webpage__content .card .overflow-wrapper:last-child {
  margin-bottom: -2rem !important;
}
@media all and (max-width: 576px) {
  .webpage__content .card .card-header,
  .webpage__content .card .card-body,
  .webpage__content .card .card-footer {
    padding: 1rem;
  }
  .webpage__content .card .card-footer.card-footer--buttons {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
  }
  .webpage__content .card .overflow-wrapper {
    margin-left: -1rem;
    width: calc(100% + 2rem);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    overflow: auto;
  }
  .webpage__content .card .overflow-wrapper:first-child {
    margin-top: -1rem !important;
  }
  .webpage__content .card .overflow-wrapper:last-child {
    margin-bottom: -1rem !important;
  }
}
.webpage__content.webpage__content-app .card {
  border-radius: 0;
}
.form {
  display: flex;
  flex-direction: column;
}
.form > * + * {
  margin-top: 1rem !important;
}
.form + * {
  margin-top: 1rem;
}
.form > *:not(hr) {
  margin: 0;
}
.form.form--sm > * + * {
  margin-top: 0.5rem !important;
}
.form.form--sm .form-divider {
  padding-top: 0.5rem;
}
.form.form--csrf > :last-child:not(.keep-csrf-element) {
  display: none;
}
.form .form-group {
  position: relative;
  margin-bottom: 0;
}
.form .form-group .control-label {
  font-weight: 500;
}
.form .form-group .btn--help {
  border-color: #e2e4e8;
  background: #fff;
  font-weight: 700;
}
.form .form-group .p--help {
  color: #7a7a7a;
  font-size: 0.8rem;
  padding-top: 0.3rem;
}
.form .form-divider {
  padding-top: 1rem;
  border-top: 1px dotted #e2e4e8;
}
.form .form-divider-pair .horizontal-divider {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  margin: 0.5rem 0 !important;
}
.form .form-divider-pair .horizontal-divider:before,
.form .form-divider-pair .horizontal-divider:after {
  content: "";
  flex: 1;
  border-bottom: 2px solid #e2e4e8;
}
.form .form-divider-pair .horizontal-divider .divider-text {
  padding: 0 4px;
  background-color: #fff;
  font-size: 10px;
  color: #737373;
  font-weight: 700;
}
.form .form-check .form-check-input {
  margin: 0;
  top: 0.3rem;
  left: 0;
}
.form .form-check .form-check-input.is-invalid ~ .form-check-label,
.form .form-check .was-validated .form-check-input:invalid ~ .form-check-label {
  color: inherit;
}
.form .form-check.form-check-inline .form-check-input {
  margin-right: 0.35rem;
}
.form .form-control {
  border-radius: 1rem;
  border-width: 2px;
}
.form .form-control:not(textarea) {
  height: calc(1.5em + 0.75rem + 4px);
}
.form .form-control:not(.is-invalid):not(.is-valid) {
  border-color: #e2e4e8;
}
.form .form-control input:read-only,
.form .form-control select:disabled {
  background: #e2e4e8;
}
.form .form-group--well {
  border: 1px solid #e2e4e8;
  padding: 1rem;
  border-radius: 1rem;
}
.form .input-group > .form-control:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form .input-group .input-group-prepend .input-group-text {
  background: #e2e4e8;
  border-radius: 1rem 0 0 1rem;
  border: none;
}
.form .input-group .input-group-prepend .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form .input-group .input-group-prepend + .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form .input-group .with-prepend {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.form .input-group .input-group-append {
  margin-left: -2px;
}
.form .input-group .input-group-append .form-control,
.form .input-group .input-group-append .btn--help {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form .invalid-feedback {
  position: relative;
  padding-left: 1.25rem;
}
.form .invalid-feedback:before {
  position: absolute;
  left: 0;
  top: 0.05rem;
  font-family: "Font Awesome 6 Pro";
  content: "\f06a";
  font-weight: 900;
}
.form fieldset {
  display: flex;
  flex-direction: column;
}
.form fieldset > * + * {
  margin-top: 1rem !important;
}
.form fieldset legend {
  margin-bottom: 1rem;
  font-weight: 700;
  border-bottom: 1px solid #e2e4e8;
}
.introjs-helperlayer {
  background-color: transparent !important;
}
.introjs-tooltip .buttons {
  display: flex;
  flex-direction: column;
}
.introjs-tooltip .buttons > * + * {
  margin-top: 0.25rem !important;
}
.introjs-tooltip .btn {
  border-radius: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  white-space: nowrap;
}
.introjs-tooltip .btn-primary {
  background: #c7aa50;
  border-color: #c7aa50;
  color: #fff;
}
.introjs-tooltip .btn-secondary {
  background: #5a6268;
  border-color: #5a6268;
  color: #fff;
}
.item__icon_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 0.6rem;
  padding: 1rem;
  border: 2px solid #e2e4e8;
  margin-bottom: 1rem;
  text-align: center;
  color: inherit;
}
.item__icon_list :hover {
  color: inherit;
  text-decoration: none;
}
.item__icon_list img {
  max-height: 32.5px;
  width: auto;
}
.item__icon_list p {
  font-size: x-small;
  margin: 0;
  place-self: center;
  text-decoration: none;
}
@media all and (max-width: 767px) {
  .item .item__icon_list {
    grid-row-gap: 1rem !important;
  }
  .item .item__icon_list img {
    max-height: 50px !important;
    place-self: center;
  }
}
@media all and (max-width: 991px) {
  .item .item__icon_list img {
    max-height: 31px !important;
  }
}
@media all and (max-width: 767px) {
  .item .item__icon_list img {
    max-height: 35px !important;
  }
}
@media all and (max-width: 576px) {
  .item .item__icon_list img {
    max-height: none !important;
  }
  .item .item__icon_list p {
    font-size: medium !important;
  }
}
.password-input-container {
  position: relative;
  display: flex;
}
.password-input-container .password-input {
  padding-right: 2.3rem;
}
.password-input-container .password-input-error {
  padding-right: 4rem;
}
.password-input-container .password-toggle {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
.password-input-container .hide-password-error {
  padding-right: 1.75rem;
}
.password-input-container .show-password {
  padding-right: 0.057rem;
}
.password-input-container .show-password-error {
  padding-right: 1.82rem;
}
#phoneNumberInput {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
#recaptchaContainer {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 767px) {
  #recaptchaContainer {
    transform: scale(0.8);
  }
}
.table--full-width {
  margin-left: -2rem;
  width: calc(100% + 4rem);
}
.table--full-width td:first-child,
.table--full-width th:first-child {
  padding-left: 2rem;
}
.table--full-width td:last-child,
.table--full-width th:last-child {
  padding-right: 2rem;
}
.card-body > .table--full-width:first-child {
  margin-top: -2rem !important;
}
.card-body > .table--full-width:first-child thead tr:first-of-type th {
  border-top: none;
}
.card-body > .table--full-width:last-child {
  margin-bottom: -2rem !important;
}
@media all and (min-width: 992px) {
  .table--pills .table__label {
    display: none;
  }
}
@media all and (max-width: 991px) {
  .table--pills {
    display: flex;
  }
  .table--pills thead {
    display: none;
  }
  .table--pills tbody {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .table--pills tr {
    display: flex;
    flex-direction: column;
    border: 1px solid #e2e4e8;
    padding: 1rem;
    border-radius: 1rem;
  }
  .table--pills tr > * + * {
    margin-top: 0.25rem !important;
  }
  .table--pills tr td {
    display: flex;
    justify-content: space-between;
    padding: 0;
    border: none;
  }
  .table--pills tr td:first-child {
    padding-left: 0;
  }
  .table--pills tr td:last-child {
    padding-right: 0;
  }
  .table--pills tr .table__label {
    font-weight: 700;
  }
  .table--pills tr .table__label:after {
    content: ":";
  }
  .table--pills tr .table__value {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .table--pills tr:not(:first-child) {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .table--pills tr:not(:last-child) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .table--pills.table--full-width {
    margin-left: 0;
    width: 100%;
  }
  .table--pills.table--full-width:first-child {
    margin-top: 0 !important;
  }
  .table--pills.table--full-width:last-child {
    margin-bottom: 0 !important;
  }
}
@media all and (max-width: 576px) {
  .table--full-width:not(.table--pills) {
    margin-left: -1rem;
    width: calc(100% + 2rem);
  }
  .table--full-width:not(.table--pills) td:first-child,
  .table--full-width:not(.table--pills) th:first-child {
    padding-left: 1rem;
  }
  .table--full-width:not(.table--pills) td:last-child,
  .table--full-width:not(.table--pills) th:last-child {
    padding-right: 1rem;
  }
  .card-body > .table--full-width:not(.table--pills):first-child {
    margin-top: -1rem !important;
  }
  .card-body > .table--full-width:not(.table--pills):last-child {
    margin-bottom: -1rem !important;
  }
}
.tabs .nav-tabs {
  display: flex;
  margin-bottom: -2px;
}
.tabs .nav-tabs > * + * {
  margin-left: 0.5rem !important;
}
.tabs .nav-tabs.nowrap {
  flex-wrap: nowrap;
}
.tabs .nav-tabs > li {
  flex-grow: 1;
}
.tabs .nav-tabs a {
  margin: 0;
  text-align: center;
  border: none;
  border-radius: 1rem 1rem 0 0;
  padding: 1rem 1.5rem;
  color: inherit;
  display: block;
  background: #f7f6f6;
  border: 2px solid #f7f6f6;
  border-bottom: 0;
}
.tabs .nav-tabs a.active {
  background: #fff;
  border-color: #f4f1df;
  border-bottom: 2px solid white;
  margin-bottom: -2px;
  font-weight: 600;
}
.nav-tabs {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 0.5rem;
  border: none;
  counter-reset: tab-index;
}
.nav-tabs a {
  padding: 1rem;
  margin-bottom: -1px !important;
}
.nav-tabs .nav-link {
  border-radius: 1rem 1rem 0 0;
  color: #5e686e;
  background: #f0f1f3;
  font-weight: 500;
  font-size: larger;
  text-align: center;
  border-width: 2px;
  border-color: #f0f1f3;
  counter-increment: tab-index;
  position: relative;
  padding-top: 1.5rem;
  outline: none;
}
.nav-tabs .nav-link:not(.active):hover {
  border-color: #f4f1df;
  background: #f4f1df;
}
.nav-tabs .nav-link.active {
  background: #fff;
  border-color: #f4f1df #f4f1df white;
  margin-bottom: -2px !important;
  color: #5e686e;
}
.nav-tabs .nav-link.active:before {
  background: #f4f1df;
  color: #c7aa50;
}
.tab-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.tab-content:not(.tab-content--hide-border) {
  padding: 2rem;
  border: 2px solid #f4f1df;
  border-radius: 0 0 1rem 1rem;
}
@media all and (max-width: 767px) {
  .tabs .nav-tabs {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.webpage {
  font-size: 16px;
}
.webpage body {
  background: #e2e4e8;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.webpage.webpage--non-responsive .webpage__header {
  width: 1100px;
  margin: 0 auto;
}
.webpage.webpage--non-responsive .webpage__header .webpage__header__body {
  max-width: calc(100% - 2rem);
}
.webpage.webpage--non-responsive .webpage__content {
  min-width: 1100px;
  display: grid !important;
}
.webpage.webpage--non-responsive .webpage__navigation,
.webpage.webpage--non-responsive .webpage__footer {
  width: 100%;
}
.webpage *:not([class^="xdsoft"]) > :first-child {
  margin-top: 0 !important;
}
.webpage * > :last-child {
  margin-bottom: 0 !important;
}
.webpage .modal-backdrop {
  z-index: 1140;
}
.webpage h1 {
  font-size: 2rem;
  font-weight: 700;
}
.webpage h2 {
  font-size: 1.8rem;
  font-weight: 600;
}
.webpage h3 {
  font-size: 1.6rem;
}
@media all and (max-width: 1099px) {
  .webpage {
    font-size: 14px;
  }
}
@media all and (min-width: 992px) {
  .webpage {
    scroll-padding-top: 7rem;
  }
}
@media all and (max-width: 576px) {
  .webpage.webpage--non-responsive .webpage__header .webpage__header__body {
    max-width: 100%;
  }
}
@media all and (max-width: 359px) {
  .webpage__content section .trustpilot-widget {
    right: 1.4rem;
  }
}
.webpage__content {
  padding: 1.5rem 1rem;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.webpage__content > * + * {
  margin-top: 0.75rem !important;
}
.webpage__content.webpage__content--slim {
  max-width: 35rem;
}
.webpage__content.webpage__content--sidebar-r,
.webpage__content.webpage__content--sidebar-l {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 0.75rem;
  align-items: flex-start;
  grid-auto-rows: min-content;
}
.webpage__content.webpage__content--sidebar-r > :nth-child(1),
.webpage__content.webpage__content--sidebar-l > :nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.webpage__content.webpage__content--sidebar-r > :nth-child(2),
.webpage__content.webpage__content--sidebar-l > :nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
.webpage__content.webpage__content--sidebar-r > * + *,
.webpage__content.webpage__content--sidebar-l > * + * {
  margin-top: 0 !important;
}
.webpage__content.webpage__content--sidebar-r.webpage__content--slim,
.webpage__content.webpage__content--sidebar-l.webpage__content--slim {
  max-width: 54.5rem;
}
.webpage__content.webpage__content--sidebar-r {
  -ms-grid-columns: 1fr 18rem;
  grid-template-columns: 1fr 18rem;
}
.webpage__content.webpage__content--sidebar-r.webpage__content--sidebar-w {
  -ms-grid-columns: 1fr 25rem;
  grid-template-columns: 1fr 25rem;
}
.webpage__content.webpage__content--sidebar-l {
  -ms-grid-columns: 18rem 1fr;
  grid-template-columns: 18rem 1fr;
}
.webpage__content.webpage__content--sidebar-l.webpage__content--sidebar-w {
  -ms-grid-columns: 25rem 1fr;
  grid-template-columns: 25rem 1fr;
}
.webpage__content.webpage__content__frame {
  padding: 0 !important;
}
.webpage__content.webpage__content--centered {
  justify-content: center;
}
.webpage__content .alert,
.webpage__content .card {
  margin-bottom: 0;
  box-shadow: 0 0.25rem 0.5rem #0000000d;
}
.webpage__content .cards {
  width: 100%;
}
.webpage__content .cards > *:not(:last-child) {
  margin-bottom: 0.75rem;
}
.webpage__content .card .alert {
  box-shadow: none;
}
@media all and (max-width: 1099px) {
  .webpage__content {
    max-width: 992px;
  }
}
@media all and (max-width: 991px) {
  .webpage__content {
    max-width: 768px;
  }
  .webpage__content.webpage__content--sidebar-r.webpage__content--sidebar-w,
  .webpage__content.webpage__content--sidebar-l.webpage__content--sidebar-w {
    display: flex;
  }
  .webpage__content.webpage__content--sidebar-r.webpage__content--sidebar-w
    > *
    + *,
  .webpage__content.webpage__content--sidebar-l.webpage__content--sidebar-w
    > *
    + * {
    margin-top: 0.75rem !important;
  }
}
@media all and (max-width: 767px) {
  .webpage__content,
  .webpage__content.webpage__content--slim {
    max-width: 577px;
  }
  .webpage__content.webpage__content--sidebar-r,
  .webpage__content.webpage__content--sidebar-l {
    display: flex;
  }
  .webpage__content.webpage__content--sidebar-r > * + *,
  .webpage__content.webpage__content--sidebar-l > * + * {
    margin-top: 0.75rem !important;
  }
  .webpage__content.webpage__content--sidebar-r.webpage__content--slim,
  .webpage__content.webpage__content--sidebar-l.webpage__content--slim {
    max-width: 577px;
  }
}
@media all and (max-width: 576px) {
  .webpage__content {
    padding: 1rem;
    max-width: 100%;
  }
}
.webpage__content.webpage__content-app {
  padding: 0;
}
.webpage__content.webpage__content-app > * + * {
  margin-top: 0 !important;
}
.webpage__footer {
  background: #0c0d0e;
  color: #ebebeb;
}
.webpage__footer__body {
  padding: 2rem 1rem;
  max-width: 577px;
  margin: 0 auto;
}
.webpage__footer__sections {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.webpage__footer__section {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.webpage__footer__heading {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  color: #fff;
}
.webpage__footer__heading:after {
  width: 3em;
  height: 2px;
  background: #c7aa50;
  content: "";
}
.webpage__footer__links,
.webpage__footer__socials {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.webpage__footer__links > :not(:last-child):after,
.webpage__footer__socials > :not(:last-child):after {
  content: "|";
  margin: 0 5px;
  color: #ffffff40;
}
.webpage__footer__link {
  color: inherit;
  padding: 0;
  background: none;
  border: none;
}
.webpage__footer__link:hover {
  text-decoration: underline;
  color: inherit;
}
.webpage__footer__social {
  color: inherit;
  display: inline-flex;
  gap: 0.75em;
}
.webpage__footer__social .fab {
  line-height: inherit;
}
.webpage__footer__social:hover {
  text-decoration: underline;
  color: inherit;
}
.webpage__footer__apps {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 0.5em;
  flex-wrap: wrap;
}
.webpage__footer__app {
  display: inline-block;
}
.webpage__footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.webpage__footer__contact {
  display: flex;
  gap: 0.75em;
}
.webpage__footer__contact__icon {
  color: #c7aa50;
}
.webpage__footer__contact__number,
.webpage__footer__contact__number:hover {
  color: #c7aa50;
  text-decoration: underline;
}
.webpage__footer__contact__email {
  color: inherit;
}
.webpage__footer__contact__email:hover {
  color: inherit;
  text-decoration: underline;
}
.webpage__footer__contact__c2c {
  margin-top: 1em;
}
.webpage__footer__contact__c2c a {
  background: #28a745;
  color: #fff;
  padding: 0.25em 0.75em;
  border-radius: 3px;
  display: inline-block;
}
.webpage__footer__contact__c2c a:hover {
  text-decoration: none;
  background: #218838;
}
.webpage__footer__contact--trustpilot {
  margin-top: 1em;
}
.webpage__footer__contact--trustpilot .bv-trustpilot-widget {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.webpage__footer__contact--trustpilot .bv-trustpilot-widget__brand {
  height: 1.75rem;
  display: block;
}
.webpage__footer__contact--trustpilot .bv-trustpilot-widget__stars {
  margin-top: 0.5rem;
  height: 2.5rem;
  display: block;
}
.webpage__footer__contact--trustpilot .bv-trustpilot-widget__text {
  margin-top: 0.35rem;
  font-size: 0.9em;
}
.webpage__footer__company {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.webpage__footer__banner {
  border: 1px solid rgba(255, 255, 255, 0.2509803922);
  margin-bottom: 1.5rem;
  display: flex;
  background: #000;
  flex-direction: column;
}
.webpage__footer__banner:hover {
  text-decoration: none;
}
.webpage__footer__banner__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
}
.webpage__footer__banner__title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.webpage__footer__banner__title span {
  color: #ec409d;
  display: block;
}
.webpage__footer__banner__subtitle {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.3;
}
.webpage__footer__banner__image {
  width: 100%;
}
.webpage__footer__banner__image img {
  width: 100%;
  height: auto;
}
@media all and (min-width: 768px) {
  .webpage__footer__body {
    max-width: 768px;
  }
  .webpage__footer__sections {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.75fr;
    column-gap: 1.5em;
  }
  .webpage__footer__risk_warning {
    display: block;
    grid-column: 1 / span 4;
    padding: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2509803922);
  }
  .webpage__footer__company {
    display: block;
    grid-column: 1 / span 4;
  }
  .webpage__footer__company > :not(:last-child):after {
    content: "|";
    margin: 0 0 0 5px;
    color: #ffffff40;
  }
  .webpage__footer__section--contacts {
    padding-left: 1.5em;
    border-left: 1px solid rgba(255, 255, 255, 0.2509803922);
  }
  .webpage__footer__section--contacts .webpage__footer__heading {
    display: none;
  }
  .webpage__footer__links,
  .webpage__footer__socials {
    display: block;
  }
  .webpage__footer__links > :not(:last-child):after,
  .webpage__footer__socials > :not(:last-child):after {
    display: none;
  }
  .webpage__footer__socials {
    gap: 0.5em;
    display: flex;
    flex-direction: column;
  }
  .webpage__footer__banner {
    flex-direction: row-reverse;
    align-items: center;
  }
  .webpage__footer__banner__text {
    padding: 3rem;
  }
  .webpage__footer__banner__image {
    max-width: 27rem;
  }
  .webpage__footer__apps {
    flex-direction: column;
  }
}
@media all and (min-width: 992px) {
  .webpage__footer__body {
    max-width: 992px;
  }
  .webpage__footer__sections {
    grid-template-columns: 1fr 1fr 1fr 2fr;
  }
}
@media all and (min-width: 1100px) {
  .webpage__footer__body {
    max-width: 1100px;
  }
}
.webpage__header {
  width: 100%;
  padding: 1.5rem 0 0.75rem;
}
.webpage__header + * {
  padding-top: 0;
}
.webpage__header .webpage__header__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  grid-column-gap: 1rem;
  border-radius: 1rem;
  background: #fff;
  justify-content: space-between;
  padding: 1rem 2rem;
  align-items: flex-end;
  box-shadow: 0 0.25rem 0.5rem #0000000d;
  max-width: calc(1100px - 2rem);
  margin: 0 auto;
}
.webpage__header .webpage__header__body > :nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.webpage__header .webpage__header__body > :nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
.webpage__header .webpage__header__title {
  flex-grow: 1;
  align-self: center;
  color: #c6aa5a;
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
.webpage__header .webpage__header__subtitle {
  margin: 0.5rem -2rem 0;
  grid-column: 1 / span 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 2;
  font-weight: 600;
  background: #f7f6f6;
  padding: 0.5rem 2rem;
  display: flex;
  justify-content: space-between;
}
.webpage__header .webpage__header__subtitle:last-child {
  margin-bottom: -1rem !important;
  border-radius: 0 0 1rem 1rem;
}
.webpage__header .webpage__header__actions {
  display: flex;
}
.webpage__header .webpage__header__actions > * + * {
  margin-left: 0.5rem !important;
}
.webpage__header .webpage__header__actions .dropdown {
  align-self: center;
}
.webpage__header .webpage__header__actions .dropdown button {
  background: #f7f6f6;
  border-color: #f7f6f6;
  color: inherit;
  padding-left: 1rem;
  padding-right: 1rem;
}
.webpage__header .webpage__header__actions .btn {
  align-self: center;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.webpage__header .webpage__header__help {
  font-size: 2rem;
  line-height: 1.35;
}
.webpage__header .webpage__header__content {
  grid-column: 1 / span 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 3;
  margin-top: 1rem;
}
.webpage__header .navbar-toggler {
  background: #e2e4e8;
  border-radius: 1rem;
  margin-left: 0.5rem;
  margin-top: 0;
}
@media all and (min-width: 768px) {
  .webpage__header .navbar-toggler {
    display: none;
  }
}
@media all and (max-width: 1099px) {
  .webpage__header .webpage__header__body {
    max-width: calc(992px - 2rem);
  }
}
@media all and (max-width: 991px) {
  .webpage__header .webpage__header__body {
    max-width: calc(768px - 2rem);
  }
}
@media all and (max-width: 767px) {
  .webpage__header .webpage__header__body {
    max-width: calc(577px - 2rem);
  }
  .webpage__header:not(.webpage__header--separate) .webpage__header__body {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .webpage__header:not(.webpage__header--separate) .webpage__header__subtitle {
    border-radius: 0;
  }
  .webpage__header:not(.webpage__header--separate)
    + .webpage__content
    > .card:first-child,
  .webpage__header:not(.webpage__header--separate)
    + .webpage__content
    > .alert:first-child,
  .webpage__header:not(.webpage__header--separate)
    + .webpage__content
    > .cards:first-child
    > .card:first-child,
  .webpage__header:not(.webpage__header--separate)
    + .webpage__content
    > .cards:first-child
    > .alert:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -0.75rem !important;
    border-top: 1px solid #e2e4e8;
  }
}
@media all and (max-width: 576px) {
  .webpage__header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .webpage__header .webpage__header__body {
    max-width: 100%;
    padding: 1rem;
  }
  .webpage__header .webpage__header__subtitle {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.webpage__modals .modal-dialog {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.webpage__modals .modal {
  z-index: 1150;
}
.webpage__modals .modal .modal-content {
  border-radius: 1rem;
  overflow: hidden;
}
.webpage__modals .modal .modal-header,
.webpage__modals .modal .modal-body,
.webpage__modals .modal .modal-footer {
  padding: 4rem;
}
.webpage__modals .modal .modal-header {
  border: 0;
  flex-direction: column;
}
.webpage__modals .modal .modal-header .modal-title {
  font-size: 2rem;
}
.webpage__modals .modal .modal-header .modal-title:is(h2) {
  font-weight: 400;
}
.webpage__modals .modal .modal-header + .modal-body {
  margin-top: -6rem;
}
.webpage__modals .modal .modal-header.modal-header--no-title {
  padding: 3rem;
  z-index: 2;
}
.webpage__modals .modal .modal-body h3 {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 0.25rem solid #f0f1f3;
}
.webpage__modals .modal .modal-body .table-wrapper {
  border: 2px solid #f0f1f3;
  overflow: hidden;
  border-radius: 1rem;
}
.webpage__modals .modal .modal-body .table-wrapper .table thead {
  background: #f0f1f380;
}
.webpage__modals
  .modal
  .modal-body
  .table-wrapper
  .table
  thead
  tr:first-of-type
  th {
  border-top: none;
}
.webpage__modals .modal .modal-body .table-wrapper .table td,
.webpage__modals .modal .modal-body .table-wrapper .table th {
  border-color: #f0f1f3;
}
.webpage__modals .modal .modal-body .table-wrapper + * {
  margin-top: 1rem;
}
.webpage__modals .modal .modal-footer {
  border: 0;
  background: #f0f1f3;
}
.webpage__modals .modal.modal-frameless .modal-content {
  overflow: visible;
}
.webpage__modals .modal.modal-frameless .modal-body {
  padding: 0;
}
.webpage__modals .modal.modal-frameless button.close {
  top: -2rem;
  right: -2rem;
}
.webpage__modals .modal.modal-frameless button.close:before {
  display: none;
}
.webpage__modals .modal.modal-frameless .embed-responsive {
  border-radius: 0.9rem;
}
.webpage__modals .modal button.close {
  position: absolute;
  right: 0;
  top: 0;
  text-shadow: none;
  color: #e4d8ad;
  border-radius: 100%;
  margin: 0;
  outline: none;
}
.webpage__modals .modal button.close:before {
  content: "";
  display: block;
  position: absolute;
  width: 6rem;
  height: 6rem;
  top: -3rem;
  right: -3rem;
  background: #c7aa50;
  transform: rotate(45deg);
}
.webpage__modals .modal button.close:focus,
.webpage__modals .modal button.close:hover {
  color: #fff;
}
.webpage__modals .modal button.close .fa-times {
  width: 1.5rem;
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
}
@media all and (min-width: 576px) {
  .webpage__modals .modal .modal-dialog {
    max-width: 700px;
  }
}
.webpage__modals .promotion .modal-content {
  max-width: 35rem;
  margin: 0 auto;
}
.webpage__modals .promotion .modal-body {
  background: linear-gradient(to bottom, #ebebeb 6.5rem, #fff 6.5rem);
  padding: 3rem;
}
.webpage__modals .promotion__icon {
  color: #c7aa50;
  height: 7rem;
  width: 7rem;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  line-height: 7rem;
  font-size: 3rem;
  margin: 0 auto -1rem;
  pointer-events: none;
}
.webpage__modals .promotion__title {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
}
.webpage__modals .promotion__blurb {
  text-align: center;
  font-size: larger;
  margin-top: 0.5rem;
}
.webpage__modals .promotion__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-top: 2rem;
  padding: 0 1.5rem;
}
.webpage__modals .promotion__button {
  border: 2px solid currentColor;
  border-radius: 1rem;
  color: #c7aa50;
  background: none;
  line-height: 2;
  flex-grow: 1;
  padding: 0 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.webpage__modals .promotion__button:hover,
.webpage__modals .promotion__button:focus {
  color: #baa04a;
  outline: none;
}
.webpage__modals .promotion__button--primary {
  border-color: #c7aa50;
  color: #fff;
  background: #c7aa50;
}
.webpage__modals .promotion__button--primary:hover,
.webpage__modals .promotion__button--primary:focus {
  background: #baa04a;
  border-color: #baa04a;
  color: #fff;
  outline: none;
}
@media all and (min-width: 768px) {
  .webpage__modals .modal .modal-body + .modal-footer {
    margin-top: -2rem;
    padding-top: 2rem;
  }
  .promotion .modal-body {
    padding: 1.5rem;
    background: linear-gradient(to bottom, #ebebeb 5rem, #fff 5rem);
  }
  .promotion__buttons {
    padding: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}
@media all and (max-width: 767px) {
  .webpage__modals .modal-dialog {
    padding: 1rem;
    margin: 0;
    box-sizing: border-box;
  }
  .webpage__modals .modal .modal-header,
  .webpage__modals .modal .modal-body,
  .webpage__modals .modal .modal-footer {
    padding: 2rem;
  }
  .webpage__modals .modal .modal-header.modal-header--no-title {
    padding: 1rem;
    z-index: 2;
  }
  .webpage__modals .modal .modal-header + .modal-body {
    margin-top: -2rem;
  }
}
.webpage__navigation {
  background: #fff;
  position: relative;
  top: 0;
  z-index: 1071;
  filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.1));
}
.webpage__navigation .navigation__banners .navigation__banner {
  border-radius: 0;
  margin-bottom: 0;
}
.webpage__navigation .navigation__banners .navigation__banner .banner__body {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  max-width: 1100px;
  margin: 0 auto;
}
.webpage__navigation .navigation__banners .navigation__banner .banner__text {
  text-align: center;
  font-size: 16px;
}
.webpage__navigation .navigation__banners .navigation__banner .close {
  padding: 1rem 2rem;
  outline: none;
}
.webpage__navigation .navigation__banners .navigation__announcement {
  background: #c7aa50;
}
.webpage__navigation
  .navigation__banners
  .navigation__announcement
  .announcement__text {
  color: #fff;
}
.webpage__navigation .navigation__banners .navigation__en_GB,
.webpage__navigation .navigation__banners .navigation__withdrawal_notice {
  background: #d1ecf1;
}
.webpage__navigation .navigation__banners .navigation__en_GB .en_GB__text,
.webpage__navigation
  .navigation__banners
  .navigation__en_GB
  .withdrawal_notice__text,
.webpage__navigation
  .navigation__banners
  .navigation__withdrawal_notice
  .en_GB__text,
.webpage__navigation
  .navigation__banners
  .navigation__withdrawal_notice
  .withdrawal_notice__text {
  color: #0c5460;
}
.webpage__navigation .navigation__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  padding: 1rem;
  margin: 0 auto;
  max-width: 1100px;
}
.webpage__navigation .navigation__brand {
  -ms-grid-column: 1;
  display: inline-flex;
  align-items: center;
}
.webpage__navigation .navigation__menu {
  -ms-grid-column: 2;
}
.webpage__navigation .navigation__menus .logged-out,
.webpage__navigation .navigation__menus .logged-in {
  display: none;
}
.webpage__navigation .navigation__menus.navigation__menus--logged-in .logged-in,
.webpage__navigation
  .navigation__menus.navigation__menus--logged-out
  .logged-out {
  display: block;
}
.webpage__navigation .navigation__buttons {
  display: flex;
  justify-content: flex-end;
}
.webpage__navigation .navigation__buttons > :not(:first-child) {
  margin-left: 0.25rem;
}
.webpage__navigation .navigation__buttons .navigation__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: none;
  width: 3rem;
}
.webpage__navigation .navigation__buttons .navigation__button__icon {
  color: #000;
  font-size: 2rem;
}
.webpage__navigation .navigation__buttons .navigation__button__subtitle {
  font-size: 0.75rem;
  color: #525252;
}
.webpage__navigation
  .navigation__menu__secondary
  .secondary__logout
  input[type="submit"] {
  background: none;
  border: none;
  color: inherit;
  line-height: 1;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.webpage__navigation
  .navigation__menu__secondary
  .secondary__logout
  input[type="submit"]:hover {
  text-decoration: underline;
}
.webpage__navigation .navigation__menu__secondary .btn--logout {
  font-size: inherit;
  background: none;
  vertical-align: top;
  color: #000000bf;
  border: none;
  padding: 0;
  line-height: inherit;
}
.webpage__navigation .navigation__menu__secondary .btn--logout:hover {
  text-decoration: underline;
}
@media all and (min-width: 1100px) {
  .webpage__navigation {
    font-size: 14px;
  }
  .webpage__navigation .navigation__brand {
    height: 85px;
  }
}
@media all and (max-width: 1099px) {
  .webpage__navigation .navigation__content {
    max-width: 992px;
  }
  .webpage__navigation .navigation__banner .banner__text {
    font-size: 14px;
  }
}
@media all and (min-width: 992px) {
  .webpage__navigation {
    position: sticky;
  }
  .webpage__navigation .navigation__content {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 auto;
  }
  .webpage__navigation .navigation__menu {
    display: block !important;
  }
  .webpage__navigation .navigation__buttons {
    display: none;
  }
  .webpage__navigation .navigation__menu__primary,
  .webpage__navigation .navigation__menu__secondary {
    display: flex;
    list-style: none;
    padding-left: 0;
    justify-content: flex-end;
    margin: 0;
  }
  .webpage__navigation .navigation__menu__primary .btn-group,
  .webpage__navigation .navigation__menu__primary .btn-flat {
    padding-top: 0.5rem;
  }
  .webpage__navigation
    .navigation__menu__primary
    .btn-group
    .btn-navigation-menu,
  .webpage__navigation
    .navigation__menu__primary
    .btn-flat
    .btn-navigation-menu {
    color: #000;
    font-weight: 700;
    border-bottom: 0.25rem solid transparent;
    padding: 0.75rem 0.75rem 0.5rem;
    border-left: none;
    border-right: none;
    box-shadow: none !important;
    border-radius: 1rem 1rem 0 0;
    transition: none;
    text-transform: uppercase;
    font-size: inherit;
  }
  .webpage__navigation
    .navigation__menu__primary
    .btn-group
    .btn-navigation-menu.selected,
  .webpage__navigation
    .navigation__menu__primary
    .btn-flat
    .btn-navigation-menu.selected {
    border-bottom-color: #c7aa50;
  }
  .webpage__navigation
    .navigation__menu__primary
    .btn-group
    .btn-navigation-menu
    + .dropdown-menu,
  .webpage__navigation
    .navigation__menu__primary
    .btn-flat
    .btn-navigation-menu
    + .dropdown-menu {
    border: 0;
    border-top: 0.25rem solid #c7aa50;
    min-width: 100%;
    margin-top: -0.25rem;
    border-radius: 0 0 1rem 1rem;
    overflow: hidden;
    padding: 0.5rem;
  }
  .webpage__navigation
    .navigation__menu__primary
    .btn-group
    .btn-navigation-menu
    + .dropdown-menu
    .dropdown-item,
  .webpage__navigation
    .navigation__menu__primary
    .btn-flat
    .btn-navigation-menu
    + .dropdown-menu
    .dropdown-item {
    font-weight: 700;
    padding: 0.5rem;
  }
  .webpage__navigation
    .navigation__menu__primary
    .btn-group
    .btn-navigation-menu
    + .dropdown-menu
    .dropdown-item--nested,
  .webpage__navigation
    .navigation__menu__primary
    .btn-flat
    .btn-navigation-menu
    + .dropdown-menu
    .dropdown-item--nested {
    font-weight: 400;
    font-size: small;
    padding: 0.25rem 0.5rem;
  }
  .webpage__navigation
    .navigation__menu__primary
    .btn-group
    .btn-navigation-menu
    + .dropdown-menu
    .dropdown-item--nested:before,
  .webpage__navigation
    .navigation__menu__primary
    .btn-flat
    .btn-navigation-menu
    + .dropdown-menu
    .dropdown-item--nested:before {
    margin-right: 0.5rem;
    content: "\2022";
    font-weight: 700;
    color: #a7a7a7;
  }
  .webpage__navigation
    .navigation__menu__primary
    .btn-group
    .btn-navigation-menu
    + .dropdown-menu
    .dropdown-item.active,
  .webpage__navigation
    .navigation__menu__primary
    .btn-group
    .btn-navigation-menu
    + .dropdown-menu
    .dropdown-item:active,
  .webpage__navigation
    .navigation__menu__primary
    .btn-group
    .btn-navigation-menu
    + .dropdown-menu
    .dropdown-item:focus,
  .webpage__navigation
    .navigation__menu__primary
    .btn-group
    .btn-navigation-menu
    + .dropdown-menu
    .dropdown-item:hover,
  .webpage__navigation
    .navigation__menu__primary
    .btn-flat
    .btn-navigation-menu
    + .dropdown-menu
    .dropdown-item.active,
  .webpage__navigation
    .navigation__menu__primary
    .btn-flat
    .btn-navigation-menu
    + .dropdown-menu
    .dropdown-item:active,
  .webpage__navigation
    .navigation__menu__primary
    .btn-flat
    .btn-navigation-menu
    + .dropdown-menu
    .dropdown-item:focus,
  .webpage__navigation
    .navigation__menu__primary
    .btn-flat
    .btn-navigation-menu
    + .dropdown-menu
    .dropdown-item:hover {
    background-color: #c7aa50;
    color: #fff;
    border-radius: 0.5rem;
  }
  .webpage__navigation
    .navigation__menu__primary
    .btn-group:not(.show)
    .btn-navigation-menu:not(.selected):hover,
  .webpage__navigation
    .navigation__menu__primary
    .btn-flat:not(.show)
    .btn-navigation-menu:not(.selected):hover {
    border-bottom-color: #a7a7a7;
    color: #000;
    background: #f7f6f6;
  }
  .webpage__navigation
    .navigation__menu__primary
    .btn-group:not(.show)
    .btn-navigation-menu.selected:hover,
  .webpage__navigation
    .navigation__menu__primary
    .btn-flat:not(.show)
    .btn-navigation-menu.selected:hover {
    background: #f4f1df;
  }
  .webpage__navigation .navigation__menu__primary .btn-group.show:before,
  .webpage__navigation .navigation__menu__primary .btn-flat.show:before {
    content: "";
    position: fixed;
    background: #000;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 2;
    opacity: 0.2;
    pointer-events: none;
  }
  .webpage__navigation
    .navigation__menu__primary
    .btn-group.show
    .btn-navigation-menu,
  .webpage__navigation
    .navigation__menu__primary
    .btn-flat.show
    .btn-navigation-menu {
    background: #c7aa50;
    color: #fff !important;
    position: relative;
    z-index: 2;
  }
  .webpage__navigation .navigation__menu__secondary {
    padding-top: 1rem;
  }
  .webpage__navigation .navigation__menu__secondary > li {
    line-height: 1;
  }
  .webpage__navigation .navigation__menu__secondary > li:not(:first-child) {
    margin-left: 0.5rem !important;
    padding-left: 0.5rem;
    border-left: 1px solid #e2e4e8;
  }
  .webpage__navigation .navigation__menu__secondary a {
    color: #000000bf;
    line-height: 1;
    display: inline-block;
  }
  .webpage__navigation .navigation__menu__secondary .secondary__menu {
    vertical-align: baseline;
  }
  .webpage__navigation .navigation__menu__secondary .secondary__menu .btn {
    color: #000000bf;
    line-height: 1;
    background: none;
    border: none;
    padding: 0;
    font-size: inherit;
  }
}
@media all and (max-width: 991px) {
  .webpage__navigation .navigation__content {
    max-width: 768px;
  }
  .webpage__navigation .navigation__buttons {
    grid-column: 2;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .webpage__navigation .navigation__menu {
    grid-column: 1 / span 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 2;
  }
  .webpage__navigation .navigation__menus {
    display: flex;
    flex-direction: column-reverse;
  }
  .webpage__navigation .navigation__menus > * {
    width: 100%;
  }
  .webpage__navigation
    .navigation__menus.navigation__menus--logged-in
    .logged-in,
  .webpage__navigation
    .navigation__menus.navigation__menus--logged-out
    .logged-out {
    display: flex;
    flex-direction: column-reverse;
  }
  .webpage__navigation .navigation__menu__secondary,
  .webpage__navigation .navigation__menu__primary {
    list-style: none;
    padding: 1rem 0 0 !important;
    margin: 1rem 0 0 !important;
    border-top: 1px solid #e2e4e8;
  }
  .webpage__navigation .navigation__menu__secondary a,
  .webpage__navigation .navigation__menu__secondary button,
  .webpage__navigation .navigation__menu__primary a,
  .webpage__navigation .navigation__menu__primary button {
    color: #000;
  }
  .webpage__navigation .navigation__menu__secondary > li,
  .webpage__navigation .navigation__menu__primary > li {
    padding: 0.25rem 0;
  }
  .webpage__navigation .navigation__menu__secondary .btn-group,
  .webpage__navigation .navigation__menu__secondary .btn-flat,
  .webpage__navigation .navigation__menu__primary .btn-group,
  .webpage__navigation .navigation__menu__primary .btn-flat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .webpage__navigation .navigation__menu__secondary .btn-group .btn,
  .webpage__navigation .navigation__menu__secondary .btn-flat .btn,
  .webpage__navigation .navigation__menu__primary .btn-group .btn,
  .webpage__navigation .navigation__menu__primary .btn-flat .btn {
    transition: none;
    box-shadow: none;
    display: block;
    width: 100%;
    text-align: left;
  }
  .webpage__navigation .navigation__menu__secondary .btn-group .btn:after,
  .webpage__navigation .navigation__menu__secondary .btn-flat .btn:after,
  .webpage__navigation .navigation__menu__primary .btn-group .btn:after,
  .webpage__navigation .navigation__menu__primary .btn-flat .btn:after {
    position: relative;
    top: 0.1rem;
  }
  .webpage__navigation
    .navigation__menu__secondary
    .btn-group:not(.show)
    .btn:after,
  .webpage__navigation
    .navigation__menu__secondary
    .btn-flat:not(.show)
    .btn:after,
  .webpage__navigation
    .navigation__menu__primary
    .btn-group:not(.show)
    .btn:after,
  .webpage__navigation
    .navigation__menu__primary
    .btn-flat:not(.show)
    .btn:after {
    transform: rotate(-90deg);
  }
  .webpage__navigation
    .navigation__menu__secondary
    .btn-group.show
    .dropdown-menu,
  .webpage__navigation
    .navigation__menu__secondary
    .btn-flat.show
    .dropdown-menu,
  .webpage__navigation
    .navigation__menu__primary
    .btn-group.show
    .dropdown-menu,
  .webpage__navigation
    .navigation__menu__primary
    .btn-flat.show
    .dropdown-menu {
    position: relative !important;
    transform: none !important;
    width: 100%;
    padding: 0;
    margin: 0.5rem 0 0;
    border-radius: 0.5rem;
    overflow: hidden;
  }
  .webpage__navigation
    .navigation__menu__secondary
    .btn-group.show
    .dropdown-menu
    .dropdown-item,
  .webpage__navigation
    .navigation__menu__secondary
    .btn-flat.show
    .dropdown-menu
    .dropdown-item,
  .webpage__navigation
    .navigation__menu__primary
    .btn-group.show
    .dropdown-menu
    .dropdown-item,
  .webpage__navigation
    .navigation__menu__primary
    .btn-flat.show
    .dropdown-menu
    .dropdown-item {
    padding: 0.5rem 1rem;
  }
  .webpage__navigation .navigation__menu__secondary .btn-navigation-menu,
  .webpage__navigation .navigation__menu__primary .btn-navigation-menu {
    padding: 0;
  }
  .webpage__navigation .navigation__menu__secondary .dropdown-item--nested,
  .webpage__navigation .navigation__menu__primary .dropdown-item--nested {
    font-size: smaller;
  }
  .webpage__navigation
    .navigation__menu__secondary
    .dropdown-item--nested:before,
  .webpage__navigation
    .navigation__menu__primary
    .dropdown-item--nested:before {
    margin-right: 0.5rem;
    content: "\2022";
    font-weight: 700;
    color: #a7a7a7;
  }
  .webpage__navigation .navigation__menu__secondary .dropdown-item.active,
  .webpage__navigation .navigation__menu__secondary .dropdown-item:active,
  .webpage__navigation .navigation__menu__secondary .dropdown-item:focus,
  .webpage__navigation .navigation__menu__secondary .dropdown-item:hover,
  .webpage__navigation .navigation__menu__primary .dropdown-item.active,
  .webpage__navigation .navigation__menu__primary .dropdown-item:active,
  .webpage__navigation .navigation__menu__primary .dropdown-item:focus,
  .webpage__navigation .navigation__menu__primary .dropdown-item:hover {
    background-color: #c7aa50;
  }
  .webpage__navigation .navigation__menu__primary {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .webpage__navigation .navigation__menu__secondary .secondary__menu .btn {
    padding: 0;
    background: none;
  }
  .webpage__navigation .navigation__menu__secondary a {
    display: block;
  }
  .webpage__navigation .navigation__menu__secondary .secondary__logout form,
  .webpage__navigation
    .navigation__menu__secondary
    .secondary__logout
    input[type="submit"] {
    line-height: inherit;
  }
  .webpage__navigation .navigation__menu__secondary .secondary__logout .form {
    display: inline-block;
  }
  .webpage__navigation
    .navigation__menu__secondary
    .secondary__logout
    .form
    button {
    color: #000;
  }
}
@media all and (max-width: 767px) {
  .webpage__navigation .navigation__banner,
  .webpage__navigation .navigation__banner .close {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .webpage__navigation .navigation__content {
    max-width: 577px;
  }
}
@media all and (max-width: 576px) {
  .webpage__navigation .navigation__content {
    padding: 1rem;
    max-width: 100%;
  }
}
.webpage__notices {
  z-index: 1081;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}
.webpage__notices > * {
  pointer-events: auto;
}
.webpage__notices__rocketchat {
  align-self: flex-end;
  position: relative;
}
.webpage__notices__rocketchat .rocketchat-widget {
  position: relative !important;
}
.webpage__notices__webphone {
  align-self: flex-end;
  position: relative;
  padding: 0 1rem;
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.25));
}
.webpage__notices__webphone .webphone {
  position: relative !important;
}
.webpage__notices__webphone > *:last-child {
  margin-bottom: 1rem !important;
}
.webpage__notices__toasts {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: flex-end;
  padding: 0 1rem;
}
.webpage__notices__toasts > *:last-child {
  margin-bottom: 1rem !important;
}
.webpage__notices .btn {
  border-radius: 2rem;
}
.webpage__notices .btn.btn-rocketchat {
  width: 54px;
  height: 54px;
  padding: 10px;
  border-radius: 4px;
  margin: 16px !important;
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 1 !important;
  border-color: #c7aa50 !important;
  z-index: 12346;
  box-shadow: 0 4px 4px #00000040;
}
.webpage__notices .btn.btn-rocketchat__offline {
  background-color: #666 !important;
  border-color: #666 !important;
}
.webpage__notices .btn.btn-rocketchat:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  opacity: 0.9 !important;
}
.webpage__notices .btn.btn-rocketchat:active,
.webpage__notices .btn.btn-rocketchat:focus {
  outline: none !important;
  box-shadow: none !important;
}
.webpage__notices .btn-default {
  background: none;
  border-color: #c7aa50;
  color: #c7aa50;
}
.webpage__notices .btn-primary {
  background: #c7aa50 !important;
  border-color: #c7aa50;
}
.webpage__notices .navigation__cookies {
  background: #f4f1df;
}
.webpage__notices .navigation__cookies .cookies__body {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  padding: 1rem 2rem;
  margin: 0 auto;
  max-width: 1100px;
}
.webpage__notices .navigation__cookies .cookies__buttons {
  text-align: right;
  align-self: center;
}
.webpage__notices #smartbanner {
  padding: 1rem 2rem;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-row-gap: 0.5rem;
  pointer-events: auto;
}
.webpage__notices #smartbanner .sb-container {
  display: flex;
  gap: 1rem;
}
.webpage__notices #smartbanner .sb-container a.sb-close {
  align-self: baseline;
  color: #fff;
}
.webpage__notices #smartbanner .sb-container .sb-icon {
  width: 57px;
  height: 57px;
  background-size: cover;
  border-radius: 1rem;
}
.webpage__notices #smartbanner .sb-container .sb-info {
  flex-grow: 1;
  color: #fff;
}
.webpage__notices #smartbanner .sb-container .sb-info span {
  display: block;
}
.webpage__notices #smartbanner .sb-button {
  text-align: right;
  align-self: center;
}
.webpage__notices #smartbanner.android {
  border-color: #212228;
  background: #3d3d3d url(../../images/dark_background_stripes.gif);
  box-shadow: none;
}
.webpage__notices .trustpilot-toast {
  align-self: flex-end;
  background: #fff;
  border-left: 5px solid #4eac5e;
  border-radius: 5px;
  padding: 1.5rem;
  display: flex;
  max-width: 50rem;
  box-shadow: 0 0.25rem 0.75rem #00000040;
  gap: 1.5rem;
}
.webpage__notices .trustpilot-toast__detail {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.75rem;
  flex-grow: 1;
}
.webpage__notices .trustpilot-toast__icon {
  grid-row: 1 / span 2;
}
.webpage__notices .trustpilot-toast__icon img {
  height: 3rem;
  width: auto;
}
.webpage__notices .trustpilot-toast__title {
  font-weight: 700;
}
.webpage__notices .trustpilot-toast__message {
  opacity: 0.75;
}
.webpage__notices .trustpilot-toast__actions {
  display: flex;
  gap: 0.375rem;
  align-items: center;
  flex-shrink: 0;
}
.webpage__notices .trustpilot-toast__action {
  background: none;
  color: #c7aa50;
  border-radius: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border: 2px solid #c7aa50;
  line-height: 2;
}
.webpage__notices .trustpilot-toast__action:hover,
.webpage__notices .trustpilot-toast__action:focus {
  text-decoration: none;
  border-color: #baa04a;
  color: #baa04a;
}
.webpage__notices .trustpilot-toast__action--primary {
  background: #c7aa50;
  color: #fff;
}
.webpage__notices .trustpilot-toast__action--primary:hover,
.webpage__notices .trustpilot-toast__action--primary:focus {
  text-decoration: none;
  background-color: #baa04a;
  border-color: #baa04a;
  color: #fff;
}
.rc-livechat-mobile-full-screen .webpage__notices .rocketchat-widget {
  position: fixed !important;
}
@media all and (max-width: 767px) {
  .webpage__notices .navigation__cookies .cookies__body {
    padding-left: 1rem;
    padding-right: 1rem;
    grid-template-columns: 1fr;
  }
  .webpage__notices #smartbanner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .webpage__notices .trustpilot-toast {
    flex-direction: column;
    gap: 0.75rem;
  }
  .webpage__notices .trustpilot-toast__actions {
    justify-content: flex-end;
  }
}
@media all and (max-width: 576px) {
  .webpage__notices #smartbanner {
    grid-template-columns: 1fr;
  }
  .webpage__notices #smartbanner .sb-container {
    gap: 0.5rem;
  }
}
.webphone {
  display: inline-flex;
}
.webphone__start-call {
  padding: 0;
  border: none;
}
.webphone__call {
  background: #f7f6f6;
  color: #000;
  padding: 0.75rem;
}
.webphone__call-details {
  display: inline-flex;
  flex-direction: row;
  gap: 0.75rem;
  align-items: center;
}
.webphone__call .p--help {
  color: #7a7a7a;
  font-size: 0.8rem;
  padding-top: 0.3rem;
  font-weight: 400;
}
.webphone__volume {
  display: flex;
  gap: 0.375rem;
  align-items: center;
}
.webphone__volume label {
  margin: 0;
}
.webphone + * {
  margin-top: 0.75rem;
}
.well {
  background: #f7f6f6;
  padding: 1rem;
  border-radius: 1rem;
  width: 100%;
}
.well.well--primary {
  background: #f4f1df;
  color: #533f03;
}
.well.well--collapsible {
  background: #f4f1df;
  color: #533f03;
  transition: max-height 0.2s ease-out;
  display: flex;
}
.well.well--collapsible .collapsible-content {
  display: none;
}
.well.well--collapsible .collapsible-button {
  cursor: pointer;
  margin-left: auto;
}
.well.well--info {
  background: #d1ecf1;
  color: #0c5460;
}
.well.well--list {
  background: none;
  border: solid 2px #e9e0be;
}
.well + * {
  margin-top: 1rem;
}
.well hr {
  margin: 1rem 0;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body {
    min-width: auto !important;
  }
  .hidden-print {
    display: none !important;
  }
  .webpage__content.webpage__content--sidebar-r {
    grid-template-columns: 1fr !important;
  }
}
.hide {
  display: none !important;
}
@media all and (min-width: 577px) {
  .hide--mobile--up {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .hide--mobile--down {
    display: none !important;
  }
}
@media all and (min-width: 768px) {
  .hide--tablet--up {
    display: none !important;
  }
}
@media all and (max-width: 991px) {
  .hide--tablet--down {
    display: none !important;
  }
}
@media all and (min-width: 992px) {
  .hide--laptop--up {
    display: none !important;
  }
}
.hide--laptop--down {
  display: none !important;
}
.card--account-flow .card-body {
  background: #f4f1df;
  display: flex;
  flex-direction: column;
}
.card--account-flow .card-body .account-flows {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 0;
  counter-reset: flow-index;
}
.card--account-flow .card-body .account-flows > :nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.card--account-flow .card-body .account-flows > :nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
.card--account-flow .card-body .account-flows > :nth-child(3) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.card--account-flow .card-body .account-flows > :nth-child(4) {
  -ms-grid-column: 4;
  -ms-grid-row: 1;
}
.card--account-flow .card-body .account-flows + a {
  margin-top: 2rem;
  align-self: center;
}
.card--account-flow .card-body .account-flow {
  text-align: center;
  border: 2px solid rgba(199, 170, 80, 0.25);
  border-radius: 1rem;
  padding: 3rem 1.5rem 2rem;
  position: relative;
}
.card--account-flow .card-body .account-flow:not(:first-child):before {
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  background: #e9e0be;
  height: 2rem;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 1rem);
  left: -1rem;
  position: absolute;
  border-radius: 1cm;
  font-weight: 900;
  color: #c7aa50;
}
.card--account-flow .card-body .account-flow .account-flow__img {
  margin-bottom: 15px;
}
.card--account-flow .card-body .account-flow .account-flow__img + p {
  font-weight: 500;
}
.card--account-flow .card-body .account-flow p:last-child {
  font-size: smaller;
}
.card--account-flow .card-body .account-flow:not(:first-child) {
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.card--account-flow .card-body .account-flow:not(:last-child) {
  border-right-width: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media all and (max-width: 991px) {
  .card--account-flow .card-body .account-flows {
    display: flex;
    flex-direction: column;
  }
  .card--account-flow .card-body .account-flows > * + * {
    margin-top: 0 !important;
  }
  .card--account-flow .card-body .account-flow {
    padding-bottom: 2rem;
  }
  .card--account-flow .card-body .account-flow:not(:first-child):before {
    content: "\f078";
    left: calc(50% - 1rem);
    top: -1rem;
  }
  .card--account-flow .card-body .account-flow:first-child,
  .card--account-flow .card-body .account-flow:last-child {
    border-width: 2px;
    border-radius: 1rem;
  }
  .card--account-flow .card-body .account-flow:not(:last-child) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-width: 0;
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .card--account-flow .card-body .account-flow:not(:first-child) {
    border-top-width: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-left-width: 2px;
    border-right-width: 2px;
  }
}
.card--contact-us .card-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
}
.card--contact-us .card-body > :nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.card--contact-us .card-body > :nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
.card--contact-us .card-body > :nth-child(3) {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.card--contact-us .card-body > :nth-child(4) {
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}
.card--contact-us .card-body > :nth-child(5) {
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
.card--contact-us .card-body > :nth-child(6) {
  -ms-grid-column: 2;
  -ms-grid-row: 3;
}
.card--contact-us .card-body h3 {
  font-size: inherit;
  line-height: inherit;
  text-align: right;
  margin: 0;
  padding: 0;
  color: #7a7a7a;
}
.card--contact-us .card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.card--contact-us .card-body dl dt {
  font-weight: 400;
}
.card--contact-us .card-body ul,
.card--contact-us .card-body address {
  border-left: 0.25rem solid #f7f6f6;
  padding-left: 1rem;
  align-self: center;
}
.card--contact-us .card-body .contact__phone__body {
  font-weight: 700;
}
.card--contact-us .card-body .contact__phone__body span {
  font-weight: 400;
}
.card--contact-us .card-body .contact__phone__ctc {
  margin-top: 15px;
}
@media all and (max-width: 576px) {
  .card--contact-us .card-body {
    display: flex;
    flex-direction: column;
    grid-row-gap: 0;
  }
  .card--contact-us .card-body > * + * {
    margin-top: 0 !important;
  }
  .card--contact-us .card-body h3 {
    text-align: left;
    background: #f0f1f3;
    padding: 1rem;
    border-radius: 1rem 1rem 0 0;
  }
  .card--contact-us .card-body ul,
  .card--contact-us .card-body address {
    width: 100%;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 2px solid #f0f1f3;
    border-top: none;
    border-radius: 0 0 1rem 1rem;
  }
  .card--contact-us .card-body .contact__phone__body span {
    display: block;
    margin-bottom: 0.5rem !important;
  }
}
.webpage__content .card--deposit-method .deposit__location {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 0.75rem;
  font-size: 20px;
  line-height: 24px;
}
.webpage__content .card--deposit-method .deposit__location .deposit__flag {
  display: flex;
  align-items: center;
}
.webpage__content
  .card--deposit-method
  .deposit__location
  .deposit__flag
  .flag-wrapper {
  height: 22px;
  width: 32px;
  border: 1px solid black;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.webpage__content
  .card--deposit-method
  .deposit__location
  .deposit__flag
  .flag-wrapper--CH,
.webpage__content
  .card--deposit-method
  .deposit__location
  .deposit__flag
  .flag-wrapper--VA {
  width: 22px;
}
.webpage__content
  .card--deposit-method
  .deposit__location
  .deposit__flag
  .flag-wrapper--NP {
  border: none;
}
.webpage__content
  .card--deposit-method
  .deposit__location
  .deposit__flag
  .flag-wrapper
  .flag {
  margin-left: -1px;
}
.webpage__content .card--deposit-method .well-group + * {
  margin-top: 1rem;
}
.webpage__content .card--deposit-method .deposit__banks select {
  background: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.webpage__content .card--deposit-method .deposit__banks .btn-primary {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.webpage__content .card--deposit-method .deposit__banks .btn-secondary {
  padding: 0 1rem;
}
.webpage__content .card--deposit-method--manual .well p + dl {
  border-top: 1px solid #e9e0be;
  padding-top: 1rem;
}
.webpage__content .card--deposit-method--manual dl dt {
  font-weight: 400;
}
.webpage__content .card--deposit-method--manual dl dd {
  font-weight: 700;
}
.webpage__content .card--deposit-method--manual .well--info p + dl {
  border-top-color: #0000001a;
}
.webpage__content .card--deposit-method--manual .cursor-pointer {
  cursor: pointer;
}
.webpage__content .card--deposit-method--truelayer #softLockProviderWarning {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.webpage__content .card--deposit-method .well--collapsible {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
}
.webpage__content
  .card--deposit-method
  .well--collapsible
  .collapsible-content {
  grid-column: 1 / span 2;
}
@media all and (min-width: 992px) {
  .webpage__content .card--deposit-method--manual dl {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    grid-column-gap: 1rem;
  }
  .webpage__content .card--deposit-method--manual dl > :nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .webpage__content .card--deposit-method--manual dl > :nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .webpage__content .card--deposit-method--manual dl > :nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  .webpage__content .card--deposit-method--manual dl > :nth-child(4) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
  .webpage__content .card--deposit-method--manual dl > :nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .webpage__content .card--deposit-method--manual dl > :nth-child(6) {
    -ms-grid-column: 2;
    -ms-grid-row: 3;
  }
  .webpage__content .card--deposit-method--manual dl > :nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 4;
  }
  .webpage__content .card--deposit-method--manual dl > :nth-child(8) {
    -ms-grid-column: 2;
    -ms-grid-row: 4;
  }
  .webpage__content .card--deposit-method--manual dl > :nth-child(9) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
  .webpage__content .card--deposit-method--manual dl > :nth-child(10) {
    -ms-grid-column: 2;
    -ms-grid-row: 5;
  }
  .webpage__content .card--deposit-method--manual dl > :nth-child(11) {
    -ms-grid-column: 1;
    -ms-grid-row: 6;
  }
  .webpage__content .card--deposit-method--manual dl > :nth-child(12) {
    -ms-grid-column: 2;
    -ms-grid-row: 6;
  }
  .webpage__content .card--deposit-method--manual dl > :nth-child(13) {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
  }
  .webpage__content .card--deposit-method--manual dl > :nth-child(14) {
    -ms-grid-column: 2;
    -ms-grid-row: 7;
  }
  .webpage__content .card--deposit-method--manual dl > :nth-child(15) {
    -ms-grid-column: 1;
    -ms-grid-row: 8;
  }
  .webpage__content .card--deposit-method--manual dl > :nth-child(16) {
    -ms-grid-column: 2;
    -ms-grid-row: 8;
  }
  .webpage__content .card--deposit-method--manual .well-group .well dl {
    -ms-grid-columns: 15rem 1fr;
    grid-template-columns: 15rem 1fr;
  }
}
.webpage__content .card--sidepanel-adverts .card-body {
  background: #f7f6f6;
}
.webpage__content .card--sidepanel-adverts .card-footer {
  border-top: 1px solid #e2e4e8;
}
.webpage__content .card--sidepanel-adverts .carousel-control-next,
.webpage__content .card--sidepanel-adverts .carousel-control-prev {
  position: relative;
  filter: invert(100%);
  width: auto;
}
.webpage__content .card--sidepanel-adverts .carousel-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
.webpage__content .card--sidepanel-adverts .carousel-indicators {
  position: relative;
  margin: 0;
  bottom: 0;
  z-index: 1;
}
.webpage__content .card--sidepanel-adverts .carousel-indicators li {
  height: 1rem;
  width: 1rem;
  border-radius: 1cm;
  background: #e2e4e8;
}
.webpage__content .card--sidepanel-adverts .carousel-indicators li.active {
  background: #7a7a7a;
}
.webpage__content .card--sidepanel-adverts .advert {
  min-height: 24rem;
}
.webpage__content .card--sidepanel-adverts .advert img {
  display: block;
  margin: 0 auto;
}
.webpage__content
  .card--sidepanel-adverts
  .advert--queens-award
  .advert__testimonial {
  margin-top: 1rem;
}
.webpage__content .card--sidepanel-adverts .advert--team img {
  width: 100%;
  border-radius: 0.5rem;
}
.webpage__content .card--sidepanel-adverts .advert--team img + * {
  margin-top: 1rem;
}
.webpage__content .card--sidepanel-adverts .advert--footer {
  min-height: auto;
}
.webpage__content .card--sidepanel-adverts .advert--footer img + * {
  margin-top: 1rem;
}
.webpage__content .card--sidepanel-adverts .advert__title {
  font-size: 1.5rem;
  font-weight: 700;
}
.webpage__content .card--sidepanel-adverts .advert__title + .advert__subtitle {
  margin-top: -1rem;
}
.webpage__content .card--sidepanel-adverts .advert__subtitle {
  font-weight: 500;
}
.webpage__content .card--sidepanel-adverts .advert__testimonial {
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
}
.webpage__content .card--sidepanel-adverts .advert__testimonial + * {
  margin-top: 1rem;
}
.webpage__content .card--sidepanel-adverts .advert__testimonial__cite {
  font-weight: 500;
  text-align: right;
  margin-top: 1rem;
}
.webpage .webpage__content .card--order-panel {
  background: none;
  box-shadow: none;
  filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.05));
  position: sticky;
  top: 7rem;
}
.webpage .webpage__content .card--order-panel .card-body {
  padding: 1rem;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel
  .order-panel__overflow-wrapper {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #a7a7a7 white;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel
  .order-panel__overflow-wrapper::-webkit-scrollbar {
  width: 12px;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel
  .order-panel__overflow-wrapper::-webkit-scrollbar-track {
  background: #fff;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel
  .order-panel__overflow-wrapper::-webkit-scrollbar-thumb {
  background-color: #a7a7a7;
  border-radius: 20px;
  border: 3px solid white;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel.B
  .order-panel__tabs:after {
  background: #c7aa50;
}
.webpage .webpage__content .card--order-panel .order-panel.B .tab--buy {
  background: #fff;
  position: relative;
  z-index: 1;
  border-color: #c7aa50;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel.B
  .available-quantity {
  display: none;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel.B.silver
  .order-panel__tabs:after {
  background: #818188;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel.B.silver
  .btn-primary.submit {
  background: #818188;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel.B.silver
  .btn-primary.submit:hover:not([disabled]),
.webpage
  .webpage__content
  .card--order-panel
  .order-panel.B.silver
  .btn-primary.submit:focus:not([disabled]) {
  background-color: #737379;
  border-color: #737379;
}
.webpage .webpage__content .card--order-panel .order-panel.B.silver .tab--buy {
  border-color: #818188;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel.B.platinum
  .order-panel__tabs:after {
  background: #6383a2;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel.B.platinum
  .btn-primary.submit {
  background: #6383a2;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel.B.platinum
  .btn-primary.submit:hover:not([disabled]),
.webpage
  .webpage__content
  .card--order-panel
  .order-panel.B.platinum
  .btn-primary.submit:focus:not([disabled]) {
  background-color: #506a84;
  border-color: #506a84;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel.B.platinum
  .tab--buy {
  border-color: #6383a2;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel.B.palladium
  .order-panel__tabs:after {
  background: #8f83b5;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel.B.palladium
  .btn-primary.submit {
  background: #8f83b5;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel.B.palladium
  .btn-primary.submit:hover:not([disabled]),
.webpage
  .webpage__content
  .card--order-panel
  .order-panel.B.palladium
  .btn-primary.submit:focus:not([disabled]) {
  background-color: #8f83b5;
  border-color: #8f83b5;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel.B.palladium
  .tab--buy {
  border-color: #8f83b5;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel.S
  .order-panel__tabs:after {
  background: #a4b973;
}
.webpage .webpage__content .card--order-panel .order-panel.S .tab--sell {
  background: #fff;
  position: relative;
  z-index: 1;
  border-color: #a4b973;
}
.webpage .webpage__content .card--order-panel .order-panel.S .maximum-value {
  display: none;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel.S
  .btn-primary.submit {
  background: #a4b973;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel.S
  .btn-primary.submit:hover:not([disabled]),
.webpage
  .webpage__content
  .card--order-panel
  .order-panel.S
  .btn-primary.submit:focus:not([disabled]) {
  background-color: #96ac69;
  border-color: #96ac69;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel.W
  .order-panel__tabs:after {
  background: #a7a7a7;
}
.webpage .webpage__content .card--order-panel .order-panel.W .tab--wizard {
  background: #fff;
  position: relative;
  z-index: 1;
  border-color: #a7a7a7;
}
.webpage .webpage__content .card--order-panel .order-panel .arrow-control {
  position: relative;
  height: max-content;
}
.webpage .webpage__content .card--order-panel .order-panel .arrow-block button {
  border: none;
  height: 50%;
  position: absolute;
  right: 0;
  background: #e2e4e8;
  font-size: 10px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel
  .arrow-block
  button.increment {
  top: 0;
  border-top-right-radius: 0.5rem;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel
  .arrow-block
  button.decrement {
  bottom: 0;
  border-bottom-right-radius: 0.5rem;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel
  .arrow-block
  button.focus {
  outline: none;
}
.webpage .webpage__content .card--order-panel .order-panel__tabs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0;
  grid-column-gap: 0.25rem;
  text-align: center;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__tabs
  > :nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__tabs
  > :nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__tabs
  > :nth-child(3) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.webpage .webpage__content .card--order-panel .order-panel__tabs .tab {
  display: block;
  border-radius: 1rem 1rem 0 0;
  background: #f7f6f6;
  flex-grow: 1;
  border: 0.25rem solid #f7f6f6;
  border-bottom: none;
  padding: 0.5rem 0.25rem 0.75rem;
  margin-bottom: -0.25rem !important;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__tabs
  .tab--buy:before,
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__tabs
  .tab--sell:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f062";
  line-height: 1;
  font-weight: 900;
  display: inline-block;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__tabs
  .tab--buy:before {
  transform: rotate(45deg);
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__tabs
  .tab--sell:before {
  transform: rotate(-135deg);
}
.webpage .webpage__content .card--order-panel .order-panel__tabs:after {
  content: "";
  display: block;
  height: 0.25rem;
  background: #000;
  grid-column: 1 / span 3;
  -ms-grid-column-span: 3;
  -ms-grid-row: 2;
}
.webpage .webpage__content .card--order-panel .order-panel__header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #e2e4e8;
  background: #fff;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__header
  > :nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__header
  > :nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
.webpage .webpage__content .card--order-panel .order-panel__header .title {
  font-weight: 700;
  font-size: larger;
  margin: 0;
}
.webpage .webpage__content .card--order-panel .order-panel__header .subtitle {
  grid-column: 1 / span 2;
  -ms-grid-row: 2;
  -ms-grid-column-span: 2;
}
.webpage .webpage__content .card--order-panel .order-panel__body {
  padding: 0.5rem 1rem;
  background: #fff;
}
.webpage .webpage__content .card--order-panel .order-panel__body .alert {
  box-shadow: none;
  margin: 0;
}
.webpage .webpage__content .card--order-panel .order-panel__body .well {
  padding: 0.5rem;
}
.webpage .webpage__content .card--order-panel .order-panel__body .form-control {
  font-size: 0.9rem;
}
.webpage .webpage__content .card--order-panel .order-panel__body .form-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10rem;
  grid-template-columns: 1fr 10rem;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__body
  .form-group
  > :nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__body
  .form-group
  > :nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__body
  .form-group
  label {
  margin: 0;
  font-size: smaller;
  align-self: center;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__body
  .form-group
  .btn--help {
  position: relative;
  right: 0;
  top: 0;
  height: 1.5rem;
  width: 1.5rem;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__body
  .form-group--date
  input {
  font-size: smaller;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__body
  .available-quantity,
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__body
  .maximum-value {
  grid-column: 1 / span 2;
  -ms-grid-column-span: 2;
  -ms-grid-row: 2;
  text-align: right;
  position: relative;
  font-size: smaller;
  margin-top: 0.25rem;
  min-height: 1.5rem;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__body
  .maximum-value {
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__body
  .maximum-value
  > *
  + * {
  margin-right: 0.25rem !important;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__body
  .maximum-value
  .btn--help {
  line-height: 1;
  padding: 0;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__body
  .maximum-value
  .maximum-value-popover {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  margin: 0;
}
.webpage .webpage__content .card--order-panel .order-panel__body .inline-error {
  margin-top: 0.5rem;
  background: #f8d7da;
  color: #721c24;
  padding: 0.5rem 1rem;
  font-size: smaller;
  border-radius: 1rem;
  grid-column: 1 / span 2;
  -ms-grid-column-span: 2;
  -ms-grid-row: 2;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__body--confirm
  .order-panel-details {
  display: flex;
  flex-direction: column;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__body--confirm
  .order-panel-details
  > *
  + * {
  margin-top: 0.25rem !important;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__body--confirm
  .order-panel-details
  label {
  line-height: 1.5rem;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__body--view
  .order-panel-details {
  display: flex;
  flex-direction: column;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__body--view
  .order-panel-details
  > *
  + * {
  margin-top: 0.25rem !important;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__body--view
  .order-panel-details
  label {
  line-height: 1.5rem;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__body--view
  .order-panel-details
  div {
  font-size: 0.9rem;
  line-height: 1.5rem;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__body--view
  .order-panel-details
  .oz-price,
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__body--view
  .order-panel-details
  .oz-quantity {
  opacity: 0.5;
  font-style: italic;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__body--wizard
  .suggestion {
  padding: 0.5rem 1rem;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__body--wizard
  .suggestion
  .suggestion__header {
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #aad2da;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__body--wizard
  .suggestion
  .suggestion__header
  .title {
  font-weight: 600;
  font-size: large;
  margin: 0;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__body--wizard
  .suggestion
  .suggestion__header
  .subtitle {
  font-size: smaller;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__body--wizard
  .suggestion
  .suggestion__body {
  display: flex;
  flex-direction: column;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__body--wizard
  .suggestion
  .suggestion__body
  .form-group {
  -ms-grid-columns: 1fr 8rem;
  grid-template-columns: 1fr 8rem;
  font-size: 0.9rem;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__body--wizard
  .suggestion
  .suggestion__body
  .form-group
  > :nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__body--wizard
  .suggestion
  .suggestion__body
  .form-group
  > :nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__body--wizard
  .suggestion
  .suggestion__body
  .form-group
  label {
  line-height: 1.5rem;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__body--wizard
  .suggestion
  .suggestion__body
  .form-control-textonly {
  background: none;
  border: none;
  padding: 0;
  line-height: inherit;
  height: auto;
  color: inherit;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__body
  .form-control-textonly {
  font-weight: 500;
}
.webpage
  .webpage__content
  .card--order-panel
  .order-panel__body
  .btn--download {
  margin-left: 0.5rem !important;
  margin: 0;
  text-decoration: none;
  padding: 0;
  border: none;
  background: none;
}
.webpage .webpage__content .card--order-panel .order-panel__footer {
  background: #f7f6f6;
  padding: 0.75rem 1rem 0.5rem;
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.5rem;
}
.webpage .webpage__content .card--order-panel .order-panel__footer .btn {
  padding-left: 1rem;
  padding-right: 1rem;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: smaller;
}
.webpage .webpage__content .card--order-panel:lang(it) .order-panel__tabs {
  font-size: smaller;
}
.webpage
  .webpage__content
  .card--order-panel:lang(it)
  .order-panel__tabs
  .tab--buy:before,
.webpage
  .webpage__content
  .card--order-panel:lang(it)
  .order-panel__tabs
  .tab--sell:before {
  display: none;
}
.webpage .webpage__content .card--order-panel .popover .arrow {
  display: none;
}
@media all and (max-width: 991px) {
  .webpage .webpage__content .card--order-panel {
    top: 1rem;
  }
}
@media all and (max-width: 767px) {
  .webpage .webpage__content .card--order-panel {
    position: relative;
    top: 0;
  }
  .webpage .webpage__content .card--order-panel .order-panel__overflow-wrapper {
    max-height: none !important;
  }
}
.price-widget__container__widget {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  padding: 0;
  border: 2px solid #f0f1f3;
  background: #f0f1f3;
  border-radius: 1rem;
  grid-row-gap: 0;
  grid-column-gap: 4rem;
  overflow: hidden;
}
.price-widget__container__widget > :nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.price-widget__container__widget > :nth-child(2) {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.price-widget__container__widget > :nth-child(3) {
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
.price-widget__container__widget__title {
  text-align: center;
  font-size: 1.3rem;
  padding: 1rem;
  margin-bottom: 0;
}
.price-widget__container__widget__title h2 {
  font-size: 1.3rem;
  font-weight: 400;
}
.price-widget__container__widget .price-widget {
  overflow: hidden;
  border: none;
  background: none;
  border-radius: 0;
  min-height: 18.53rem;
}
.price-widget__container__widget .price-widget .price-widget__tabs {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 -2px;
  justify-content: center;
}
.price-widget__container__widget .price-widget .price-widget__tabs button {
  background: none;
  border-radius: 1rem 1rem 0 0;
  border: 2px solid transparent;
  border-bottom: 0;
  padding: 1rem;
  outline: none;
}
.price-widget__container__widget
  .price-widget
  .price-widget__tabs
  button:hover {
  cursor: pointer;
}
.price-widget__container__widget
  .price-widget
  .price-widget__tabs
  li.active
  button {
  background: #f4f1df;
  border-color: #e4d8ad;
}
.price-widget__container__widget
  .price-widget
  .price-widget__tabs
  li:not(.active)
  button:hover {
  background: #e2e4e8;
  position: relative;
}
.price-widget__container__widget
  .price-widget
  .price-widget__tabs
  li:not(.active)
  button:hover:after {
  content: "";
  display: block;
  height: 0.25rem;
  width: calc(100% + 0.5rem);
  background: #e4d8ad;
  position: absolute;
  left: -0.25rem;
  bottom: 0;
}
.price-widget__container__widget .price-widget .price-widget__options {
  background: #f4f1df;
  padding: 1rem 1rem 2rem;
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #e4d8ad;
}
.price-widget__container__widget .price-widget .price-widget__options .title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
}
.price-widget__container__widget .price-widget .price-widget__options .options {
  display: flex;
  align-items: center;
}
.price-widget__container__widget
  .price-widget
  .price-widget__options
  .options
  > *
  + * {
  margin-left: 0.5rem !important;
}
.price-widget__container__widget .price-widget .price-widget__options button {
  background: #ffffff80;
  padding: 0 1rem;
  font-weight: 500;
  box-shadow: none;
  border: none;
}
.price-widget__container__widget
  .price-widget
  .price-widget__options
  button.active {
  background: #e4d8ad;
}
.price-widget__container__widget
  .price-widget
  .price-widget__options
  button:not(.active):hover {
  background: #fff;
}
.price-widget__container__widget
  .price-widget
  .price-widget__options
  + .price-widget__prices {
  margin-top: -1rem;
}
.price-widget__container__widget .price-widget .price-widget__prices {
  background: #fff;
  padding: 1rem;
  display: flex;
  justify-content: space-evenly;
  border-radius: 0 0 1rem 1rem;
}
.price-widget__container__widget .price-widget .price-widget__prices > div {
  flex-grow: 1;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.price-widget__container__widget
  .price-widget
  .price-widget__prices
  > div:not(:last-child) {
  margin-right: 1rem;
}
.price-widget__container__widget
  .price-widget
  .price-widget__prices
  > div
  .title {
  font-size: larger;
  font-weight: 500;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 0.125rem solid black;
}
.price-widget__container__widget
  .price-widget
  .price-widget__prices
  > div
  .content {
  flex-grow: 1;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.price-widget__container__widget
  .price-widget
  .price-widget__prices
  > div
  .content
  p {
  margin: 0;
  font-size: smaller;
}
.price-widget__container__widget
  .price-widget
  .price-widget__prices
  > div
  .content
  p
  > a {
  margin: 0;
  font-size: inherit;
  color: inherit;
  font-weight: bolder;
}
.price-widget__container__widget
  .price-widget
  .price-widget__prices
  > div
  .content
  a {
  font-weight: 500;
  font-size: larger;
  color: #000;
}
.price-widget__container__widget
  .price-widget
  .price-widget__prices
  > div
  .content
  a
  + * {
  margin-top: 1rem;
}
.price-widget__container__widget .price-widget .price-widget__prices .gold {
  color: #856404;
}
.price-widget__container__widget
  .price-widget
  .price-widget__prices
  .gold
  .title {
  border-color: #85640440;
}
.price-widget__container__widget .price-widget .price-widget__prices .silver {
  color: #737379;
}
.price-widget__container__widget
  .price-widget
  .price-widget__prices
  .silver
  .title {
  border-color: #73737940;
}
.price-widget__container__widget .price-widget .price-widget__prices .platinum {
  color: #506a84;
}
.price-widget__container__widget
  .price-widget
  .price-widget__prices
  .platinum
  .title {
  border-color: #506a8440;
}
.price-widget__container__widget
  .price-widget
  .price-widget__prices
  .palladium {
  color: #7769a5;
}
.price-widget__container__widget
  .price-widget
  .price-widget__prices
  .palladium
  .title {
  border-color: #7769a540;
}
.price-widget__container__widget .price-widget__footnote {
  padding: 1rem;
}
.price-widget__container__widget .price-widget__footnote > *:not(:last-child) {
  margin-top: 0.25rem;
}
@media all and (max-width: 767px) {
  .price-widget__container__widget {
    margin-top: 2rem;
  }
}
@media all and (max-width: 576px) {
  .price-widget__container__widget .price-widget .price-widget__tabs {
    justify-content: center;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
    padding: 0 1rem;
  }
  .price-widget__container__widget .price-widget .price-widget__tabs button {
    border-bottom: 0.25rem solid transparent;
    border-radius: 1rem;
    padding: 0.5rem;
  }
  .price-widget__container__widget
    .price-widget
    .price-widget__tabs
    button:after {
    display: none;
  }
  .price-widget__container__widget .price-widget .price-widget__options {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .price-widget__container__widget
    .price-widget
    .price-widget__options
    > *
    + * {
    margin-top: 1rem !important;
  }
  .price-widget__container__widget
    .price-widget
    .price-widget__options
    .options {
    flex-wrap: wrap;
    justify-content: center;
  }
  .price-widget__container__widget .price-widget .price-widget__prices {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .price-widget__container__widget .price-widget .price-widget__prices > div {
    padding: 1rem;
    width: 50%;
    margin-right: 0 !important;
  }
  .price-widget__container__widget
    .price-widget
    .price-widget__prices
    > div.gold {
    border-color: #c7aa5040;
  }
  .price-widget__container__widget
    .price-widget
    .price-widget__prices
    > div.silver {
    border-color: #81818840;
  }
  .price-widget__container__widget
    .price-widget
    .price-widget__prices
    > div.platinum {
    border-color: #6383a240;
  }
  .price-widget__container__widget
    .price-widget
    .price-widget__prices
    > div.palladium {
    border-color: #8f83b540;
  }
}
.ticker-widget__container__widget {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  padding: 1rem;
  border: 2px solid #f0f1f3;
  border-radius: 1rem;
  align-items: center;
  grid-column-gap: 1rem;
  overflow: hidden;
  white-space: nowrap;
}
.ticker-widget__container__widget p {
  margin: 0;
  font-weight: 500;
}
.ticker-widget__container__widget .marquee {
  overflow: hidden;
}
.ticker-widget__container__widget .ticker-warn {
  color: #dc3545;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .ticker-widget__container__widget {
    margin-top: 1rem;
  }
}
html:lang(ja),
body:lang(ja) {
  font-family:
    Meiryo,
    MS PGothic,
    MS Mincho !important;
}
html:lang(ja).webpage--order-board .card--order-board thead {
  font-size: smaller;
}
