/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* **************** */
/* CUSTOM VARIABLES */
/* **************** */
@media only all and (min-width: 80rem) {
  :root {
    --section-padding: 75px;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  :root {
    --section-padding: 75px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  :root {
    --section-padding: 75px;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  :root {
    --section-padding: 50px;
  }
}
@media only all and (max-width: 30rem) {
  :root {
    --section-padding: 50px;
  }
}
/* ***** */
/* BASIC */
/* ***** */
html.g-offcanvas-css3 {
  scroll-behavior: smooth;
}
body {
  color: #000000;
  background: #ffffff;
  font-family: "Ubuntu";
  font-weight: 200;
  line-height: 1.5;
}
p {
  margin: 1rem 0;
}
/*strong {
	font-weight: 400;
}*/
blockquote {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 1rem;
  border-left: solid 7px #eceff3;
}
blockquote *:last-child:not(:first-child) {
  font-size: 90%;
  font-weight: bold;
}
blockquote:first-child {
  margin-top: 0 !important;
}
blockquote:last-child {
  margin-bottom: 0 !important;
}
figure {
  margin: 0;
}
/* ********** */
/* HYPERLINKS */
/* ********** */
a:not(.button):not(.btn):not(.cc-trigger):not(.g-menu-item-container) {
  color: inherit;
  /*text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 2px;
	text-decoration-color: currentColor;*/
  transition: all 0.2s;
}
a:not(.button):not(.btn):not(.cc-trigger):not(.g-menu-item-container):hover {
  color: #000000;
  /*text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 5px;
	text-decoration-color: currentColor;*/
}
.link-arrow {
  text-decoration: none;
}
.link-arrow::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  -webkit-mask-image: url('../../../../images/icons/arrow-right-black.svg');
  mask-image: url('../../../../images/icons/arrow-right-black.svg');
  background-color: currentColor;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  transition: all 0.2s;
  position: relative;
  top: -1px;
}
.link-arrow:hover {
  text-decoration: none;
  color: inherit;
}
.link-arrow:hover::after {
  transform: translateX(10px);
}
.link-back {
  text-decoration: none;
}
.link-back::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -webkit-mask-image: url('../../../../images/icons/arrow-left-black.svg');
  mask-image: url('../../../../images/icons/arrow-left-black.svg');
  background-color: currentColor;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  transition: all 0.2s;
  position: relative;
  top: -1px;
}
.link-back:hover {
  text-decoration: none;
  color: inherit;
}
.link-back:hover::before {
  transform: translateX(-10px);
}
/* ******** */
/* HEADINGS */
/* ******** */
h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.25;
  font-family: "Ubuntu";
  font-size: 2.75rem;
  font-weight: 300;
  text-transform: none;
  text-wrap: balance;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  h1 {
    font-size: 2.35rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  h1 {
    font-size: 2rem;
  }
}
@media only all and (max-width: 30rem) {
  h1 {
    font-size: 1.75rem;
  }
}
h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.25;
  font-family: "Ubuntu";
  font-size: 2.25rem;
  font-weight: 300;
  text-transform: none;
  text-wrap: balance;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  h2 {
    font-size: 2rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  h2 {
    font-size: 1.75rem;
  }
}
@media only all and (max-width: 30rem) {
  h2 {
    font-size: 1.75rem;
  }
}
h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  font-family: "Ubuntu";
  font-size: 1.75rem;
  font-weight: 300;
  text-transform: none;
  text-wrap: balance;
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  h3 {
    font-size: 1.5rem;
  }
}
@media only all and (max-width: 30rem) {
  h3 {
    font-size: 1.5rem;
  }
}
h4 {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  font-family: "Ubuntu";
  font-size: 1.35rem;
  font-weight: 400;
  text-transform: none;
  text-wrap: balance;
}
h5 {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-family: "Ubuntu";
  font-size: 1rem;
  font-weight: 600;
  text-transform: none;
  text-wrap: balance;
}
h6 {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  font-family: "Ubuntu";
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: none;
  text-wrap: balance;
}
/* ******* */
/* BUTTONS */
/* ******* */
.button, button:not(.joomla-alert--close):not(.jooa11y-btn):not(.c-bn):not(.b-tl):not(.f-button):not(.f-thumbs__slide__button):not(.np_snackbar_button):not([class*="xdsoft_"]):not(.wf-mediabox-close), .btn, .btn-primary, input[type="button"], input[type="submit"], input[type="reset"] {
  display: inline-block;
  box-sizing: border-box;
  padding: 8px 20px;
  margin: 0;
  font-family: "Ubuntu";
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  text-shadow: none;
  background: #000000;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  border-radius: 10px;
  box-shadow: none;
  transition: all 0.2s;
}
.button:hover, .button:active, .button:focus, button:not(.joomla-alert--close):not(.jooa11y-btn):not(.c-bn):not(.b-tl):not(.f-button):not(.f-thumbs__slide__button):not(.np_snackbar_button):not([class*="xdsoft_"]):not(.wf-mediabox-close):hover, button:not(.joomla-alert--close):not(.jooa11y-btn):not(.c-bn):not(.b-tl):not(.f-button):not(.f-thumbs__slide__button):not(.np_snackbar_button):not([class*="xdsoft_"]):not(.wf-mediabox-close):active, button:not(.joomla-alert--close):not(.jooa11y-btn):not(.c-bn):not(.b-tl):not(.f-button):not(.f-thumbs__slide__button):not(.np_snackbar_button):not([class*="xdsoft_"]):not(.wf-mediabox-close):focus, .btn:hover, .btn:active, .btn:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, input[type="button"]:hover, input[type="button"]:active, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:active, input[type="reset"]:focus {
  color: #000000;
  background: none;
  border-color: #000000;
  outline: 0;
}
.button:disabled, button:not(.joomla-alert--close):not(.jooa11y-btn):not(.c-bn):not(.b-tl):not(.f-button):not(.f-thumbs__slide__button):not(.np_snackbar_button):not([class*="xdsoft_"]):not(.wf-mediabox-close):disabled, .btn:disabled, .btn-primary:disabled, input[type="button"]:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.fa[class*="fa-"]::before, .button.fa[class*="fa-"]::after, button:not(.joomla-alert--close):not(.jooa11y-btn):not(.c-bn):not(.b-tl):not(.f-button):not(.f-thumbs__slide__button):not(.np_snackbar_button):not([class*="xdsoft_"]):not(.wf-mediabox-close).fa[class*="fa-"]::before, button:not(.joomla-alert--close):not(.jooa11y-btn):not(.c-bn):not(.b-tl):not(.f-button):not(.f-thumbs__slide__button):not(.np_snackbar_button):not([class*="xdsoft_"]):not(.wf-mediabox-close).fa[class*="fa-"]::after, .btn.fa[class*="fa-"]::before, .btn.fa[class*="fa-"]::after, .btn-primary.fa[class*="fa-"]::before, .btn-primary.fa[class*="fa-"]::after, input[type="button"].fa[class*="fa-"]::before, input[type="button"].fa[class*="fa-"]::after, input[type="submit"].fa[class*="fa-"]::before, input[type="submit"].fa[class*="fa-"]::after, input[type="reset"].fa[class*="fa-"]::before, input[type="reset"].fa[class*="fa-"]::after {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome;
  font-weight: 900;
}
.button.button-xsmall, button:not(.joomla-alert--close):not(.jooa11y-btn):not(.c-bn):not(.b-tl):not(.f-button):not(.f-thumbs__slide__button):not(.np_snackbar_button):not([class*="xdsoft_"]):not(.wf-mediabox-close).button-xsmall, .btn.button-xsmall, .btn-primary.button-xsmall, input[type="button"].button-xsmall, input[type="submit"].button-xsmall, input[type="reset"].button-xsmall {
  font-size: 8px;
  padding: 4px 16px;
}
.button.button-small, .button.btn-sm, button:not(.joomla-alert--close):not(.jooa11y-btn):not(.c-bn):not(.b-tl):not(.f-button):not(.f-thumbs__slide__button):not(.np_snackbar_button):not([class*="xdsoft_"]):not(.wf-mediabox-close).button-small, button:not(.joomla-alert--close):not(.jooa11y-btn):not(.c-bn):not(.b-tl):not(.f-button):not(.f-thumbs__slide__button):not(.np_snackbar_button):not([class*="xdsoft_"]):not(.wf-mediabox-close).btn-sm, .btn.button-small, .btn.btn-sm, .btn-primary.button-small, .btn-primary.btn-sm, input[type="button"].button-small, input[type="button"].btn-sm, input[type="submit"].button-small, input[type="submit"].btn-sm, input[type="reset"].button-small, input[type="reset"].btn-sm {
  font-size: 10px;
  padding: 6px 18px;
}
.button.button-large, .button.btn-lg, button:not(.joomla-alert--close):not(.jooa11y-btn):not(.c-bn):not(.b-tl):not(.f-button):not(.f-thumbs__slide__button):not(.np_snackbar_button):not([class*="xdsoft_"]):not(.wf-mediabox-close).button-large, button:not(.joomla-alert--close):not(.jooa11y-btn):not(.c-bn):not(.b-tl):not(.f-button):not(.f-thumbs__slide__button):not(.np_snackbar_button):not([class*="xdsoft_"]):not(.wf-mediabox-close).btn-lg, .btn.button-large, .btn.btn-lg, .btn-primary.button-large, .btn-primary.btn-lg, input[type="button"].button-large, input[type="button"].btn-lg, input[type="submit"].button-large, input[type="submit"].btn-lg, input[type="reset"].button-large, input[type="reset"].btn-lg {
  font-size: 14px;
  padding: 12px 24px;
}
.button.button-xlarge, button:not(.joomla-alert--close):not(.jooa11y-btn):not(.c-bn):not(.b-tl):not(.f-button):not(.f-thumbs__slide__button):not(.np_snackbar_button):not([class*="xdsoft_"]):not(.wf-mediabox-close).button-xlarge, .btn.button-xlarge, .btn-primary.button-xlarge, input[type="button"].button-xlarge, input[type="submit"].button-xlarge, input[type="reset"].button-xlarge {
  font-size: 16px;
  padding: 14px 26px;
}
.button.button-2, .button.btn-secondary, button:not(.joomla-alert--close):not(.jooa11y-btn):not(.c-bn):not(.b-tl):not(.f-button):not(.f-thumbs__slide__button):not(.np_snackbar_button):not([class*="xdsoft_"]):not(.wf-mediabox-close).button-2, button:not(.joomla-alert--close):not(.jooa11y-btn):not(.c-bn):not(.b-tl):not(.f-button):not(.f-thumbs__slide__button):not(.np_snackbar_button):not([class*="xdsoft_"]):not(.wf-mediabox-close).btn-secondary, .btn.button-2, .btn.btn-secondary, .btn-primary.button-2, .btn-primary.btn-secondary, input[type="button"].button-2, input[type="button"].btn-secondary, input[type="submit"].button-2, input[type="submit"].btn-secondary, input[type="reset"].button-2, input[type="reset"].btn-secondary {
  background: #e84a5f;
  border-color: #e84a5f;
  color: #fff;
}
.button.button-2:hover, .button.btn-secondary:hover, button:not(.joomla-alert--close):not(.jooa11y-btn):not(.c-bn):not(.b-tl):not(.f-button):not(.f-thumbs__slide__button):not(.np_snackbar_button):not([class*="xdsoft_"]):not(.wf-mediabox-close).button-2:hover, button:not(.joomla-alert--close):not(.jooa11y-btn):not(.c-bn):not(.b-tl):not(.f-button):not(.f-thumbs__slide__button):not(.np_snackbar_button):not([class*="xdsoft_"]):not(.wf-mediabox-close).btn-secondary:hover, .btn.button-2:hover, .btn.btn-secondary:hover, .btn-primary.button-2:hover, .btn-primary.btn-secondary:hover, input[type="button"].button-2:hover, input[type="button"].btn-secondary:hover, input[type="submit"].button-2:hover, input[type="submit"].btn-secondary:hover, input[type="reset"].button-2:hover, input[type="reset"].btn-secondary:hover {
  background: none;
  border-color: #e84a5f;
  color: #e84a5f;
}
.button.button-outline, button:not(.joomla-alert--close):not(.jooa11y-btn):not(.c-bn):not(.b-tl):not(.f-button):not(.f-thumbs__slide__button):not(.np_snackbar_button):not([class*="xdsoft_"]):not(.wf-mediabox-close).button-outline, .btn.button-outline, .btn-primary.button-outline, input[type="button"].button-outline, input[type="submit"].button-outline, input[type="reset"].button-outline {
  color: #000000;
  background: none;
  background-color: transparent;
  border-color: #000000;
}
.button.button-outline:hover, button:not(.joomla-alert--close):not(.jooa11y-btn):not(.c-bn):not(.b-tl):not(.f-button):not(.f-thumbs__slide__button):not(.np_snackbar_button):not([class*="xdsoft_"]):not(.wf-mediabox-close).button-outline:hover, .btn.button-outline:hover, .btn-primary.button-outline:hover, input[type="button"].button-outline:hover, input[type="submit"].button-outline:hover, input[type="reset"].button-outline:hover {
  color: #fff;
  background: #000000;
  border-color: #000000;
}
.button.button-outline-2, button:not(.joomla-alert--close):not(.jooa11y-btn):not(.c-bn):not(.b-tl):not(.f-button):not(.f-thumbs__slide__button):not(.np_snackbar_button):not([class*="xdsoft_"]):not(.wf-mediabox-close).button-outline-2, .btn.button-outline-2, .btn-primary.button-outline-2, input[type="button"].button-outline-2, input[type="submit"].button-outline-2, input[type="reset"].button-outline-2 {
  color: #e84a5f;
  background: none;
  background-color: transparent;
  border-color: #e84a5f;
}
.button.button-outline-2:hover, button:not(.joomla-alert--close):not(.jooa11y-btn):not(.c-bn):not(.b-tl):not(.f-button):not(.f-thumbs__slide__button):not(.np_snackbar_button):not([class*="xdsoft_"]):not(.wf-mediabox-close).button-outline-2:hover, .btn.button-outline-2:hover, .btn-primary.button-outline-2:hover, input[type="button"].button-outline-2:hover, input[type="submit"].button-outline-2:hover, input[type="reset"].button-outline-2:hover {
  color: #fff;
  background: #e84a5f;
  border-color: #e84a5f;
}
.button.button-white, button:not(.joomla-alert--close):not(.jooa11y-btn):not(.c-bn):not(.b-tl):not(.f-button):not(.f-thumbs__slide__button):not(.np_snackbar_button):not([class*="xdsoft_"]):not(.wf-mediabox-close).button-white, .btn.button-white, .btn-primary.button-white, input[type="button"].button-white, input[type="submit"].button-white, input[type="reset"].button-white {
  color: #fff;
  background: none;
  background-color: transparent;
  border-color: #fff;
}
.button.button-white:hover, button:not(.joomla-alert--close):not(.jooa11y-btn):not(.c-bn):not(.b-tl):not(.f-button):not(.f-thumbs__slide__button):not(.np_snackbar_button):not([class*="xdsoft_"]):not(.wf-mediabox-close).button-white:hover, .btn.button-white:hover, .btn-primary.button-white:hover, input[type="button"].button-white:hover, input[type="submit"].button-white:hover, input[type="reset"].button-white:hover {
  color: #000000;
  background: #fff;
  border-color: #fff;
}
.button.button-arrow::after, button:not(.joomla-alert--close):not(.jooa11y-btn):not(.c-bn):not(.b-tl):not(.f-button):not(.f-thumbs__slide__button):not(.np_snackbar_button):not([class*="xdsoft_"]):not(.wf-mediabox-close).button-arrow::after, .btn.button-arrow::after, .btn-primary.button-arrow::after, input[type="button"].button-arrow::after, input[type="submit"].button-arrow::after, input[type="reset"].button-arrow::after {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: inherit;
  font-weight: 900;
  line-height: normal;
  margin-left: 10px;
}
.button.button-download::before, button:not(.joomla-alert--close):not(.jooa11y-btn):not(.c-bn):not(.b-tl):not(.f-button):not(.f-thumbs__slide__button):not(.np_snackbar_button):not([class*="xdsoft_"]):not(.wf-mediabox-close).button-download::before, .btn.button-download::before, .btn-primary.button-download::before, input[type="button"].button-download::before, input[type="submit"].button-download::before, input[type="reset"].button-download::before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  line-height: normal;
  margin-right: 10px;
}
/* ****** */
/* TABLES */
/* ****** */
table {
  border: 1px solid #dce2e9;
}
th {
  background: #eceff3;
  padding: 0.5rem;
}
td {
  padding: 0.5rem;
}
/* ****** */
/* COMMON */
/* ****** */
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child, ul:first-child, ol:first-child {
  margin-top: 0 !important;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child {
  margin-bottom: 0 !important;
}
/* ********* */
/* BOOTSTRAP */
/* ********* */
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  padding: 0;
  margin: 0;
}
.container .row, .container-fluid .row, .container-sm .row, .container-md .row, .container-lg .row, .container-xl .row, .container-xxl .row {
  padding: 0;
  margin: 0;
}
.container .row .col, .container .row > *, .container-fluid .row .col, .container-fluid .row > *, .container-sm .row .col, .container-sm .row > *, .container-md .row .col, .container-md .row > *, .container-lg .row .col, .container-lg .row > *, .container-xl .row .col, .container-xl .row > *, .container-xxl .row .col, .container-xxl .row > * {
  padding: 0;
  margin: 0;
}
.list-group {
  border-radius: 10px;
}
.input-group > * {
  border-radius: 0;
}
.input-group > *:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.input-group > *:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
/* ****** */
/* GANTRY */
/* ****** */
.g-content {
  margin: 10px;
  padding: 15px;
}
.g-title {
  margin-bottom: 35px;
  text-wrap: balance;
}
/* ********* */
/* UTILITIES */
/* ********* */
.c-bg-accent-1 {
  position: relative;
}
.c-bg-accent-1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(100vw + 2px);
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.c-bg-accent-1 > * {
  position: relative;
  z-index: 3;
}
.c-bg-accent-1::before {
  background: #e84a5f;
}
.c-bg-accent-2 {
  position: relative;
}
.c-bg-accent-2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(100vw + 2px);
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.c-bg-accent-2 > * {
  position: relative;
  z-index: 3;
}
.c-bg-accent-2::before {
  background: #000000;
}
.c-bg-accent-2 > * {
  color: #fff;
}
[class*="c-section--"] {
  padding: var(--section-padding) 0;
  position: relative;
}
[class*="c-section--"]:first-child {
  margin-top: calc(-1 * var(--section-padding));
}
[class*="c-section--"]:last-child {
  margin-bottom: calc(-1 * var(--section-padding));
}
/* ******** */
/* Sections */
/* ******** */
#g-page-surround {
  overflow: clip;
  background: #041329;
}
#g-above {
  background: #ffffff;
  color: #000000;
  padding: var(--section-padding) 0;
}
#g-above .g-container > .g-grid > .g-block > .g-content {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#g-above .g-container > .g-grid > .g-block > .g-content > .platform-content {
  padding: 0;
  margin: 0;
}
#g-above .g-container > .g-grid > .g-block > .g-content > .platform-content > * {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}
#g-navigation {
  background: #041329;
  color: #ffffff;
  padding: 15px 0;
}
#g-navigation > .g-container > .g-grid {
  align-items: center;
}
@media only all and (max-width: 79.875rem) {
  #g-navigation > .g-container > .g-grid:last-child {
    padding-right: 25px;
  }
}
#g-navigation > .g-container > .g-grid > .g-block > .g-content {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#g-navigation > .g-container > .g-grid > .g-block > .g-content > .platform-content {
  padding: 0;
  margin: 0;
}
#g-navigation > .g-container > .g-grid > .g-block.c-logo {
  max-width: none;
  width: auto;
  flex: 0 1 fit-content;
}
#g-navigation > .g-container > .g-grid > .g-block.c-logo a {
  display: flex;
}
#g-navigation > .g-container > .g-grid > .g-block.c-mainmenu {
  max-width: none;
  width: auto;
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
}
#g-navigation > .g-container > .g-grid > .g-block.c-navigation {
  max-width: none;
  width: fit-content;
  flex: 0 1 auto;
  display: flex;
  justify-content: flex-end;
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  #g-navigation > .g-container > .g-grid > .g-block.c-navigation {
    display: none;
  }
}
@media only all and (max-width: 30rem) {
  #g-navigation > .g-container > .g-grid > .g-block.c-navigation {
    display: none;
  }
}
#g-navigation > .g-container > .g-grid .g-offcanvas-toggle {
  position: relative;
  inset: 0;
}
#g-breadcrumbs {
  background-color: #041329;
  color: rgba(255, 255, 255, 0.5);
  padding: 5px 0;
  font-size: 70%;
  letter-spacing: 1px;
  text-transform: none;
}
#g-breadcrumbs > .g-container > .g-grid > .g-block > .g-content {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#g-breadcrumbs > .g-container > .g-grid > .g-block > .g-content > .platform-content {
  padding: 0;
  margin: 0;
}
#g-breadcrumbs a {
  color: inherit;
}
#g-header {
  background-color: #041329;
  color: #ffffff;
  padding: 0;
}
#g-header > .g-container > .g-grid > .g-block > .g-content {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#g-header > .g-container > .g-grid > .g-block > .g-content > .platform-content {
  padding: 0;
  margin: 0;
}
#g-intro {
  background: #ffffff;
  color: #000000;
}
#g-intro .g-container > .g-grid > .g-block > .g-content {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#g-intro .g-container > .g-grid > .g-block > .g-content > .platform-content {
  padding: 0;
  margin: 0;
}
#g-intro .g-container > .g-grid > .g-block > .g-content > .platform-content > * {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}
#g-features {
  background: #ffffff;
  color: #000000;
}
#g-features .g-container > .g-grid > .g-block > .g-content {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#g-features .g-container > .g-grid > .g-block > .g-content > .platform-content {
  padding: 0;
  margin: 0;
}
#g-features .g-container > .g-grid > .g-block > .g-content > .platform-content > * {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}
#g-utility {
  background: #ffffff;
  color: #000000;
}
#g-utility .g-container > .g-grid > .g-block > .g-content {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#g-utility .g-container > .g-grid > .g-block > .g-content > .platform-content {
  padding: 0;
  margin: 0;
}
#g-utility .g-container > .g-grid > .g-block > .g-content > .platform-content > * {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}
#g-testimonials {
  background: #ffffff;
  color: #000000;
}
#g-testimonials .g-container > .g-grid > .g-block > .g-content {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#g-testimonials .g-container > .g-grid > .g-block > .g-content > .platform-content {
  padding: 0;
  margin: 0;
}
#g-testimonials .g-container > .g-grid > .g-block > .g-content > .platform-content > * {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}
#g-expanded {
  background: #ffffff;
  color: #000000;
}
#g-expanded .g-container > .g-grid > .g-block > .g-content {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#g-expanded .g-container > .g-grid > .g-block > .g-content > .platform-content {
  padding: 0;
  margin: 0;
}
#g-expanded .g-container > .g-grid > .g-block > .g-content > .platform-content > * {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}
#g-container-main {
  background: #ffffff;
  color: #000000;
}
#g-container-main #g-mainbar .g-grid {
  /*&:has(.main-top) {
				@include m-border-grey-bottom;
			}

			&:has(.main-bottom) {
				@include m-border-grey-top;
			}*/
}
#g-container-main #g-mainbar .g-grid .g-block .g-content {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#g-container-main #g-mainbar .g-grid .g-block .g-content .platform-content .col:not(:has([class*="com-content-"])) {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}
#g-container-main #g-mainbar .g-grid .g-block .g-content .platform-content > .main-top {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}
#g-container-main #g-mainbar .g-grid .g-block .g-content .platform-content > .main-bottom {
  padding-bottom: var(--section-padding);
}
#g-container-main #g-aside > .g-grid > .g-block > .g-content {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#g-container-main #g-aside > .g-grid > .g-block > .g-content > .platform-content {
  padding: 0;
  margin: 0;
}
#g-container-main #g-aside > .g-grid > .g-block > .g-content > .platform-content > * {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}
#g-container-main #g-sidebar > .g-grid > .g-block > .g-content {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#g-container-main #g-sidebar > .g-grid > .g-block > .g-content > .platform-content {
  padding: 0;
  margin: 0;
}
#g-container-main #g-sidebar > .g-grid > .g-block > .g-content > .platform-content > * {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}
#g-footer {
  /*padding-top: 45px;
	padding-bottom: 45px;*/
  background: #041329;
  color: #ffffff;
  font-size: 90%;
  /*.g-container {
		> .g-grid {
			&:not(:last-child),
			&:first-child:last-child {
				> .g-block {
					@include breakpoint(large-desktop-range) {
					}

					@include breakpoint(desktop-range) {
					}

					@include breakpoint(tablet-range) {
						flex: 0 50%;
						width: 50%;
					}

					@include breakpoint(large-mobile-range) {
					}

					@include breakpoint(small-mobile-range) {
					}
				}
			}

			&:last-child:not(:first-child) {
				//border-top: solid 1px rgba(#fff, 0.1);
				position: relative;

				&::after {
					content: "";
					position: absolute;
					z-index: 4;
					top: 0;
					bottom: auto;
					left: calc(-50vw + 50%);
					right: calc(-50vw + 50%);
					width: auto;
					height: 0.5px;
					background: rgba(255, 255, 255, 0.25);
				}
			}

			> .g-block {
				> .g-content {
					padding-top: 15px;
					padding-bottom: 15px;
					margin-top: 0;
					margin-bottom: 0;

					> * {
						padding: 0;
						margin: 0;

						> * {
							padding-top: 15px;
							padding-bottom: 15px;
						}
					}
				}
			}
		}
	}*/
}
#g-footer .g-container > .g-grid {
  padding-left: var(--page-surround-space);
  padding-right: var(--page-surround-space);
  position: relative;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-footer .g-container > .g-grid:not(:last-child) > .g-block, #g-footer .g-container > .g-grid:first-child:last-child > .g-block {
    flex: 0 50%;
    width: 50%;
  }
}
#g-footer .g-container > .g-grid:last-child:not(:first-child) {
  font-size: 90%;
}
#g-footer .g-container > .g-grid:last-child:not(:first-child) > .g-block {
  padding-top: 0;
}
#g-footer .g-container > .g-grid:last-child:not(:first-child) > .g-block > .g-content > * {
  float: none;
}
#g-footer .g-container > .g-grid:last-child:not(:first-child) > .g-block > .g-content > * > * {
  padding-top: 5px;
  padding-bottom: 5px;
}
#g-footer .g-container > .g-grid > .g-block {
  padding-top: calc(var(--section-padding) - 15px - 10px);
  padding-bottom: calc(var(--section-padding) - 15px - 10px);
  position: relative;
}
#g-footer .g-container > .g-grid > .g-block:not(:first-child) {
  /*@include breakpoint(large-desktop-range) {
						@include m-border-white-left;
					}

					@include breakpoint(desktop-range) {
						@include m-border-white-left;
					}

					@include breakpoint(tablet-range) {
						@include m-border-white-left;
					}

					@include breakpoint(large-mobile-range) {
						@include m-border-white-top;
					}

					@include breakpoint(small-mobile-range) {
						@include m-border-white-top;
					}*/
}
#g-footer .g-container > .g-grid > .g-block:first-child > .g-content > * > * {
  padding-left: 25px;
}
#g-footer .g-container > .g-grid > .g-block:last-child > .g-content > * > * {
  padding-right: 25px;
}
#g-footer .g-container > .g-grid > .g-block > .g-content {
  padding: 0;
  margin: 0;
}
#g-footer .g-container > .g-grid > .g-block > .g-content > * {
  padding: 0;
  margin: 0;
  float: left;
}
#g-footer .g-container > .g-grid > .g-block > .g-content > * > * {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only all and (min-width: 80rem) {
  #g-footer .g-container > .g-grid > .g-block > .g-content > * > * {
    padding-left: var(--section-padding);
    padding-right: var(--section-padding);
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  #g-footer .g-container > .g-grid > .g-block > .g-content > * > * {
    padding-left: var(--section-padding);
    padding-right: var(--section-padding);
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-footer .g-container > .g-grid > .g-block > .g-content > * > * {
    padding-left: var(--section-padding);
    padding-right: var(--section-padding);
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  #g-footer .g-container > .g-grid > .g-block > .g-content > * > * {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only all and (max-width: 30rem) {
  #g-footer .g-container > .g-grid > .g-block > .g-content > * > * {
    padding-left: 25px;
    padding-right: 25px;
  }
}
#g-footer .g-title {
  margin-bottom: 5px;
  text-transform: none;
  font-weight: 300;
  color: #e84a5f;
}
#g-footer a {
  text-decoration-color: transparent !important;
}
#g-footer a:hover {
  color: #e84a5f !important;
  text-decoration-color: #e84a5f !important;
}
#g-offcanvas {
  background: #041329;
  width: 15rem;
  color: #ffffff;
}
#g-offcanvas #offcanvas-top .g-content {
  margin: 0;
}
#g-offcanvas #offcanvas-top .g-content .offcanvas-top {
  all: unset;
}
#g-offcanvas #offcanvas-bottom .g-content {
  margin: 0;
}
#g-offcanvas #offcanvas-bottom .g-content .offcanvas-bottom {
  all: unset;
}
/* ****** */
/* JOOMLA */
/* ****** */
.icons .float-end {
  float: none !important;
}
.com_content.view-category #g-mainbar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.com-content-category .content-category:has(.c-category-sidebar) {
  display: grid;
}
@media only all and (min-width: 80rem) {
  .com-content-category .content-category:has(.c-category-sidebar) {
    grid-template-columns: 75% 25%;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .com-content-category .content-category:has(.c-category-sidebar) {
    grid-template-columns: 75% 25%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .com-content-category .content-category:has(.c-category-sidebar) {
    grid-template-columns: 100%;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .com-content-category .content-category:has(.c-category-sidebar) {
    grid-template-columns: 100%;
  }
}
@media only all and (max-width: 30rem) {
  .com-content-category .content-category:has(.c-category-sidebar) {
    grid-template-columns: 100%;
  }
}
@media only all and (min-width: 80rem) {
  .com-content-category .content-category:has(.c-category-sidebar) .c-category-mainbar {
    padding-right: var(--section-padding);
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .com-content-category .content-category:has(.c-category-sidebar) .c-category-mainbar {
    padding-right: var(--section-padding);
  }
}
.com-content-category .content-category:has(.c-category-sidebar) .c-category-sidebar {
  position: relative;
}
@media only all and (min-width: 80rem) {
  .com-content-category .content-category:has(.c-category-sidebar) .c-category-sidebar {
    padding-left: var(--section-padding);
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .com-content-category .content-category:has(.c-category-sidebar) .c-category-sidebar {
    padding-left: var(--section-padding);
  }
}
.com-content-category .content-category:has(.c-category-sidebar) .c-category-sidebar .c-category-sidebar-container {
  position: sticky;
  top: 0;
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}
.com-content-category .content-category:has(.c-category-sidebar) .c-category-sidebar .moduletable:not(:first-child) {
  margin-top: var(--section-padding);
}
.com-content-category .content-category .c-category-mainbar {
  padding-bottom: var(--section-padding);
}
.com-content-category .content-category .c-category-mainbar:has(.c-category-articles:first-child:last-child):not(:has(.c-category-articles table)) {
  padding-bottom: 0;
}
.com-content-category .content-category .c-category-title-image {
  position: relative;
  grid-column: 1 / -1;
}
.com-content-category .content-category .c-category-title-image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(100vw + 2px);
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.com-content-category .content-category .c-category-title-image > * {
  position: relative;
  z-index: 3;
}
.com-content-category .content-category .c-category-title-image::before {
  background: #041329;
}
.com-content-category .content-category .c-category-title-image > * {
  color: #fff;
}
.com-content-category .content-category .c-category-title-image .c-category-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: end;
  color: #fff;
}
.com-content-category .content-category .c-category-title-image .c-category-title > * {
  margin: 0;
}
.com-content-category .content-category .c-category-title-image .c-category-title h1 {
  color: #e84a5f;
}
.com-content-category .content-category .c-category-title-image .c-category-title h2 {
  text-transform: none;
}
@media only all and (min-width: 80rem) {
  .com-content-category .content-category .c-category-title-image .c-category-title h2 {
    font-size: 1.5rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .com-content-category .content-category .c-category-title-image .c-category-title h2 {
    font-size: 1.5rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .com-content-category .content-category .c-category-title-image .c-category-title h2 {
    font-size: 1.25rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .com-content-category .content-category .c-category-title-image .c-category-title h2 {
    font-size: 1.25rem;
  }
}
@media only all and (max-width: 30rem) {
  .com-content-category .content-category .c-category-title-image .c-category-title h2 {
    font-size: 1.25rem;
  }
}
.com-content-category .content-category .c-category-title-image .c-category-image {
  min-height: 350px;
  position: relative;
  overflow: hidden;
  background: #041329;
}
.com-content-category .content-category .c-category-title-image .c-category-image img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  filter: grayscale(1) contrast(1.1) brightness(0.9);
  mix-blend-mode: luminosity;
}
.com-content-category .content-category .c-category-title-image:has(.c-category-title):has(.c-category-image) {
  display: grid;
}
@media only all and (min-width: 80rem) {
  .com-content-category .content-category .c-category-title-image:has(.c-category-title):has(.c-category-image) {
    grid-template-columns: 50% 50%;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .com-content-category .content-category .c-category-title-image:has(.c-category-title):has(.c-category-image) {
    grid-template-columns: 50% 50%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .com-content-category .content-category .c-category-title-image:has(.c-category-title):has(.c-category-image) {
    grid-template-columns: 100%;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .com-content-category .content-category .c-category-title-image:has(.c-category-title):has(.c-category-image) {
    grid-template-columns: 100%;
  }
}
@media only all and (max-width: 30rem) {
  .com-content-category .content-category .c-category-title-image:has(.c-category-title):has(.c-category-image) {
    grid-template-columns: 100%;
  }
}
@media only all and (min-width: 80rem) {
  .com-content-category .content-category .c-category-title-image:has(.c-category-title):has(.c-category-image) .c-category-title {
    padding: var(--section-padding);
    padding-left: 0;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .com-content-category .content-category .c-category-title-image:has(.c-category-title):has(.c-category-image) .c-category-title {
    padding: var(--section-padding);
    padding-left: 0;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .com-content-category .content-category .c-category-title-image:has(.c-category-title):has(.c-category-image) .c-category-title {
    padding: var(--section-padding) 0;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .com-content-category .content-category .c-category-title-image:has(.c-category-title):has(.c-category-image) .c-category-title {
    padding: var(--section-padding) 0;
  }
}
@media only all and (max-width: 30rem) {
  .com-content-category .content-category .c-category-title-image:has(.c-category-title):has(.c-category-image) .c-category-title {
    padding: var(--section-padding) 0;
  }
}
@media only all and (min-width: 80rem) {
  .com-content-category .content-category .c-category-title-image:has(.c-category-title):has(.c-category-image) .c-category-title h1 {
    font-size: 3.5rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .com-content-category .content-category .c-category-title-image:has(.c-category-title):has(.c-category-image) .c-category-title h1 {
    font-size: 3rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .com-content-category .content-category .c-category-title-image:has(.c-category-title):has(.c-category-image) .c-category-title h1 {
    font-size: 3rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .com-content-category .content-category .c-category-title-image:has(.c-category-title):has(.c-category-image) .c-category-title h1 {
    font-size: 2.5rem;
  }
}
@media only all and (max-width: 30rem) {
  .com-content-category .content-category .c-category-title-image:has(.c-category-title):has(.c-category-image) .c-category-title h1 {
    font-size: 2.5rem;
  }
}
@media only all and (min-width: 80rem) {
  .com-content-category .content-category .c-category-title-image:has(.c-category-title):has(.c-category-image) .c-category-image {
    margin-right: calc(-25vw + 25%);
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .com-content-category .content-category .c-category-title-image:has(.c-category-title):has(.c-category-image) .c-category-image {
    margin-right: calc(-25vw + 25%);
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .com-content-category .content-category .c-category-title-image:has(.c-category-title):has(.c-category-image) .c-category-image {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .com-content-category .content-category .c-category-title-image:has(.c-category-title):has(.c-category-image) .c-category-image {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
@media only all and (max-width: 30rem) {
  .com-content-category .content-category .c-category-title-image:has(.c-category-title):has(.c-category-image) .c-category-image {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
.com-content-category .content-category .c-category-title-image:has(.c-category-title):not(:has(.c-category-image)) .c-category-title {
  padding: var(--section-padding) 0;
}
@media only all and (min-width: 80rem) {
  .com-content-category .content-category .c-category-title-image:has(.c-category-title):not(:has(.c-category-image)) .c-category-title h1 {
    font-size: 5rem;
    line-height: 1.2;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .com-content-category .content-category .c-category-title-image:has(.c-category-title):not(:has(.c-category-image)) .c-category-title h1 {
    font-size: 4.5rem;
    line-height: 1.2;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .com-content-category .content-category .c-category-title-image:has(.c-category-title):not(:has(.c-category-image)) .c-category-title h1 {
    font-size: 4rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .com-content-category .content-category .c-category-title-image:has(.c-category-title):not(:has(.c-category-image)) .c-category-title h1 {
    font-size: 3.5rem;
  }
}
@media only all and (max-width: 30rem) {
  .com-content-category .content-category .c-category-title-image:has(.c-category-title):not(:has(.c-category-image)) .c-category-title h1 {
    font-size: 3rem;
  }
}
.com-content-category .content-category .c-category-title-image:has(.c-category-image):not(:has(.c-category-title)) .c-category-image {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.com-content-category .content-category .c-category-tags {
  position: relative;
  grid-column: 1 / -1;
  padding: 15px 0;
  font-size: 70%;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
  color: inherit;
}
.com-content-category .content-category .c-category-tags::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(100vw + 2px);
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.com-content-category .content-category .c-category-tags > * {
  position: relative;
  z-index: 3;
}
.com-content-category .content-category .c-category-tags::before {
  background: #bbc7d5;
}
.com-content-category .content-category .c-category-tags .tags {
  display: flex;
  gap: 15px 25px;
  flex-wrap: wrap;
}
.com-content-category .content-category .c-category-tags a {
  color: inherit;
}
.com-content-category .content-category .c-category-before-content {
  margin-top: var(--section-padding);
}
.com-content-category .content-category .c-category-description {
  margin-top: var(--section-padding);
  max-width: 1000px;
}
.com-content-category .content-category .c-category-description:empty {
  display: none;
}
.com-content-category .content-category .c-category-after-content {
  margin-top: var(--section-padding);
}
.com-content-category .content-category .c-category-articles {
  margin-top: var(--section-padding);
  overflow: hidden;
}
.com-content-category .content-category .c-category-articles:not(:has(table)) {
  display: none;
}
.com-content-category .content-category .c-category-articles table {
  margin: 0;
  border: none;
}
.com-content-category .content-category .c-category-articles table tbody {
  border-bottom: solid 1px #bbc7d5;
}
.com-content-category .content-category .c-category-articles table tbody tr {
  border-top: solid 1px #bbc7d5;
}
.com-content-category .content-category .c-category-articles table tbody tr th, .com-content-category .content-category .c-category-articles table tbody tr td {
  padding: 10px 0;
  font-weight: normal;
  font-size: 110%;
}
.com-content-category .content-category .c-category-articles table a {
  text-decoration-color: transparent !important;
}
.com-content-category .content-category .c-category-articles table a:hover {
  text-decoration-color: currentColor !important;
}
.com-content-category .content-category .c-category-children {
  margin-top: var(--section-padding);
  overflow: hidden;
}
.com-content-category .content-category .c-category-children .com-content-category__children {
  padding: 10px 0;
}
.com-content-category .content-category .c-category-children .com-content-category__children > .item-title {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.com-content-category .content-category .c-category-children .com-content-category__children > .item-title a {
  text-decoration-color: transparent !important;
}
.com-content-category .content-category .c-category-children .com-content-category__children > .item-title a:hover {
  text-decoration-color: currentColor !important;
}
.com-content-category .content-category .c-category-children .com-content-category__children > .item-title:has(+ .com-content-category-blog__children):not(:has(+ .collapse)) {
  margin-bottom: 10px;
}
.com-content-category .content-category .c-category-children .com-content-category__children > .item-title:has(+ .com-content-category-blog__children):not(:has(+ .collapse)) > a[data-bs-toggle="collapse"] .icon-plus::before {
  background-image: url('../../../../images/icons/remove-black.svg');
}
.com-content-category .content-category .c-category-children .com-content-category__children > .item-title > a[data-bs-toggle="collapse"] {
  padding: 5px 0;
  margin-left: auto;
  border: none;
  background: none;
  outline: none;
  color: #000000;
  font-size: 30px;
}
.com-content-category .content-category .c-category-children .com-content-category__children > .item-title > a[data-bs-toggle="collapse"]:focus {
  outline: none !important;
}
.com-content-category .content-category .c-category-children .com-content-category__children > .item-title > a[data-bs-toggle="collapse"] .icon-plus::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('../../../../images/icons/add-black.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.com-content-category .content-category .c-category-children .com-content-category__children > .item-title .c-items-number {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  background: #bbc7d5;
  border-radius: 50%;
}
.com-content-category-blog:has(.c-category-sidebar) {
  display: grid;
}
@media only all and (min-width: 80rem) {
  .com-content-category-blog:has(.c-category-sidebar) {
    grid-template-columns: 1fr 300px;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .com-content-category-blog:has(.c-category-sidebar) {
    grid-template-columns: 1fr 300px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .com-content-category-blog:has(.c-category-sidebar) {
    grid-template-columns: 100%;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .com-content-category-blog:has(.c-category-sidebar) {
    grid-template-columns: 100%;
  }
}
@media only all and (max-width: 30rem) {
  .com-content-category-blog:has(.c-category-sidebar) {
    grid-template-columns: 100%;
  }
}
@media only all and (min-width: 80rem) {
  .com-content-category-blog:has(.c-category-sidebar) .c-category-mainbar {
    padding-right: var(--section-padding);
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .com-content-category-blog:has(.c-category-sidebar) .c-category-mainbar {
    padding-right: var(--section-padding);
  }
}
.com-content-category-blog:has(.c-category-sidebar) .c-category-sidebar {
  position: relative;
}
@media only all and (min-width: 80rem) {
  .com-content-category-blog:has(.c-category-sidebar) .c-category-sidebar {
    padding-left: var(--section-padding);
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .com-content-category-blog:has(.c-category-sidebar) .c-category-sidebar {
    padding-left: var(--section-padding);
  }
}
.com-content-category-blog:has(.c-category-sidebar) .c-category-sidebar .c-category-sidebar-container {
  position: sticky;
  top: 0;
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}
.com-content-category-blog:has(.c-category-sidebar) .c-category-sidebar .moduletable:not(:first-child) {
  margin-top: var(--section-padding);
}
.com-content-category-blog .c-category-mainbar {
  padding-bottom: var(--section-padding);
}
.com-content-category-blog .c-category-title-image {
  position: relative;
  grid-column: 1 / -1;
}
.com-content-category-blog .c-category-title-image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(100vw + 2px);
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.com-content-category-blog .c-category-title-image > * {
  position: relative;
  z-index: 3;
}
.com-content-category-blog .c-category-title-image::before {
  background: #041329;
}
.com-content-category-blog .c-category-title-image > * {
  color: #fff;
}
.com-content-category-blog .c-category-title-image .c-category-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: end;
  color: #fff;
}
.com-content-category-blog .c-category-title-image .c-category-title > * {
  margin: 0;
}
.com-content-category-blog .c-category-title-image .c-category-title h1 {
  color: #e84a5f;
}
.com-content-category-blog .c-category-title-image .c-category-title h2 {
  text-transform: none;
}
@media only all and (min-width: 80rem) {
  .com-content-category-blog .c-category-title-image .c-category-title h2 {
    font-size: 1.5rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .com-content-category-blog .c-category-title-image .c-category-title h2 {
    font-size: 1.5rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .com-content-category-blog .c-category-title-image .c-category-title h2 {
    font-size: 1.25rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .com-content-category-blog .c-category-title-image .c-category-title h2 {
    font-size: 1.25rem;
  }
}
@media only all and (max-width: 30rem) {
  .com-content-category-blog .c-category-title-image .c-category-title h2 {
    font-size: 1.25rem;
  }
}
.com-content-category-blog .c-category-title-image .c-category-image {
  min-height: 350px;
  position: relative;
  overflow: hidden;
  background: #041329;
}
.com-content-category-blog .c-category-title-image .c-category-image img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  filter: grayscale(1) contrast(1.1) brightness(0.9);
  mix-blend-mode: luminosity;
}
.com-content-category-blog .c-category-title-image:has(.c-category-title):has(.c-category-image) {
  display: grid;
}
@media only all and (min-width: 80rem) {
  .com-content-category-blog .c-category-title-image:has(.c-category-title):has(.c-category-image) {
    grid-template-columns: 50% 50%;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .com-content-category-blog .c-category-title-image:has(.c-category-title):has(.c-category-image) {
    grid-template-columns: 50% 50%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .com-content-category-blog .c-category-title-image:has(.c-category-title):has(.c-category-image) {
    grid-template-columns: 100%;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .com-content-category-blog .c-category-title-image:has(.c-category-title):has(.c-category-image) {
    grid-template-columns: 100%;
  }
}
@media only all and (max-width: 30rem) {
  .com-content-category-blog .c-category-title-image:has(.c-category-title):has(.c-category-image) {
    grid-template-columns: 100%;
  }
}
@media only all and (min-width: 80rem) {
  .com-content-category-blog .c-category-title-image:has(.c-category-title):has(.c-category-image) .c-category-title {
    padding: var(--section-padding);
    padding-left: 0;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .com-content-category-blog .c-category-title-image:has(.c-category-title):has(.c-category-image) .c-category-title {
    padding: var(--section-padding);
    padding-left: 0;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .com-content-category-blog .c-category-title-image:has(.c-category-title):has(.c-category-image) .c-category-title {
    padding: var(--section-padding) 0;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .com-content-category-blog .c-category-title-image:has(.c-category-title):has(.c-category-image) .c-category-title {
    padding: var(--section-padding) 0;
  }
}
@media only all and (max-width: 30rem) {
  .com-content-category-blog .c-category-title-image:has(.c-category-title):has(.c-category-image) .c-category-title {
    padding: var(--section-padding) 0;
  }
}
@media only all and (min-width: 80rem) {
  .com-content-category-blog .c-category-title-image:has(.c-category-title):has(.c-category-image) .c-category-image {
    margin-right: calc(-25vw + 25%);
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .com-content-category-blog .c-category-title-image:has(.c-category-title):has(.c-category-image) .c-category-image {
    margin-right: calc(-25vw + 25%);
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .com-content-category-blog .c-category-title-image:has(.c-category-title):has(.c-category-image) .c-category-image {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .com-content-category-blog .c-category-title-image:has(.c-category-title):has(.c-category-image) .c-category-image {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
@media only all and (max-width: 30rem) {
  .com-content-category-blog .c-category-title-image:has(.c-category-title):has(.c-category-image) .c-category-image {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
.com-content-category-blog .c-category-title-image:has(.c-category-title):not(:has(.c-category-image)) .c-category-title {
  padding: var(--section-padding) 0;
}
@media only all and (min-width: 80rem) {
  .com-content-category-blog .c-category-title-image:has(.c-category-title):not(:has(.c-category-image)) .c-category-title h1 {
    font-size: 5rem;
    line-height: 1.2;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .com-content-category-blog .c-category-title-image:has(.c-category-title):not(:has(.c-category-image)) .c-category-title h1 {
    font-size: 4.5rem;
    line-height: 1.2;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .com-content-category-blog .c-category-title-image:has(.c-category-title):not(:has(.c-category-image)) .c-category-title h1 {
    font-size: 4rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .com-content-category-blog .c-category-title-image:has(.c-category-title):not(:has(.c-category-image)) .c-category-title h1 {
    font-size: 3.5rem;
  }
}
@media only all and (max-width: 30rem) {
  .com-content-category-blog .c-category-title-image:has(.c-category-title):not(:has(.c-category-image)) .c-category-title h1 {
    font-size: 3rem;
  }
}
.com-content-category-blog .c-category-title-image:has(.c-category-image):not(:has(.c-category-title)) .c-category-image {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.com-content-category-blog .c-category-tags {
  position: relative;
  grid-column: 1 / -1;
  padding: 15px 0;
  font-size: 70%;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
  color: inherit;
}
.com-content-category-blog .c-category-tags::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(100vw + 2px);
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.com-content-category-blog .c-category-tags > * {
  position: relative;
  z-index: 3;
}
.com-content-category-blog .c-category-tags::before {
  background: #bbc7d5;
}
.com-content-category-blog .c-category-tags .tags {
  display: flex;
  gap: 15px 25px;
  flex-wrap: wrap;
}
.com-content-category-blog .c-category-tags a {
  color: inherit;
}
.com-content-category-blog .c-category-before-content {
  margin-top: var(--section-padding);
}
.com-content-category-blog .c-category-description {
  margin-top: var(--section-padding);
  max-width: 1000px;
}
.com-content-category-blog .c-category-description:empty {
  display: none;
}
.com-content-category-blog .c-category-after-content {
  margin-top: var(--section-padding);
}
.com-content-category-blog .c-category-articles {
  margin-top: var(--section-padding);
}
.com-content-category-blog .c-category-articles .com-content-category-blog__items {
  margin: 0;
  display: grid;
  gap: 35px;
}
@media only all and (min-width: 80rem) {
  .com-content-category-blog .c-category-articles .com-content-category-blog__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .com-content-category-blog .c-category-articles .com-content-category-blog__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .com-content-category-blog .c-category-articles .com-content-category-blog__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .com-content-category-blog .c-category-articles .com-content-category-blog__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only all and (max-width: 30rem) {
  .com-content-category-blog .c-category-articles .com-content-category-blog__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.com-content-category-blog .c-category-articles .com-content-category-blog__items:not(:first-child) {
  margin-top: 25px;
}
.com-content-category-blog .c-category-articles .com-content-category-blog__items .com-content-category-blog__item {
  overflow: visible;
}
.com-content-category-blog .c-category-articles .com-content-category-blog__items .com-content-category-blog__item .c-item-image .item-image {
  margin: 0;
  aspect-ratio: 1.7777777778;
  overflow: hidden;
  border-radius: 0;
}
.com-content-category-blog .c-category-articles .com-content-category-blog__items .com-content-category-blog__item .c-item-image .item-image:hover img {
  height: 110%;
}
.com-content-category-blog .c-category-articles .com-content-category-blog__items .com-content-category-blog__item .c-item-image .item-image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  transition: 0.3s all;
}
.com-content-category-blog .c-category-articles .com-content-category-blog__items .com-content-category-blog__item .c-item-content {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.com-content-category-blog .c-category-articles .com-content-category-blog__items .com-content-category-blog__item .c-item-content:not(:first-child) {
  margin-top: 15px;
}
.com-content-category-blog .c-category-articles .com-content-category-blog__items .com-content-category-blog__item .c-item-content .c-item-title {
  flex-grow: 1;
}
.com-content-category-blog .c-category-articles .com-content-category-blog__items .com-content-category-blog__item .c-item-content .c-item-title .page-header h2 {
  font-size: inherit;
  font-weight: 700;
  text-transform: none;
  line-height: 1.5;
}
.com-content-category-blog .c-category-articles .com-content-category-blog__items .com-content-category-blog__item .c-item-content .c-item-title .page-header a {
  text-decoration-color: transparent !important;
}
.com-content-category-blog .c-category-articles .com-content-category-blog__items .com-content-category-blog__item .c-item-content .c-item-title .page-header a:hover {
  text-decoration-color: currentColor !important;
}
.com-content-category-blog .c-category-articles .com-content-category-blog__items .com-content-category-blog__item .c-item-content .c-item-info {
  /*padding-top: 5px;
						padding-bottom: 5px;*/
  position: relative;
  /*&::before {
							content: "";
							position: absolute;
							z-index: 4;
							background: $color-border-grey;
							top: 0;
							bottom: auto;
							left: 0;
							right: 0;
							width: auto;
							height: 0.5px;
						}

						&::after {
							content: "";
							position: absolute;
							z-index: 4;
							background: $color-border-grey;
							top: auto;
							bottom: 0;
							left: 0;
							right: 0;
							width: auto;
							height: 0.5px;
						}*/
}
.com-content-category-blog .c-category-articles .com-content-category-blog__items .com-content-category-blog__item .c-item-content .c-item-info .article-info {
  margin: 0;
  font-size: 80%;
  font-weight: 400;
  line-height: normal;
  color: inherit !important;
  display: flex;
  gap: 5px;
  flex-direction: column;
}
.com-content-category-blog .c-category-articles .com-content-category-blog__items .com-content-category-blog__item .c-item-content .c-item-info .article-info .article-info-term:has(.visually-hidden) {
  display: none;
}
.com-content-category-blog .c-category-articles .com-content-category-blog__items .com-content-category-blog__item .c-item-content .c-item-info .article-info dd {
  margin: 0;
}
.com-content-category-blog .c-category-articles .com-content-category-blog__items .com-content-category-blog__item .c-item-content .c-item-tags {
  overflow: hidden;
  padding-top: 15px;
}
.com-content-category-blog .c-category-articles .com-content-category-blog__items .com-content-category-blog__item .c-item-content .c-item-tags .tags {
  margin: 0;
  font-size: 80%;
  font-weight: 400;
  line-height: normal;
  color: inherit !important;
  display: flex;
  gap: 5px 15px;
  flex-wrap: wrap;
}
.com-content-category-blog .c-category-articles .com-content-category-blog__items .com-content-category-blog__item .c-item-content .c-item-readmore .btn {
  all: unset;
  cursor: pointer;
  color: inherit;
  /*text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 2px;
	text-decoration-color: currentColor;*/
  transition: all 0.2s;
  text-transform: lowercase;
  font-size: 90%;
}
.com-content-category-blog .c-category-articles .com-content-category-blog__items .com-content-category-blog__item .c-item-content .c-item-readmore .btn [class^="icon-"] {
  display: none;
}
.com-content-category-blog .c-category-articles .com-content-category-blog__items .com-content-category-blog__item .c-item-content .field-entry.c-field-professor {
  font-size: 90%;
}
.com-content-category-blog .c-category-articles .com-content-category-blog__items .com-content-category-blog__item .c-item-content .field-entry.c-field-professor .field-entry.c-field-title-description .fields-group {
  border-top: solid 1px #bbc7d5;
  padding: 10px 0;
  display: flex;
  gap: 5px 15px;
  flex-wrap: wrap;
}
@media only all and (max-width: 30rem) {
  .com-content-category-blog .c-category-articles .com-content-category-blog__items .com-content-category-blog__item .c-item-content .field-entry.c-field-professor .field-entry.c-field-title-description .fields-group {
    flex-direction: column;
  }
}
.com-content-category-blog .c-category-articles .com-content-category-blog__items .com-content-category-blog__item .c-item-content .field-entry.c-field-professor .field-entry.c-field-title-description .fields-group:last-child {
  border-bottom: solid 1px #bbc7d5;
}
.com-content-category-blog .c-category-links {
  margin-top: var(--section-padding);
}
.com-content-category-blog .c-category-children {
  margin-top: var(--section-padding);
  overflow: hidden;
}
.com-content-category-blog .c-category-children .com-content-category__children {
  padding: 10px 0;
}
.com-content-category-blog .c-category-children .com-content-category-blog__child {
  padding: 10px 0;
}
.com-content-category-blog .c-category-children .com-content-category-blog__child:has(.com-content-category-blog__children):not(:has(.collapse)) {
  padding-bottom: 0;
}
.com-content-category-blog .c-category-children .com-content-category-blog__child > .item-title {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.com-content-category-blog .c-category-children .com-content-category-blog__child > .item-title:has(+ .com-content-category-blog__children):not(:has(+ .collapse)) {
  margin-bottom: 10px;
}
.com-content-category-blog .c-category-children .com-content-category-blog__child > .item-title:has(+ .com-content-category-blog__children):not(:has(+ .collapse)) > a[data-bs-toggle="collapse"] .icon-plus::before {
  background-image: url('../../../../images/icons/remove-black.svg');
}
.com-content-category-blog .c-category-children .com-content-category-blog__child > .item-title a {
  text-decoration-color: transparent !important;
}
.com-content-category-blog .c-category-children .com-content-category-blog__child > .item-title a:hover {
  text-decoration-color: currentColor !important;
}
.com-content-category-blog .c-category-children .com-content-category-blog__child > .item-title .c-items-number {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  background: #bbc7d5;
  border-radius: 50%;
  opacity: 0.5;
}
.com-content-category-blog .c-category-children .com-content-category-blog__child > .item-title > a[data-bs-toggle="collapse"] {
  padding: 5px 0;
  margin-left: auto;
  border: none;
  background: none;
  outline: none;
  color: #000000;
  font-size: 30px;
}
.com-content-category-blog .c-category-children .com-content-category-blog__child > .item-title > a[data-bs-toggle="collapse"]:focus {
  outline: none !important;
}
.com-content-category-blog .c-category-children .com-content-category-blog__child > .item-title > a[data-bs-toggle="collapse"] .icon-plus {
  line-height: 20px;
}
.com-content-category-blog .c-category-children .com-content-category-blog__child > .item-title > a[data-bs-toggle="collapse"] .icon-plus::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('../../../../images/icons/add-black.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.com-content-category-blog .c-category-children .com-content-category-blog__child > .com-content-category-blog__children {
  margin-left: 25px;
}
.com-content-category-blog .c-category-children .com-content-category-blog__child > .com-content-category-blog__children .item-title {
  font-size: 1rem;
  font-weight: 400;
}
.com-content-category-blog .c-category-navigation {
  margin-top: var(--section-padding);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.com-content-category-blog .c-category-navigation .com-content-category-blog__counter {
  padding: 0 !important;
  margin: 0 !important;
}
.com_content.view-article #g-mainbar {
  padding-top: 0 !important;
}
.com-content-article:has(.c-article-sidebar) {
  display: grid;
}
@media only all and (min-width: 80rem) {
  .com-content-article:has(.c-article-sidebar) {
    grid-template-columns: 75% 25%;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .com-content-article:has(.c-article-sidebar) {
    grid-template-columns: 75% 25%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .com-content-article:has(.c-article-sidebar) {
    grid-template-columns: 100%;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .com-content-article:has(.c-article-sidebar) {
    grid-template-columns: 100%;
  }
}
@media only all and (max-width: 30rem) {
  .com-content-article:has(.c-article-sidebar) {
    grid-template-columns: 100%;
  }
}
@media only all and (min-width: 80rem) {
  .com-content-article:has(.c-article-sidebar) .c-article-mainbar {
    padding-right: var(--section-padding);
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .com-content-article:has(.c-article-sidebar) .c-article-mainbar {
    padding-right: var(--section-padding);
  }
}
.com-content-article:has(.c-article-sidebar) .c-article-sidebar {
  position: relative;
}
@media only all and (min-width: 80rem) {
  .com-content-article:has(.c-article-sidebar) .c-article-sidebar {
    padding-left: var(--section-padding);
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .com-content-article:has(.c-article-sidebar) .c-article-sidebar {
    padding-left: var(--section-padding);
  }
}
.com-content-article:has(.c-article-sidebar) .c-article-sidebar .c-article-sidebar-container {
  position: sticky;
  top: 0;
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}
.com-content-article:has(.c-article-sidebar) .c-article-sidebar .moduletable:not(:first-child) {
  margin-top: var(--section-padding);
}
.com-content-article .c-article-mainbar {
  padding-bottom: var(--section-padding);
}
.com-content-article .c-article-mainbar:not(:empty):not(:has(.c-article-title-image:last-child)) {
  padding-bottom: var(--section-padding);
}
.com-content-article .c-article-title-image {
  position: relative;
  grid-column: 1 / -1;
}
.com-content-article .c-article-title-image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(100vw + 2px);
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.com-content-article .c-article-title-image > * {
  position: relative;
  z-index: 3;
}
.com-content-article .c-article-title-image::before {
  background: #041329;
}
.com-content-article .c-article-title-image > * {
  color: #fff;
}
.com-content-article .c-article-title-image .c-article-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: end;
  color: #fff;
}
.com-content-article .c-article-title-image .c-article-title > * {
  margin: 0;
}
.com-content-article .c-article-title-image .c-article-title h1 {
  color: #e84a5f;
}
.com-content-article .c-article-title-image .c-article-title h2 {
  text-transform: none;
}
@media only all and (min-width: 80rem) {
  .com-content-article .c-article-title-image .c-article-title h2 {
    font-size: 1.5rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .com-content-article .c-article-title-image .c-article-title h2 {
    font-size: 1.5rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .com-content-article .c-article-title-image .c-article-title h2 {
    font-size: 1.25rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .com-content-article .c-article-title-image .c-article-title h2 {
    font-size: 1.25rem;
  }
}
@media only all and (max-width: 30rem) {
  .com-content-article .c-article-title-image .c-article-title h2 {
    font-size: 1.25rem;
  }
}
.com-content-article .c-article-title-image .c-article-image {
  position: relative;
  overflow: hidden;
  background: #041329;
}
@media only all and (min-width: 80rem) {
  .com-content-article .c-article-title-image .c-article-image {
    min-height: 350px;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .com-content-article .c-article-title-image .c-article-image {
    min-height: 350px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .com-content-article .c-article-title-image .c-article-image {
    min-height: 300px;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .com-content-article .c-article-title-image .c-article-image {
    min-height: 300px;
  }
}
@media only all and (max-width: 30rem) {
  .com-content-article .c-article-title-image .c-article-image {
    min-height: 250px;
  }
}
.com-content-article .c-article-title-image .c-article-image img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  filter: grayscale(1) contrast(1.1) brightness(0.9);
  mix-blend-mode: luminosity;
}
.com-content-article .c-article-title-image:has(.c-article-title):has(.c-article-image) {
  display: grid;
}
@media only all and (min-width: 80rem) {
  .com-content-article .c-article-title-image:has(.c-article-title):has(.c-article-image) {
    grid-template-columns: 50% 50%;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .com-content-article .c-article-title-image:has(.c-article-title):has(.c-article-image) {
    grid-template-columns: 50% 50%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .com-content-article .c-article-title-image:has(.c-article-title):has(.c-article-image) {
    grid-template-columns: 100%;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .com-content-article .c-article-title-image:has(.c-article-title):has(.c-article-image) {
    grid-template-columns: 100%;
  }
}
@media only all and (max-width: 30rem) {
  .com-content-article .c-article-title-image:has(.c-article-title):has(.c-article-image) {
    grid-template-columns: 100%;
  }
}
@media only all and (min-width: 80rem) {
  .com-content-article .c-article-title-image:has(.c-article-title):has(.c-article-image) .c-article-title {
    padding: var(--section-padding);
    padding-left: 0;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .com-content-article .c-article-title-image:has(.c-article-title):has(.c-article-image) .c-article-title {
    padding: var(--section-padding);
    padding-left: 0;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .com-content-article .c-article-title-image:has(.c-article-title):has(.c-article-image) .c-article-title {
    padding: var(--section-padding) 0;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .com-content-article .c-article-title-image:has(.c-article-title):has(.c-article-image) .c-article-title {
    padding: var(--section-padding) 0;
  }
}
@media only all and (max-width: 30rem) {
  .com-content-article .c-article-title-image:has(.c-article-title):has(.c-article-image) .c-article-title {
    padding: var(--section-padding) 0;
  }
}
@media only all and (min-width: 80rem) {
  .com-content-article .c-article-title-image:has(.c-article-title):has(.c-article-image) .c-article-title h1 {
    font-size: 3.5rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .com-content-article .c-article-title-image:has(.c-article-title):has(.c-article-image) .c-article-title h1 {
    font-size: 3rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .com-content-article .c-article-title-image:has(.c-article-title):has(.c-article-image) .c-article-title h1 {
    font-size: 3rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .com-content-article .c-article-title-image:has(.c-article-title):has(.c-article-image) .c-article-title h1 {
    font-size: 2.5rem;
  }
}
@media only all and (max-width: 30rem) {
  .com-content-article .c-article-title-image:has(.c-article-title):has(.c-article-image) .c-article-title h1 {
    font-size: 2.5rem;
  }
}
@media only all and (min-width: 80rem) {
  .com-content-article .c-article-title-image:has(.c-article-title):has(.c-article-image) .c-article-image {
    margin-right: calc(-25vw + 25%);
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .com-content-article .c-article-title-image:has(.c-article-title):has(.c-article-image) .c-article-image {
    margin-right: calc(-25vw + 25%);
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .com-content-article .c-article-title-image:has(.c-article-title):has(.c-article-image) .c-article-image {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .com-content-article .c-article-title-image:has(.c-article-title):has(.c-article-image) .c-article-image {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
@media only all and (max-width: 30rem) {
  .com-content-article .c-article-title-image:has(.c-article-title):has(.c-article-image) .c-article-image {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
.com-content-article .c-article-title-image:has(.c-article-title):not(:has(.c-article-image)) .c-article-title {
  padding: var(--section-padding) 0;
}
@media only all and (min-width: 80rem) {
  .com-content-article .c-article-title-image:has(.c-article-title):not(:has(.c-article-image)) .c-article-title h1 {
    font-size: 5rem;
    line-height: 1.2;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .com-content-article .c-article-title-image:has(.c-article-title):not(:has(.c-article-image)) .c-article-title h1 {
    font-size: 4.5rem;
    line-height: 1.2;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .com-content-article .c-article-title-image:has(.c-article-title):not(:has(.c-article-image)) .c-article-title h1 {
    font-size: 4rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .com-content-article .c-article-title-image:has(.c-article-title):not(:has(.c-article-image)) .c-article-title h1 {
    font-size: 3.5rem;
  }
}
@media only all and (max-width: 30rem) {
  .com-content-article .c-article-title-image:has(.c-article-title):not(:has(.c-article-image)) .c-article-title h1 {
    font-size: 3rem;
  }
}
.com-content-article .c-article-title-image:has(.c-article-image):not(:has(.c-article-title)) .c-article-image {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.com-content-article .c-article-info-tags-edit {
  position: relative;
  grid-column: 1 / -1;
  padding: 15px 0;
  display: flex;
  gap: 15px 25px;
  flex-wrap: wrap;
  font-size: 70%;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
  color: inherit;
}
.com-content-article .c-article-info-tags-edit::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(100vw + 2px);
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.com-content-article .c-article-info-tags-edit > * {
  position: relative;
  z-index: 3;
}
.com-content-article .c-article-info-tags-edit::before {
  background: #bbc7d5;
}
@media only all and (min-width: 80rem) {
  .com-content-article .c-article-info-tags-edit {
    align-items: center;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .com-content-article .c-article-info-tags-edit {
    align-items: center;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .com-content-article .c-article-info-tags-edit {
    align-items: center;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .com-content-article .c-article-info-tags-edit {
    flex-direction: column;
  }
}
@media only all and (max-width: 30rem) {
  .com-content-article .c-article-info-tags-edit {
    flex-direction: column;
  }
}
.com-content-article .c-article-info-tags-edit .c-article-info:has(.article-info-term:first-child:last-child) {
  display: none;
}
.com-content-article .c-article-info-tags-edit .c-article-info .article-info {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  color: inherit !important;
}
@media only all and (min-width: 80rem) {
  .com-content-article .c-article-info-tags-edit .c-article-info .article-info {
    align-items: center;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .com-content-article .c-article-info-tags-edit .c-article-info .article-info {
    align-items: center;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .com-content-article .c-article-info-tags-edit .c-article-info .article-info {
    align-items: center;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .com-content-article .c-article-info-tags-edit .c-article-info .article-info {
    flex-direction: column;
  }
}
@media only all and (max-width: 30rem) {
  .com-content-article .c-article-info-tags-edit .c-article-info .article-info {
    flex-direction: column;
  }
}
.com-content-article .c-article-info-tags-edit .c-article-info .article-info .article-info-term:has(.visually-hidden) {
  display: none;
}
.com-content-article .c-article-info-tags-edit .c-article-info .article-info dd {
  margin: 0;
}
.com-content-article .c-article-info-tags-edit .c-article-tags .tags li a {
  text-decoration-color: transparent !important;
}
.com-content-article .c-article-info-tags-edit .c-article-tags .tags li a:hover {
  text-decoration-color: currentColor !important;
}
.com-content-article .c-article-after-title {
  margin-top: var(--section-padding);
}
.com-content-article .c-article-before-content {
  margin-top: var(--section-padding);
}
.com-content-article .c-article-body {
  margin-top: var(--section-padding);
  max-width: 1000px;
}
.com-content-article .c-article-links {
  margin-top: var(--section-padding);
}
.com-content-article .c-article-after-content {
  margin-top: var(--section-padding);
}
.com-content-article .c-article-after-content .fields-container .field-entry.tabs {
  order: 0;
}
.com-content-article .c-article-after-content .fields-container .field-entry.photo-gallery {
  order: 1;
}
.com-content-article [class*="c-article-"] > .fields-container {
  display: flex;
  flex-direction: column;
  gap: var(--section-padding);
}
.com-content-article [class*="c-article-"] > .fields-container > .field-entry > .field-label {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  font-family: "Ubuntu";
  font-size: 1.35rem;
  font-weight: 400;
  text-transform: none;
  text-wrap: balance;
  margin-top: 0;
}
.com-content-article .field-entry.c-field-photos {
  order: 0;
}
.com-content-article .field-entry.c-field-photos .field-value .fields-container .c-photo {
  overflow: hidden;
  aspect-ratio: 1.7777777778;
}
.com-content-article .field-entry.c-field-photos .field-value .fields-container .c-photo a {
  display: contents;
}
.com-content-article .field-entry.c-field-photos .field-value .fields-container .c-photo img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.com-content-article .field-entry.c-field-tabs {
  order: 1;
}
.com-content-article .field-entry.c-field-tabs .c-field-tabs-instance:not(:first-child) {
  margin-top: var(--section-padding);
}
.com-content-article .field-entry.c-field-tabs .c-field-tabs-instance > .c-field-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  font-family: "Ubuntu";
  font-size: 1.35rem;
  font-weight: 400;
  text-transform: none;
  text-wrap: balance;
  margin-top: 0;
}
.com-content-article .field-entry.c-field-tabs .c-field-tabs-instance .c-field-title-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.com-content-article .field-entry.c-field-tabs .c-field-tabs-instance .c-field-title-content .c-field-titles {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
@media only all and (min-width: 80rem) {
  .com-content-article .field-entry.c-field-tabs .c-field-tabs-instance .c-field-title-content .c-field-titles {
    gap: 10px;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .com-content-article .field-entry.c-field-tabs .c-field-tabs-instance .c-field-title-content .c-field-titles {
    gap: 10px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .com-content-article .field-entry.c-field-tabs .c-field-tabs-instance .c-field-title-content .c-field-titles {
    gap: 10px;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .com-content-article .field-entry.c-field-tabs .c-field-tabs-instance .c-field-title-content .c-field-titles {
    gap: 5px;
    font-size: 90%;
  }
}
@media only all and (max-width: 30rem) {
  .com-content-article .field-entry.c-field-tabs .c-field-tabs-instance .c-field-title-content .c-field-titles {
    gap: 5px;
    font-size: 90%;
  }
}
.com-content-article .field-entry.c-field-tabs .c-field-tabs-instance .c-field-title-content .c-field-titles .c-field-title {
  padding: 5px 15px;
  /*border-top: solid 1px $base-text-color;
						border-left: solid 1px $base-text-color;
						border-top-left-radius: $border-radius;*/
  background: #bbc7d5;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  text-decoration-color: transparent;
}
.com-content-article .field-entry.c-field-tabs .c-field-tabs-instance .c-field-title-content .c-field-titles .c-field-title:hover, .com-content-article .field-entry.c-field-tabs .c-field-tabs-instance .c-field-title-content .c-field-titles .c-field-title.c-active {
  background: #041329;
  color: #fff;
  text-decoration: none !important;
}
.com-content-article .field-entry.c-field-tabs .c-field-tabs-instance .c-field-title-content .c-field-titles:not(:has(.c-active)) .c-field-title:first-child {
  background: #041329;
  text-decoration: none !important;
  color: #fff;
}
.com-content-article .field-entry.c-field-tabs .c-field-tabs-instance .c-field-title-content .c-field-contents .c-field-content {
  /*padding: 25px 0 0 25px;
						border-top: solid 1px $base-text-color;
						border-left: solid 1px $base-text-color;
						border-top-left-radius: $border-radius;*/
  margin-top: 10px;
  display: none;
}
.com-content-article .field-entry.c-field-tabs .c-field-tabs-instance .c-field-title-content .c-field-contents .c-field-content.c-active {
  display: block;
}
.com-content-article .field-entry.c-field-tabs .c-field-tabs-instance .c-field-title-content .c-field-contents:not(:has(.c-active)) .c-field-content:first-child {
  display: block;
}
.com-content-article .field-entry.c-field-lists {
  order: 2;
}
.com-content-article .field-entry.c-field-lists > .field-value > .fields-container {
  display: grid;
  gap: var(--section-padding);
}
@media only all and (min-width: 80rem) {
  .com-content-article .field-entry.c-field-lists > .field-value > .fields-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .com-content-article .field-entry.c-field-lists > .field-value > .fields-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .com-content-article .field-entry.c-field-lists > .field-value > .fields-container {
    grid-template-columns: 100%;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .com-content-article .field-entry.c-field-lists > .field-value > .fields-container {
    grid-template-columns: 100%;
  }
}
@media only all and (max-width: 30rem) {
  .com-content-article .field-entry.c-field-lists > .field-value > .fields-container {
    grid-template-columns: 100%;
  }
}
.com-content-article .field-entry.c-field-lists > .field-value > .fields-container > .c-field-lists-instance > .c-field-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  font-family: "Ubuntu";
  font-size: 1.35rem;
  font-weight: 400;
  text-transform: none;
  text-wrap: balance;
  margin-top: 0;
}
.com-content-article .field-entry.c-field-lists > .field-value > .fields-container > .c-field-lists-instance .c-field-title-description-link .c-field-group {
  border-top: solid 1px #bbc7d5;
  padding: 10px 0;
  display: flex;
  gap: 5px 15px;
  flex-wrap: wrap;
}
@media only all and (max-width: 30rem) {
  .com-content-article .field-entry.c-field-lists > .field-value > .fields-container > .c-field-lists-instance .c-field-title-description-link .c-field-group {
    flex-direction: column;
  }
}
.com-content-article .field-entry.c-field-lists > .field-value > .fields-container > .c-field-lists-instance .c-field-title-description-link .c-field-group:last-child {
  border-bottom: solid 1px #bbc7d5;
}
.com-content-article .field-entry.c-field-lists > .field-value > .fields-container > .c-field-lists-instance .c-field-title-description-link .c-field-group > .c-field-title {
  min-width: 150px;
  font-weight: 500;
}
.com-content-article .field-entry.c-field-maps {
  order: 3;
}
.com-content-article .field-entry.c-field-maps .c-field-maps-instance:not(:first-child) {
  margin-top: var(--section-padding);
}
.com-content-article .field-entry.c-field-maps .c-field-maps-instance .c-field-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  font-family: "Ubuntu";
  font-size: 1.35rem;
  font-weight: 400;
  text-transform: none;
  text-wrap: balance;
  margin-top: 0;
}
.com-content-article .field-entry.c-field-forms {
  order: 4;
}
.com-content-article .field-entry.c-field-forms > .field-value > .fields-container .c-field-forms-instance:not(:first-child) {
  margin-top: var(--section-padding);
}
.com-content-article .field-entry.c-field-forms > .field-value > .fields-container .c-field-forms-instance .c-field-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  font-family: "Ubuntu";
  font-size: 1.35rem;
  font-weight: 400;
  text-transform: none;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 25px;
}
.com-content-article .field-entry.c-field-forms > .field-value > .fields-container .c-field-forms-instance .c-field-content .field-value p:empty {
  display: none;
}
.com-content-article .field-entry.c-field-professor .field-entry.c-field-title-description .fields-group {
  border-top: solid 1px #bbc7d5;
  padding: 10px 0;
  display: flex;
  gap: 5px 15px;
  flex-wrap: wrap;
}
@media only all and (max-width: 30rem) {
  .com-content-article .field-entry.c-field-professor .field-entry.c-field-title-description .fields-group {
    flex-direction: column;
  }
}
.com-content-article .field-entry.c-field-professor .field-entry.c-field-title-description .fields-group:last-child {
  border-bottom: solid 1px #bbc7d5;
}
.com-content-article .field-entry.c-field-professor .field-entry.c-field-title-description .fields-group > .c-field-title {
  font-weight: 400;
}
.mod-custom > *:first-child {
  margin-top: 0;
}
.mod-custom > *:last-child {
  margin-bottom: 0;
}
.com-tags-tag .com-tags__items .list-group, .com-tags .com-tags__items .list-group {
  margin: 35px 0 0 0;
}
.com-tags-tag .com-tags__items .list-group .list-group-item, .com-tags .com-tags__items .list-group .list-group-item {
  padding: 15px 0;
  border: none;
  border-top: solid 1px #bbc7d5;
  background: none;
}
.com-tags-tag .com-tags__items .list-group .list-group-item:last-child, .com-tags .com-tags__items .list-group .list-group-item:last-child {
  border-bottom: solid 1px #bbc7d5;
}
.com-tags-tag .com-tags__items .list-group .list-group-item a, .com-tags .com-tags__items .list-group .list-group-item a {
  text-decoration-color: transparent !important;
}
.com-tags-tag .com-tags__items .list-group .list-group-item a:hover, .com-tags .com-tags__items .list-group .list-group-item a:hover {
  text-decoration-color: currentColor !important;
}
/* ********* */
/* MAIN MENU */
/* ********* */
.g-main-nav {
  font-family: "Ubuntu";
  font-weight: 200;
  line-height: 1.5;
}
.g-main-nav .g-toplevel {
  line-height: 3.125;
}
.g-main-nav .g-toplevel > li {
  margin: 0 0.5rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-main-nav .g-toplevel > li {
    margin: 0 0.2rem;
  }
}
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #ffffff;
  padding: 3.75px 0;
  font-weight: inherit;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  padding: 0 0 3.75px;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator {
  vertical-align: top;
  display: none;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator::after {
  content: "";
  opacity: 0.75;
  width: 1rem;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container i {
  opacity: 1;
}
.g-main-nav .g-toplevel > li:hover > .g-menu-item-container {
  color: rgba(255, 255, 255, 0.7);
}
.g-main-nav .g-toplevel > li:hover > .g-menu-item-container > .g-selected {
  color: rgba(255, 255, 255, 0.7);
}
.g-main-nav .g-dropdown {
  padding: 5px;
  background: #051732;
  border: 1px solid #041126;
  border-radius: 0;
  z-index: 10;
}
.g-main-nav .g-dropdown > .g-dropdown-column {
  border: 1px solid transparent;
}
.g-main-nav .g-dropdown a {
  color: #ffffff;
}
.g-main-nav .g-dropdown a:hover {
  color: #e84a5f;
}
.g-main-nav .g-dropdown .g-dropdown-column {
  position: relative;
}
.g-main-nav .g-dropdown .g-dropdown {
  margin-left: 20px;
}
.g-main-nav .g-sublevel > li > .g-menu-item-container {
  color: #ffffff;
  font-weight: inherit;
  font-size: 90%;
}
.g-main-nav .g-sublevel > li > .g-menu-item-container > .g-selected {
  color: #ffffff;
}
.g-main-nav .g-sublevel > li > .g-menu-item-container:has(.g-nav-header) {
  font-size: 80%;
  font-weight: 700;
  letter-spacing: 2px;
  color: #ffffff !important;
  text-transform: none;
  cursor: default;
}
.g-main-nav .g-sublevel > li > .g-menu-item-container:has(.g-nav-header) .g-menu-item-content {
  cursor: inherit;
  color: inherit;
}
.g-main-nav .g-sublevel > li:hover > .g-menu-item-container, .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
  color: #e84a5f;
}
.g-main-nav .g-sublevel > li:hover > .g-menu-item-container > .g-selected, .g-main-nav .g-sublevel > li.active > .g-menu-item-container > .g-selected {
  color: #e84a5f;
}
.g-main-nav .g-sublevel > li.g-menu-item-type-particle > .g-menu-item-container {
  border: 0;
}
.g-main-nav .g-sublevel > li.g-menu-item-type-particle:hover > .g-menu-item-container, .g-main-nav .g-sublevel > li.g-menu-item-type-particle.active > .g-menu-item-container {
  border: 0;
}
.g-main-nav .g-sublevel > li.g-menu-item-type-particle:hover > .g-menu-item-container {
  background: inherit;
}
.g-main-nav .g-menu-parent-indicator::after {
  opacity: 1 !important;
  font-size: 85% !important;
}
/* *********** */
/* MOBILE MENU */
/* *********** */
#g-offcanvas #g-mobilemenu-container ul {
  background: #041329;
}
#g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
  color: #ffffff;
  padding: 15px;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container {
  color: #ffffff;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #e3263f;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
  background: #e5334b;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  background: #e6384f;
  border-radius: 50%;
  margin: -0.3rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #e3263f;
}
#g-offcanvas #g-mobilemenu-container ul .g-dropdown-column {
  width: 15rem;
}
#g-offcanvas #g-mobilemenu-container ul i.fa {
  width: 1.5rem;
}
#g-offcanvas #g-mobilemenu-container .g-menu-parent-indicator::after {
  opacity: 1 !important;
}
#g-mobilemenu-container {
  margin: -25px;
}
.g-offcanvas-toggle {
  font-size: 2rem;
  color: #e84a5f;
  width: 40px;
  height: 30px;
  top: 1.2rem;
  z-index: 100001;
  display: none !important;
  display: none;
  box-shadow: inset 0 2px #e84a5f;
}
@media only all and (min-width: 80rem) {
  .g-offcanvas-toggle {
    top: 37px;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .g-offcanvas-toggle {
    top: 37px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-offcanvas-toggle {
    top: 37px;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-offcanvas-toggle {
    top: 32px;
  }
}
@media only all and (max-width: 30rem) {
  .g-offcanvas-toggle {
    top: 32px;
  }
}
@media only all and (min-width: 79.875rem) {
  .g-offcanvas-toggle {
    display: none !important;
  }
}
@media only all and (max-width: 79.875rem) {
  .g-offcanvas-toggle {
    display: block !important;
  }
}
.g-offcanvas-toggle.g-offcanvas-hide {
  display: block;
}
.g-offcanvas-open .g-offcanvas-toggle {
  color: rgba(255, 255, 255, 0.6);
}
@media only all and (max-width: 79.875rem) {
  .g-offcanvas-toggle {
    display: block;
  }
}
.g-offcanvas-toggle .fa {
  display: none;
}
.g-offcanvas-toggle::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  bottom: auto;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #e84a5f;
}
.g-offcanvas-toggle::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #e84a5f;
}
.g-offcanvas-right .g-offcanvas-toggle {
  right: 30px;
  left: auto;
}
.g-offcanvas-open .g-nav-overlay {
  z-index: 100000;
}
.g-offcanvas-open .g-offcanvas-left #g-page-surround {
  left: 15rem;
}
.g-offcanvas-open .g-offcanvas-right #g-page-surround {
  right: 15rem;
}
.g-offcanvas-open .dir-rtl.g-offcanvas-left #g-offcanvas {
  right: auto;
}
.g-offcanvas-open .dir-rtl.g-offcanvas-right #g-offcanvas {
  left: auto;
}
/* ********************** */
/* Navigation Auto Scroll */
/* ********************** */
@media only all and (min-width: 80rem) {
  #g-page-surround {
    padding-top: 105px;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  #g-page-surround {
    padding-top: 105px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-page-surround {
    padding-top: 105px;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  #g-page-surround {
    padding-top: 95px;
  }
}
@media only all and (max-width: 30rem) {
  #g-page-surround {
    padding-top: 95px;
  }
}
#g-navigation {
  transition: 0.3s all;
}
@media only all and (min-width: 80rem) {
  #g-navigation {
    height: 105px;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  #g-navigation {
    height: 105px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-navigation {
    height: 105px;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  #g-navigation {
    height: 95px;
  }
}
@media only all and (max-width: 30rem) {
  #g-navigation {
    height: 95px;
  }
}
@media only all and (min-width: 768px) {
  #g-navigation {
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
  }
}
@media only all and (max-width: 767px) {
  #g-navigation {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    z-index: 100;
    width: 100%;
  }
}
.site.c-homepage #g-navigation {
  background: none;
}
.site.c-homepage #g-navigation:not(.nas-not-top)::after {
  display: none;
}
.site.c-homepage #g-navigation.nas-not-top {
  background: #041329;
}
/* ********** */
/* OTHER MENU */
/* ********** */
.nav {
  all: unset;
}
.nav.c-horizontal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 15px;
}
.nav.c-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 25px;
}
.nav.c-footer .nav-item {
  padding: 0;
}
.nav.c-footer .nav-item:has(.nav-header) {
  flex-grow: 1;
  width: 100%;
  text-transform: none;
  color: #e84a5f;
}
.nav.c-footer .nav-item:has(.nav-header):not(:first-child) {
  margin-top: 50px;
}
/* **** */
/* LOGO */
/* **** */
@media only all and (min-width: 80rem) {
  .c-logo img, .c-logo svg {
    width: 300px;
    height: 75px;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .c-logo img, .c-logo svg {
    width: 300px;
    height: 75px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .c-logo img, .c-logo svg {
    width: 280px;
    height: 70px;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .c-logo img, .c-logo svg {
    width: 260px;
    height: 65px;
  }
}
@media only all and (max-width: 30rem) {
  .c-logo img, .c-logo svg {
    width: 260px;
    height: 65px;
  }
}
/* ***** */
/* FORMS */
/* ***** */
form#contact-form > * {
  margin: 0;
}
form#contact-form > * + * {
  margin-top: 20px;
}
form fieldset {
  padding: 0;
  margin: 0;
}
form fieldset > * {
  margin: 0;
}
form fieldset > *:not(:first-child) {
  margin-top: 20px;
}
form fieldset + fieldset {
  margin-top: 50px;
}
form legend {
  font-weight: bold;
}
form .control-group {
  margin: 0;
}
form .control-group:not(:first-child) {
  margin-top: 20px;
}
form .control-group > *:not(.control-label):not(.controls) {
  margin: 0;
}
form .control-group > *:not(.control-label):not(.controls):not(:first-child) {
  margin-top: 20px;
}
form .control-group .control-label label {
  display: block;
  margin-bottom: 5px;
}
form .visually-hidden:first-child + * {
  margin-top: 0;
}
form input[type="text"], form input[type="email"], form input[type="password"], form input[type="url"], form input[type="file"], form input[type="number"], form input[type="date"], form input[type="time"], form input[type="tel"], form input[type="search"], form select, form select.form-select {
  box-sizing: border-box;
  padding: 8px 15px;
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: 40px;
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  border: 1px solid #bbc7d5;
  border-radius: 10px;
  background-color: transparent;
  box-shadow: none;
}
form input[type="text"]::placeholder, form input[type="email"]::placeholder, form input[type="password"]::placeholder, form input[type="url"]::placeholder, form input[type="file"]::placeholder, form input[type="number"]::placeholder, form input[type="date"]::placeholder, form input[type="time"]::placeholder, form input[type="tel"]::placeholder, form input[type="search"]::placeholder, form select::placeholder, form select.form-select::placeholder {
  color: #000000;
}
form input[type="file"] {
  height: auto;
  background: none;
}
form select[multiple="multiple"] {
  height: 120px;
}
form input[type="radio"], form input[type="checkbox"] {
  position: relative;
  box-sizing: border-box;
  padding: 0;
  margin: 5px 5px 5px 0;
  box-shadow: none;
}
form textarea, form textarea.form-control {
  box-sizing: border-box;
  padding: 8px 15px;
  width: 100%;
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  border: 1px solid #bbc7d5;
  border-radius: 10px;
  background-color: transparent;
  box-shadow: none;
}
form textarea::placeholder, form textarea.form-control::placeholder {
  /* Firefox 18- */
  color: #000000;
}
/* ********** */
/* RSFORM PRO */
/* ********** */
.formContainer .rsform-block:last-child {
  margin-bottom: 0 !important;
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .formContainer .rsform-block .formControlLabel {
    margin-bottom: 5px;
  }
}
@media only all and (max-width: 30rem) {
  .formContainer .rsform-block .formControlLabel {
    margin-bottom: 5px;
  }
}
.formContainer .rsform-block .formControls button.rsform-calendar-button {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.formContainer .rsform-block.rsform-block-consent .formRequired {
  display: none;
}
.formContainer .rsform-block.rsform-block-antispam .formRequired {
  display: none;
}
/* ********** */
/* LOGIN FORM */
/* ********** */
.mod-login .mod-login__userdata > * {
  margin: 0;
}
.mod-login .mod-login__userdata > *:not(:first-child) {
  margin-top: 20px;
}
.mod-login .mod-login__options {
  list-style: none;
}
.mod-login .mod-login__options [class^="icon-"] {
  display: none;
}
/* ******* */
/* CONTACT */
/* ******* */
.com-contact-category {
  padding: var(--section-padding) 0;
}
.com-contact-category .c-category-title {
  margin: 0 0 var(--section-padding) 0;
}
.com-contact-category .c-category-mainbar .c-category-articles .com-content-category__table {
  border: none;
}
.com-contact-category .c-category-mainbar .c-category-articles .com-content-category__table tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}
.com-contact-category .c-category-mainbar .c-category-articles .com-content-category__table tbody tr {
  flex: 1 1 auto;
}
.com-contact-category .c-category-mainbar .c-category-articles .com-content-category__table tbody tr th {
  display: block;
  width: 100%;
  padding: 0;
  text-align: center;
}
.com-contact-category .c-category-mainbar .c-category-articles .com-content-category__table tbody tr td {
  display: block;
  width: 100%;
  padding: 0;
  margin-top: 15px;
  text-align: center;
}
.com-contact-category .c-category-mainbar .c-category-articles .com-content-category__table tbody tr .list-title a {
  padding: 35px;
  background: #bbc7d5;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 120%;
}
.com-contact-category .c-category-mainbar .c-category-articles .com-content-category__table tbody tr .list-title a:hover {
  background: #e84a5f;
  color: #fff;
}
.com-contact-category .c-category-mainbar .c-category-articles .com-content-category__table tbody tr .list-title img {
  border: none;
  border-radius: 10px;
  background: none;
}
.com-contact {
  display: grid;
  gap: 0 var(--section-padding);
  grid-auto-flow: dense;
}
@media only all and (min-width: 80rem) {
  .com-contact {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "title title" "header form" "address form" "info form";
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .com-contact {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "title title" "header form" "address form" "info form";
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .com-contact {
    grid-template-areas: "title" "header" "address" "info" "form";
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .com-contact {
    grid-template-areas: "title" "header" "address" "info" "form";
  }
}
@media only all and (max-width: 30rem) {
  .com-contact {
    grid-template-areas: "title" "header" "address" "info" "form";
  }
}
.com-contact h1 {
  grid-area: title;
  grid-column: 1 / -1;
  margin: 0 0 var(--section-padding) 0;
}
.com-contact > .page-header {
  grid-area: header;
  grid-column: 1 / -1;
  margin-bottom: 35px;
}
.com-contact > h3 {
  display: none;
}
.com-contact .com-contact__container {
  grid-area: address;
}
.com-contact .com-contact__container > h3 {
  display: none;
}
.com-contact .com-contact__container .com-contact__thumbnail img {
  width: 200px;
  height: 50px;
}
.com-contact .com-contact__container .com-contact__position {
  overflow: auto;
}
.com-contact .com-contact__container .com-contact__position dt {
  margin: 2px 10px 2px 0;
  float: left;
  clear: left;
  text-align: center;
}
.com-contact .com-contact__container .com-contact__position dd {
  margin: 2px 0;
  float: left;
}
.com-contact .com-contact__container .com-contact__info {
  margin-top: 35px;
}
.com-contact .com-contact__container .com-contact__info .com-contact__address {
  margin: 0;
  overflow: auto;
  display: grid;
  grid-template-columns: auto 1fr;
}
.com-contact .com-contact__container .com-contact__info .com-contact__address dt {
  width: 20px;
  margin: 2px 10px 2px 0;
  float: left;
  clear: left;
  text-align: center;
}
.com-contact .com-contact__container .com-contact__info .com-contact__address dd {
  display: inline-flex;
  margin: 2px 0;
  float: left;
}
.com-contact .com-contact__container .com-contact__info .com-contact__address dd:has(+ dd)::after {
  content: ",";
  margin-right: 5px;
}
.com-contact .com-contact__container .com-contact__info a {
  text-decoration-color: transparent !important;
}
.com-contact .com-contact__container .com-contact__info a:hover {
  text-decoration-color: currentColor !important;
}
.com-contact .com-contact__form {
  grid-area: form;
  grid-row: span 10;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .com-contact .com-contact__form {
    margin-top: 35px;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .com-contact .com-contact__form {
    margin-top: 35px;
  }
}
@media only all and (max-width: 30rem) {
  .com-contact .com-contact__form {
    margin-top: 35px;
  }
}
.com-contact .com-contact__form #contact-form legend {
  display: none;
}
.com-contact .com-contact__form #contact-form .control-group.field-spacer {
  display: none;
}
.com-contact .com-contact__form #contact-form .control-group.field-spacer + .control-group {
  margin-top: 0;
}
.com-contact .com-contact__form #contact-form .star {
  display: none;
}
.com-contact .com-contact__miscinfo {
  grid-area: info;
  margin-top: 35px;
}
.com-contact .com-contact__miscinfo dl {
  margin: 0;
}
.com-contact .com-contact__miscinfo dt {
  display: none;
}
.com-contact .com-contact__miscinfo dd {
  margin: 0;
}
/* ****** */
/* SEARCH */
/* ****** */
.com-finder > h1:first-child {
  margin: 0 0 50px 0;
}
.com-finder #search-form .form-inline label {
  display: none;
}
.com-finder #search-form .form-inline .js-finder-search-query {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.com-finder #search-results #search-result-list {
  margin: var(--section-padding) 0;
  display: grid;
  gap: 50px;
}
@media only all and (min-width: 80rem) {
  .com-finder #search-results #search-result-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .com-finder #search-results #search-result-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .com-finder #search-results #search-result-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .com-finder #search-results #search-result-list {
    grid-template-columns: 1fr;
  }
}
@media only all and (max-width: 30rem) {
  .com-finder #search-results #search-result-list {
    grid-template-columns: 1fr;
  }
}
.com-finder #search-results #search-result-list .result__item {
  border: none;
  padding: 0;
  margin: 0;
}
.com-finder #search-results #search-result-list .result__item:not(:has(.result__image))::before {
  margin-bottom: 25px;
  content: "";
  display: block;
  aspect-ratio: 1.7777777778;
  background-color: #000000;
  background-image: url('../../../../images/icons/none-white.svg');
  background-size: 25%;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0;
}
.com-finder #search-results #search-result-list .result__item > * {
  margin: 0;
}
.com-finder #search-results #search-result-list .result__item .result__image {
  margin-bottom: 25px;
  aspect-ratio: 1.7777777778;
  overflow: hidden;
  border-radius: 0;
}
.com-finder #search-results #search-result-list .result__item .result__image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.com-finder #search-results #search-result-list .result__item .result__description {
  margin-top: 15px;
}
/* *********** */
/* BREADCRUMBS */
/* *********** */
.mod-breadcrumbs__wrapper {
  font-size: 90%;
}
.mod-breadcrumbs__wrapper .mod-breadcrumbs {
  margin: unset;
  background: unset;
  padding-left: unset !important;
  padding-right: unset !important;
}
.mod-breadcrumbs__wrapper .mod-breadcrumbs .mod-breadcrumbs__item {
  padding: unset;
}
.mod-breadcrumbs__wrapper .mod-breadcrumbs .mod-breadcrumbs__item::before {
  color: inherit;
}
.mod-breadcrumbs__wrapper .mod-breadcrumbs .mod-breadcrumbs__item:not(:last-child) {
  margin-right: 10px;
}
.mod-breadcrumbs__wrapper .mod-breadcrumbs .mod-breadcrumbs__item.active {
  color: inherit;
}
.mod-breadcrumbs__wrapper .mod-breadcrumbs .mod-breadcrumbs__item a {
  color: inherit;
  text-decoration-color: transparent !important;
}
.mod-breadcrumbs__wrapper .mod-breadcrumbs .mod-breadcrumbs__item a:hover {
  text-decoration-color: currentColor !important;
}
/* ********* */
/* LANGUAGES */
/* ********* */
.mod-languages .mod-languages__list {
  line-height: 1;
}
.mod-languages .mod-languages__list li {
  margin: 0;
}
.mod-languages .mod-languages__list li.lang-active {
  background: none;
}
.mod-languages .mod-languages__list li.lang-active a {
  font-weight: bold;
  text-decoration-color: currentColor !important;
}
.mod-languages .mod-languages__list li:first-child a {
  padding-left: 0;
}
.mod-languages .mod-languages__list li:last-child a {
  padding-right: 0;
}
.mod-languages .mod-languages__list li a {
  display: inline-flex;
  padding: 5px;
  color: inherit !important;
  text-decoration-color: transparent !important;
}
.mod-languages .mod-languages__list li a:hover {
  text-decoration-color: currentColor !important;
}
/* ***** */
/* ALERT */
/* ***** */
.alert {
  border-radius: 10px;
  border: none;
}
joomla-alert {
  padding: 10px 35px 10px 10px;
  margin: 0;
  position: relative;
  border-radius: 10px;
}
joomla-alert + .joomla-alert {
  margin-top: 1rem;
}
joomla-alert .joomla-alert--close {
  position: absolute;
  top: 0;
  right: 0;
  text-shadow: none;
}
joomla-alert .alert-heading {
  font-weight: bold;
}
/* ********** */
/* PAGINATION */
/* ********** */
[class*="__navigation"] {
  margin-top: var(--section-padding);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 50px;
}
.pagination__wrapper .pagination {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 0;
}
.pagination__wrapper .pagination .page-item .page-link {
  display: block;
  padding: 5px 12px;
  text-decoration: none;
  background: #fff;
  border: 1px solid #000000;
  transition: all 0.3s;
}
.pagination__wrapper .pagination .page-item .page-link:hover {
  background: #000000;
  color: #fff;
}
.pagination__wrapper .pagination .page-item:first-child .page-link {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.pagination__wrapper .pagination .page-item:last-child .page-link {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.pagination__wrapper .pagination .page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.pagination__wrapper .pagination .page-item.active .page-link {
  background: #000000;
  color: #fff;
}
.pagination__wrapper .pagination .page-item .page-link {
  text-decoration: none !important;
}
.pagination__wrapper .pagination .page-item .page-link:hover {
  color: #fff !important;
}
/* ******* */
/* SITEMAP */
/* ******* */
#osmap > .page-header {
  margin: 0 0 var(--section-padding) 0;
}
@media only all and (min-width: 80rem) {
  #osmap .osmap-items {
    column-count: 3;
    column-gap: 50px;
  }
  #osmap .osmap-items ul {
    break-inside: avoid;
  }
  #osmap .osmap-items ul:first-child {
    margin-top: 0;
  }
  #osmap .osmap-items ul:last-child {
    margin-bottom: 0;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  #osmap .osmap-items {
    column-count: 3;
    column-gap: 50px;
  }
  #osmap .osmap-items ul {
    break-inside: avoid;
  }
  #osmap .osmap-items ul:first-child {
    margin-top: 0;
  }
  #osmap .osmap-items ul:last-child {
    margin-bottom: 0;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #osmap .osmap-items {
    column-count: 2;
    column-gap: 50px;
  }
  #osmap .osmap-items ul {
    break-inside: avoid;
  }
  #osmap .osmap-items ul:first-child {
    margin-top: 0;
  }
  #osmap .osmap-items ul:last-child {
    margin-bottom: 0;
  }
}
#osmap .osmap-items > ul {
  padding: 25px 0 25px 25px;
  margin: 0;
  border-top: solid 1px #bbc7d5;
}
#osmap .osmap-items a {
  text-decoration-color: transparent !important;
}
#osmap .osmap-items a:hover {
  text-decoration-color: currentColor !important;
}
/* ***** */
/* USERS */
/* ***** */
.com-users-login, .com-users-registration, .com-users-remind, .com-users-reset, .com-users-profile__edit {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.com-users-login > .page-header, .com-users-registration > .page-header, .com-users-remind > .page-header, .com-users-reset > .page-header, .com-users-profile__edit > .page-header {
  margin: 0 0 50px 0;
  text-align: center;
}
/* ************* */
/* ACCESSIBILITY */
/* ************* */
._access-icon {
  bottom: 15px !important;
  left: 15px !important;
  color: #000 !important;
  font-style: normal !important;
  transform: none !important;
  text-indent: unset !important;
}
div._access-menu {
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}
div._access-menu ._menu-btn {
  width: 30px;
  font-style: normal;
}
div._access-menu h3 {
  font-size: 20px !important;
  margin-top: 10px;
  margin-bottom: 10px;
}
div._access-menu ul._access-scrollbar li {
  padding-left: 40px;
  background: none;
  border: none;
  border-radius: 10px;
}
/* ***** */
/* ERROR */
/* ***** */
.g-error, .outline-_error {
  text-align: center;
}
.g-error .g-container, .outline-_error .g-container {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
/* ******* */
/* OFFLINE */
/* ******* */
.g-offline, .outline-_offline {
  font-size: initial;
  background: #e84a5f;
}
.g-offline .g-container, .outline-_offline .g-container {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.g-offline #g-page-surround > *, .outline-_offline #g-page-surround > * {
  padding: 0;
  background: none;
}
.g-offline #g-page-surround #g-navigation, .outline-_offline #g-page-surround #g-navigation {
  padding: 10px 0;
}
.g-offline #g-page-surround #g-mainbar, .outline-_offline #g-page-surround #g-mainbar {
  height: 100vh;
  background: none;
}
.g-offline #frame, .outline-_offline #frame {
  margin: 0 auto;
  border: none;
  border-radius: 10px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}
.g-offline #frame > p, .outline-_offline #frame > p {
  font-size: 120%;
}
.g-offline #frame form, .outline-_offline #frame form {
  text-align: center;
}
.g-offline #frame form input, .outline-_offline #frame form input {
  text-align: center;
}
/* ****** */
/* SWIPER */
/* ****** */
.swiper .swiper-button-next {
  color: inherit;
  text-rendering: auto;
}
.swiper .swiper-button-prev {
  color: inherit;
  text-rendering: auto;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: currentColor;
}
/* *************************** */
/* MODULE: ARTICLES CATEGORIES */
/* *************************** */
.mod-articlescategories {
  margin: 0;
  text-wrap: balance;
}
.mod-articlescategories li {
  padding: 0;
  margin: 5px 0;
}
.mod-articlescategories li a:not(.button):not(.btn) {
  display: block;
  padding: 5px 0;
  text-decoration-color: transparent !important;
}
.mod-articlescategories li a:not(.button):not(.btn):hover {
  text-decoration-color: currentColor !important;
}
/* **************** */
/* MODULE: ARTICLES */
/* **************** */
.mod-articles {
  margin: 0;
  text-wrap: balance;
}
.mod-articles li {
  padding: 0;
  margin: 5px 0;
}
.mod-articles li a:not(.button):not(.btn) {
  display: block;
  padding: 5px 0;
  text-decoration-color: transparent !important;
}
.mod-articles li a:not(.button):not(.btn):hover {
  text-decoration-color: currentColor !important;
}
/* ******************************** */
/* MODULE: COMPLETE ARTICLE DISPLAY */
/* ******************************** */
.complete-article-display .cad-filters {
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
}
@media only all and (min-width: 80rem) {
  .complete-article-display .cad-filters {
    gap: 10px;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .complete-article-display .cad-filters {
    gap: 10px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .complete-article-display .cad-filters {
    gap: 10px;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .complete-article-display .cad-filters {
    gap: 5px;
    font-size: 90%;
  }
}
@media only all and (max-width: 30rem) {
  .complete-article-display .cad-filters {
    gap: 5px;
    font-size: 90%;
  }
}
.complete-article-display .cad-filters .cad-filter {
  color: inherit;
  /*text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 2px;
	text-decoration-color: currentColor;*/
  transition: all 0.2s;
  padding: 5px 15px;
  /*border-top: solid 1px $base-text-color;
			border-left: solid 1px $base-text-color;
			border-top-left-radius: $border-radius;*/
  background: #bbc7d5;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  text-decoration-color: transparent !important;
}
.complete-article-display .cad-filters .cad-filter:hover {
  color: #000000;
  /*text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 5px;
	text-decoration-color: currentColor;*/
}
.complete-article-display .cad-filters .cad-filter:hover, .complete-article-display .cad-filters .cad-filter.active {
  background: #041329;
  color: #fff;
  text-decoration: none;
}
.complete-article-display .cad-articles {
  /*padding: 25px 0 0 25px;
		border-top: solid 1px $base-text-color;
		border-left: solid 1px $base-text-color;
		border-top-left-radius: $border-radius;*/
}
.complete-article-display .cad-articles .cad-article > *:not(:first-child) {
  margin-top: 10px;
}
.complete-article-display .cad-articles .cad-article .cad-article-image {
  aspect-ratio: 1.7777777778;
  overflow: hidden;
  border-radius: 0;
}
.complete-article-display .cad-articles .cad-article .cad-article-image:hover img {
  height: 110%;
}
.complete-article-display .cad-articles .cad-article .cad-article-image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  transition: 0.3s all;
}
.complete-article-display .cad-articles .cad-article .cad-article-title a {
  text-decoration-color: transparent !important;
}
.complete-article-display .cad-articles .cad-article .cad-article-title a:hover {
  text-decoration-color: currentColor !important;
}
.complete-article-display .cad-load-more {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.complete-article-display .cad-load-more button {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  color: inherit !important;
}
/* ******** */
/* HOMEPAGE */
/* ******** */
.site.c-homepage #g-page-surround {
  padding-top: 0 !important;
}
.moduletable.c-homepage-intro .complete-article-slider .cas-articles .cas-article {
  min-height: 650px;
  height: 100vh;
  position: relative;
}
.moduletable.c-homepage-intro .complete-article-slider .cas-articles .cas-article .cas-article-image {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: #041329;
}
.moduletable.c-homepage-intro .complete-article-slider .cas-articles .cas-article .cas-article-image::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  width: auto;
  height: 200px;
  background: linear-gradient(0deg, rgba(248, 248, 248, 0) 0%, rgba(9, 34, 64, 0.8) 100%);
  pointer-events: none;
}
.moduletable.c-homepage-intro .complete-article-slider .cas-articles .cas-article .cas-article-image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  filter: grayscale(1) contrast(1.1) brightness(0.9);
  mix-blend-mode: plus-lighter;
}
.moduletable.c-homepage-intro .complete-article-slider .cas-articles .cas-article .cas-article-separate {
  padding: 25px;
  margin: 150px auto 100px auto;
  box-sizing: border-box;
  position: absolute;
  z-index: 4;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media only all and (min-width: 80rem) {
  .moduletable.c-homepage-intro .complete-article-slider .cas-articles .cas-article .cas-article-separate {
    max-width: 80rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .moduletable.c-homepage-intro .complete-article-slider .cas-articles .cas-article .cas-article-separate {
    max-width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .moduletable.c-homepage-intro .complete-article-slider .cas-articles .cas-article .cas-article-separate {
    max-width: 48rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .moduletable.c-homepage-intro .complete-article-slider .cas-articles .cas-article .cas-article-separate {
    max-width: 30rem;
  }
}
.moduletable.c-homepage-intro .complete-article-slider .cas-articles .cas-article .cas-article-separate > * {
  max-width: 950px;
  text-wrap: balance;
}
.moduletable.c-homepage-intro .complete-article-slider .cas-articles .cas-article .cas-article-separate .cas-article-title h1 {
  color: #e84a5f;
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.75));
}
@media only all and (min-width: 80rem) {
  .moduletable.c-homepage-intro .complete-article-slider .cas-articles .cas-article .cas-article-separate .cas-article-title h1 {
    font-size: 5rem;
    line-height: 1.2;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .moduletable.c-homepage-intro .complete-article-slider .cas-articles .cas-article .cas-article-separate .cas-article-title h1 {
    font-size: 4.5rem;
    line-height: 1.2;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .moduletable.c-homepage-intro .complete-article-slider .cas-articles .cas-article .cas-article-separate .cas-article-title h1 {
    font-size: 4rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .moduletable.c-homepage-intro .complete-article-slider .cas-articles .cas-article .cas-article-separate .cas-article-title h1 {
    font-size: 3.5rem;
  }
}
@media only all and (max-width: 30rem) {
  .moduletable.c-homepage-intro .complete-article-slider .cas-articles .cas-article .cas-article-separate .cas-article-title h1 {
    font-size: 2.5rem;
  }
}
.moduletable.c-homepage-intro .complete-article-slider .cas-articles .cas-article .cas-article-separate .cas-article-intro-text:not(:first-child) {
  margin-top: 15px;
}
@media only all and (min-width: 80rem) {
  .moduletable.c-homepage-intro .complete-article-slider .cas-articles .cas-article .cas-article-separate .cas-article-intro-text {
    font-size: 1.5rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .moduletable.c-homepage-intro .complete-article-slider .cas-articles .cas-article .cas-article-separate .cas-article-intro-text {
    font-size: 1.5rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .moduletable.c-homepage-intro .complete-article-slider .cas-articles .cas-article .cas-article-separate .cas-article-intro-text {
    font-size: 1.25rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .moduletable.c-homepage-intro .complete-article-slider .cas-articles .cas-article .cas-article-separate .cas-article-intro-text {
    font-size: 1.15rem;
  }
}
@media only all and (max-width: 30rem) {
  .moduletable.c-homepage-intro .complete-article-slider .cas-articles .cas-article .cas-article-separate .cas-article-intro-text {
    font-size: 1rem;
  }
}
.moduletable.c-homepage-intro .complete-article-slider .cas-articles .cas-article .cas-article-separate .cas-article-more-button:not(:first-child) {
  margin-top: 30px;
}
.moduletable.c-homepage-intro .complete-article-slider .cas-articles .cas-article .cas-article-separate .cas-article-more-button a.link {
  text-transform: lowercase;
  text-decoration: none;
  color: inherit;
}
.moduletable.c-homepage-intro .complete-article-slider .cas-articles .cas-article .cas-article-separate .cas-article-more-button a.link:hover {
  text-decoration: underline;
}
.moduletable.c-homepage-intro .complete-article-slider .swiper .swiper-button-next {
  top: auto;
  bottom: 10px;
  left: auto;
  right: calc(50% - 100px);
  z-index: 100;
}
.moduletable.c-homepage-intro .complete-article-slider .swiper .swiper-button-next::after {
  font-size: 22px;
}
.moduletable.c-homepage-intro .complete-article-slider .swiper .swiper-button-prev {
  top: auto;
  bottom: 10px;
  left: calc(50% - 100px);
  right: auto;
  z-index: 100;
}
.moduletable.c-homepage-intro .complete-article-slider .swiper .swiper-button-prev::after {
  font-size: 22px;
}
.moduletable.c-homepage-intro .complete-article-slider .swiper .swiper-pagination {
  top: auto;
  bottom: 20px;
}
.moduletable.c-homepage-intro .complete-article-slider .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
}
.moduletable.c-homepage-about-us {
  position: relative;
  padding: 0 !important;
}
.moduletable.c-homepage-about-us::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(100vw + 2px);
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.moduletable.c-homepage-about-us > * {
  position: relative;
  z-index: 3;
}
.moduletable.c-homepage-about-us::before {
  background: #e84a5f;
}
.moduletable.c-homepage-about-us .complete-multi-content {
  display: grid;
}
@media only all and (min-width: 80rem) {
  .moduletable.c-homepage-about-us .complete-multi-content {
    grid-template-columns: 3fr 1fr;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .moduletable.c-homepage-about-us .complete-multi-content {
    grid-template-columns: 3fr 1fr;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .moduletable.c-homepage-about-us .complete-multi-content {
    grid-template-columns: 1fr;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .moduletable.c-homepage-about-us .complete-multi-content {
    grid-template-columns: 1fr;
  }
}
@media only all and (max-width: 30rem) {
  .moduletable.c-homepage-about-us .complete-multi-content {
    grid-template-columns: 1fr;
  }
}
.moduletable.c-homepage-about-us .complete-multi-content .cmc-intro {
  padding: var(--section-padding);
  padding-left: 0;
  display: grid;
  gap: 35px var(--section-padding);
}
@media only all and (min-width: 80rem) {
  .moduletable.c-homepage-about-us .complete-multi-content .cmc-intro {
    grid-template-columns: 250px 1fr;
    grid-template-areas: "title description" "title link";
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .moduletable.c-homepage-about-us .complete-multi-content .cmc-intro {
    grid-template-areas: "title" "description" "link";
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .moduletable.c-homepage-about-us .complete-multi-content .cmc-intro {
    grid-template-areas: "title" "description" "link";
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .moduletable.c-homepage-about-us .complete-multi-content .cmc-intro {
    grid-template-areas: "title" "description" "link";
  }
}
@media only all and (max-width: 30rem) {
  .moduletable.c-homepage-about-us .complete-multi-content .cmc-intro {
    grid-template-areas: "title" "description" "link";
  }
}
.moduletable.c-homepage-about-us .complete-multi-content .cmc-intro .cmc-intro-title {
  grid-area: title;
}
.moduletable.c-homepage-about-us .complete-multi-content .cmc-intro .cmc-intro-description {
  grid-area: description;
}
.moduletable.c-homepage-about-us .complete-multi-content .cmc-intro .cmc-intro-link {
  grid-area: link;
  font-size: 130%;
}
.moduletable.c-homepage-about-us .complete-multi-content .cmc-intro .cmc-intro-link a {
  color: inherit;
  text-decoration-color: transparent !important;
}
.moduletable.c-homepage-about-us .complete-multi-content .cmc-intro .cmc-intro-link a:hover {
  color: #000000;
  text-decoration-color: currentColor !important;
}
.moduletable.c-homepage-about-us .complete-multi-content .cmc-items {
  display: grid;
  align-items: center;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .moduletable.c-homepage-about-us .complete-multi-content .cmc-items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.moduletable.c-homepage-about-us .complete-multi-content .cmc-items .cmc-item {
  height: 100%;
  display: flex;
  align-items: center;
}
@media only all and (min-width: 80rem) {
  .moduletable.c-homepage-about-us .complete-multi-content .cmc-items .cmc-item {
    padding: 25px var(--section-padding);
    padding-right: 0;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .moduletable.c-homepage-about-us .complete-multi-content .cmc-items .cmc-item {
    padding: 25px var(--section-padding);
    padding-right: 0;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .moduletable.c-homepage-about-us .complete-multi-content .cmc-items .cmc-item {
    padding: 25px;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .moduletable.c-homepage-about-us .complete-multi-content .cmc-items .cmc-item {
    padding: 25px;
  }
}
@media only all and (max-width: 30rem) {
  .moduletable.c-homepage-about-us .complete-multi-content .cmc-items .cmc-item {
    padding: 25px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .moduletable.c-homepage-about-us .complete-multi-content .cmc-items .cmc-item:first-child {
    padding-left: 0;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .moduletable.c-homepage-about-us .complete-multi-content .cmc-items .cmc-item:first-child {
    padding-left: 0;
  }
}
@media only all and (max-width: 30rem) {
  .moduletable.c-homepage-about-us .complete-multi-content .cmc-items .cmc-item:first-child {
    padding-left: 0;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .moduletable.c-homepage-about-us .complete-multi-content .cmc-items .cmc-item:not(:first-child) {
    padding-left: 0;
  }
}
@media only all and (max-width: 30rem) {
  .moduletable.c-homepage-about-us .complete-multi-content .cmc-items .cmc-item:not(:first-child) {
    padding-left: 0;
  }
}
@media only all and (min-width: 80rem) {
  .moduletable.c-homepage-about-us .complete-multi-content .cmc-items .cmc-item:not(:first-child)::after {
    left: 0;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .moduletable.c-homepage-about-us .complete-multi-content .cmc-items .cmc-item:not(:first-child)::after {
    left: 0;
  }
}
.moduletable.c-homepage-about-us .complete-multi-content .cmc-items .cmc-item .cmc-item-link {
  font-size: 130%;
}
.moduletable.c-homepage-about-us .complete-multi-content .cmc-items .cmc-item .cmc-item-link a {
  color: inherit;
  text-decoration-color: transparent !important;
}
.moduletable.c-homepage-about-us .complete-multi-content .cmc-items .cmc-item .cmc-item-link a:hover {
  color: #000000;
  text-decoration-color: currentColor !important;
}
.moduletable.c-homepage-tomeis-spoudwn .complete-article-slider .cas-intro {
  position: relative;
}
.moduletable.c-homepage-tomeis-spoudwn .complete-article-slider .cas-intro::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(100vw + 2px);
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.moduletable.c-homepage-tomeis-spoudwn .complete-article-slider .cas-intro > * {
  position: relative;
  z-index: 3;
}
.moduletable.c-homepage-tomeis-spoudwn .complete-article-slider .cas-intro::before {
  background: #bbc7d5;
}
.moduletable.c-homepage-tomeis-spoudwn .complete-article-slider .cas-intro::before {
  top: calc(-1 * var(--section-padding));
}
@media only all and (min-width: 80rem) {
  .moduletable.c-homepage-tomeis-spoudwn .complete-article-slider .cas-intro::before {
    bottom: calc(-3 * var(--section-padding));
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .moduletable.c-homepage-tomeis-spoudwn .complete-article-slider .cas-intro::before {
    bottom: calc(-3.75 * var(--section-padding));
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .moduletable.c-homepage-tomeis-spoudwn .complete-article-slider .cas-intro::before {
    bottom: calc(-4 * var(--section-padding));
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .moduletable.c-homepage-tomeis-spoudwn .complete-article-slider .cas-intro::before {
    bottom: calc(-5 * var(--section-padding));
  }
}
@media only all and (max-width: 30rem) {
  .moduletable.c-homepage-tomeis-spoudwn .complete-article-slider .cas-intro::before {
    bottom: calc(-5 * var(--section-padding));
  }
}
.moduletable.c-homepage-tomeis-spoudwn .complete-article-slider .cas-articles:not(:first-child) {
  margin-top: var(--section-padding);
}
.moduletable.c-homepage-tomeis-spoudwn .complete-article-slider .cas-articles .cas-article {
  height: auto;
  display: grid;
  background: #041329;
  color: #fff;
}
@media only all and (min-width: 80rem) {
  .moduletable.c-homepage-tomeis-spoudwn .complete-article-slider .cas-articles .cas-article {
    grid-template-columns: 1fr 1fr;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .moduletable.c-homepage-tomeis-spoudwn .complete-article-slider .cas-articles .cas-article {
    grid-template-columns: 1fr;
    grid-template-rows: 200px 1fr;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .moduletable.c-homepage-tomeis-spoudwn .complete-article-slider .cas-articles .cas-article {
    grid-template-columns: 1fr;
    grid-template-rows: 200px 1fr;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .moduletable.c-homepage-tomeis-spoudwn .complete-article-slider .cas-articles .cas-article {
    grid-template-columns: 1fr;
    grid-template-rows: 200px 1fr;
  }
}
@media only all and (max-width: 30rem) {
  .moduletable.c-homepage-tomeis-spoudwn .complete-article-slider .cas-articles .cas-article {
    grid-template-columns: 1fr;
    grid-template-rows: 200px 1fr;
  }
}
.moduletable.c-homepage-tomeis-spoudwn .complete-article-slider .cas-articles .cas-article .cas-article-image {
  overflow: hidden;
  background: #041329;
}
.moduletable.c-homepage-tomeis-spoudwn .complete-article-slider .cas-articles .cas-article .cas-article-image:hover img {
  transform: scale(1.05);
}
.moduletable.c-homepage-tomeis-spoudwn .complete-article-slider .cas-articles .cas-article .cas-article-image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  transition: 0.3s all;
  filter: grayscale(1) contrast(1.1) brightness(0.9);
  mix-blend-mode: plus-lighter;
}
.moduletable.c-homepage-tomeis-spoudwn .complete-article-slider .cas-articles .cas-article .cas-article-separate {
  padding: 25px;
}
.moduletable.c-homepage-tomeis-spoudwn .complete-article-slider .cas-articles .cas-article .cas-article-separate > *:not(:first-child) {
  margin-top: 15px;
}
.moduletable.c-homepage-tomeis-spoudwn .complete-article-slider .cas-articles .cas-article .cas-article-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: none;
}
.moduletable.c-homepage-tomeis-spoudwn .complete-article-slider .cas-articles .cas-article .cas-article-title a:not(.button):not(.btn) {
  color: #e84a5f;
  text-decoration-color: transparent !important;
}
.moduletable.c-homepage-tomeis-spoudwn .complete-article-slider .cas-articles .cas-article .cas-article-title a:not(.button):not(.btn):hover {
  color: #e84a5f;
  text-decoration-color: #e84a5f !important;
}
.moduletable.c-homepage-tomeis-spoudwn .complete-article-slider .cas-articles .cas-article .cas-article-more-button a:not(.button):not(.btn) {
  text-transform: lowercase;
  text-decoration-color: transparent !important;
}
.moduletable.c-homepage-tomeis-spoudwn .complete-article-slider .cas-articles .cas-article .cas-article-more-button a:not(.button):not(.btn):hover {
  color: #e84a5f;
  text-decoration-color: #e84a5f !important;
}
.moduletable.c-homepage-tomeis-spoudwn .complete-article-slider .swiper .swiper-button-next {
  color: #e84a5f;
}
.moduletable.c-homepage-tomeis-spoudwn .complete-article-slider .swiper .swiper-button-next::after {
  font-size: 30px;
}
.moduletable.c-homepage-tomeis-spoudwn .complete-article-slider .swiper .swiper-button-prev {
  color: #e84a5f;
}
.moduletable.c-homepage-tomeis-spoudwn .complete-article-slider .swiper .swiper-button-prev::after {
  font-size: 30px;
}
.moduletable.c-homepage-tomeis-spoudwn .complete-article-slider .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
}
.c-homepage--tomeis-spoudwn--title {
  display: grid;
  gap: 35px var(--section-padding);
}
@media only all and (min-width: 80rem) {
  .c-homepage--tomeis-spoudwn--title {
    grid-template-columns: 250px 1fr;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .c-homepage--tomeis-spoudwn--title {
    grid-template-columns: 250px 1fr;
  }
}
.c-homepage--tomeis-spoudwn--title .c-text {
  text-wrap: balance;
}
.moduletable.c-spoudes-mathimata {
  padding-top: 0 !important;
}
.moduletable.c-spoudes-mathimata .complete-multi-content .cmc-items {
  display: grid;
}
@media only all and (min-width: 80rem) {
  .moduletable.c-spoudes-mathimata .complete-multi-content .cmc-items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 50px;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .moduletable.c-spoudes-mathimata .complete-multi-content .cmc-items {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .moduletable.c-spoudes-mathimata .complete-multi-content .cmc-items {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .moduletable.c-spoudes-mathimata .complete-multi-content .cmc-items {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
@media only all and (max-width: 30rem) {
  .moduletable.c-spoudes-mathimata .complete-multi-content .cmc-items {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.moduletable.c-spoudes-mathimata .complete-multi-content .cmc-items .cmc-item {
  padding: 25px;
  border: solid 1px #bbc7d5;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.moduletable.c-spoudes-mathimata .complete-multi-content .cmc-items .cmc-item .cmc-item-title a {
  text-decoration-color: transparent !important;
}
.moduletable.c-spoudes-mathimata .complete-multi-content .cmc-items .cmc-item .cmc-item-title a:hover {
  text-decoration-color: currentColor !important;
}
.moduletable.c-spoudes-mathimata .complete-multi-content .cmc-items .cmc-item .cmc-item-description strong {
  color: #000000;
  font-style: oblique;
}
.moduletable.c-spoudes-mathimata .complete-multi-content .cmc-items .cmc-item .cmc-item-link {
  margin-top: auto;
}
.moduletable.c-spoudes-mathimata .complete-multi-content .cmc-items .cmc-item .cmc-item-link a:not(.button):not(.btn) {
  text-decoration-color: transparent !important;
}
.moduletable.c-spoudes-mathimata .complete-multi-content .cmc-items .cmc-item .cmc-item-link a:not(.button):not(.btn):hover {
  color: #000000;
  text-decoration-color: #000000 !important;
}
.moduletable.c-homepage-enimerosi {
  position: relative;
}
.moduletable.c-homepage-enimerosi::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(100vw + 2px);
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.moduletable.c-homepage-enimerosi > * {
  position: relative;
  z-index: 3;
}
.moduletable.c-homepage-enimerosi::before {
  background: #bbc7d5;
}
.moduletable.c-homepage-enimerosi .complete-article-slider .cas-articles .cas-article {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.moduletable.c-homepage-enimerosi .complete-article-slider .cas-articles .cas-article .cas-article-image {
  margin-bottom: 5px;
  aspect-ratio: 1.7777777778;
  overflow: hidden;
}
.moduletable.c-homepage-enimerosi .complete-article-slider .cas-articles .cas-article .cas-article-image:hover img {
  transform: scale(1.05);
  filter: grayscale(0) contrast(1.1) brightness(0.9);
}
.moduletable.c-homepage-enimerosi .complete-article-slider .cas-articles .cas-article .cas-article-image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  transition: 0.3s all;
}
.moduletable.c-homepage-enimerosi .complete-article-slider .cas-articles .cas-article .cas-article-title {
  font-weight: 700;
  text-transform: none;
  text-wrap: balance;
  color: inherit;
}
.moduletable.c-homepage-enimerosi .complete-article-slider .cas-articles .cas-article .cas-article-title a {
  text-decoration-color: transparent !important;
}
.moduletable.c-homepage-enimerosi .complete-article-slider .cas-articles .cas-article .cas-article-title a:hover {
  color: #000000;
  text-decoration-color: currentColor !important;
}
.moduletable.c-homepage-enimerosi .complete-article-slider .cas-articles .cas-article .cas-article-date-publish {
  order: -1;
  font-size: 80%;
  font-weight: 700;
  letter-spacing: 1px;
}
.moduletable.c-homepage-enimerosi .complete-article-slider .cas-articles .cas-article .cas-article-more-button {
  padding-bottom: 1px;
  margin-top: auto;
}
.moduletable.c-homepage-enimerosi .complete-article-slider .cas-articles .cas-article .cas-article-more-button a:not(.button):not(.btn) {
  text-transform: lowercase;
  text-decoration-color: transparent !important;
}
.moduletable.c-homepage-enimerosi .complete-article-slider .cas-articles .cas-article .cas-article-more-button a:not(.button):not(.btn):hover {
  color: #000000;
  text-decoration-color: #000000 !important;
}
.moduletable.c-homepage-enimerosi .complete-article-slider .swiper:has(.swiper-pagination) {
  padding-bottom: 50px;
}
.moduletable.c-homepage-enimerosi .complete-article-slider .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.moduletable.c-homepage-enimerosi .complete-article-slider .swiper .swiper-button-prev, .moduletable.c-homepage-enimerosi .complete-article-slider .swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  background: #000000;
  color: #e84a5f;
  border-radius: 50%;
}
@media only all and (min-width: 80rem) {
  .moduletable.c-homepage-enimerosi .complete-article-slider .swiper .swiper-button-prev, .moduletable.c-homepage-enimerosi .complete-article-slider .swiper .swiper-button-next {
    top: 105px;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .moduletable.c-homepage-enimerosi .complete-article-slider .swiper .swiper-button-prev, .moduletable.c-homepage-enimerosi .complete-article-slider .swiper .swiper-button-next {
    top: 105px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .moduletable.c-homepage-enimerosi .complete-article-slider .swiper .swiper-button-prev, .moduletable.c-homepage-enimerosi .complete-article-slider .swiper .swiper-button-next {
    top: 120px;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .moduletable.c-homepage-enimerosi .complete-article-slider .swiper .swiper-button-prev, .moduletable.c-homepage-enimerosi .complete-article-slider .swiper .swiper-button-next {
    top: 150px;
  }
}
@media only all and (max-width: 30rem) {
  .moduletable.c-homepage-enimerosi .complete-article-slider .swiper .swiper-button-prev, .moduletable.c-homepage-enimerosi .complete-article-slider .swiper .swiper-button-next {
    top: 32vw;
  }
}
.moduletable.c-homepage-enimerosi .complete-article-slider .swiper .swiper-button-prev::after, .moduletable.c-homepage-enimerosi .complete-article-slider .swiper .swiper-button-next::after {
  position: relative;
  font-size: 22px;
}
.moduletable.c-homepage-enimerosi .complete-article-slider .swiper .swiper-button-prev::after {
  left: -2px;
}
.moduletable.c-homepage-enimerosi .complete-article-slider .swiper .swiper-button-next::after {
  right: -2px;
}
.moduletable.c-homepage-enimerosi .complete-article-slider .swiper .swiper-pagination {
  top: auto;
  bottom: 0;
}
/* ********************** */
/* MODULE: NEAREST PLACES */
/* ********************** */
.nearestplaces .nearestplaces_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
.nearestplaces .nearestplaces_grid:has(.nearestplaces_item_container) + .nearestplaces_geolocation_wrapper {
  display: none;
}
.nearestplaces .nearestplaces_grid .nearestplaces_item_container {
  padding: 10px 15px;
  border-top: solid 1px #000000;
  border-left: solid 1px #000000;
  display: flex;
  flex-direction: column;
  gap: 5px;
  transition: all 0.3s;
}
.nearestplaces .nearestplaces_grid .nearestplaces_item_container:hover {
  background: #000000;
  color: #fff;
}
.nearestplaces .nearestplaces_grid .nearestplaces_item_container .nearestplaces_item_left {
  order: 1;
  color: inherit;
  font-weight: 400;
}
.nearestplaces .nearestplaces_grid .nearestplaces_item_container .nearestplaces_item_left a {
  color: inherit !important;
  text-decoration: none !important;
  transition: none !important;
}
.nearestplaces .nearestplaces_grid .nearestplaces_item_container .nearestplaces_item_left img {
  margin-bottom: 10px;
  aspect-ratio: 1.7777777778;
  object-fit: cover;
  object-position: center center;
  overflow: hidden;
}
.nearestplaces .nearestplaces_grid .nearestplaces_item_container .nearestplaces_item_right {
  order: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  color: inherit;
  font-weight: 600;
}
.nearestplaces .nearestplaces_grid .nearestplaces_item_container .nearestplaces_item_right .nearest_arrows {
  width: 24px;
  height: 24px;
}
.nearestplaces .nearestplaces_grid .nearestplaces_item_container .nearestplaces_item_right .nearest_arrows svg {
  width: 100%;
  height: 100%;
}
/* **************** */
/* MODULE: ARTICLES */
/* **************** */
.mod-articles-group h4 {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-family: "Ubuntu";
  font-size: 1rem;
  font-weight: 600;
  text-transform: none;
  text-wrap: balance;
  margin: 0 0 10px 0 !important;
}
.mod-articles-group + .mod-articles-group {
  margin-top: 15px;
}
.mod-articles-group + .mod-articles-group h4 {
  padding-top: 25px;
  border-top: solid 1px #bbc7d5;
}
.mod-articles-group .mod-articles li {
  padding: 5px 0;
  margin: 0;
  /*&:not(:first-child) {
				position: relative;

				&::before {
					content: "";
					display: block;
					position: absolute;
					top: 0;
					bottom: auto;
					left: 0;
					right: auto;
					width: 50px;
					height: 0.5px;
					background-color: $color-border-grey;
				}
			}*/
}
.mod-articles-group .mod-articles-items {
  margin: 0;
}
.mod-articles-group .mod-articles-items li {
  padding: 0;
  margin: 25px 0;
}
.mod-articles-group .mod-articles-items li .mod-articles-item .mod-articles-item-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mod-articles-group .mod-articles-items li .mod-articles-item .mod-articles-item-content > * {
  margin: 0;
}
.mod-articles-group .mod-articles-items li .mod-articles-item .mod-articles-item-content .mod-articles-title {
  font-weight: 400;
}
.mod-articles-group .mod-articles-items li .mod-articles-item .mod-articles-item-content .mod-articles-image {
  order: -1;
  aspect-ratio: 1.7777777778;
  overflow: hidden;
}
.mod-articles-group .mod-articles-items li .mod-articles-item .mod-articles-item-content .mod-articles-image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
/* ************* */
/* ΕΚΠΑΙΔΕΥΤΗΡΙΑ */
/* ************* */
.site.com_content.view-category.c-ekpaideutiria .com-content-category-blog:has(.c-category-sidebar) {
  display: grid;
}
@media only all and (min-width: 80rem) {
  .site.com_content.view-category.c-ekpaideutiria .com-content-category-blog:has(.c-category-sidebar) {
    grid-template-columns: 1fr 1fr;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .site.com_content.view-category.c-ekpaideutiria .com-content-category-blog:has(.c-category-sidebar) {
    grid-template-columns: 1fr 1fr;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .site.com_content.view-category.c-ekpaideutiria .com-content-category-blog:has(.c-category-sidebar) {
    grid-template-columns: 100%;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .site.com_content.view-category.c-ekpaideutiria .com-content-category-blog:has(.c-category-sidebar) {
    grid-template-columns: 100%;
  }
}
@media only all and (max-width: 30rem) {
  .site.com_content.view-category.c-ekpaideutiria .com-content-category-blog:has(.c-category-sidebar) {
    grid-template-columns: 100%;
  }
}
.site.com_content.view-category.c-ekpaideutiria .com-content-category .content-category:has(.c-category-sidebar) {
  display: grid;
}
@media only all and (min-width: 80rem) {
  .site.com_content.view-category.c-ekpaideutiria .com-content-category .content-category:has(.c-category-sidebar) {
    grid-template-columns: 1fr 1fr;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .site.com_content.view-category.c-ekpaideutiria .com-content-category .content-category:has(.c-category-sidebar) {
    grid-template-columns: 1fr 1fr;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .site.com_content.view-category.c-ekpaideutiria .com-content-category .content-category:has(.c-category-sidebar) {
    grid-template-columns: 100%;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .site.com_content.view-category.c-ekpaideutiria .com-content-category .content-category:has(.c-category-sidebar) {
    grid-template-columns: 100%;
  }
}
@media only all and (max-width: 30rem) {
  .site.com_content.view-category.c-ekpaideutiria .com-content-category .content-category:has(.c-category-sidebar) {
    grid-template-columns: 100%;
  }
}
.site.com_content.view-category.c-ekpaideutiria .c-category-sidebar {
  position: relative;
}
.site.com_content.view-category.c-ekpaideutiria .c-category-sidebar::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #bbc7d5;
}
@media only all and (min-width: 80rem) {
  .site.com_content.view-category.c-ekpaideutiria .c-category-sidebar::before {
    left: 0;
    right: calc(-50vw + 50%);
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .site.com_content.view-category.c-ekpaideutiria .c-category-sidebar::before {
    left: 0;
    right: calc(-50vw + 50%);
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .site.com_content.view-category.c-ekpaideutiria .c-category-sidebar::before {
    left: calc(-50vw + 50%);
    right: calc(-50vw + 50%);
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .site.com_content.view-category.c-ekpaideutiria .c-category-sidebar::before {
    left: calc(-50vw + 50%);
    right: calc(-50vw + 50%);
  }
}
@media only all and (max-width: 30rem) {
  .site.com_content.view-category.c-ekpaideutiria .c-category-sidebar::before {
    left: calc(-50vw + 50%);
    right: calc(-50vw + 50%);
  }
}
.site.com_content.view-category.c-ekpaideutiria .c-category-sidebar > * {
  z-index: 3;
}
/* ********* */
/* ΕΝΗΜΕΡΩΣΗ */
/* ********* */
@media only all and (min-width: 80rem) {
  .site.com_content.view-article.layout-blog.c-enimerosi .com-content-article .c-article-title-image .c-article-title h1 {
    font-size: 3.5rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .site.com_content.view-article.layout-blog.c-enimerosi .com-content-article .c-article-title-image .c-article-title h1 {
    font-size: 3rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .site.com_content.view-article.layout-blog.c-enimerosi .com-content-article .c-article-title-image .c-article-title h1 {
    font-size: 3rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .site.com_content.view-article.layout-blog.c-enimerosi .com-content-article .c-article-title-image .c-article-title h1 {
    font-size: 2.5rem;
  }
}
@media only all and (max-width: 30rem) {
  .site.com_content.view-article.layout-blog.c-enimerosi .com-content-article .c-article-title-image .c-article-title h1 {
    font-size: 2.5rem;
  }
}
/* ********* */
/* ΚΑΘΗΓΗΤΕΣ */
/* ********* */
.site.com_content.view-category.layout-blog.c-kathigites .c-category-description {
  max-width: 500px;
  text-wrap: balance;
}
.site.com_content.view-category.layout-blog.c-kathigites .c-category-articles .com-content-category-blog__items .com-content-category-blog__item .c-item-image .item-image {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 0;
}
.site.com_content.view-category.layout-blog.c-kathigites .c-category-articles .com-content-category-blog__items .com-content-category-blog__item .c-item-image .item-image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  transition: 0.3s all;
}
.site.com_content.view-category.layout-blog.c-kathigites .c-category-articles .com-content-category-blog__items .com-content-category-blog__item .c-item-image .item-image:hover img {
  transform: scale(1.05);
}
.site.com_content.view-article.layout-blog.c-kathigites .com-content-article .c-article-mainbar:has(.c-article-after-title) {
  display: grid;
  grid-auto-flow: dense;
  gap: 0 var(--section-padding);
}
@media only all and (min-width: 80rem) {
  .site.com_content.view-article.layout-blog.c-kathigites .com-content-article .c-article-mainbar:has(.c-article-after-title) {
    grid-template-columns: 25% 75%;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .site.com_content.view-article.layout-blog.c-kathigites .com-content-article .c-article-mainbar:has(.c-article-after-title) {
    grid-template-columns: 25% 75%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .site.com_content.view-article.layout-blog.c-kathigites .com-content-article .c-article-mainbar:has(.c-article-after-title) {
    grid-template-columns: 100%;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .site.com_content.view-article.layout-blog.c-kathigites .com-content-article .c-article-mainbar:has(.c-article-after-title) {
    grid-template-columns: 100%;
  }
}
@media only all and (max-width: 30rem) {
  .site.com_content.view-article.layout-blog.c-kathigites .com-content-article .c-article-mainbar:has(.c-article-after-title) {
    grid-template-columns: 100%;
  }
}
.site.com_content.view-article.layout-blog.c-kathigites .com-content-article .c-article-mainbar:has(.c-article-after-title) .c-article-after-title {
  position: relative;
}
.site.com_content.view-article.layout-blog.c-kathigites .com-content-article .c-article-mainbar:has(.c-article-after-title) .c-article-after-title .c-article-after-title-container {
  position: sticky;
  top: 0;
}
.site.com_content.view-article.layout-blog.c-kathigites .com-content-article .c-article-mainbar:has(.c-article-after-title) .c-article-after-title .c-article-after-title-container > *:not(:first-child) {
  margin-top: 25px;
}
@media only all and (min-width: 80rem) {
  .site.com_content.view-article.layout-blog.c-kathigites .com-content-article .c-article-mainbar:has(.c-article-after-title) .c-article-body {
    grid-column: 2;
  }
}
@media only all and (min-width: 60rem) and (max-width: 79.99rem) {
  .site.com_content.view-article.layout-blog.c-kathigites .com-content-article .c-article-mainbar:has(.c-article-after-title) .c-article-body {
    grid-column: 2;
  }
}
.site.com_content.view-article.layout-blog.c-kathigites .com-content-article .c-article-mainbar:has(.c-article-after-title) > *:not(.c-article-after-title):not(.c-article-body) {
  grid-column: 1 / -1;
}
.site.com_content.view-article.layout-blog.c-kathigites .com-content-article .field-entry.c-field-photos .field-value .fields-container .c-photo {
  aspect-ratio: 1;
}
/* *************** */
/* CUSTOM: CONTACT */
/* *************** */
.moduletable.c-contact strong {
  font-weight: 300;
  color: #e84a5f;
}
/* *********** */
/* CUSTOM: MAP */
/* *********** */
.moduletable.c-map {
  background: #041329;
}
.moduletable.c-map iframe {
  display: flex;
  mix-blend-mode: luminosity;
}
/* ********** */
/* NEWSLETTER */
/* ********** */
.acym_module .acym_module_form * {
  margin: 0;
}
.acym_module .acym_module_form .acym_introtext {
  margin-bottom: 10px;
}
.acym_module .acym_module_form .acym_form > *:not(:first-child) {
  margin-top: 10px;
}
.acym_module .acym_module_form .acym_form .acym__field__error__block {
  color: #000000;
}
.acym_module .acym_module_form .acym_form .acym_invalid_field {
  background: none !important;
}
.acym_module .acym_module_form .acysubbuttons {
  margin-top: 10px;
}
.acym_module .acym_module_form .acysubbuttons input[type="button"] {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: inherit;
}
.acym_module .acym_module_form input[type="text"], .acym_module .acym_module_form input[type="email"] {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: inherit;
}
.acym_module .acym_module_form input[type="text"]::placeholder, .acym_module .acym_module_form input[type="email"]::placeholder {
  color: inherit;
}
/* ********************** */
/* COMPLETE SCROLL TO TOP */
/* ********************** */
#complete-scroll-to-top {
  position: fixed;
  z-index: 9;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
  width: 40px;
  height: 40px;
  color: #000000;
  background-color: #e84a5f;
  background-image: url('../../../../images/icons/arrow-up-white.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  border-radius: 50%;
  cursor: pointer;
}
/*# sourceMappingURL=custom_12.css.map */