/*!*******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./SawmillKundportal/src/css/index.scss ***!
  \*******************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Roboto&family=Source+Code+Pro:wght@500&display=swap);
/*!***********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./SawmillKundportal/src/css/index.scss (1) ***!
  \***********************************************************************************************************************************/
@import url(https://use.typekit.net/vjx8mda.css?ver=1666086833);
/*!***********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./SawmillKundportal/src/css/index.scss (2) ***!
  \***********************************************************************************************************************************/
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}

.blazor-error-boundary::after {
  content: "An error has occurred.";
}

main form {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: stretch;
}

.form-status:empty {
  display: none;
}
.form-status.error {
  color: #f11c0e;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  fieldset {
    gap: 16px;
  }
}
fieldset.align-right {
  gap: 16px;
  flex-direction: row;
  justify-content: end;
}

label {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  label {
    font-size: 16px;
  }
}

input,
select,
textarea {
  padding: 16px;
  background-color: #fff;
  border: solid 2px #cdd7df;
  border-radius: 4px;
  font-size: 16px;
  resize: none;
  font-family: "Source Code Pro", monospace;
}
input.input-validation-error,
select.input-validation-error,
textarea.input-validation-error {
  border-color: red;
}
input:-webkit-autofill, input:-webkit-autofill::first-line,
select:-webkit-autofill,
select:-webkit-autofill::first-line,
textarea:-webkit-autofill,
textarea:-webkit-autofill::first-line {
  font-family: "Source Code Pro", monospace;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  input,
select,
textarea {
    font-size: 20px;
    padding: 16px 32px;
  }
}
input:disabled,
select:disabled,
textarea:disabled {
  color: rgba(0, 0, 0, 0.3);
}

select:invalid,
select.placeholder-selected {
  color: rgba(0, 0, 0, 0.3);
}
select:invalid option:not(:disabled),
select.placeholder-selected option:not(:disabled) {
  color: black;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.3);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.3);
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.3);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.input-container {
  position: relative;
}
.input-container.valid:after {
  content: "";
  background-color: #3d967d;
  background-image: url(../images/icon-check.svg);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
}
.input-container.loading:after {
  content: "";
  background-image: url(../images/icon-loading.svg);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
}
.input-container input {
  padding-right: 70px;
  width: 100%;
}

input.valid {
  position: relative;
}

