@charset "UTF-8";
/*
 sm     =   small   =   phone-small     = 576px     = 36em;
 md     =   medium  =   phone-large     = 768px     = 48em;
 lg     =   large   =   phone-tablet    = 992px     = 62em;
 xl     =   xlarge  =   desktop         = 1200px    = 75em;
 xxl    =   xxl     =   big desktop     = 1400px    = 87.5em;

 1em = 16px;
*/
/*
When using MAX and Desktop first approach the biggest screen size
shall be on top for right cascading of styles(smallest shall be last)
*/
/*
When using MIN and Mobile first approach the smalles screen size
shall be on top for right cascading of styles(bigest shall be last)
*/
/* Primitives - Light mode */
/* Tokens - Mode 1 */
* {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

*:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

*:focus:not(:focus-visible) {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

*:focus-visible {
  outline: 2px solid #bb9457;
  -webkit-box-shadow: 0 0 0 2px #bb9457 !important;
          box-shadow: 0 0 0 2px #bb9457 !important;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--scroll-padding-top, 100px);
}

body {
  background-color: #f8f4ee;
}

img {
  max-width: 100%;
}

@font-face {
  font-family: "Montseratt";
  src: url(../fonts/montserrat/Montserrat-Regular.ttf);
  font-weight: normal;
  font-variant: normal;
}

@font-face {
  font-family: "Montseratt";
  src: url(../fonts/montserrat/Montserrat-Medium.ttf);
  font-weight: 500;
  font-variant: normal;
}

@font-face {
  font-family: "Montseratt";
  src: url(../fonts/montserrat/Montserrat-SemiBold.ttf);
  font-weight: 600;
  font-variant: normal;
}

@font-face {
  font-family: "Montseratt";
  src: url(../fonts/montserrat/Montserrat-Bold.ttf);
  font-weight: 700;
  font-variant: normal;
}

@font-face {
  font-family: "Sofia";
  src: url(../fonts/sofia/SofiaSans-Regular.woff);
  font-weight: normal;
  font-variant: normal;
}

@font-face {
  font-family: "Sofia";
  src: url(../fonts/sofia/SofiaSans-SemiLight.woff);
  font-weight: 300;
  font-variant: normal;
}

@font-face {
  font-family: "Sofia";
  src: url(../fonts/sofia/SofiaSans-Medium.woff);
  font-weight: 500;
  font-variant: normal;
}

@font-face {
  font-family: "Sofia";
  src: url(../fonts/sofia/SofiaSans-MediumItalic.woff);
  font-weight: 550;
  font-variant: italic;
}

@font-face {
  font-family: "Sofia";
  src: url(../fonts/sofia/SofiaSans-SemiBold.woff);
  font-weight: 600;
  font-variant: normal;
}

@font-face {
  font-family: "Sofia";
  src: url(../fonts/sofia/SofiaSans-Bold.woff);
  font-weight: 700;
  font-variant: normal;
}

@font-face {
  font-family: "Sofia";
  src: url(../fonts/sofia/SofiaSans-ExtraBold.woff);
  font-weight: 800;
  font-variant: normal;
}

body {
  font-family: "Sofia", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #001824;
  font-weight: normal;
  text-rendering: geometricPrecision;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Montseratt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

h1,
h2,
h3 {
  text-transform: uppercase;
  font-weight: 700;
}

p {
  line-height: 1.5;
}

p:not([class]):first-child:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

a:not([class]) {
  color: #001824;
}

a:not([class]):hover, a:not([class]):focus {
  color: #785D31;
}

small {
  color: #001824;
}

.section-title,
.section-title-small {
  font-family: "Montseratt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 0.75;
}

.section-title:has(+ div.row),
.section-title-small:has(+ div.row) {
  margin-bottom: 2rem;
}

.section-title-small {
  margin-bottom: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #785D31;
  font-size: 1.125rem;
  text-transform: none;
}

.page-title {
  color: #785D31;
  font-size: 2.5rem;
  line-height: 1.1;
  margin-bottom: 0.75rem;
}

.widget-title {
  font-family: "Sofia", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #3a2d18;
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: none;
}

.form-title {
  text-transform: uppercase;
  font-size: 0.9rem;
}

.footer-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 61.9em) {
  .page-title {
    font-size: 1.5rem;
  }
  .section-title {
    line-height: 1;
  }
}

.u-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem 2rem;
  border-radius: 2px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.33;
}

.u-btn:hover, .u-btn:focus {
  color: #3a2d18;
  background-color: white;
}

.u-btn--primary {
  color: #fcfdfd;
  background-color: #432818;
}

.u-btn--secondary, .u-btn--2 {
  color: #3a2d18;
  background-color: #bb9457;
}

.u-btn--secondary:hover, .u-btn--secondary:focus, .u-btn--2:hover, .u-btn--2:focus {
  color: #785D31;
  background-color: white;
}

.u-btn--inverted, .u-btn--3 {
  color: #fcfdfd;
  background-color: #432818;
}

.u-btn--inverted:hover, .u-btn--inverted:focus, .u-btn--3:hover, .u-btn--3:focus {
  color: #3a2d18;
  background-color: #bb9457;
}

.u-btn--attention, .u-btn--4 {
  color: #fcfdfd;
  background-color: #E04E2B;
}

.u-btn--attention:hover, .u-btn--attention:focus, .u-btn--4:hover, .u-btn--4:focus {
  color: #fcfdfd;
  background-color: #c92a03;
}

.u-btn:disabled, .u-btn[disabled] {
  pointer-events: none;
  color: #fcfdfd;
  background-color: #f1eadd;
}

.text-attention {
  color: #E04E2B !important;
}

.note {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 1rem 2rem;
  background-color: #f1eadd;
}

.btn-login {
  display: block;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  min-width: 300px;
  padding: 0.5rem;
  padding-left: calc(0.5rem + 1.5rem + 0.5rem);
  font-size: 0.81rem;
  font-weight: 700;
  text-align: center;
  border-radius: 4px;
  background-position: left 0.5rem center;
  background-repeat: no-repeat;
}

.btn-login + .btn-login {
  margin-top: 0.5rem;
}

.btn-login--facebook {
  color: #fcfdfd;
  background-image: url(../images/svg/login-facebook.svg);
  background-color: #1877F2;
}

.btn-login--facebook:hover, .btn-login--facebook:focus {
  color: #fcfdfd;
}

.btn-login--google {
  color: #1F1F1F;
  background-image: url(../images/svg/login-google.svg);
  background-size: 18px;
  background-color: white;
  border: 1px solid #747775;
}

.btn-login--apple {
  color: white;
  background-image: url(../images/svg/login-apple.svg);
  background-size: 18px;
  background-color: black;
  border: 1px solid black;
}

.hr-or {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
  line-height: 1;
}

.hr-or:before, .hr-or:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #d9d4d1;
}

.success {
  margin-bottom: 1rem;
  padding: 0.5rem;
  background-color: rgba(132, 209, 0, 0.25);
  border: 1px solid #84d100;
  border-radius: 2px;
}

.error {
  background-color: #ffeeea;
  border: 1px solid #E04E2B;
}

.error__title {
  color: #c92a03;
}

.success,
.error {
  margin-bottom: 1rem;
  padding: 2rem;
  color: black;
  font-size: 1.125rem;
  border-radius: 2px;
}

.success__title,
.error__title {
  font-family: "Sofia", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 1.125rem;
  text-transform: none;
}

.success a,
.error a {
  color: #785D31;
  text-decoration: underline;
}

.btn-text-attention {
  margin-top: 0.625rem;
  padding-left: 0;
  padding-right: 0;
  color: #c92a03;
  background-color: transparent;
}

