
/* ---------- Color Module Styles ----------- */
/**
 * @file
 * Overall specifications for Bartik.
 */


a,
a.link {
  text-decoration: none;
  border-bottom: 1px dotted;
}
a:hover,
a:active,
a:focus,
.link:hover,
.link:active,
.link:focus {
  text-decoration: none;
  border-bottom-style: solid;
}
.link {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 a,
h2 a {
  border-bottom: none;
}

/**
 * Reusable heading classes are included to help modules change the styling of
 * headings on a page without affecting accessibility.
 */
h1,
.heading-a {
  margin: 1em 0 0.5em;
  color: #000;
  font-size: 1.357em;
  font-weight: inherit;
}
h2,
.heading-b {
  margin: 1em 0 0.5em;
  font-size: 1.143em;
  font-weight: inherit;
}
h3,
.heading-c {
  margin: 1em 0 0.5em;
  font-size: 1.092em;
  font-weight: inherit;
}
h4,
.heading-d {
  margin: 1em 0 0.5em;
  font-size: 1.05em;
  font-weight: inherit;
}
h5,
.heading-e {
  margin: 1em 0 0.5em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.889em;
  font-weight: inherit;
}
h6,
.heading-f {
  margin: 1em 0 0.5em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.67em;
  font-weight: inherit;
}
p {
  margin: 0 0 1.2em;
}
del {
  text-decoration: line-through;
}

blockquote {
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  border-left: 1px solid #bbb; /* LTR */
  background: #f7f7f7;
  font-style: italic;
}
[dir="rtl"] blockquote {
  border-right: 1px solid #bbb;
  border-left: none;
}
blockquote:before {
  margin-right: 0.2em; /* LTR */
  content: "\201C";
  vertical-align: -0.4em;
  color: #bbb;
  font-size: 3em;
  line-height: 0.1em;
}
[dir="rtl"] blockquote:before {
  margin-right: 0;
  margin-left: 0.2em;
  content: "\201D";
}
blockquote:after {
  content: "\201D";
  vertical-align: -0.45em;
  color: #bbb;
  font-size: 3em;
  line-height: 0.1em;
}
[dir="rtl"] blockquote:after {
  content: "\201C";
}
blockquote > p:first-child {
  display: inline;
}
.feed-icon {
  display: block;
  margin: 25px 0 0 0;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
ol {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}
[dir="rtl"] ul,
[dir="rtl"] ol {
  padding: 0 1em 0.25em 0;
}
ol ol,
ul ul {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}
[dir="rtl"] ol ol,
[dir="rtl"] ul ul {
  padding: 0 1em 0.25em 0;
}


#page,
#main-wrapper,
.region-primary-menu .menu-item a.is-active,
.region-primary-menu .menu-item--active-trail a {
  background: #fff;
}
.tabs ul.primary li a.is-active {
  background-color: #fff;
}
.tabs ul.primary li.is-active a {
  border-bottom-color: #fff;
  background-color: #fff;
}
#header {
  background-color: #1d84c3;
  background-image: -webkit-linear-gradient(top, #055a8e 0%, #1d84c3 100%);
  background-image: linear-gradient(to bottom, #055a8e 0%, #1d84c3 100%);
}
a,
.link {
  color: #0071b3;
}
a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #055a8e;
}
a:active,
.link:active {
  color: #23aeff;
}
.sidebar .block {
  border-color: #f9f9f9;
  background-color: #f6f6f2;
}
.site-footer {
  background: #292929;
}
.region-header,
.region-header a,
.region-header li a.is-active,
.region-header .site-branding__text,
.region-header .site-branding,
.region-header .site-branding__text a,
.region-header .site-branding a,
.region-secondary-menu .menu-item a,
.region-secondary-menu .menu-item a.is-active {
  color: #fffeff;
}

/* ---------- Color Form ----------- */

[dir="rtl"] .color-form .color-palette {
  margin-right: 20px;
  margin-left: 0;
}
[dir="rtl"] .color-form .form-item label {
  float: right;
}
[dir="rtl"] .color-form .color-palette .lock {
  right: -20px;
  left: 0;
}

/**
 * @file
 * Visual styles for Bartik's main-content component.
 */

.main-content .section {
  padding: 0 15px;
}
.main-content h2 {
  margin-bottom: 2px;
  font-size: 1.429em;
  line-height: 1.4;
}

@media all and (min-width: 851px) {
  .page-node-type-investors-relations .main-content {
    position: relative;
    float: left; /* LTR */
    width: 75%;
  }
  [dir="rtl"] .main-content {
    float: right;
  }
  .layout-two-sidebars .main-content {
    width: 50%;
    margin-right: 25%;
    margin-left: 25%;
  }
  .layout-one-sidebar .main-content {
    width: 75%;
  }
  .layout-no-sidebars .main-content {
    width: 100%;
  }
  .page-node-type-investors-relations  .main-content {
    margin-right: 0; /* LTR */
    margin-left: 25%; /* LTR */
  }
  [dir="rtl"] .page-node-type-investors-relations  .main-content {
    margin-right: 25%;
    margin-left: 0;
  }
  .layout-sidebar-second .main-content {
    margin-right: 25%; /* LTR */
    margin-left: 0; /* LTR */
  }
  [dir="rtl"] .layout-sidebar-second .main-content {
    margin-right: 0;
    margin-left: 25%;
  }
}

/**
 * @file
 * Bartik layout styling.
 */

/**
 * Container
 */
.layout-container {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}

@media all and (min-width: 851px) {
  .layout-container {
    max-width: 1290px;
  }
}

/**
 * Main
 */
.layout-main-wrapper {
  min-height: 300px;
}
.layout-main {
  margin-top: 20px;
  margin-bottom: 40px;
}

/* ------------------ Sidebar ----------------- */

@media all and (min-width: 560px) {
  .sidebar {
    position: relative;
    float: left; /* LTR */
    width: 50%;
  }
  [dir="rtl"] .sidebar {
    float: right;
  }
  .layout-one-sidebar .sidebar {
    width: 100%;
  }
}

@media all and (min-width: 851px) {
  .layout-one-sidebar .sidebar {
    width: 25%;
  }
  #sidebar-first {
    width: 25%;
    margin-left: -100%; /* LTR */
  }
  [dir="rtl"] #sidebar-first {
    margin-right: -100%;
    margin-left: 0;
  }
  #sidebar-second {
    clear: none;
    width: 25%;
    margin-left: -25%; /* LTR */
  }
  [dir="rtl"] #sidebar-second {
    margin-right: -25%;
    margin-left: 0;
  }
}

