/*
 * 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: 15px;
  font-weight: 600;
}
.silent-text a {
  color: #fff;
  font-weight: 300;
  transition: all ease-in-out 0.3s;
}
.silent-text a:hover {
  color: #5dc6ff;
  text-decoration: none;
}
.silent-text a:focus {
  color: #fff;
  text-decoration: none;
}

/*
 ********* Section Main
*/
.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;
}
.first-section.key-stats > div:nth-child(7) {
  grid-area: 2 / 12 / 2 / 17;
  align-items: flex-end;
}
.first-section.key-stats .key-stat-item:nth-child(7) .key-stat-item__inner {
  /* -webkit-transform: translate(40px, -45%);
  -ms-transform: translate(40px, -45%);
  transform: translate(40px, -45%); */
}

.first-section.key-stats > div:nth-child(7)::before {
  content: unset;
}
.first-section.key-stats > div:nth-child(4) {
  grid-area: 1 / 12 / 2 / 11;
}

.first-section.key-stats > div:nth-child(5) {
  grid-area: 2 / 11 / 3 / 14;
}
.first-section.key-stats > div:nth-child(9) {
  grid-area: 2 / 10 / 3 / 10;
  border-left: 2px solid #ffffff;
  border-top-color: white;
}
.first-section.key-stats > div:nth-child(8) {
  grid-area: 1 / 9 / 2 / 11;
  border-left: 2px solid #ffffff;
}

.second-visual .key-stats > div:nth-child(2) {
  grid-area: 1 / 4 / 2 / 8;
}

.second-visual .key-stats > div:nth-child(3) {
  grid-area: 2 / 4 / 3 / 9;
}

.second-visual .key-stats {
  padding-left: 0px;
  padding-right: 0px;
  grid-template-columns: repeat(22, 1fr);
}

.second-visual .key-stats > div:nth-child(1) {
  grid-area: 2 / 2 / 3 / 4;
}
.second-visual .key-stats > div:nth-child(8) {
  grid-area: 2 / 15 / 3 / 19;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top: 2px solid white;
}

.second-visual .key-stats > div:nth-child(8)::before {
  content: unset;
}
.second-visual .key-stats > div:nth-child(8)::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%);
}

.second-visual .key-stats > div:nth-child(9) {
  grid-area: 1 / 19 / 2 / 25;
  border-top: unset;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.second-visual .key-stats > div:nth-child(9)::after {
  content: unset;
}
.second-visual .key-stats > div:nth-child(9)::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%);
}

.second-visual .key-stats > div:nth-child(10) {
  grid-area: 2 / 21 / 3 / 19;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top: 2px solid white;
  border-left: 2px solid #ffffff;
}

.second-visual .key-stats > div:nth-child(10):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%);
}

.second-visual .key-stats > div:nth-child(4) {
  grid-area: 1 / 9 / 2 / 13;
}
.second-visual .key-stats > div:nth-child(5) {
  grid-area: 2 / 9 / 3 / 15;
}
.second-visual .key-stats > div:nth-child(7) {
  grid-area: 1 / 14 / 2 / 18;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.second-visual .key-stats > div:nth-child(6) {
  grid-area: 2 / 23 / 2 / 21;
}

.second-visual .key-stats > div:nth-child(7)::after {
  content: unset;
}

.key-stats > div:nth-child(5) {
  grid-area: 2 / 11 / 3 / 14;
  -webkit-box-align: end;
  -ms-flex-align: start;
  align-items: self-end;
  border-left: 2px solid #ffffff;
}
.key-stats > div:nth-child(6) {
  grid-area: 2 / 14 / 2 / 17;
  border-left: none;
}
.key-stats > div:nth-child(7) {
  grid-area: 2 / 15 / 3 / 17;
}
.key-stats > div:nth-child(8) {
  grid-area: 1 / 8 / 2 / 15;
  border-left: 2px solid #ffffff;
}

.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: 15em;
}
.key-stats > div:nth-child(9) {
  grid-area: 2 / 9 / 3 / 9;
  border-left: 2px solid #ffffff;
  border-top-color: transparent;
}

.main-section-5 .row.diakriseis-row {
  max-width: 87%;
  margin-left: auto;
  margin-right: auto;
}

.third-visual .key-stats {
  grid-template-columns: repeat(50, 1fr);
  padding-left: 0px;
  padding-right: 0px;
}

.third-visual .key-stats > div:nth-child(1) {
  grid-area: 2 / 2 / 3 / 9;
}