.btn-delete {
  width: 32px;
  height: 32px;
  background-color: #E04E2B;
  background-image: url(../images/svg/btn-delete.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.toggle-next[aria-expanded="false"] + .toggle-content {
  display: none;
}

.toggle-next[aria-expanded="true"] + .toggle-content {
  display: block;
}

.u-required-msg {
  display: block;
  margin-bottom: 0.5rem;
}

.u-required-msg span {
  color: #c92a03;
}

.page-content h1:not([class]) {
  color: #785D31;
  font-size: 2.5rem;
  line-height: 1.1;
}

.page-content h2:not([class]) {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  color: #785D31;
  font-size: 2rem;
  font-family: "Sofia", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-transform: none;
  line-height: 1.1;
}

.page-content h3:not([class]) {
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  color: #3a2d18;
  font-size: 1.75rem;
  font-family: "Sofia", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-transform: none;
  line-height: 1;
}

.page-content h4:not([class]) {
  color: #3a2d18;
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 1.5;
}

.page-content h5:not([class]) {
  color: #3a2d18;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1.5;
}

.page-content a:not([class]) {
  color: #785D31;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-content ul:not([class]),
.page-content ol:not([class]) {
  margin-left: 1rem;
  padding-left: 0;
}

.page-content .container {
  padding-left: 0;
  padding-right: 0;
}

.section {
  margin-bottom: 5rem;
}

@media screen and (max-width: 61.9em) {
  .page-content h1:not([class]) {
    font-size: 1.5rem;
  }
  .page-content h2:not([class]) {
    font-size: 1.5rem;
  }
  .page-content h3:not([class]) {
    font-size: 1.25rem;
  }
  .page-content a {
    word-break: break-all;
  }
}

input:not([type="checkbox"]),
textarea,
select {
  display: block;
  width: 100%;
  padding: 0.625rem 0;
  background-color: transparent;
  border-width: 0 0 1px 0;
  border-color: #d9d4d1;
  color: #001824;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 0.9;
}

input[type="checkbox"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 2rem;
  border: 1px solid #bb9457;
  border-radius: 0;
}

input[type="checkbox"]:before {
  content: "";
  width: calc(1.5rem - 2px);
  height: calc(1.5rem - 2px);
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: white;
  border-radius: 0;
}

input[type="checkbox"]:checked::before {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-image: url(../images/svg/chekcbox-checked.svg);
  background-color: #bb9457;
  background-repeat: no-repeat;
  background-position: center;
}

input[type="checkbox"] + label {
  margin-left: 0.5rem;
  font-size: 1rem;
  line-height: 1.25;
  cursor: pointer;
}

input[type="radio"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 2rem;
  padding: 0rem;
  border: 1px solid #bb9457;
  border-radius: 50%;
}

input[type="radio"]:before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #bb9457;
  border-radius: 50%;
}

input[type="radio"]:checked::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

input[type="radio"] + label {
  margin-left: 0.5rem;
  font-size: 1rem;
  line-height: 1.25;
  cursor: pointer;
}

label,
legend {
  display: inline-block;
  margin-bottom: 0.125rem;
  color: black;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.22;
}

button {
  padding: 0.75rem 2rem;
  color: #fcfdfd;
  font-size: 1.125rem;
  line-height: 1.33;
  border-width: 1px;
  border-color: transparent;
  background-color: #432818;
}

textarea {
  display: block;
  width: 100%;
  min-height: 10rem;
  line-height: 1.3;
  background-color: #fcfdfd;
}

textarea:placeholder {
  font-size: 0.875rem;
}

form .section-title,
.form .section-title {
  margin-top: 2rem;
  margin-bottom: 0;
  font-family: "Sofia", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #3a2d18;
  text-transform: none;
}

fieldset {
  margin-bottom: 1rem;
}

table:not([class]) td,
table:not([class]) th,
thead:not([class]) td,
thead:not([class]) th {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border: 1px solid #bb9457;
}

table:not([class]) td:first-child:not(:last-child),
table:not([class]) th:first-child:not(:last-child),
thead:not([class]) td:first-child:not(:last-child),
thead:not([class]) th:first-child:not(:last-child) {
  padding-left: 1rem;
}

table:not([class]) td:last-child:not(:first-child),
table:not([class]) th:last-child:not(:first-child),
thead:not([class]) td:last-child:not(:first-child),
thead:not([class]) th:last-child:not(:first-child) {
  padding-right: 1rem;
}

table:not([class]) th,
thead:not([class]) th {
  background-color: #f1eadd;
  font-size: 1rem;
  font-weight: 700;
}

table:not([class]) td,
thead:not([class]) td {
  background-color: transparent;
}

.table-container {
  width: 100%;
  overflow-x: auto;
}

.form .section-title {
  color: #785D31;
  font-size: 1.75rem;
  margin-bottom: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d9d4d1;
}

fieldset#purchaseType,
fieldset#onlinePlace,
fieldset#complaintReason,
fieldset#purchaseType,
fieldset#organization,
section#fileUpload,
#questionOnly,
section#complaintSection,
section#merchData {
  display: none;
}

div[class*="col"]:has(input#online),
div[class*="col"]:has(input#outside),
div[class*="col"]:has(input#inside),
div[class*="col"]:has(input#onlineShopName),
div[class*="col"]:has(input#onlineUrl),
div[class*="col"]:has(input#locationCity),
div[class*="col"]:has(input#locationAddress),
div[class*="col"]:has(input#locationOther),
div[class*="col"]:has(input#eventDate),
div[class*="col"]:has(select#directorate),
div[class*="col"]:has(input#merchantName),
div[class*="col"]:has(input#merchantEik),
div[class*="col"]:has(input#merchantAddress) {
  display: none;
}

section#fileUpload,
div[class*="col"]:has(input#fileInput1),
div[class*="col"]:has(input#fileInput3),
div[class*="col"]:has(input#fileInput4),
div[class*="col"]:has(input#fileInput5),
div[class*="col"]:has(input#fileInput6),
div[class*="col"]:has(input#fileInput7),
div[class*="col"]:has(input#fileInput8),
div[class*="col"]:has(input#fileInput9),
div[class*="col"]:has(input#fileInput10),
div[class*="col"]:has(input#fileInput11),
div[class*="col"]:has(input#fileInput12),
div[class*="col"]:has(input#fileInput13),
div[class*="col"]:has(input#fileInput14) {
  display: none;
}

form#communicationForm:has(#complaint:checked) #merchData,
form#communicationForm:has(#complaint:checked) fieldset#purchaseType,
form#communicationForm:has(#complaint:checked) div[class*="col"]:has(input#online),
form#communicationForm:has(#complaint:checked) div[class*="col"]:has(input#outside),
form#communicationForm:has(#complaint:checked) div[class*="col"]:has(input#inside) {
  display: block;
}

form#communicationForm:has(#complaint:checked):has(input#online:checked) fieldset#onlinePlace,
form#communicationForm:has(#complaint:checked):has(input#online:checked) div[class*="col"]:has(input#onlineShopName),
form#communicationForm:has(#complaint:checked):has(input#online:checked) div[class*="col"]:has(input#onlineUrl),
form#communicationForm:has(#complaint:checked):has(input#online:checked) div[class*="col"]:has(select#directorate) {
  display: block;
}

form#communicationForm:has(#complaint:checked):has(input#online:checked):has(input#noInfo:checked) div[class*="col"]:has(input#fileInput6) {
  display: block;
}

form#communicationForm:has(#complaint:checked):has(input#online:checked):has(input#noAmount:checked) div[class*="col"]:has(input#fileInput7),
form#communicationForm:has(#complaint:checked):has(input#online:checked):has(input#noAmount:checked) div[class*="col"]:has(input#fileInput8), form#communicationForm:has(#complaint:checked):has(input#online:checked):has(input#delay:checked) div[class*="col"]:has(input#fileInput7),
form#communicationForm:has(#complaint:checked):has(input#online:checked):has(input#delay:checked) div[class*="col"]:has(input#fileInput8) {
  display: block;
}

form#communicationForm:has(#complaint:checked):has(input#online:checked):has(input#returnPolicy:checked) div[class*="col"]:has(input#fileInput1),
form#communicationForm:has(#complaint:checked):has(input#online:checked):has(input#returnPolicy:checked) div[class*="col"]:has(input#fileInput7),
form#communicationForm:has(#complaint:checked):has(input#online:checked):has(input#returnPolicy:checked) div[class*="col"]:has(input#fileInput8),
form#communicationForm:has(#complaint:checked):has(input#online:checked):has(input#returnPolicy:checked) div[class*="col"]:has(input#fileInput9),
form#communicationForm:has(#complaint:checked):has(input#online:checked):has(input#returnPolicy:checked) div[class*="col"]:has(input#fileInput10),
form#communicationForm:has(#complaint:checked):has(input#online:checked):has(input#returnPolicy:checked) div[class*="col"]:has(input#fileInput11) {
  display: block;
}

form#communicationForm:has(#complaint:checked):has(input#online:checked):has(input#quality:checked) div[class*="col"]:has(input#fileInput1),
form#communicationForm:has(#complaint:checked):has(input#online:checked):has(input#quality:checked) div[class*="col"]:has(input#fileInput7),
form#communicationForm:has(#complaint:checked):has(input#online:checked):has(input#quality:checked) div[class*="col"]:has(input#fileInput8),
form#communicationForm:has(#complaint:checked):has(input#online:checked):has(input#quality:checked) div[class*="col"]:has(input#fileInput9),
form#communicationForm:has(#complaint:checked):has(input#online:checked):has(input#quality:checked) div[class*="col"]:has(input#fileInput10),
form#communicationForm:has(#complaint:checked):has(input#online:checked):has(input#quality:checked) div[class*="col"]:has(input#fileInput12) {
  display: block;
}

form#communicationForm:has(#complaint:checked):has(input#outside:checked) div[class*="col"]:has(input#locationCity),
form#communicationForm:has(#complaint:checked):has(input#outside:checked) div[class*="col"]:has(input#locationAddress),
form#communicationForm:has(#complaint:checked):has(input#outside:checked) div[class*="col"]:has(input#locationOther),
form#communicationForm:has(#complaint:checked):has(input#outside:checked) div[class*="col"]:has(input#merchantName),
form#communicationForm:has(#complaint:checked):has(input#outside:checked) div[class*="col"]:has(input#merchantEik),
form#communicationForm:has(#complaint:checked):has(input#outside:checked) div[class*="col"]:has(input#merchantAddress),
form#communicationForm:has(#complaint:checked):has(input#outside:checked) div[class*="col"]:has(input#eventDate),
form#communicationForm:has(#complaint:checked):has(input#outside:checked) div[class*="col"]:has(select#directorate) {
  display: block;
}

form#communicationForm:has(#complaint:checked):has(input#outside:checked):has(input#noInfo:checked) div[class*="col"]:has(input#fileInput2) {
  display: block;
}

form#communicationForm:has(#complaint:checked):has(input#outside:checked):has(input#noAmount:checked) div[class*="col"]:has(input#fileInput3),
form#communicationForm:has(#complaint:checked):has(input#outside:checked):has(input#noAmount:checked) div[class*="col"]:has(input#fileInput4) {
  display: block;
}

form#communicationForm:has(#complaint:checked):has(input#outside:checked):has(input#delay:checked) div[class*="col"]:has(input#fileInput3),
form#communicationForm:has(#complaint:checked):has(input#outside:checked):has(input#delay:checked) div[class*="col"]:has(input#fileInput4),
form#communicationForm:has(#complaint:checked):has(input#outside:checked):has(input#delay:checked) div[class*="col"]:has(input#fileInput5), form#communicationForm:has(#complaint:checked):has(input#outside:checked):has(input#quality:checked) div[class*="col"]:has(input#fileInput3),
form#communicationForm:has(#complaint:checked):has(input#outside:checked):has(input#quality:checked) div[class*="col"]:has(input#fileInput4),
form#communicationForm:has(#complaint:checked):has(input#outside:checked):has(input#quality:checked) div[class*="col"]:has(input#fileInput5) {
  display: block;
}

form#communicationForm:has(#complaint:checked):has(input#outside:checked):has(input#returnPolicy:checked) div[class*="col"]:has(input#fileInput1),
form#communicationForm:has(#complaint:checked):has(input#outside:checked):has(input#returnPolicy:checked) div[class*="col"]:has(input#fileInput3),
form#communicationForm:has(#complaint:checked):has(input#outside:checked):has(input#returnPolicy:checked) div[class*="col"]:has(input#fileInput10),
form#communicationForm:has(#complaint:checked):has(input#outside:checked):has(input#returnPolicy:checked) div[class*="col"]:has(input#fileInput11) {
  display: block;
}

form#communicationForm:has(#complaint:checked):has(input#inside:checked) div[class*="col"]:has(input#locationCity),
form#communicationForm:has(#complaint:checked):has(input#inside:checked) div[class*="col"]:has(input#locationAddress),
form#communicationForm:has(#complaint:checked):has(input#inside:checked) div[class*="col"]:has(input#locationOther),
form#communicationForm:has(#complaint:checked):has(input#inside:checked) div[class*="col"]:has(input#merchantName),
form#communicationForm:has(#complaint:checked):has(input#inside:checked) div[class*="col"]:has(input#merchantEik),
form#communicationForm:has(#complaint:checked):has(input#inside:checked) div[class*="col"]:has(input#merchantAddress),
form#communicationForm:has(#complaint:checked):has(input#inside:checked) div[class*="col"]:has(input#eventDate),
form#communicationForm:has(#complaint:checked):has(input#inside:checked) div[class*="col"]:has(select#directorate) {
  display: block;
}

form#communicationForm:has(#complaint:checked):has(input#inside:checked) div[class*="col"]:has(input#fileInput1),
form#communicationForm:has(#complaint:checked):has(input#inside:checked) div[class*="col"]:has(input#fileInput13),
form#communicationForm:has(#complaint:checked):has(input#inside:checked) div[class*="col"]:has(input#fileInput14) {
  display: block;
}

form#communicationForm:has(#complaint:checked):has(input#inside:checked) fieldset#complaintReason {
  display: none;
}

form#communicationForm:has(#signal:checked) #merchData,
form#communicationForm:has(#signal:checked) #complaintSection,
form#communicationForm:has(#signal:checked) section#fileUpload,
form#communicationForm:has(#signal:checked) div[class*="col"]:has(input#merchantName),
form#communicationForm:has(#signal:checked) div[class*="col"]:has(input#merchantEik),
form#communicationForm:has(#signal:checked) div[class*="col"]:has(input#merchantAddress),
form#communicationForm:has(#signal:checked) div[class*="col"]:has(input#eventDate),
form#communicationForm:has(#signal:checked) div[class*="col"]:has(select#directorate),
form#communicationForm:has(#signal:checked) fieldset#purchaseType,
form#communicationForm:has(#signal:checked) div[class*="col"]:has(input#online),
form#communicationForm:has(#signal:checked) div[class*="col"]:has(input#outside),
form#communicationForm:has(#signal:checked) div[class*="col"]:has(input#inside),
form#communicationForm:has(#signal:checked) div[class*="col"]:has(input#fileInput2) {
  display: block;
}

form#communicationForm:has(#signal:checked):has(input#online:checked) fieldset#onlinePlace,
form#communicationForm:has(#signal:checked):has(input#online:checked) div[class*="col"]:has(input#onlineShopName),
form#communicationForm:has(#signal:checked):has(input#online:checked) div[class*="col"]:has(input#onlineUrl) {
  display: block;
}

form#communicationForm:has(#signal:checked):has(input#online:checked):has(input#noInfo:checked) div[class*="col"]:has(input#fileInput6) {
  display: block;
}

form#communicationForm:has(#signal:checked):has(input#online:checked):has(input#noAmount:checked) div[class*="col"]:has(input#fileInput7),
form#communicationForm:has(#signal:checked):has(input#online:checked):has(input#noAmount:checked) div[class*="col"]:has(input#fileInput8), form#communicationForm:has(#signal:checked):has(input#online:checked):has(input#delay:checked) div[class*="col"]:has(input#fileInput7),
form#communicationForm:has(#signal:checked):has(input#online:checked):has(input#delay:checked) div[class*="col"]:has(input#fileInput8) {
  display: block;
}

form#communicationForm:has(#signal:checked):has(input#online:checked):has(input#returnPolicy:checked) div[class*="col"]:has(input#fileInput1),
form#communicationForm:has(#signal:checked):has(input#online:checked):has(input#returnPolicy:checked) div[class*="col"]:has(input#fileInput7),
form#communicationForm:has(#signal:checked):has(input#online:checked):has(input#returnPolicy:checked) div[class*="col"]:has(input#fileInput8),
form#communicationForm:has(#signal:checked):has(input#online:checked):has(input#returnPolicy:checked) div[class*="col"]:has(input#fileInput9),
form#communicationForm:has(#signal:checked):has(input#online:checked):has(input#returnPolicy:checked) div[class*="col"]:has(input#fileInput10),
form#communicationForm:has(#signal:checked):has(input#online:checked):has(input#returnPolicy:checked) div[class*="col"]:has(input#fileInput11) {
  display: block;
}

form#communicationForm:has(#signal:checked):has(input#online:checked):has(input#quality:checked) div[class*="col"]:has(input#fileInput1),
form#communicationForm:has(#signal:checked):has(input#online:checked):has(input#quality:checked) div[class*="col"]:has(input#fileInput7),
form#communicationForm:has(#signal:checked):has(input#online:checked):has(input#quality:checked) div[class*="col"]:has(input#fileInput8),
form#communicationForm:has(#signal:checked):has(input#online:checked):has(input#quality:checked) div[class*="col"]:has(input#fileInput10),
form#communicationForm:has(#signal:checked):has(input#online:checked):has(input#quality:checked) div[class*="col"]:has(input#fileInput12) {
  display: block;
}

form#communicationForm:has(#signal:checked):has(input#outside:checked) div[class*="col"]:has(input#locationCity),
form#communicationForm:has(#signal:checked):has(input#outside:checked) div[class*="col"]:has(input#locationAddress),
form#communicationForm:has(#signal:checked):has(input#outside:checked) div[class*="col"]:has(input#locationOther),
form#communicationForm:has(#signal:checked):has(input#outside:checked) div[class*="col"]:has(input#merchantName),
form#communicationForm:has(#signal:checked):has(input#outside:checked) div[class*="col"]:has(input#merchantEik),
form#communicationForm:has(#signal:checked):has(input#outside:checked) div[class*="col"]:has(input#merchantAddress),
form#communicationForm:has(#signal:checked):has(input#outside:checked) div[class*="col"]:has(input#eventDate) {
  display: block;
}

form#communicationForm:has(#signal:checked):has(input#outside:checked):has(input#noInfo:checked) div[class*="col"]:has(input#fileInput2) {
  display: block;
}

form#communicationForm:has(#signal:checked):has(input#outside:checked):has(input#noAmount:checked) div[class*="col"]:has(input#fileInput3),
form#communicationForm:has(#signal:checked):has(input#outside:checked):has(input#noAmount:checked) div[class*="col"]:has(input#fileInput4) {
  display: block;
}

form#communicationForm:has(#signal:checked):has(input#outside:checked):has(input#delay:checked) div[class*="col"]:has(input#fileInput3),
form#communicationForm:has(#signal:checked):has(input#outside:checked):has(input#delay:checked) div[class*="col"]:has(input#fileInput4),
form#communicationForm:has(#signal:checked):has(input#outside:checked):has(input#delay:checked) div[class*="col"]:has(input#fileInput5), form#communicationForm:has(#signal:checked):has(input#outside:checked):has(input#quality:checked) div[class*="col"]:has(input#fileInput3),
form#communicationForm:has(#signal:checked):has(input#outside:checked):has(input#quality:checked) div[class*="col"]:has(input#fileInput4),
form#communicationForm:has(#signal:checked):has(input#outside:checked):has(input#quality:checked) div[class*="col"]:has(input#fileInput5) {
  display: block;
}

form#communicationForm:has(#signal:checked):has(input#outside:checked):has(input#returnPolicy:checked) div[class*="col"]:has(input#fileInput1),
form#communicationForm:has(#signal:checked):has(input#outside:checked):has(input#returnPolicy:checked) div[class*="col"]:has(input#fileInput3),
form#communicationForm:has(#signal:checked):has(input#outside:checked):has(input#returnPolicy:checked) div[class*="col"]:has(input#fileInput10),
form#communicationForm:has(#signal:checked):has(input#outside:checked):has(input#returnPolicy:checked) div[class*="col"]:has(input#fileInput11) {
  display: block;
}