.sidebar .section {
  padding: 10px 15px 0;
}
.sidebar .block {
  margin: 0 0 20px;
  padding: 15px 20px;
  border-width: 1px;
  border-style: solid;
}
.sidebar h2 {
  margin: 0 0 0.5em;
  padding-bottom: 5px;
  border-bottom: 1px solid #d6d6d6;
  text-shadow: 0 1px 0 #fff;
  font-size: 1.071em;
  line-height: 1.2;
}
.sidebar .block .content {
  font-size: 0.914em;
  line-height: 1.4;
}
.sidebar tbody {
  border: none;
}
.sidebar tr.even,
.sidebar tr.odd {
  border-bottom: 1px solid #d6d6d6;
  background: none;
}
/**
 * @file
 * Visual styles for Bartik's forms.
 */

/* Password field. */
.password-field {
  margin: 0;
}

/* Form elements. */
form {
  margin: 0;
  padding: 0;
}
/**
 * Prevent regression due to explicit line-height applied to these elements in
 * normalize.css 7.0.0.
 */
button {
  line-height: 1.21875rem;
}
input {
  line-height: normal;
}
select {
  line-height: 1.5;
}
/**
 * 1. Prevent regression due to fieldset styling that was removed in
 *    normalize.css 6.0.0.
 */
