@charset "UTF-8";
/* HTML and Body
---------------------------------------- */
body {
  width: 100%;
  height: auto;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-text);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* Regions
---------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

summary {
  display: list-item;
  cursor: pointer;
}

details {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid var(--border);
}

template,
[hidden] {
  display: none;
}

/* Typography
---------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  color: var(--color-heading);
  line-height: 1.7;
  margin: 0;
}

h1 {
  font-size: 1.8rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 1.1rem;
}

p {
  margin: 0 0 1.2rem 0;
}

b,
strong {
  font-weight: bolder;
}

dfn,
cite {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

small {
  font-size: 80%;
}

big {
  font-size: 125%;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: var(--primary);
}

a:active,
a:focus {
  text-decoration: none;
  border: 0;
  outline: 0;
}

a:hover {
  color: var(--secondary);
}

/* Typography-> code tags */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1rem;
}

kbd,
samp {
  display: inline-block;
  margin: 0;
  padding: 0 5px;
}

pre {
  overflow: auto;
  margin: 1rem 0;
  padding: 1rem;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

tt,
var {
  font-family: monospace, monospace;
  font-style: italic;
}

mark {
  background: var(--primary);
}

acronym[title], abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

abbr,
acronym {
  cursor: help;
}

/* Media
---------------------------------------- */
audio,
canvas,
progress,
video {
  vertical-align: baseline;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img,
a img {
  max-width: 100% !important;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-style: none;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
  border: 0;
}

.align-left {
  margin: 0 1rem 0 0;
}

.align-right {
  margin: 0 0 0 1rem;
}

.align-center {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

figcaption {
  padding: 4px;
  font-size: 0.8rem;
  text-align: center;
}

.image-field {
  margin: 0 0 1rem 0;
}

/* Form
---------------------------------------- */
form {
  margin-bottom: 1rem;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.7;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

.button {
  display: inline-block;
}

.button,
button,
[type=button],
[type=reset],
[type=submit] {
  position: relative;
  cursor: pointer;
  border: 0;
  padding: 8px 10px;
  line-height: 1.7;
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 0;
}

button[disabled],
html input[disabled] {
  cursor: not-allowed;
  opacity: 0.7;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

input {
  line-height: normal;
}

input,
textarea {
  max-width: 100%;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
  padding: 10px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  outline: 0;
}

textarea {
  width: 100%;
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
  cursor: pointer;
  box-sizing: border-box;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

[type=file] {
  cursor: pointer;
}

fieldset {
  margin: 0 0 20px 0;
  padding: 1rem;
}

fieldset > :last-child {
  margin-bottom: 0;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

optgroup {
  font-weight: bold;
}

select {
  padding: 6px;
  cursor: pointer;
}

label[for] {
  cursor: pointer;
}

/* Form */
.form-item {
  margin-bottom: 1rem;
}

.form-required:after {
  content: "*";
  display: inline-block;
  padding-left: 4px;
  color: red;
}

.form-item label {
  display: block;
}

label.option {
  display: inline;
  font-weight: normal;
}

::-webkit-input-placeholder {
  color: var(--border);
}

:-moz-placeholder {
  color: var(--border);
}

::-moz-placeholder {
  color: var(--border);
  opacity: 1;
}

:-ms-input-placeholder {
  color: var(--border);
}

.field--name-body input[type=text],
.field--name-body input[type=email],
.field--name-body input[type=url],
.field--name-body input[type=password],
.field--name-body input[type=search],
.field--name-body textarea {
  display: block;
  margin-bottom: 0.8rem;
}

/* Common HTML Elements
---------------------------------------- */
hr {
  background-color: var(--border);
  clear: both;
  width: 100%;
  max-width: 100%;
  height: 2px;
  border: 0;
  box-sizing: content-box;
  overflow: visible;
}

address {
  margin: 0 0 1rem 0;
  font-style: italic;
}

/* Definition Lists */
dt {
  font-weight: 700;
}

dd {
  margin: 0 0 1.2rem 0;
}

blockquote {
  position: relative;
  background-color: var(--light);
  margin: 1rem 0;
  padding: 1rem;
}

blockquote > :last-child {
  margin-bottom: 0;
}

/* List
---------------------------------------- */
ul,
ol {
  margin: 0;
  padding: 0 0 0.25rem 1rem;
}

[dir=rtl] ul,
[dir=rtl] ol {
  padding: 0 1rem 0.25rem 0;
}

ol ol,
ul ul {
  margin: 0;
  padding: 0 0 0.25rem 1rem;
}

[dir=rtl] ol ol,
[dir=rtl] ul ul {
  padding: 0 1rem 0.25rem 0;
}

ul {
  list-style: disc;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

[dir=rtl] ul,
[dir=rtl] ol {
  padding: 0 1rem 0.25rem 0;
}

li {
  padding: 4px 0;
}

/* Table
---------------------------------------- */
table {
  width: 100%;
  margin-bottom: 1.2rem;
  border-spacing: 0;
  border-collapse: collapse;
}

th,
tr,
td {
  vertical-align: middle;
}

th {
  margin: 0;
  padding: 5px;
  text-align: left;
}

td {
  padding: 5px;
}

/* Default box sizing.
---------------------------------------- */
*,
:after,
:before {
  box-sizing: border-box;
}

*:after,
*::after,
*:before,
*::before {
  box-sizing: border-box;
}

/*
* Layout
*/
.container {
  position: relative;
  width: 100%;
  max-width: 575px;
  margin: 0 auto;
  padding: 0 10px;
}

/* Layout -> Main wrapper (Main + Sidebar) */
.main-wrapper {
  position: relative;
  display: block;
  padding: 2rem 0;
}

.main-container {
  position: relative;
  display: flex;
  flex-direction: column;
}

#main {
  order: 1;
}

#sidebar-left {
  order: 2;
  padding: 0;
  padding: 1rem 0 0 0;
}

#sidebar-right {
  order: 3;
  padding: 0;
  padding: 1rem 0 0 0;
}

/* sidebar + main */
.no-sidebar #main,
.sidebar-left #main,
.sidebar-right #main,
.two-sidebar #main {
  flex: 1 1 100%;
  width: 100%;
  margin: 0 0 2em 0;
}

.no-sidebar #main {
  margin: 0;
}

#front-main {
  flex: 1 1 100%;
  width: 100%;
  margin: 0;
}

/**
 * @file
 * Visual styles for fields.
 */
[dir] .field:not(:last-child) {
  margin-bottom: 36px;
}

.field__label {
  font-weight: bold;
}

.field--label-inline .field__label,
.field--label-inline .field__items {
  float: left; /* LTR */
}

.field--label-inline .field__label,
.field--label-inline > .field__item,
.field--label-inline .field__items {
  padding-right: 0.5rem;
}

[dir=rtl] .field--label-inline .field__label,
[dir=rtl] .field--label-inline .field__items {
  padding-right: 0;
  padding-left: 0.5rem;
}

.field--label-inline .field__label::after {
  content: ":";
}

/* Common for all blocks */
.block,
.block-title,
.block-content {
  position: relative;
}

/* Header -> Header top */
.header-top {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0.5rem 0;
}

.header-top-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.header-top-block p:last-child {
  margin: 0;
}

.header-top-left {
  margin-bottom: 1rem;
}

/* Header -> Header main */
.header {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.header-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Header -> Site branding */
.site-branding {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 1rem;
}

.site-logo {
  padding-right: 5px;
}

.site-name-slogan {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.site-name,
.site-slogan {
  line-height: 1.1;
}

/* Header -> header search form */
.full-page-search {
  position: relative;
  margin: 0;
  padding: 0;
}

.search-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 1rem;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
}

.search-icon img {
  height: 24px;
  width: auto;
}

.search-icon i,
.mobile-menu i {
  line-height: 24px;
}

.search-box {
  position: fixed;
  background-color: var(--light);
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 50px 0;
  z-index: 50;
  transform: translate(0, -100%);
  transition: transform 0.5s;
}

.search-box.open {
  transform: translate(0, 0);
}

.search-box-content {
  position: relative;
  z-index: 60;
  text-align: center;
}

.header-search-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #000000;
  border-radius: 50%;
  cursor: pointer;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}

.search-box-content .block {
  width: 100%;
  margin: 0;
}

.search-box-content .block-title,
.search-box-content form label {
  display: none;
  color: #000000;
}

.search-box-content input[type=search] {
  width: 100%;
  margin: 2rem 0;
  font-size: 20px;
  background: url("../images/icons/search.svg") top right no-repeat;
  background-size: contain;
  border: 0;
  border-bottom: 2px solid var(--border);
  border-radius: 0;
  outline: 0;
}

.search-box-content input[type=submit] {
  display: none;
}

/* Header -> Page Header */
.page-header {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 2rem 0 1rem 0;
}

.region-page-header {
  position: relative;
  display: flex;
  flex-direction: column;
}

/* Header -> Page Header-> breadcrumb */
.breadcrumb {
  position: relative;
  width: 100%;
}

ol.breadcrumb-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol.breadcrumb-items li {
  display: inline-block;
  padding: 0;
}

.breadcrumb-item span {
  margin: 0 10px;
}

/* Highlighted Block Region */
.highlighted {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.region-highlighted {
  display: flex;
  flex-direction: column;
}

.highlighted .block {
  position: relative;
  margin: 0;
  padding: 1em 0;
}

.highlighted p:last-child {
  margin: 0;
}

/* Search result page
--------------------------------------*/
.page-content input[type=search] {
  width: 80%;
}

ol.search-results {
  margin: 1em 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

ol.search-results li {
  margin: 0 0 1em 0;
  padding: 1rem;
  background: var(--light);
}

.search-advanced summary {
  margin: 10px 0;
  cursor: pointer;
}

.search-advanced .form-details-wrapper {
  padding: 0.5em 1.4em;
  border: 1px solid var(--border);
}

.search-advanced .form-wrapper {
  padding: 0.5em 1.4em;
  border: 1px solid var(--border);
}

#comments {
  position: relative;
  margin: 0;
}

.comments-title i,
.add-comment-title i {
  font-size: 1em;
}

/* Comment -> comment form */
.comment-form-wrap {
  position: relative;
  margin: 2rem 0 1rem 0;
}

.add-comment-title {
  margin: 0;
}

.comment-form label {
  display: block;
}

/* Comments -> single comment */
.comment {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: var(--light);
}

.comment-header {
  position: relative;
  display: flex;
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid var(--border);
}

.comment-user-picture {
  position: relative;
  text-align: center;
  align-self: center;
}

.comment-user-picture img {
  max-width: 100px;
  height: auto;
}

.comment-user-picture .image-field {
  margin: 0;
}

.comment-meta {
  padding: 0 1rem;
}

h3.comment-title {
  font-size: 1.2rem;
  margin: 0.1rem 0;
}

.comment-body {
  position: relative;
  width: 100%;
  flex: 1 1;
}

#comments .indented {
  margin-left: 3rem;
}

.comment-body .links {
  display: flex;
  gap: 1rem;
}

.comment-body .links a {
  padding: 4px 12px;
  border: 2px solid var(--border);
  border-radius: 4px;
}

.comment-body .links a:hover {
  background-color: #ffffff;
}

/* Sidebar
--------------------------------*/
.sidebar {
  position: relative;
  width: 100%;
  margin: 0;
}

.sidebar .block {
  padding: 1rem;
  margin-bottom: 2rem;
}

.sidebar ul,
.sidebar ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.sidebar ul {
  list-style: none;
}

.sidebar li {
  padding: 6px 0;
  border-bottom: 1px solid var(--border);
}

/* Sidebr -> Form */
.sidebar input[type=text],
.sidebar input[type=email],
.sidebar input[type=url],
.sidebar input[type=password],
.sidebar input[type=search],
.sidebar textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid var(--border);
}

/*
 * Sliding sidebar
 */
.sliding-sidebar-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 36px;
  height: 28px;
  cursor: pointer;
}

