/**
* CONFIG
* =====================================================================================================================
*/
/**
* BODY COPY
* =====================================================================================================================
*/
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'PT Serif';
  src: url("../fonts/PT_Serif/PTSerif-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'PT Serif';
  src: url("../fonts/PT_Serif/PTSerif-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
/**
* COLORS
* =====================================================================================================================
*/
/**
* CONTENT SETTINGS
* =====================================================================================================================
*/
/**
* SKETCH SETTINGS FROM FIGMA (in px)
* =====================================================================================================================
*/
/**
* COMPONENT SETTINGS
* =====================================================================================================================
*/
/**
* BASE
* =====================================================================================================================
*/
/* line 2, ../sass/base/_global.scss */
body {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  /* adjust body content lower according to fixed mobile top navigation*/
  margin: 0px;
  overflow-x: hidden; }
  @media (max-width: 61.24em) {
    /* line 2, ../sass/base/_global.scss */
    body {
      margin: 147px 0px 0px 0px; } }
  /* line 15, ../sass/base/_global.scss */
  body .container {
    width: 100%;
    max-width: 100%;
    padding: 0px;
    margin-right: auto;
    margin-left: auto; }
    /* line 22, ../sass/base/_global.scss */
    body .container > .container-inner {
      width: 100%;
      margin: auto; }
    /* line 27, ../sass/base/_global.scss */
    body .container #backToTop {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: inline-block;
      padding: 10px 20px;
      font-size: 16px;
      white-space: nowrap;
      background-color: #333;
      color: white;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      z-index: 9999;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
      opacity: 0.8;
      transition: opacity 0.3s; }
    /* line 46, ../sass/base/_global.scss */
    body .container #backToTop:hover {
      opacity: 1; }
    @media (max-width: 46.24em) {
      /* line 15, ../sass/base/_global.scss */
      body .container {
        max-width: calc(400 / 420 * 100vw); } }
    @media (min-width: 46.25em) {
      /* line 15, ../sass/base/_global.scss */
      body .container {
        max-width: 1140px; } }
    /* line 59, ../sass/base/_global.scss */
    body .container .container-inner {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 40px;
      width: 100%; }
      /* line 67, ../sass/base/_global.scss */
      body .container .container-inner tbody, body .container .container-inner td, body .container .container-inner tfoot, body .container .container-inner th, body .container .container-inner thead, body .container .container-inner tr {
        border-width: 1px; }
    @media (min-width: 46.25em) {
      /* line 72, ../sass/base/_global.scss */
      body .container .narrow-content-container {
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto; } }
  /* line 82, ../sass/base/_global.scss */
  body .overlay {
    display: none;
    position: fixed;
    top: 147px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.44);
    z-index: 100; }
  @media (min-width: 46.25em) {
    /* line 90, ../sass/base/_global.scss */
    body .home-container {
      max-width: calc(1045 / 1200 * 100vw) !important; } }

@media only screen and (min-width: 740px) and (max-width: 1160px) {
  /* line 100, ../sass/base/_global.scss */
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important; } }
/* line 68, ../sass/base/_typography.scss */
body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #0B0B0B; }

/* line 74, ../sass/base/_typography.scss */
.main-title {
  font-family: "Roboto", sans-serif;
  font-size: 27px;
  line-height: 32px;
  font-weight: 700;
  color: #0B0B0B;
  margin-bottom: 0px; }

/* line 81, ../sass/base/_typography.scss */
h1 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 29.15px;
  font-weight: 700;
  color: #0B0B0B;
  margin-bottom: 0px; }

/* line 88, ../sass/base/_typography.scss */
h2 {
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  line-height: 22px;
  font-weight: 700;
  color: #0B0B0B;
  margin-bottom: 0px; }

/* line 95, ../sass/base/_typography.scss */
h3 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: #0B0B0B;
  margin-bottom: 0px; }

/* line 102, ../sass/base/_typography.scss */
a, p, span {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.5; }