fieldset {
  min-width: 0;
  margin: 1em 0;
  padding: 0.35em 0.625em 0.75em; /* 1 */
  border: 1px solid #c0c0c0; /* 1 */
}
details,
fieldset,
.filter-wrapper {
  border-radius: 4px;
}
.filter-wrapper {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.filter-help a {
  font-size: 0.857em;
}
.filter-wrapper .form-item label {
  margin-right: 10px; /* LTR */
}
[dir="rtl"] .filter-wrapper .form-item label {
  margin-right: 0;
  margin-left: 10px;
}
summary {
  color: #3b3b3b;
  background: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
}
details summary a {
  color: #3b3b3b;
}
details summary a:hover,
details summary a:active,
details summary a:focus {
  color: #000;
}
details .details-description {
  font-style: italic;
}
label {
  display: table;
  font-weight: bold;
}
label[for] {
  cursor: pointer;
}
input,
textarea,
select {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}
input {
  box-sizing: border-box;
  /* Keep form elements from overflowing their containers. */
  max-width: 100%;
  margin: 2px 0;
  padding: 4px;
}
input,
textarea {
  font-size: 0.929em;
}

/**
 * Prevent regression due to -webkit-appearance being set to button and
 * font-family being set to inherit normalize.css 4.1.0.
 */
::-webkit-file-upload-button {
  -webkit-appearance: push-button;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

/**
 * Make the font slightly bigger in mobile
 * @todo: check the correct font-size
 */
@media screen and (max-width: 60em) { /* 920px */
  input,
  textarea {
    font-size: 16px;
  }
}
textarea {
  line-height: 1.5;
}
textarea.form-textarea {
  padding: 4px;
}
input.form-text,
input.form-tel,
input.form-email,
input.form-url,
input.form-search,
input.form-file,
input.form-number,
input.form-color,
textarea.form-textarea {
  color: #3b3b3b;
  border: 1px solid #ccc;
}
input.form-submit:hover,
input.form-submit:focus {
  background: #dedede;
}
.password-suggestions ul li {
  margin-left: 1.2em; /* LTR */
}
[dir="rtl"] .password-suggestions ul li {
  margin-right: 1.2em;
  margin-left: 0;
}
.form-item label,
.form-wrapper .label {
  font-size: 0.929em;
}
.form-wrapper .field-multiple-table .label {
  font-size: inherit;
}
.form-type-radio label,
.form-type-checkbox label {
  margin-left: 4px; /* LTR */
}
[dir="rtl"] .form-type-radio label,
[dir="rtl"] .form-type-checkbox label {
  margin-right: 4px;
  margin-left: 0;
}
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2px; /* LTR */
}
[dir="rtl"] .form-type-radio .description,
[dir="rtl"] .form-type-checkbox .description {
  margin-right: 2px;
  margin-left: 0;
}
.form-actions {
  padding-top: 10px;
}

/* Node Form */
#edit-body {
  margin-bottom: 2em;
}
.node-form label,
.node-form .description,
.node-form .form-wrapper .label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.node-form .form-wrapper .field-multiple-table .label {
  font-family: inherit;
}
.node-form .form-wrapper {
  margin-bottom: 2em;
}
.node-form .entity-content-form-footer,
.node-form .field--name-status {
  margin-bottom: 0;
}
.node-form .form-actions {
  margin-top: 0;
  padding-top: 0;
}

/* Contact Form */
.contact-form #edit-name {
  width: 75%;
  border-radius: 4px;
}
.contact-form #edit-mail {
  width: 75%;
  border-radius: 4px;
}
.contact-form #edit-subject {
  width: 75%;
  border-radius: 4px;
}
.contact-form #edit-message {
  width: 76.3%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* Disabled form elements */
.form-disabled input,
.form-disabled select,
.form-disabled textarea {
  color: #717171;
  border-color: #bbb;
  background: #ededed;
}
.form-disabled label {
  color: #717171;
}

