/** BREAKPOINTS */
/** BREAKPOINTS MIXINS */
/** WIDTH: > xs and < xs-max */
/** WIDTH: > sm and < sm-max */
/** WIDTH: > sm  */
/** WIDTH: > xs and < sm-max */
/** WIDTH: > xs and < md-max */
/** WIDTH: > xs and < xl-max */
/** WIDTH: > xs and < xxl-max */
/** WIDTH: > md and < md-max */
/** WIDTH: > md and < lg-max */
/** WIDTH: > md */
/** WIDTH: > lg and < lg-max */
/** WIDTH: > xl */
/** WIDTH: > xxl */
/** WIDTH: > lg */
/** WIDTH: > FULLHD */
*, ::before, ::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  font-family: "tahoma", sans-serif;
  line-height: 1.2;
  color: #3B3B3B;
  background-color: #E9E9E9;
}
body.modal-view {
  overflow: hidden;
}

a {
  color: #0083C2;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.lt-container {
  margin: 0 auto;
  max-width: 982px;
}
@media (min-width: 992px) {
  .lt-container {
    max-width: 1070px;
  }
}
.lt-container__inner {
  padding: 0 16px;
}
@media (min-width: 992px) {
  .lt-container__inner {
    padding: 0 60px;
  }
}

.cursor-pointer {
  cursor: pointer;
}

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

.flex-row {
  flex-direction: row;
}
@media (min-width: 992px) {
  .flex-row-lg {
    flex-direction: row !important;
  }
}
.flex-column {
  flex-direction: column;
}
@media (min-width: 992px) {
  .flex-column-lg {
    flex-direction: column !important;
  }
}

.justify-center {
  justify-content: center;
}
@media (min-width: 992px) {
  .justify-center-lg {
    justify-content: center !important;
  }
}
.justify-between {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .justify-between-lg {
    justify-content: space-between !important;
  }
}
.justify-end {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .justify-end-lg {
    justify-content: flex-end !important;
  }
}

.align-center {
  align-items: center;
}
.align-start {
  align-items: flex-start;
}
.align-end {
  align-items: flex-end;
}

.gap-0 {
  gap: 0;
}

.row-gap-0 {
  row-gap: 0;
}