.sliding-sidebar {
  position: relative;
  visibility: hidden;
  z-index: 110;
  transition: visibility 0s 0.4s;
}

.sliding-sidebar.animated-panel-is-visible {
  visibility: visible;
  transition: visibility 0s 0s;
}

.sliding-sidebar-container {
  position: fixed;
  top: 0;
  width: 90%;
  max-width: 360px;
  height: 100%;
  padding: 16px 20px;
  overflow-x: auto;
  transition: transform 0.4s 0s;
}

.animated-panel-from-right .sliding-sidebar-container {
  right: 0;
  transform: translate(100%, 0);
}

.animated-panel-from-left .sliding-sidebar-container {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}

.animated-panel-is-visible .sliding-sidebar-container {
  transition-delay: 0s;
  transform: translate(0, 0);
}

.close-sliding-sidebar {
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 120;
}

.sliding-sidebar-container .block {
  padding: 0 0 1.6em 0;
}

.sliding-sidebar-container h2 {
  font-size: 1.6em;
}

/* Footer */
.footer {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.footer ul {
  list-style: none;
  padding: 0;
}

/* Footer -> Footer Top */
.footer-top-container {
  position: relative;
  padding: 1rem 0;
}

/* Footer -> 4 Column blocks */
.footer-blocks-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0;
  gap: 2rem;
}

.footer-block {
  flex: 1 1 250px;
}

/* Footer -> Footer Bottom */
.footer-bottom-blocks-container {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
  gap: 2rem;
}

.footer-bottom-block {
  flex: 1;
}

.footer-bottom-container {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
  gap: 2rem;
}

.footer-bottom-container p:last-child {
  margin: 0;
}

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

.footer-bottom-last-menu li {
  display: inline-block;
  padding-left: 1rem;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

/* Admin Toolbar */
button.toolbar-item,
button.toolbar-icon {
  background: none;
}

/* Drupal system message */
.message,
.message-success,
.message-info,
.message-error,
.message-warning,
.message-announcement,
.message-notice {
  position: relative;
  margin: 1rem 0;
  padding: 1rem 1rem 1rem 4rem;
  color: #ffffff;
}

.message a,
.message-success a,
.message-info a,
.message-error a,
.message-warning a,
.message-announcement a,
.message-notice a {
  color: #ffffff;
  text-decoration: underline;
}

.message p:last-child,
.message-success p:last-child,
.message-info p:last-child,
.message-error p:last-child,
.message-warning p:last-child,
.message-announcement p:last-child,
.message-notice p:last-child {
  margin: 0;
}

.message em,
.message-success em,
.message-info em,
.message-error em,
.message-warning em,
.message-announcement em,
.message-notice em {
  font-style: italic;
}

.message-status,
.message-success {
  background: #89ad32;
}

.message-status::before,
.message-success::before {
  content: url(../images/icons/message/success.svg);
  background: #759625;
}

.message-error {
  background: #c94d1c;
}

.message-error::before {
  content: url(../images/icons/message/error.svg);
  background-color: #b3461b;
}

.message-warning {
  background: #cd5a0a;
}

.message-warning::before {
  content: url(../images/icons/message/warning.svg);
  background-color: #a44707;
}

.message-info {
  background-color: #5a82a1;
}

.message-info::before {
  content: url(../images/icons/message/info.svg);
  background-color: #3e6584;
}

.message-announcement {
  background-color: #46c280;
}

.message-announcement::before {
  content: url(../images/icons/message/announcement.svg);
  background-color: #34a268;
}

.message-notice {
  background-color: #afa82e;
}

.message-notice::before {
  content: url(../images/icons/message/notice.svg);
  background-color: #9b941b;
}

.message::before,
.message-success::before,
.message-error::before,
.message-warning::before,
.message-info::before,
.message-announcement::before,
.message-notice::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.6rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}

/* Main -> Admin Tabs */
ul.page-tabs {
  margin: 0 0 0.6rem 0;
  padding: 0;
  list-style: none;
  display: flex;
  border-bottom: 2px solid var(--primary);
}

.page-tabs li {
  display: inline-flex;
  padding: 0;
}

.page-tabs li a {
  background-color: var(--dark);
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-right: 2px solid var(--border);
}

/* Node submitted details */
.node-submitted-details {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.node-submitted-details {
  flex: 1 1 auto;
}

/* Entity reference */
.node-taxonomy-container, .node-links-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 1rem 0;
}

h3.term-title {
  margin: 0;
  font-size: 1.2em;
  line-height: 1;
}

ul.taxonomy-terms {
  margin: 1em 0 0.2em 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

li.taxonomy-term {
  position: relative;
  display: inline-block;
}

li.taxonomy-term:not(:last-child) {
  margin-right: 1rem;
}

/* Node Links */
.node-links-container ul.links {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.node-links-container .links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* Inline Links */
ul.inline,
ul.links.inline {
  padding-left: 0;
}

ul.inline li {
  position: relative;
  display: inline-block;
  padding: 0 10px 0 0;
  list-style-type: none;
}

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

/* Pager */
.pager {
  position: relative;
}

.pager ul.pager-items {
  position: relative;
  margin: 0;
  padding: 1rem 0;
  list-style: none;
  list-style-type: none;
}

.pager-items {
  clear: both;
  text-align: center;
}

.pager-item {
  display: inline-block;
  padding: 12px 0;
}

.pager-item a {
  padding: 8px 14px;
  color: #fff;
  background: var(--dark);
}

.pager-item a:hover,
.pager-item-active a {
  background: var(--primary);
  color: #ffffff;
}

/* Close buttons */
.close {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-color: var(--dark);
  color: var(--primary);
  border: 2px solid var(--primary);
  border-radius: 50%;
  pointer-events: auto;
  flex-grow: 0;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  line-height: 1;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* vertical Tabs */
.vertical-tabs__panes {
  padding: 1rem;
}

/* components -> Social icons */
.social-icons {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons li {
  display: inline-block;
}

/* components -> Scroll To Top. */
.scrolltop {
  position: fixed;
  display: none;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  z-index: 20;
  cursor: pointer;
  text-align: center;
  padding: 4px;
  justify-content: center;
  align-items: center;
}

#comments {
  position: relative;
  margin: 0;
}

.comments-title i,
.add-comment-title i {
  font-size: 1em;
}

/* Comment -> comment form */
.comment-form-wrap {
  position: relative;
  margin: 2rem 0 1rem 0;
}

.add-comment-title {
  margin: 0;
}

.comment-form label {
  display: block;
}

/* Comments -> single comment */
.comment {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: var(--light);
}

.comment-header {
  position: relative;
  display: flex;
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid var(--border);
}

.comment-user-picture {
  position: relative;
  text-align: center;
  align-self: center;
}

.comment-user-picture img {
  max-width: 100px;
  height: auto;
}

.comment-user-picture .image-field {
  margin: 0;
}

.comment-meta {
  padding: 0 1rem;
}

h3.comment-title {
  font-size: 1.2rem;
  margin: 0.1rem 0;
}

.comment-body {
  position: relative;
  width: 100%;
  flex: 1 1;
}

#comments .indented {
  margin-left: 3rem;
}

.comment-body .links {
  display: flex;
  gap: 1rem;
}

.comment-body .links a {
  padding: 4px 12px;
  border: 2px solid var(--border);
  border-radius: 4px;
}

.comment-body .links a:hover {
  background-color: #ffffff;
}

/* Mobile and desktop display
================================= */
.view-in-mobile {
  display: block;
}

.view-in-desktop {
  display: none;
}

/* section
================================= */
.section {
  position: relative;
  display: block;
  width: 100%;
  padding: 3rem 0;
}

.section-small {
  position: relative;
  display: block;
  width: 100%;
  padding: 1rem 0;
}

/* Color and background
================================= */
.disabled {
  opacity: 0.3;
}

.primary {
  color: var(--primary);
}

.secondary {
  color: var(--secondary);
}

.dark {
  color: var(--dark);
}

.light {
  color: var(--light);
}

.white {
  color: #ffffff;
}

.black {
  color: #000000;
}

/* Background */
.bg-theme-color,
.bg-primary {
  background-color: var(--primary);
}

.bg-secondary,
.bg-theme-color-two {
  background-color: var(--secondary);
}

.bg-dark {
  background-color: var(--dark);
}

.bg-light {
  background-color: var(--light);
}

.bg-black {
  background-color: #000000;
}

.bg-white {
  background-color: #ffffff;
}

/* Content and Text Alignment
================================= */
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.center {
  display: block;
  margin: 0 auto;
}

/* Inline content
================================= */
.inline {
  display: inline-block;
}

.inline:not(:last-child) {
  padding-right: 1rem;
}

/* Direction
================================= */
.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}

/* Font Size
================================= */
.font-small {
  font-size: 0.75rem;
}

.font-medium {
  font-size: 1.25rem;
}

.font-large {
  font-size: 1.5rem;
}

.font-2x {
  font-size: 2rem;
}

.font-3x {
  font-size: 2.5rem;
}

.font-4x {
  font-size: 3rem;
}

.font-5x {
  font-size: 4rem;
}

.font-6x {
  font-size: 5rem;
}

.font-7x {
  font-size: 6rem;
}

.font-8x {
  font-size: 7rem;
}

/* Font Icon Size
================================= */
.size-xs {
  font-size: 0.5em;
}

.size-small {
  font-size: 0.75em;
}

.size-medium {
  font-size: 1.25em;
}

.size-large {
  font-size: 1.5em;
}

.size-2x {
  font-size: 2em;
}

.size-3x {
  font-size: 3em;
}

.size-4x {
  font-size: 4em;
}

.size-5x {
  font-size: 5em;
}

.size-6x {
  font-size: 6em;
}

.size-7x {
  font-size: 7em;
}

.size-8x {
  font-size: 8em;
}

.size-9x {
  font-size: 9em;
}

.size-10x {
  font-size: 10em;
}

/* image icons size
================================= */
.icon-s {
  max-height: 1rem;
}

.icon-m {
  max-height: 1.5rem;
}

.icon-l {
  max-height: 2rem;
}

.icon-xl {
  max-height: 3rem;
}

.icon-x2 {
  max-height: 4rem;
}

.icon-x3 {
  max-height: 5rem;
}

.icon-x4 {
  max-height: 6rem;
}

.icon-x5 {
  max-height: 7rem;
}

.icon-x6 {
  max-height: 8rem;
}

.icon-x7 {
  max-height: 9rem;
}

.icon-x8 {
  max-height: 10rem;
}

/* Content width
================================= */
.width30,
.width40,
.width50,
.width60,
.width70,
.width80,
.width90 {
  width: 100%;
  clear: both;
  display: block;
}

/* Empty width and height
================================= */
.w20px {
  display: inline-block;
  width: 20px;
}

.w30px {
  display: inline-block;
  width: 30px;
}

.w40px {
  display: inline-block;
  width: 40px;
}

.w50px {
  display: inline-block;
  width: 50px;
}

.w70px {
  display: inline-block;
  width: 70px;
}

.w100px {
  display: inline-block;
  width: 100px;
}

.empty,
.spacer,
.spacer-x2,
.spacer-x3 {
  width: 100%;
  min-height: 1px;
  display: flex;
  flex-direction: column;
}

.empty,
.spacer {
  padding: 1rem 0;
}

.spacer-x2 {
  padding: 2rem 0;
}

.spacer-x3 {
  padding: 3rem 0;
}

/* Responsive Columns
================================= */
.items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
  grid-gap: 1rem;
  gap: 1rem;
}