form#communicationForm:has(#signal:checked):has(input#inside:checked) div[class*="col"]:has(input#locationCity),
form#communicationForm:has(#signal:checked):has(input#inside:checked) div[class*="col"]:has(input#locationAddress),
form#communicationForm:has(#signal:checked):has(input#inside:checked) div[class*="col"]:has(input#locationOther),
form#communicationForm:has(#signal:checked):has(input#inside:checked) div[class*="col"]:has(input#merchantName),
form#communicationForm:has(#signal:checked):has(input#inside:checked) div[class*="col"]:has(input#merchantEik),
form#communicationForm:has(#signal:checked):has(input#inside:checked) div[class*="col"]:has(input#merchantAddress),
form#communicationForm:has(#signal:checked):has(input#inside:checked) div[class*="col"]:has(input#eventDate) {
  display: block;
}

form#communicationForm:has(#signal:checked):has(input#inside:checked) fieldset#complaintReason {
  display: none;
}

#questionOnly {
  margin-bottom: 3rem;
}

form#communicationForm:has(input#question:checked) div[class*="col"]:has(textarea#complaintReason) {
  display: none;
}

form#communicationForm:has(input#question:checked) section#complaintSection,
form#communicationForm:has(input#question:checked) #questionOnly,
form#communicationForm:has(input#question:checked) div[class*="col"]:has(textarea#complaintDescription),
form#communicationForm:has(input#question:checked) div[class*="col"]:has(select#mailTo),
form#communicationForm:has(input#question:checked) div[class*="col"]:has(input#merchantEik2) {
  display: block;
}

form#communicationForm:has(input#question:checked) section#fileUpload,
form#communicationForm:has(input#question:checked) div[class*="col"]:has(input#fileInput2) {
  display: block;
}

form#communicationForm:has(input#question:checked) fieldset#complaintReason {
  display: none;
}

form#communicationForm:has(input[name="purchase_type"]:checked) div[class*="col"]:has(input#merchantName),
form#communicationForm:has(input[name="purchase_type"]:checked) div[class*="col"]:has(input#merchantEik),
form#communicationForm:has(input[name="purchase_type"]:checked) div[class*="col"]:has(input#merchantAddress),
form#communicationForm:has(input[name="purchase_type"]:checked) div[class*="col"]:has(input#eventDate),
form#communicationForm:has(input[name="purchase_type"]:checked) section#complaintSection,
form#communicationForm:has(input[name="purchase_type"]:checked) fieldset#complaintReason,
form#communicationForm:has(input[name="purchase_type"]:checked) div[class*="col"]:has(textarea#complaintDescription),
form#communicationForm:has(input[name="purchase_type"]:checked) section#fileUpload {
  display: block;
}

