@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  --webkey-color-primary: #1152F4;
  --webkey-color-success: #7CB342;
  --webkey-color-info: #03a9f4;
  --webkey-color-warning: #FF8833;
  --webkey-color-error: #ff1a1a;
  --webkey-color-secondary: #9ca3af;
  --webkey-color-text: #111827;
  --webkey-color-text-grey: #9ca3af;
  --webkey-font-family: "Inter";
  --webkey-margin-top: 0.5rem;
  --webkey-margin-right: 0.5rem;
  --webkey-padding: 0.375rem;
  --webkey-border-radius: 0.375rem;
  --webkey-border: 1px solid #D1D5DB;
  --webkey-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.75);
  font-family: var(--webkey-font-family);
  margin: 0;
  padding: 0; }

.color-black {
  color: black !important; }

.color-white {
  color: white !important; }

.color-primary {
  color: var(--webkey-color-primary) !important; }

.color-success {
  color: var(--webkey-color-success) !important; }

.color-info {
  color: var(--webkey-color-info) !important; }

.color-warning {
  color: var(--webkey-color-warning) !important; }

.color-error {
  color: var(--webkey-color-error) !important; }

.color-text {
  color: var(--webkey-color-text) !important; }

.color-text-grey {
  color: var(--webkey-color-text-grey) !important; }

.background-transparent {
  background-color: transparent !important; }

.background-white {
  background-color: white !important; }

.background-black {
  background-color: #000 !important; }

.background-dark {
  background-color: #111827 !important; }

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px; } }

.d-flex {
  display: flex !important; }

.d-block {
  display: block !important; }

.d-none {
  display: none !important; }

.d-inline-block {
  display: inline-block !important; }

.d-inline {
  display: inline !important; }

.flex-row {
  flex-direction: row !important; }