.items:not(:last-child) {
  margin-bottom: 1rem;
}

.columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* Create Equal width columns with no gap */
.column {
  flex: 1 1 250px;
  margin: 0;
  padding: 0;
}

/* flex-items width */
.w10,
.w20,
.w30,
.w40,
.w50,
.w60,
.w70,
.w80,
.w90 {
  flex-basis: 100%;
}

/* Flex - Common for all
================================= */
.space-between {
  justify-content: space-between;
}

.v-center {
  align-items: center;
}

.h-center {
  justify-content: center;
}

.vh-center {
  justify-content: center;
  align-items: center;
}

.test-region {
  width: 100%;
  height: 300px;
  background-color: #fdcb6e;
}

.grid-container {
  display: grid;
  grid-auto-flow: column;
}

.flex-container {
  display: flex;
}

.test-item {
  width: 100px;
  height: 100px;
}

.one {
  background-color: #2ecc71;
  align-self: start;
}

.two {
  background-color: #8e44ad;
  align-self: center;
}

.three {
  background-color: #2c3e50;
  align-self: end;
}

.four {
  background-color: #c0392b;
}

/* Shortcodes - Box
================================= */
.content-box {
  padding: 1rem;
}

.content-box2 {
  padding: 2rem;
}

.content-box3 {
  padding: 3rem;
}

.box, .box-dark, .box-primary, .box-secondary {
  position: relative;
  display: block;
  padding: 1rem;
  margin-bottom: 1rem;
}

.box p:last-child, .box-dark p:last-child, .box-primary p:last-child, .box-secondary p:last-child {
  margin: 0;
}

.box-primary {
  background-color: var(--primary);
}

.box-secondary {
  background-color: var(--secondary);
}

.box-dark {
  background-color: var(--dark);
  color: #ffffff;
}

.box-title {
  background-color: var(--dark);
  color: #ffffff;
  padding: 2px 10px;
}

/* Progress Bar
================================= */
.progress {
  display: flex;
  background-color: var(--secondary);
  color: var(--primary);
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}

.progress:not(:last-child) {
  margin-bottom: 1rem;
}

/* Tag
================================= */
.tags:not(:last-child) {
  margin-bottom: 1.2rem;
}

.tag {
  position: relative;
  display: inline-block;
  background: var(--dark);
  color: #ffffff;
  padding: 0.4em 0.8em;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.tag:not(:last-child) {
  margin-right: 1.2em;
}

.tag::before {
  content: "#";
  color: var(--primary);
  margin-right: 6px;
}

.tag::after {
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  content: "";
  background: var(--dark);
  height: 100%;
  width: 1em;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.tag a,
a.tag {
  color: #ffffff;
}

.tag a:hover,
a.tag:hover {
  color: var(--primary);
}

/* Card
================================= */
.cards:not(:last-child) {
  margin-bottom: 1rem;
}

.card-content {
  padding: 1rem;
}

/* Modal
================================= */
.model-button {
  cursor: pointer;
}

.model-content {
  display: none;
}

.model-active {
  position: fixed;
  display: block;
  background: var(--light);
  padding: 1rem;
  top: 50%;
  left: 10px;
  right: 10px;
  max-height: calc(100vh - 60px);
  transform: translateY(-50%);
  box-shadow: 0 0 8px 2px var(--dark);
  z-index: 99;
  overflow: auto;
}

.model-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--dark);
  border: 2px solid var(--primary);
  color: var(--primary);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}

/* Accordion and Toggle
================================= */
.accordion-title,
.toggle-title {
  position: relative;
  padding: 10px 1rem;
  cursor: pointer;
}

.accordion-title::after,
.toggle-title::after {
  position: absolute;
  content: "+";
  right: 1rem;
}

.accordion-title:not(:first-child),
.toggle-title:not(:first-child) {
  margin-top: 1rem;
}

.active-accordion::after,
.active-toggle::after {
  content: "-";
}

.accordion-content,
.toggle-content {
  padding: 1rem;
}

/* Tab
================================= */
.tabs, .v-tabs {
  position: relative;
  display: flex;
  flex-direction: column;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
}

.tabs:not(:last-child) {
  margin-bottom: 1rem;
}

.tab-nav {
  display: flex;
  justify-content: flex-start;
  padding: 0;
}

.tab-nav li {
  display: block;
  margin-right: 2px;
  padding: 0;
}

.tab-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--border);
  border-bottom-color: transparent;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
  border-radius: 4px 4px 0 0;
}

.tabs-content {
  border: 1px solid var(--border);
}

.tab-content {
  display: none;
  padding: 1rem;
}

.active-tab-content {
  display: block;
}

/* Vertical tabs */
.v-tabs {
  flex-direction: row;
}

.v-tabs .tab-nav {
  flex-direction: column;
}

.v-tabs .tab-nav a {
  border-right-color: transparent;
  border-bottom: 1px solid var(--border);
}

.v-tabs .tabs-content {
  flex-grow: 1;
  margin-left: -2px;
}

.sliding-titles {
  position: relative;
}

.sliding-titles li {
  display: none;
}

.sliding-titles li.active-title {
  display: block;
}

/* Divider
================================= */
.line,
.line-double,
.line-dash,
.line-dot {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 1rem 0;
  height: 10px;
}

.line {
  height: 1px;
  border-top: 2px solid var(--border);
}

.line-double {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.line-dash {
  border-top: 1px dashed var(--border);
  border-bottom: 1px dashed var(--border);
}

.line-dot {
  border-top: 2px dotted var(--border);
  border-bottom: 2px dotted var(--border);
}

.divider-zigzag,
.divider-slash,
.divider-square,
.divider-curve {
  position: relative;
  display: flex;
  background-color: var(--primary);
  width: 100%;
  max-width: 100%;
  margin: 2rem 0;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
}

.divider-zigzag {
  min-height: 20px;
  -webkit-mask-image: url(../images/icons/divider-zigzag.svg);
  mask-image: url(../images/icons/divider-zigzag.svg);
  -webkit-mask-size: 26px 100%;
  mask-size: 26px 100%;
}

.divider-curve {
  min-height: 23px;
  -webkit-mask-image: url(../images/icons/divider-curve.svg);
  mask-image: url(../images/icons/divider-curve.svg);
  -webkit-mask-size: 30px 100%;
  mask-size: 30px 100%;
}

.divider-slash {
  min-height: 33px;
  -webkit-mask-image: url(../images/icons/divider-slash.svg);
  mask-image: url(../images/icons/divider-slash.svg);
  -webkit-mask-size: 12px 100%;
  mask-size: 12px 100%;
}

.divider-square {
  min-height: 18px;
  -webkit-mask-image: url(../images/icons/divider-square.svg);
  mask-image: url(../images/icons/divider-square.svg);
  -webkit-mask-size: 38px 100%;
  mask-size: 38px 100%;
}

/* Banner
================================= */
.banner {
  position: relative;
  width: 100%;
  margin-bottom: 1.6rem;
}

.banner img {
  position: relative;
  display: block;
}

.banner .banner-message {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
}

/* banner -> Overlay banner */
.banner-overlay {
  position: relative;
  display: flex;
  flex-direction: row;
  background-color: var(--light);
  box-shadow: var(--shadow);
}

.banner-overlay-text {
  background: var(--light);
  flex: 60%;
  margin-inline-end: -10%;
  padding: 2rem 5% 2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

.banner-overlay-image {
  flex: 50%;
  height: 100%;
}

.banner-overlay-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Call to action
================================= */
.call-to-action {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 3rem 1rem;
  align-items: center;
  text-align: center;
}

.call-to-action p:last-child {
  margin: 0;
}

/* Animation Effects
================================= */
@keyframes animation-up-down {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(20px);
  }
}
.animation-up-down {
  animation: animation-up-down 1s linear infinite alternate;
}
@keyframes animation-left-right {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(10px);
  }
}
.animation-left-right {
  animation: animation-left-right 1s linear infinite alternate;
}