form#communicationForm:has(input#inside:checked):has(input#eventDate:valid) fieldset#complaintReason,
form#communicationForm:has(#signal:checked):has(input#eventDate:valid) fieldset#complaintReason {
  display: none;
}

.drop-area__container:has(label.isInvalid) .drop-area {
  border-color: #c92a03;
  background-color: rgba(201, 42, 3, 0.05);
}

.drop-area__container:has(label.isInvalid) label {
  color: #c92a03;
}

div[class*='col']:has(label.isInvalid) > input {
  border-color: #c92a03;
}

div[class*='col']:has(label.isInvalid) > label {
  color: #c92a03;
}

fieldset:has(label.isInvalid) legend {
  color: #c92a03 !important;
}

fieldset:has(label.isInvalid) .btn-input {
  border-color: #c92a03;
}

.label-required:after {
  content: "*";
  color: #c92a03;
}

.error-msg {
  color: #c92a03;
}

.btn-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-color: #fcfdfd;
  border-radius: 4px;
  border: 1px solid #d9d4d1;
}

.btn-input input,
.btn-input [type="checkbox"],
.btn-input [type="radio"] {
  display: none !important;
}

.btn-input input + label,
.btn-input [type="checkbox"] + label,
.btn-input [type="radio"] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  margin: 0;
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  font-weight: 700;
}

.btn-input input:checked + label,
.btn-input [type="checkbox"]:checked + label,
.btn-input [type="radio"]:checked + label {
  background-color: #f1eadd;
}

.drop-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px dashed #d9d4d1;
  border-radius: 10px;
  padding: 1rem;
  padding-left: calc(3rem + 45px);
  color: #785D31;
  text-align: left;
  background-color: #fcfdfd;
  background-image: url(../images/svg/draganddrop.svg);
  background-repeat: no-repeat;
  background-position: left 1rem center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.drop-area input[type="file"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.drop-area p {
  margin-bottom: 0;
  font-weight: 700;
}

.drop-area small {
  color: #785D31;
}

.drop-area__btn {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
}

form#spam:has(select#spamType option[value="3"]:checked) div[class*="col"]:has(textarea#spamTextArea),
form#spam:has(select#spamType option[value="3"]:checked) div[class*="col"]:has(textarea#domainsTextArea) {
  display: none;
}

.brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.brand__title {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #001824;
  font-family: "Montseratt", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-transform: uppercase;
  max-width: 210px;
}

.brand__rb {
  display: block;
  font-size: 0.62rem;
  line-height: 1.6;
}

.brand__name {
  display: block;
  font-size: 0.87rem;
  font-weight: 700;
  line-height: 1.28;
}

.brand:before {
  content: "";
  width: 51px;
  height: 64px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 51px;
          flex: 0 0 51px;
  background-image: url(../images/svg/brand-lion.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.pagination__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.pagination__list li {
  display: inline-block;
}

.pagination__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  padding: 5px;
  color: #432818;
  border: 1px solid transparent;
  background-position: center;
  background-repeat: no-repeat;
}

.pagination__link:hover, .pagination__link:focus, .pagination__link.active {
  border-color: #bb9457;
}

.pagination__link:hover, .pagination__link:focus {
  color: inherit;
}

.pagination__link.active {
  color: #785D31;
  font-weight: 700;
}

.pagination__link.disabled {
  color: #4E595F;
}

.pagination__link--first {
  background-image: url(../images/svg/pagination-first.svg);
}

.pagination__link--first:hover, .pagination__link--first:focus {
  background-image: url(../images/svg/pagination-first-hover.svg);
}

.pagination__link--first.disabled {
  background-image: url(../images/svg/pagination-first-disabled.svg);
}

.pagination__link--prev {
  background-image: url(../images/svg/pagination-prev.svg);
}

.pagination__link--prev:hover, .pagination__link--prev:focus {
  background-image: url(../images/svg/pagination-prev-hover.svg);
}

.pagination__link--prev.disabled {
  background-image: url(../images/svg/pagination-prev-disabled.svg);
}

.pagination__link--next {
  background-image: url(../images/svg/pagination-next.svg);
}

.pagination__link--next:hover, .pagination__link--next:focus {
  background-image: url(../images/svg/pagination-next-hover.svg);
}

.pagination__link--next.disabled {
  background-image: url(../images/svg/pagination-next-disabled.svg);
}

.pagination__link--last {
  background-image: url(../images/svg/pagination-last.svg);
}

.pagination__link--last:hover, .pagination__link--last:focus {
  background-image: url(../images/svg/pagination-last-hover.svg);
}

.pagination__link--last.disabled {
  background-image: url(../images/svg/pagination-last-disabled.svg);
}

@media screen and (max-width: 47.9em) {
  .pagination__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.social-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.62rem;
}

.social-link {
  display: block;
  width: 2rem;
  height: 2rem;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.social-link--facebook {
  background-image: url(../images/svg/social-fb.svg);
}

.social-link--insta {
  background-image: url(../images/svg/social-insta.svg);
}

.social-link--lin {
  background-image: url(../images/svg/social-lin.svg);
}

.social-link--x {
  background-image: url(../images/svg/social-x.svg);
}

.social-link--yt {
  background-image: url(../images/svg/social-yt.svg);
}

.social-link--tt {
  background-image: url(../images/svg/social-tt.svg);
}

.social-link--link {
  background-image: url(../images/svg/social-link.svg);
}

.social-link--rss {
  background-image: url(../images/svg/social-rss.svg);
}

.news-card {
  display: block;
  padding: 1rem;
  height: 100%;
  color: #001824;
  background-color: #fcfdfd;
  border: 1px solid #d9d4d1;
}

.news-card > *:not(:last-child) {
  margin-bottom: 1rem;
}

.news-card__thumb {
  display: block;
  width: 100%;
}

.news-card__thumb img {
  width: 100%;
  aspect-ratio: 238/200;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-card__data {
  width: 100%;
}

.news-card__title {
  color: #785D31;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

.news-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.125rem;
  color: #3a2d18;
  font-family: "Montseratt", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.6;
}

.news-card__meta p {
  margin-bottom: 0;
}

.news-card__meta span {
  display: inline-block;
  color: #4E595F;
}

.news-card__meta span:after {
  display: inline-block;
  content: " ";
  white-space: pre;
}

.news-card__meta > *:not(:last-child) {
  margin-right: 1rem;
}

.news-card__meta > *:last-child:not(:first-child) {
  margin-left: auto;
}

.news-card__excerpt {
  margin-bottom: 0;
  line-height: 1.5;
}

.news-card:hover, .news-card:focus {
  color: inherit;
  border: 1px solid #bb9457;
  background-color: #f6f4f3;
}

.news-card[data-status="passed"] {
  border-color: #E04E2B;
}

.news-card[data-status="passed"] .news-card__meta > *:nth-child(3),
.news-card[data-status="passed"] .news-card__title {
  color: #E04E2B;
}

.horizontal-news-cards {
  container-name: horizontal-news-cards;
  container-type: inline-size;
}

@container horizontal-news-cards (width > 500px) {
  .news-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
  .news-card > *:not(:last-child) {
    margin-bottom: 0;
  }
  .news-card__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 248px;
            flex: 0 0 248px;
  }
  .news-card__thumb img {
    aspect-ratio: 248/148;
  }
}

@media screen and (max-width: 61.9em) {
  .news-card__meta span {
    display: block;
  }
}

.event-card {
  display: block;
  height: 100%;
  color: #001824;
  background-color: #fcfdfd;
  border: 1px solid #d9d4d1;
}

.event-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  color: #785D31;
  background-color: #f1eadd;
  background-image: url(../images/svg/calendar.svg);
  background-repeat: no-repeat;
  background-position: right top;
}

.event-card__date {
  display: block;
  margin-bottom: 0;
  font-family: "Montseratt", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-transform: uppercase;
}

.event-card__date__dm {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 0.66;
}

.event-card__date__year {
  display: block;
  font-size: 0.825rem;
  line-height: 1.33;
}

.event-card__date:not(:first-child) {
  position: relative;
  padding-left: calc(0.125rem + 1rem + 0.125rem);
}

.event-card__date:not(:first-child):before {
  content: "-";
  position: absolute;
  left: calc((0.125rem + 1rem + 0.125rem)/4);
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 0.66;
}

.event-card__data {
  padding: 1rem;
}

.event-card__title {
  color: #785D31;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.62rem;
}

.event-card__excerpt {
  line-height: 1.5;
}

.event-card:hover, .event-card:focus {
  color: inherit;
  border: 1px solid #bb9457;
  background-color: #f6f4f3;
}

.search-results {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  text-transform: none;
  font-family: "Sofia", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  line-height: 1.2;
}

.search-results span {
  display: block;
  color: #785D31;
  font-size: 2rem;
  line-height: 1;
}

.search-card {
  display: block;
  margin-bottom: 2rem;
  color: inherit;
}

.search-card__meta {
  margin-bottom: 0.25rem;
  font-size: 0.625rem;
  font-weight: 700;
  font-family: "Montseratt", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-transform: uppercase;
}

.search-card__title {
  margin-bottom: 0.625rem;
  font-size: 1rem;
}

.search-card__excerpt {
  line-height: 1.5;
  margin-bottom: 0;
}

.search-card span {
  color: #785D31;
  font-weight: 700;
}

.search-card:hover, .search-card:focus {
  color: inherit;
}

.contact-card > *:not(:last-child) {
  margin-bottom: 0.5rem;
}

.contact-card__title {
  color: #785D31;
  font-size: 1.25rem;
  line-height: 1.6;
  text-transform: none;
  font-family: "Sofia", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.contact-card__address {
  margin-bottom: 0;
  line-height: 1.25;
}

.contact-card__tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  color: inherit;
  text-decoration: underline;
}

.contact-card__tel:before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.3rem;
  background-image: url(../images/svg/tel.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.contact-card__tel:hover, .contact-card__tel:focus {
  color: #785D31;
}

.contacts-leading > *:not(:last-child) {
  margin-bottom: 0.5rem;
}

.contacts-leading *:last-child {
  margin-bottom: 0;
}

.contacts-leading p {
  font-size: 0.81rem;
  line-height: 1.33;
}

.contacts-leading__title {
  color: #785D31;
  font-size: 1rem;
  line-height: 2;
  text-transform: none;
  font-family: "Sofia", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.contacts-leading p.contacts-leading__important {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
}

.contacts-leading p.contacts-leading__important a {
  color: #001824;
  font-weight: 700;
  text-decoration: none;
}

.more-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.25rem;
  color: #432818;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: none;
}

.more-link:after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19px;
          flex: 0 0 19px;
  margin-left: 0.5rem;
  background-image: url(../images/svg/arrow-right-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
}

.more-link:hover, .more-link:focus {
  color: inherit;
}

.more-link:hover:after, .more-link:focus:after {
  margin-left: 1rem;
}

div[class*="col"]:has(> a.more-link) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.read-more {
  display: inline-block;
  color: #001824;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.read-more:hover, .read-more:focus {
  color: inherit;
}

.anticorruption-banner {
  border: 1px solid #432818;
  border-radius: 2px;
}

.anticorruption-banner__container {
  padding: 1rem;
  padding-left: calc(2rem + 3.5rem);
  background-image: url(../images/svg/hand-stop.svg);
  background-position: left 1rem center;
  background-repeat: no-repeat;
}

.anticorruption-banner__tel, .anticorruption-banner__mail {
  display: block;
  color: #3a2d18;
}

.anticorruption-banner__tel:hover, .anticorruption-banner__tel:focus, .anticorruption-banner__mail:hover, .anticorruption-banner__mail:focus {
  color: inherit;
}

.anticorruption-banner__tel {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}

.anticorruption-banner__mail {
  font-size: 1rem;
  line-height: 1;
}

.anticorruption-banner__title {
  margin-bottom: 0;
  padding: 0.5rem;
  color: #fcfdfd;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.33;
  text-align: center;
  background-color: #432818;
}

.intro-slider {
  min-height: calc(90vh - 150px);
  width: 100%;
  z-index: 1;
}

.intro-slide {
  position: absolute;
  top: 0;
  left: 0;
  min-height: calc(90vh - 150px);
  width: 100%;
}

.intro-slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 2;
}

.intro-slide__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  padding-top: calc($main-gutter*12 + (96/2)px);
  padding-bottom: 6rem;
  padding-left: 1rem;
  width: calc(var(--container-width)/2);
  height: 100%;
  color: #fcfdfd;
  z-index: 3;
}