.third-visual .key-stats > div:nth-child(1)::before {
  background-image: url(../media/hospital-icon.svg);
}

.third-visual .key-stat-item:nth-child(2) {
  grid-area: 1 / 10 / 2 / 18;
}
.third-visual .key-stat-item:nth-child(2)::after {
  content: "";
  background-image: url(../media/cross-icon.svg);
  background-size: contain;
  display: block;
  position: absolute;
  height: 142px;
  width: 142px;
  bottom: -73px;
  left: 0%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 10;
}

.third-visual .key-stats > div:nth-child(3) {
  grid-area: 2 / 10 / 3 / 18;
}
.third-visual .key-stats > div:nth-child(4) {
  grid-area: 1 / 18 / 2 / 26;
  display: none;
}
.third-visual .key-stats > div:nth-child(4)::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%);
}
.third-visual .key-stats > div:nth-child(5) {
  grid-area: 2 / 18 / 3 / 26;
}

.third-visual .key-stats > div:nth-child(6) {
  grid-area: 1 / 26 / 2 / 33;
  border-left: 2px solid #ffffff;
}
.third-visual .key-stats > div:nth-child(6)::before {
  background-image: url(../media/gas-icon.svg);
  height: 142px;
  width: 142px;
}

.third-visual
  .key-stat-item:nth-child(5)
  .key-stat-item__inner
  .key-stat-item__text {
  min-width: auto;
}
.third-visual .key-stats > div:nth-child(7) {
  grid-area: 2 / 26 / 3 / 33;
  -webkit-box-align: end;
  -ms-flex-align: start;
  align-items: self-end;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
}
.third-visual .key-stats > div:nth-child(7):before {
  content: unset;
}

.third-visual
  .key-stat-item:nth-child(7)
  .key-stat-item__inner
  .key-stat-item__text {
  min-width: auto;
}
.third-visual .key-stats > div:nth-child(8) {
  grid-area: 1 / 33 / 2 / 40;
  display: none;
}

.third-visual .key-stats > div:nth-child(9) {
  grid-area: 2 / 33 / 3 / 40;
  border-top: 2px solid #ffffff;
}
.third-visual .key-stats > div:nth-child(10) {
  grid-area: 1 / 40 / 2 / 48;
  border-left: 2px solid #ffffff;
}
.third-visual .key-stats > div:nth-child(10)::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%);
}
.third-visual .key-stats > div:nth-child(10)::after {
  content: "";
  background-image: url(../media/tunnel-icon.svg);
  background-size: contain;
  display: block;
  position: absolute;
  height: 142px;
  width: 142px;
  bottom: -73px;
  left: 0%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 10;
}
.third-visual .key-stats > div:nth-child(10) .key-stat-item__text {
  min-width: auto;
}

.third-visual .key-stats > div:nth-child(11) {
  grid-area: 2 / 40 / 3 / 48;
  border-top-color: white;
  border-left: 2px solid #ffffff;
}

.third-visual .key-stats > div:nth-child(11)::before {
  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%);
}
.third-visual .key-stats > div:nth-child(12) {
  grid-area: 1 / 48 / 2 / 50;
  border-left: 2px solid #ffffff;
}
.third-visual .key-stats > div:nth-child(12)::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%);
}
.third-visual .key-stats > div:nth-child(12)::after {
  content: "";
  background-image: url(../media/ramps-icon.svg);
  background-size: contain;
  display: block;
  position: absolute;
  height: 142px;
  width: 142px;
  bottom: -73px;
  left: 0%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 10;
}