@keyframes animation-zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.animation-zoom {
  -webkit-zoom: animation-zoom 2s linear infinite alternate;
  animation: animation-zoom 2s linear infinite alternate;
}

/* Clearing
--------------------------------------*/
.clear {
  position: relative;
}

.clear::before,
.clear::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 576px) {
  .container {
    max-width: 767px;
  }
  .w10,
  .w20,
  .w30,
  .w40,
  .w50,
  .w60,
  .w70,
  .w80,
  .w90 {
    flex-basis: calc(50% - 5px);
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.6rem;
  }
  h2 {
    font-size: 2.2rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  h4 {
    font-size: 1.4rem;
  }
  h5 {
    font-size: 1.2rem;
  }
  h6 {
    font-size: 1.1rem;
  }
  .container {
    max-width: 990px;
  }
  /* Header */
  .header-top-container {
    flex-direction: row;
  }
  .header-top-left {
    margin-bottom: 0;
  }
  /* Header -> Search form */
  .search-box-content .block-title {
    display: block;
  }
  .search-box-content input[type=submit] {
    display: block;
    margin: 0 auto;
    padding: 10px 30px;
    border-radius: 50px;
  }
  /* Layout */
  .main-container {
    flex-direction: row;
  }
  #main {
    order: 1;
  }
  #sidebar-left {
    order: 0;
  }
  #sidebar-right {
    order: 2;
  }
  /* Left sidebar + main */
  .sidebar-left #main {
    flex: 1 1 70%;
  }
  /* Right sidebar + main */
  .sidebar-right #main {
    flex: 1 1 70%;
  }
  /* Both sidebar + main */
  .two-sidebar #main {
    flex: 1 1 40%;
  }
  #sidebar-left {
    flex: 0 1 30%;
    padding: 0 2% 0 0;
  }
  #sidebar-right {
    flex: 0 1 30%;
    padding: 0 0 0 2%;
  }
  /* Footer */
  .footer-container {
    flex-direction: row;
  }
  .footer-bottom-blocks-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-bottom-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer-bottom-last {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .copyright {
    margin-bottom: 0;
  }
  /*
  * shortcodes
  */
  /* Shortcodes -> responsive view */
  .view-in-mobile {
    display: none;
  }
  .view-in-desktop {
    display: block;
  }
  /* shortcode -> section */
  .section {
    padding: 5rem 0;
  }
  /* shortcodes -> content width */
  .width30 {
    width: 30%;
  }
  .width40 {
    width: 40%;
  }
  .width50 {
    width: 50%;
  }
  .width60 {
    width: 60%;
  }
  .width70 {
    width: 70%;
  }
  .width80 {
    width: 80%;
  }
  .width90 {
    width: 90%;
  }
  /* shortcodes -> responsive column */
  .w10 {
    flex-basis: calc(10% - 10px);
  }
  .w20 {
    flex-basis: calc(20% - 10px);
  }
  .w30 {
    flex-basis: calc(30% - 10px);
  }
  .w40 {
    flex-basis: calc(40% - 10px);
  }
  .w50 {
    flex-basis: calc(50% - 10px);
  }
  .w60 {
    flex-basis: calc(60% - 10px);
  }
  .w70 {
    flex-basis: calc(70% - 10px);
  }
  .w80 {
    flex-basis: calc(80% - 10px);
  }
  .w90 {
    flex-basis: calc(90% - 10px);
  }
  .model-active {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .call-to-action {
    flex-direction: row;
    justify-content: space-around;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1168px;
  }
  th {
    padding: 10px;
  }
  td {
    padding: 5px 10px;
  }
  /* Shortcodes */
  .model-active {
    padding: 2rem;
    left: 50%;
    right: inherit;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1170px) {
  .container {
    max-width: 1170px;
  }
}
/* variables */
:root {
  --primary: #FFCC18;
  --secondary: #3e4182;
  --dark: #2a2e52;
  --light: #edeef5;
  --border: #cccccc;
  --body-bg: #ffffff;
  --text-color: #222222;
  --bold-color: #111111;
  --body-font: "Noto Sans", sans-serif;
  --heading-font: "Noto Sans", sans-serif;
  --shadow: 0 0 8px 4px var(--light);
}

/* noto-sans-regular */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans"), local("NotoSans"), url("../fonts/noto-sans.woff2") format("woff2"), url("../fonts/noto-sans.woff") format("woff");
}
/* noto-sans-700 */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url("../fonts/noto-sans-bold.woff2") format("woff2"), url("../fonts/noto-sans-bold.woff") format("woff");
}
/* default box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* remove default margin */
body,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* HTML and Body
---------------------------------------- */
html:focus-within {
  scroll-behavior: smooth;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  background-color: var(--body-bg);
  color: var(--text-color);
  font-family: var(--body-font), -apple-system, blinkmacsystemfont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "helvetica neue", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  min-height: 100vh;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* regions
----------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

template,
[hidden] {
  display: none;
}

summary {
  color: var(--text-color);
}

/* media
----------------------- */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img,
picture,
svg {
  max-width: 100% !important;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
  border: 0;
}

figcaption {
  background: var(--secondary);
  color: #ffffff;
  padding: 4px;
  font-size: 0.8rem;
  border: 1px solid var(--border);
  text-align: center;
}

.align-left,
img.align-left,
figure.align-left {
  margin: 0 1rem 1rem 0;
}

.align-right,
img.align-right,
figure.align-right {
  margin: 0 0 1rem 1rem;
}

.align-center,
img.align-center,
figure.align-center {
  display: block;
  clear: both;
  margin: 1rem auto;
}

figure.align-center {
  display: table;
}

figure.align-center img {
  display: block;
  clear: both;
  margin: 0 auto;
}

/* Typography
---------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  color: var(--bold-color);
  font-weight: 700;
  font-style: normal;
  line-height: 1.6;
  margin: 0;
}

h1 {
  font-size: 1.8rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.2rem;
}

h5, h6 {
  font-size: 1.1rem;
}

/* typography -> paragraph */
p {
  margin: 0 0 1.2rem 0;
}

/* typography -> links */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  background-color: transparent;
  text-decoration: none;
  transition: color 0.4s ease;
}

a:active,
a:hover,
a:focus {
  background-color: transparent;
  text-decoration: none;
  outline: 0;
}

a,
a:active,
li a.active {
  color: var(--secondary);
}

a:hover {
  color: var(--primary);
}

/* typography -> abbreviation */
acronym[title], abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

abbr {
  cursor: help;
}

acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

/* typography -> text styling */
b,
strong {
  font-weight: bolder;
  color: var(--bold-color);
}

em,
dfn,
cite {
  font-style: italic;
}

mark,
ins {
  background-color: var(--secondary);
  color: #ffffff;
  padding: 2px 6px;
}

del {
  text-decoration: line-through;
}

small {
  font-size: 80%;
}