.intro-slide__content > *:not(:last-child) {
  margin-bottom: 1rem;
}

.intro-slide__content p {
  font-size: 1.125rem;
  line-height: 1.33;
}

.intro-slide__title {
  font-family: "Sofia", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  text-transform: none;
}

.intro-slide__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}

.intro-slide__image img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  z-index: 1;
}

.carousel-mini-prev,
.carousel-mini-next {
  display: none !important;
}

.carousel-mini-nav {
  top: calc(100% - 3rem) !important;
}

.carousel-mini-nav-btn--active {
  background-color: #bb9457 !important;
}

@media screen and (max-width: 47.9em) {
  .intro-slide__content {
    width: unset;
    padding-left: unset;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}

.intro-text__span {
  display: block;
  margin-bottom: 0.62rem;
  font-weight: 700;
}

.intro-text__title {
  margin-bottom: 0;
  font-family: "Sofia", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #785D31;
  font-size: 2rem;
  font-weight: 700;
  text-transform: none;
  line-height: 1.125;
}

.intro-text__description p:last-child {
  margin-bottom: 0;
}

.intro-text__description + .read-more {
  margin-top: 0.625rem;
}

.banner-info {
  display: block;
  position: relative;
  height: 100%;
  min-height: calc(1rem*2 + 48px);
  padding: 1rem;
  padding-left: calc(1rem + 1.5rem + 0.62rem);
  color: #fcfdfd;
  background-color: #432818;
  border: 1px solid #d9d4d1;
  border-radius: 2px;
}

.banner-info:before {
  content: "";
  display: block;
  position: absolute;
  left: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/svg/info-inverted.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.banner-info__title {
  font-family: "Sofia", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 1.25rem;
  text-transform: none;
  line-height: 1.2;
  margin-bottom: 0;
}

.banner-info__title:has(.banner-info__title + p) {
  margin-bottom: 0.625rem;
}

.banner-info:hover, .banner-info:focus {
  color: #3a2d18;
  background-color: #bb9457;
  border-color: #bb9457;
}

.banner-info:hover:before, .banner-info:focus:before {
  background-image: url(../images/svg/info-brand-contrast.svg);
}

.banner-image {
  position: relative;
  display: block;
  padding: 2rem;
  width: 100%;
  height: 100%;
  min-height: 355px;
  color: #fcfdfd;
  border-radius: 2px;
}

.banner-image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(75.5%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 75.5%);
  z-index: 1;
}

.banner-image__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
  z-index: 0;
}

.banner-image__title {
  position: relative;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1;
  z-index: 1;
}

.banner-image__title:before {
  content: "";
  position: relative;
  left: -2rem;
  top: 3.5rem;
  display: block;
  width: 1rem;
  aspect-ratio: 1/3.5;
  background-color: #bb9457;
  z-index: 1;
}

.banner-image__subtitle {
  display: block;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.25;
}

.banner-image:hover, .banner-image:focus {
  color: #fcfdfd;
}

.banner-carousel {
  position: relative;
  width: 100%;
  min-height: 200px;
  overflow: hidden;
}

.banner-carousel__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner-carousel__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.banner-carousel__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  /* Adjust for 5 images per row */
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.25rem;
}

.banner-carousel__item img {
  width: 100%;
  height: 200px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 2px;
}

.banner-carousel__nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
}

.banner-carousel__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.banner-carousel__container button {
  display: block;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.banner-carousel__container button:disabled {
  opacity: 0;
}

.banner-carousel__prev {
  background-image: url(../images/svg/banner-carousel-prev.svg);
}

.banner-carousel__next {
  background-image: url(../images/svg/banner-carousel-next.svg);
}

.banner-carousel__title {
  color: #785D31;
  text-align: center;
}

.banner-carousel--medium {
  background-color: #f1eadd;
}

@media screen and (max-width: 47.9em) {
  .banner-carousel__item {
    width: 33%;
  }
}

@media screen and (max-width: 35.9em) {
  .banner-carousel__item {
    width: 50%;
  }
}

.banner-carousel--light:has(*.banner-carousel__title),
.banner-carousel--medium:has(*.banner-carousel__title) {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.social-share ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.social-share ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.social-share ul li:not(:last-child):after {
  content: "";
  position: relative;
  display: block;
  margin-left: 0.5rem;
  width: 1px;
  height: calc(2rem + 1rem);
  background-color: #E2E3E9;
}

.social-share__link {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  width: 2rem;
  height: 2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.facebook {
  background-image: url(../images/svg/share-fb.svg);
}

.instagram {
  background-image: url(../images/svg/share-insta.svg);
}

.x {
  background-image: url(../images/svg/share-x.svg);
}

.linkedin {
  background-image: url(../images/svg/share-linkedin.svg);
}

.documents-container a {
  display: -ms-grid;
  display: grid;
  gap: 0.62rem;
  -ms-grid-columns: auto auto 56px;
      grid-template-columns: auto auto 56px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 0.5rem;
  color: #785D31;
  line-height: 1.2‹5;
  border: 1px solid #d9d4d1;
}

.documents-container a:has(+ a) {
  border-bottom: 0;
}

.documents-container a span {
  margin-top: calc(32px - 1.5rem);
}

.documents-container a span:nth-child(2) {
  color: #001824;
  display: inline-block;
  margin-left: auto;
  margin-right: calc(2rem - 0.62rem);
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 1.5;
}

.documents-container a:after {
  content: attr(data-type);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 32px;
  color: #fcfdfd;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.5;
  text-transform: uppercase;
  background-color: #bb9457;
  border-radius: 2px;
}

.documents-container a:hover, .documents-container a:focus {
  background-color: #f1eadd;
}

.documents-container a[href$=".pdf"]:after {
  background-color: #B31A02;
}

.documents-container a[href$=".docx"]:after {
  background-color: #1550B2;
}

.documents-container a[href$=".xlsx"]:after {
  background-color: #1D6E43;
}

.documents-container a[href$=".pptx"]:after {
  background-color: #E96910;
}

.documents-container a[href$=".rtf"]:after {
  background-color: #4E595F;
}

.documents-container ul:not([class]) {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.documents-container ul:not([class]) li:has(+ li) > a {
  border-bottom: 0;
}

.documents-container + .page-pagination {
  margin-top: 1rem;
}

.document-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.document-upload a {
  width: 100%;
}

.document-upload .btn-delete {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
}

.documents-group {
  border-top: 1px solid #d9d4d1;
  border-bottom: 1px solid #d9d4d1;
}

.documents-group + .documents-group {
  border-top: 0;
}

.documents-group .section-title {
  margin-bottom: 0;
  padding: 1rem 0.53rem;
  color: #3a2d18;
  font-size: 1rem;
  line-height: 1.5;
  border: 1px solid #d9d4d1;
  border-top: 0;
  border-bottom: 0;
}

.documents-group a:not(:last-child) {
  border-top: 0;
  border-bottom: 0;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.documents-group a:last-child {
  border-top: 0;
  border-bottom: 0;
  padding-top: 0.125rem;
}

.documents-group:has(a:only-child) {
  border-bottom: 1px solid #d9d4d1;
}

.documents-group:first-of-type:has(a:only-child) {
  border-top: 1px solid #d9d4d1;
}

@media screen and (max-width: 47.9em) {
  .documents-container a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
  .documents-container a span {
    margin-left: unset;
  }
}

.document-nav {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.document-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;
  border-bottom: 1px solid #bb9457;
}

.document-nav__list .document-nav__item {
  border-bottom: 0;
}

.document-nav__item {
  display: inline-block;
  border: 1px solid #bb9457;
}

.document-nav__item + .document-nav__item {
  border-left: 0;
}

.document-nav__link {
  display: block;
  padding: 1rem;
  color: black;
}

.document-nav__link:hover, .document-nav__link:focus, .document-nav__link.active {
  color: #3a2d18;
  background-color: #bb9457;
}

@media screen and (max-width: 47.9em) {
  .document-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.gallery {
  width: 100%;
}

.gallery__leading {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  z-index: 1;
}

.gallery__leading img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery__navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 3;
}

.gallery__navigation button {
  -ms-flex-preferred-size: 1;
      flex-basis: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: transparent;
  background-repeat: no-repeat;
}

.gallery__navigation__prev {
  background-image: url(../images/svg/gallery-prev.svg);
  background-position: left 1rem center;
}

.gallery__navigation__next {
  background-image: url(../images/svg/gallery-next.svg);
  background-position: right 1rem center;
}

.gallery__thumbs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px;
}

.gallery__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(20% - 2px);
          flex: 0 0 calc(20% - 2px);
}

.gallery__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.gallery__thumb img.active {
  outline: 4px solid #bb9457;
  outline-offset: -4px;
}

.team-card {
  border: 1px solid #d9d4d1;
  height: 100%;
  background-color: #fcfdfd;
}

.team-card__thumb {
  width: 100%;
  height: 380px;
}

.team-card__thumb img {
  display: block;
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.team-card__title {
  color: #785D31;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.2;
}

.team-card__title span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}

.team-card__position {
  font-size: 0.825rem;
  font-family: "Montseratt", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-transform: uppercase;
  line-height: 1.66;
}

.team-card__descr {
  padding: 1rem;
  text-align: center;
}

.team-card__descr p {
  line-height: 1.25;
}

.widget-team {
  margin-top: 2rem;
}

.widget-team .widget-title {
  color: #785D31;
}

.message-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.message-list li {
  display: block;
}

.message-list li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.message-card {
  display: block;
  color: black;
  font-size: 0.75rem;
  line-height: 1.33;
  background-color: #fcfdfd;
  border: 1px solid #d9d4d1;
}

.message-card:hover, .message-card:focus {
  color: inherit;
}

.message-card__meta {
  margin-bottom: 0;
}

.message-card__header {
  padding: 1rem 1rem 0 1rem;
}

.message-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.25rem 0.25rem 1rem;
}

.message-card__title {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-family: "Sofia", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  text-transform: none;
}

.message-card__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}

.message-card__status:before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  -ms-flex: 0 0 5px;
      flex: 0 0 5px;
  background-color: #d9d4d1;
  border-radius: 50%;
}