/* .third-visual .key-stats > div:nth-child(12) {
  grid-area: 2 / 14 / 3 / 16;
  border-left: 2px solid #ffffff;
  border-top-color: transparent;
} */
.third-visual .key-stats > div:nth-child(13) {
  grid-area: 2 / 48 / 3 / 50;
  border-left: 2px solid #ffffff;
  border-top-color: transparent;
}
.third-visual .key-stats > div:nth-child(13)::before {
  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%);
}
@media screen and (min-width: 61.25em) {
  .third-visual .key-stat-item:nth-child(3) .key-stat-item__inner {
    -webkit-transform: translate(-50%, 180%);
    -ms-transform: translate(-50%, 180%);
    transform: translate(-50%, 180%);
  }
  .third-visual .key-stat-item:nth-child(4) .key-stat-item__inner {
    -webkit-transform: translate(-45%, -190%);
    -ms-transform: translate(-45%, -190%);
    transform: translate(-45%, -190%);
  }
  .second-visual .key-stats > div:nth-child(10) .key-stat-item__inner {
    -webkit-transform: translate(-2%, 200%);
    -ms-transform: translate(-2%, 200%);
    transform: translate(-2%, 200%);
  }
  .third-visual .key-stat-item:nth-child(5) .key-stat-item__inner {
    -webkit-transform: translate(-50%, 160%);
    -ms-transform: translate(-50%, 160%);
    transform: translate(-50%, 160%);
  }
  .third-visual .key-stat-item:nth-child(6) .key-stat-item__inner {
    -webkit-transform: translate(-42%, -320%);
    -ms-transform: translate(-42%, -320%);
    transform: translate(-42%, -320%);
  }
  .third-visual .key-stat-item:nth-child(7) .key-stat-item__inner {
    -webkit-transform: translate(-55%, 140%);
    -ms-transform: translate(-55%, 140%);
    transform: translate(-55%, 140%);
  }
  .third-visual .key-stat-item:nth-child(8) .key-stat-item__inner {
    -webkit-transform: translate(-50%, -180%);
    -ms-transform: translate(-50%, -180%);
    transform: translate(-50%, -180%);
  }
  .third-visual .key-stat-item:nth-child(9) .key-stat-item__inner {
    -webkit-transform: translate(-35%, 200%);
    -ms-transform: translate(-35%, 200%);
    transform: translate(-35%, 200%);
  }
  .third-visual .key-stat-item:nth-child(10) .key-stat-item__inner {
    -webkit-transform: translate(-55%, -180%);
    -ms-transform: translate(-55%, -180%);
    transform: translate(-55%, -180%);
  }
  .third-visual .key-stat-item:nth-child(11) .key-stat-item__inner {
    -webkit-transform: translate(-23%, 180%);
    -ms-transform: translate(-23%, 180%);
    transform: translate(-23%, 180%);
  }
  .third-visual .key-stat-item:nth-child(12) .key-stat-item__inner {
    -webkit-transform: translate(-20%, -190%);
    -ms-transform: translate(-20%, -190%);
    transform: translate(-20%, -190%);
  }
  .third-visual .key-stat-item:nth-child(13) .key-stat-item__inner {
    -webkit-transform: translate(-20%, 185%);
    -ms-transform: translate(-20%, 185%);
    transform: translate(-20%, 185%);
  }
  .second-visual
    .key-stats
    > .key-stat-item:nth-child(8)
    .key-stat-item__inner {
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, 50%);
  }
  .second-visual .key-stat-item:nth-child(9) .key-stat-item__inner {
    -webkit-transform: translate(15%, -50%);
    -ms-transform: translate(15%, -50%);
    transform: translate(15%, -50%);
  }
  .second-visual .key-stat-item:nth-child(7) .key-stat-item__inner {
    -webkit-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    transform: translate(10px, -50%);
  }
  .third-visual .key-stat-item:nth-child(1) .key-stat-item__inner:nth-child(2) {
    -webkit-transform: translate(-128%, -640%);
    -ms-transform: translate(-128%, -640%);
    transform: translate(-128%, -640%);
  }
  .third-visual .key-stat-item:nth-child(2) .key-stat-item__inner {
    -webkit-transform: translate(-50%, -185%);
    -ms-transform: translate(-50%, -185%);
    transform: translate(-50%, -185%);
  }
  section.main-section-2 .key-stat-item:nth-child(8) .key-stat-item__inner {
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  section.main-section-3 .key-stat-item:nth-child(8) .key-stat-item__inner {
    -webkit-transform: translate(5%, -50%);
    -ms-transform: translate(5%, -50%);
    transform: translate(5%, -50%);
  }
  .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(15%, 50%);
    -ms-transform: translate(15%, 50%);
    transform: translate(15%, 50%);
  }
  .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%);
  }
  .third-visual .key-stat-item:nth-child(2)::after {
    content: "";
    background-image: url(../media/cross-icon.svg);
    background-size: contain;
    display: block;
    position: absolute;
    height: 142px;
    width: 142px;
    bottom: -73px;
    left: 0%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 10;
  }
  /* .third-visual .key-stats > div:nth-child(6)::after {
    content: "";
    background-image: url(../media/tunnel-icon.svg);
    background-size: contain;
    display: block;
    position: absolute;
    height: 142px;
    width: 142px;
    bottom: -73px;
    left: 0%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 10;
  } */
  /* .third-visual .key-stats > div:nth-child(8)::after {
    content: "";
    background-image: url(../media/ramps-icon.svg);
    background-size: contain;
    display: block;
    position: absolute;
    height: 142px;
    width: 142px;
    bottom: -73px;
    left: 0%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 10;
  } */
}
@media (min-width: 10em) and (max-width: 61.4em) {
  .key-stat-item {
    border: unset !important;
  }
  .key-stat-item:before,
  .key-stat-item:after {
    content: unset !important;
  }
  .key-stat-item__inner {
    display: flex;
  }
  .key-stat-item__num {
    flex: 1;
    font-size: 35px;
    text-align: center;
    margin-right: 8px;
  }
  .key-stat-item__text {
    flex: 4;
    font-size: 18px;
    min-width: unset;
  }
  .key-stats > div:nth-child(5) {
    border-left: 0;
  }
  .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,
  .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: unset;
    max-width: unset;
  }
}