big {
  font-size: 125%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

tt,
var {
  font-family: monospace, monospace;
  font-style: italic;
}

/* Typography-> code tags */
code,
kbd,
pre,
samp {
  background-color: var(--dark);
  color: #ffffff;
  font-family: monospace, monospace;
  font-size: 1rem;
}

code {
  padding: 0 0.5rem;
}

kbd,
samp {
  display: inline-block;
  margin: 0;
  padding: 0 5px;
}

pre {
  overflow: auto;
  margin: 1rem 0;
  padding: 1rem;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
}

/* table
----------------------- */
table {
  width: 100%;
  margin-bottom: 1.2rem;
  border-spacing: 0;
  border-collapse: collapse;
}

th,
tr,
td {
  vertical-align: middle;
}

th {
  margin: 0;
  padding: 5px;
  text-align: left;
}

td {
  padding: 5px;
}

/* drupal image field */
.feed-icon {
  display: block;
}

details {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid var(--border);
}

summary {
  background-color: #ffffff;
  color: var(--text-color);
  padding: 0.5rem;
  cursor: pointer;
}

th {
  background-color: var(--secondary);
  color: #ffffff;
  border: 1px solid var(--header-top-bg);
}

td {
  border: 1px solid var(--border);
}

th a {
  color: #ffffff;
}

/* Form
---------------------------------------- */
form {
  margin-bottom: 1rem;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.6;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

.button {
  display: inline-block;
}

/* Form -> Button */
a.button,
.button,
button,
[type=button],
[type=reset],
[type=submit] {
  position: relative;
  display: inline-block;
  background-color: var(--secondary);
  color: #ffffff;
  padding: 7px 10px;
  line-height: 1.7;
  border: 2px solid var(--primary);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.4s linear;
}

a.button:hover,
.button:hover,
button:hover,
[type=button]:hover,
[type=reset]:hover,
[type=submit]:hover {
  background-color: var(--dark);
  color: var(--primary);
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 0;
}

button[disabled],
html input[disabled] {
  cursor: not-allowed;
  opacity: 0.7;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

input {
  line-height: normal;
}

input,
textarea {
  max-width: 100%;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
textarea {
  background-color: var(--light);
  color: var(--text-color);
  border: 1px solid var(--border);
  padding: 0.5rem;
  outline: 0;
  box-shadow: 0 0 4px 1px var(--border);
  transition: all 0.5s ease-in-out;
}

textarea {
  width: 100%;
  overflow: auto;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  border: 1px solid var(--primary);
  background: #f0f0f0;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 6px;
  padding: 0;
  padding: 0;
  box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}

[type=file] {
  cursor: pointer;
}

fieldset {
  margin: 0 0 1rem 0;
  outline: 0;
  border: 1px solid var(--border);
}

fieldset > :last-child {
  margin-bottom: 0;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

optgroup {
  font-weight: bold;
}

select {
  padding: 6px;
  cursor: pointer;
}

label[for] {
  cursor: pointer;
}

.form-item {
  margin-bottom: 1rem;
}

.form-required:after {
  content: "*";
  display: inline-block;
  padding-left: 4px;
  color: red;
}

/* Form -> Label */
.form-item label {
  display: block;
}

label.option {
  display: inline;
  font-weight: normal;
}

.form-item label,
form label {
  font-weight: 700;
  color: var(--bold-color);
}

summary {
  font-family: var(--heading-font);
  font-weight: 700;
}

.field--name-body input[type=text],
.field--name-body input[type=email],
.field--name-body input[type=url],
.field--name-body input[type=password],
.field--name-body input[type=search],
.field--name-body textarea {
  display: block;
  margin-bottom: 0.8rem;
}

/* Form -> Radio buttons */
input[type=radio],
input[type=checkbox] {
  border: 2px solid var(--secondary);
}

input[type=radio]:hover,
input[type=checkbox]:hover {
  border: 2px solid var(--primary);
}

input[type=radio]:checked,
input[type=checkbox]:checked {
  background-color: var(--primary);
  color: #000000;
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=checkbox]::after {
  content: "✔";
  text-align: center;
  display: none;
}

input[type=checkbox]:checked::after {
  display: block;
}

select {
  color: var(--text-color);
  background: #eeeeee;
  border: 1px solid var(--border);
}

form .description {
  font-size: 0.9rem;
  color: var(--dark);
}

::-moz-placeholder {
  color: var(--border);
  opacity: 1;
}

::placeholder {
  color: var(--border);
  opacity: 1;
}

:-ms-input-placeholder {
  color: var(--border);
}

::-ms-input-placeholder {
  color: #969696;
}

:-moz-placeholder {
  color: var(--border);
}

::-moz-placeholder {
  color: var(--border);
}

/* Common HTML Elements
---------------------------------------- */
hr {
  background-color: var(--border);
  clear: both;
  width: 100%;
  max-width: 100%;
  height: 2px;
  border: 0;
  box-sizing: content-box;
  overflow: visible;
}

address {
  margin: 0 0 1rem 0;
  font-style: italic;
}

dt {
  color: var(--bold-color);
}

dd {
  margin: 0 0 1.2rem 0;
}

blockquote {
  position: relative;
  background-color: var(--light);
  box-shadow: 2px 2px 6px var(--border);
  border-left: 8px solid var(--secondary);
  margin: 1rem 0;
  padding: 1rem;
}

blockquote > :last-child {
  margin-bottom: 0;
}

blockquote p:last-of-type {
  margin: 0;
}

/* list
---------------------------------------- */
ul,
ol {
  margin: 0;
  padding: 0 0 0.25rem 1rem;
}

[dir=rtl] ul,
[dir=rtl] ol {
  padding: 0 1rem 0.25rem 0;
}

ol ol,
ul ul {
  margin: 0;
  padding: 0 0 0.25rem 1rem;
}

[dir=rtl] ol ol,
[dir=rtl] ul ul {
  padding: 0 1rem 0.25rem 0;
}

ul {
  list-style: disc;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

[dir=rtl] ul,
[dir=rtl] ol {
  padding: 0 1rem 0.25rem 0;
}

li {
  padding: 4px 0;
}

/* Selection
---------------------------------------- */
::-moz-selection {
  background: var(--dark);
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: var(--dark);
  color: #ffffff;
  text-shadow: none;
}

/*
* Layout
*/
.container {
  position: relative;
  width: 100%;
  max-width: 575px;
  margin: 0 auto;
  padding: 0 10px;
}

/* Layout -> Main wrapper (Main + Sidebar) */
.main-wrapper {
  position: relative;
  display: block;
  padding: 2rem 0;
}

.main-container {
  position: relative;
  display: flex;
  flex-direction: column;
}

#main {
  order: 1;
}

#sidebar-left {
  order: 2;
  padding: 0;
  padding: 1rem 0 0 0;
}

#sidebar-right {
  order: 3;
  padding: 0;
  padding: 1rem 0 0 0;
}

/* sidebar + main */
.no-sidebar #main,
.sidebar-left #main,
.sidebar-right #main,
.two-sidebar #main {
  flex: 1 1 100%;
  width: 100%;
  margin: 0 0 2em 0;
}

.no-sidebar #main {
  margin: 0;
}

#front-main {
  flex: 1 1 100%;
  width: 100%;
  margin: 0;
}

/* Common for all blocks */
.block,
.block-title,
.block-content {
  position: relative;
}

/*!
 *  The-X icon font. Generated by Iconly: https://iconly.io/
 */
@font-face {
  font-display: auto;
  font-family: "ficon";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/thex.woff2") format("woff2");
}
[class=ficon], [class^=ficon-], [class*=" ficon-"] {
  display: inline-block;
  font-family: "ficon" !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.ficon-close:before {
  content: "\e000";
}

.ficon-search:before {
  content: "\e001";
}

.ficon-user:before {
  content: "\e002";
}

.ficon-calendar:before {
  content: "\e003";
}

.ficon-twitter:before {
  content: "\e004";
}

.ficon-facebook:before {
  content: "\e005";
}

.ficon-github:before {
  content: "\e006";
}

.ficon-linkedin:before {
  content: "\e007";
}

.ficon-comments:before {
  content: "\e008";
}

.ficon-file:before {
  content: "\e009";
}

.ficon-youtube:before {
  content: "\e00a";
}

.ficon-instagram:before {
  content: "\e00b";
}

.ficon-vk:before {
  content: "\e00c";
}

.ficon-whatsapp:before {
  content: "\e00d";
}

.ficon-vimeo:before {
  content: "\e00e";
}

.ficon-hashtag:before {
  content: "\e00f";
}

.ficon-telegram:before {
  content: "\e010";
}

.ficon-share:before {
  content: "\e011";
}

.ficon-mail:before {
  content: "\e012";
}

.ficon-map:before {
  content: "\e013";
}

.ficon-phone:before {
  content: "\e014";
}

.ficon-arrow-up:before {
  content: "\e015";
}

.ficon-horn:before {
  content: "\e016";
}

.ficon-bell:before {
  content: "\e017";
}

.ficon-info:before {
  content: "\e018";
}

.ficon-comment:before {
  content: "\e019";
}

.ficon-angle-left:before {
  content: "\e01a";
}

.ficon-angle-right:before {
  content: "\e01b";
}

.ficon-arrow-right:before {
  content: "\e01c";
}

.ficon-arrow-left:before {
  content: "\e01d";
}

.ficon-quote:before {
  content: "\e01e";
}

.ficon-clock:before {
  content: "\e01f";
}

.ficon-alert-circle:before {
  content: "\e020";
}

.ficon-alert:before {
  content: "\e021";
}

.ficon-check:before {
  content: "\e022";
}

.ficon-comment-add:before {
  content: "\e024";
}

/**
 * @file
 * Visual styles for fields.
 */
[dir] .field:not(:last-child) {
  margin-bottom: 1rem;
}

.field__label {
  font-weight: bold;
}

.field--label-inline .field__label,
.field--label-inline .field__items {
  float: left; /* LTR */
}

.field--label-inline .field__label,
.field--label-inline > .field__item,
.field--label-inline .field__items {
  padding-right: 0.5rem;
}

[dir=rtl] .field--label-inline .field__label,
[dir=rtl] .field--label-inline .field__items {
  padding-right: 0;
  padding-left: 0.5rem;
}

.field--label-inline .field__label::after {
  content: ":";
}

/* Tabs */
ul.page-tabs {
  border-bottom: 2px solid var(--secondary);
}

.page-tabs li a {
  background: #dddddd;
  color: var(--secondary);
  border-right: 2px solid var(--secondary);
}

.page-tabs li.active-page-tab a,
.page-tabs li a:hover {
  background: var(--secondary);
}

/* Filter Module */
.filter-wrapper {
  border: 1px solid var(--border);
}

/* Block edit button for admin */
/* Header Top
------------------------------- */
.header-top {
  background: var(--dark);
  color: var(--light);
}

.header-top a {
  color: var(--light);
}

.header-top a:hover,
.header-top i {
  color: var(--primary);
}

.header-contact-info {
  display: inline-block;
  padding-right: 1rem;
}

.header-contact-info:last-child {
  padding-right: 0;
}

.header-top-block p:last-of-type {
  margin: 0;
}

.header-top ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.header-top-block .block-title {
  font-size: 1.2rem;
}

/* Header
------------------------------- */
.header {
  background: var(--secondary);
  color: #ffffff;
}

.header a,
.page-header a {
  color: var(--primary);
}

.header-container {
  padding: 1rem 0;
}

.site-brand img {
  max-height: 50px;
  display: block;
}

.site-name {
  color: var(--primary);
  font-weight: 700;
}

.site-name a:hover {
  color: #ffffff;
}

/* Header -> header right */
.header-right {
  position: relative;
  display: flex;
  align-items: center;
}

.menu-wrap {
  position: fixed;
  background-color: var(--dark);
  color: #ffffff;
  font-family: var(--heading-font);
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  max-width: 320px;
  box-shadow: none;
  z-index: 25;
  transform: translateX(-100%);
  transition: all 0.4s linear;
}

.menu-wrap .menu {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  z-index: 30;
  list-style: none;
  list-style-type: none;
}

.menu-wrap .menu li {
  position: relative;
  padding: 0;
}

.menu-wrap a {
  display: block;
  color: #ffffff;
  padding: 0.5rem 0;
}

.menu-wrap .menu > li a::after {
  content: none;
}

.menu-wrap .submenu {
  position: relative;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  margin: 0;
  padding: 0;
  z-index: 30;
  list-style: none;
  list-style-type: none;
}

.menu-wrap .submenu li a,
.menu-wrap .submenu li > span {
  display: flex;
  width: 100%;
  padding: 0.5rem;
}

.menu-wrap .menu-item a,
.menu-wrap .menu-item > span {
  border-bottom: 1px solid var(--border);
}

.menu-wrap .submenu li > a,
.menu-wrap .submenu li > span {
  padding-left: 1.5rem;
}

.menu-wrap .submenu .submenu .menu-item > a,
.menu-wrap .submenu .submenu .menu-item > span {
  padding-left: 3rem;
}

.menu-wrap ul.menu li > a {
  padding: 0.5rem;
}

.mobile-menu {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 36px;
  height: 28px;
  overflow: hidden;
  cursor: pointer;
}

.mobile-menu span {
  width: 100%;
  height: 2px;
  background-color: var(--primary);
  transform-origin: left;
  transition: all 0.5s ease;
}

.mobile-menu span:nth-child(2) {
  background-color: #ffffff;
}

.menu-icon-active span:first-child {
  transform: rotate(45deg);
}

.menu-icon-active span:last-child {
  transform: rotate(-45deg);
}

.menu-icon-active span:nth-child(2) {
  display: none;
}

.close-mobile-menu {
  display: grid;
  place-content: center;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 34px;
  height: 34px;
  color: #ffffff;
  border: 2px solid var(--primary);
  border-radius: 50%;
  z-index: 48;
  cursor: pointer;
}

.active-menu .menu-wrap {
  overflow-y: scroll;
  transform: translateX(0);
  transition: all 0.4s linear;
  padding: 1rem;
  box-shadow: 6px 0 1rem #111111;
}

.active-menu .menu {
  display: block;
}

/*slide up */
@keyframes slideUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
/* Header -> search block region */
.search-icon {
  width: 36px;
  height: 36px;
}

.search-icon img {
  max-height: 30px;
}

.search-box {
  background-color: var(--dark);
}

.search-box-content .block-title,
.search-box-content form label {
  color: #ffffff;
}

.search-box-content input[type=search] {
  background: url(../images/icons/search-icon.svg) top right no-repeat;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  border-bottom: 2px solid var(--border);
  box-shadow: none;
}

.search-box-content input[type=search]:focus {
  background: url(../images/icons/search-icon.svg) top right no-repeat;
  border: 0;
  border-bottom: 2px solid var(--border);
}

.search-box-content input[type=search]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px var(--dark) inset;
  background-color: transparent;
  color: #ffffff;
}