.message-card__status:after {
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: inline-block;
  height: 1px;
  width: 100%;
  background-color: #d9d4d1;
}

.message-card__status span {
  display: block;
  min-width: 140px;
  padding: 0.5rem;
  padding-right: calc(2.5rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 0.68rem;
  font-family: "Montseratt", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  background-color: #d9d4d1;
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
}

.message-card__status--inprogress::before, .message-card__status--inprogress:after {
  background-color: #f1eadd;
}

.message-card__status--inprogress span {
  background-color: #f1eadd;
  background-image: url(../images/svg/message-inprogress.svg);
}

.message-card__status--declined::before, .message-card__status--declined:after {
  background-color: #c92a03;
}

.message-card__status--declined span {
  color: #fcfdfd;
  background-color: #c92a03;
  background-image: url(../images/svg/message-declined.svg);
}

.message-card__status--done::before, .message-card__status--done:after {
  background-color: #84d100;
}

.message-card__status--done span {
  background-color: #84d100;
  background-image: url(../images/svg/message-done.svg);
}

.timeline {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.timeline__item {
  position: relative;
  padding: 0 0 0 calc(0.5rem + 1rem + 0.5rem);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-image: url(../images/svg/dot-brand-color.svg);
  background-repeat: no-repeat;
  background-position: left 0.5rem top 1rem;
}

.timeline__item:after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #bb9457;
  left: calc(0.5rem + 0.25rem);
}

.timeline__item:after {
  top: 0;
}

.timeline__item:first-child:after {
  top: 1rem;
  height: calc(100% - 1rem);
}

.timeline__item:last-child:after {
  top: 0;
  height: calc(100% - 1rem);
}

.timeline__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  gap: 0.5rem;
}

.timeline__card p {
  margin-bottom: 0;
}

.timeline__date {
  font-weight: 800;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(30% - 0.5rem);
          flex: 0 0 calc(30% - 0.5rem);
}

.timeline__descr {
  font-size: 1rem;
  font-family: "Sofia", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 400;
  text-transform: none;
  text-align: right;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(70% - 0.5rem);
          flex: 0 0 calc(70% - 0.5rem);
  margin-bottom: 0;
}

.timeline .documents-container {
  -ms-grid-column-align: end;
      justify-self: end;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.timeline .documents-container a {
  margin-left: 30%;
  text-decoration: none;
}

.timeline .error {
  -ms-grid-column-align: end;
      justify-self: end;
  margin-left: 30%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}

@media screen and (max-width: 47.9em) {
  .timeline .documents-container a {
    margin-left: 0;
  }
}

.page-accordion {
  width: 100%;
}

.page-accordion__item {
  width: 100%;
}

.page-accordion__item + .page-accordion__item .page-accordion__title > button {
  border-top: 0;
}

.page-accordion__item:has(button[aria-expanded="true"]) + .page-accordion__item .page-accordion__title > button {
  border-top: 1px solid #bb9457;
}

.page-accordion__title {
  margin-bottom: 0;
}

.page-accordion__title button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.62rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  width: 100%;
  color: black;
  font-size: 1rem;
  line-height: 1.25;
  text-align: left;
  background-color: #f8f4ee;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #bb9457;
}

.page-accordion__title button:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}

.page-accordion__title button[aria-expanded="false"] {
  background-color: #f8f4ee;
}

.page-accordion__title button[aria-expanded="false"]:after {
  background-image: url(../images/svg/sidebar-open.svg);
}

.page-accordion__title button[aria-expanded="true"] {
  background-color: #bb9457;
}

.page-accordion__title button[aria-expanded="true"]:after {
  background-image: url(../images/svg/sidebar-open.svg);
}

.page-accordion__body {
  padding: 1rem;
}