button {
  color: #fff;
  background-color: #002750;
  border: none;
  border-radius: 4px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.56;
}
button:not([disabled]) {
  cursor: pointer;
}
button:not([disabled]):hover, button:not([disabled]):focus {
  background-color: #004e9e;
}
button:not([disabled]):active {
  background-color: #000;
}
@media screen and (min-width: 768px) {
  button {
    padding: 16px 32px;
  }
}
button.secondary {
  border: solid 1px #002750;
  background-color: transparent;
  color: #002750;
}
button.secondary:not([disabled]):hover, button.secondary:not([disabled]):focus {
  background-color: #e6ebef;
}
button.secondary:not([disabled]):active {
  background-color: #c0ccd7;
}
button.tertiary {
  border: none;
  background-color: transparent;
  color: #002750;
}
button.tertiary:not([disabled]):hover, button.tertiary:not([disabled]):focus {
  color: #004e9e;
}
button.tertiary:not([disabled]):active {
  background-color: transparent;
  color: #000;
}
button.back-button:before {
  content: "";
  background-image: url(../images/arrow-left.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}
button.back-button span {
  display: none;
}
@media screen and (min-width: 768px) {
  button.back-button:before {
    content: none;
  }
  button.back-button span {
    display: inline;
  }
}
button.complete {
  background-color: #3d967d;
  color: #fff;
}
button.complete:not([disabled]):hover, button.complete:not([disabled]):focus {
  background-color: #2f7561;
}
button.complete:not([disabled]):active {
  background-color: #235849;
}
button.complete:disabled {
  color: rgba(255, 255, 255, 0.4);
}

::-webkit-calendar-picker-indicator {
  background-image: url(../images/icon-calendar.svg);
}

section.login .inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  section.login .inner {
    grid-template-columns: 1fr 1fr;
    gap: 125px;
  }
}
section.login h1 {
  font-size: 34px;
  letter-spacing: -0.5px;
  line-height: 1.04;
  font-weight: 600;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  section.login h1 {
    font-size: 46px;
  }
}
section.login p {
  line-height: 1.5;
}
section.login .login-form {
  order: 2;
}
@media screen and (min-width: 768px) {
  section.login .login-form {
    order: 0;
  }
}
section.login .text-danger {
  color: #f11c0e;
}
section.login .text-danger:empty {
  display: none;
}
section.login .text-danger ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.login #forgot-password {
  align-self: flex-end;
  color: #002750;
}
section.login #forgot-password:hover {
  color: #004e9e;
}
section.login .media {
  background: url(../images/login-photo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  flex-grow: 1;
  min-height: 200px;
  margin: 0 calc(-1 * var(--horizontal-padding));
}
@media screen and (min-width: 768px) {
  section.login .media {
    margin: 0;
  }
}

.promos {
  max-width: 850px;
  margin: 0 auto;
}

.promos-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 49px auto;
}
@media screen and (min-width: 768px) {
  .promos-grid {
    grid-template-columns: 1fr 1fr;
    margin: 109px auto 170px;
    gap: 30px;
  }
}
.promos-grid .promo {
  background-color: #fff;
  border-radius: 5px;
  padding: 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .promos-grid .promo {
    padding: 48px 32px;
  }
}
.promos-grid figure {
  display: none;
  order: 1;
}
@media screen and (min-width: 768px) {
  .promos-grid figure {
    display: flex;
    width: 118px;
    aspect-ratio: 1;
    justify-content: center;
    align-items: flex-end;
  }
}
.promos-grid h2 {
  font-size: 22px;
  margin: 0;
  order: 1;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .promos-grid h2 {
    order: 2;
    font-size: 25px;
  }
}
.promos-grid p {
  margin: 0;
  order: 3;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .promos-grid p {
    font-size: 16px;
  }
}
.promos-grid .cta {
  background-color: #002750;
  color: #fff;
  border-radius: 4px;
  padding: 12px 32px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  order: 2;
  font-weight: 600;
  line-height: 1.56;
}
@media screen and (min-width: 768px) {
  .promos-grid .cta {
    order: 4;
  }
}
.promos-grid .cta:after {
  content: "";
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  width: 21px;
  height: 20px;
  margin-left: 8px;
  transition: transform 0.3s ease-in-out;
}
.promos-grid .cta:hover {
  background-color: #004e9e;
}
.promos-grid .cta:hover:after {
  transform: translateX(4px);
}
.promos-grid .cta:active {
  background-color: #000;
}

.registration-nav {
  font-size: 14px;
  margin: 0 auto;
  max-width: 730px;
  border-bottom: solid 2px #dae1e7;
  padding-bottom: 25px;
  margin-bottom: 16px;
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .registration-nav {
    margin-top: 38px;
    margin-bottom: 56px;
  }
}
.registration-nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 16px;
  justify-content: space-between;
  position: relative;
}
.registration-nav ul:before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  top: 15px;
  background-color: #002750;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .registration-nav ul:before {
    top: 14px;
    height: 2px;
  }
}
@media screen and (min-width: 768px) {
  .registration-nav ul {
    margin: 0 57px;
  }
}
.registration-nav li {
  z-index: 2;
  background-color: #f3f5f7;
  min-width: 43px;
}
@media screen and (min-width: 768px) {
  .registration-nav li {
    min-width: 75px;
  }
}
.registration-nav div {
  text-decoration: none;
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: center;
  color: #002750;
}
.registration-nav div span {
  display: none;
}
@media screen and (min-width: 768px) {
  .registration-nav div span {
    display: block;
  }
}
.registration-nav div.highlighted:before {
  border-color: rgba(75, 187, 190, 0.8);
  background-color: rgba(75, 187, 190, 0.8);
  color: #fff;
}
.registration-nav div:before {
  content: attr(data-badge-value);
  border-radius: 50%;
  aspect-ratio: 1;
  width: 29px;
  border: solid 1px #002750;
  color: #002750;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.registration-step {
  max-width: 540px;
  margin: 0 auto;
}
.registration-step:last-child {
  margin-bottom: 70px;
}
.registration-step .preheader {
  margin-bottom: 0.2em;
  font-weight: 500;
}
.registration-step h1 {
  font-size: 35px;
  margin-bottom: 1em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .registration-step h1 {
    margin-bottom: 2em;
  }
}
.registration-step.success {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 60px;
}
.registration-step.success figure {
  width: 65px;
}
@media screen and (min-width: 768px) {
  .registration-step.success figure {
    width: 93px;
  }
}
.registration-step.success figure svg {
  width: 100%;
  height: auto;
}
.registration-step.success h1 {
  font-size: 46px;
  margin-bottom: 0.5em;
}
.registration-step.success p {
  margin: 0 0 60px 0;
}
.registration-step .status {
  border-radius: 4px;
  background-color: #fbfbfb;
  padding: 18px;
  font-weight: 600;
  font-size: 18px;
}
.registration-step .tool-info {
  border-radius: 4px;
  background-color: #fbfbfb;
  padding: 18px;
  font-weight: 600;
  font-size: 18px;
}
.registration-step .tool-info span {
  font-size: 14px;
  font-weight: 500;
}

