@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/swiper@12/swiper-bundle.min.css");
:root {
  --font-roboto: "Roboto", Helvetica, Arial, sans-serif;
  --font-sourceCodePro: "Source Code Pro", Arial, serif;
  --breakpoint-xs: 320px;
  --breakpoint-sm: 640px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
  --breakpoint-2xl: 1536px;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-clear: transparent;
  --color-bg-base: #ffffff;
  --color-bg-soft: #f9fafb;
  --color-accent: #f97316;
  --color-primary: #0283fb;
  --color-success: #16a34a;
  --color-warning: #ca8a04;
  --color-info: #0284c7;
  --color-link: #1474b8;
  --color-error: #dc2626;
  --color-image: #e0e0e0;
  --color-text-muted: #6b7280;
  --color-text-base: #111827;
  --color-price-all: #e53935;
  --color-price-old: #9ca3af;
  --line-tight: 1.2;
  --line-snug: 1.35;
  --line-base: 1.55;
  --line-relaxed: 1.75;
  --font-xxs: 0.6875rem;
  --font-xs: 0.75rem;
  --font-sm: 0.875rem;
  --font-md: 1rem;
  --font-lg: 1.125rem;
  --font-xl: 1.25rem;
  --font-2xl: 1.5rem;
  --font-3xl: 1.875rem;
  --font-4xl: 2.25rem;
  --font-5xl: 3rem;
  --font-6xl: 3.75rem;
  --font-normal: 400;
  --font-medium: 500;
  --font-bolder: 900;
  --font-bold: 700;
  --space-0: 0;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;
  --space-40: 10rem;
  --space-48: 12rem;
  --space-64: 16rem;
  --radius-sm: 2px;
  --radius-md: 4px;
  --radius-lg: 8px;
  --radius-xl: 12px;
  --radius-2xl: 16px;
  --radius-3xl: 24px;
  --radius-4xl: 36px;
  --radius-5xl: 48px;
  --radius-6xl: 64px;
  --radius-full: 9999px;
  --radius-none: 0;
  --shadow-sm: 0 0 5px 1px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  --shadow-lg: 0 0 5px 5px rgba(0, 0, 0, 0.15);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --transition-fast: 150ms var(--ease-in-out);
  --transition-base: 300ms var(--ease-in-out);
}

.template-login header {
  display: none;
}
.template-login footer {
  display: none;
}
.template-login .p-body-inner {
  width: 100%;
  height: 100%;
  border: none;
  margin: auto;
}
@media (min-width: 768px) {
  .template-login .p-body-inner {
    min-width: calc(100% - 0rem);
    max-width: calc(100% - 0rem);
  }
}
.template-login .p-body-inner .p-breadcrumbs {
  display: none;
}
.template-login .p-body-head {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  margin: auto;
}
@media (min-width: 768px) {
  .template-login .p-body-head {
    max-width: var(--breakpoint-sm);
    min-width: var(--breakpoint-sm);
  }
}
.template-login .p-body-main {
  width: 100%;
  height: 100%;
  border: none;
  margin: auto;
}
@media (min-width: 768px) {
  .template-login .p-body-main {
    max-width: var(--breakpoint-sm);
    min-width: var(--breakpoint-sm);
  }
}
.template-login .p-body-main .blocks {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .template-login .p-body-main .blocks {
    max-width: var(--breakpoint-sm);
    min-width: var(--breakpoint-sm);
  }
}
.template-login .p-body-main .blocks-textJoiner {
  display: none;
}
.template-login .block {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.template-login .blockMessage {
  display: flex;
  align-items: center;
  line-height: normal;
}
.template-login .blockMessage {
  margin: 0;
  border: 0;
}
@media (max-width: 767.98px) {
  .template-login .blockMessage {
    margin-inline: auto;
    border-radius: var(--radius-md);
  }
}
@media (min-width: 768px) {
  .template-login .blockMessage {
    max-width: var(--breakpoint-sm);
    min-width: var(--breakpoint-sm);
  }
}
.template-login .block-container {
  border: none;
  margin: auto;
  border-radius: 0;
}
.template-login .block-outer--after {
  margin-top: 1rem;
}
.template-login .block-outer-middle .button {
  border: none;
  margin: auto;
  border-radius: 0;
}
.template-login .block-body .formRow:not(.formRow--input, .formRow--button) {
  display: none;
}
.template-login .block-body .formRow > dt, .template-login .block-body .formRow > dd {
  display: block;
}
.template-login .block-body .formRow > dt, .template-login .block-body .formRow > dd {
  min-width: 100%;
}
.template-login .block-body .formRow > dt, .template-login .block-body .formRow > dd {
  padding: 0;
}
.template-login .block-body .formRow > dt {
  background: var(--color-clear);
  text-align: left;
  margin: auto;
  border: none;
}
.template-login .block-body .formRow > dd {
  padding: 5px 0 15px 0;
}
.template-login .block-body .formRow > dd input {
  height: 45px;
}
.template-login .block-body .formRow > dd input:focus::-moz-placeholder {
  opacity: 0;
}
.template-login .block-body .formRow > dd input:focus::placeholder {
  opacity: 0;
}
.template-login .block-body .formRow > dd > a {
  display: none;
  text-align: right;
  margin-top: 0.9em;
}
.template-login .block-body .formRow-hint {
  display: none;
}
.template-login .block-body .formRow--input .inputGroup-text .iconic--hideShow {
  min-width: 22px;
  cursor: pointer;
}
.template-login .block-body .formRow--input .inputGroup-text .iconic-label {
  display: none;
}
.template-login .block-body .formRow--button > dt {
  display: none;
}
.template-login .block-body .formRow--button > dd ul {
  display: flex;
  gap: var(--space-2);
  align-items: center;
  line-height: normal;
  flex-direction: column;
}
.template-login .block-body .formRow--button > dd ul li {
  min-width: 100%;
}
.template-login .block-body .formRow--button > dd .button {
  font-size: var(--font-md);
}
.template-login .block-body .formRow--button > dd .button--provider {
  min-width: 100%;
  max-width: 100%;
}
.template-login .block-body .formRow--button > dd .button--provider {
  min-height: 3rem;
  max-height: 3rem;
}
.template-login .block-body .formRow--button > dd .button--provider {
  display: none;
}
.template-login .block-body .formRow--button > dd .button > i {
  display: none;
}
.template-login .block-body .formInfoRow {
  padding-inline: 0;
}
.template-login .block-body .formInfoRow + .formRow {
  border: 0;
  margin: 0;
}
.template-login .block .formSubmitRow-bar {
  border: 0;
  margin: 0;
}
.template-login .block .formSubmitRow-controls {
  padding: unset;
  border: 0;
  margin: 0;
}
.template-login .block .formSubmitRow-controls .button {
  font-size: var(--font-md);
}
.template-login .block .formSubmitRow-controls .button:first-child, .template-login .block .formSubmitRow-controls .button:last-child {
  min-width: 100%;
  max-width: 100%;
}
.template-login .block .formSubmitRow-controls .button--primary {
  min-width: 100%;
  max-width: 100%;
}
.template-login .block .formSubmitRow-controls .button--primary {
  min-height: 3rem;
  max-height: 3rem;
}
.template-login .block .formSubmitRow-controls .button > i {
  display: none;
}/*# sourceMappingURL=author-zqngsv0c.css.map */