.column-gap-0 {
  -moz-column-gap: 0;
       column-gap: 0;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.gap-2px {
  gap: 2px;
}

.row-gap-2px {
  row-gap: 2px;
}

.column-gap-2px {
  -moz-column-gap: 2px;
       column-gap: 2px;
}

.mt-2px {
  margin-top: 2px !important;
}

.mb-2px {
  margin-bottom: 2px !important;
}

.ml-2px {
  margin-left: 2px !important;
}

.mr-2px {
  margin-right: 2px !important;
}

.pt-2px {
  padding-top: 2px !important;
}

.pb-2px {
  padding-bottom: 2px !important;
}

.pl-2px {
  padding-left: 2px !important;
}

.pr-2px {
  padding-right: 2px !important;
}

.gap-4px {
  gap: 4px;
}

.row-gap-4px {
  row-gap: 4px;
}

.column-gap-4px {
  -moz-column-gap: 4px;
       column-gap: 4px;
}

.mt-4px {
  margin-top: 4px !important;
}

.mb-4px {
  margin-bottom: 4px !important;
}

.ml-4px {
  margin-left: 4px !important;
}

.mr-4px {
  margin-right: 4px !important;
}

.pt-4px {
  padding-top: 4px !important;
}

.pb-4px {
  padding-bottom: 4px !important;
}

.pl-4px {
  padding-left: 4px !important;
}

.pr-4px {
  padding-right: 4px !important;
}

.gap-6px {
  gap: 6px;
}

.row-gap-6px {
  row-gap: 6px;
}

.column-gap-6px {
  -moz-column-gap: 6px;
       column-gap: 6px;
}

.mt-6px {
  margin-top: 6px !important;
}

.mb-6px {
  margin-bottom: 6px !important;
}

.ml-6px {
  margin-left: 6px !important;
}

.mr-6px {
  margin-right: 6px !important;
}

.pt-6px {
  padding-top: 6px !important;
}

.pb-6px {
  padding-bottom: 6px !important;
}

.pl-6px {
  padding-left: 6px !important;
}

.pr-6px {
  padding-right: 6px !important;
}

.gap-8px {
  gap: 8px;
}

.row-gap-8px {
  row-gap: 8px;
}

.column-gap-8px {
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.mt-8px {
  margin-top: 8px !important;
}

.mb-8px {
  margin-bottom: 8px !important;
}

.ml-8px {
  margin-left: 8px !important;
}

.mr-8px {
  margin-right: 8px !important;
}

.pt-8px {
  padding-top: 8px !important;
}

.pb-8px {
  padding-bottom: 8px !important;
}

.pl-8px {
  padding-left: 8px !important;
}

.pr-8px {
  padding-right: 8px !important;
}

.gap-10px {
  gap: 10px;
}

.row-gap-10px {
  row-gap: 10px;
}

.column-gap-10px {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.mt-10px {
  margin-top: 10px !important;
}

.mb-10px {
  margin-bottom: 10px !important;
}

.ml-10px {
  margin-left: 10px !important;
}

.mr-10px {
  margin-right: 10px !important;
}

.pt-10px {
  padding-top: 10px !important;
}

.pb-10px {
  padding-bottom: 10px !important;
}

.pl-10px {
  padding-left: 10px !important;
}

.pr-10px {
  padding-right: 10px !important;
}

.gap-12px {
  gap: 12px;
}

.row-gap-12px {
  row-gap: 12px;
}

.column-gap-12px {
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.mt-12px {
  margin-top: 12px !important;
}

.mb-12px {
  margin-bottom: 12px !important;
}

.ml-12px {
  margin-left: 12px !important;
}

.mr-12px {
  margin-right: 12px !important;
}

.pt-12px {
  padding-top: 12px !important;
}

.pb-12px {
  padding-bottom: 12px !important;
}

.pl-12px {
  padding-left: 12px !important;
}

.pr-12px {
  padding-right: 12px !important;
}

.gap-14px {
  gap: 14px;
}

.row-gap-14px {
  row-gap: 14px;
}

.column-gap-14px {
  -moz-column-gap: 14px;
       column-gap: 14px;
}

.mt-14px {
  margin-top: 14px !important;
}

.mb-14px {
  margin-bottom: 14px !important;
}

.ml-14px {
  margin-left: 14px !important;
}

.mr-14px {
  margin-right: 14px !important;
}

.pt-14px {
  padding-top: 14px !important;
}

.pb-14px {
  padding-bottom: 14px !important;
}

.pl-14px {
  padding-left: 14px !important;
}

.pr-14px {
  padding-right: 14px !important;
}

.gap-16px {
  gap: 16px;
}

.row-gap-16px {
  row-gap: 16px;
}

.column-gap-16px {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.mt-16px {
  margin-top: 16px !important;
}

.mb-16px {
  margin-bottom: 16px !important;
}

.ml-16px {
  margin-left: 16px !important;
}

.mr-16px {
  margin-right: 16px !important;
}

.pt-16px {
  padding-top: 16px !important;
}

.pb-16px {
  padding-bottom: 16px !important;
}

.pl-16px {
  padding-left: 16px !important;
}

.pr-16px {
  padding-right: 16px !important;
}

.gap-18px {
  gap: 18px;
}

.row-gap-18px {
  row-gap: 18px;
}

.column-gap-18px {
  -moz-column-gap: 18px;
       column-gap: 18px;
}

.mt-18px {
  margin-top: 18px !important;
}

.mb-18px {
  margin-bottom: 18px !important;
}

.ml-18px {
  margin-left: 18px !important;
}

.mr-18px {
  margin-right: 18px !important;
}

.pt-18px {
  padding-top: 18px !important;
}

.pb-18px {
  padding-bottom: 18px !important;
}

.pl-18px {
  padding-left: 18px !important;
}

.pr-18px {
  padding-right: 18px !important;
}

.gap-20px {
  gap: 20px;
}

.row-gap-20px {
  row-gap: 20px;
}

.column-gap-20px {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.mt-20px {
  margin-top: 20px !important;
}

.mb-20px {
  margin-bottom: 20px !important;
}

.ml-20px {
  margin-left: 20px !important;
}

.mr-20px {
  margin-right: 20px !important;
}

.pt-20px {
  padding-top: 20px !important;
}

.pb-20px {
  padding-bottom: 20px !important;
}

.pl-20px {
  padding-left: 20px !important;
}

.pr-20px {
  padding-right: 20px !important;
}

.gap-22px {
  gap: 22px;
}

.row-gap-22px {
  row-gap: 22px;
}

.column-gap-22px {
  -moz-column-gap: 22px;
       column-gap: 22px;
}

.mt-22px {
  margin-top: 22px !important;
}

.mb-22px {
  margin-bottom: 22px !important;
}

.ml-22px {
  margin-left: 22px !important;
}

.mr-22px {
  margin-right: 22px !important;
}

.pt-22px {
  padding-top: 22px !important;
}

.pb-22px {
  padding-bottom: 22px !important;
}

.pl-22px {
  padding-left: 22px !important;
}

.pr-22px {
  padding-right: 22px !important;
}

.gap-24px {
  gap: 24px;
}

.row-gap-24px {
  row-gap: 24px;
}

.column-gap-24px {
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.mt-24px {
  margin-top: 24px !important;
}

.mb-24px {
  margin-bottom: 24px !important;
}

.ml-24px {
  margin-left: 24px !important;
}

.mr-24px {
  margin-right: 24px !important;
}

.pt-24px {
  padding-top: 24px !important;
}

.pb-24px {
  padding-bottom: 24px !important;
}

.pl-24px {
  padding-left: 24px !important;
}

.pr-24px {
  padding-right: 24px !important;
}

.gap-28px {
  gap: 28px;
}

.row-gap-28px {
  row-gap: 28px;
}

.column-gap-28px {
  -moz-column-gap: 28px;
       column-gap: 28px;
}

.mt-28px {
  margin-top: 28px !important;
}

.mb-28px {
  margin-bottom: 28px !important;
}

.ml-28px {
  margin-left: 28px !important;
}

.mr-28px {
  margin-right: 28px !important;
}

.pt-28px {
  padding-top: 28px !important;
}

.pb-28px {
  padding-bottom: 28px !important;
}

.pl-28px {
  padding-left: 28px !important;
}

.pr-28px {
  padding-right: 28px !important;
}

.gap-30px {
  gap: 30px;
}

.row-gap-30px {
  row-gap: 30px;
}

.column-gap-30px {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.mt-30px {
  margin-top: 30px !important;
}

.mb-30px {
  margin-bottom: 30px !important;
}

.ml-30px {
  margin-left: 30px !important;
}

.mr-30px {
  margin-right: 30px !important;
}

.pt-30px {
  padding-top: 30px !important;
}

.pb-30px {
  padding-bottom: 30px !important;
}

.pl-30px {
  padding-left: 30px !important;
}

.pr-30px {
  padding-right: 30px !important;
}

.gap-32px {
  gap: 32px;
}

.row-gap-32px {
  row-gap: 32px;
}

.column-gap-32px {
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.mt-32px {
  margin-top: 32px !important;
}

.mb-32px {
  margin-bottom: 32px !important;
}

.ml-32px {
  margin-left: 32px !important;
}

.mr-32px {
  margin-right: 32px !important;
}

.pt-32px {
  padding-top: 32px !important;
}

.pb-32px {
  padding-bottom: 32px !important;
}

.pl-32px {
  padding-left: 32px !important;
}

.pr-32px {
  padding-right: 32px !important;
}

.gap-36px {
  gap: 36px;
}

.row-gap-36px {
  row-gap: 36px;
}

.column-gap-36px {
  -moz-column-gap: 36px;
       column-gap: 36px;
}

.mt-36px {
  margin-top: 36px !important;
}

.mb-36px {
  margin-bottom: 36px !important;
}

.ml-36px {
  margin-left: 36px !important;
}

.mr-36px {
  margin-right: 36px !important;
}

.pt-36px {
  padding-top: 36px !important;
}

.pb-36px {
  padding-bottom: 36px !important;
}

.pl-36px {
  padding-left: 36px !important;
}

.pr-36px {
  padding-right: 36px !important;
}

.gap-40px {
  gap: 40px;
}

.row-gap-40px {
  row-gap: 40px;
}

.column-gap-40px {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.mt-40px {
  margin-top: 40px !important;
}

.mb-40px {
  margin-bottom: 40px !important;
}

.ml-40px {
  margin-left: 40px !important;
}

.mr-40px {
  margin-right: 40px !important;
}

.pt-40px {
  padding-top: 40px !important;
}

.pb-40px {
  padding-bottom: 40px !important;
}

.pl-40px {
  padding-left: 40px !important;
}

.pr-40px {
  padding-right: 40px !important;
}

.gap-42px {
  gap: 42px;
}

.row-gap-42px {
  row-gap: 42px;
}

.column-gap-42px {
  -moz-column-gap: 42px;
       column-gap: 42px;
}

.mt-42px {
  margin-top: 42px !important;
}

.mb-42px {
  margin-bottom: 42px !important;
}

.ml-42px {
  margin-left: 42px !important;
}

.mr-42px {
  margin-right: 42px !important;
}

.pt-42px {
  padding-top: 42px !important;
}

.pb-42px {
  padding-bottom: 42px !important;
}

.pl-42px {
  padding-left: 42px !important;
}

.pr-42px {
  padding-right: 42px !important;
}

.gap-48px {
  gap: 48px;
}

.row-gap-48px {
  row-gap: 48px;
}

.column-gap-48px {
  -moz-column-gap: 48px;
       column-gap: 48px;
}

.mt-48px {
  margin-top: 48px !important;
}

.mb-48px {
  margin-bottom: 48px !important;
}

.ml-48px {
  margin-left: 48px !important;
}

.mr-48px {
  margin-right: 48px !important;
}

.pt-48px {
  padding-top: 48px !important;
}

.pb-48px {
  padding-bottom: 48px !important;
}

.pl-48px {
  padding-left: 48px !important;
}

.pr-48px {
  padding-right: 48px !important;
}

.gap-54px {
  gap: 54px;
}

.row-gap-54px {
  row-gap: 54px;
}

.column-gap-54px {
  -moz-column-gap: 54px;
       column-gap: 54px;
}

.mt-54px {
  margin-top: 54px !important;
}

.mb-54px {
  margin-bottom: 54px !important;
}

.ml-54px {
  margin-left: 54px !important;
}

.mr-54px {
  margin-right: 54px !important;
}

.pt-54px {
  padding-top: 54px !important;
}

.pb-54px {
  padding-bottom: 54px !important;
}

.pl-54px {
  padding-left: 54px !important;
}

.pr-54px {
  padding-right: 54px !important;
}

.w-100 {
  width: 100%;
}
.w-50 {
  width: 50%;
}
@media (min-width: 992px) {
  .w-50-lg {
    width: 50% !important;
  }
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-50p {
  width: 50px !important;
}

.fs-10 {
  font-size: 0.625rem;
}
.fs-12 {
  font-size: 0.75rem;
}
.fs-14 {
  font-size: 0.875rem;
}
.fs-16 {
  font-size: 1rem;
}
.fs-18 {
  font-size: 1.125rem;
}
.fs-20 {
  font-size: 1.25rem;
}
.fs-24 {
  font-size: 1.5rem;
}
.fs-32 {
  font-size: 2rem;
}

.fw-100 {
  font-weight: 100;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}

.f-n {
  font-style: normal;
}
.f-i {
  font-style: italic;
}

.t-underline {
  text-decoration: underline;
}
.t-no-underline {
  text-decoration: none !important;
}
.t-center {
  text-align: center;
}
@media (min-width: 992px) {
  .t-center-lg {
    text-align: center !important;
  }
}
.t-right {
  text-align: right;
}
@media (min-width: 992px) {
  .t-right-lg {
    text-align: right !important;
  }
}

.hover-underline:hover {
  text-decoration: underline;
}

.c-primary {
  color: #0083C2;
}
.c-grey-20 {
  color: #3B3B3B;
}
.c-grey-30 {
  color: #6E6E6E;
}
.c-grey-70 {
  color: #C5C4C4;
}

.icon {
  display: block;
}
.icon-upload {
  width: 24px;
  height: 24px;
}

.infoIcon
{
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0px 0px 0px 5px;
    background: url('../../gfx/layout/icon_info.png');
    cursor: help;
}

.nowrap {
  white-space: nowrap;
}

h1, .h1 {
  font-size: 2rem;
  font-weight: 400;
}

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

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

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

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

html.wcag-size-l h1 {
  font-size: 1.8rem;
}
html.wcag-size-l h2 {
  font-size: 1.4rem;
}
html.wcag-size-l .fs-18 {
  font-size: 1.1rem;
}

.btn {
  padding: 10px 20px;
  font-size: 1.25rem;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.btn:hover {
  text-decoration: none;
}

.btn-text {
  color: #0083C2;
}
.btn-text:hover {
  color: #006c9e;
}

.btn-primary {
  background-color: #0083C2;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #006c9e;
}

.btn-outline {
    background-color: #fff;
    border: 1px solid #0083c2;
    color: #0083c2
}
.btn-outline:hover {
    border-color: #006c9e;
    color: #006c9e
}

.btn-action {
  padding: 1px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.header-main {
  padding: 0 0 75px;
  background-color: #F8F6F6;
}
.header-main .logo {
  margin: 0 auto 0 0;
}
@media (min-width: 0) and (max-width: 991px) {
  .header-main .main-nav {
    padding: 100px 20px 20px;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-out;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .header-main .main-nav {
    padding: 120px 20px 20px;
  }
}
@media (min-width: 992px) {
  .header-main .main-nav {
    margin: 24px 0 48px;
    display: flex;
    justify-content: flex-end;
  }
}
.header-main .main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px 6px;
}
@media (min-width: 0) and (max-width: 991px) {
  .header-main .main-menu {
    flex-direction: column;
    gap: 32px 6px;
  }
}
.header-main .main-menu .menu-item {
  padding: 0 10px;
}
.header-main .main-menu .menu-item a {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  color: #3B3B3B;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.header-main .main-menu .menu-item a:hover {
  color: #0083C2;
}
.header-main .main-menu .menu-item-current a {
  color: #0083C2;
}
.header-main .main-menu .menu-item-button {
  padding: 0;
}
.header-main .main-menu .menu-item-button a {
  padding: 10px;
  background-color: #0083C2;
  color: #ffffff;
}
.header-main .main-menu .menu-item-button a:hover {
  background-color: #3B3B3B;
  color: #ffffff;
}
.header-main .logo-wcag-row {
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px 16px;
  border-bottom: 1px solid #C5C4C4;
}
@media (min-width: 0) and (max-width: 991px) {
  .header-main .logo-wcag-row {
    z-index: 1000;
    position: relative;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .header-main .logo-wcag-row {
    flex-wrap: wrap;
  }
}
.header-main .wcag-container {
  display: flex;
  align-items: baseline;
  color: #6E6E6E;
}
@media (min-width: 0) and (max-width: 767px) {
  .header-main .wcag-container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .header-main .wcag-container {
    gap: 32px;
  }
}
.header-main .wcag-contrast {
  padding: 8px 10px;
}
.header-main .wcag-contrast-default {
  padding: 2px 4px;
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #0083C2;
}
.header-main .wcag-contrast-high {
  padding: 2px 4px;
  display: inline-block;
  background-color: #000000;
  border: 1px solid #000000;
  color: #FAFF00;
}
.header-main .wcag-font-size {
  padding: 8px 10px;
}
.header-main .wcag-font-size-switch {
  margin: 0 0 0 2px;
}
.header-main .wcag-font-size-switch.active {
  color: #0083C2;
}
.header-main .wcag-font-size-default {
  font-size: 16px;
}
.header-main .wcag-font-size-medium {
  font-size: 18px;
}
.header-main .wcag-font-size-large {
  font-size: 20px;
}
.header-main .header-empty {
  margin: 60px 0 0;
}
@media (min-width: 992px) {
  .header-main .header-empty {
    margin: 106px 0 0;
  }
}
.header-main.mobile-active .main-nav {
  opacity: 1;
  visibility: visible;
}
.header-main.mobile-active .mobile-switch .lines {
  background-color: transparent;
}
.header-main.mobile-active .mobile-switch .lines::before {
  transform: rotate(-45deg);
  top: 0;
}
.header-main.mobile-active .mobile-switch .lines::after {
  transform: rotate(45deg);
  top: 0;
}

.mobile-switch {
  padding: 8px 0;
  display: block;
  position: relative;
  border: none;
  width: 30px;
  flex-shrink: 0;
  background-color: unset;
  cursor: pointer;
}
@media (min-width: 992px) {
  .mobile-switch {
    display: none;
  }
}
.mobile-switch .lines {
  display: block;
  position: relative;
  width: 100%;
  height: 4px;
  background-color: #0083C2;
  transition: all 0.2s ease-out;
}
.mobile-switch .lines::before, .mobile-switch .lines::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  top: -8px;
  background-color: #0083C2;
  transition: all 0.2s ease-out;
}
.mobile-switch .lines::after {
  top: 8px;
}

body.modal-menu-visible {
  overflow: hidden;
}

.main-content {
  margin: -75px 0 82px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.accessibility_declaration {
  text-decoration: underline;
  color: #3B3B3B;
  text-align: right;
  display: block;
  float: right;
}

.content-block {
  background-color: #ffffff;
}
.content-block-title {
  margin: 0 10px 0 0;
  padding: 16px 32px;
  border-bottom: 1px solid #C5C4C4;
}
.content-block-title .title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 400;
  color: #3B3B3B;
}
.content-block-title .title-tip {
  display: block;
  color: #C5C4C4;
}
@media (min-width: 0) and (max-width: 991px) {
  .content-block-title .title-tip {
    margin: 4px 0 0;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .content-block-title .title-tip {
    display: inline;
  }
}
.content-block-content {
  padding: 16px 32px;
}
.content-block h4 {
  margin: 0;
  font-size: 1rem;
}
.content-block .col-label-value .value {
  margin: 8px 0 0;
}
.content-block .col-label-value .value ol, .content-block .col-label-value .value ul {
  margin: 0;
  padding: 0 0 0 20px;
}

.content-block-header {
  padding: 32px 32px 20px;
}

.content-block-alert {
  padding: 32px;
}

.content-block-6 {
  margin: -6px 0 0;
}

@media (min-width: 0) and (max-width: 767px) {
  .actions-block {
    flex-direction: column;
    gap: 8px;
  }
  .actions-block .btn {
    text-align: center;
  }
}

.form-row {
  display: flex;
  flex-wrap: wrap;
}
.form-row input[type=text],
.form-row input[type=number],
.form-row input[type=email],
.form-row input[type=tel],
.form-row input[type=password],
.form-row select,
.form-row textarea {
  padding: 8px 16px;
  height: 40px;
  display: block;
  width: 100%;
  border: 1px solid #C5C4C4;
  font-size: 1.125rem;
  background-color: #ffffff;
  color: #3B3B3B;
  font-family: "tahoma", sans-serif;
}
.form-row input[type=text]:focus,
.form-row input[type=number]:focus,
.form-row input[type=email]:focus,
.form-row input[type=tel]:focus,
.form-row input[type=password]:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-color: #0083C2;
  outline: none;
}
.form-row input[type=text]::-moz-placeholder, .form-row input[type=number]::-moz-placeholder, .form-row input[type=email]::-moz-placeholder, .form-row input[type=tel]::-moz-placeholder, .form-row input[type=password]::-moz-placeholder, .form-row select::-moz-placeholder, .form-row textarea::-moz-placeholder {
  color: #6E6E6E;
  opacity: 1;
  font-family: "tahoma", sans-serif;
}
.form-row input[type=text]::placeholder,
.form-row input[type=number]::placeholder,
.form-row input[type=email]::placeholder,
.form-row input[type=tel]::placeholder,
.form-row input[type=password]::placeholder,
.form-row select::placeholder,
.form-row textarea::placeholder {
  color: #6E6E6E;
  opacity: 1;
  font-family: "tahoma", sans-serif;
}
.form-row input[type=text].input-20,
.form-row input[type=number].input-20,
.form-row input[type=email].input-20,
.form-row input[type=tel].input-20,
.form-row input[type=password].input-20,
.form-row select.input-20,
.form-row textarea.input-20 {
  padding: 15px 24px;
  font-size: 1.25rem;
}
.form-row input[type=text].input-table,
.form-row input[type=number].input-table,
.form-row input[type=email].input-table,
.form-row input[type=tel].input-table,
.form-row input[type=password].input-table,
.form-row select.input-table,
.form-row textarea.input-table {
  padding: 2px 4px;
  font-size: 1rem;
  height: 23px;
}
.form-row .textarea-md {
  min-height: 96px;
}
.form-row .textarea-lg {
  min-height: 184px;
}
.form-row .placeholder-light::-moz-placeholder {
  color: #C5C4C4;
}
.form-row .placeholder-light::placeholder {
  color: #C5C4C4;
}
.form-row select {
  display: none;
}
@media (min-width: 992px) {
  .form-row-2-cols {
    gap: 0 20px;
  }
  .form-row-2-cols .form-col {
    width: calc(50% - 10px);
  }
}

.form-col {
  margin: 0 0 4px;
  width: 100%;
}
@media (min-width: 992px) {
  .form-col {
    margin: 0 0 16px;
  }
}

.input-wrapper {
  position: relative;
}
.input-wrapper label {
  display: block;
  position: relative;
}
.input-wrapper > label > .label, .input-wrapper > .label {
  margin: 0 0 2px;
  display: block;
  color: #6E6E6E;
}
.input-wrapper .invalid-message, .input-wrapper .info-message {
  padding: 2px 0 0;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #D60000;
  font-size: 0.75rem;
  text-align: right;
  transition: all 0.2s ease-out;
}
@media (min-width: 0) and (max-width: 991px) {
  .input-wrapper .invalid-message, .input-wrapper .info-message {
    display: none;
  }
}
@media (min-width: 992px) {
  .input-wrapper .invalid-message, .input-wrapper .info-message {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
  }
}
.input-wrapper .invalid-message.large, .input-wrapper .info-message.large {
  font-size: 1rem;
  color: #C5C4C4;
}
.input-wrapper .invalid-message.left, .input-wrapper .info-message.left {
  text-align: left;
}
.input-wrapper .info-message {
  color: #575757;
  visibility: visible;
  opacity: 0.6;
  font-size: 0.625rem;
}
.input-wrapper.invalid input[type=text],
.input-wrapper.invalid input[type=number],
.input-wrapper.invalid input[type=email],
.input-wrapper.invalid input[type=tel],
.input-wrapper.invalid input[type=password],
.input-wrapper.invalid select,
.input-wrapper.invalid textarea,
.input-wrapper.invalid .nice-select,
.input-wrapper.invalid .dropzone-drag-area {
  border-color: #D60000;
  border-style: solid;
}
@media (min-width: 0) and (max-width: 991px) {
  .input-wrapper.invalid .invalid-message {
    display: block;
  }
}
@media (min-width: 992px) {
  .input-wrapper.invalid .invalid-message {
    opacity: 1;
    visibility: visible;
  }
}
.input-wrapper.invalid .info-message {
  opacity: 0;
  visibility: hidden;
}
.input-wrapper.button-right input {
  padding-right: 40px;
}

.checkbox {
  margin: 0 0 16px;
  padding: 0 0 0 27px;
  display: block;
  position: relative;
}
.checkbox input {
  margin: 0;
  clip-path: rect(0 0 0 0);
  width: 0;
  height: 0;
  position: absolute;
}
.checkbox input:checked ~ .label::after {
  transform: rotate(-45deg) scale(1);
  opacity: 1;
}
.checkbox .label {
  font-size: 0.875rem;
}
.checkbox .label::before {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 19px;
  left: 0;
  top: 1px;
  border: 1px solid #6E6E6E;
}
.checkbox .label::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 5px;
  left: 3px;
  top: 6px;
  border-left: 2px solid #0083C2;
  border-bottom: 2px solid #0083C2;
  transform: rotate(-45deg) scale(0);
  opacity: 0;
  transition: all 0.1s ease-out;
}
.checkbox.invalid .label::before {
  border-color: #D60000 !important;
}
.checkbox.checkbox-20 .label {
  font-size: 1.25rem;
}
.checkbox.checkbox-20 .label::before {
  width: 20px;
  height: 20px;
  top: 3px;
}
.checkbox.checkbox-20 .label::after {
  top: 8px;
  height: 7px;
}

.radio {
  margin: 0 0 16px;
  padding: 0 0 0 27px;
  display: block;
  position: relative;
}
.radio input {
  margin: 0;
  clip-path: rect(0 0 0 0);
  width: 0;
  height: 0;
  position: absolute;
}
.radio input:checked ~ .label::after {
  transform: scale(1);
  opacity: 1;
}
.radio .label {
  font-size: 0.875rem;
}
.radio .label::before {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  left: 0;
  top: 0;
  border: 2px solid #0083C2;
}
.radio .label::after {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  left: 4px;
  top: 4px;
  background-color: #0083C2;
  transform: scale(0);
  opacity: 0;
  transition: all 0.1s ease-out;
}
.radio.invalid .label::before {
  border-color: #D60000 !important;
}

.toggle {
  margin: 0;
  padding: 0 0 0 40px;
  display: block;
  position: relative;
}
.toggle:not(.clean) {
  margin: 0 0 16px;
}
.toggle input {
  margin: 0;
  clip-path: rect(0 0 0 0);
  width: 0;
  height: 0;
  position: absolute;
}
.toggle input:checked ~ .label::before {
  background-color: #0083C2;
}
.toggle input:checked ~ .label::after {
  left: 16px;
}
.toggle .label {
  font-size: 0.875rem;
}
.toggle .label::before {
  content: "";
  display: block;
  position: absolute;
  width: 36px;
  height: 20px;
  border-radius: 20px;
  left: 0;
  top: 1px;
  background-color: #C5C4C4;
  transition: all 0.2s ease-out;
}
.toggle .label::after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: 0;
  top: 2px;
  background-color: #ffffff;
  border: 1px solid #C5C4C4;
  transition: all 0.2s ease-out;
}
.toggle.invalid .label::before {
  border-color: #D60000 !important;
}

.input-switch {
  padding: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: unset;
  border: none;
  width: 20px;
  height: 20px;
  right: 12px;
  bottom: 10px;
}
.input-switch.password .icon-hide {
  display: none;
}
.input-switch.password.show .icon-show {
  display: none;
}
.input-switch.password.show .icon-hide {
  display: block;
}

.radio-switch-content:not(.active-content) {
  display: none !important;
}

.data-table {
  border-collapse: collapse;
  width: 100%;
}
@media (min-width: 0) and (max-width: 767px) {
  .data-table {
    display: block;
  }
  .data-table thead {
    display: none;
  }
  .data-table tbody {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .data-table tbody td {
    padding: 4px 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: auto;
    min-height: 40px;
  }
  .data-table tbody td::before {
    margin: 0 -8px;
    padding: 4px 8px;
    content: attr(data-label);
    flex-shrink: 0;
    font-weight: 500;
    text-align: left;
    border-bottom: 1px solid #E9E9E9;
    font-weight: 700;
  }
  .data-table tbody tr:nth-child(even) {
    background-color: #F8F6F6;
  }
  .data-table tfoot {
    margin: 24px 0 0;
    display: block;
    background-color: rgba(0, 131, 194, 0.08);
  }
  .data-table tfoot tr {
    display: flex;
    flex-direction: column;
  }
  .data-table tfoot td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }
  .data-table tfoot td::before {
    margin: 0 -8px;
    padding: 4px 8px;
    content: attr(data-label);
    flex-shrink: 0;
    font-weight: 500;
    text-align: left;
    font-weight: 700;
  }
  .data-table .col-padding {
    display: none;
  }
}
.data-table th, .data-table td {
  padding: 2px 8px;
}
@media (min-width: 992px) {
  .data-table th:first-child, .data-table td:first-child {
    padding-left: 16px;
  }
  .data-table th:last-child, .data-table td:last-child {
    padding-right: 16px;
  }
}
.data-table th {
  height: 42px;
  background-color: #E9E9E9;
  font-weight: 400;
  text-align: left;
}
.data-table td {
  height: 40px;
}
@media (min-width: 768px) {
  .data-table tr:not(:last-child) td {
    border-bottom: 1px solid #E9E9E9;
  }
}
.data-table tfoot th:not(.col-padding), .data-table tfoot td:not(.col-padding) {
  border-top: 1px solid #E9E9E9;
}

@media (min-width: 992px) {
  .data-table-sm th:first-child, .data-table-sm td:first-child {
    padding-left: 5px;
  }
  .data-table-sm th:last-child, .data-table-sm td:last-child {
    padding-right: 5px;
  }
}

@media (min-width: 768px) {
  .table-subject-details .col-lp {
    width: 46px;
  }
  .table-subject-details .col-subject {
      width: 250px;
  }
  .table-subject-details .col-index {
    width: 91px;
  }
  .table-subject-details .col-qty {
    width: 76px;
  }
  .table-subject-details .col-unit {
    width: 52px;
  }
  .table-subject-details .col-location {
    width: 96px;
  }
  .table-subject-details .col-date {
    width: 96px;
  }
  .table-subject-details .col-attachment {
    width: 84px;
  }
  .table-subject-details .col-notes {
    width: 76px;
  }
}

@media (min-width: 768px) {
  .table-criteria .col-lp {
    width: 46px;
  }
  .table-criteria .col-weight {
    width: 424px;
  }
}

@media (min-width: 768px) {
  .table-queries .col-lp {
    width: 46px;
  }
  .table-queries .col-date {
    width: 172px;
  }
  .table-queries .col-status {
    width: 104px;
  }
}

@media (min-width: 768px) {
  .table-attachments .col-lp, .table-attachments .col-options {
    width: 46px;
  }
  .table-attachments .col-date {
    width: 120px;
  }
  .table-attachments .col-status {
    width: 104px;
  }
  .table-attachments .col-company-data, .table-attachments .col-personal-data {
    width: 100px;
    text-align: center;
  }
  .table-attachments .no-data
  {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .table-offers .col-lp {
    width: 46px;
  }
  .table-offers .col-name {
    width: 236px;
  }
  .table-offers .col-qty {
    width: 66px;
  }
  .table-offers .col-unit {
    width: 52px;
  }
  .table-offers .col-offer {
    width: 96px;
  }
  .table-offers .col-vat {
    width: 86px;
  }
  .table-offers .col-total {
    width: 116px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .table-offers .col-total {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .table-offers .col-total-gross {
    width: 116px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .table-offers .col-total-gross {
    text-align: right;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .table-offers thead .col-qty,
  .table-offers thead .col-unit,
  .table-offers thead .col-offer,
  .table-offers thead .col-vat,
  .table-offers thead .col-total-gross {
    text-align: center;
  }
}
.table-offers .input-table {
  text-align: center;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.modal::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(217, 217, 217, 0.4);
}
.modal.modal-visible {
  opacity: 1;
  visibility: visible;
}

.modal-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100vw;
  max-width: 700px;
  max-height: calc(100dvh - 50px);
  background-color: #ffffff;
}

.modal-title {
  margin: 0;
  padding-right: 64px;
}
.modal-title .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal-title .modal-close {
  position: absolute;
  right: 32px;
  top: 18px;
}
.modal-title-empty {
  padding: 16px 64px 16px 32px;
}

.modal-content {
  padding: 20px 32px 50px;
  max-height: calc(100dvh - 110px);
  overflow-y: auto;
}

.attachments {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .attachments {
    padding-right: 10px;
  }
}

@media (min-width: 0) and (max-width: 991px) {
  .attachment {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
}
@media (min-width: 992px) {
  .attachment {
    display: grid;
    grid-template-columns: 20px 1fr minmax(75px, 26%) minmax(152px, 21%) 20px;
    gap: 8px;
  }
}
.attachment-icon {
  flex-shrink: 0;
  margin-top: 1px;
}
.attachment-icon img {
  position: relative;
  max-height: 19px;
  width: auto;
}
.attachment-name {
  word-break: break-all;
}
@media (min-width: 0) and (max-width: 991px) {
  .attachment-name {
    width: calc(100% - 28px);
  }
}
@media (min-width: 0) and (max-width: 991px) {
  .attachment-size, .attachment-date {
    display: inline-block;
    width: calc(40% - 4px);
  }
}
@media (min-width: 0) and (max-width: 991px) {
  .attachment-date {
    display: inline-block;
    width: calc(60% - 4px);
    text-align: right;
  }
}
@media (min-width: 0) and (max-width: 991px) {
  .attachment-actions {
    width: 100%;
    text-align: right;
    flex-shrink: 0;
  }
}

.alert-title {
  display: flex;
  gap: 8px;
  font-size: 1.5rem;
  font-weight: 700;
}
.alert-icon {
  position: relative;
  flex-shrink: 0;
}
.alert-primary {
  background-color: rgba(0, 131, 194, 0.08);
}

.alert-block {
  padding: 16px 32px;
}
.alert-block-title {
  display: block;
  gap: 8px;
  font-weight: 700;
}
.alert-block-title .alert-icon {
  top: 3px;
}

.alert-block-info-light {
  background-color: rgba(0, 131, 194, 0.08);
}

.alert-block-info-light.red {
  background-color: rgba(214, 0, 0, 0.1);
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #ffffff;
  border-radius: 0;
  border: solid 1px #C5C4C4;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 1.125rem;
  font-weight: normal;
  height: 40px;
  line-height: 38px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
}
.nice-select:hover {
  border-color: rgb(184.358974359, 183.141025641, 183.141025641);
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #0083C2;
}
.nice-select:after {
  border-bottom: 2px solid #0083C2;
  border-right: 2px solid #0083C2;
  content: "";
  display: block;
  height: 7px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 14px;
  top: calc(50% - 2px);
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 7px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .nice-select-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: rgb(202.0564102564, 201.1435897436, 201.1435897436);
  color: s #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: rgb(41, 185.5051546392, 255);
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .nice-select-dropdown {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .nice-select-dropdown {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 1rem;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .nice-select-dropdown {
  margin-top: 8px;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #C5C4C4;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.251);
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(20px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  opacity: 0;
}
.nice-select .list {
  margin: 10px 0;
  border-radius: 0;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  max-height: 278px;
  overflow-y: auto;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  font-size: 1rem;
  color: #6E6E6E;
  line-height: 36px;
  list-style: none;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: 600;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.nice-select .extra {
  float: right;
}
.nice-select .optgroup {
  font-weight: bold;
}

.no-csspointerevents .nice-select .nice-select-dropdown {
  display: none;
}
.no-csspointerevents .nice-select.open .nice-select-dropdown {
  display: block;
}

.nice-select .list::-webkit-scrollbar {
  width: 0;
}

.nice-select .has-multiple {
  white-space: inherit;
  height: auto;
  padding: 7px 12px;
  min-height: 36px;
  line-height: 22px;
}
.nice-select .has-multiple span.current {
  border: 1px solid #CCC;
  background: #EEE;
  padding: 0 10px;
  border-radius: 3px;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 3px;
  margin-right: 3px;
}
.nice-select .has-multiple .multiple-options {
  display: block;
  line-height: 24px;
  padding: 0;
}
.nice-select .nice-select-search-box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  pointer-events: none;
  border-radius: 5px 8px 0 0;
}
.nice-select .nice-select-search-box::before {
  content: "";
  display: block;
  left: 28px;
  top: 17px;
  width: 16px;
  height: 16px;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 13 9 9m1.333-3.333a4.667 4.667 0 1 1-9.333 0 4.667 4.667 0 0 1 9.333 0Z' stroke='%236E6E6E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
}
.nice-select .nice-select-search {
  background-color: #ffffff;
  border-color: transparent !important;
  border-bottom: 1px solid #0083C2 !important;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 12px 7px 46px !important;
  margin: 0 10px 0 0;
  width: 100%;
  min-height: 36px;
  line-height: 22px;
  height: auto;
  outline: 0 !important;
  font-size: 1.125rem;
}

.dropzone-field .dropzone-drag-area {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 96px;
  border: 1px dashed #C5C4C4;
  transition: all 0.2s ease-out;
}
.dropzone-field .preview-container {
  margin: 16px 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px 19px;
}
.dropzone-field .preview-container:empty {
  display: none;
}
@media (min-width: 992px) {
  .dropzone-field .preview-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.dropzone-field-small .dropzone-drag-area {
  padding: 19px 16px;
  text-align: left;
  align-items: flex-start;
  min-height: unset;
}
.dropzone-field-small .icon-upload {
  display: none;
}

.dz-drag-hover {
  background-color: #F8F6F6;
}
.dz-preview {
  padding: 16px;
  min-height: 106px;
  display: flex;
  flex-direction: column;
  border: 1px solid #C5C4C4;
  background-color: #ffffff;
}
.dz-preview.dz-complete .dz-progress {
  display: none;
}
.dz-preview:not(.dz-error) .dz-error-message {
  display: none;
}
.dz-preview:not(.dz-error) .icon-close {
  display: none;
}
.dz-preview.dz-error {
  border-color: #D60000;
}
.dz-preview.dz-error .dz-remove {
  position: relative;
  top: -8px;
  right: -8px;
}
.dz-preview.dz-error .dz-remove .icon-close {
  display: block;
}
.dz-preview.dz-error .dz-remove .icon-delete {
  display: none;
}
.dz-details-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.dz-details {
  display: flex;
  gap: 16px;
}
.dz-thumbnail-image {
  width: 24px;
  height: 24px;
  position: relative;
  top: -1px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.dz-filename {
  word-break: break-all;
}
.dz-progress {
  margin: auto 0 0;
  height: 4px;
  border-radius: 40px;
  background-color: #C8E4F2;
}
.dz-switch {
  margin: auto 0 0;
  padding: 8px 0 0;
}
.dz-upload {
  display: block;
  height: 100%;
  border-radius: 40px;
  background-color: #0083C2;
}
.dz-error-message {
  margin: auto 0 0;
  padding: 8px 0 0;
  color: #D60000;
  font-size: 0.75rem;
}
.dz-dz-remove {
  flex-shrink: 0;
  width: 20px;
}
.dz-dz-remove .icon-delete {
  display: block;
}
.dz-dz-remove .icon-remove {
  display: none;
}

html.wcag-contrast-h body {
  background-color: #3B3B3B;
  color: #FAFF00;
}
html.wcag-contrast-h a {
  color: #FAFF00;
  text-decoration: underline;
}
@media (min-width: 0) and (max-width: 991px) {
  html.wcag-contrast-h .main-nav {
    background-color: #000000;
  }
}
html.wcag-contrast-h .mobile-switch .lines, html.wcag-contrast-h .mobile-switch .lines::before, html.wcag-contrast-h .mobile-switch .lines::after {
  background-color: #FAFF00;
}
html.wcag-contrast-h .c-contrast-primary {
  color: #FAFF00;
}
html.wcag-contrast-h .fw-c-700 {
  font-weight: 700;
}
html.wcag-contrast-h .icon-stroke path {
  stroke: #FAFF00;
}
html.wcag-contrast-h .icon-fill path {
  fill: #FAFF00;
}
html.wcag-contrast-h .header-main {
  background-color: #1F1E1E;
}
html.wcag-contrast-h .header-main .wcag-container {
  color: #FAFF00;
}
html.wcag-contrast-h .header-main .wcag-container .wcag-contrast-default {
  color: #6E6E6E;
}
html.wcag-contrast-h .header-main .wcag-container .wcag-contrast-high {
  border: 1px solid #FAFF00;
}
html.wcag-contrast-h .header-main .wcag-font-size-switch.active {
  display: inline-block;
  position: relative;
  color: #FAFF00;
  font-weight: 700;
}
html.wcag-contrast-h .header-main .wcag-font-size-switch.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #FAFF00;
  left: 0;
  bottom: -2px;
}
html.wcag-contrast-h .header-main .main-menu .menu-item a {
  color: #FAFF00;
}
html.wcag-contrast-h .header-main .main-menu .menu-item.menu-item-button a {
  color: #000000;
  background-color: #FAFF00;
}
html.wcag-contrast-h .header-main .main-menu .menu-item.menu-item-current a {
  display: inline-block;
  position: relative;
  color: #FAFF00;
  font-weight: 700;
}
html.wcag-contrast-h .header-main .main-menu .menu-item.menu-item-current a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #FAFF00;
  left: 0;
  bottom: -2px;
}
html.wcag-contrast-h .content-block {
  background-color: #000000;
}
html.wcag-contrast-h .content-block-title .title, html.wcag-contrast-h .content-block-title .title-tip {
  color: #FAFF00;
}
html.wcag-contrast-h .btn {
  text-decoration: none !important;
}
html.wcag-contrast-h .btn-primary {
  color: #000000;
  background-color: #FAFF00;
}
html.wcag-contrast-h .btn-text {
  color: #FAFF00;
  background-color: #000000;
}
html.wcag-contrast-h .form-row input[type=text],
html.wcag-contrast-h .form-row input[type=number],
html.wcag-contrast-h .form-row input[type=email],
html.wcag-contrast-h .form-row input[type=tel],
html.wcag-contrast-h .form-row input[type=password],
html.wcag-contrast-h .form-row select,
html.wcag-contrast-h .form-row textarea {
  background-color: #000000;
  color: #FAFF00;
  border-color: #FAFF00;
}
html.wcag-contrast-h .form-row .placeholder-light::-moz-placeholder {
  color: #FAFF00;
}
html.wcag-contrast-h .form-row .placeholder-light::placeholder {
  color: #FAFF00;
}
html.wcag-contrast-h .input-wrapper .label {
  color: #FAFF00;
}
html.wcag-contrast-h .nice-select {
  background-color: #000000;
  border-color: #FAFF00;
  color: #FAFF00;
}
html.wcag-contrast-h .nice-select::after {
  border-bottom-color: #FAFF00;
  border-right-color: #FAFF00;
}
html.wcag-contrast-h .nice-select .option {
  color: #FAFF00;
}
html.wcag-contrast-h .nice-select .option:hover {
  background-color: #000000;
  border-top: 1px solid #FAFF00;
  border-bottom: 1px solid #FAFF00;
}
html.wcag-contrast-h .nice-select .option.selected.focus {
  background-color: #000000;
}
html.wcag-contrast-h .nice-select-dropdown {
  background-color: #000000;
  border-color: #FAFF00;
}
html.wcag-contrast-h .nice-select-search-box::before {
  background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 13 9 9m1.333-3.333a4.667 4.667 0 1 1-9.333 0 4.667 4.667 0 0 1 9.333 0Z' stroke='%23FAFF00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
}
html.wcag-contrast-h .nice-select-search {
  border-bottom-color: #FAFF00 !important;
}
html.wcag-contrast-h .nice-select-search::-moz-placeholder {
  color: #FAFF00;
}
html.wcag-contrast-h .nice-select-search::placeholder {
  color: #FAFF00;
}
html.wcag-contrast-h .checkbox .label::before {
  border-color: #FAFF00;
}
html.wcag-contrast-h .checkbox .label::after {
  border-left-color: #FAFF00;
  border-bottom-color: #FAFF00;
}
html.wcag-contrast-h .radio .label::before {
  border-color: #FAFF00;
}
html.wcag-contrast-h .radio .label::after {
  background-color: #FAFF00;
}
html.wcag-contrast-h .toggle .label::before {
  background-color: black;
  border: 1px solid #FAFF00;
}
html.wcag-contrast-h .toggle .label::after {
  background-color: #FAFF00;
  border-color: #FAFF00;
}
html.wcag-contrast-h .toggle input:checked ~ .label::before {
  background-color: #FAFF00;
}
html.wcag-contrast-h .toggle input:checked ~ .label::after {
  background-color: black;
  border-color: black;
}
html.wcag-contrast-h .invalid-message {
  color: #FAFF00;
}
html.wcag-contrast-h .dropzone-field .dropzone-drag-area {
  border-color: #FAFF00;
}
html.wcag-contrast-h .dropzone-field .dropzone-drag-area .upload-message {
  color: #FAFF00;
}
html.wcag-contrast-h .dropzone-field .dropzone-drag-area .dz-click-upload {
  color: #FAFF00;
  font-weight: 700;
  text-decoration: underline;
}
html.wcag-contrast-h .dropzone-field .dz-preview {
  background-color: #000000;
  border-color: #FAFF00;
}
html.wcag-contrast-h .dropzone-field .dz-progress {
  border: 1px solid #FAFF00;
  background-color: #000000;
}
html.wcag-contrast-h .dropzone-field .dz-upload {
  background-color: #FAFF00;
}
html.wcag-contrast-h.wcag-size-m .header-main .main-menu .menu-item, html.wcag-contrast-h.wcag-size-l .header-main .main-menu .menu-item {
  padding: 0 4px;
}
html.wcag-contrast-h .data-table th {
  background-color: unset;
  border-top: 2px solid #FAFF00;
  border-bottom: 2px solid #FAFF00;
}
@media (min-width: 0) and (max-width: 767px) {
  html.wcag-contrast-h .data-table tr:nth-child(even) {
    background-color: #3B3B3B;
  }
}
html.wcag-contrast-h .modal-inner {
  background-color: #000000;
}

html.wcag-size-m {
  font-size: 18px;
}
html.wcag-size-m .checkbox .label::before {
  top: 2px;
}
html.wcag-size-m .checkbox .label::after {
  top: 8px;
}
html.wcag-size-m .radio .label::before {
  top: 2px;
}
html.wcag-size-m .radio .label::after {
  top: 6px;
}
html.wcag-size-m .nice-select {
  font-size: 20px;
}

html.wcag-size-l {
  font-size: 20px;
}
html.wcag-size-l .header-main .main-menu {
  gap: 16px 4px;
}
html.wcag-size-l .header-main .main-menu .menu-item {
  padding: 0 6px;
}
html.wcag-size-l .alert-icon {
  top: 4px;
}
html.wcag-size-l .content-block .title {
  font-size: 1.2rem;
}
html.wcag-size-l .content-block .title-tip {
  font-size: 1rem;
}
html.wcag-size-l .info-message {
  font-size: 0.7rem;
}
html.wcag-size-l .btn {
  font-size: 1.2rem;
}
html.wcag-size-l .checkbox .label::before {
  top: 4px;
}
html.wcag-size-l .checkbox .label::after {
  top: 10px;
}
html.wcag-size-l .radio .label::before {
  top: 3px;
}
html.wcag-size-l .radio .label::after {
  top: 7px;
}
html.wcag-size-l .form-row {
  display: flex;
  flex-wrap: wrap;
}
html.wcag-size-l .form-row input[type=text],
html.wcag-size-l .form-row input[type=number],
html.wcag-size-l .form-row input[type=email],
html.wcag-size-l .form-row input[type=tel],
html.wcag-size-l .form-row input[type=password],
html.wcag-size-l .form-row select,
html.wcag-size-l .form-row textarea {
  font-size: 1.1rem;
}
html.wcag-size-l .nice-select {
  font-size: 22px;
}

#offerForm label.error {
  color: red;
}

#offerForm input.error {
  border-color: red;
}