.registration-summary {
  max-width: 729px;
  margin: 0 auto;
}
.registration-summary:last-child {
  margin-bottom: 70px;
}
.registration-summary ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .registration-summary ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.registration-summary li {
  background-color: #fbfbfb;
  border-radius: 4px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 41px;
}
@media screen and (min-width: 768px) {
  .registration-summary li {
    padding-left: 67px;
  }
}
.registration-summary li:before {
  content: attr(data-badge-value);
  border-radius: 50%;
  aspect-ratio: 1;
  width: 35px;
  background-color: #004e9e;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .registration-summary li:before {
    top: 20px;
    left: 16px;
    position: absolute;
    margin-bottom: 0;
  }
}
.registration-summary li h2 {
  font-size: 14px;
  margin: 0;
}
.registration-summary li span {
  font-size: 16px;
  font-weight: 600;
}

.registration-summary-comment {
  padding: 16px;
  margin: 40px 0;
}
.registration-summary-comment h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.registration-summary-buttons {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-end;
  margin: 40px 0;
}
@media screen and (min-width: 768px) {
  .registration-summary-buttons {
    flex-direction: column;
    justify-content: space-between;
  }
}
.registration-summary-buttons .complete {
  order: 2;
}
@media screen and (min-width: 768px) {
  .registration-summary-buttons .complete {
    order: 0;
    min-width: 300px;
  }
}