.header-search-close {
  border: 3px solid var(--primary);
}

/* Header -> Page header */
.page-header {
  background: var(--secondary);
  color: #ffffff;
}

.page-header a:hover {
  color: #ffffff;
}

.region-page-header {
  align-items: center;
}

.breadcrumb {
  color: var(--light);
}

.page-header .page-title {
  color: #ffffff;
}

/* Homepage -> Slider */
.slider {
  position: relative;
  background-color: var(--secondary);
  color: #ffffff;
  height: 100vh;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}

/* Slider column */
.slider-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.slider-half {
  flex: 0 0 50%;
  max-width: 100%;
}

/* Layer slider */
.slider-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: calc(100vh - 2rem);
  overflow: hidden;
}

/* slider content */
.slider-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.slider em {
  font-style: normal;
  color: #ffffff;
}

.slider h1,
.slider h2,
.slider h3,
.slider h4,
.slider h5 {
  color: var(--primary);
  line-height: 1.2;
}

.slider p {
  margin-bottom: 0;
}

/* Slider Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.layer1,
.layer2,
.layer3,
.layer4,
.layer5,
.layer6 {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease 0.8s;
}

.tns-slide-active .layer1,
.tns-slide-active .layer2,
.tns-slide-active .layer3,
.tns-slide-active .layer4,
.tns-slide-active .layer5,
.tns-slide-active .layer6 {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate3d(0, 0, 0);
}

.layer1,
.layer4 {
  transform: translate3d(100%, 0, 0);
}

.layer2,
.layer5 {
  transform: translate3d(0, -100%, 0);
}

.layer3,
.layer6 {
  transform: translate3d(0, 100%, 0);
}

.tns-slide-active .layer1 {
  transition-delay: 0.8s;
}

.tns-slide-active .layer2 {
  transition-delay: 2s;
}

.tns-slide-active .layer3 {
  transition-delay: 3s;
}

.tns-slide-active .layer4 {
  transition-delay: 4s;
}

.tns-slide-active .layer5 {
  transition-delay: 5s;
}

.tns-slide-active .layer6 {
  transition-delay: 6s;
}

/* tiny slider */
.tns-slider,
.tns-carousel {
  margin: 0;
  padding: 0;
}

/* tiny slider -> dot navigation */
.tns-nav,
.tns-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 1rem;
}

.tns-nav button {
  background-color: #222222;
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
}

.tns-nav .tns-nav-active {
  background-color: var(--primary);
}

/* tiny slider -> button navigation */
.tns-controls button {
  background-color: transparent;
  color: var(--dark);
  padding: 4px 1rem;
  border: 3px solid var(--dark);
  border-radius: 2rem;
}

.tns-controls button:hover {
  background-color: var(--light);
  color: var(--dark);
}

/* Responsive */
@media (min-width: 992px) {
  .slider-container,
  .slider-item {
    flex-direction: row;
  }
  .slider-half {
    max-width: 50%;
  }
  .slider h1 {
    font-size: 2rem;
  }
  .slider h2 {
    font-size: 1.8rem;
  }
  .slider h3 {
    font-size: 1.6rem;
  }
  .slider h4 {
    font-size: 1.4rem;
  }
  .slider h5 {
    font-size: 1.2rem;
  }
  .slider p {
    font-size: 20px;
  }
}
.slider .button:hover {
  background-color: #222222;
}

/* Nodes */
.node,
.node-promoted,
.node-sticky,
.node-view-mode-full,
.node-unpublished {
  position: relative;
}

.node-view-mode-teaser {
  position: relative;
  margin-bottom: 4rem;
  box-shadow: var(--shadow);
  padding: 1rem;
}

.node-view-mode-teaser.node-sticky {
  border: 2px solid var(--border);
  padding: 1rem;
}

.node-view-mode-full .node-taxonomy-container {
  margin: 0;
}

/* Node Submitted Details */
.node-submitted-details {
  font-weight: 700;
}

.submitted-icons {
  color: var(--primary);
}

/* Tag container title */
.node-taxonomy-container .term-title::before {
  font-family: "ficon";
  content: "\e902";
  color: var(--primary);
  padding-right: 6px;
}

.taxonomy-term a {
  background-color: var(--light);
  border: 1px solid var(--primary);
  padding: 4px 16px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.taxonomy-term a:hover {
  background-color: var(--primary);
  color: var(--dark);
}

.node-readmore a {
  background-color: var(--primary);
  padding: 4px 10px;
  transition: all 0.3s ease;
}

.node-readmore a:hover {
  background-color: var(--secondary);
  color: #ffffff;
}

.comment-add,
.comment-comments {
  position: relative;
}

.comment-comments::before {
  font-family: "ficon";
  content: "\e900";
  color: var(--primary);
  padding-right: 4px;
}

.comment-add::before {
  content: "\e901";
  font-family: "ficon";
  color: var(--primary);
  padding-right: 4px;
}

/* Feed Icon */
.feed-icon {
  background: url(../images/feed.svg) no-repeat;
  padding-left: 22px;
}

/* Comments
--------------------------------------*/
#comments {
  border-top: 1px solid var(--border);
}

#comments i {
  color: var(--primary);
}

/* Comments -> comment form. */
/* Comments -> single comment */
.comment {
  box-shadow: 3px 3px #cccccc;
}

.comment-header {
  background-color: #dcdee2;
  border-bottom: 2px solid #cccccc;
}

.comment-user-picture {
  padding: 0 1rem;
  border-right: 2px solid #cccccc;
  flex: 0 0 100px;
}

.comment-title,
.comment-title a {
  color: var(--header-bg);
  font-weight: 400;
}

.comment-reply a,
.comment-delete a,
.comment-edit a {
  padding: 5px 12px;
  color: #fff;
  background: var(--header-bg);
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}

.comment-reply a:hover,
.comment-delete a:hover,
.comment-edit a:hover {
  background: var(--primary);
  color: #ffffff;
}

.sidebar .block {
  background-color: var(--light);
  padding: 20px;
  margin-bottom: 2rem;
  box-shadow: 0 2px 2px var(--border);
}

.sidebar .block-title {
  font-size: 1.6rem;
  text-transform: none;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.sidebar .block-title::before,
.sidebar .block-title::after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
}

.sidebar .block-title::before {
  background: var(--primary);
  width: 20px;
  bottom: 6px;
}

.sidebar .block-title::after {
  background: var(--secondary);
  width: 40px;
  bottom: 0;
}

/*
 * Sliding sidebar
 */
.sliding-sidebar-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 36px;
  height: 28px;
  cursor: pointer;
}

.sliding-sidebar {
  position: relative;
  visibility: hidden;
  z-index: 110;
  transition: visibility 0s 0.4s;
}

.sliding-sidebar.animated-panel-is-visible {
  visibility: visible;
  transition: visibility 0s 0s;
}

.sliding-sidebar-container {
  position: fixed;
  top: 0;
  width: 90%;
  max-width: 360px;
  height: 100%;
  padding: 16px 20px;
  overflow-x: auto;
  transition: transform 0.4s 0s;
}

.animated-panel-from-right .sliding-sidebar-container {
  right: 0;
  transform: translate(100%, 0);
}

.animated-panel-from-left .sliding-sidebar-container {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}

.animated-panel-is-visible .sliding-sidebar-container {
  transition-delay: 0s;
  transform: translate(0, 0);
}

.close-sliding-sidebar {
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 120;
}

.sliding-sidebar-container .block {
  padding: 0 0 1.6em 0;
}

.sliding-sidebar-container h2 {
  font-size: 1.6em;
}

.sliding-sidebar-icon {
  margin-left: 20px;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.sliding-sidebar-icon span {
  height: 2px;
  width: 70%;
  background-color: var(--primary);
  transition: width 0.3s ease;
}

.sliding-sidebar-icon:hover span {
  width: 100%;
}

.sliding-sidebar-container {
  background: var(--light);
  color: var(--text-color);
  box-shadow: -2px 0 14px var(--dark);
}

.sliding-sidebar-container .block-title {
  text-align: center;
}

.sliding-sidebar-container .block-title::before,
.sliding-sidebar-container .block-title::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 24px;
  height: 2px;
  background-color: var(--secondary);
}

.sliding-sidebar-container .block-title::before {
  transform: translateX(-34px);
}

.sliding-sidebar-container .block-title::after {
  transform: translateX(10px);
}

/*
 * Footer
 */
.footer-top {
  background-color: var(--secondary);
  color: var(--light);
}

.footer-blocks,
.footer-bottom-blocks,
.footer-bottom,
.footer-social {
  background-color: var(--dark);
  color: var(--light);
}