/* Comment form */
.comment-form label {
  float: left; /* LTR */
  width: 120px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.929em;
}
[dir="rtl"] .comment-form label {
  float: right;
}
.comment-form input,
.comment-form .form-select {
  margin: 0;
  border-radius: 4px;
}
.comment-form .form-type-textarea label {
  float: none;
}
.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select {
  overflow: hidden;
  margin-bottom: 10px;
}
.comment-form .form-type-checkbox,
.comment-form .form-radios {
  margin-left: 120px; /* LTR */
}
[dir="rtl"] .comment-form .form-type-checkbox,
[dir="rtl"] .comment-form .form-radios,
[dir="rtl"] .comment-form .form-item .description {
  margin-right: 120px;
  margin-left: 0;
}
.comment-form .form-type-checkbox label,
.comment-form .form-radios label {
  float: none;
  margin-top: 0;
}
.comment-form input.form-file {
  width: auto;
}
.layout-no-sidebars .comment-form .form-text {
  width: 800px;
}
.layout-one-sidebar .comment-form .form-text {
  width: 500px;
}
.layout-two-sidebars .comment-form .form-text {
  width: 320px;
}
.comment-form .form-item .description {
  margin-left: 120px; /* LTR */
  font-size: 0.786em;
  line-height: 1.2;
}
.comment-form .form-textarea {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.comment-form details.filter-wrapper .details-wrapper,
.comment-form .text-format-wrapper .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.filter-wrapper label {
  float: none;
  width: auto;
}
.filter-wrapper .form-select {
  min-width: 120px;
}
.comment-form details.filter-wrapper .tips {
  font-size: 0.786em;
}
#comment-body-add-more-wrapper .form-type-textarea label {
  margin-bottom: 0.4em;
}
#edit-actions input {
  margin-right: 0.6em; /* LTR */
}
[dir="rtl"] #edit-actions input {
  margin-right: 0;
  margin-left: 0.6em;
}

/* Form error styles. */
.form-item textarea.error + .cke {
  border: 2px solid red;
}

.form-item textarea.error + .ck-editor > .ck-editor__main {
  border: 2px solid red;
}

/* Form error message styles. */
.form-item--error-message {
  color: #e32700;
}

/**
 * Improve form element usability on narrow devices.
 */
@media all and (max-width: 600px) {
  .form-actions .button {
    display: block;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 0;
    padding-bottom: 6px;
  }

  .js .dropbutton .dropbutton-action > input,
  .js .dropbutton .dropbutton-action > a,
  .js .dropbutton .dropbutton-action > button {
    padding-left: 3em;
    text-align: center;
  }
}

@media (max-width: 850px) { 
    #sidebar-first,
	#sidebar-second {
		display: none;
	}
}

/**
 * @file
 * Visual styles for form components.
 */

form .field-multiple-table {
  margin: 0;
}
form .field-multiple-table .field-multiple-drag {
  width: 30px;
  padding-right: 0; /* LTR */
}
[dir="rtl"] form .field-multiple-table .field-multiple-drag {
  padding-left: 0;
}
form .field-multiple-table .field-multiple-drag .tabledrag-handle {
  padding-right: 0.5em; /* LTR */
}
[dir="rtl"] form .field-multiple-table .field-multiple-drag .tabledrag-handle {
  padding-right: 0;
  padding-left: 0.5em;
}
form .field-add-more-submit {
  margin: 0.5em 0 0;
}

/**
 * Markup generated by Form API.
 */
.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  font-size: 0.85em;
}
label.option {
  display: inline;
  font-weight: normal;
}
.form-composite > legend,
.label {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: bold;
}
.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em; /* LTR */
}
[dir="rtl"] .form-type-radio .description,
[dir="rtl"] .form-type-checkbox .description {
  margin-right: 2.4em;
  margin-left: 0;
}
.marker {
  color: #e00;
}
.form-required:after {
  display: inline-block;
  margin: 0 0.3em;
  content: "";
  vertical-align: super;
  /* Use a background image to prevent screen readers from announcing the text. */
  background-image: url(../../../../../misc/icons/ee0000/required.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px;
  content: "*";
  color: #e32700;
}
abbr.tabledrag-changed,
abbr.ajax-changed {
  border-bottom: none;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red;
}

/* Inline error messages. */
.form-item--error-message:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  vertical-align: sub;
  background: url(images/error.svg) no-repeat;
  background-size: contain;
}