.history-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin: 54px auto 0;
  max-width: 775px;
  color: #829aae;
}
@media screen and (min-width: 768px) {
  .history-tabs {
    gap: 30px;
  }
}
.history-tabs .active {
  color: #002750;
}
.history-tabs a {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-decoration: none;
  color: inherit;
}
.history-tabs h2 {
  font-size: 22px;
  color: inherit;
  font-weight: 600;
  text-align: center;
  margin: 0;
}
.history-tabs h2:after {
  content: "";
  display: block;
  height: 3px;
  background-color: currentColor;
  width: 100%;
  max-width: 262px;
  margin: 14px auto 16px;
}
@media screen and (min-width: 768px) {
  .history-tabs h2:after {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .history-tabs h2 {
    font-size: 46px;
  }
}
.history-tabs p {
  text-align: center;
  font-size: 14px;
  max-width: 232px;
  margin: 0 auto;
  color: inherit;
}

.history-container {
  max-width: 920px;
  margin: 40px auto;
}
.history-container .history-form {
  border-bottom: solid 1px #a7b8c6;
  padding-bottom: 16px;
  margin-bottom: 60px;
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .history-container .history-form {
    display: flex;
    gap: 32px;
    flex-direction: row;
  }
}
.history-container .history-form fieldset {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .history-container .history-form fieldset {
    align-items: center;
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .history-container .history-form label {
    width: 50px;
  }
}
.history-container input[type=date] {
  display: inline-block;
  width: 100%;
  border: none;
  padding: 13px 8px 13px 16px;
}
@media screen and (min-width: 768px) {
  .history-container input[type=date] {
    width: 180px;
  }
}

.search-form {
  max-width: 682px;
  margin: 0 auto;
}
.search-form .complete {
  align-self: center;
}
@media screen and (min-width: 768px) {
  .search-form .complete {
    min-width: 300px;
  }
}

.accordion {
  list-style: none;
  padding: 0;
}
.accordion > li {
  background-color: #fbfbfb;
  border-radius: 4px;
  padding: 23px 16px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .accordion > li {
    padding: 23px 32px;
    margin-bottom: 16px;
  }
}
.accordion > li.closed:hover {
  background-color: #e6ebef;
}
.accordion > li.closed > .accordion-toggle-button:after {
  background-image: url(../images/icon-plus.svg);
}
.accordion > li > .accordion-toggle-button {
  border: none;
  background-color: transparent;
  font-size: 18px;
  padding: 0;
  font-weight: 600;
  color: #002750;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion > li > .accordion-toggle-button:after {
  background-image: url(../images/icon-minus.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  background-size: contain;
  content: "";
}

.saw-data-boxes {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .saw-data-boxes {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin: 50px 0;
  }
}
.saw-data-boxes li {
  padding: 23px 16px;
  border-radius: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.saw-data-boxes li:nth-child(1) {
  background-color: #e8d8ad;
}
.saw-data-boxes li:nth-child(2) {
  background-color: #6ac9cc;
}
.saw-data-boxes li:nth-child(3) {
  background-color: #b4c9c3;
}
.saw-data-boxes h5 {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
}
.saw-data-boxes p {
  font-weight: bold;
  font-size: 25px;
  margin: 0;
}

.saw-statistics h3 {
  font-size: 22px;
  border-bottom: solid 2px #000;
  padding: 16px 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .saw-statistics h3 {
    font-size: 25px;
    padding: 16px;
  }
}
.saw-statistics .accordion {
  margin: 16px 0;
}
@media screen and (min-width: 768px) {
  .saw-statistics .accordion {
    margin: 16px;
  }
}
.saw-statistics .accordion > li {
  background-color: #fff;
  padding: 10px 16px;
}
@media screen and (min-width: 768px) {
  .saw-statistics .accordion > li {
    padding: 12px 24px;
  }
}
.saw-statistics .accordion > li > .accordion-toggle-button {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .saw-statistics .accordion > li > .accordion-toggle-button {
    font-size: 18px;
  }
}
.saw-statistics .statistics-table tr:nth-child(even) {
  background-color: #f3f5f7;
}

.table-container {
  overflow-x: auto;
}

.statistics-table {
  width: 100%;
}
.statistics-table thead {
  font-size: 14px;
  border-bottom: solid 1px #000;
}
.statistics-table th,
.statistics-table td {
  padding: 18px;
}
.statistics-table th:first-child,
.statistics-table td:first-child {
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .statistics-table th:first-child,
.statistics-table td:first-child {
    padding-left: 24px;
  }
}
.statistics-table td:first-child {
  font-weight: bold;
}
.statistics-table tr:nth-child(even) {
  background-color: #fbfbfb;
}

.search-results {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .search-results {
    margin-top: 72px;
  }
}
.search-results h2 {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .search-results h2 {
    margin-left: 24px;
    font-size: 25px;
  }
}
.search-results h2 span {
  color: #004e9e;
}

.settings {
  display: grid;
  margin-top: 40px;
  margin-bottom: 40px;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .settings {
    grid-template-columns: 168px 1fr;
  }
}
.settings aside ul {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
}
.settings aside ul:last-child {
  margin-bottom: 0;
}
.settings aside li {
  margin-bottom: 1em;
}
.settings aside a {
  color: black;
  text-decoration: none;
}
.settings aside a.active {
  color: #004e9e;
}
@media screen and (min-width: 768px) {
  .settings > div:last-child {
    border-left: solid 1px #bfbfbf;
    padding-left: 40px;
  }
}
.settings h2 {
  font-size: 30px;
  margin-bottom: 1em;
}
.settings form {
  max-width: 600px;
}
.settings .alert {
  margin-bottom: 1em;
  font-weight: bold;
}
.settings .alert .btn-close {
  display: none;
}

:root {
  --horizontal-padding: 15px;
}
@media screen and (min-width: 768px) {
  :root {
    --horizontal-padding: 20px;
  }
}

/**,
*::before,
*::after {
	box-sizing: inherit;
}*/
html {
  height: 100%;
  overflow-x: hidden;
}

body {
  background-color: #f3f5f7;
  color: #092009;
  font-family: gill-sans-nova, sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  body {
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 1fr;
    min-height: 100%;
  }
}

.inner {
  margin: 0 auto;
  max-width: 1097px;
}

header {
  padding: 0 var(--horizontal-padding);
  font-weight: 500;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  header {
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  header.menu-open .main-nav {
    display: block;
  }
  header.menu-open .navbar-toggler {
    background-image: url(../images/menu_close.svg);
  }
}
header a {
  color: #000;
  text-decoration: none;
}
header a.active, header a:hover {
  color: #004e9e;
}
header nav {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  header nav {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
header nav.nav-profile {
  align-items: center;
}
header #logo {
  height: 39px;
  background-image: url(../images/sawmill-logo-black.svg);
  background-size: 167px 39px;
  display: flex;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1001;
  align-items: stretch;
  padding-left: 187px;
}
header #logo:hover {
  color: currentColor;
}
header #logo span:first-child {
  display: none;
}
header #logo span:last-child {
  display: none;
}
@media screen and (min-width: 1024px) {
  header #logo span:last-child {
    display: flex;
    align-items: center;
    font-size: 16px;
    border-left: solid 1px #bfbfbf;
    padding-left: 20px;
  }
}
header .navbar-toggler {
  display: block;
  z-index: 1001;
  background-color: transparent;
  background-image: url(../images/menu.svg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  width: 42px;
  height: 42px;
  border-radius: 0;
}
header .navbar-toggler:hover, header .navbar-toggler:focus, header .navbar-toggler:active {
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  header .navbar-toggler {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .main-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #DAE1E7;
    z-index: 1000;
  }
}
@media screen and (min-width: 768px) {
  header .main-nav {
    display: block;
  }
}
header .main-nav ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: left;
  padding: 0;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  header .main-nav ul {
    margin-top: 125px;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) {
  header .main-nav ul {
    gap: 16px;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  header .main-nav ul {
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  header .main-nav li {
    padding: 20px var(--horizontal-padding);
    border-bottom: solid 1px #fff;
  }
  header .main-nav li:last-child {
    border-bottom: none;
  }
}
header .main-nav a.icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  header .main-nav a.icon span {
    display: none;
  }
}
header .main-nav a.icon-settings:hover:before {
  background-image: url(../images/icon-settings-blue.svg);
}
header .main-nav a.icon-settings:before {
  content: "";
  background-image: url(../images/icon-settings.svg);
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
header .main-nav a[target=_blank] {
  display: flex;
  gap: 5px;
  align-items: center;
}
header .main-nav a[target=_blank]:hover:after {
  background-image: url(../images/external-link-active.svg);
}
header .main-nav a[target=_blank]:after {
  content: "";
  background-image: url(../images/external-link.svg);
  width: 16px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  header .main-nav .logout-button {
    padding: 16px 32px;
    margin-top: 125px;
  }
}
header .main-nav-profile {
  display: block;
}
header .main-nav-profile ul {
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  gap: 16px;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  header .main-nav-profile ul {
    gap: 8px;
  }
}
header .main-nav-profile a.icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .main-nav-profile a.icon span {
  display: none;
}
header .main-nav-profile a.icon-back:hover:before {
  background-image: url(../images/arrow-left-blue.svg);
}
header .main-nav-profile a.icon-back:before {
  content: "";
  background-image: url(../images/arrow-left.svg);
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
header .main-nav-profile .logout-button {
  background-color: #e6ebef;
}
@media screen and (max-width: 767px) {
  header .main-nav-profile .logout-button {
    padding: 8px 16px;
  }
}
header .logout-button {
  background-color: #fff;
  padding: 6px 32px;
  border-radius: 4px;
  border: none;
  color: #000;
  font-weight: normal;
  font-weight: 600;
}
header .logout-button:hover, header .logout-button:focus {
  background-color: #e6ebef;
}
header .logout-button:active {
  background-color: #c0ccd7;
}

main {
  padding-left: var(--horizontal-padding);
  padding-right: var(--horizontal-padding);
}

footer {
  background-color: #002750;
  color: #fff;
  padding: 40px 0 40px 0;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 70px 0 120px 0;
  }
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #004e9e;
}
footer .inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}
footer nav {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  footer nav {
    margin-bottom: 100px;
  }
}
footer nav ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: left;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  footer nav ul {
    gap: 16px;
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  footer nav ul {
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  footer nav li {
    padding: 0 var(--horizontal-padding);
    border-bottom: solid 1px #fff;
  }
  footer nav li:last-child {
    border-bottom: none;
  }
}
footer nav a[target=_blank] {
  display: flex;
  gap: 5px;
  align-items: center;
}
footer nav a[target=_blank]:after {
  content: "";
  background-image: url(../images/external-link-white.svg);
  width: 16px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  display: inline-block;
}
footer nav a[target=_blank]:hover:after {
  background-image: url(../images/external-link-blue.svg);
}

#footer-logo {
  display: inline-block;
  margin: 0 auto;
  width: 128px;
  height: 34px;
  background-image: url(../images/sawmill-logo-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#footer-logo span {
  display: none;
}

/*# sourceMappingURL=index.css.map*/