@media (min-width: 10em) and (max-width: 61.4em) {
  /* .u-height--500 { min-height: unset; } */
  .okp {
    display: block;
  }
  .timeline__items,
  .amea,
  .symmet {
    flex-direction: column;
  }
  .timeline__item--empty,
  .timeline__items > div::before,
  .timeline__items > div::after {
    display: none;
  }
}

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;
}

p.text-center.label-subtitle {
  font-size: 30px; /* size for subtitle in main section */
  line-height: 1.5;
}

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

/*
 ********* Section COVID-19
*/

/* Covid Color */
.color-covid {
  color: #3875ba;
  font-weight: bold;
}

/*
 ********* MyOdos
*/
.c-box__heading.company > .c-box__image.r-asterisk::after {
  content: ""; /* Removing Asterisk only from MyOdos Section */
}
.c-box.c-box--company.myodos {
  max-width: 1420px; /* For having the same width with the section */
}
.c-box.c-box--profile.myodos {
  max-width: 1420px; /* For having the same width with the section */
}
.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;
}
@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 #1
*/
section#section-1 .heading {
  min-height: 110px;
}
/*
 ********* 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;
}
@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 #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-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;
}
.timeline__item:nth-child(5) .timeline__num {
  color: #5dc6ff;
}
#section-4 .timeline__item:nth-child(5) .timeline__num {
  color: #7e52a0;
}
@media (min-width: 61.25em) {
  #section-4 .timeline__num {
    font-size: 40px;
  }
}
/*
 ********* 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;
}
.main-section-6a .timeline__items {
  flex-basis: 100%;
  gap: 5px;
  flex-wrap: wrap;
}
.main-section-6a .timeline__item {
  flex-basis: 33%;
}
.main-section-6a .timeline__num {
  font-size: 24px;
  height: auto;
}
.timeline__item:nth-child(6) .timeline__num {
  color: #5dc6ff;
}
.main-section-6a .timeline__year {
  font-size: 16px;
}
.main-section-6a .timeline__year span {
  white-space: nowrap;
}
.c-side-nav__title {
  margin-top: 2rem;
}
@media (min-width: 61.25em) {
  .main-section-6a .timeline__item {
    padding: 2rem 0 0 0;
  }
}

@media (min-width: 10em) and (max-width: 61.4em) {
  .okp {
    display: block;
  }
  .timeline__items,
  .amea,
  .symmet {
    flex-direction: column;
  }
  .timeline__item--empty,
  .timeline__items > div::before,
  .timeline__items > div::after {
    display: none;
  }
}

/* Background Image Season */
body > section.c-hero {
  background-image: url("../media/E65_ORIGMA.jpg");
}

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

#sectionTwoOdikiAsfaleia,
#sectionTwoEnvironment {
  min-height: 300px;
}

.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) {
  background-color: #ee2a7a;
}
.table-six thead tr:first-child th:nth-child(7) {
  background-color: #646464;
}

.table-three thead tr:first-child th:nth-child(5) {
  background-color: #ee2a7a;
}
.timeline__items.medium-numbers .timeline__num {
  font-size: 40px;
}

/* Diakriseis */
.main-section-5 .row {
  margin-bottom: 2rem;
}
.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;
}

.co2-emissions-section .chart-wrapper {
  width: 50%;
}
.co2-emissions-section .text-wrapper {
  width: 50%;
}

.main-section-6 .c-box {
  height: 100%;
}

.complains-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.table-three thead tr th:last-child {
  background-color: #646464;
}