.cookies {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.cookies .offcanvas-title {
  font-family: "Sofia", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #3a2d18;
}

.cookies.offcanvas.show {
  visibility: visible;
}

.cookies.offcanvas.show ~ .modal-backdrop.show {
  opacity: 0;
  pointer-events: none;
}

.cookies__modal .modal-dialog {
  max-width: 70vw;
}

.cookies__modal .modal-body {
  color: #001824;
}

.modal-backdrop.show {
  opacity: 0;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 2;
}

.breadcrumbs {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.breadcrumbs__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  font-family: "Montseratt", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.breadcrumbs__item a {
  display: block;
}

.breadcrumbs__item:first-of-type a {
  font-weight: 700;
  border-bottom: 1px solid #432818;
}

.breadcrumbs__item:not(:last-of-type):after {
  top: 0;
  content: "";
  display: block;
  margin-left: 0.5rem;
  margin-right: 0.25rem;
  width: 8px;
  height: 14px;
  background-image: url(../images/svg/divider.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.spacer {
  margin-bottom: 0.5rem;
}

.spacer-m {
  margin-bottom: 1rem;
}

.spacer-sm {
  margin-bottom: 0.5rem;
}

.spacer-xs {
  margin-bottom: 0.25rem;
}

.spacer-xxs {
  margin-bottom: 0.125rem;
}

.spacer-l {
  margin-bottom: 2rem;
}

.spacer-xl {
  margin-bottom: 3rem;
}

.spacer-2xl {
  margin-bottom: 4rem;
}

.title-block {
  margin-bottom: 2rem;
}

.title-block .section-title {
  margin-bottom: 1rem;
}

.title-block .more-link {
  margin-left: 0;
}

.surface-prime {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f4ee;
}

.surface-prime .section-title {
  color: #785D31;
}

.surface-secondary {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f1eadd;
}

.surface-inverted {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #fcfdfd;
  background-color: #432818;
}

.wave-section {
  background-image: url(../images/png/wave.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

:root {
  --container-width: 540px;
}

@media screen and (min-width: 48em) {
  :root {
    --container-width: 720px;
  }
}

@media screen and (min-width: 62em) {
  :root {
    --container-width: 960px;
  }
}

@media screen and (min-width: 75em) {
  :root {
    --container-width: 1140px;
  }
}

@media screen and (min-width: 87.5em) {
  :root {
    --container-width: 1320px;
  }
}

.main-nav__collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.main-nav__collapse .kzp-logo {
  display: none;
}

.main-nav .brand,
.main-nav .kzp-logo {
  z-index: 3;
}

.main-nav .kzp-logo {
  height: 70px;
  width: 64px;
  background-image: url(../images/svg/kzp-color.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.main-nav__container {
  position: relative;
  padding-right: 0;
  min-height: 96px;
  margin-left: 0;
  background-color: #f1eadd;
  margin-bottom: -46px;
  -webkit-box-shadow: 59px 41px 20px 0px rgba(67, 41, 24, 0), 38px 26px 18px 0px rgba(67, 41, 24, 0.02), 21px 15px 16px 0px rgba(67, 41, 24, 0.08), 9px 7px 12px 0px rgba(67, 41, 24, 0.13), 2px 2px 6px 0px rgba(67, 41, 24, 0.15);
          box-shadow: 59px 41px 20px 0px rgba(67, 41, 24, 0), 38px 26px 18px 0px rgba(67, 41, 24, 0.02), 21px 15px 16px 0px rgba(67, 41, 24, 0.08), 9px 7px 12px 0px rgba(67, 41, 24, 0.13), 2px 2px 6px 0px rgba(67, 41, 24, 0.15);
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.main-nav__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: auto;
}

.main-nav__link, .main-nav__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  height: 100%;
  color: #001824;
  font-family: "Montseratt", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
}

.main-nav__link:hover, .main-nav__link:focus, .main-nav__link:active, .main-nav__link.active, .main-nav__toggle:hover, .main-nav__toggle:focus, .main-nav__toggle:active, .main-nav__toggle.active {
  color: black;
  background-color: rgba(254, 252, 250, 0.5);
}

.main-nav__toggle[aria-expanded="true"] + .subnav__container {
  display: -ms-grid;
  display: grid;
}

.main-nav__toggler {
  display: none;
  width: 40px;
  height: 22px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  padding: 0.5rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}

.main-nav__toggler[aria-expanded="false"] {
  background-image: url(../images/svg/mobile-nav-open.svg);
}

.main-nav__toggler[aria-expanded="true"] {
  background-image: url(../images/svg/mobile-nav-close.svg);
}

.signal {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  position: relative;
  margin-left: auto;
}

.signal__toggle {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 96px;
  height: 100%;
  padding: 1rem;
  color: black;
  font-size: 0.68rem;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  font-family: "Montseratt", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  border: 0;
  background-color: #bb9457;
}

.signal__toggle:hover {
  color: #3a2d18;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.signal__toggle:hover:before {
  content: attr(data-text);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 96px;
  top: 0;
  right: 0;
  width: calc(var(--container-width) + 96px + (100vw - var(--container-width))/2);
  height: 97px;
  font-size: 1.5rem;
  text-align: right;
  background-color: #bb9457;
  background-image: url(../images/svg/text-box.svg);
  background-size: 46px;
  background-repeat: no-repeat;
  background-position: right 1rem center;
}

.main-nav:has(a.signal__toggle:hover) .brand__title {
  color: #3a2d18;
}

.main-nav:has(a.signal__toggle:hover) .kzp-logo {
  background-image: url(../images/svg/kzp-mono.svg);
}

.subnav__container {
  min-height: 30vh;
  display: none;
  position: absolute;
  padding-left: 200px;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 1fr;
      grid-template-rows: auto 1fr;
  background-color: #f8f4ee;
  top: 100%;
  left: 0;
  width: calc(100% - 96px);
  -webkit-box-shadow: 59px 41px 20px 0px rgba(67, 41, 24, 0), 38px 26px 18px 0px rgba(67, 41, 24, 0.02), 21px 15px 16px 0px rgba(67, 41, 24, 0.08), 9px 7px 12px 0px rgba(67, 41, 24, 0.13), 2px 2px 6px 0px rgba(67, 41, 24, 0.15);
          box-shadow: 59px 41px 20px 0px rgba(67, 41, 24, 0), 38px 26px 18px 0px rgba(67, 41, 24, 0.02), 21px 15px 16px 0px rgba(67, 41, 24, 0.08), 9px 7px 12px 0px rgba(67, 41, 24, 0.13), 2px 2px 6px 0px rgba(67, 41, 24, 0.15);
  z-index: 3;
}

.subnav__container ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.subnav__container ul.subnav__list {
  position: relative;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.subnav__container ul:not(.subnav__list) {
  position: absolute;
  left: calc(100% + 1px);
  top: 0;
  width: 100%;
  border-right: 1px solid transparent;
}

.subnav__container ul a {
  padding: 0.5rem 1rem;
}

.subnav__container ul .subnav__toggle {
  padding: 0.5rem 2rem 0.5rem 1rem;
}

.subnav__title {
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  color: #785D31;
  font-family: "Montseratt", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}

.subnav__list a, .subnav__toggle {
  display: block;
  width: 100%;
  min-height: 32px;
  padding: 0.5rem 2rem 0.5rem 0;
  width: 100%;
  color: #001824;
  font-size: 1rem;
  line-height: 1.25;
}

.subnav__list a:hover, .subnav__list a:focus, .subnav__list a.active, .subnav__toggle:hover, .subnav__toggle:focus, .subnav__toggle.active {
  color: #785D31;
}

.subnav__list a.active, .subnav__toggle.active {
  color: #3a2d18;
  background-color: #fcfdfd;
}

.subnav__list a + .subnav__list a, .subnav__toggle + .subnav__list a, .subnav__list a + .subnav__toggle, .subnav__toggle + .subnav__toggle {
  border-bottom: 0;
}

.subnav__toggle {
  border-width: 0 0 1px 0;
  border-color: transparent;
  border-style: solid;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  text-align: left;
}

.subnav__toggle[aria-expanded='false'] {
  background-image: url(../images/svg/sidebar-open.svg);
}

.subnav__toggle[aria-expanded='false'] + ul {
  display: none;
}

.subnav__toggle[aria-expanded='true'] {
  background-image: url(../images/svg/sidebar-close.svg);
  border-color: #d9d4d1;
}

.subnav__toggle[aria-expanded='true'] + ul {
  display: block;
}

@media screen and (min-width: 62em) {
  .main-nav__container {
    margin-right: calc((100vw - var(--container-width))/2);
  }
  .kzp-logo {
    margin-left: 2rem;
  }
  .subnav__container {
    min-height: calc(8rem + 9*36px + 1rem);
  }
  .subnav__container ul:not(.subnav__list) li {
    border-left: 1px solid #d9d4d1;
  }
  .subnav__container ul:not(.subnav__list) li ul li {
    border-left: 1px solid transparent;
  }
  .subnav__container ul:not(.subnav__list):has(li > button.subnav__toggle[aria-expanded="true"]) {
    border-right: 1px solid #d9d4d1;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1300px) {
  .main-nav__toggle, .main-nav__link {
    padding: 0.5rem;
    font-size: 0.675rem;
    white-space: nowrap;
  }
}

@media screen and (min-width: 992px) and (max-width: 1100px) {
  .main-nav__toggle, .main-nav__link {
    padding: 0.5rem;
    font-size: 0.6rem;
    text-align: left;
  }
}

@media screen and (max-width: 61.9em) {
  .main-nav .brand {
    min-height: 75px;
  }
  .main-nav .brand__title {
    width: 150px;
  }
  .main-nav .brand__rb {
    font-size: 0.625rem;
  }
  .main-nav .brand__name {
    font-size: 0.68rem;
  }
  .main-nav .brand:before {
    width: 41px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41px;
            flex: 0 0 41px;
    background-size: contain;
  }
  .main-nav .brand + .kzp-logo {
    display: none;
  }
  .main-nav__container {
    min-height: 75px;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0.625rem;
  }
  .main-nav__collapse {
    width: 100%;
  }
  .main-nav__collapse .kzp-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .main-nav__toggler {
    display: block;
    margin-right: 100px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .main-nav__toggle[aria-expanded="false"] + .subnav__container {
    display: none;
  }
  .main-nav__toggle[aria-expanded="true"] + .subnav__container {
    display: block;
  }
  .main-nav__list {
    display: block;
  }
  .main-nav__link, .main-nav__toggle {
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    font-family: "Sofia", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-transform: none;
  }
  .main-nav__toggle {
    padding-right: 32px;
    background-position: right center;
    background-repeat: no-repeat;
  }
  .main-nav__toggle[aria-expanded='false'] {
    background-image: url(../images/svg/sidebar-open.svg);
  }
  .main-nav__toggle[aria-expanded='true'] {
    background-image: url(../images/svg/sidebar-close.svg);
    border-color: #d9d4d1;
    background-color: #bb9457;
  }
  .main-nav .signal {
    position: absolute;
    top: 0;
    right: 0;
  }
  .main-nav .signal__toggle {
    width: 75px;
    height: 75px;
    padding: 0.5rem;
    font-size: 0.625rem;
    z-index: 3;
  }
  .main-nav .signal__toggle:hover:before, .main-nav .signal__toggle:focus:before {
    display: none;
  }
  .subnav__container {
    position: unset;
    width: 100%;
    min-height: unset;
    padding-left: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
  }
  .subnav__container ul:not(.subnav__list) {
    position: unset;
  }
  .subnav__container ul:has(button.subnav__toggle[aria-expanded="true"]) {
    border-color: transparent;
  }
  .subnav__container a {
    color: #785D31;
  }
  .subnav__title {
    display: none;
  }
  .subnav__toggle {
    padding-right: 32px;
    background-position: right center;
    background-repeat: no-repeat;
    border-color: transparent;
  }
  .subnav__toggle[aria-expanded='false'] {
    background-image: url(../images/svg/sidebar-open.svg);
  }
  .subnav__toggle[aria-expanded='true'] {
    color: #3a2d18;
    background-image: url(../images/svg/sidebar-close.svg);
    border-color: #d9d4d1;
    background-color: #bb9457;
  }
  .main-nav__collapse {
    height: calc(100vh - 130px);
    padding-bottom: 3rem;
    overflow-y: auto;
  }
  .navbar {
    padding-bottom: 0;
  }
}

body:has(button.main-nav__toggler[aria-expanded="true"]) {
  overflow: hidden;
}

.page-main {
  padding-top: calc(3rem + 45px);
  padding-bottom: 4rem;
}

.page-header {
  margin-bottom: 3rem;
}

.page-header .page-title {
  margin-bottom: 3rem;
}

.page-header .page-figure__image {
  height: 431px;
  overflow: hidden;
}

.page-header .page-figure__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.breadcrumbs + .page-title {
  margin-top: 0.5rem;
}

.page-title + p[class*="col"] {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.44;
}

.page-pagination + .page-listing {
  margin-top: 0.625rem;
}

.page-listing:has(+ .page-pagination) {
  margin-bottom: 0.625rem;
}

.page-figure {
  display: block;
  width: 100%;
}

.page-figure:has(~ p) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.page-figure__image {
  width: 100%;
  aspect-ratio: 3/2;
  position: relative;
}

.page-figure__credentials {
  position: absolute;
  bottom: 0;
  left: 1rem;
  color: #fcfdfd;
  font-size: 0.75rem;
  line-height: 1.33;
}

.page-figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.page-figure figcaption {
  margin-top: 0.625rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.33;
  border-bottom: 1px solid #bb9457;
}

.page-figure--leading .page-figure__image {
  aspect-ratio: 4/2.6;
}

.page-figure--leading .page-figure__image img {
  -o-object-position: top;
     object-position: top;
}

.page-footer {
  margin-top: 3rem;
}

.page-meta__title {
  font-size: 0.625rem;
  line-height: 1.6;
}

.page-meta__title:has(+ p) {
  margin-bottom: 0.25rem;
}

.page-meta__data {
  margin-bottom: 0;
  color: #3a2d18;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Montseratt", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  line-height: 1;
  text-transform: uppercase;
}

.page-meta__data--small {
  font-size: 1rem;
}

.page-widget .widget-title {
  margin-top: 0.62rem;
  margin-bottom: 0.62rem;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
}

.page-widget .widget-title:has(+ *) {
  margin-bottom: 1rem;
}

.page-widget + .page-widget {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.page-note {
  padding: 1rem;
  border: 1px solid #8e7e74;
  background-color: #fcfdfd;
}

.page-note .widget-title {
  color: #785D31;
}

.page-group .section-title {
  margin-bottom: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  text-transform: none;
  color: #785D31;
}

.page-group:has(+ .page-group) {
  margin-bottom: 4rem;
}

.video-widget iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.page-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  padding-left: 3vw;
  width: 100%;
}

.page-sidebar:has(nav.sidebar-nav) {
  position: unset;
}

.page-sidebar .section-title {
  color: #785D31;
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}

.page-sidebar .widget-block + .widget-block {
  margin-top: 2rem;
}

.page-sidebar .widget-title {
  color: #785D31;
  font-size: 0.625rem;
  font-weight: 700;
  font-family: "Montseratt", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.page-sidebar .page-meta:has(~ .event-meta) {
  margin-bottom: 0.5rem;
}

.page-sidebar .event-meta {
  margin-bottom: 0;
  font-family: "Montseratt", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  line-height: 1;
}

@media screen and (max-width: 61.9em) {
  .page-sidebar {
    margin-top: 3rem;
    padding-left: unset;
  }
}

.sidebar-menu__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.sidebar-menu__list li .sidebar-menu__link {
  border-bottom: 0;
}

.sidebar-menu__list li[class*="spacer"] {
  border-bottom: 1px solid #bb9457;
}

.sidebar-menu__list li:last-child .sidebar-menu__link {
  border-bottom: 1px solid #bb9457;
}

.sidebar-menu__list .hasToggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 1;
      flex-basis: 1;
  border: 1px solid #bb9457;
  border-bottom: 0;
}

.sidebar-menu__list .hasToggle a {
  width: 100%;
  border: 0;
}

.sidebar-menu__list .hasToggle:hover a,
.sidebar-menu__list .hasToggle:hover button, .sidebar-menu__list .hasToggle:focus a,
.sidebar-menu__list .hasToggle:focus button {
  background-color: #f1eadd;
}

.sidebar-menu__list .hasToggle:has(button[aria-expanded='true']) a,
.sidebar-menu__list .hasToggle:has(button[aria-expanded='true']) button {
  background-color: #bb9457;
}

.sidebar-menu__list li:last-child .hasToggle {
  border-bottom: 1px solid #bb9457;
}

.sidebar-menu__list .hasToggle:has(a.active) {
  background-color: #bb9457;
}

.sidebar-menu__list .hasToggle:has(a.active) > * {
  color: #3a2d18;
  font-weight: 700;
}

.sidebar-menu__nav a, .sidebar-menu__link, .sidebar-menu__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 32px;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.25;
}

.sidebar-menu__nav a:hover, .sidebar-menu__nav a:focus, .sidebar-menu__link:hover, .sidebar-menu__link:focus, .sidebar-menu__toggle:hover, .sidebar-menu__toggle:focus {
  color: black;
  font-weight: 400;
  background-color: #f1eadd;
}

.sidebar-menu__nav a.active, .sidebar-menu__link.active, .sidebar-menu__toggle.active {
  color: #3a2d18;
  background-color: #bb9457;
  font-weight: 700;
}

.sidebar-menu__nav a + .sidebar-menu__nav a, .sidebar-menu__link + .sidebar-menu__nav a, .sidebar-menu__toggle + .sidebar-menu__nav a, .sidebar-menu__nav a + .sidebar-menu__link, .sidebar-menu__link + .sidebar-menu__link, .sidebar-menu__toggle + .sidebar-menu__link, .sidebar-menu__nav a + .sidebar-menu__toggle, .sidebar-menu__link + .sidebar-menu__toggle, .sidebar-menu__toggle + .sidebar-menu__toggle {
  border-bottom: 0;
}

.sidebar-menu__toggle {
  width: 2.5rem;
  border-color: transparent;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  text-align: left;
}

.sidebar-menu__toggle[aria-expanded='false'] {
  background-color: transparent;
  background-image: url(../images/svg/sidebar-open.svg);
}

.sidebar-menu__toggle[aria-expanded='true'] {
  background-color: #bb9457;
  background-image: url(../images/svg/sidebar-close.svg);
}

.sidebar-menu__link {
  color: black;
  border: 1px solid #bb9457;
}

.sidebar-menu__item:has(ul) .hasToggle:has(button[aria-expanded='true']) + ul {
  position: relative;
  display: block;
  z-index: 1;
}

.sidebar-menu__item:has(ul) ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: none;
  border: 1px solid #bb9457;
  border-bottom: 0;
}

.sidebar-menu__item:has(ul) ul li {
  border-bottom: 0;
}

.sidebar-menu__item:has(ul) ul li a,
.sidebar-menu__item:has(ul) ul li button {
  color: #785D31;
  padding: 0.5rem 1rem;
}

.sidebar-menu__item:has(ul) ul li:has(ul) > button[aria-expanded='true'] + ul {
  display: block;
}

.sidebar-menu__item:has(ul) ul ul {
  border: none;
}

.sidebar-menu__item:has(ul) ul a.active {
  background-color: #f1eadd;
}

.hasToggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.profile {
  margin-top: 3rem;
}

@media screen and (min-width: 62em) {
  .profile-nav {
    margin-right: 5vw;
  }
}

.top-nav {
  margin-left: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.top-nav__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.top-nav__list li {
  display: inline-block;
  font-family: "Montseratt", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: black;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 2;
  text-transform: uppercase;
}

.top-nav__list li:not(:last-child) {
  margin-right: 2rem;
}

.top-nav__title {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 1rem;
  font-size: 0.75rem;
  font-family: "Montseratt", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.top-nav__link, .top-nav__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  color: inherit;
}

.top-nav__link:hover, .top-nav__link:focus, .top-nav__btn:hover, .top-nav__btn:focus {
  color: #785D31;
}

.top-nav__link[target="_blank"]:after, .top-nav__btn[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 19px;
  background-image: url(../images/svg/outside-link.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.phone {
  padding-left: 28px;
  color: #785D31;
  background-image: url(../images/svg/phone-ringing.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

.phone + .phone {
  margin-left: 1rem;
}

.login:after {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url(../images/svg/login.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.search-toggle {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/svg/search.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.search-toggle[aria-expanded="false"] + .top-search {
  display: none;
}

.search-toggle[aria-expanded="true"] + .top-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-search {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999;
}

.top-search__form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.62rem;
  padding-right: 1rem;
  margin-bottom: calc(100vh/2 - 33vh);
  min-width: 300px;
  width: 70vh;
  max-width: 600px;
  background-color: white;
  border-radius: 32px;
}

.top-search__input {
  padding: 1rem 0.5rem 1rem 1.5rem;
  line-height: 1;
  color: black;
  border-color: transparent;
  border-radius: 32px 0 0 32px;
}

.top-search__input::-webkit-input-placeholder {
  color: black;
  font-size: 1rem;
}

.top-search__input:-ms-input-placeholder {
  color: black;
  font-size: 1rem;
}

.top-search__input::-ms-input-placeholder {
  color: black;
  font-size: 1rem;
}

.top-search__input::placeholder {
  color: black;
  font-size: 1rem;
}

.top-search__submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0;
  font-size: 0.75rem;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 fit-content;
          flex: 0 0 fit-content;
  color: #4E595F;
}

.top-search__submit:after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/svg/arrow-right-black.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px;
}

.top-search__close {
  position: absolute;
  top: 0.25rem;
  right: calc((100vw - var(--container-width))/2);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-image: url(../images/svg/close.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.form-control,
button {
  font-family: "Sofia", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

@media screen and (max-width: 61.9em) {
  .top-nav p,
  .top-nav span {
    display: none;
  }
  .top-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-nav__list li:not(:last-child) {
    margin-right: 0.5rem;
  }
  .top-nav__list li:has(button.search-toggle) {
    margin-left: auto;
  }
  .top-nav__list li:has([target="_blank"]) {
    font-size: 0.685rem;
  }
  .top-nav__list li:has(.exit, .login) {
    font-size: 0;
  }
  .top-nav .login::after {
    width: 2rem;
    height: 1.625rem;
    background-size: 1.4rem;
  }
  .top-nav .exit {
    line-height: 1;
  }
  .top-nav .exit:after {
    content: "";
    width: 2rem;
    height: 1.625rem;
    background-image: url(../images/svg/exit.svg);
    background-size: 1.3rem;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media screen and (max-width: 47.9em) {
  .top-search__form {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .top-search__close {
    right: 1rem;
    top: 1rem;
  }
}

.footer .footer-title {
  color: #3a2d18;
}

.footer__top {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bb9457;
}

.footer__middle {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #bb9457;
}

.footer__bottom {
  background-color: #432818;
  color: #fcfdfd;
  padding: 0.5rem;
}

.footer__bottom div[class*="col"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__bottom ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

.footer__bottom ul li {
  display: inline-block;
}

.footer__bottom ul a {
  color: inherit;
  font-size: 0.75rem;
}

.footer__middle, .footer__top {
  color: #001824;
}

.footer__column > * {
  margin-top: 0.5rem;
}

.footer__column > *:not(:last-child) {
  margin-bottom: 0.5rem;
}

.footer__column > *:first-child.anticorruption-banner {
  margin-top: 0;
}

.footer-title {
  min-height: calc(1rem + 1rem + 1rem);
}

.footer-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.footer-list a:not([class]) {
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: #001824;
  font-size: 1rem;
  line-height: 1.25;
}

.credentials {
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1.33;
}

@media screen and (max-width: 47.9em) {
  .footer__bottom ul {
    display: inline;
  }
}

.page-error .page-title span {
  display: block;
  font-size: 14rem;
}

.sitemap {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.sitemap ul {
  list-style: none;
  padding-left: 1rem;
}

.sitemap li {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.sitemap__title {
  margin-bottom: 0.25rem;
}

.sitemap__title a {
  color: #785D31;
  font-size: 1rem;
  line-height: 1;
}

.sitemap__link {
  color: #001824;
  font-weight: 700;
  line-height: 1.25;
}

.sitemap a:hover, .sitemap a:focus {
  color: #785D31;
}
/*# sourceMappingURL=main.css.map */