.flex-col {
  flex-direction: column !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.items-start {
  align-items: flex-start !important; }

.items-end {
  align-items: flex-end !important; }

.items-center {
  align-items: center !important; }

.items-baseline {
  align-items: baseline !important; }

.justify-end {
  justify-content: flex-end !important; }

.justify-center {
  justify-content: center !important; }

.justify-between {
  justify-content: space-between !important; }

.font-weight-900 {
  font-weight: 900 !important; }

.font-weight-800 {
  font-weight: 800 !important; }

.font-weight-700 {
  font-weight: 700 !important; }

.font-weight-600 {
  font-weight: 600 !important; }

.font-weight-500 {
  font-weight: 500 !important; }

.font-weight-400 {
  font-weight: 400 !important; }

.font-weight-300 {
  font-weight: 300 !important; }

.font-weight-200 {
  font-weight: 200 !important; }

.font-weight-100 {
  font-weight: 100 !important; }

.m-0, .ml-0, .mr-0, .mt-0, .mb-0 {
  margin: 0 !important; }

.m-1 {
  margin: var(--webkey-margin-top) !important; }

.ml-1 {
  margin-left: var(--webkey-margin-top) !important; }

.mr-1 {
  margin-right: var(--webkey-margin-top) !important; }

.mt-1 {
  margin-top: var(--webkey-margin-top) !important; }

.mb-1 {
  margin-bottom: var(--webkey-margin-top) !important; }

.m-2 {
  margin: calc(var(--webkey-margin-top) * 2) !important; }

.ml-2 {
  margin-left: calc(var(--webkey-margin-top) * 2) !important; }

.mr-2 {
  margin-right: calc(var(--webkey-margin-top) * 2) !important; }

.mt-2 {
  margin-top: calc(var(--webkey-margin-top) * 2) !important; }

.mb-2 {
  margin-bottom: calc(var(--webkey-margin-top) * 2) !important; }

.m-3 {
  margin: calc(var(--webkey-margin-top) * 3) !important; }

.ml-3 {
  margin-left: calc(var(--webkey-margin-top) * 3) !important; }

.mr-3 {
  margin-right: calc(var(--webkey-margin-top) * 3) !important; }

.mt-3 {
  margin-top: calc(var(--webkey-margin-top) * 3) !important; }

.mb-3 {
  margin-bottom: calc(var(--webkey-margin-top) * 3) !important; }

.m-4 {
  margin: calc(var(--webkey-margin-top) * 4) !important; }

.ml-4 {
  margin-left: calc(var(--webkey-margin-top) * 4) !important; }

.mr-4 {
  margin-right: calc(var(--webkey-margin-top) * 4) !important; }

.mt-4 {
  margin-top: calc(var(--webkey-margin-top) * 4) !important; }

.mb-4 {
  margin-bottom: calc(var(--webkey-margin-top) * 4) !important; }

.visible {
  visibility: visible !important; }

.static {
  position: static !important; }

.fixed {
  position: fixed !important; }

.absolute {
  position: absolute !important; }

.relative {
  position: relative !important; }

.sticky {
  position: sticky !important; }

.p-0, .pl-0, .pr-0, .pt-0, .pb-0 {
  padding: 0 !important; }

.p-1 {
  padding: var(--webkey-padding) !important; }

.pl-1 {
  padding-left: var(--webkey-padding) !important; }

.pr-1 {
  padding-right: var(--webkey-padding) !important; }

.pt-1 {
  padding-top: var(--webkey-padding) !important; }

.pb-1 {
  padding-bottom: var(--webkey-padding) !important; }

.p-2 {
  padding: calc(var(--webkey-padding) * 2) !important; }

.pl-2 {
  padding-left: calc(var(--webkey-padding) * 2) !important; }

.pr-2 {
  padding-right: calc(var(--webkey-padding) * 2) !important; }

.pt-2 {
  padding-top: calc(var(--webkey-padding) * 2) !important; }

.pb-2 {
  padding-bottom: calc(var(--webkey-padding) * 2) !important; }

.p-3 {
  padding: calc(var(--webkey-padding) * 3) !important; }

.pl-3 {
  padding-left: calc(var(--webkey-padding) * 3) !important; }

.pr-3 {
  padding-right: calc(var(--webkey-padding) * 3) !important; }

.pt-3 {
  padding-top: calc(var(--webkey-padding) * 3) !important; }

.pb-3 {
  padding-bottom: calc(var(--webkey-padding) * 3) !important; }

.p-4 {
  padding: calc(var(--webkey-padding) * 4) !important; }

.pl-4 {
  padding-left: calc(var(--webkey-padding) * 4) !important; }

.pr-4 {
  padding-right: calc(var(--webkey-padding) * 4) !important; }

.pt-4 {
  padding-top: calc(var(--webkey-padding) * 4) !important; }

.pb-4 {
  padding-bottom: calc(var(--webkey-padding) * 4) !important; }

.svg_sub_menu.active {
  transform: rotate(180deg); }

a {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-decoration: none; }
  a:hover {
    color: var(--webkey-color-primary); }

p {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: var(--webkey-margin-top);
  font-family: var(--webkey-font-family);
  font-weight: 700;
  line-height: 1.2;
  color: #000; }

h1, .h1 {
  font-size: 2.5rem; }
  @media screen and (max-width: 576px) {
    h1, .h1 {
      font-size: 2rem; } }
h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.webkey_btn__primary {
  display: inline-block;
  width: 10rem;
  margin-top: var(--webkey-margin-top);
  margin-right: var(--webkey-margin-right);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.875rem;
  color: #fff;
  background-color: var(--webkey-color-primary);
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius);
  border: none; }
  .webkey_btn__primary:hover {
    cursor: pointer; }
  .webkey_btn__primary:hover {
    box-shadow: 0 0 0.125rem var(--webkey-color-primary); }
  .webkey_btn__primary a {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none; }
    .webkey_btn__primary a:hover {
      color: #fff; }
  @media screen and (max-width: 320px) {
    .webkey_btn__primary {
      width: 100%; } }
.webkey_btn__success {
  display: inline-block;
  width: 10rem;
  margin-top: var(--webkey-margin-top);
  margin-right: var(--webkey-margin-right);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.875rem;
  color: #fff;
  background-color: var(--webkey-color-success);
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius);
  border: none; }
  .webkey_btn__success:hover {
    cursor: pointer; }
  .webkey_btn__success:hover {
    box-shadow: 0 0 0.125rem var(--webkey-color-success); }
  .webkey_btn__success a {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none; }
    .webkey_btn__success a:hover {
      color: #fff; }
  @media screen and (max-width: 320px) {
    .webkey_btn__success {
      width: 100%; } }
.webkey_btn__info {
  display: inline-block;
  width: 10rem;
  margin-top: var(--webkey-margin-top);
  margin-right: var(--webkey-margin-right);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.875rem;
  color: #fff;
  background-color: var(--webkey-color-info);
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius);
  border: none; }
  .webkey_btn__info:hover {
    cursor: pointer; }
  .webkey_btn__info:hover {
    box-shadow: 0 0 0.125rem var(--webkey-color-info); }
  .webkey_btn__info a {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none; }
    .webkey_btn__info a:hover {
      color: #fff; }
  @media screen and (max-width: 320px) {
    .webkey_btn__info {
      width: 100%; } }
.webkey_btn__warning {
  display: inline-block;
  width: 10rem;
  margin-top: var(--webkey-margin-top);
  margin-right: var(--webkey-margin-right);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.875rem;
  color: #fff;
  background-color: var(--webkey-color-warning);
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius);
  border: none; }
  .webkey_btn__warning:hover {
    cursor: pointer; }
  .webkey_btn__warning:hover {
    box-shadow: 0 0 0.125rem var(--webkey-color-warning); }
  .webkey_btn__warning a {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none; }
    .webkey_btn__warning a:hover {
      color: #fff; }
  @media screen and (max-width: 320px) {
    .webkey_btn__warning {
      width: 100%; } }
.webkey_btn__danger {
  display: inline-block;
  width: 10rem;
  margin-top: var(--webkey-margin-top);
  margin-right: var(--webkey-margin-right);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.875rem;
  color: #fff;
  background-color: var(--webkey-color-error);
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius);
  border: none; }
  .webkey_btn__danger:hover {
    cursor: pointer; }
  .webkey_btn__danger:hover {
    box-shadow: 0 0 0.125rem var(--webkey-color-error); }
  .webkey_btn__danger a {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none; }
    .webkey_btn__danger a:hover {
      color: #fff; }
  @media screen and (max-width: 320px) {
    .webkey_btn__danger {
      width: 100%; } }
.webkey_btn__secondary {
  display: inline-block;
  width: 10rem;
  margin-top: var(--webkey-margin-top);
  margin-right: var(--webkey-margin-right);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.875rem;
  color: #fff;
  background-color: var(--webkey-color-secondary);
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius);
  border: none; }
  .webkey_btn__secondary:hover {
    cursor: pointer; }
  .webkey_btn__secondary:hover {
    box-shadow: 0 0 0.125rem var(--webkey-color-secondary); }
  .webkey_btn__secondary a {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none; }
    .webkey_btn__secondary a:hover {
      color: #fff; }
  @media screen and (max-width: 320px) {
    .webkey_btn__secondary {
      width: 100%; } }
.webkey_btn__outline__primary {
  display: inline-block;
  width: 10rem;
  margin-top: var(--webkey-margin-top);
  margin-right: var(--webkey-margin-right);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.875rem;
  color: #000;
  background-color: #fff;
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius); }
  .webkey_btn__outline__primary:hover {
    cursor: pointer; }
  .webkey_btn__outline__primary:hover {
    color: var(--webkey-color-primary);
    border-color: var(--webkey-color-primary); }
  .webkey_btn__outline__primary a {
    color: #000;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none; }
    .webkey_btn__outline__primary a:hover {
      color: #000; }
  @media screen and (max-width: 320px) {
    .webkey_btn__outline__primary {
      width: 100%; } }
.webkey_btn__outline__success {
  display: inline-block;
  width: 10rem;
  margin-top: var(--webkey-margin-top);
  margin-right: var(--webkey-margin-right);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.875rem;
  color: #000;
  background-color: #fff;
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius); }
  .webkey_btn__outline__success:hover {
    cursor: pointer; }
  .webkey_btn__outline__success:hover {
    color: var(--webkey-color-success);
    border-color: var(--webkey-color-success); }
  .webkey_btn__outline__success a {
    color: #000;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none; }
    .webkey_btn__outline__success a:hover {
      color: #000; }
  @media screen and (max-width: 320px) {
    .webkey_btn__outline__success {
      width: 100%; } }
.webkey_btn__outline__info {
  display: inline-block;
  width: 10rem;
  margin-top: var(--webkey-margin-top);
  margin-right: var(--webkey-margin-right);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.875rem;
  color: #000;
  background-color: #fff;
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius); }
  .webkey_btn__outline__info:hover {
    cursor: pointer; }
  .webkey_btn__outline__info:hover {
    color: var(--webkey-color-info);
    border-color: var(--webkey-color-info); }
  .webkey_btn__outline__info a {
    color: #000;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none; }
    .webkey_btn__outline__info a:hover {
      color: #000; }
  @media screen and (max-width: 320px) {
    .webkey_btn__outline__info {
      width: 100%; } }
.webkey_btn__outline__warning {
  display: inline-block;
  width: 10rem;
  margin-top: var(--webkey-margin-top);
  margin-right: var(--webkey-margin-right);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.875rem;
  color: #000;
  background-color: #fff;
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius); }
  .webkey_btn__outline__warning:hover {
    cursor: pointer; }
  .webkey_btn__outline__warning:hover {
    color: var(--webkey-color-warning);
    border-color: var(--webkey-color-warning); }
  .webkey_btn__outline__warning a {
    color: #000;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none; }
    .webkey_btn__outline__warning a:hover {
      color: #000; }
  @media screen and (max-width: 320px) {
    .webkey_btn__outline__warning {
      width: 100%; } }
.webkey_btn__outline__danger {
  display: inline-block;
  width: 10rem;
  margin-top: var(--webkey-margin-top);
  margin-right: var(--webkey-margin-right);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.875rem;
  color: #000;
  background-color: #fff;
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius); }
  .webkey_btn__outline__danger:hover {
    cursor: pointer; }
  .webkey_btn__outline__danger:hover {
    color: var(--webkey-color-error);
    border-color: var(--webkey-color-error); }
  .webkey_btn__outline__danger a {
    color: #000;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none; }
    .webkey_btn__outline__danger a:hover {
      color: #000; }
  @media screen and (max-width: 320px) {
    .webkey_btn__outline__danger {
      width: 100%; } }
.webkey_btn__outline__secondary {
  display: inline-block;
  width: 10rem;
  margin-top: var(--webkey-margin-top);
  margin-right: var(--webkey-margin-right);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.875rem;
  color: #000;
  background-color: #fff;
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius); }
  .webkey_btn__outline__secondary:hover {
    cursor: pointer; }
  .webkey_btn__outline__secondary:hover {
    color: var(--webkey-color-secondary);
    border-color: var(--webkey-color-secondary); }
  .webkey_btn__outline__secondary a {
    color: #000;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none; }
    .webkey_btn__outline__secondary a:hover {
      color: #000; }
  @media screen and (max-width: 320px) {
    .webkey_btn__outline__secondary {
      width: 100%; } }
.webkey_btn__rounded__primary {
  display: inline-block;
  width: 10rem;
  margin-top: var(--webkey-margin-top);
  margin-right: var(--webkey-margin-right);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.875rem;
  color: #fff;
  background-color: var(--webkey-color-primary);
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius);
  border-radius: 10rem;
  border: none; }
  .webkey_btn__rounded__primary:hover {
    cursor: pointer; }
  .webkey_btn__rounded__primary:hover {
    box-shadow: 0 0 0.125rem var(--webkey-color-primary); }
  .webkey_btn__rounded__primary a {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none; }
    .webkey_btn__rounded__primary a:hover {
      color: #fff; }
  @media screen and (max-width: 320px) {
    .webkey_btn__rounded__primary {
      width: 100%; } }
.webkey_btn__rounded__success {
  display: inline-block;
  width: 10rem;
  margin-top: var(--webkey-margin-top);
  margin-right: var(--webkey-margin-right);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.875rem;
  color: #fff;
  background-color: var(--webkey-color-success);
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius);
  border-radius: 10rem;
  border: none; }
  .webkey_btn__rounded__success:hover {
    cursor: pointer; }
  .webkey_btn__rounded__success:hover {
    box-shadow: 0 0 0.125rem var(--webkey-color-success); }
  .webkey_btn__rounded__success a {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none; }
    .webkey_btn__rounded__success a:hover {
      color: #fff; }
  @media screen and (max-width: 320px) {
    .webkey_btn__rounded__success {
      width: 100%; } }
.webkey_btn__rounded__info {
  display: inline-block;
  width: 10rem;
  margin-top: var(--webkey-margin-top);
  margin-right: var(--webkey-margin-right);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.875rem;
  color: #fff;
  background-color: var(--webkey-color-info);
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius);
  border-radius: 10rem;
  border: none; }
  .webkey_btn__rounded__info:hover {
    cursor: pointer; }
  .webkey_btn__rounded__info:hover {
    box-shadow: 0 0 0.125rem var(--webkey-color-info); }
  .webkey_btn__rounded__info a {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none; }
    .webkey_btn__rounded__info a:hover {
      color: #fff; }
  @media screen and (max-width: 320px) {
    .webkey_btn__rounded__info {
      width: 100%; } }
.webkey_btn__rounded__warning {
  display: inline-block;
  width: 10rem;
  margin-top: var(--webkey-margin-top);
  margin-right: var(--webkey-margin-right);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.875rem;
  color: #fff;
  background-color: var(--webkey-color-warning);
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius);
  border-radius: 10rem;
  border: none; }
  .webkey_btn__rounded__warning:hover {
    cursor: pointer; }
  .webkey_btn__rounded__warning:hover {
    box-shadow: 0 0 0.125rem var(--webkey-color-warning); }
  .webkey_btn__rounded__warning a {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none; }
    .webkey_btn__rounded__warning a:hover {
      color: #fff; }
  @media screen and (max-width: 320px) {
    .webkey_btn__rounded__warning {
      width: 100%; } }
.webkey_btn__rounded__danger {
  display: inline-block;
  width: 10rem;
  margin-top: var(--webkey-margin-top);
  margin-right: var(--webkey-margin-right);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.875rem;
  color: #fff;
  background-color: var(--webkey-color-error);
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius);
  border-radius: 10rem;
  border: none; }
  .webkey_btn__rounded__danger:hover {
    cursor: pointer; }
  .webkey_btn__rounded__danger:hover {
    box-shadow: 0 0 0.125rem var(--webkey-color-error); }
  .webkey_btn__rounded__danger a {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none; }
    .webkey_btn__rounded__danger a:hover {
      color: #fff; }
  @media screen and (max-width: 320px) {
    .webkey_btn__rounded__danger {
      width: 100%; } }
.webkey_btn__rounded__secondary {
  display: inline-block;
  width: 10rem;
  margin-top: var(--webkey-margin-top);
  margin-right: var(--webkey-margin-right);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.875rem;
  color: #fff;
  background-color: var(--webkey-color-secondary);
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius);
  border-radius: 10rem;
  border: none; }
  .webkey_btn__rounded__secondary:hover {
    cursor: pointer; }
  .webkey_btn__rounded__secondary:hover {
    box-shadow: 0 0 0.125rem var(--webkey-color-secondary); }
  .webkey_btn__rounded__secondary a {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none; }
    .webkey_btn__rounded__secondary a:hover {
      color: #fff; }
  @media screen and (max-width: 320px) {
    .webkey_btn__rounded__secondary {
      width: 100%; } }
.webkey_btn__rounded_outline__primary {
  display: inline-block;
  width: 10rem;
  margin-top: var(--webkey-margin-top);
  margin-right: var(--webkey-margin-right);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.875rem;
  color: #000;
  background-color: #fff;
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius);
  border-radius: 10rem; }
  .webkey_btn__rounded_outline__primary:hover {
    cursor: pointer; }
  .webkey_btn__rounded_outline__primary:hover {
    color: var(--webkey-color-primary);
    border-color: var(--webkey-color-primary); }
  .webkey_btn__rounded_outline__primary a {
    color: #000;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none; }
    .webkey_btn__rounded_outline__primary a:hover {
      color: #000; }
  @media screen and (max-width: 320px) {
    .webkey_btn__rounded_outline__primary {
      width: 100%; } }
.webkey_btn__rounded_outline__success {
  display: inline-block;
  width: 10rem;
  margin-top: var(--webkey-margin-top);
  margin-right: var(--webkey-margin-right);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.875rem;
  color: #000;
  background-color: #fff;
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius);
  border-radius: 10rem; }
  .webkey_btn__rounded_outline__success:hover {
    cursor: pointer; }
  .webkey_btn__rounded_outline__success:hover {
    color: var(--webkey-color-success);
    border-color: var(--webkey-color-success); }
  .webkey_btn__rounded_outline__success a {
    color: #000;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none; }
    .webkey_btn__rounded_outline__success a:hover {
      color: #000; }
  @media screen and (max-width: 320px) {
    .webkey_btn__rounded_outline__success {
      width: 100%; } }
.webkey_btn__rounded_outline__info {
  display: inline-block;
  width: 10rem;
  margin-top: var(--webkey-margin-top);
  margin-right: var(--webkey-margin-right);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.875rem;
  color: #000;
  background-color: #fff;
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius);
  border-radius: 10rem; }
  .webkey_btn__rounded_outline__info:hover {
    cursor: pointer; }
  .webkey_btn__rounded_outline__info:hover {
    color: var(--webkey-color-info);
    border-color: var(--webkey-color-info); }
  .webkey_btn__rounded_outline__info a {
    color: #000;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none; }
    .webkey_btn__rounded_outline__info a:hover {
      color: #000; }
  @media screen and (max-width: 320px) {
    .webkey_btn__rounded_outline__info {
      width: 100%; } }
.webkey_btn__rounded_outline__warning {
  display: inline-block;
  width: 10rem;
  margin-top: var(--webkey-margin-top);
  margin-right: var(--webkey-margin-right);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.875rem;
  color: #000;
  background-color: #fff;
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius);
  border-radius: 10rem; }
  .webkey_btn__rounded_outline__warning:hover {
    cursor: pointer; }
  .webkey_btn__rounded_outline__warning:hover {
    color: var(--webkey-color-warning);
    border-color: var(--webkey-color-warning); }
  .webkey_btn__rounded_outline__warning a {
    color: #000;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none; }
    .webkey_btn__rounded_outline__warning a:hover {
      color: #000; }
  @media screen and (max-width: 320px) {
    .webkey_btn__rounded_outline__warning {
      width: 100%; } }
.webkey_btn__rounded_outline__danger {
  display: inline-block;
  width: 10rem;
  margin-top: var(--webkey-margin-top);
  margin-right: var(--webkey-margin-right);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.875rem;
  color: #000;
  background-color: #fff;
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius);
  border-radius: 10rem; }
  .webkey_btn__rounded_outline__danger:hover {
    cursor: pointer; }
  .webkey_btn__rounded_outline__danger:hover {
    color: var(--webkey-color-error);
    border-color: var(--webkey-color-error); }
  .webkey_btn__rounded_outline__danger a {
    color: #000;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none; }
    .webkey_btn__rounded_outline__danger a:hover {
      color: #000; }
  @media screen and (max-width: 320px) {
    .webkey_btn__rounded_outline__danger {
      width: 100%; } }
.webkey_btn__rounded_outline__secondary {
  display: inline-block;
  width: 10rem;
  margin-top: var(--webkey-margin-top);
  margin-right: var(--webkey-margin-right);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem 0.875rem;
  color: #000;
  background-color: #fff;
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius);
  border-radius: 10rem; }
  .webkey_btn__rounded_outline__secondary:hover {
    cursor: pointer; }
  .webkey_btn__rounded_outline__secondary:hover {
    color: var(--webkey-color-secondary);
    border-color: var(--webkey-color-secondary); }
  .webkey_btn__rounded_outline__secondary a {
    color: #000;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    text-decoration: none; }
    .webkey_btn__rounded_outline__secondary a:hover {
      color: #000; }
  @media screen and (max-width: 320px) {
    .webkey_btn__rounded_outline__secondary {
      width: 100%; } }
.widget {
  display: flex;
  position: fixed;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  z-index: 1;
  margin: -140px -175px;
  flex-direction: column;
  align-items: center;
  width: 350px;
  height: 280px;
  padding: 15px;
  box-shadow: 0 4px 15px #21212124;
  border-radius: 5px;
  background-color: #fff; }

.svg-box {
  display: inline-block;
  position: relative;
  width: 150px; }

.green-stroke {
  stroke: #7CB342; }

.red-stroke {
  stroke: #FF6245; }

.yellow-stroke {
  stroke: #FFC107; }

.circular circle.path {
  stroke-dasharray: 330;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  opacity: 0.4;
  animation: 0.7s draw-circle ease-out; }

/*------- Checkmark ---------*/
.checkmark {
  stroke-width: 6.25;
  stroke-linecap: round;
  position: absolute;
  top: 56px;
  left: 49px;
  width: 52px;
  height: 40px; }

.checkmark path {
  animation: 1s draw-check ease-out; }

@keyframes draw-circle {
  0% {
    stroke-dasharray: 0, 330;
    stroke-dashoffset: 0;
    opacity: 1; }
  80% {
    stroke-dasharray: 330, 330;
    stroke-dashoffset: 0;
    opacity: 1; }
  100% {
    opacity: 0.4; } }

@keyframes draw-check {
  0% {
    stroke-dasharray: 49, 80;
    stroke-dashoffset: 48;
    opacity: 0; }
  50% {
    stroke-dasharray: 49, 80;
    stroke-dashoffset: 48;
    opacity: 1; }
  100% {
    stroke-dasharray: 130, 80;
    stroke-dashoffset: 48; } }

/*---------- Cross ----------*/
.cross {
  stroke-width: 6.25;
  stroke-linecap: round;
  position: absolute;
  top: 54px;
  left: 54px;
  width: 40px;
  height: 40px; }

.cross .first-line {
  animation: 0.7s draw-first-line ease-out; }

.cross .second-line {
  animation: 0.7s draw-second-line ease-out; }

@keyframes draw-first-line {
  0% {
    stroke-dasharray: 0, 56;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 0, 56;
    stroke-dashoffset: 0; }
  100% {
    stroke-dasharray: 56, 330;
    stroke-dashoffset: 0; } }

@keyframes draw-second-line {
  0% {
    stroke-dasharray: 0, 55;
    stroke-dashoffset: 1; }
  50% {
    stroke-dasharray: 0, 55;
    stroke-dashoffset: 1; }
  100% {
    stroke-dasharray: 55, 0;
    stroke-dashoffset: 70; } }

.alert-sign {
  stroke-width: 6.25;
  stroke-linecap: round;
  position: absolute;
  top: 40px;
  left: 68px;
  width: 15px;
  height: 70px;
  animation: 0.5s alert-sign-bounce cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.alert-sign .dot {
  stroke: none;
  fill: #FFC107; }

@keyframes alert-sign-bounce {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    transform: scale(0);
    opacity: 1; }
  100% {
    transform: scale(1); } }

.webkey_label, label {
  display: block;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: var(--webkey-margin-top);
  color: var(--webkey-color-text); }

.webkey_input, input {
  display: block;
  width: 100%;
  padding: var(--webkey-padding);
  box-sizing: border-box;
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius);
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: var(--webkey-margin-top);
  background-color: #ffffff;
  color: var(--webkey-color-text); }

.webkey_select, select {
  display: block;
  width: 100%;
  padding: var(--webkey-padding);
  box-sizing: border-box;
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius);
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: var(--webkey-margin-top);
  background-color: #ffffff;
  color: var(--webkey-color-text);
  padding-right: 2.5rem; }

.webkey_textarea, textarea {
  display: block;
  width: 100%;
  padding: var(--webkey-padding);
  box-sizing: border-box;
  border: var(--webkey-border);
  border-radius: var(--webkey-border-radius);
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: var(--webkey-margin-top);
  background-color: #ffffff;
  color: var(--webkey-color-text); }

.webkey_input__group {
  display: flex;
  width: 100%; }
  .webkey_input__group span {
    display: flex;
    align-items: center;
    border: var(--webkey-border);
    border-right-width: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--webkey-color-text-grey);
    background-color: #fff;
    margin-top: var(--webkey-margin-top);
    padding: 0 0.75rem;
    border-top-left-radius: var(--webkey-border-radius);
    border-bottom-left-radius: var(--webkey-border-radius); }
  .webkey_input__group input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  @media screen and (max-width: 576px) {
    .webkey_input__group {
      width: 100%; } }
.webkey_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
  margin-top: var(--webkey-margin-top); }
  .webkey_nav img {
    width: 8.5rem;
    height: 2.5rem; }
  .webkey_nav a {
    display: flex;
    align-items: center;
    column-gap: 0.1rem;
    line-height: 1.5rem;
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--webkey-color-text);
    text-decoration: inherit; }
    .webkey_nav a svg {
      width: 1.25rem;
      height: 1.25rem;
      color: var(--webkey-color-text-grey); }
    .webkey_nav a:hover {
      cursor: pointer;
      color: var(--webkey-color-primary); }
  .webkey_nav__list {
    position: relative; }
    .webkey_nav__list ul {
      display: flex;
      padding: 0;
      column-gap: 3rem;
      margin: 0; }
      .webkey_nav__list ul li {
        list-style: none; }
    .webkey_nav__list__sub_menu {
      display: none;
      position: absolute;
      top: 3rem;
      min-width: 10rem; }
      .webkey_nav__list__sub_menu ul {
        flex-direction: column;
        background: #fff;
        padding: var(--webkey-padding);
        column-gap: 3rem;
        border: var(--webkey-border);
        border-radius: var(--webkey-border-radius);
        z-index: 999;
        min-width: 10rem; }
        .webkey_nav__list__sub_menu ul li {
          background: #fff;
          list-style: none;
          margin: var(--webkey-margin-top); }
  .webkey_nav_mobile .webkey_nav_mobile, .webkey_nav_mobile .webkey_nav_mobile__top, .webkey_nav_mobile .webkey_nav_mobile__wrapper {
    display: none; }
  @media screen and (max-width: 992px) {
    .webkey_nav_mobile .webkey_nav, .webkey_nav_mobile .webkey_nav__center {
      display: none; }
    .webkey_nav_mobile .webkey_nav_mobile__top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-left: auto;
      margin-right: auto;
      background-color: white;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
      .webkey_nav_mobile .webkey_nav_mobile__top__logo {
        width: 100%; }
      .webkey_nav_mobile .webkey_nav_mobile__top__btn {
        width: 1.5rem;
        height: 1.5rem; }
    .webkey_nav_mobile .webkey_nav_mobile__wrapper {
      display: block;
      position: fixed;
      overflow: hidden;
      width: 75vw;
      max-width: 100%;
      height: 100%;
      z-index: 100;
      background-color: white;
      left: -100%;
      top: 0; } }
  @media screen and (max-width: 992px) and (max-width: 576px) {
    .webkey_nav_mobile .webkey_nav_mobile__wrapper {
      width: 100%; } }
  @media screen and (max-width: 992px) {
      .webkey_nav_mobile .webkey_nav_mobile__wrapper_visible {
        left: 0; }
      .webkey_nav_mobile .webkey_nav_mobile__wrapper_list {
        display: block;
        margin-left: -0.75rem;
        margin-right: 0;
        padding: 1.5rem; }
        .webkey_nav_mobile .webkey_nav_mobile__wrapper_list a {
          display: flex;
          flex-direction: row;
          color: var(--webkey-color-text);
          font-weight: 600;
          font-size: 1rem;
          line-height: 1.5rem;
          text-decoration: none;
          padding: 0.5rem 0.75rem;
          border-radius: var(--webkey-border-radius); }
          .webkey_nav_mobile .webkey_nav_mobile__wrapper_list a:hover {
            background-color: #F9FAFB; }
        .webkey_nav_mobile .webkey_nav_mobile__wrapper_list__sub_menu__btn {
          display: flex;
          justify-content: space-between;
          align-items: center; }
        .webkey_nav_mobile .webkey_nav_mobile__wrapper_list__sub_menu__list {
          display: none;
          flex-direction: column;
          padding-left: 0.75rem; }
          .webkey_nav_mobile .webkey_nav_mobile__wrapper_list__sub_menu__list a {
            font-size: 0.875rem; }
      .webkey_nav_mobile .webkey_nav_mobile__wrapper_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        background-color: white;
        padding: 1.5rem; }
        .webkey_nav_mobile .webkey_nav_mobile__wrapper_top__logo {
          width: 100%;
          height: 3rem; }
        .webkey_nav_mobile .webkey_nav_mobile__wrapper_top__btn {
          width: 1.5rem;
          height: 1.5rem; }
      .webkey_nav_mobile .webkey_nav_mobile__wrapper_close {
        position: fixed;
        top: 0;
        z-index: 101;
        width: 25vw;
        height: 100vh;
        margin-left: 75vw;
        background-color: rgba(0, 0, 0, 0.2); } }
    @media screen and (max-width: 992px) and (max-width: 576px) {
      .webkey_nav_mobile .webkey_nav_mobile__wrapper_close {
        width: 0; } }
  @media screen and (max-width: 992px) {
    .webkey_nav {
      display: none; } }
.webkey_nav__center {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 1.5rem 0;
  margin-top: var(--webkey-margin-top); }
  .webkey_nav__center img {
    width: 8.5rem;
    height: 2.5rem; }
  .webkey_nav__center a {
    display: flex;
    align-items: center;
    column-gap: 0.1rem;
    line-height: 1.5rem;
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--webkey-color-text);
    text-decoration: inherit; }
    .webkey_nav__center a svg {
      width: 1.25rem;
      height: 1.25rem;
      color: var(--webkey-color-text-grey); }
    .webkey_nav__center a:hover {
      cursor: pointer;
      color: var(--webkey-color-primary); }
  .webkey_nav__center__list {
    position: relative; }
    .webkey_nav__center__list ul {
      display: flex;
      padding: 0;
      column-gap: 3rem;
      margin: 0; }
      .webkey_nav__center__list ul li {
        list-style: none; }
    .webkey_nav__center__list__sub_menu {
      display: none;
      position: absolute;
      top: 3rem;
      min-width: 10rem; }
      .webkey_nav__center__list__sub_menu ul {
        flex-direction: column;
        background: #fff;
        padding: var(--webkey-padding);
        column-gap: 3rem;
        border: var(--webkey-border);
        border-radius: var(--webkey-border-radius);
        z-index: 999;
        min-width: 10rem; }
        .webkey_nav__center__list__sub_menu ul li {
          background: #fff;
          list-style: none;
          margin: var(--webkey-margin-top); }
  @media screen and (max-width: 992px) {
    .webkey_nav__center {
      display: none; } }
  .webkey_nav__center_mobile .webkey_nav_mobile, .webkey_nav__center_mobile .webkey_nav_mobile__top, .webkey_nav__center_mobile .webkey_nav_mobile__wrapper {
    display: none; }
  @media screen and (max-width: 992px) {
    .webkey_nav__center_mobile .webkey_nav, .webkey_nav__center_mobile .webkey_nav__center {
      display: none; }
    .webkey_nav__center_mobile .webkey_nav_mobile__top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-left: auto;
      margin-right: auto;
      background-color: white;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
      .webkey_nav__center_mobile .webkey_nav_mobile__top__logo {
        width: 100%; }
      .webkey_nav__center_mobile .webkey_nav_mobile__top__btn {
        width: 1.5rem;
        height: 1.5rem; }
    .webkey_nav__center_mobile .webkey_nav_mobile__wrapper {
      display: block;
      position: fixed;
      overflow: hidden;
      width: 75vw;
      max-width: 100%;
      height: 100%;
      z-index: 100;
      background-color: white;
      left: -100%;
      top: 0; } }
  @media screen and (max-width: 992px) and (max-width: 576px) {
    .webkey_nav__center_mobile .webkey_nav_mobile__wrapper {
      width: 100%; } }
  @media screen and (max-width: 992px) {
      .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_visible {
        left: 0; }
      .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_list {
        display: block;
        margin-left: -0.75rem;
        margin-right: 0;
        padding: 1.5rem; }
        .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_list a {
          display: flex;
          flex-direction: row;
          color: var(--webkey-color-text);
          font-weight: 600;
          font-size: 1rem;
          line-height: 1.5rem;
          text-decoration: none;
          padding: 0.5rem 0.75rem;
          border-radius: var(--webkey-border-radius); }
          .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_list a:hover {
            background-color: #F9FAFB; }
        .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_list__sub_menu__btn {
          display: flex;
          justify-content: space-between;
          align-items: center; }
        .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_list__sub_menu__list {
          display: none;
          flex-direction: column;
          padding-left: 0.75rem; }
          .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_list__sub_menu__list a {
            font-size: 0.875rem; }
      .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        background-color: white;
        padding: 1.5rem; }
        .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_top__logo {
          width: 100%;
          height: 3rem; }
        .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_top__btn {
          width: 1.5rem;
          height: 1.5rem; }
      .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_close {
        position: fixed;
        top: 0;
        z-index: 101;
        width: 25vw;
        height: 100vh;
        margin-left: 75vw;
        background-color: rgba(0, 0, 0, 0.2); } }
    @media screen and (max-width: 992px) and (max-width: 576px) {
      .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_close {
        width: 0; } }
.webkey__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  z-index: 40;
  height: 4rem;
  top: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 0 1rem;
  background-color: #fff;
  border-bottom: var(--webkey-border); }
  .webkey__top__right_side {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 17rem; }
    @media screen and (max-width: 992px) {
      .webkey__top__right_side {
        padding-left: 1rem; } }
    .webkey__top__right_side svg {
      display: block;
      padding-right: 1rem; }
    .webkey__top__right_side h2 {
      padding-left: 0; }
      @media screen and (max-width: 992px) {
        .webkey__top__right_side h2 {
          padding-left: 1rem; } }
  .webkey__top__left_side {
    padding-right: 1rem; }

#open_sideBarMenu {
  display: none; }
  @media screen and (max-width: 992px) {
    #open_sideBarMenu {
      display: block; } }
.webkey_sidebar {
  position: fixed;
  display: flex;
  flex-direction: column;
  width: 14rem;
  z-index: 50;
  top: 0;
  left: 0;
  bottom: 0;
  flex-grow: 1;
  row-gap: 1.25rem;
  padding: 1.5rem;
  background-color: #fff;
  border-right: var(--webkey-border);
  overflow-y: auto; }
  .webkey_sidebar__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4rem; }
  .webkey_sidebar .webkey_sidebar__sub_menu {
    display: none;
    flex-direction: column; }
    .webkey_sidebar .webkey_sidebar__sub_menu ul li a {
      margin-left: 0.5rem;
      margin-right: 0.5rem; }
    .webkey_sidebar .webkey_sidebar__sub_menu__btn {
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: center; }
  .webkey_sidebar nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style: none;
    margin-top: calc(var(--webkey-margin-top) * 5); }
    .webkey_sidebar nav ul {
      width: 100%;
      list-style: none;
      margin: 0;
      padding: 0; }
      .webkey_sidebar nav ul li {
        margin-left: -0.5rem;
        margin-right: -0.5rem; }
        .webkey_sidebar nav ul li a {
          display: flex;
          align-items: center;
          color: var(--webkey-color-text);
          font-weight: 600;
          font-size: 0.875rem;
          line-height: 1.25rem;
          padding: 0.5rem;
          border-radius: var(--webkey-border-radius);
          text-decoration: inherit;
          margin-right: var(--webkey-margin-right); }
          .webkey_sidebar nav ul li a:hover {
            color: var(--webkey-color-primary);
            background-color: #f9fafb; }
          .webkey_sidebar nav ul li a svg {
            width: 1.5rem;
            height: 1.5rem;
            color: var(--webkey-color-text);
            margin-right: var(--webkey-margin-right); }
        .webkey_sidebar nav ul li .webkey_sidebar__sub_menu__btn.active svg {
          transform: rotate(180deg); }

@media screen and (max-width: 992px) {
  .webkey_sidebar {
    display: none; }
    .webkey_sidebar_close {
      position: fixed;
      width: calc(100vw - 17rem);
      height: 100%;
      z-index: 10000000000;
      top: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.2); } }

:root {
  --webkey_modal-overlay: rgba(0, 0, 0, .45);
  --webkey_modal-bg: #fff;
  --webkey_modal-radius: 1rem;
  --webkey_modal-shadow: 0 1rem 2rem rgba(0, 0, 0, .25); }

.webkey_modal__overlay {
  position: fixed;
  inset: 0;
  background: var(--webkey_modal-overlay);
  opacity: 0;
  transition: opacity .25s ease; }

.webkey_modal {
  position: fixed;
  inset: 0;
  display: none;
  /* скрыта по умолчанию */
  align-items: center;
  /* вертикальное выравнивание */
  justify-content: center;
  /* горизонтальное */
  z-index: 1000; }

.webkey_modal__dialog {
  max-width: 640px;
  width: 90%;
  box-shadow: var(--webkey_modal-shadow);
  border-radius: var(--webkey_modal-radius);
  overflow: hidden;
  background: var(--webkey_modal-bg);
  transform: translateY(-20px);
  opacity: 0;
  transition: transform .25s ease, opacity .25s ease; }

.webkey_modal__header,
.webkey_modal__footer {
  padding: .75rem 1.25rem; }

.webkey_modal__header {
  border-bottom: 1px solid #D1D5DB;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.webkey_modal__title {
  margin: 0;
  font-weight: 600;
  font-size: 1.1rem; }

.webkey_modal__close {
  background: none;
  border: none;
  font-size: 1.35rem;
  line-height: 1;
  color: var(--webkey-color-text-grey);
  cursor: pointer;
  padding: .25rem .5rem;
  text-align: right; }

.webkey_modal__body {
  display: flex;
  justify-content: center;
  padding: 1.5rem 1.25rem; }

.webkey_modal__footer {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #D1D5DB;
  gap: .5rem;
  text-align: right; }
  @media screen and (max-width: 320px) {
    .webkey_modal__footer {
      justify-content: space-between; } }
.webkey_modal.webkey_show {
  display: flex; }

.webkey_modal.webkey_show .webkey_modal__overlay {
  opacity: 1; }

.webkey_modal.webkey_show .webkey_modal__dialog {
  transform: translateY(0);
  opacity: 1; }

.webkey_feature {
  color: var(--webkey-color-text); }
  .webkey_feature .webkey_feature__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    .webkey_feature .webkey_feature__header h1 {
      font-size: 2.25rem;
      line-height: 2.5rem;
      letter-spacing: -0.025em;
      font-weight: 700;
      margin-top: var(--webkey-margin-top); }
    .webkey_feature .webkey_feature__header p {
      width: 35rem;
      line-height: 2rem; }
  .webkey_feature .webkey_feature__body {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: var(--webkey-margin-top); }
    .webkey_feature .webkey_feature__body__block {
      padding: var(--webkey-padding); }
      .webkey_feature .webkey_feature__body__block__top {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: var(--webkey-margin-top); }
        .webkey_feature .webkey_feature__body__block__top h4 {
          line-height: 1.75rem;
          font-weight: 600;
          font-size: 1rem;
          margin-bottom: 0; }
        .webkey_feature .webkey_feature__body__block__top_icon {
          width: 2.5rem;
          height: 2.5rem;
          border-radius: var(--webkey-border-radius);
          background-color: var(--webkey-color-primary); }
          .webkey_feature .webkey_feature__body__block__top_icon svg {
            width: 1.5rem;
            height: 1.5rem;
            color: white;
            padding: 0.5rem; }
      .webkey_feature .webkey_feature__body__block p {
        background-color: #fff; }

.webkey_feature_start {
  color: var(--webkey-color-text); }
  .webkey_feature_start .webkey_feature__header {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start; }
    .webkey_feature_start .webkey_feature__header h1 {
      font-size: 2.25rem;
      line-height: 2.5rem;
      letter-spacing: -0.025em;
      font-weight: 700;
      margin-top: var(--webkey-margin-top); }
    .webkey_feature_start .webkey_feature__header p {
      width: 35rem;
      line-height: 2rem; }
  .webkey_feature_start .webkey_feature__body {
    display: flex;
    justify-content: space-between;
    text-align: start;
    margin-top: var(--webkey-margin-top); }
    .webkey_feature_start .webkey_feature__body__block {
      padding: var(--webkey-padding); }
      .webkey_feature_start .webkey_feature__body__block__top {
        display: flex;
        flex-direction: column;
        align-items: start;
        margin-top: var(--webkey-margin-top); }
        .webkey_feature_start .webkey_feature__body__block__top h4 {
          line-height: 1.75rem;
          font-weight: 600;
          font-size: 1rem;
          margin-bottom: 0; }
        .webkey_feature_start .webkey_feature__body__block__top_icon {
          width: 2.5rem;
          height: 2.5rem;
          border-radius: var(--webkey-border-radius);
          background-color: var(--webkey-color-primary); }
          .webkey_feature_start .webkey_feature__body__block__top_icon svg {
            width: 1.5rem;
            height: 1.5rem;
            color: white;
            padding: 0.5rem; }
      .webkey_feature_start .webkey_feature__body__block p {
        background-color: #fff; }

.webkey_home {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  text-align: start;
  border-radius: var(--webkey-border-radius); }
  .webkey_home .webkey_home__button {
    display: flex;
    justify-content: start;
    width: 100%;
    margin-top: 2.5rem; }
  .webkey_home h1 {
    width: 100%;
    display: flex;
    justify-content: start;
    color: var(--webkey-color-text); }
  .webkey_home p {
    width: 36rem;
    color: var(--webkey-color-text);
    margin-top: 2rem; }
    @media screen and (max-width: 992px) {
      .webkey_home p {
        width: auto; } }
  .webkey_home__colour {
    background-color: var(--webkey-color-text);
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-align: start;
    border-radius: var(--webkey-border-radius); }
    .webkey_home__colour .webkey_home__button {
      display: flex;
      justify-content: start;
      width: 100%;
      margin-top: 2.5rem; }
    .webkey_home__colour h1 {
      width: 100%;
      display: flex;
      justify-content: start;
      color: #fff; }
    .webkey_home__colour p {
      width: 36rem;
      color: #fff;
      margin-top: 2rem; }
      @media screen and (max-width: 992px) {
        .webkey_home__colour p {
          width: auto; } }
.webkey_home__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: var(--webkey-border-radius); }
  .webkey_home__center .webkey_home__button {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 2.5rem; }
  .webkey_home__center h1 {
    width: 100%;
    display: flex;
    justify-content: center;
    color: var(--webkey-color-text); }
  .webkey_home__center p {
    width: 36rem;
    color: var(--webkey-color-text);
    margin-top: 2rem; }
    @media screen and (max-width: 992px) {
      .webkey_home__center p {
        width: auto; } }
  .webkey_home__center__colour {
    background-color: var(--webkey-color-text);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: var(--webkey-border-radius); }
    .webkey_home__center__colour .webkey_home__button {
      display: flex;
      justify-content: center;
      width: 100%;
      margin-top: 2.5rem; }
    .webkey_home__center__colour h1 {
      width: 100%;
      display: flex;
      justify-content: center;
      color: #fff; }
    .webkey_home__center__colour p {
      width: 36rem;
      color: #fff;
      margin-top: 2rem; }
      @media screen and (max-width: 992px) {
        .webkey_home__center__colour p {
          width: auto; } }
.webkey_home__inline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  text-align: center;
  border-radius: var(--webkey-border-radius); }
  .webkey_home__inline .webkey_home__button {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 2.5rem; }
  .webkey_home__inline h1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: var(--webkey-color-text); }
  .webkey_home__inline p {
    width: 36rem;
    color: var(--webkey-color-text);
    margin-top: 2rem; }
    @media screen and (max-width: 992px) {
      .webkey_home__inline p {
        width: auto; } }
  .webkey_home__inline .webkey_home__button {
    justify-content: flex-end;
    margin-top: 0; }
  .webkey_home__inline__colour {
    background-color: var(--webkey-color-text);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    text-align: center;
    border-radius: var(--webkey-border-radius); }
    .webkey_home__inline__colour .webkey_home__button {
      display: flex;
      justify-content: space-between;
      width: 100%;
      margin-top: 2.5rem; }
    .webkey_home__inline__colour h1 {
      width: 100%;
      display: flex;
      justify-content: space-between;
      color: #fff; }
    .webkey_home__inline__colour p {
      width: 36rem;
      color: #fff;
      margin-top: 2rem; }
      @media screen and (max-width: 992px) {
        .webkey_home__inline__colour p {
          width: auto; } }
    .webkey_home__inline__colour .webkey_home__button {
      justify-content: flex-end;
      margin-top: 0; }

.ui_container {
  padding-left: 18rem;
  padding-right: 1rem; }

.webkey__line {
  display: none;
  background-color: #11182719;
  width: 1px;
  height: 1.5rem; }
  @media screen and (max-width: 992px) {
    .webkey__line {
      display: block; } }
.showroom_container {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: var(--webkey-margin-top);
  margin-bottom: var(--webkey-margin-top); }
  .showroom_container__adaptive {
    width: 1px;
    height: 100%;
    background-color: transparent;
    cursor: col-resize;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0 auto auto;
    z-index: 1001; }
    .showroom_container__adaptive_btn {
      width: 0.3rem;
      height: 3rem;
      position: absolute;
      top: 0;
      bottom: 0;
      right: -0.5rem;
      left: 0;
      margin-top: auto;
      margin-left: auto;
      margin-bottom: auto;
      background-color: rgba(0, 0, 0, 0.2);
      border-radius: var(--webkey-border-radius);
      cursor: col-resize; }
    .showroom_container__adaptive:hover {
      cursor: col-resize; }
  .showroom_container__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: var(--webkey-border);
    padding-bottom: 0.5rem;
    margin-top: 3rem; }
    .showroom_container__header h3 {
      cursor: pointer; }
    .showroom_container__header h4:hover {
      cursor: pointer;
      color: var(--webkey-color-primary); }
  .showroom_container__body {
    position: relative;
    margin-top: 1rem;
    height: auto;
    padding: 2.5rem;
    border: var(--webkey-border);
    border-radius: var(--webkey-border-radius); }
    .showroom_container__body_btn {
      display: flex;
      justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .showroom_container__body {
        padding: 1rem; } }
    @media screen and (max-width: 576px) {
      .showroom_container__body {
        min-width: auto;
        max-width: 100%; } }
  .showroom_container__code {
    display: none;
    margin-top: 1rem;
    padding: 2.5rem;
    border: var(--webkey-border);
    border-radius: var(--webkey-border-radius);
    color: var(--webkey-color-text); }
    .showroom_container__code code {
      font-size: 1rem;
      margin-top: var(--webkey-margin-top);
      margin-bottom: 0; }
  @media screen and (max-width: 992px) {
    .showroom_container {
      padding: 1rem 1rem 1rem 1rem; } }
  @media screen and (max-width: 576px) {
    .showroom_container #getCode_btn {
      display: none; } }
iframe {
  width: 100%;
  height: auto; }

/*# sourceMappingURL=webkey_ui.css.map */