/**
 * @file
 * Styles for Bartik's buttons.
 */

.button {
  display: inline-block;
  padding: 0.25em 1.063em;
  cursor: pointer;
  text-align: center;
  color: #3a3a3a;
  border: 1px solid #e4e4e4;
  border-right-color: #d2d2d2;
  border-bottom-color: #b4b4b4;
  border-left-color: #d2d2d2;
  border-radius: 1em;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e8e8e8);
  background-image: linear-gradient(to bottom, #f3f3f3, #e8e8e8);
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 0.929em;
  font-weight: normal;
  line-height: normal;
}
.button:hover,
.button:active,
.button:focus {
  text-decoration: none;
  color: #5a5a5a;
  background: #dedede;
}
.button.is-disabled:hover,
.button.is-disabled:active,
.button.is-disabled:focus,
.button.is-disabled {
  cursor: default;
  color: #717171;
  border-color: #bbb;
  background: #ededed;
}
.breadcrumb {
    display: none;
}

/**
 * @file
 * Styles for system messages.
 */

.messages {
  padding: 15px 20px 15px 35px; /* LTR */
  word-wrap: break-word;
  border: 1px solid;
  border-width: 1px 1px 1px 0;  /* LTR */
  border-radius: 2px;
  background: no-repeat 10px 17px;  /* LTR */
  overflow-wrap: break-word;
}
[dir="rtl"] .messages {
  padding-right: 35px;
  padding-left: 20px;
  text-align: right;
  border-width: 1px 0 1px 1px;
  background-position: right 10px top 17px;
}
.messages + .messages {
  margin-top: 1.538em;
}
.messages__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.messages__item + .messages__item {
  margin-top: 0.769em;
}
/* See .color-success in Seven's colors.css */
.messages--status {
  color: #325e1c;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;  /* LTR */
  background-color: #f3faef;
  background-image: url(../../../../../misc/icons/73b355/check.svg);
  box-shadow: -8px 0 0 #77b259; /* LTR */
}
[dir="rtl"] .messages--status {
  margin-left: 0;
  border-color: #c9e1bd transparent #c9e1bd #c9e1bd;
  box-shadow: 8px 0 0 #77b259;
}
/* See .color-warning in Seven's colors.css */
.messages--warning {
  color: #734c00;
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;  /* LTR */
  background-color: #fdf8ed;
  background-image: url(../../../../../misc/icons/e29700/warning.svg);
  box-shadow: -8px 0 0 #e09600; /* LTR */
}
[dir="rtl"] .messages--warning {
  border-color: #f4daa6 transparent #f4daa6 #f4daa6;
  box-shadow: 8px 0 0 #e09600;
}
/* See .color-error in Seven's colors.css */
.messages--error {
  color: #a51b00;
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent;  /* LTR */
  background-color: #fcf4f2;
  background-image: url(../../../../../misc/icons/e32700/error.svg);
  box-shadow: -8px 0 0 #e62600; /* LTR */
}
[dir="rtl"] .messages--error {
  border-color: #f9c9bf transparent #f9c9bf #f9c9bf;
  box-shadow: 8px 0 0 #e62600;
}
.messages--error p.error {
  color: #a51b00;
}
.messages__wrapper {
  padding: 0 0 0 8px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
[dir="rtl"] .messages__wrapper {
  padding: 0 8px 0 0;
}
.messages:first-child {
  margin-top: 28px;
}
.messages:last-child {
  margin-bottom: 13px;
}

.page-node-type-thank-you- h1, .path-webform h1 {
  font-size: 36px;
  color: #0a2950;
  padding-bottom: 3.3rem;
  line-height: 1em;
}



/* =====================================================
   Whistleblowing Page Design
   Target: body.page-node-type-whistleblowing
===================================================== */

body.page-node-type-whistleblowing {
  background: #ecedf0;
}

body.page-node-type-whistleblowing #page, 
body.page-node-type-whistleblowing #main-wrapper {
  background: transparent;
}

