/*
 * General
*/
.justify-content-se {
  justify-content: space-evenly;
}
.display-flex {
  display: flex;
}
.flex-direction-col {
  flex-direction: column;
}
.flex-direction-row {
  flex-direction: row;
}
.w-100prc {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
p.highlight {
  font-weight: 500;
  font-size: 22px;
}
.h4-mh-45 {
  min-height: 45px;
}
.h5-mh-70 {
  min-height: 70px;
}
.tr-w-13dot3prc {
  width: 13.3333% !important;
}
.tr-w-20prc {
  width: 20% !important;
}
.tr-w-25prc {
  width: 25% !important;
}
.tr-w-30prc {
  width: 30% !important;
}
.silent-text {
  font-size: 13px;
  /* font-style: italic; */
}
.silent-text a {
  color: #fff;
  font-weight: 300;
}
.silent-text a:focus {
  color: #fff;
  text-decoration: underline;
}
/*
 ********* Side Nav
*/
@media (max-width: 1280px) {
  /* .c-side-nav {
    display: none;
  } */
}
/*
 ********* Section Main
*/

body > section.c-hero {
  background-image: url("../media/main-background.avif");
}
.key-stats {
  grid-template-columns: repeat(16, 1fr);
}
.key-stat-item:nth-child(1) .key-stat-item__text,
.key-stat-item:nth-child(3) .key-stat-item__text,
.key-stat-item:nth-child(7) .key-stat-item__text {
  min-width: 13em;
  max-width: 15em;
}
.key-stats > div:nth-child(5) {
  grid-area: 2 / 7 / 3 / 15;
}
.key-stats > div:nth-child(6) {
  grid-area: 1 / 15 / 2 / 17;
}
.key-stats > div:nth-child(7) {
  grid-area: 2 / 15 / 3 / 17;
}
.key-stats > div:nth-child(8) {
  grid-area: 1 / 10 / 2 / 15;
  border-left: 2px solid #ffffff;
}
.key-stats > div:nth-child(8)::before {
  content: "";
  background-image: url(../media/bullet-white.svg);
  display: block;
  position: absolute;
  height: 45px;
  width: 45px;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.main-section-2 .key-stat-item:nth-child(8) .key-stat-item__inner {
  -webkit-transform: translate(29%, -50%);
  -ms-transform: translate(29%, -50%);
  transform: translate(29%, -50%);
}
section.main-section-3 .key-stat-item:nth-child(8) .key-stat-item__inner {
  -webkit-transform: translate(20%, -50%);
  -ms-transform: translate(20%, -50%);
  transform: translate(20%, -50%);
}
.key-stat-item:nth-child(8) .key-stat-item__text,
.key-stat-item:nth-child(3) .key-stat-item__text,
.key-stat-item:nth-child(7) .key-stat-item__text {
  min-width: auto;
  max-width: 12em;
}
.key-stats > div:nth-child(9) {
  grid-area: 2 / 10 / 3 / 15;
  border-left: 2px solid #ffffff;
  border-top-color: transparent;
}
.key-stats > div:nth-child(9)::after {
  content: "";
  background-image: url(../media/bullet-white.svg);
  display: block;
  position: absolute;
  height: 45px;
  width: 45px;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.key-stat-item:nth-child(9) .key-stat-item__inner {
  -webkit-transform: translate(5%, 50%);
  -ms-transform: translate(5%, 50%);
  transform: translate(5%, 50%);
}
.main-section-6a .timeline__items {
  flex-basis: 100%;
}
.main-section-6a .timeline__item {
  flex-basis: 25%;
}
.main-section-6a .timeline__num {
  font-size: 24px;
  height: 55px;
}
.timeline__item:nth-child(4) .timeline__num {
  color: #0085ff;
}
.timeline__item:nth-child(5) .timeline__num {
  color: #5dc6ff;
}
.main-section-6a .timeline__year {
  font-size: 16px;
}
.key-stat-item:nth-child(9) .key-stat-item__text,
.key-stat-item:nth-child(3) .key-stat-item__text,
.key-stat-item:nth-child(7) .key-stat-item__text {
  min-width: auto;
  max-width: 12em;
}
.key-stat-item:nth-child(7) .key-stat-item__text {
  min-width: 120px;
}
section#main .c-section__title {
  line-height: 1.2;
}
.table-disclaimer {
  color: #4c4747;
}
section#main .main-section-6 .data-labels {
  display: block;
  width: 80%;
  margin: 0 auto;
}
section#main .main-section-6 .data-labels .data-label {
  padding: 0.3rem 0;
}
section#main .main-section-6 .data-labels .data-label span {
  display: inline-block;
  vertical-align: middle;
}
/*
 ********* Section #1
*/
section#section-1 .heading {
  min-height: 70px;
}
.covid-space {
  padding-bottom: 4rem;
}