.footer .block-title {
  position: relative;
  font-size: 1.6rem;
  color: #ffffff;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.footer .block-title::before,
.footer .block-title::after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  background: var(--primary);
}

.footer .block-title::before {
  width: 30px;
  bottom: 6px;
}

.footer .block-title::after {
  width: 60px;
  bottom: 0;
}

.footer a {
  color: var(--primary);
}

.footer a:hover {
  color: #ffffff;
}

.footer-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-block li {
  padding: 10px 0;
  border-bottom: 1px solid #000000;
}

.footer-bottom-container {
  border-top: 2px solid #000000;
}

/* Footer -> customization */
.footer-logo {
  max-height: 100px;
  width: auto;
}

/*
 * Frontpage
 */
.homepage-content .block-title {
  text-align: center;
  margin-bottom: 1rem;
}

.frontpage-main .block,
.homepage-content .block {
  margin-bottom: 5rem;
}

.region-content-home-top .block {
  padding: 4rem 0;
}

.region-content-home-top .block:nth-child(even) {
  position: relative;
  background: #f0f0f0;
}

.region-content-home-top .block:last-child {
  margin: 0;
}

/* Components -> Page Loader */
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 9999;
  overflow: hidden;
}

.loader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader-icon {
  width: 72px;
  height: 72px;
  display: block;
  padding: 0px;
}

.loader-icon span {
  background: var(--primary);
  position: absolute;
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  animation: preloader 1.8s linear infinite;
}

.loader-icon span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/* Components -> Social icons */
.footer-social {
  padding: 1rem 0;
}

.social-icons li {
  display: inline-block;
  margin: 0;
}

.social-icons li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border: 2px solid #000000;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.social-icons li a:hover {
  border: 2px solid var(--primary);
}

/* Components -> Share page */
.share-node {
  position: relative;
  padding: 1rem 0;
}

ul.share-icons {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.share-icons li {
  margin: 0;
  padding: 0;
  border-right: 1px solid var(--primary);
}

.share-icons li:last-child {
  border-right: 0;
}

.share-icons li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary);
  color: var(--primary);
  width: 32px;
  height: 32px;
  transition: all 0.3s ease;
}

.share-icons li a:hover {
  color: #ffffff;
  background-color: var(--primary);
}

/* components -> Cookies consent */
.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 150;
  background: var(--dark);
  color: #ffffff;
  padding: 10px 0;
  margin: 0 !important;
  text-align: center;
  opacity: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
}

.cookiealert p {
  margin: 0;
}

.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

/* components -> Scroll To Top. */
.scrolltop {
  background: var(--primary);
  color: #000000;
}

.scrolltop:hover {
  background: var(--secondary);
  color: #ffffff;
}

/* Elements -> Close Drupal System Message */
.message-close {
  position: absolute;
  right: 4px;
  top: 8px;
}

/* Elements -> Admin tabs */
.page-tabs li a {
  transition: all 0.3s ease;
}

.page-tabs li.active-page-tab a,
.page-tabs li a:hover {
  color: var(--primary);
}

/* Elements -> Table */
.table {
  box-shadow: var(--shadow);
}

/* Breadcrumb */
.breadcrumb-item i {
  font-size: 12px;
}

/* 
 * Shortcodes -> List styles
 */
.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
}

.check-list li::before {
  font-family: "ficon";
  content: "\e022";
  color: var(--primary);
  padding-right: 6px;
}

/* 
 * Shortcodes -> Buttons
 */
.link-button,
.button-link,
.button-dark {
  display: inline-block;
  border-radius: 30px;
  padding: 0.8rem 1.8rem;
  transition: all 0.3s ease;
}

.link-button,
.button-link {
  color: #ffffff;
  background-color: var(--secondary);
  border: 2px solid var(--primary);
}

.link-button:hover,
.button-link:hover {
  color: var(--primary);
  background-color: var(--dark);
  border: 2px solid var(--primary);
}

.button-dark {
  background-color: var(--dark);
  color: var(--primary);
  border: 2px solid var(--primary);
}

.button-dark:hover {
  color: #ffffff;
  border: 2px solid var(--primary);
}

.button-outline,
a.button-outline,
button.button-outline {
  background-color: transparent;
  color: var(--secondary);
  border: 2px solid var(--primary);
}

.button-outline:hover,
a.button-outline:hover,
button.button-outline:hover {
  background-color: transparent;
  color: var(--primary);
  border: 2px solid var(--secondary);
}

.button-round,
a.button-round,
button.button-round {
  border-radius: 60px;
  padding: 8px 1em;
}

/* Accordion and Toggle
================================= */
.accordion-title::after,
.toggle-title::after {
  font-size: 1.4rem;
}

.accordion-content,
.toggle-content {
  box-shadow: 1px 1px 2px var(--border), -1px 0 2px var(--border);
}

/* Text Slider
================================= */
.sliding-titles::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--secondary);
  width: 0px;
  animation: fullborderwidth 3s linear infinite;
}

@keyframes fullborderwidth {
  to {
    width: 100%;
  }
}
/* 
 * Features
 */
.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
  grid-gap: 1rem;
  gap: 1rem;
}

.feature {
  background-color: #ffffff;
  padding: 2rem;
  -ms-box-shadow: 0 0 8px 4px var(--light);
  box-shadow: 0 0 8px 4px var(--light);
  transition: all 0.4s linear;
  backface-visibility: hidden;
}

.feature:hover {
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transform: translateY(-20px);
}

.feature-icon {
  margin-bottom: 1.5rem;
  padding: 2rem;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  transition: all 0.4s ease;
  box-shadow: 0 0 10px 2px #ffffff;
}

.feature:hover .feature-icon {
  background-color: #ffffff;
  box-shadow: 0 0 10px 2px var(--border);
}

.feature .link-button {
  display: inline-block;
}

/* 
 * Icon Box
 */
.icon-box,
.icon-box2 {
  position: relative;
  font-family: var(--body-font);
  background-color: #ffffff;
  box-shadow: 0 0 8px 4px var(--light);
  display: flex;
}

.icon-box {
  flex-direction: column;
  text-align: center;
  padding: 1rem;
}

.icon-box-icon {
  transition: all 0.3s ease-out;
}

.icon-box .icon-box-icon {
  margin-bottom: 1rem;
}

.icon-box i,
.icon-box2 i {
  font-size: 3em;
  color: var(--primary);
}

.icon-box:hover .icon-box-icon,
.icon-box2:hover .icon-box-icon {
  transform: translateY(-10px);
}

.icon-box p:last-child,
.icon-box2 p:last-child,
.icon-box-content p:last-child {
  margin: 0;
}

/* Icon Box -> Icon Box style 2 */
.icon-box2 {
  position: relative;
  display: flex;
  flex-direction: row;
  font-family: var(--body-font);
  background-color: #ffffff;
  box-shadow: 0 0 8px 4px var(--light);
  justify-content: space-between;
  padding: 2rem 1rem;
  align-items: center;
}

.icon-box2 .icon-box-icon {
  flex: auto;
  padding-right: 1rem;
}

/* 
 * Notice
 */
.notice-block {
  position: relative;
  background-color: var(--primary);
  padding: 1rem;
  width: 100%;
}

.notice-block .views-row {
  padding: 1rem 0;
}

.notice-block .views-field-title {
  font-family: var(--heading-font);
  font-size: 1.4rem;
  font-weight: 700;
}

.notice-block .views-field-title a {
  color: var(--dark);
}

.notice-block .views-field-title a:hover {
  color: #ffffff;
}

.notice-block .views-row {
  padding: 1rem 0;
  border-bottom: 1px solid var(--dark);
}

/* 
 * Tab, Toggle, accordion
 */
.tab-nav a {
  color: var(--dark);
}

.active-tab a,
.tab-nav a:hover {
  color: var(--dark);
  background-color: var(--primary);
  border-bottom-color: var(--primary);
}

.accordion-title,
.toggle-title {
  background-color: var(--light);
  border-radius: 5px;
}

.accordion-title::after,
.toggle-title::after {
  color: var(--dark);
}

.active-accordion,
.active-toggle {
  background-color: var(--secondary);
  color: #ffffff;
}

.active-accordion::after,
.active-toggle::after {
  color: var(--primary);
}

/*
 * Title styles
 */
.text-underline,
.text-underline-secondary {
  position: relative;
}

.text-underline::before,
.text-underline-secondary::before {
  position: absolute;
  content: "";
  height: 0.2em;
  width: 100%;
  bottom: 0.2em;
  opacity: 0.4;
  transition: all 0.6s ease;
}

.text-underline::before {
  background-color: var(--primary);
}

.text-underline-secondary::before {
  background-color: var(--secondary);
}

.text-underline:hover::before,
.text-underline-secondary:hover::before {
  height: 1em;
}

.text-underline-wavy {
  -webkit-text-decoration: underline var(--primary) wavy;
          text-decoration: underline var(--primary) wavy;
  text-underline-position: under;
}

/* Title styles -> Stroke */
.text-stroke {
  color: transparent;
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: var(--dark);
}

.text-stroke-black {
  color: transparent;
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: #000000;
}

.text-stroke-white {
  color: transparent;
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: #ffffff;
}

/* 
 * Box, Card
 */
.box,
.card {
  background-color: #ffffff;
  box-shadow: 0 0 8px 4px var(--light);
}

.box-primary {
  color: var(--dark);
}

.box-secondary {
  color: #ffffff;
}

.box-dark h1, .box-dark h2, .box-dark h3, .box-dark h4, .box-dark h5, .box-dark h6,
.box-secondary h1, .box-secondary h2, .box-secondary h3, .box-secondary h4, .box-secondary h5, .box-secondary h6 {
  color: var(--primary);
}

.box-title {
  border-radius: 4px;
}

/*
 * Tiny carousel
 */
.tns-controls {
  display: flex;
  justify-content: center;
}

.tns-controls button {
  margin: 0 3px;
}

/*
 * Team
 */
.team-carousel .team {
  display: inline-flex;
  background-color: #ffffff;
  margin-bottom: 10px;
}

.team-carousel.tns-subpixel > .tns-item {
  display: inline-flex;
}

.team-carousel .team-info {
  box-shadow: inset -8px 0 var(--light);
}

.team {
  display: flex;
  box-shadow: var(--shadow);
}