body.page-node-type-whistleblowing .section {
  padding: 0;
}

body.page-node-type-whistleblowing .container {
  padding: 0;
}
@media (max-width: 767px) {
  body.page-node-type-whistleblowing .container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

body.page-node-type-whistleblowing .layout-main {
  margin-bottom: 0;
}

body.page-node-type-whistleblowing .breadcrumb-wrapper {
  color: #6b798f;
  padding: 20px 0;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  body.page-node-type-whistleblowing .navbar__breadcrumbs {
    display: flex;
    align-items: center;
  }
}

body.page-node-type-whistleblowing .navbar__breadcrumb {
  padding: 0 1rem;
  color: #a5aec3;
  border-right: solid 1px #a5aec3;
}
@media (max-width: 767px) {
  body.page-node-type-whistleblowing .navbar__breadcrumb {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: fit-content;
  }
}

body.page-node-type-whistleblowing .navbar__breadcrumb:first-child {
  padding-left: 0;
}

body.page-node-type-whistleblowing .navbar__breadcrumb.active {
  color: #0a2950;
  border-right: none;
}

body.page-node-type-whistleblowing .block-page-title-block h1 {
  margin-top: 20px;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: .5px;
  margin-bottom: 28px;
  color: #0a2950;
  display: none;
}

/* body.page-node-type-whistleblowing .block-page-title-block h1:after {
  content: '';
  width: 18%;
  height: 2px;
  display: block;
  margin: auto;
  margin-top: 8px;
  background-color: #dc0613;
} */

body.page-node-type-whistleblowing .whistleblower__content h2 {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: .5px;
  margin-bottom: 28px;
  color: #0a2950;
}
@media (max-width: 767px) {
  body.page-node-type-whistleblowing .whistleblower__content h2 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}

body.page-node-type-whistleblowing .whistleblower__content p {
  font-size: 17px;
  font-weight: 500;
  line-height: 16px;
  color: #000;
}
@media (max-width: 767px) {
  body.page-node-type-whistleblowing .whistleblower__content p {
    font-size: 15px;
  }
}

body.page-node-type-whistleblowing .whistleblower__content ul {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  max-width: 80%;
  gap: 20px;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 991px) {
  body.page-node-type-whistleblowing .whistleblower__content ul {
    max-width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
@media (max-width: 767px) {
  body.page-node-type-whistleblowing .whistleblower__content ul {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

body.page-node-type-whistleblowing .whistleblower__content ul li {
  color: #000;
  list-style: none;
  padding-inline-start: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: auto 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  border-inline-start: 3px solid #0a2950;
}

body.page-node-type-whistleblowing .whistleblower__bottom {
  background-color: #ffffff;
  margin-top: 5rem;
  padding: 5rem 0;
  position: relative;
}

body.page-node-type-whistleblowing .whistleblower__bottom::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #ffffff;
  z-index: -1;
}

body.page-node-type-whistleblowing .whistleblower__bottom .whistleblower__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 100px;
}
@media (max-width: 991px) {
  body.page-node-type-whistleblowing .whistleblower__bottom .whistleblower__inner {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  body.page-node-type-whistleblowing .whistleblower__bottom .whistleblower__inner {
    gap: 26px;
  }
}

body.page-node-type-whistleblowing .whistleblower__bottom .whistleblower__left {
  max-width: 400px;
}
@media (max-width: 991px) {
  body.page-node-type-whistleblowing .whistleblower__bottom .whistleblower__left {
    max-width: 100%;
  }
}

body.page-node-type-whistleblowing .whistleblower__bottom .whistleblower__left .container {
  padding: 0;
}

body.page-node-type-whistleblowing .whistleblower__bottom .whistleblower__left h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 60px;
  color: #0a2950;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  body.page-node-type-whistleblowing .whistleblower__bottom .whistleblower__left h2 {
    font-size: 26px;
    margin-bottom: 30px;
    line-height: normal;
  }
}

body.page-node-type-whistleblowing .whistleblower__bottom .whistleblower__left .whistleblower__link {
  color: #0a2950;
  display: flex;
  align-items: flex-start;
}

body.page-node-type-whistleblowing .whistleblower__bottom .whistleblower__left .whistleblower__link-icon {
  height: 36px;
  width: 36px;
  margin-inline-end: 13px;
}

body.page-node-type-whistleblowing .whistleblower__bottom .whistleblower__left .whistleblower__link-content {
  display: flex;
  flex-direction: column;
}

body.page-node-type-whistleblowing .whistleblower__bottom .whistleblower__left .whistleblower__link-text {
  margin-block-start: 6px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .5px;
  display: block;
  color: #000;
}

body.page-node-type-whistleblowing .whistleblower__bottom .whistleblower__left .whistleblower__link-number {
  color: #0a2950;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1px;
}

body.page-node-type-whistleblowing .whistleblower__bottom .whistleblower__right .js-form-item {
  position: relative;
  --bs-gutter-x: 0;
}

body.page-node-type-whistleblowing .whistleblower__bottom .whistleblower__right label {
  color: #808082;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  position: absolute;
  inset-block-start: 10px;
  inset-inline-start: 20px;
}

body.page-node-type-whistleblowing .whistleblower__bottom .whistleblower__right .form-select {
  border-radius: 12px;
  border: 1px solid #cfcfcf;
  padding: 33px 20px 14px;
  width: 100%;
  color: #808082;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  background-color: transparent;
  appearance: auto;
}

body.page-node-type-whistleblowing .whistleblower__bottom .whistleblower__right .js-form-item textarea {
  border-radius: 12px;
  border: 1px solid #cfcfcf;
  padding: 33px 20px 14px;
  width: 100%;
  color: #808082;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  resize: none;
}

body.page-node-type-whistleblowing .whistleblower__bottom .whistleblower__right .js-form-item input {
  border-radius: 12px;
  border: 1px solid #cfcfcf;
  padding: 33px 20px 14px;
  width: 100%;
  color: #808082;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
}

body.page-node-type-whistleblowing .whistleblower__bottom .whistleblower__right #edit-contact-consent--wrapper-legend {
  margin-bottom: 10px;
}

body.page-node-type-whistleblowing .whistleblower__bottom .whistleblower__right .js-webform-radios {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

body.page-node-type-whistleblowing .whistleblower__bottom .whistleblower__right .js-webform-radios .form-item {
  display: flex;
  align-items: center;
  /* gap: 20px; */
  margin: 0;
}

body.page-node-type-whistleblowing .whistleblower__bottom .whistleblower__right .js-webform-radios label {
  position: inherit;
  inset-block-start: 0;
  inset-inline-start: 0;
}

body.page-node-type-whistleblowing .whistleblower__bottom .whistleblower__right #edit-attachment--description {
  margin-top: 10px;
  display: none;
}

body.page-node-type-whistleblowing .whistleblower__bottom .whistleblower__right .js-form-type-checkbox {
  margin-top: 10px;
    display: flex;
    gap: 10px;
    height: 37px;
    align-items: center;
}

body.page-node-type-whistleblowing .whistleblower__bottom .whistleblower__right .js-form-type-checkbox input {
  /* width: auto; */
  height: 20px;
  width: 20px;
  min-width: 20px;
}

body.page-node-type-whistleblowing .whistleblower__bottom .whistleblower__right .js-form-type-checkbox label {
  position: inherit;
  inset-block-start: 0;
  inset-inline-start: 0;
  font-size: 14px;
  font-weight: 400;
  color: #808082;
}

html:lang(ar) body.page-node-type-whistleblowing .navbar__breadcrumb {
  border-left: solid 1px #a5aec3;
  border-right: none;
}

html:lang(ar) body.page-node-type-whistleblowing .navbar__breadcrumb:first-child {
  padding-right: 0;
  padding-left: 1rem;
}

html:lang(ar) body.page-node-type-whistleblowing .navbar__breadcrumb.active {
  border-left: none;
}