.gek-logo {
  background-color: #fff;
  border-radius: 50px;
  width: 100%;
}

/*
 ********* Section #2
*/
section#section-2 .blue-num {
  color: #3976b9;
}
.c-section.c-section--image.main-section-6 .gek-text {
  font-size: 40px;
  line-height: 60px;
  font-weight: normal;
}
/* Responsive for the text of GEK TERNA */
@media (max-width: 425px) {
  .c-section.c-section--image.main-section-6 .gek-text {
    font-size: 23px;
    line-height: 30px;
  }
}
@media (min-width: 426px) and (max-width: 768px) {
  .c-section.c-section--image.main-section-6 .gek-text {
    font-size: 25px;
    line-height: 45px;
  }
}
/*
 ********* Section MyOdos
*/
.c-box.c-box--company.myodos {
  max-width: 1420px; /* for matching with the width of the section */
}
.c-box.c-box--profile.myodos {
  max-width: 1420px; /* for matching with the width of the section */
}
.c-box__heading.company > .c-box__image.r-asterisk::after {
  content: ""; /* Removes the asterisk from the image Myodos */
}
.c-box__title.offer {
  color: #0092d1;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1rem;
  font-size: 28px;
  display: block; /* without that "text-align:center" doesn't work */
}
.myodos.buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.offer {
  width: 50%;
}
.c-box__heading.company2 .offer ul {
  padding: 0;
}

/* Responsive breakpoints for MyOdos Section ( Adjustments ) */
@media (max-width: 425px) {
  .myodos.buttons {
    display: block;
    margin: 0 auto;
    width: min-content;
  }
  .c-box__heading.company2.offer {
    display: block;
    width: 100%;
  }
  .offer {
    width: auto;
  }
  .c-box__title.offer {
    text-align: center;
  }
  .c-box__heading.company2 .offer ul {
    padding: revert;
  }
}
@media (min-width: 740px) and (max-width: 768px) {
  .myodos.buttons {
    display: block;
  }
  .offer {
    width: auto;
  }
}
@media (max-width: 375px) {
  .c-box.c-box--company.myodos .bracket {
    display: none;
  }
  .c-box.c-box--company.myodos .c-box__image img {
    width: 280px;
  }
}
/*
 ********* Section #4
*/

/* Table Four */
.table-four thead tr:first-child th:first-child {
  color: #4c4747;
  background-color: #e8e8e8;
}
/* Table Five */
.table-five thead tr th:not(:first-child) {
  text-align: center;
}
.table-five thead tr:first-child th:first-child {
  color: #4c4747;
  background-color: #e8e8e8;
}
.table-five thead tr:nth-child(2) th:nth-child(3) {
  color: #fff;
  background-color: #3975b9;
}
.table-five thead tr:nth-child(2) th:nth-child(4) {
  color: #fff;
  background-color: #a7509f;
}
.table-five thead tr:nth-child(2) th:nth-child(5) {
  color: #fff;
  background-color: #7e52a0;
}
.table-five tr td {
  font-size: 15px;
}
.table-five tr td:first-child {
  border-right: inherit;
  font-weight: inherit;
  min-width: inherit;
  text-align: center;
}
.table-five tr td.title {
  border-right: 1px solid #e8e8e8;
  font-weight: bold;
  min-width: 200px;
  text-align: left;
  font-size: 13px;
}
.table-five tbody tr td:last-child {
  background-color: inherit;
}
/* Table Six */
section#section-4 .table-six thead tr:first-child th {
  background-color: #e8e8e8;
  color: #4c4747;
}
.table-six thead tr:not(:first-child) th {
  font-size: 12px;
  color: #4c4747;
  padding: 0.5rem 1rem;
  text-align: center;
}
.table-six thead tr:nth-child(2) th:nth-child(2) {
  color: #fff;
  background-color: #3975b9;
}
.table-six thead tr:nth-child(2) th:nth-child(3) {
  color: #fff;
  background-color: #7e52a0;
}
.table-six tbody td:not(:first-child) {
  text-align: center;
}
.table-six em {
  font-size: 14px;
  font-weight: bold;
}