.team-image {
  flex: 1;
}

.team-info {
  flex: 1;
  padding: 1rem;
}

.team-name {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.team-name::before,
.team-name::after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
}

.team-name::before {
  background: var(--primary);
  width: 20px;
  bottom: 6px;
}

.team-name::after {
  background: var(--secondary);
  width: 40px;
  bottom: 0;
}

.social-link {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-link li {
  margin: 0;
  padding: 0;
  border-right: 1px solid var(--primary);
}

.social-link li:last-child {
  border-right: none;
}

.social-link li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary);
  color: var(--primary);
  width: 32px;
  height: 32px;
  transition: all 0.3s ease;
}

.social-link li a:hover {
  background-color: var(--primary);
  color: #ffffff;
}

/*
* Style version of elements
*/
.primary-version {
  background-color: var(--primary);
}

.primary-version a:hover {
  color: #ffffff;
}

.primary-version .button,
.primary-version a.button {
  border: 0;
}

.secondary-version {
  background-color: var(--secondary);
  color: #ffffff;
}

.secondary-version h1,
.secondary-version h2,
.secondary-version h3,
.secondary-version h4,
.secondary-version h5,
.secondary-version h6,
.secondary-version strong {
  color: var(--light);
}

.dark-version {
  background-color: var(--dark);
  color: #ffffff;
}

.dark-version a {
  color: var(--primary);
}

.dark-version h1,
.dark-version h2,
.dark-version h3,
.dark-version h4,
.dark-version h5,
.dark-version h6,
.dark-version strong {
  color: var(--light);
}

.light-version {
  background-color: var(--light);
}

.white-version {
  background-color: #ffffff;
}

/* EU Cookie Compliance module */
div#sliding-popup, div#sliding-popup .eu-cookie-withdraw-banner, .eu-cookie-withdraw-tab {
  background-color: #ffffff;
  box-shadow: 0 0 4px 1px var(--text-color);
  left: 0;
}

#sliding-popup {
  padding: 2rem;
  max-width: 600px;
}

#sliding-popup .popup-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.eu-cookie-compliance-content {
  max-width: 100%;
}

.eu-cookie-compliance-message {
  float: none;
  margin: 0;
  max-width: 100%;
}

#sliding-popup div,
#sliding-popup h2 {
  color: var(--bold-color);
}

#sliding-popup h2 {
  font-size: 1.2rem;
}

#sliding-popup p {
  display: block;
  color: var(--text-color);
  font-size: 0.9rem;
}

.eu-cookie-compliance-message button {
  background-color: transparent;
  color: var(--secondary);
  margin: 0;
  padding: 0;
  border: 0;
}

.eu-cookie-compliance-message button:hover {
  background-color: transparent;
  color: var(--bold-color);
}

.eu-cookie-compliance-buttons {
  display: flex;
  gap: 1rem;
  float: none;
  margin: 0;
  max-width: 100%;
}

.eu-cookie-compliance-buttons .button {
  background-color: transparent;
  background-image: none;
  color: var(--secondary);
  font-weight: 400;
  margin: 0;
  padding: 8px 1rem;
  border: 2px solid var(--bold-color);
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.eu-cookie-compliance-buttons .button:hover {
  background-color: var(--bold-color);
  color: #ffffff;
}

@media (min-width: 576px) {
  .container {
    max-width: 767px;
  }
  .w10,
  .w20,
  .w30,
  .w40,
  .w50,
  .w60,
  .w70,
  .w80,
  .w90 {
    flex-basis: calc(50% - 5px);
  }
}
@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
  h1 {
    font-size: 2.6rem;
  }
  h2 {
    font-size: 2.2rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  h4 {
    font-size: 1.4rem;
  }
  h5 {
    font-size: 1.2rem;
  }
  h6 {
    font-size: 1.1rem;
  }
  .container {
    max-width: 990px;
  }
  /* Header */
  .header-top-container {
    flex-direction: row;
  }
  .header-top-left {
    margin-bottom: 0;
  }
  /* Header -> Search form */
  .search-box-content .block-title {
    display: block;
  }
  .search-box-content input[type=submit] {
    display: block;
    margin: 0 auto;
    padding: 10px 30px;
    border-radius: 50px;
  }
  .site-brand img {
    max-height: 60px;
  }
  /* Header -> Page Header */
  .page-header {
    padding: 5rem 0 5rem 0;
  }
  /* Layout */
  .main-container {
    flex-direction: row;
  }
  #main {
    order: 1;
  }
  #sidebar-left {
    order: 0;
  }
  #sidebar-right {
    order: 2;
  }
  /* Left sidebar + main */
  .sidebar-left #main {
    flex: 1 1 70%;
  }
  /* Right sidebar + main */
  .sidebar-right #main {
    flex: 1 1 70%;
  }
  /* Both sidebar + main */
  .two-sidebar #main {
    flex: 1 1 40%;
  }
  #sidebar-left {
    flex: 0 1 30%;
    padding: 0 2% 0 0;
  }
  #sidebar-right {
    flex: 0 1 30%;
    padding: 0 0 0 2%;
  }
  /* Footer */
  .footer-container {
    flex-direction: row;
  }
  .footer-bottom-blocks-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-bottom-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer-bottom-last {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .copyright {
    margin-bottom: 0;
  }
  /* Frontpage */
  .homepage-content .block-title::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: var(--primary);
    top: 50%;
    transform: translateX(-50px);
  }
  .homepage-content .block-title::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: var(--primary);
    top: 50%;
    transform: translateX(10px);
  }
  .region-content-home-top .block:nth-child(odd) {
    margin-bottom: 10rem;
  }
  .region-content-home-top .block:last-child:nth-child(odd) {
    margin-bottom: 0;
  }
  .region-content-home-top .block:nth-child(even) {
    padding: 0 0 4rem 0;
  }
  .region-content-home-top .block:nth-child(even)::before {
    position: absolute;
    content: "";
    top: -10rem;
    left: 0;
    height: 10rem;
    width: 100%;
    background: #f0f0f0;
    -webkit-clip-path: polygon(0 0, 100% 90%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 90%, 100% 100%, 0% 100%);
  }
  /* Shortcodes -> responsive view */
  .view-in-mobile {
    display: none;
  }
  .view-in-desktop {
    display: block;
  }
  /* shortcode -> section */
  .section {
    padding: 5rem 0;
  }
  /* shortcodes -> content width */
  .width30 {
    width: 30%;
  }
  .width40 {
    width: 40%;
  }
  .width50 {
    width: 50%;
  }
  .width60 {
    width: 60%;
  }
  .width70 {
    width: 70%;
  }
  .width80 {
    width: 80%;
  }
  .width90 {
    width: 90%;
  }
  /* shortcodes -> responsive column */
  .w10 {
    flex-basis: calc(10% - 10px);
  }
  .w20 {
    flex-basis: calc(20% - 10px);
  }
  .w30 {
    flex-basis: calc(30% - 10px);
  }
  .w40 {
    flex-basis: calc(40% - 10px);
  }
  .w50 {
    flex-basis: calc(50% - 10px);
  }
  .w60 {
    flex-basis: calc(60% - 10px);
  }
  .w70 {
    flex-basis: calc(70% - 10px);
  }
  .w80 {
    flex-basis: calc(80% - 10px);
  }
  .w90 {
    flex-basis: calc(90% - 10px);
  }
  .model-active {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .call-to-action {
    flex-direction: row;
    justify-content: space-around;
  }
  /* Shortcodes -> icon box */
  .icon-box {
    padding: 2rem;
  }
  /* Shortcodes -> Notice */
  .notice-block {
    width: 98%;
  }
  .notice-block::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: var(--secondary);
    width: 95%;
    height: 100%;
    z-index: -1;
    transform: rotate(-5deg);
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1168px;
  }
  th {
    padding: 10px;
  }
  td {
    padding: 5px 10px;
  }
  /* Shortcodes */
  .model-active {
    padding: 2rem;
    left: 50%;
    right: inherit;
    transform: translate(-50%, -50%);
  }
  /* Header */
  .site-brand img {
    max-height: 80px;
  }
  /* Header */
  .header-right {
    gap: 1rem;
  }
  .menu-wrap {
    position: relative;
    background-color: transparent;
    max-width: 100%;
    transform: translateX(0);
    transition: none;
  }
  .menu-wrap .menu {
    flex-direction: row;
  }
  .menu-wrap .menu,
  .menu-wrap .menu a {
    color: var(--primary);
  }
  .menu-wrap .menu-item a,
  .menu-wrap .menu-item > span {
    border-bottom: 0;
  }
  .menu-wrap ul.menu li {
    background: linear-gradient(to bottom, transparent 50%, var(--dark) 50%);
    background-size: 100% 200%;
    transition: all 0.2s linear;
  }
  .menu-wrap ul.menu li:hover {
    background-position: 0 -100%;
  }
  ul.main-menu li a:hover {
    color: var(--primary);
  }
  .menu-wrap .menu > li,
  .menu-wrap .menu-item-has-children {
    display: inline-flex;
    align-items: center;
    background-color: transparent;
  }
  .menu-wrap .menu-item-has-children::after {
    content: "+";
  }
  .menu-wrap .submenu {
    position: absolute;
    display: none;
    background-color: var(--dark);
    font-size: 0.9rem;
    top: 100%;
    min-width: 180px;
    max-width: 200px;
    opacity: 0;
  }
  .menu-item-has-children:hover > .submenu {
    display: flex;
    animation: slideUp 0.5s forwards;
  }
  .menu-wrap .submenu li {
    border-bottom: 1px solid var(--primary);
  }
  .menu-wrap .submenu .submenu {
    top: 0;
    left: 100%;
  }
  .menu-wrap .submenu li > a,
  .menu-wrap .submenu li > span {
    padding: 0.5rem;
  }
  .menu-wrap .submenu .submenu .menu-item > a,
  .menu-wrap .submenu .submenu .menu-item > span {
    padding: 0.5rem;
  }
  .menu-wrap .menu .submenu li a:hover {
    color: #ffffff;
  }
  .mobile-menu,
  .close-mobile-menu {
    display: none;
  }
}
@media (min-width: 1170px) {
  .container {
    max-width: 1170px;
  }
  /* Header */
  .site-brand img {
    max-height: 90px;
  }
}/*# sourceMappingURL=style.css.map */