/* line 107, ../sass/base/_typography.scss */
a {
  color: #0B0B0B;
  font-weight: 400; }
  /* line 111, ../sass/base/_typography.scss */
  a:hover {
    font-weight: 400;
    color: #0B0B0B; }

/* line 117, ../sass/base/_typography.scss */
span a {
  font-size: inherit; }

/**
* COMPONENTS
* =====================================================================================================================
*/
/* line 1, ../sass/components/_accordion.scss */
.accordion-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  padding: 0; }
  /* line 8, ../sass/components/_accordion.scss */
  .accordion-group .ag-title {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    line-height: 29.15px;
    font-weight: 700;
    padding: 0px calc(38 / 420 * 100vw) 0px calc(20 / 420 * 100vw);
    margin-bottom: 10px; }
    @media (min-width: 61.25em) {
      /* line 8, ../sass/components/_accordion.scss */
      .accordion-group .ag-title {
        font-family: "Roboto", sans-serif;
        font-size: 24px;
        line-height: 28px;
        font-weight: 500;
        padding-left: 20px;
        border-left: 5px solid #F1AB00;
        margin-bottom: 25px; } }
  /* line 23, ../sass/components/_accordion.scss */
  .accordion-group .ag-item {
    border-bottom: 1px #d4d4d4 solid; }
    /* line 26, ../sass/components/_accordion.scss */
    .accordion-group .ag-item .ag-toggle {
      padding: 15px calc(12 / 420 * 100vw);
      min-height: 40px;
      display: flex;
      width: 100%;
      transition: all 0.13s ease;
      cursor: pointer; }
      @media (min-width: 61.25em) {
        /* line 26, ../sass/components/_accordion.scss */
        .accordion-group .ag-item .ag-toggle {
          padding: 15px 20px; }
          /* line 37, ../sass/components/_accordion.scss */
          .accordion-group .ag-item .ag-toggle:hover {
            background-color: #f3f3f3; } }
      /* line 42, ../sass/components/_accordion.scss */
      .accordion-group .ag-item .ag-toggle .ag-toggle-inner {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding-right: 48px;
        position: relative;
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        line-height: 19px;
        font-weight: 400; }
        /* line 54, ../sass/components/_accordion.scss */
        .accordion-group .ag-item .ag-toggle .ag-toggle-inner::before {
          content: "";
          width: 14px;
          height: 8.75px;
          background: url("/img/icons/vector-down-1.svg") no-repeat;
          top: 50%;
          right: 0px;
          transform: translateY(-50%);
          position: absolute;
          background-size: contain; }
        @media (min-width: 61.25em) {
          /* line 42, ../sass/components/_accordion.scss */
          .accordion-group .ag-item .ag-toggle .ag-toggle-inner {
            padding-left: 36.2px;
            font-family: "Roboto", sans-serif;
            font-size: 18px;
            line-height: 21px;
            font-weight: 500; }
            /* line 72, ../sass/components/_accordion.scss */
            .accordion-group .ag-item .ag-toggle .ag-toggle-inner::before {
              width: 11.2px;
              height: 7px;
              left: 0px; } }
    /* line 81, ../sass/components/_accordion.scss */
    .accordion-group .ag-item .ag-content {
      max-height: 0px;
      opacity: 0;
      overflow: hidden;
      transition: opacity 0.2s ease-in-out; }
      /* line 87, ../sass/components/_accordion.scss */
      .accordion-group .ag-item .ag-content .ag-content-inner {
        display: flex;
        flex-direction: column;
        gap: 22px;
        font-family: "Roboto", sans-serif;
        font-size: 15px;
        line-height: 18px;
        line-height: 20px;
        text-align: left;
        padding-left: 24px;
        margin: 10px calc(12 / 420 * 100vw) 25px calc(12 / 420 * 100vw);
        border-left: 3px solid #F1AB00;
        transition: all 0.2s ease; }
        @media (min-width: 61.25em) {
          /* line 87, ../sass/components/_accordion.scss */
          .accordion-group .ag-item .ag-content .ag-content-inner {
            padding: 6px 0px 10px 24px;
            margin: 12px 45px 15px 79px; } }
        /* line 105, ../sass/components/_accordion.scss */
        .accordion-group .ag-item .ag-content .ag-content-inner a {
          word-break: keep-all; }
    @media (max-width: 61.24em) {
      /* line 112, ../sass/components/_accordion.scss */
      .accordion-group .ag-item.active .ag-toggle {
        top: 147px; } }
    /* line 118, ../sass/components/_accordion.scss */
    .accordion-group .ag-item.active .ag-toggle .ag-toggle-inner::before {
      transform: translateY(-50%) rotate(180deg); }
    /* line 123, ../sass/components/_accordion.scss */
    .accordion-group .ag-item.active .ag-content {
      max-height: none !important;
      height: auto !important; }

/* line 1, ../sass/components/_dropdown.scss */
.dropdown {
  list-style: none;
  position: relative;
  display: inline-block;
  z-index: 9;
  padding: 15px 20px;
  transition: all 0.22s ease; }
  /* line 11, ../sass/components/_dropdown.scss */
  .dropdown .trigger-drop {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 18px;
    /* Style the arrow */ }
    /* line 18, ../sass/components/_dropdown.scss */
    .dropdown .trigger-drop::after {
      content: "";
      width: 8px;
      height: 5px;
      background: url("/img/icons/vector-down-1.svg") no-repeat center;
      background-size: contain;
      position: absolute;
      top: 50%;
      right: 0px;
      transform: translateY(-50%);
      /* Centers vertically */
      pointer-events: none;
      /* Prevents interfering with select clicks */ }
  /* line 33, ../sass/components/_dropdown.scss */
  .dropdown:hover {
    background-color: #fff;
    color: #0B0B0B; }
    /* line 37, ../sass/components/_dropdown.scss */
    .dropdown:hover > .trigger-drop span {
      color: #0B0B0B; }
    /* line 40, ../sass/components/_dropdown.scss */
    .dropdown:hover > .trigger-drop::after {
      background-image: url("/img/icons/vector-up-1.svg"); }
    /* line 44, ../sass/components/_dropdown.scss */
    .dropdown:hover > .drop {
      display: flex; }
  /* line 50, ../sass/components/_dropdown.scss */
  .dropdown > .drop {
    flex-direction: column;
    padding: 0px;
    width: 224px;
    min-width: 200px;
    transition: all 0.22s ease;
    padding: 10px 0px 10px 0px; }
    /* line 58, ../sass/components/_dropdown.scss */
    .dropdown > .drop .drop-item {
      display: flex;
      width: 100%;
      padding: 0px 24px 0px 24px; }
      /* line 63, ../sass/components/_dropdown.scss */
      .dropdown > .drop .drop-item:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      /* line 67, ../sass/components/_dropdown.scss */
      .dropdown > .drop .drop-item a {
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        line-height: 14px;
        width: 100%;
        padding: 11px 0px; }
      /* line 73, ../sass/components/_dropdown.scss */
      .dropdown > .drop .drop-item * {
        color: #0B0B0B;
        text-decoration: none; }
      /* line 78, ../sass/components/_dropdown.scss */
      .dropdown > .drop .drop-item .trigger-drop::after {
        right: -16px; }
      /* line 82, ../sass/components/_dropdown.scss */
      .dropdown > .drop .drop-item:hover {
        background-color: #d9d9d9; }
        /* line 85, ../sass/components/_dropdown.scss */
        .dropdown > .drop .drop-item:hover > .trigger-drop::after {
          background-image: url("/img/icons/vector-up-1.svg"); }
      /* line 91, ../sass/components/_dropdown.scss */
      .dropdown > .drop .drop-item.dropdown {
        width: 100%;
        position: relative;
        z-index: 2; }
        /* line 97, ../sass/components/_dropdown.scss */
        .dropdown > .drop .drop-item.dropdown::before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          height: 100%;
          width: 1px;
          background: #fff;
          z-index: 2; }
        /* line 109, ../sass/components/_dropdown.scss */
        .dropdown > .drop .drop-item.dropdown:hover::before {
          background: #d9d9d9; }
        /* line 113, ../sass/components/_dropdown.scss */
        .dropdown > .drop .drop-item.dropdown .drop {
          position: absolute;
          transform: translateX(calc(100% - 2px));
          left: 0px;
          top: -10px; }
          /* line 120, ../sass/components/_dropdown.scss */
          .dropdown > .drop .drop-item.dropdown .drop .drop-item:not(:last-child) {
            border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  /* line 130, ../sass/components/_dropdown.scss */
  .dropdown ul {
    position: absolute;
    left: -12px;
    top: 47px;
    margin: 0;
    background: #fff;
    display: none;
    border-left: 2px solid #00534C;
    border-right: 2px solid #00534C;
    border-bottom: 1px solid #00534C;
    box-shadow: 0px 5px 10px 0px #00000040; }
    /* line 142, ../sass/components/_dropdown.scss */
    .dropdown ul > li {
      clear: both;
      list-style: none;
      padding: 0px;
      margin: 0;
      width: 100%; }
      /* line 149, ../sass/components/_dropdown.scss */
      .dropdown ul > li:hover {
        background: #ffecbe; }

/* line 1, ../sass/components/_latest-news.scss */
.latest-news {
  display: flex;
  flex-direction: column; }
  /* line 5, ../sass/components/_latest-news.scss */
  .latest-news.carousel {
    display: none; }
    /* line 8, ../sass/components/_latest-news.scss */
    .latest-news.carousel .title-row {
      margin-bottom: 17px; }
      @media (max-width: 46.24em) {
        /* line 11, ../sass/components/_latest-news.scss */
        .latest-news.carousel .title-row .title {
          font-family: "Roboto", sans-serif;
          font-size: 22px;
          line-height: 29.15px;
          font-weight: 700; } }
  /* line 23, ../sass/components/_latest-news.scss */
  .latest-news:not(.carousel) .title-row-firstpage .title {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    padding: 2.5px 0px 2.5px 20px;
    border-left: 5px solid #F1AB00;
    margin-bottom: 13px;
    display: inline-block; }
  /* line 34, ../sass/components/_latest-news.scss */
  .latest-news:not(.carousel) .title-row-firstpage .more-info {
    display: inline-block;
    float: right; }
    /* line 38, ../sass/components/_latest-news.scss */
    .latest-news:not(.carousel) .title-row-firstpage .more-info a {
      font-family: "Roboto", sans-serif;
      font-size: 15px;
      line-height: 18px;
      text-decoration: none; }
    @media (max-width: 46.24em) {
      /* line 34, ../sass/components/_latest-news.scss */
      .latest-news:not(.carousel) .title-row-firstpage .more-info {
        display: none; } }
  /* line 49, ../sass/components/_latest-news.scss */
  .latest-news:not(.carousel) .title-row {
    display: flex;
    width: 100%;
    height: 26px;
    margin-bottom: 15px; }
    @media (max-width: 46.24em) {
      /* line 49, ../sass/components/_latest-news.scss */
      .latest-news:not(.carousel) .title-row {
        margin-bottom: 42px; } }
    /* line 59, ../sass/components/_latest-news.scss */
    .latest-news:not(.carousel) .title-row .title {
      padding: 0px 0px 5px 11px;
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      line-height: 21px;
      font-weight: 500; }
      @media (max-width: 46.24em) {
        /* line 59, ../sass/components/_latest-news.scss */
        .latest-news:not(.carousel) .title-row .title {
          padding: 2.5px 0px 2.5px 20px;
          border-left: 6px solid #F1AB00; } }
      @media (min-width: 46.25em) {
        /* line 59, ../sass/components/_latest-news.scss */
        .latest-news:not(.carousel) .title-row .title {
          padding: 2.5px 20px 2.5px 0px;
          border-right: 5px solid #F1AB00; } }
    /* line 76, ../sass/components/_latest-news.scss */
    .latest-news:not(.carousel) .title-row .more-info {
      padding: 4px 0px 4px 0px;
      margin-left: 20px; }
      /* line 80, ../sass/components/_latest-news.scss */
      .latest-news:not(.carousel) .title-row .more-info a {
        font-family: "Roboto", sans-serif;
        font-size: 15px;
        line-height: 18px;
        text-decoration: none; }
      @media (max-width: 46.24em) {
        /* line 76, ../sass/components/_latest-news.scss */
        .latest-news:not(.carousel) .title-row .more-info {
          display: none; } }
  /* line 93, ../sass/components/_latest-news.scss */
  .latest-news:not(.carousel) .news-list a {
    text-decoration: none; }
  @media (max-width: 46.24em) {
    /* line 92, ../sass/components/_latest-news.scss */
    .latest-news:not(.carousel) .news-list {
      display: flex;
      flex-direction: column;
      gap: 50px; } }
  @media (min-width: 46.25em) {
    /* line 92, ../sass/components/_latest-news.scss */
    .latest-news:not(.carousel) .news-list {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 35px 23px; }
      /* line 109, ../sass/components/_latest-news.scss */
      .latest-news:not(.carousel) .news-list > * {
        min-width: 0; } }
  @media (max-width: 46.24em) {
    /* line 115, ../sass/components/_latest-news.scss */
    .latest-news:not(.carousel) .news-list .item .item-image {
      height: calc(200 / 420 * 100vw); } }
  @media (min-width: 46.25em) {
    /* line 115, ../sass/components/_latest-news.scss */
    .latest-news:not(.carousel) .news-list .item .item-image {
      height: calc(188 / 1200 * 100vw); } }
  /* line 125, ../sass/components/_latest-news.scss */
  .latest-news:not(.carousel) .news-list .item .item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  /* line 131, ../sass/components/_latest-news.scss */
  .latest-news:not(.carousel) .news-list .item .item-info {
    display: flex;
    flex-direction: column;
    padding-top: 15px; }
    /* line 136, ../sass/components/_latest-news.scss */
    .latest-news:not(.carousel) .news-list .item .item-info .date {
      font-family: "Roboto", sans-serif;
      font-size: 12px;
      line-height: 14px;
      font-weight: 700;
      margin-bottom: 15px; }
    /* line 142, ../sass/components/_latest-news.scss */
    .latest-news:not(.carousel) .news-list .item .item-info .title {
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      line-height: 21px;
      font-weight: 500;
      margin-bottom: 10px; }
    /* line 148, ../sass/components/_latest-news.scss */
    .latest-news:not(.carousel) .news-list .item .item-info .content {
      font-family: "Roboto", sans-serif;
      font-size: 13px;
      line-height: 15px;
      line-height: 21px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      word-break: break-word;
      white-space: normal; }
      @media (max-width: 46.24em) {
        /* line 148, ../sass/components/_latest-news.scss */
        .latest-news:not(.carousel) .news-list .item .item-info .content {
          -webkit-line-clamp: 2; } }

@media (min-width: 46.25em) {
  /* line 173, ../sass/components/_latest-news.scss */
  .other-news .latest-news:not(.carousel) .news-list .item .item-image {
    height: 220px; } }

/* line 39, ../sass/components/_buttons.scss */
.black-button {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #0B0B0B;
  border-left: 6px solid #0B0B0B;
  transition: all 0.2s ease;
  background-color: #0B0B0B;
  color: #FFFFFF;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none !important; }
  /* line 19, ../sass/components/_buttons.scss */
  .black-button:hover {
    text-decoration: none !important;
    background-color: black !important;
    color: #FFFFFF !important; }
  @media (max-width: 61.24em) {
    /* line 39, ../sass/components/_buttons.scss */
    .black-button {
      width: 180px;
      height: 40px; } }
  @media (min-width: 61.25em) {
    /* line 39, ../sass/components/_buttons.scss */
    .black-button {
      width: 200px;
      height: 40px; } }

/* line 43, ../sass/components/_buttons.scss */
.blue-button {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #00534C;
  border-left: 6px solid #00534C;
  transition: all 0.2s ease;
  background-color: #00534C;
  color: #FFFFFF;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none !important; }
  /* line 19, ../sass/components/_buttons.scss */
  .blue-button:hover {
    text-decoration: none !important;
    background-color: #00201d !important;
    color: #FFFFFF !important; }
  @media (max-width: 61.24em) {
    /* line 43, ../sass/components/_buttons.scss */
    .blue-button {
      width: 180px;
      height: 40px; } }
  @media (min-width: 61.25em) {
    /* line 43, ../sass/components/_buttons.scss */
    .blue-button {
      width: 200px;
      height: 40px; } }

/* line 47, ../sass/components/_buttons.scss */
.white-button {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #00534C;
  border-left: 6px solid #00534C;
  transition: all 0.2s ease;
  background-color: #fff;
  color: #0B0B0B;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none !important; }
  /* line 19, ../sass/components/_buttons.scss */
  .white-button:hover {
    text-decoration: none !important;
    background-color: #e6e6e6 !important;
    color: #0B0B0B !important; }
  @media (max-width: 61.24em) {
    /* line 47, ../sass/components/_buttons.scss */
    .white-button {
      width: 180px;
      height: 40px; } }
  @media (min-width: 61.25em) {
    /* line 47, ../sass/components/_buttons.scss */
    .white-button {
      width: 200px;
      height: 40px; } }

/* line 51, ../sass/components/_buttons.scss */
.transparent-white-button {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #FFFFFF;
  border-left: 6px solid #FFFFFF;
  transition: all 0.2s ease;
  background-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none !important; }
  /* line 19, ../sass/components/_buttons.scss */
  .transparent-white-button:hover {
    text-decoration: none !important;
    background-color: rgba(0, 0, 0, 0) !important;
    color: #FFFFFF !important; }
  @media (max-width: 61.24em) {
    /* line 51, ../sass/components/_buttons.scss */
    .transparent-white-button {
      width: 180px;
      height: 40px; } }
  @media (min-width: 61.25em) {
    /* line 51, ../sass/components/_buttons.scss */
    .transparent-white-button {
      width: 200px;
      height: 40px; } }

/* line 1, ../sass/components/_breadcrumbs.scss */
.top-bar {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 61.24em) {
    /* line 1, ../sass/components/_breadcrumbs.scss */
    .top-bar {
      justify-content: flex-end; } }
  /* line 10, ../sass/components/_breadcrumbs.scss */
  .top-bar .divi-breadcrumbs {
    margin-top: 21px;
    margin-left: calc(100vw / (1200 / 75));
    margin-right: calc(100vw / (1200 / 75));
    padding-left: 10px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center; }
    @media (max-width: 61.24em) {
      /* line 10, ../sass/components/_breadcrumbs.scss */
      .top-bar .divi-breadcrumbs {
        display: none; } }
    /* line 27, ../sass/components/_breadcrumbs.scss */
    .top-bar .divi-breadcrumbs .item > * {
      font-size: 12px; }
    /* line 31, ../sass/components/_breadcrumbs.scss */
    .top-bar .divi-breadcrumbs .item a {
      color: #0B0B0B;
      text-decoration: none; }
    /* line 35, ../sass/components/_breadcrumbs.scss */
    .top-bar .divi-breadcrumbs .item *:not(a) {
      cursor: default; }
    /* line 39, ../sass/components/_breadcrumbs.scss */
    .top-bar .divi-breadcrumbs img {
      user-select: none;
      width: 6px; }
  /* line 45, ../sass/components/_breadcrumbs.scss */
  .top-bar .share-link-container {
    margin-top: 21px;
    margin-left: calc(100vw / (1200 / 75));
    margin-right: calc(100vw / (1200 / 75));
    padding-right: 10px;
    display: flex;
    flex-direction: row;
    gap: 25px;
    align-items: center; }
    /* line 56, ../sass/components/_breadcrumbs.scss */
    .top-bar .share-link-container .share-label {
      font-family: "Roboto", sans-serif;
      font-size: 12px;
      line-height: 14px; }
    /* line 60, ../sass/components/_breadcrumbs.scss */
    .top-bar .share-link-container .share-links {
      display: flex;
      gap: 7.27px;
      padding-bottom: 3.18px;
      align-items: center; }
      /* line 67, ../sass/components/_breadcrumbs.scss */
      .top-bar .share-link-container .share-links .share-link:nth-of-type(1) img {
        height: 14.55px; }
      /* line 73, ../sass/components/_breadcrumbs.scss */
      .top-bar .share-link-container .share-links .share-link:nth-of-type(2) img {
        height: 14.55px; }
    @media (max-width: 61.24em) {
      /* line 79, ../sass/components/_breadcrumbs.scss */
      .top-bar .share-link-container .print-button {
        display: none; } }
    /* line 85, ../sass/components/_breadcrumbs.scss */
    .top-bar .share-link-container .print-button img {
      height: 17px; }

/* line 2, ../sass/components/_slider.scss */
.has-slide-text::after {
  content: "";
  position: absolute;
  top: 55px;
  left: calc(147 / 1200 * 100vw);
  bottom: 55px;
  width: 2px;
  background-color: #F1AB00;
  pointer-events: none;
  z-index: 2; }
  @media (max-width: 46.24em) {
    /* line 2, ../sass/components/_slider.scss */
    .has-slide-text::after {
      left: calc(31 / 420 * 100vw); } }

/* line 19, ../sass/components/_slider.scss */
.slide-has-link {
  pointer-events: auto !important;
  cursor: pointer; }

/* line 24, ../sass/components/_slider.scss */
.slider {
  width: 100%;
  height: 350px; }
  /* line 28, ../sass/components/_slider.scss */
  .slider .slides {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
    background: #00534C; }
    /* line 39, ../sass/components/_slider.scss */
    .slider .slides * {
      user-select: none;
      -ms-user-select: none;
      -moz-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -webkit-touch-callout: none; }
    /* line 48, ../sass/components/_slider.scss */
    .slider .slides input {
      display: none; }
  /* line 54, ../sass/components/_slider.scss */
  .slider .slide-container {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none; }
    /* line 61, ../sass/components/_slider.scss */
    .slider .slide-container .slide-image {
      display: block;
      width: 100%;
      height: 100%;
      transition: all 0.2s ease-in-out; }
      /* line 67, ../sass/components/_slider.scss */
      .slider .slide-container .slide-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: brightness(0.7); }
    /* line 75, ../sass/components/_slider.scss */
    .slider .slide-container .slide-text {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: calc(195 / 1200 * 100vw);
      right: calc(147 / 1200 * 100vw);
      max-width: 858px;
      font-weight: bolder;
      display: flex;
      flex-direction: column;
      gap: 15px; }
      @media (max-width: 46.24em) {
        /* line 75, ../sass/components/_slider.scss */
        .slider .slide-container .slide-text {
          left: calc(59 / 420 * 100vw);
          right: calc(25 / 420 * 100vw); } }
      /* line 94, ../sass/components/_slider.scss */
      .slider .slide-container .slide-text .title {
        font-size: 27px;
        line-height: 32px;
        font-weight: 700;
        color: #FFFFFF; }
      /* line 101, ../sass/components/_slider.scss */
      .slider .slide-container .slide-text .text {
        font-size: 18px;
        line-height: 21px;
        font-weight: 500;
        color: #FFFFFF; }
      /* line 108, ../sass/components/_slider.scss */
      .slider .slide-container .slide-text .subtext {
        font-family: "Roboto", sans-serif;
        font-size: 13px;
        line-height: 15px;
        color: gainsboro; }
  /* line 115, ../sass/components/_slider.scss */
  .slider .slide-image:hover + .slider-controls label {
    opacity: 0.5; }
  /* line 119, ../sass/components/_slider.scss */
  .slider .slider-list {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc((28 / 1200) * 100vw);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-direction: row; }
    /* line 131, ../sass/components/_slider.scss */
    .slider .slider-list .slider-index {
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 100%;
      background-color: white;
      border: 2px solid white;
      cursor: pointer; }
      /* line 140, ../sass/components/_slider.scss */
      .slider .slider-list .slider-index:hover {
        background-color: #cccccc;
        border-color: #cccccc; }
  /* line 147, ../sass/components/_slider.scss */
  .slider input:checked + .slide-container .slide-image {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.2s ease-in-out;
    pointer-events: all; }
  /* line 154, ../sass/components/_slider.scss */
  .slider input:checked + .slide-container .slide-text {
    opacity: 1; }
  /* line 158, ../sass/components/_slider.scss */
  .slider input#img-0:checked ~ .slider-list label#img-index-0,
  .slider input#img-1:checked ~ .slider-list label#img-index-1,
  .slider input#img-2:checked ~ .slider-list label#img-index-2,
  .slider input#img-3:checked ~ .slider-list label#img-index-3,
  .slider input#img-4:checked ~ .slider-list label#img-index-4,
  .slider input#img-5:checked ~ .slider-list label#img-index-5,
  .slider input#img-6:checked ~ .slider-list label#img-index-6,
  .slider input#img-7:checked ~ .slider-list label#img-index-7,
  .slider input#img-8:checked ~ .slider-list label#img-index-8,
  .slider input#img-9:checked ~ .slider-list label#img-index-9,
  .slider input#img-10:checked ~ .slider-list label#img-index-10 {
    background-color: transparent; }
  /* line 173, ../sass/components/_slider.scss */
  .slider input:checked + .slide-container .nav label {
    display: block; }

/* Pagination */
/* line 2, ../sass/components/_paginator.scss */
.gridswapper-top-paging {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 775px;
  height: 54px; }

/* line 11, ../sass/components/_paginator.scss */
.pagination-section {
  margin-bottom: 20px;
  text-align: center;
  width: 100%; }

/* line 17, ../sass/components/_paginator.scss */
.pagination-public {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  gap: 15px; }
  /* line 25, ../sass/components/_paginator.scss */
  .pagination-public .page-item {
    display: flex;
    justify-content: center;
    align-items: center; }
  /* line 31, ../sass/components/_paginator.scss */
  .pagination-public .page-item .page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: 900;
    width: 100%;
    height: 100%; }
  /* line 41, ../sass/components/_paginator.scss */
  .pagination-public .page-item:not(.previous):not(.next):not(.dots) {
    width: 40px;
    height: 40px; }
  /* line 45, ../sass/components/_paginator.scss */
  .pagination-public .page-item.previous,
  .pagination-public .page-item.next {
    width: 16px;
    height: 16px; }
  /* line 51, ../sass/components/_paginator.scss */
  .pagination-public .page-link {
    text-decoration: none; }
  /* line 55, ../sass/components/_paginator.scss */
  .pagination-public .page-item.inactive {
    border: 1.33px solid #00534C; }
    /* line 58, ../sass/components/_paginator.scss */
    .pagination-public .page-item.inactive .page-link {
      color: #0B0B0B; }
  /* line 63, ../sass/components/_paginator.scss */
  .pagination-public .page-item.dots {
    width: 12.2px; }
    /* line 66, ../sass/components/_paginator.scss */
    .pagination-public .page-item.dots .page-link {
      color: #0B0B0B; }
  /* line 71, ../sass/components/_paginator.scss */
  .pagination-public .page-item.active {
    background-color: #00534C; }
    /* line 74, ../sass/components/_paginator.scss */
    .pagination-public .page-item.active .page-link {
      color: #FFFFFF; }
  /* line 79, ../sass/components/_paginator.scss */
  .pagination-public .page-item.limit {
    border: 1.33px solid #00534C; }
    /* line 82, ../sass/components/_paginator.scss */
    .pagination-public .page-item.limit .page-link {
      color: #0B0B0B; }
  /* line 87, ../sass/components/_paginator.scss */
  .pagination-public .page-item.previous .arrow-left {
    background-image: url("/img/icons/vector-left-2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%; }
  /* line 95, ../sass/components/_paginator.scss */
  .pagination-public .page-item.next .arrow-right {
    background-image: url("/img/icons/vector-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%; }

/* line 1, ../sass/components/_carousel.scss */
.carousel {
  position: relative; }
  /* line 4, ../sass/components/_carousel.scss */
  .carousel .items {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    gap: 20px;
    scrollbar-width: none;
    touch-action: pan-y; }
    /* line 14, ../sass/components/_carousel.scss */
    .carousel .items .item {
      display: flex;
      flex-direction: column;
      gap: 10px;
      flex-shrink: 0;
      width: 100%;
      scroll-snap-align: center;
      text-decoration: none;
      z-index: 2; }
      /* line 24, ../sass/components/_carousel.scss */
      .carousel .items .item .item-image {
        height: calc(100vw * (200 / 420)); }
        /* line 27, ../sass/components/_carousel.scss */
        .carousel .items .item .item-image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      /* line 34, ../sass/components/_carousel.scss */
      .carousel .items .item .item-date {
        font-size: 15px;
        color: #0B0B0B;
        font-weight: 400;
        white-space: normal;
        padding: 5px 10px 0px 10px; }
      /* line 42, ../sass/components/_carousel.scss */
      .carousel .items .item .item-title {
        font-size: 16px;
        color: #0B0B0B;
        font-weight: 700;
        white-space: normal;
        padding: 0px 10px; }
      /* line 50, ../sass/components/_carousel.scss */
      .carousel .items .item .item-content {
        font-family: "Roboto", sans-serif;
        font-size: 15px;
        line-height: 18px;
        color: #0B0B0B;
        font-weight: 400;
        white-space: normal;
        padding: 0px 10px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        word-break: break-word;
        white-space: normal; }
  /* line 67, ../sass/components/_carousel.scss */
  .carousel .items.dragging,
  .carousel .items.dragging * {
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none; }
  /* line 75, ../sass/components/_carousel.scss */
  .carousel .carousel-controls {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -30px;
    right: -30px; }
    /* line 85, ../sass/components/_carousel.scss */
    .carousel .carousel-controls .left-side,
    .carousel .carousel-controls .right-side {
      display: flex;
      align-items: baseline;
      width: 30px;
      height: 100%;
      position: relative; }
    /* line 93, ../sass/components/_carousel.scss */
    .carousel .carousel-controls .left-side {
      justify-content: flex-start;
      background: linear-gradient(to right, #fff 80%, rgba(255, 255, 255, 0) 100%); }
    /* line 97, ../sass/components/_carousel.scss */
    .carousel .carousel-controls .right-side {
      justify-content: flex-end;
      background: linear-gradient(to left, #fff 80%, rgba(255, 255, 255, 0) 100%); }
    /* line 102, ../sass/components/_carousel.scss */
    .carousel .carousel-controls .button-left,
    .carousel .carousel-controls .button-right {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 20px;
      height: 30px;
      background-size: contain;
      background-repeat: no-repeat;
      cursor: pointer;
      pointer-events: all;
      z-index: 10;
      border: 1px solid rgba(0, 0, 0, 0.5);
      border-top: 2px solid rgba(0, 0, 0, 0.5);
      position: absolute;
      top: calc(100vw * (97 / 420)); }
    /* line 121, ../sass/components/_carousel.scss */
    .carousel .carousel-controls .button-left {
      padding-left: 6px; }
    /* line 125, ../sass/components/_carousel.scss */
    .carousel .carousel-controls .button-right {
      padding-right: 6px; }
  /* line 130, ../sass/components/_carousel.scss */
  .carousel .carousel-location-boxes {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-top: 10px;
    gap: 11px; }
    /* line 137, ../sass/components/_carousel.scss */
    .carousel .carousel-location-boxes .location-box {
      width: 11px;
      height: 11px;
      padding: 1px;
      border: 1px solid rgba(0, 0, 0, 0.5);
      background-clip: content-box; }
    /* line 145, ../sass/components/_carousel.scss */
    .carousel .carousel-location-boxes .location-box.active {
      background-color: #F1AB00; }

/* line 1, ../sass/components/_subscribe-newsletter.scss */
.subscribe-newsletter {
  width: 100%;
  position: relative;
  background: url("/img/background-2.png") no-repeat center;
  background-size: cover;
  overflow: hidden; }
  @media (max-width: 61.24em) {
    /* line 1, ../sass/components/_subscribe-newsletter.scss */
    .subscribe-newsletter {
      position: relative;
      left: 50%;
      margin-left: -50vw;
      width: 100vw; } }
  /* line 17, ../sass/components/_subscribe-newsletter.scss */
  .subscribe-newsletter::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 83, 76, 0.1);
    pointer-events: none; }
  /* line 25, ../sass/components/_subscribe-newsletter.scss */
  .subscribe-newsletter .form-container {
    display: flex;
    justify-content: center; }
    /* line 29, ../sass/components/_subscribe-newsletter.scss */
    .subscribe-newsletter .form-container form {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 15px;
      padding-top: 35px;
      padding-bottom: 29px;
      width: calc(671 / 1200 * 100vw);
      position: relative;
      z-index: 2; }
      @media (max-width: 61.24em) {
        /* line 29, ../sass/components/_subscribe-newsletter.scss */
        .subscribe-newsletter .form-container form {
          align-items: flex-start;
          gap: 25px;
          width: calc(387 / 420 * 100vw); } }
      /* line 52, ../sass/components/_subscribe-newsletter.scss */
      .subscribe-newsletter .form-container form .title {
        font-family: "Roboto", sans-serif;
        font-size: 24px;
        line-height: 28px;
        color: #FFFFFF;
        font-weight: 500; }
        @media (max-width: 61.24em) {
          /* line 52, ../sass/components/_subscribe-newsletter.scss */
          .subscribe-newsletter .form-container form .title {
            padding-left: 20px;
            border-left: 5px solid #F1AB00;
            font-family: "Roboto", sans-serif;
            font-size: 18px;
            line-height: 21px;
            gap: 25px; } }
      /* line 66, ../sass/components/_subscribe-newsletter.scss */
      .subscribe-newsletter .form-container form .row-main {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 3px 3px; }
        /* line 72, ../sass/components/_subscribe-newsletter.scss */
        .subscribe-newsletter .form-container form .row-main .input-row {
          display: flex;
          justify-content: center;
          width: 100%; }
          @media (min-width: 35em) and (max-width: 61.24em) {
            /* line 72, ../sass/components/_subscribe-newsletter.scss */
            .subscribe-newsletter .form-container form .row-main .input-row {
              justify-content: flex-start; } }
          @media (max-width: 35em) {
            /* line 72, ../sass/components/_subscribe-newsletter.scss */
            .subscribe-newsletter .form-container form .row-main .input-row {
              flex-direction: column;
              gap: 7px; } }
          /* line 88, ../sass/components/_subscribe-newsletter.scss */
          .subscribe-newsletter .form-container form .row-main .input-row .divi-input {
            padding: 3px 3px; }
            /* line 91, ../sass/components/_subscribe-newsletter.scss */
            .subscribe-newsletter .form-container form .row-main .input-row .divi-input input[type="text"] {
              height: 40px;
              width: 100%;
              padding: 10px 20px; }
            /* line 97, ../sass/components/_subscribe-newsletter.scss */
            .subscribe-newsletter .form-container form .row-main .input-row .divi-input input[type="submit"] {
              width: 100%;
              overflow: hidden;
              display: flex;
              justify-content: center;
              align-items: center;
              text-align: center;
              border: 1px solid #FFFFFF;
              border-left: 6px solid #FFFFFF;
              transition: all 0.2s ease;
              background-color: rgba(0, 0, 0, 0);
              color: #FFFFFF;
              cursor: pointer;
              font-family: "Roboto", sans-serif;
              font-size: 15px;
              line-height: 18px;
              font-weight: 500;
              text-decoration: none !important; }
              /* line 19, ../sass/components/_buttons.scss */
              .subscribe-newsletter .form-container form .row-main .input-row .divi-input input[type="submit"]:hover {
                text-decoration: none !important;
                background-color: rgba(0, 0, 0, 0) !important;
                color: #FFFFFF !important; }
              @media (max-width: 61.24em) {
                /* line 97, ../sass/components/_subscribe-newsletter.scss */
                .subscribe-newsletter .form-container form .row-main .input-row .divi-input input[type="submit"] {
                  width: 180px;
                  height: 40px; } }
              @media (min-width: 61.25em) {
                /* line 97, ../sass/components/_subscribe-newsletter.scss */
                .subscribe-newsletter .form-container form .row-main .input-row .divi-input input[type="submit"] {
                  width: 200px;
                  height: 40px; } }
              @media (max-width: 35em) {
                /* line 97, ../sass/components/_subscribe-newsletter.scss */
                .subscribe-newsletter .form-container form .row-main .input-row .divi-input input[type="submit"] {
                  width: 100%; } }
        /* line 109, ../sass/components/_subscribe-newsletter.scss */
        .subscribe-newsletter .form-container form .row-main .message-row .success-message {
          margin-top: 5px;
          width: 100%;
          text-align: center;
          font-family: "Roboto", sans-serif;
          font-size: 15px;
          line-height: 18px;
          color: #FFFFFF; }
          @media (min-width: 35em) and (max-width: 61.24em) {
            /* line 109, ../sass/components/_subscribe-newsletter.scss */
            .subscribe-newsletter .form-container form .row-main .message-row .success-message {
              text-align: start; } }
      /* line 124, ../sass/components/_subscribe-newsletter.scss */
      .subscribe-newsletter .form-container form .row-checkbox {
        display: flex;
        justify-content: center;
        gap: 25px;
        font-family: "Roboto", sans-serif;
        font-size: 13px;
        line-height: 15px;
        line-height: 20px;
        color: #FFFFFF; }
        /* line 132, ../sass/components/_subscribe-newsletter.scss */
        .subscribe-newsletter .form-container form .row-checkbox .checkbox-primary {
          order: 1; }
        /* line 133, ../sass/components/_subscribe-newsletter.scss */
        .subscribe-newsletter .form-container form .row-checkbox .checkbox-secondary {
          order: 2; }
        @media (max-width: 61.24em) {
          /* line 124, ../sass/components/_subscribe-newsletter.scss */
          .subscribe-newsletter .form-container form .row-checkbox {
            flex-direction: column; }
            /* line 138, ../sass/components/_subscribe-newsletter.scss */
            .subscribe-newsletter .form-container form .row-checkbox .checkbox-primary {
              order: 2; }
            /* line 139, ../sass/components/_subscribe-newsletter.scss */
            .subscribe-newsletter .form-container form .row-checkbox .checkbox-secondary {
              order: 1; } }
        @media (max-width: 61.24em) {
          /* line 124, ../sass/components/_subscribe-newsletter.scss */
          .subscribe-newsletter .form-container form .row-checkbox {
            justify-content: flex-start;
            gap: 15px; } }
        @media (max-width: 35em) {
          /* line 124, ../sass/components/_subscribe-newsletter.scss */
          .subscribe-newsletter .form-container form .row-checkbox {
            justify-content: center;
            align-self: center; } }
        @media (min-width: 61.25em) {
          /* line 154, ../sass/components/_subscribe-newsletter.scss */
          .subscribe-newsletter .form-container form .row-checkbox .checkbox-primary {
            padding-right: 25px;
            border-right: 2px solid #FFFFFF; } }
        /* line 162, ../sass/components/_subscribe-newsletter.scss */
        .subscribe-newsletter .form-container form .row-checkbox .checkbox-secondary {
          display: flex;
          gap: 25px; }
          @media (max-width: 35em) {
            /* line 162, ../sass/components/_subscribe-newsletter.scss */
            .subscribe-newsletter .form-container form .row-checkbox .checkbox-secondary {
              flex-direction: column;
              gap: 15px; } }
        /* line 173, ../sass/components/_subscribe-newsletter.scss */
        .subscribe-newsletter .form-container form .row-checkbox .divi-input {
          display: inline-flex;
          padding: 3px 3px; }
          /* line 177, ../sass/components/_subscribe-newsletter.scss */
          .subscribe-newsletter .form-container form .row-checkbox .divi-input label {
            display: flex;
            align-items: center;
            gap: 9px;
            cursor: pointer; }
            /* line 183, ../sass/components/_subscribe-newsletter.scss */
            .subscribe-newsletter .form-container form .row-checkbox .divi-input label input[type="checkbox"] {
              /* Remove browser default styles */
              appearance: none;
              -webkit-appearance: none;
              width: 16px;
              height: 16px;
              border: 1px solid #d4d4d4;
              position: relative;
              cursor: pointer; }
            /* line 195, ../sass/components/_subscribe-newsletter.scss */
            .subscribe-newsletter .form-container form .row-checkbox .divi-input label input[type="checkbox"]:checked::after {
              content: "";
              display: block;
              width: 10px;
              height: 10px;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              background: url("/img/checkbox_vector.svg") no-repeat center center;
              background-size: contain; }
      /* line 211, ../sass/components/_subscribe-newsletter.scss */
      .subscribe-newsletter .form-container form .input-error {
        border: 1px solid #ff4d4f !important;
        border-radius: 6px;
        position: relative;
        padding: 6px 8px; }
        /* line 217, ../sass/components/_subscribe-newsletter.scss */
        .subscribe-newsletter .form-container form .input-error::before {
          content: "";
          position: absolute;
          left: -20px;
          top: 50%;
          transform: translateY(-50%);
          width: 16px;
          height: 16px;
          background: url("/img/icons/exclamation-triangle-icon.svg") no-repeat center center;
          background-size: contain; }
      /* line 230, ../sass/components/_subscribe-newsletter.scss */
      .subscribe-newsletter .form-container form .text-error {
        display: none; }
  /* line 236, ../sass/components/_subscribe-newsletter.scss */
  .subscribe-newsletter.change-conditions {
    margin-top: 30px; }

/* line 1, ../sass/components/_notifications.scss */
.notification-container {
  padding: 0px 75px;
  margin: 25px 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px; }
  @media (max-width: 46.24em) {
    /* line 1, ../sass/components/_notifications.scss */
    .notification-container {
      padding: 0px; } }
  /* line 13, ../sass/components/_notifications.scss */
  .notification-container .notification {
    border: 2px #000000 solid;
    display: flex; }
  /* line 18, ../sass/components/_notifications.scss */
  .notification-container .notification-icon {
    height: 54px;
    width: 53px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center; }
  /* line 27, ../sass/components/_notifications.scss */
  .notification-container .notification-text {
    display: flex;
    align-items: center;
    padding-left: 27px;
    font-size: 13px;
    font-weight: bold; }

/* line 1, ../sass/components/_faq.scss */
.faq {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 75px;
  /* Parent container for the accordion group */
  /* Individual list items */
  /* Question styles with custom list mark */
  /* Answer container (collapsed state) */
  /* Expanded state */
  /* Title styles */ }
  /* line 7, ../sass/components/_faq.scss */
  .faq .title {
    margin-bottom: 30px; }
    /* line 3, ../sass/components/_page-header.scss */
    .faq .title h1, .faq .title h2, .faq .title h3 {
      text-align: center !important;
      color: #0B0B0B;
      font-size: 24px;
      line-height: 28px;
      margin: 0px;
      padding-top: 11px;
      padding-bottom: 7px; }
      @media (max-width: 61.24em) {
        /* line 3, ../sass/components/_page-header.scss */
        .faq .title h1, .faq .title h2, .faq .title h3 {
          padding-top: 25px;
          padding-bottom: 25px; } }
    @media (max-width: 61.24em) {
      /* line 13, ../sass/components/_faq.scss */
      .faq .title h1, .faq .title h2, .faq .title h3 {
        padding-bottom: 0px; } }
  /* line 19, ../sass/components/_faq.scss */
  .faq .faq-content {
    display: flex;
    flex-direction: column;
    gap: 50px; }
    /* line 24, ../sass/components/_faq.scss */
    .faq .faq-content .open-item {
      display: flex;
      flex-direction: column;
      gap: 16px;
      font-family: "Roboto", sans-serif;
      font-size: 15px;
      line-height: 18px; }
      @media (max-width: 61.24em) {
        /* line 24, ../sass/components/_faq.scss */
        .faq .faq-content .open-item {
          padding-left: calc(20 / 420 * 100vw);
          padding-right: calc(20 / 420 * 100vw); } }
      /* line 35, ../sass/components/_faq.scss */
      .faq .faq-content .open-item .open-content-modify-data {
        width: 100%;
        text-align: center; }
        @media (max-width: 61.24em) {
          /* line 35, ../sass/components/_faq.scss */
          .faq .faq-content .open-item .open-content-modify-data {
            font-family: "Roboto", sans-serif;
            font-size: 12px;
            line-height: 14px; } }
    /* line 46, ../sass/components/_faq.scss */
    .faq .faq-content .accordion-group .ag-item {
      border-top: 1px solid #d4d4d4; }
      /* line 49, ../sass/components/_faq.scss */
      .faq .faq-content .accordion-group .ag-item ~ .ag-item {
        border-top: none; }
  /* line 56, ../sass/components/_faq.scss */
  .faq .faq-files {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 25px;
    gap: 25px; }
    /* line 63, ../sass/components/_faq.scss */
    .faq .faq-files a {
      text-decoration: none; }
    /* line 67, ../sass/components/_faq.scss */
    .faq .faq-files .faq-file {
      display: flex;
      flex-direction: column;
      gap: 5px;
      padding-left: 57.15px;
      position: relative; }
      /* line 75, ../sass/components/_faq.scss */
      .faq .faq-files .faq-file:before {
        content: "";
        width: 32.15px;
        height: 37px;
        background: url("/img/icons/pdf-icon.svg") no-repeat;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
        position: absolute;
        background-size: contain; }
      /* line 87, ../sass/components/_faq.scss */
      .faq .faq-files .faq-file .download-label {
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        line-height: 14px; }
      /* line 91, ../sass/components/_faq.scss */
      .faq .faq-files .faq-file .download-title {
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        line-height: 19px;
        font-weight: 700; }
  /* line 98, ../sass/components/_faq.scss */
  .faq h2 {
    font-family: PT Serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 29.15px;
    text-align: left;
    text-decoration: none;
    /* Ensures no underline on h2 itself */ }
  /* line 108, ../sass/components/_faq.scss */
  .faq .qa_list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none; }
  /* line 119, ../sass/components/_faq.scss */
  .faq .qa_list li {
    display: flex;
    flex-direction: column;
    width: 100%; }
  /* line 126, ../sass/components/_faq.scss */
  .faq .qa_list .h2 {
    font-family: "PT Serif", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 29.15px;
    text-align: left;
    text-decoration-skip-ink: none;
    cursor: pointer;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: background-color 0.2s ease;
    /* Add the custom arrow using ::before */
    /* Rotate the arrow when the question is expanded */ }
    /* line 138, ../sass/components/_faq.scss */
    .faq .qa_list .h2:hover {
      background-color: #e9e9e9;
      /* Slightly darker on hover */ }
    /* line 143, ../sass/components/_faq.scss */
    .faq .qa_list .h2::before {
      font-family: "PT Serif", sans-serif;
      font-size: 28px;
      line-height: 37.1px;
      font-weight: 700;
      color: #0B0B0B;
      margin-bottom: 0px;
      content: '';
      display: inline-block;
      width: 13px;
      height: 13px;
      background-image: url("/img/icons/arrow-down.svg");
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      right: 10px;
      /* Position on the right of the question */
      top: 50%;
      transform: translateY(-50%);
      transition: transform 0.3s ease;
      /* Smooth rotation */ }
    /* line 165, ../sass/components/_faq.scss */
    .faq .qa_list .h2.expanded::before {
      transform: translateY(-50%) rotate(180deg); }
  /* line 171, ../sass/components/_faq.scss */
  .faq .qa_ansver {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 10px;
    font-size: 16px;
    line-height: 20px;
    color: #666;
    border-top: 1px solid #ddd;
    text-align: left; }
  /* line 184, ../sass/components/_faq.scss */
  .faq .collapse.show .qa_ansver {
    max-height: 300px;
    overflow-y: auto;
    padding: 10px 10px; }
  /* line 191, ../sass/components/_faq.scss */
  .faq .faq .title h1 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px; }
  /* line 197, ../sass/components/_faq.scss */
  .faq .nested-pages .collapse {
    display: none !important; }
  /* line 201, ../sass/components/_faq.scss */
  .faq .nested-pages .collapse.show {
    display: block !important; }
  /* line 205, ../sass/components/_faq.scss */
  .faq .nested-pages .collapse {
    transition: all 0.3s ease; }
  /* line 209, ../sass/components/_faq.scss */
  .faq .nested-pages .h3::before {
    transform: rotate(0deg);
    transition: transform 0.3s ease; }
  /* line 214, ../sass/components/_faq.scss */
  .faq .nested-pages .collapse.show + .qa_ansver .h3::before {
    transform: rotate(180deg); }

/* line 1, ../sass/components/_message.scss */
.message-container {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  min-height: 60vh;
  gap: 10vh;
  padding: 40px 0px; }
  @media (max-width: 61.24em) {
    /* line 1, ../sass/components/_message.scss */
    .message-container {
      justify-content: center;
      gap: 20px;
      min-height: 100vh; } }
  /* line 17, ../sass/components/_message.scss */
  .message-container .message-inner {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 61.24em) {
      /* line 17, ../sass/components/_message.scss */
      .message-container .message-inner {
        flex-direction: column; } }
    /* line 27, ../sass/components/_message.scss */
    .message-container .message-inner .status-message {
      color: #00534C;
      font-family: "Roboto", sans-serif;
      font-size: 22px;
      line-height: 29.15px;
      font-weight: 700; }
      @media (max-width: 61.24em) {
        /* line 27, ../sass/components/_message.scss */
        .message-container .message-inner .status-message {
          text-align: center; } }
      /* line 37, ../sass/components/_message.scss */
      .message-container .message-inner .status-message a {
        text-decoration: underline; }
    /* line 42, ../sass/components/_message.scss */
    .message-container .message-inner .secondary-message {
      display: flex;
      justify-content: flex-start; }
      @media (max-width: 61.24em) {
        /* line 42, ../sass/components/_message.scss */
        .message-container .message-inner .secondary-message {
          justify-content: center; } }

/* line 54, ../sass/components/_message.scss */
.flash-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04); }
  /* line 67, ../sass/components/_message.scss */
  .flash-container .flash-message {
    position: relative;
    padding-left: 40px; }
    /* line 71, ../sass/components/_message.scss */
    .flash-container .flash-message.flash-info {
      color: #856404; }
      /* line 74, ../sass/components/_message.scss */
      .flash-container .flash-message.flash-info .notification-text {
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        line-height: 21px;
        font-weight: 500; }
      /* line 79, ../sass/components/_message.scss */
      .flash-container .flash-message.flash-info .notification-icon {
        content: "";
        width: 25px;
        height: 25px;
        background: url("/img/icons/info-icon-1.svg") no-repeat center;
        background-size: contain;
        color: #856404;
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none; }
    /* line 94, ../sass/components/_message.scss */
    .flash-container .flash-message.flash-error {
      color: #856404; }
      /* line 97, ../sass/components/_message.scss */
      .flash-container .flash-message.flash-error .notification-text {
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        line-height: 21px;
        font-weight: 500; }
      /* line 102, ../sass/components/_message.scss */
      .flash-container .flash-message.flash-error .notification-icon {
        content: "";
        width: 25px;
        height: 25px;
        background: url("/img/icons/warning-icon-1.svg") no-repeat center;
        background-size: contain;
        color: #856404;
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        /* Centers vertically */
        pointer-events: none;
        /* Prevents interfering with select clicks */ }

/**
* PAGES
* =====================================================================================================================
*/
/* line 1, ../sass/pages/_sanctions.scss */
.sanction-content {
  padding-bottom: 20px !important; }

/* line 5, ../sass/pages/_sanctions.scss */
.sanction-table-container-wide {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  max-height: 1028px;
  overflow: auto;
  margin-bottom: 75px;
  position: relative; }

@media only screen and (min-width: 1370px) {
  /* line 19, ../sass/pages/_sanctions.scss */
  .sanction-table-container-wide {
    width: 94vw;
    left: -6vw;
    max-width: 1350px; } }
@media only screen and (min-width: 2000px) {
  /* line 27, ../sass/pages/_sanctions.scss */
  .sanction-table-container-wide {
    width: 100vw;
    left: -14vw;
    max-width: 1700px; } }
@media only screen and (min-width: 2435px) {
  /* line 35, ../sass/pages/_sanctions.scss */
  .sanction-table-container-wide {
    width: 100vw;
    left: -21vw;
    max-width: fit-content; } }
/* line 42, ../sass/pages/_sanctions.scss */
.sanction-table-container {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  max-height: 1028px;
  overflow: auto;
  margin-bottom: 75px; }

/* line 53, ../sass/pages/_sanctions.scss */
.sanction-table-download {
  align-self: flex-end;
  margin-right: 23px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 15px;
  text-decoration: none; }
  /* line 60, ../sass/pages/_sanctions.scss */
  .sanction-table-download img {
    max-height: 35px; }

/* line 65, ../sass/pages/_sanctions.scss */
.sanction-table-wrapper {
  overflow: auto;
  touch-action: pan-x pan-y;
  width: 100%;
  height: 100%; }

/* line 72, ../sass/pages/_sanctions.scss */
.top-scroll-wrapper {
  overflow-x: auto;
  min-height: 20px;
  overflow-y: hidden; }

@-moz-document url-prefix() {
  /* line 79, ../sass/pages/_sanctions.scss */
  .sanction-table-wrapper {
    scrollbar-width: thin; }

  /* line 83, ../sass/pages/_sanctions.scss */
  .top-scroll-wrapper {
    scrollbar-width: thin; } }
/* line 88, ../sass/pages/_sanctions.scss */
.scroll-div {
  width: 100%; }

/* line 92, ../sass/pages/_sanctions.scss */
.sanction-table {
  position: relative;
  transform-origin: 0 0;
  transition: transform 0.05s ease; }
  /* line 97, ../sass/pages/_sanctions.scss */
  .sanction-table .heading-name-col {
    border-top: 1px solid white;
    border-bottom: none;
    border-left: 1px solid white;
    border-right: 1px solid white;
    position: sticky;
    top: 0; }
  /* line 106, ../sass/pages/_sanctions.scss */
  .sanction-table .heading-filter-col {
    border-top: none;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    padding-bottom: 10px;
    padding-right: 16px;
    position: sticky;
    top: 85px; }
    /* line 116, ../sass/pages/_sanctions.scss */
    .sanction-table .heading-filter-col input {
      width: 100%; }
  /* line 121, ../sass/pages/_sanctions.scss */
  .sanction-table .heading-name-col:first-child {
    padding-left: 40px;
    min-width: 270px; }
  /* line 126, ../sass/pages/_sanctions.scss */
  .sanction-table th {
    background-color: #00534C;
    color: #FFFFFF;
    font-size: 13px;
    vertical-align: middle;
    min-width: 240px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 37px; }
    /* line 137, ../sass/pages/_sanctions.scss */
    .sanction-table th a {
      text-decoration: none;
      color: #FFFFFF;
      font-size: 13px;
      font-weight: bold; }
  /* line 145, ../sass/pages/_sanctions.scss */
  .sanction-table td {
    border: 1px solid #DADADA;
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 9px;
    padding-right: 9px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center; }
    /* line 160, ../sass/pages/_sanctions.scss */
    .sanction-table td a {
      font-weight: bold; }
  /* line 165, ../sass/pages/_sanctions.scss */
  .sanction-table .heading-sort-container {
    position: relative; }
  /* line 169, ../sass/pages/_sanctions.scss */
  .sanction-table .heading-sort-icon {
    position: absolute;
    right: -26px;
    top: 40%; }
  /* line 175, ../sass/pages/_sanctions.scss */
  .sanction-table .sort-DESC {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1); }

/* line 182, ../sass/pages/_sanctions.scss */
.sanction-view-table th {
  padding-right: 16px; }

/* line 187, ../sass/pages/_sanctions.scss */
.sanction-link-row {
  cursor: pointer; }

/* line 192, ../sass/pages/_sanctions.scss */
.sanction-link-row:hover td {
  background-color: #d9d9d9; }

/* line 197, ../sass/pages/_sanctions.scss */
.filter-santion-input-box {
  display: flex;
  align-items: center;
  background-color: #fff;
  width: 100%;
  height: 100%; }
  /* line 204, ../sass/pages/_sanctions.scss */
  .filter-santion-input-box .text-input {
    padding: 0px 7px;
    width: 100%; }
    /* line 208, ../sass/pages/_sanctions.scss */
    .filter-santion-input-box .text-input input {
      width: 100%;
      color: #0B0B0B;
      border: none;
      padding: 0px; }
      /* line 214, ../sass/pages/_sanctions.scss */
      .filter-santion-input-box .text-input input:focus {
        outline: none; }
  /* line 220, ../sass/pages/_sanctions.scss */
  .filter-santion-input-box .submit-input::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 3px;
    width: 1px;
    background-color: #00534C;
    pointer-events: none; }
  /* line 231, ../sass/pages/_sanctions.scss */
  .filter-santion-input-box .submit-input {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative; }
    /* line 237, ../sass/pages/_sanctions.scss */
    .filter-santion-input-box .submit-input .submit-element {
      height: 100%;
      border: none;
      background-color: transparent;
      cursor: pointer; }

/* line 247, ../sass/pages/_sanctions.scss */
.download-pdf-link a {
  display: flex;
  gap: 10px;
  text-decoration: none;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  justify-content: right; }

/* line 262, ../sass/pages/_sanctions.scss */
.sanctions-view-container {
  margin-bottom: 70px;
  margin-top: -20px; }
  /* line 268, ../sass/pages/_sanctions.scss */
  .sanctions-view-container .accordion-group .ag-item .ag-toggle {
    padding-left: 0px; }
  /* line 273, ../sass/pages/_sanctions.scss */
  .sanctions-view-container .accordion-group .ag-item .ag-content .no-border {
    border: none;
    padding-left: 0px; }
  /* line 277, ../sass/pages/_sanctions.scss */
  .sanctions-view-container .accordion-group .ag-item .ag-content .ag-content-inner {
    margin-left: 0px; }
  /* line 281, ../sass/pages/_sanctions.scss */
  .sanctions-view-container .accordion-group .ag-item .ag-content .base-info-row {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DADADA; }
    /* line 286, ../sass/pages/_sanctions.scss */
    .sanctions-view-container .accordion-group .ag-item .ag-content .base-info-row .title {
      padding-left: 10px;
      padding-bottom: 10px;
      font-family: Roboto;
      font-weight: 700;
      font-style: Regular;
      font-size: 13px;
      leading-trim: NONE;
      line-height: 150%;
      letter-spacing: 0%;
      color: #000000; }
    /* line 299, ../sass/pages/_sanctions.scss */
    .sanctions-view-container .accordion-group .ag-item .ag-content .base-info-row .data {
      display: flex;
      flex-direction: column;
      gap: 8px;
      padding-left: 20px;
      font-family: Roboto;
      font-weight: 500;
      font-style: Medium;
      font-size: 15px;
      leading-trim: NONE;
      line-height: 100%;
      letter-spacing: 0%;
      color: #000000; }
      /* line 314, ../sass/pages/_sanctions.scss */
      .sanctions-view-container .accordion-group .ag-item .ag-content .base-info-row .data .data-detailed {
        display: flex;
        flex-direction: column; }
        /* line 318, ../sass/pages/_sanctions.scss */
        .sanctions-view-container .accordion-group .ag-item .ag-content .base-info-row .data .data-detailed .data-title {
          padding-bottom: 3px;
          border-bottom: 1px solid rgba(218, 218, 218, 0.5);
          margin-bottom: 3px; }
        /* line 324, ../sass/pages/_sanctions.scss */
        .sanctions-view-container .accordion-group .ag-item .ag-content .base-info-row .data .data-detailed .data-value {
          margin-left: 8px; }
    /* line 330, ../sass/pages/_sanctions.scss */
    .sanctions-view-container .accordion-group .ag-item .ag-content .base-info-row.multiple-info-row {
      display: flex;
      flex-wrap: wrap;
      gap: 40px; }
  /* line 337, ../sass/pages/_sanctions.scss */
  .sanctions-view-container .accordion-group .ag-item .ag-content .base-info-row:last-child {
    border-bottom: none; }
  /* line 344, ../sass/pages/_sanctions.scss */
  .sanctions-view-container .sanction-view {
    display: flex;
    flex-direction: column;
    gap: 25px; }
    /* line 350, ../sass/pages/_sanctions.scss */
    .sanctions-view-container .sanction-view .base-info-container .base-info-row {
      padding-top: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #DADADA; }
      /* line 355, ../sass/pages/_sanctions.scss */
      .sanctions-view-container .sanction-view .base-info-container .base-info-row .title {
        padding-left: 10px;
        padding-bottom: 10px;
        font-family: Roboto;
        font-weight: 400;
        font-style: Regular;
        font-size: 13px;
        leading-trim: NONE;
        line-height: 150%;
        letter-spacing: 0%;
        color: #000000; }
      /* line 368, ../sass/pages/_sanctions.scss */
      .sanctions-view-container .sanction-view .base-info-container .base-info-row .data-container {
        display: flex;
        flex-direction: column;
        gap: 5px; }
        /* line 373, ../sass/pages/_sanctions.scss */
        .sanctions-view-container .sanction-view .base-info-container .base-info-row .data-container .data-row {
          display: flex;
          padding-left: 20px;
          font-family: Roboto;
          font-weight: 500;
          font-style: Medium;
          font-size: 15px;
          leading-trim: NONE;
          line-height: 100%;
          letter-spacing: 0%;
          color: #000000; }
          /* line 385, ../sass/pages/_sanctions.scss */
          .sanctions-view-container .sanction-view .base-info-container .base-info-row .data-container .data-row a.data-toggle {
            margin-bottom: 10px;
            text-decoration: none;
            display: inline-block;
            padding: 5px 16px;
            background-color: #F1AB00;
            color: #0B0B0B;
            border: none;
            border-radius: 4px;
            font-size: 14px;
            cursor: pointer;
            transition: background-color 0.3s ease, transform 0.2s ease; }
            /* line 399, ../sass/pages/_sanctions.scss */
            .sanctions-view-container .sanction-view .base-info-container .base-info-row .data-container .data-row a.data-toggle:hover {
              background-color: #d89900; }
            /* line 403, ../sass/pages/_sanctions.scss */
            .sanctions-view-container .sanction-view .base-info-container .base-info-row .data-container .data-row a.data-toggle:active {
              background-color: #be8700; }
          /* line 408, ../sass/pages/_sanctions.scss */
          .sanctions-view-container .sanction-view .base-info-container .base-info-row .data-container .data-row .data-hidden {
            display: none; }
          /* line 412, ../sass/pages/_sanctions.scss */
          .sanctions-view-container .sanction-view .base-info-container .base-info-row .data-container .data-row .data-xml {
            background: #f8f8f8;
            padding: 10px;
            border-radius: 6px;
            font-family: monospace;
            white-space: pre-wrap; }
    /* line 423, ../sass/pages/_sanctions.scss */
    .sanctions-view-container .sanction-view .base-info-container .base-info-row:last-child {
      border-bottom: none; }

/* line 431, ../sass/pages/_sanctions.scss */
.sanction-seeker-page .sanction-seeker-title {
  display: flex;
  justify-content: center;
  margin-top: 11px;
  margin-bottom: 22px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700; }
/* line 442, ../sass/pages/_sanctions.scss */
.sanction-seeker-page .sanction-seeker-main-info .main-info {
  display: flex;
  flex-direction: column;
  padding-bottom: 35px; }
/* line 447, ../sass/pages/_sanctions.scss */
.sanction-seeker-page .sanction-seeker-main-info .additional-info {
  display: none; }
/* line 452, ../sass/pages/_sanctions.scss */
.sanction-seeker-page .sanction-seeker-additional-info {
  padding-top: 35px; }
  /* line 455, ../sass/pages/_sanctions.scss */
  .sanction-seeker-page .sanction-seeker-additional-info .main-info {
    display: none; }
  /* line 458, ../sass/pages/_sanctions.scss */
  .sanction-seeker-page .sanction-seeker-additional-info .additional-info {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px; }
/* line 465, ../sass/pages/_sanctions.scss */
.sanction-seeker-page .sanction-seeker-forms {
  display: flex;
  flex-direction: column; }
/* line 470, ../sass/pages/_sanctions.scss */
.sanction-seeker-page .full-file-download-container {
  display: flex;
  padding-bottom: 35px; }
  @media (max-width: 46.24em) {
    /* line 470, ../sass/pages/_sanctions.scss */
    .sanction-seeker-page .full-file-download-container {
      justify-content: center; } }
  /* line 478, ../sass/pages/_sanctions.scss */
  .sanction-seeker-page .full-file-download-container form {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 4px; }
    @media (max-width: 46.24em) {
      /* line 478, ../sass/pages/_sanctions.scss */
      .sanction-seeker-page .full-file-download-container form {
        flex-direction: column; } }
    /* line 493, ../sass/pages/_sanctions.scss */
    .sanction-seeker-page .full-file-download-container form .download-file-type .divi-input {
      display: flex;
      gap: 12px;
      align-items: center;
      /* style both radio + text */ }
      /* line 498, ../sass/pages/_sanctions.scss */
      .sanction-seeker-page .full-file-download-container form .download-file-type .divi-input label[for="fileType"] {
        display: flex;
        gap: 15px; }
      /* line 505, ../sass/pages/_sanctions.scss */
      .sanction-seeker-page .full-file-download-container form .download-file-type .divi-input label {
        display: inline-flex;
        align-items: center;
        cursor: pointer;
        font-size: 14px;
        color: #0B0B0B;
        user-select: none;
        /* target the actual radio inputs */ }
        /* line 514, ../sass/pages/_sanctions.scss */
        .sanction-seeker-page .full-file-download-container form .download-file-type .divi-input label input[type="radio"] {
          appearance: none;
          -webkit-appearance: none;
          width: 18px;
          height: 18px;
          border: 2px solid #F1AB00;
          border-radius: 50%;
          margin-right: 6px;
          background-color: #fff;
          cursor: pointer;
          transition: border-color 0.2s, background-color 0.2s, box-shadow 0.2s; }
          /* line 526, ../sass/pages/_sanctions.scss */
          .sanction-seeker-page .full-file-download-container form .download-file-type .divi-input label input[type="radio"]:hover {
            border-color: #be8700; }
          /* line 530, ../sass/pages/_sanctions.scss */
          .sanction-seeker-page .full-file-download-container form .download-file-type .divi-input label input[type="radio"]:checked {
            background-color: #F1AB00; }
          /* line 534, ../sass/pages/_sanctions.scss */
          .sanction-seeker-page .full-file-download-container form .download-file-type .divi-input label input[type="radio"]:focus {
            outline: none; }
    /* line 542, ../sass/pages/_sanctions.scss */
    .sanction-seeker-page .full-file-download-container form .download-file-list {
      display: flex;
      gap: 8px; }
      /* line 546, ../sass/pages/_sanctions.scss */
      .sanction-seeker-page .full-file-download-container form .download-file-list > * {
        flex: 1 1 0; }
      @media (max-width: 27.49em) {
        /* line 542, ../sass/pages/_sanctions.scss */
        .sanction-seeker-page .full-file-download-container form .download-file-list {
          flex-direction: column;
          width: calc(200 / 420 * 100vw);
          gap: 20px; }
          /* line 555, ../sass/pages/_sanctions.scss */
          .sanction-seeker-page .full-file-download-container form .download-file-list > * {
            width: 100%; } }
      /* line 561, ../sass/pages/_sanctions.scss */
      .sanction-seeker-page .full-file-download-container form .download-file-list .divi-input input[type="submit"] {
        text-decoration: none;
        display: inline-block;
        width: 100%;
        padding: 5px 16px;
        background-color: #F1AB00;
        color: #0B0B0B;
        border: none;
        border-radius: 4px;
        font-size: 14px;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.2s ease; }
        /* line 574, ../sass/pages/_sanctions.scss */
        .sanction-seeker-page .full-file-download-container form .download-file-list .divi-input input[type="submit"]:hover {
          background-color: #d89900; }
        /* line 578, ../sass/pages/_sanctions.scss */
        .sanction-seeker-page .full-file-download-container form .download-file-list .divi-input input[type="submit"]:active {
          background-color: #be8700; }
/* line 588, ../sass/pages/_sanctions.scss */
.sanction-seeker-page .mass-search-form-container {
  padding-bottom: 35px; }
  /* line 591, ../sass/pages/_sanctions.scss */
  .sanction-seeker-page .mass-search-form-container form {
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 4px; }
    @media (min-width: 46.25em) {
      /* line 591, ../sass/pages/_sanctions.scss */
      .sanction-seeker-page .mass-search-form-container form {
        max-width: 650px; } }
    /* line 605, ../sass/pages/_sanctions.scss */
    .sanction-seeker-page .mass-search-form-container form .mass-search-form-inputs {
      display: flex;
      flex-direction: column;
      gap: 10px;
      padding: 15px; }
      @media (max-width: 27.49em) {
        /* line 605, ../sass/pages/_sanctions.scss */
        .sanction-seeker-page .mass-search-form-container form .mass-search-form-inputs {
          gap: 20px; } }
      /* line 615, ../sass/pages/_sanctions.scss */
      .sanction-seeker-page .mass-search-form-container form .mass-search-form-inputs .data-row {
        display: flex;
        justify-content: space-between; }
        /* line 619, ../sass/pages/_sanctions.scss */
        .sanction-seeker-page .mass-search-form-container form .mass-search-form-inputs .data-row > * {
          flex: 0 0 50%; }
        @media (max-width: 46.24em) {
          /* line 615, ../sass/pages/_sanctions.scss */
          .sanction-seeker-page .mass-search-form-container form .mass-search-form-inputs .data-row {
            flex-direction: column;
            gap: 10px; } }
      /* line 631, ../sass/pages/_sanctions.scss */
      .sanction-seeker-page .mass-search-form-container form .mass-search-form-inputs .captcha-row .divi-form-input-group .divi-input {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        @media (max-width: 39.99em) {
          /* line 631, ../sass/pages/_sanctions.scss */
          .sanction-seeker-page .mass-search-form-container form .mass-search-form-inputs .captcha-row .divi-form-input-group .divi-input {
            flex-direction: column;
            gap: 10px; }
            /* line 640, ../sass/pages/_sanctions.scss */
            .sanction-seeker-page .mass-search-form-container form .mass-search-form-inputs .captcha-row .divi-form-input-group .divi-input img {
              width: calc(200 / 420 * 100vw);
              height: auto; } }
        @media (min-width: 40em) {
          /* line 648, ../sass/pages/_sanctions.scss */
          .sanction-seeker-page .mass-search-form-container form .mass-search-form-inputs .captcha-row .divi-form-input-group .divi-input input[name="captcha[input]"] {
            max-width: 50%; } }
      @media (max-width: 46.24em) {
        /* line 656, ../sass/pages/_sanctions.scss */
        .sanction-seeker-page .mass-search-form-container form .mass-search-form-inputs .button-row {
          display: flex;
          justify-content: center; } }
      /* line 664, ../sass/pages/_sanctions.scss */
      .sanction-seeker-page .mass-search-form-container form .mass-search-form-inputs .button-row .divi-form-input-group .divi-input input[type="submit"] {
        text-decoration: none;
        display: inline-block;
        padding: 5px 16px;
        background-color: #F1AB00;
        color: #0B0B0B;
        border: none;
        border-radius: 4px;
        font-size: 14px;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.2s ease; }
        /* line 676, ../sass/pages/_sanctions.scss */
        .sanction-seeker-page .mass-search-form-container form .mass-search-form-inputs .button-row .divi-form-input-group .divi-input input[type="submit"]:hover {
          background-color: #d89900; }
        /* line 680, ../sass/pages/_sanctions.scss */
        .sanction-seeker-page .mass-search-form-container form .mass-search-form-inputs .button-row .divi-form-input-group .divi-input input[type="submit"]:active {
          background-color: #be8700; }
        @media (max-width: 46.24em) {
          /* line 664, ../sass/pages/_sanctions.scss */
          .sanction-seeker-page .mass-search-form-container form .mass-search-form-inputs .button-row .divi-form-input-group .divi-input input[type="submit"] {
            width: calc(100 / 420 * 100vw); } }
        @media (max-width: 27.49em) {
          /* line 664, ../sass/pages/_sanctions.scss */
          .sanction-seeker-page .mass-search-form-container form .mass-search-form-inputs .button-row .divi-form-input-group .divi-input input[type="submit"] {
            width: calc(200 / 420 * 100vw); } }
      /* line 695, ../sass/pages/_sanctions.scss */
      .sanction-seeker-page .mass-search-form-container form .mass-search-form-inputs #file::-webkit-file-upload-button {
        display: inline-block;
        padding: 5px 16px;
        background-color: #F1AB00;
        color: #0B0B0B;
        border: none;
        border-radius: 4px;
        font-size: 14px;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.2s ease; }
        /* line 706, ../sass/pages/_sanctions.scss */
        .sanction-seeker-page .mass-search-form-container form .mass-search-form-inputs #file::-webkit-file-upload-button:hover {
          background-color: #d89900; }
        /* line 710, ../sass/pages/_sanctions.scss */
        .sanction-seeker-page .mass-search-form-container form .mass-search-form-inputs #file::-webkit-file-upload-button:active {
          background-color: #be8700; }
      /* line 715, ../sass/pages/_sanctions.scss */
      .sanction-seeker-page .mass-search-form-container form .mass-search-form-inputs input[type="text"] {
        height: 40px;
        padding: 5px 10px;
        width: 100%;
        border: 1px solid #000000;
        outline: none;
        flex: 1 1 auto;
        min-width: 0;
        box-sizing: border-box; }
      /* line 728, ../sass/pages/_sanctions.scss */
      .sanction-seeker-page .mass-search-form-container form .mass-search-form-inputs .text-error {
        color: #dc3545;
        font-size: 0.875rem;
        margin-top: 0.25rem;
        display: block;
        font-weight: 500;
        line-height: 1.2; }
/* line 740, ../sass/pages/_sanctions.scss */
.sanction-seeker-page .sanction-seeker-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px; }
  /* line 746, ../sass/pages/_sanctions.scss */
  .sanction-seeker-page .sanction-seeker-content .form-container {
    padding-top: 3px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 46.25em) {
      /* line 746, ../sass/pages/_sanctions.scss */
      .sanction-seeker-page .sanction-seeker-content .form-container {
        width: calc(721 / 1200 * 100vw); } }
    @media (max-width: 46.24em) {
      /* line 746, ../sass/pages/_sanctions.scss */
      .sanction-seeker-page .sanction-seeker-content .form-container {
        padding: 0px 25px 30px 25px;
        width: calc(350 / 420 * 100vw); } }
    @media (max-width: 27.49em) {
      /* line 746, ../sass/pages/_sanctions.scss */
      .sanction-seeker-page .sanction-seeker-content .form-container {
        padding: 0px 25px 30px 25px;
        width: 100%; } }
    /* line 764, ../sass/pages/_sanctions.scss */
    .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner {
      display: flex;
      flex-direction: column;
      gap: 20px; }
      /* line 769, ../sass/pages/_sanctions.scss */
      .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .divi-form-input-group {
        position: relative; }
        /* line 772, ../sass/pages/_sanctions.scss */
        .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .divi-form-input-group .divi-label {
          display: none; }
        /* line 776, ../sass/pages/_sanctions.scss */
        .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .divi-form-input-group .divi-input.input-error {
          position: relative; }
        /* line 780, ../sass/pages/_sanctions.scss */
        .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .divi-form-input-group .divi-input.input-error::after {
          content: "";
          position: absolute;
          top: -4px;
          right: -4px;
          bottom: -4px;
          left: -4px;
          border: 1px solid #ff4d4f;
          border-radius: 4px;
          pointer-events: none; }
        /* line 792, ../sass/pages/_sanctions.scss */
        .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .divi-form-input-group .text-error {
          position: absolute;
          right: 12px;
          top: 50%;
          transform: translateY(-50%);
          color: #ff4d4f;
          background-color: #fdeaea;
          border: 1px solid #f5c2c2;
          border-radius: 4px;
          padding: 1px 10px; }
          /* line 804, ../sass/pages/_sanctions.scss */
          .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .divi-form-input-group .text-error ul {
            list-style: none;
            padding-left: 0;
            margin: 0; }
          /* line 810, ../sass/pages/_sanctions.scss */
          .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .divi-form-input-group .text-error li {
            position: relative;
            padding-left: 0; }
        /* line 816, ../sass/pages/_sanctions.scss */
        .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .divi-form-input-group .text-error::before {
          content: "";
          position: absolute;
          left: -25px;
          top: 50%;
          transform: translateY(-50%);
          width: 16px;
          height: 16px;
          background: url("/img/icons/exclamation-triangle-icon.svg") no-repeat center center;
          background-size: contain; }
      /* line 829, ../sass/pages/_sanctions.scss */
      .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner input:focus,
      .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner select:focus {
        outline: none;
        box-shadow: 0 0 4px #00534C; }
      /* line 835, ../sass/pages/_sanctions.scss */
      .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .main-row {
        display: flex;
        flex-direction: row;
        gap: 5px;
        width: 100%;
        height: 40px; }
        /* line 842, ../sass/pages/_sanctions.scss */
        .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .main-row .divi-form-input-group:nth-child(1) {
          width: 100%; }
        @media (max-width: 46.24em) {
          /* line 845, ../sass/pages/_sanctions.scss */
          .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .main-row .divi-form-input-group:nth-child(2) {
            display: none; } }
        /* line 851, ../sass/pages/_sanctions.scss */
        .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .main-row input[id="searchText"] {
          width: 100%;
          height: 40px;
          padding: 10px 20px;
          border: 1px solid #000000;
          outline: none;
          box-sizing: border-box; }
        /* line 862, ../sass/pages/_sanctions.scss */
        .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .main-row input[id="filter"] {
          width: 100%;
          overflow: hidden;
          display: flex;
          justify-content: center;
          align-items: center;
          text-align: center;
          border: 1px solid #00534C;
          border-left: 3px solid #00534C;
          transition: all 0.2s ease;
          background-color: #fff;
          color: #0B0B0B;
          cursor: pointer;
          font-family: "Roboto", sans-serif;
          font-size: 15px;
          line-height: 18px;
          font-weight: 500;
          text-decoration: none !important; }
          /* line 19, ../sass/components/_buttons.scss */
          .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .main-row input[id="filter"]:hover {
            text-decoration: none !important;
            background-color: #e6e6e6 !important;
            color: #0B0B0B !important; }
          @media (max-width: 61.24em) {
            /* line 862, ../sass/pages/_sanctions.scss */
            .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .main-row input[id="filter"] {
              width: 180px;
              height: 40px; } }
          @media (min-width: 61.25em) {
            /* line 862, ../sass/pages/_sanctions.scss */
            .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .main-row input[id="filter"] {
              width: 200px;
              height: 40px; } }
      /* line 866, ../sass/pages/_sanctions.scss */
      .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .extendable-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* 2 columns, each 50% */
        gap: 20px 20px;
        /* row gap | column gap */
        width: 100%; }
        @media (max-width: 46.24em) {
          /* line 866, ../sass/pages/_sanctions.scss */
          .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .extendable-row {
            display: flex;
            flex-direction: column;
            gap: 20px; } }
        /* line 878, ../sass/pages/_sanctions.scss */
        .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .extendable-row input,
        .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .extendable-row select {
          width: 100%;
          height: 40px;
          border: 1px solid #000000;
          outline: none;
          box-sizing: border-box; }
        /* line 887, ../sass/pages/_sanctions.scss */
        .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .extendable-row input {
          padding: 10px 20px; }
        /* line 890, ../sass/pages/_sanctions.scss */
        .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .extendable-row select {
          padding-left: 20px;
          padding-right: 38px;
          cursor: pointer;
          appearance: none;
          /* Remove default arrow (modern browsers) */
          -webkit-appearance: none;
          -moz-appearance: none;
          background: url("/img/icons/vector-down-2.svg") no-repeat right 12px center, linear-gradient(to right, #fff calc(100% - 38px), #00534C 38px);
          background-size: 12px, 100%; }
      /* line 906, ../sass/pages/_sanctions.scss */
      .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .controls-row {
        display: flex;
        justify-content: center;
        align-items: center; }
        /* line 911, ../sass/pages/_sanctions.scss */
        .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .controls-row .divi-input {
          padding-right: 28px;
          position: relative; }
          /* line 915, ../sass/pages/_sanctions.scss */
          .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .controls-row .divi-input label {
            display: flex;
            align-items: center;
            gap: 15px;
            cursor: pointer;
            font-family: "Roboto", sans-serif;
            font-size: 15px;
            line-height: 18px;
            font-weight: 400; }
            /* line 924, ../sass/pages/_sanctions.scss */
            .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .controls-row .divi-input label input[type="checkbox"] {
              /* Remove browser default styles */
              appearance: none;
              -webkit-appearance: none;
              width: 16px;
              height: 16px;
              flex-shrink: 0;
              border: 1px solid #000000;
              position: relative;
              cursor: pointer; }
            /* line 937, ../sass/pages/_sanctions.scss */
            .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .controls-row .divi-input label input[type="checkbox"]:checked::after {
              content: "";
              display: block;
              width: 10px;
              height: 10px;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              background: url("/img/checkbox_vector.svg") no-repeat center center;
              background-size: contain; }
          /* line 951, ../sass/pages/_sanctions.scss */
          .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .controls-row .divi-input::after {
            content: '';
            width: 3px;
            height: 16px;
            right: 0px;
            top: 50%;
            transform: translateY(-50%);
            position: absolute;
            background-color: #F1AB00;
            pointer-events: none; }
        /* line 964, ../sass/pages/_sanctions.scss */
        .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .controls-row .formExtendToggle {
          padding-left: 25px;
          text-decoration: none;
          cursor: pointer;
          font-family: "Roboto", sans-serif;
          font-size: 15px;
          line-height: 18px;
          font-weight: 400; }
      /* line 975, ../sass/pages/_sanctions.scss */
      .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .mobile-row {
        width: 100%; }
        @media (min-width: 46.25em) {
          /* line 975, ../sass/pages/_sanctions.scss */
          .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .mobile-row {
            display: none; } }
        /* line 982, ../sass/pages/_sanctions.scss */
        .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .mobile-row .divi-form-input-group {
          width: 100%; }
          /* line 985, ../sass/pages/_sanctions.scss */
          .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .mobile-row .divi-form-input-group .divi-input {
            display: flex;
            justify-content: center; }
            /* line 990, ../sass/pages/_sanctions.scss */
            .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .mobile-row .divi-form-input-group .divi-input input[id="filter"] {
              width: 100%;
              overflow: hidden;
              display: flex;
              justify-content: center;
              align-items: center;
              text-align: center;
              border: 1px solid #00534C;
              border-left: 3px solid #00534C;
              transition: all 0.2s ease;
              background-color: #fff;
              color: #0B0B0B;
              cursor: pointer;
              font-family: "Roboto", sans-serif;
              font-size: 15px;
              line-height: 18px;
              font-weight: 500;
              text-decoration: none !important; }
              /* line 19, ../sass/components/_buttons.scss */
              .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .mobile-row .divi-form-input-group .divi-input input[id="filter"]:hover {
                text-decoration: none !important;
                background-color: #e6e6e6 !important;
                color: #0B0B0B !important; }
              @media (max-width: 61.24em) {
                /* line 990, ../sass/pages/_sanctions.scss */
                .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .mobile-row .divi-form-input-group .divi-input input[id="filter"] {
                  width: 180px;
                  height: 40px; } }
              @media (min-width: 61.25em) {
                /* line 990, ../sass/pages/_sanctions.scss */
                .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .mobile-row .divi-form-input-group .divi-input input[id="filter"] {
                  width: 200px;
                  height: 40px; } }
              @media (max-width: 27.49em) {
                /* line 990, ../sass/pages/_sanctions.scss */
                .sanction-seeker-page .sanction-seeker-content .form-container .form-container-inner .mobile-row .divi-form-input-group .divi-input input[id="filter"] {
                  width: 100%; } }
  /* line 1002, ../sass/pages/_sanctions.scss */
  .sanction-seeker-page .sanction-seeker-content .action-button-container {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    gap: 24px; }
    @media (max-width: 36.875em) {
      /* line 1002, ../sass/pages/_sanctions.scss */
      .sanction-seeker-page .sanction-seeker-content .action-button-container {
        justify-content: space-around; } }
    /* line 1012, ../sass/pages/_sanctions.scss */
    .sanction-seeker-page .sanction-seeker-content .action-button-container > * {
      text-decoration: none;
      display: inline-block;
      padding: 5px 16px;
      color: #0B0B0B;
      border: none;
      font-size: 14px;
      cursor: pointer;
    /*
    &:hover {
        background-color: darken($secondary-accent-color, 5%);
    }

    &:active {
        background-color: darken($secondary-accent-color, 10%);
    }
    */ }
    /* line 1034, ../sass/pages/_sanctions.scss */
    .sanction-seeker-page .sanction-seeker-content .action-button-container .action-disabled {
      opacity: 0.5;
      cursor: not-allowed;
      pointer-events: none;
      user-select: none; }
    /* line 1042, ../sass/pages/_sanctions.scss */
    .sanction-seeker-page .sanction-seeker-content .action-button-container a img {
      width: 18px;
      height: 20px; }
  /* line 1048, ../sass/pages/_sanctions.scss */
  .sanction-seeker-page .sanction-seeker-content .results-container {
    display: flex;
    flex-direction: column;
    width: 100%; }
    /* line 1053, ../sass/pages/_sanctions.scss */
    .sanction-seeker-page .sanction-seeker-content .results-container .result-container {
      display: flex;
      justify-content: center;
      width: 100%; }
      /* line 1058, ../sass/pages/_sanctions.scss */
      .sanction-seeker-page .sanction-seeker-content .results-container .result-container:not(:last-child) {
        padding-bottom: 18px;
        border-bottom: 1px solid rgba(218, 218, 218, 0.5);
        margin-bottom: 18px; }
      /* line 1064, ../sass/pages/_sanctions.scss */
      .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner {
        display: flex;
        width: 100%;
        position: relative; }
        @media (max-width: 46.24em) {
          /* line 1064, ../sass/pages/_sanctions.scss */
          .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner {
            flex-direction: column; } }
        /* line 1073, ../sass/pages/_sanctions.scss */
        .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-data-col {
          display: flex;
          flex-direction: column;
          width: 100%;
          padding-left: calc(40.5 / 1200 * 100vw);
          padding-right: calc(50 / 1200 * 100vw);
          border-right: 3px solid #F1AB00; }
          @media (max-width: 46.24em) {
            /* line 1073, ../sass/pages/_sanctions.scss */
            .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-data-col {
              border-right: none;
              padding-left: 20px;
              padding-right: 20px;
              position: static; } }
          /* line 1088, ../sass/pages/_sanctions.scss */
          .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-data-col .result-data-row {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            padding: 0px 10px; }
            /* line 1095, ../sass/pages/_sanctions.scss */
            .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-data-col .result-data-row .result-data-item .result-data-title {
              font-weight: 400;
              font-family: "Roboto", sans-serif;
              font-size: 13px;
              line-height: 15px;
              line-height: 20px; }
            /* line 1100, ../sass/pages/_sanctions.scss */
            .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-data-col .result-data-row .result-data-item .result-data-info {
              font-weight: 700;
              font-family: "Roboto", sans-serif;
              font-size: 15px;
              line-height: 18px;
              line-height: 20px; }
          /* line 1108, ../sass/pages/_sanctions.scss */
          .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-data-col .result-data-row:nth-child(1) {
            display: flex;
            justify-content: space-between;
            gap: 20px;
            width: 100%;
            background-color: rgba(0, 0, 0, 0.1);
            padding: 11px 0px 11px 20px;
            border-top: 1px solid #000000; }
            @media (max-width: 27.49em) {
              /* line 1108, ../sass/pages/_sanctions.scss */
              .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-data-col .result-data-row:nth-child(1) {
                flex-direction: column;
                justify-content: flex-start; } }
            /* line 1124, ../sass/pages/_sanctions.scss */
            .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-data-col .result-data-row:nth-child(1) .result-data-item {
              flex: 1;
              display: flex;
              flex-direction: column;
              gap: 4px; }
          /* line 1131, ../sass/pages/_sanctions.scss */
          .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-data-col .result-data-row:nth-child(2),
          .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-data-col .result-data-row:nth-child(3) {
            display: flex;
            justify-content: space-between;
            gap: 20px;
            width: 100%; }
            @media (max-width: 52.5em) {
              /* line 1131, ../sass/pages/_sanctions.scss */
              .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-data-col .result-data-row:nth-child(2),
              .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-data-col .result-data-row:nth-child(3) {
                flex-direction: column;
                justify-content: flex-start; } }
            /* line 1143, ../sass/pages/_sanctions.scss */
            .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-data-col .result-data-row:nth-child(2) .result-data-item,
            .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-data-col .result-data-row:nth-child(3) .result-data-item {
              display: flex;
              align-items: flex-start;
              gap: calc(17 / 1200 * 100vw); }
          /* line 1149, ../sass/pages/_sanctions.scss */
          .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-data-col .result-data-row:nth-child(2) {
            border-top: 1px solid #000000;
            padding-top: 11px; }
          /* line 1153, ../sass/pages/_sanctions.scss */
          .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-data-col .result-data-row:nth-child(3) {
            padding-top: 20px; }
          /* line 1156, ../sass/pages/_sanctions.scss */
          .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-data-col .result-data-row:nth-child(4) {
            display: flex;
            width: 100%;
            padding-top: 11px; }
            /* line 1162, ../sass/pages/_sanctions.scss */
            .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-data-col .result-data-row:nth-child(4) .result-data-item {
              display: flex;
              flex-direction: column;
              width: 100%;
              gap: 11px; }
              /* line 1168, ../sass/pages/_sanctions.scss */
              .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-data-col .result-data-row:nth-child(4) .result-data-item .result-data-title {
                font-weight: 700; }
              /* line 1172, ../sass/pages/_sanctions.scss */
              .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-data-col .result-data-row:nth-child(4) .result-data-item .result-data-info-items {
                display: grid;
                grid-template-columns: auto 1fr;
                row-gap: 11px;
                column-gap: 6px; }
                /* line 1178, ../sass/pages/_sanctions.scss */
                .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-data-col .result-data-row:nth-child(4) .result-data-item .result-data-info-items .info-item-detailed {
                  display: contents; }
                  /* line 1181, ../sass/pages/_sanctions.scss */
                  .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-data-col .result-data-row:nth-child(4) .result-data-item .result-data-info-items .info-item-detailed .result-data-info-title {
                    padding-right: calc(17 / 1200 * 100vw);
                    font-family: "Roboto", sans-serif;
                    font-size: 13px;
                    line-height: 15px; }
                  /* line 1187, ../sass/pages/_sanctions.scss */
                  .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-data-col .result-data-row:nth-child(4) .result-data-item .result-data-info-items .info-item-detailed .result-data-info-value {
                    font-family: "Roboto", sans-serif;
                    font-size: 15px;
                    line-height: 18px; }
                    /* line 1190, ../sass/pages/_sanctions.scss */
                    .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-data-col .result-data-row:nth-child(4) .result-data-item .result-data-info-items .info-item-detailed .result-data-info-value em strong {
                      position: relative; }
                      /* line 1193, ../sass/pages/_sanctions.scss */
                      .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-data-col .result-data-row:nth-child(4) .result-data-item .result-data-info-items .info-item-detailed .result-data-info-value em strong::before {
                        content: "";
                        position: absolute;
                        bottom: 1px;
                        left: 0;
                        right: 0;
                        height: 2px;
                        background-color: #F1AB00;
                        pointer-events: none; }
        /* line 1211, ../sass/pages/_sanctions.scss */
        .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-action-col {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          padding-left: calc(50 / 1200 * 100vw);
          padding-right: calc(40.5 / 1200 * 100vw);
          gap: 15px; }
          @media (max-width: 46.24em) {
            /* line 1211, ../sass/pages/_sanctions.scss */
            .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-action-col {
              padding-left: 25px;
              padding-right: 25px;
              padding-top: calc(40.5 / 1200 * 100vw);
              padding-bottom: calc(40.5 / 1200 * 100vw); } }
          /* line 1227, ../sass/pages/_sanctions.scss */
          .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-action-col a:nth-of-type(1) {
            width: 100%;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            border: 1px solid #00534C;
            border-left: 6px solid #00534C;
            transition: all 0.2s ease;
            background-color: #fff;
            color: #0B0B0B;
            cursor: pointer;
            font-family: "Roboto", sans-serif;
            font-size: 15px;
            line-height: 18px;
            font-weight: 500;
            text-decoration: none !important; }
            /* line 19, ../sass/components/_buttons.scss */
            .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-action-col a:nth-of-type(1):hover {
              text-decoration: none !important;
              background-color: #e6e6e6 !important;
              color: #0B0B0B !important; }
            @media (max-width: 61.24em) {
              /* line 1227, ../sass/pages/_sanctions.scss */
              .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-action-col a:nth-of-type(1) {
                width: 180px;
                height: 40px; } }
            @media (min-width: 61.25em) {
              /* line 1227, ../sass/pages/_sanctions.scss */
              .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-action-col a:nth-of-type(1) {
                width: 200px;
                height: 40px; } }
            @media (max-width: 27.49em) {
              /* line 1227, ../sass/pages/_sanctions.scss */
              .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-action-col a:nth-of-type(1) {
                width: 100%; } }
          /* line 1235, ../sass/pages/_sanctions.scss */
          .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-action-col .result-data-input {
            display: flex;
            justify-content: flex-start;
            width: 100%; }
            /* line 1240, ../sass/pages/_sanctions.scss */
            .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-action-col .result-data-input label {
              display: flex;
              align-items: center;
              gap: 15px;
              cursor: pointer;
              font-family: "Roboto", sans-serif;
              font-size: 15px;
              line-height: 18px;
              font-weight: 400; }
              /* line 1249, ../sass/pages/_sanctions.scss */
              .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-action-col .result-data-input label input[type="checkbox"] {
                /* Remove browser default styles */
                appearance: none;
                -webkit-appearance: none;
                width: 16px;
                height: 16px;
                flex-shrink: 0;
                border: 1px solid #000000;
                position: relative;
                cursor: pointer; }
              /* line 1262, ../sass/pages/_sanctions.scss */
              .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-action-col .result-data-input label input[type="checkbox"]:checked::after {
                content: "";
                display: block;
                width: 10px;
                height: 10px;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                background: url("/img/checkbox_vector.svg") no-repeat center center;
                background-size: contain; }
        /* line 1278, ../sass/pages/_sanctions.scss */
        .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-data-score {
          color: #A9A9A9;
          font-weight: 300 !important;
          font-size: 14px !important; }

/* line 1289, ../sass/pages/_sanctions.scss */
.info-row-column {
  vertical-align: top;
  display: inline-block;
  margin-bottom: 20px; }

/* line 1295, ../sass/pages/_sanctions.scss */
.multiple-info-row .info-row-column {
  max-width: 50%; }

/* line 1299, ../sass/pages/_sanctions.scss */
.view-search-download-buttons {
  text-align: right;
  display: flex;
  align-items: center; }

/* line 1305, ../sass/pages/_sanctions.scss */
.view-search-download-buttons .back-button {
  margin-right: auto;
  font-size: 15px;
  text-decoration: underline; }

/* line 1311, ../sass/pages/_sanctions.scss */
.view-search-download-buttons a {
  margin-right: 10px; }
  /* line 1314, ../sass/pages/_sanctions.scss */
  .view-search-download-buttons a img {
    width: 18px;
    height: 20px; }

/* line 1320, ../sass/pages/_sanctions.scss */
.data-xml {
  background: #f8f8f8;
  padding: 10px;
  border-radius: 6px;
  font-family: monospace;
  white-space: pre-wrap; }

/* line 49, ../sass/print.scss */
html,
body,
.page-wrapper {
  height: auto;
  min-height: auto; }

/* line 56, ../sass/print.scss */
header,
footer,
.cookie-overlay,
.cookie-content,
.heading-filter-col,
.heading-sort-icon,
.sanction-table-download,
.download-pdf-link,
.other-news,
.subscribe-newsletter-section,
.pagination-section,
.no-print {
  display: none !important; }

/* line 71, ../sass/print.scss */
.only-print {
  display: block; }

/* line 75, ../sass/print.scss */
.sanction-table-wrapper {
  display: block;
  width: 100%;
  overflow-x: auto; }

/* line 81, ../sass/print.scss */
.sanction-table {
  border-collapse: collapse;
  width: 100%; }

/* line 87, ../sass/print.scss */
.sanction-table tr th,
.sanction-table tr td {
  border: 1px solid #000;
  padding: 5px; }

/* line 93, ../sass/print.scss */
.sanction-table tr {
  border: 1px solid #000; }

/* line 98, ../sass/print.scss */
.container-inner a {
  color: #0B0B0B !important;
  text-decoration: none !important; }
/* line 104, ../sass/print.scss */
.container-inner .faq .faq-content {
  display: flex;
  flex-direction: column;
  gap: 20px; }
  /* line 110, ../sass/print.scss */
  .container-inner .faq .faq-content .accordion-group .ag-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px; }
  /* line 115, ../sass/print.scss */
  .container-inner .faq .faq-content .accordion-group .ag-item {
    display: flex;
    flex-direction: column;
    margin-top: 10px; }
    /* line 120, ../sass/print.scss */
    .container-inner .faq .faq-content .accordion-group .ag-item .ag-toggle {
      display: block !important;
      height: auto !important;
      max-height: none !important; }
      /* line 125, ../sass/print.scss */
      .container-inner .faq .faq-content .accordion-group .ag-item .ag-toggle .ag-toggle-inner {
        font-size: 16px;
        font-weight: 600; }
        /* line 126, ../sass/print.scss */
        .container-inner .faq .faq-content .accordion-group .ag-item .ag-toggle .ag-toggle-inner::before {
          display: none; }
    /* line 134, ../sass/print.scss */
    .container-inner .faq .faq-content .accordion-group .ag-item .ag-content {
      padding: 0px 15px;
      display: block !important;
      height: auto !important;
      max-height: none !important;
      opacity: 1 !important;
      overflow: visible !important;
      visibility: visible !important; }
      /* line 143, ../sass/print.scss */
      .container-inner .faq .faq-content .accordion-group .ag-item .ag-content .ag-content-inner {
        margin: 5px 30px; }
      /* line 146, ../sass/print.scss */
      .container-inner .faq .faq-content .accordion-group .ag-item .ag-content .ag-content-text {
        display: flex !important;
        flex-direction: column;
        gap: 10px; }
        /* line 151, ../sass/print.scss */
        .container-inner .faq .faq-content .accordion-group .ag-item .ag-content .ag-content-text p {
          margin: 5px !important; }
/* line 163, ../sass/print.scss */
.container-inner .custom-page-content .accordion-group .ag-item {
  display: flex !important;
  flex-direction: column;
  margin-top: 10px; }
  /* line 168, ../sass/print.scss */
  .container-inner .custom-page-content .accordion-group .ag-item .ag-toggle {
    display: block !important;
    height: auto !important;
    max-height: none !important; }
    /* line 173, ../sass/print.scss */
    .container-inner .custom-page-content .accordion-group .ag-item .ag-toggle .ag-toggle-inner {
      font-size: 16px;
      font-weight: 600; }
      /* line 174, ../sass/print.scss */
      .container-inner .custom-page-content .accordion-group .ag-item .ag-toggle .ag-toggle-inner::before {
        display: none; }
  /* line 182, ../sass/print.scss */
  .container-inner .custom-page-content .accordion-group .ag-item .ag-content {
    padding: 0px 15px;
    display: block !important;
    height: auto !important;
    max-height: none !important;
    opacity: 1 !important;
    overflow: visible !important;
    visibility: visible !important; }
    /* line 191, ../sass/print.scss */
    .container-inner .custom-page-content .accordion-group .ag-item .ag-content .ag-content-inner {
      margin: 5px 30px; }
    /* line 195, ../sass/print.scss */
    .container-inner .custom-page-content .accordion-group .ag-item .ag-content .ag-content-text {
      display: flex !important;
      flex-direction: column;
      gap: 10px; }
      /* line 200, ../sass/print.scss */
      .container-inner .custom-page-content .accordion-group .ag-item .ag-content .ag-content-text p {
        margin: 5px !important; }
/* line 208, ../sass/print.scss */
.container-inner .custom-page-content .contacts-page-blocks {
  display: flex;
  flex-direction: column;
  gap: 18px; }
  /* line 213, ../sass/print.scss */
  .container-inner .custom-page-content .contacts-page-blocks .contacts-block-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px; }
/* line 222, ../sass/print.scss */
.container-inner .aktualitates .news-list {
  display: flex;
  flex-direction: column;
  gap: 25px; }
  /* line 227, ../sass/print.scss */
  .container-inner .aktualitates .news-list .news-content {
    page-break-inside: avoid;
    break-inside: avoid;
    display: block; }
    /* line 232, ../sass/print.scss */
    .container-inner .aktualitates .news-list .news-content .news-image {
      display: none; }
    /* line 236, ../sass/print.scss */
    .container-inner .aktualitates .news-list .news-content .news-details {
      display: flex;
      flex-direction: column;
      gap: 3px; }
      /* line 241, ../sass/print.scss */
      .container-inner .aktualitates .news-list .news-content .news-details .news-meta {
        font-size: 14px;
        font-weight: 500; }
      /* line 245, ../sass/print.scss */
      .container-inner .aktualitates .news-list .news-content .news-details .news-title {
        font-size: 20px;
        font-weight: 600; }
      /* line 249, ../sass/print.scss */
      .container-inner .aktualitates .news-list .news-content .news-details .news-description {
        padding: 0px 10px;
        font-weight: 400; }
/* line 257, ../sass/print.scss */
.container-inner .aktualitates .pagination-section {
  display: none; }
/* line 261, ../sass/print.scss */
.container-inner .aktualitates .subscribe-newsletter-section {
  display: none; }
/* line 268, ../sass/print.scss */
.container-inner .sanctions-view-container .accordion-group .ag-item {
  display: flex;
  flex-direction: column;
  margin-top: 10px; }
  /* line 273, ../sass/print.scss */
  .container-inner .sanctions-view-container .accordion-group .ag-item .ag-toggle {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px; }
    /* line 278, ../sass/print.scss */
    .container-inner .sanctions-view-container .accordion-group .ag-item .ag-toggle h2 {
      margin: 0 !important; }
  /* line 282, ../sass/print.scss */
  .container-inner .sanctions-view-container .accordion-group .ag-item .ag-content {
    padding: 0px 15px;
    opacity: 1 !important;
    height: auto;
    overflow: visible; }
    /* line 288, ../sass/print.scss */
    .container-inner .sanctions-view-container .accordion-group .ag-item .ag-content .ag-content-inner {
      display: flex;
      flex-direction: column;
      gap: 10px; }
      /* line 293, ../sass/print.scss */
      .container-inner .sanctions-view-container .accordion-group .ag-item .ag-content .ag-content-inner p {
        margin: 5px !important; }
/* line 303, ../sass/print.scss */
.container-inner .view-aktualitates .news-content {
  display: block;
  overflow: hidden; }
  /* line 307, ../sass/print.scss */
  .container-inner .view-aktualitates .news-content .news-image {
    float: left;
    margin-right: 25px;
    margin-bottom: 22px;
    width: 334px;
    height: 188px; }
    /* line 308, ../sass/print.scss */
    .container-inner .view-aktualitates .news-content .news-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  /* line 321, ../sass/print.scss */
  .container-inner .view-aktualitates .news-content .news-details .news-meta {
    font-size: 12px;
    line-height: 14px; }
  /* line 325, ../sass/print.scss */
  .container-inner .view-aktualitates .news-content .news-details .news-title {
    margin-top: 12.5px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500; }
/* line 341, ../sass/print.scss */
.container-inner .sanction-seeker-page .sanction-seeker-content .form-container {
  display: none; }
/* line 344, ../sass/print.scss */
.container-inner .sanction-seeker-page .sanction-seeker-content .action-button-container {
  display: none; }
/* line 350, ../sass/print.scss */
.container-inner .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-data-col {
  border-right: none; }
  /* line 352, ../sass/print.scss */
  .container-inner .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-data-col .result-data-input {
    display: none; }
/* line 356, ../sass/print.scss */
.container-inner .sanction-seeker-page .sanction-seeker-content .results-container .result-container .result-container-inner .result-action-col {
  display: none; }
/* line 365, ../sass/print.scss */
.container-inner .sanction-seeker-page .narrow-content-container .full-file-download-container {
  display: none; }
/* line 368, ../sass/print.scss */
.container-inner .sanction-seeker-page .narrow-content-container .mass-search-form-container {
  display: none; }

/*# sourceMappingURL=print.css.map */