/*
 ********* Section #3
*/
#section-3 .timeline__item:nth-child(1) .timeline__num {
  color: #3975b9;
}
#section-3 .timeline__item:nth-child(3) .timeline__num {
  color: #a7509f;
}
#section-3 .timeline__item:nth-child(5) .timeline__num {
  color: #7e52a0;
}

/*
 ********* Section #4
*/
#section-4 .data-labels {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
#section-4 .data-labels .data-label {
  padding: 0.3rem 0;
}
#section-4 .data-labels .data-label span {
  display: inline-block;
  vertical-align: middle;
}
#section-4 .timeline__item:nth-child(1) .timeline__num {
  color: #3975b9;
}
#section-4 .timeline__item:nth-child(3) .timeline__num {
  color: #a7509f;
}
#section-4 .timeline__item:nth-child(5) .timeline__num {
  color: #7e52a0;
}
@media (min-width: 61.25em) {
  #section-4 .timeline__num {
    font-size: 40px;
  }
  .first-visual .key-stat-item:nth-child(5) .key-stat-item__inner {
    -webkit-transform: translate(-50%, 220%);
    -ms-transform: translate(-50%, 220%);
    transform: translate(-50%, 220%);
  }
}
/*
 ********* Section #5
*/
/* Table One */
section#section-5 .row:nth-child(6) .data-label-subtitle {
  min-height: 160px;
}
section#section-5 .table-one thead tr th {
  font-size: 12px;
  color: #ffffff;
  padding: 0.5rem 1rem;
}
section#section-5 .table-one thead tr th:first-child {
  background-color: #3975b9;
}
section#section-5 .table-one thead tr th:nth-child(2) {
  background-color: #7e52a0;
}
section#section-5 .table-one tbody tr:last-child td:nth-child(2) {
  border-right: 1px solid #e8e8e8;
  font-weight: bold;
  min-width: 200px;
}
/* Table Two */
section#section-5 .table-two thead tr th:first-child {
  background-color: #3975b9;
}
section#section-5 .table-two thead tr th:nth-child(2) {
  background-color: #7e52a0;
}
.table-six tfoot td:not(:first-child) {
  text-align: center;
}
.c-side-nav__title {
  margin-top: 2rem;
}
.td-sp {
  margin-bottom: 5rem;
}

#table-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
}

#table-wrapper-financial {
  overflow-x: auto;
}

.span-in-th th span {
  display: block;
  font-size: 10px;
  line-height: 14px;
}

.table-three thead tr:first-child th:first-child,
.table-six thead tr:first-child th:first-child {
  background-color: #f7f7f7;
  color: #4c4747;
}
.table-six thead tr:first-child th:nth-child(6),
.table-six thead tr:first-child th:nth-child(7) {
  background-color: #ee2a7a;
}

/* Diakriseis */
.main-section-5 .c-box__heading .c-box__title {
  justify-content: left;
  text-align: left;
}

.main-section-5 .c-box__heading .c-box__separator + .c-box__title {
  justify-content: center;
  text-align: center;
}

@media (min-width: 10em) and (max-width: 61.4em) {
  #section-2 > .container > .row > .row,
  #section-3 > .container > .row > .row,
  #section-2 > .container > .row > .row > .row {
    max-width: 100%;
    margin: 0px !important;
  }
  .timeline__item:last-child::after {
    content: unset !important;
  }

  #section-4 > .container > .row > .row .timeline__item--empty,
  #section-3 > .container > .row > .row .timeline__item--empty {
    display: none;
  }
}
.main-section-5 .award-image img {
  height: 200px;
  width: 55%;
  object-fit: contain;
}
.main-section-5 .row.diakriseis-row {
  max-width: 88%;
  margin-left: auto;
  margin-right: auto;
}
.main-section-5 .row {
  margin-bottom: 2rem;
}
.main-section-6a .timeline__items {
  flex-basis: 100%;
  gap: 10px;
  flex-wrap: wrap;
}
.main-section-6a .timeline__item {
  flex-basis: 31% !important;
  padding: 2rem 0 0 0;
}
section {
  overflow: hidden;
}
